cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.10
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/_virtual/_virtual_i18n-methods.js +10 -0
- 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 +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +62 -92
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/audioSDK.js +16 -16
- 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 +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +37 -69
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +10 -16
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/index.js +5 -19
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +29 -50
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +30 -113
- package/es/components/big-table/src/bigTableEmits.js +51 -1
- package/es/components/big-table/src/bigTableProps.js +33 -131
- package/es/components/big-table/src/bigTableState.js +2 -9
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +8 -28
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-select.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +30 -38
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-time.js +2 -8
- 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 +5 -10
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +9 -19
- package/es/components/big-table/src/hooks/useAnchor.js +2 -9
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +64 -65
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useEdit.js +4 -15
- package/es/components/big-table/src/hooks/useEvent.js +6 -26
- package/es/components/big-table/src/hooks/useFormat.js +16 -27
- package/es/components/big-table/src/hooks/useNestTable.js +3 -16
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/big-table/src/hooks/useSeparateRow.js +48 -80
- package/es/components/big-table/src/hooks/useTableParse.js +4 -24
- package/es/components/big-table/src/utils.js +21 -55
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -4
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +9 -31
- 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 +48 -52
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +91 -119
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +4 -4
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +22 -28
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +73 -57
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +44 -34
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +43 -37
- package/es/components/branch-notice/src/drawLine.js +157 -140
- package/es/components/button-print/index.d.ts +236 -144
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +236 -144
- package/es/components/button-print/src/ButtonPrint.vue2.js +19 -55
- package/es/components/button-print/src/api.js +2 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +9 -22
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +20 -81
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +119 -74
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +236 -344
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +15 -70
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +5 -10
- package/es/components/button-print/src/utils/browserPrint.js +1 -3
- package/es/components/button-print/src/utils/dialog.js +4 -24
- package/es/components/button-print/src/utils/print.js +12 -95
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +50 -67
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +57 -66
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/popup/index.vue.js +7 -13
- 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 +31 -34
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/index.vue.js +14 -33
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/components/render/popupMaps.js +29 -20
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -3
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +9 -14
- package/es/components/card-reader-sdk/src/insuranceSDK.js +5 -20
- package/es/components/card-reader-sdk/src/utils/ensureUID2IdCard.js +3 -15
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +3 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +6 -40
- 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 +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +26 -40
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +27 -34
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +3 -9
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +59 -77
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +36 -51
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +8 -22
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +19 -30
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +35 -49
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +31 -34
- 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 +72 -75
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +8 -21
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/card-render/src/hooks/useCommon.js +4 -8
- package/es/components/card-render/src/utils/index.js +1 -3
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -27
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -25
- 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 +75 -278
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +76 -287
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- 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 +11 -16
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +15 -22
- package/es/components/drag-scroll/src/index.js +48 -58
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +9 -43
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +6 -18
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -25
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +115 -563
- package/es/components/expand-field/src/constants/index.js +3 -1
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +35 -111
- package/es/components/expand-field/src/utils/constant.js +13 -88
- package/es/components/expand-field/src/utils/index.js +8 -1
- 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 +24 -43
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +3 -23
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +17 -35
- package/es/components/fabric-chart/src/components/useStyle.js +2 -8
- package/es/components/fabric-chart/src/constants/index.js +11 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +39 -63
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +21 -26
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +38 -51
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +27 -71
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +58 -245
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +38 -51
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +51 -74
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +91 -275
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +81 -101
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +35 -25
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +3 -15
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +2 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +82 -125
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +88 -72
- package/es/components/fabric-chart/src/hooks/useCommon.js +5 -24
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +10 -56
- package/es/components/fabric-chart/src/hooks/useDraw.js +52 -116
- package/es/components/fabric-chart/src/hooks/useEvent.js +56 -49
- package/es/components/fabric-chart/src/hooks/useGrid.js +4 -15
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +2 -10
- package/es/components/fabric-chart/src/hooks/useShadow.js +7 -4
- package/es/components/fabric-chart/src/utils/index.js +2 -12
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +11 -15
- package/es/components/field-editor/src/fields.js +31 -232
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +16 -91
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +9 -35
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +46 -212
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +22 -53
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +28 -69
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +10 -33
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +18 -114
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +6 -25
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +28 -123
- package/es/components/field-set/src/constants/filter.js +43 -328
- package/es/components/field-set/src/constants/index.js +65 -504
- package/es/components/field-set/src/utils/index.js +6 -18
- package/es/components/form-config/index.d.ts +1406 -428
- package/es/components/form-config/index.js +0 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1406 -428
- package/es/components/form-config/src/FormConfig.vue2.js +25 -26
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -51
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +17 -12
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +12 -21
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1104 -204
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +11 -11
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +124 -86
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +36 -104
- 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 +5 -8
- 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 +30 -31
- 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 +35 -36
- package/es/components/form-config/src/constants/index.js +29 -176
- package/es/components/form-config/src/hooks/useConfigurationField.js +21 -21
- package/es/components/form-config/src/hooks/useDataNormalize.js +2 -8
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +4 -21
- package/es/components/form-config/src/utils/index.js +10 -6
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +119 -243
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +18 -6
- 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/hooks/useCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +17 -16
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +8 -9
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputGroup.js +6 -8
- 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 +49 -71
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/index.js +6 -6
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +2 -8
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- 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/switch.js +4 -24
- 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 +14 -18
- package/es/components/form-render/src/constants/index.js +6 -2
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useAnchor.js +12 -10
- package/es/components/form-render/src/hooks/useBusinessBinding.js +18 -20
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -3
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.js +6 -21
- package/es/components/form-render/src/hooks/useCommonLog.js +4 -4
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +60 -66
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +110 -97
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -3
- package/es/components/form-render/src/hooks/useFormContext.js +27 -27
- package/es/components/form-render/src/hooks/useFormEvent.js +36 -50
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormGraph.js +1 -5
- package/es/components/form-render/src/hooks/useFormItemDeps.js +4 -15
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -3
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +75 -138
- package/es/components/form-render/src/hooks/useFormValidator.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeEvent.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -4
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +29 -22
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +2 -7
- package/es/components/form-render/src/hooks/useOperationalForm.js +26 -24
- package/es/components/form-render/src/hooks/usePresetScope.js +3 -1
- package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -3
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -3
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/business.js +38 -48
- package/es/components/form-render/src/utils/dom.js +5 -9
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/src/utils/schema.js +4 -24
- package/es/components/form-render/src/utils/valueFormatter.js +6 -5
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/grid/src/hooks.js +151 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/guide/src/utils/index.js +121 -184
- package/es/components/iho-chat/index.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue2.js +6 -11
- package/es/components/iho-chat/src/api/index.js +1 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +49 -125
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +104 -193
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +36 -52
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +60 -107
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +40 -112
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +61 -182
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +47 -63
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +25 -28
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -28
- 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 +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -42
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -137
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +5 -10
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +8 -42
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +9 -40
- 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/useData.js +83 -123
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useDraggable.js +14 -54
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchPatientList.js +1 -3
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -3
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/hooks/useVideo.js +2 -15
- package/es/components/iho-chat/src/hooks/useWebSocket.js +49 -71
- package/es/components/iho-chat/src/utils/chatSock.js +17 -18
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-chat/src/utils/index.js +10 -79
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/index.js +27 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +99 -139
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/constants/index.js +77 -3
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.js +57 -36
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +11 -5
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +233 -50
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +12 -5
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +6 -4
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useTableContext.js +1 -9
- package/es/components/iho-table/src/hooks/useTablePlugin.js +3 -11
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +9 -17
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -4
- package/es/components/iho-table/src/plugins/copyPastePlugin.js +12 -32
- package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +8 -35
- package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +26 -46
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +19 -18
- package/es/components/iho-table/src/plugins/dragScrollPlugin.js +23 -37
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +13 -46
- 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 +2 -4
- 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 +15 -46
- 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 +27 -72
- 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 +4 -17
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +15 -22
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
- 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 +15 -18
- package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +45 -55
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +2 -6
- package/es/components/iho-table/src/plugins/operationalFormPlugin.js +25 -23
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +32 -50
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +2 -8
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +3 -14
- 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 +28 -80
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -3
- 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 +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +18 -60
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +2 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +31 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +14 -13
- 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 +10 -15
- package/es/components/iho-table/src/plugins/rowClickPlugin.js +2 -10
- package/es/components/iho-table/src/plugins/rowDragPlugin.js +23 -52
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +18 -13
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +4 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +16 -16
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useColumn2Data.js +3 -10
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useData2Column.js +43 -43
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +14 -37
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +7 -23
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowClassName.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +2 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +3 -9
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +54 -64
- package/es/components/iho-table/src/plugins/virtualTreePlugin.js +27 -44
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -6
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.js +1 -5
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +83 -96
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +81 -107
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +31 -45
- 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 +34 -43
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +22 -24
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +77 -87
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +33 -170
- package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +17 -30
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +33 -36
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +16 -36
- 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 +12 -18
- 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 +8 -20
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +23 -85
- 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 +21 -56
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/BaseSearch.js +2 -8
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +15 -36
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +55 -55
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +10 -23
- package/es/components/recommend-search/src/constant/index.js +3 -1
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +19 -58
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +13 -75
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/DescribeContent.vue2.js +10 -13
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +24 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +7 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +8 -28
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/ScaleScore.js +4 -45
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -40
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-radio.js +4 -24
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -64
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-upload.js +8 -56
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/sign-com.js +2 -8
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/directive/drag-move.js +5 -40
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -39
- package/es/components/scale-view/src/hooks/scaleview-init.js +4 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +8 -56
- package/es/components/scale-view/src/hooks/scaleview-props.js +30 -132
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -3
- package/es/components/scale-view/src/hooks/scaleview-submit.js +11 -80
- package/es/components/scale-view/src/hooks/scaleview-validate.js +14 -104
- package/es/components/scale-view/src/hooks/use-evaluate.js +3 -16
- package/es/components/scale-view/src/hooks/use-event.js +6 -23
- package/es/components/scale-view/src/hooks/use-noData.js +5 -32
- package/es/components/scale-view/src/utils/judge-types.js +8 -6
- 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 +11 -16
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +16 -18
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/constants/index.js +12 -4
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -61
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +14 -49
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +27 -50
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +15 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +9 -36
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +11 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +26 -63
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +11 -45
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +103 -104
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -14
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +11 -23
- 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/ShortcutProvider.vue2.js +6 -8
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -4
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +11 -25
- package/es/components/shortcut-provider/src/utils/index.js +5 -27
- package/es/components/shortcut-setter/index.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +8 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +28 -50
- 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 +9 -21
- 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 +43 -53
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +27 -27
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +80 -54
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +44 -34
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeOperationList.vue2.js +43 -37
- 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 +221 -208
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +21 -110
- 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 +16 -91
- package/es/components/table-export-field/src/constants/index.js +3 -1
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +8 -27
- 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 +20 -46
- 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 +10 -9
- 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 +9 -10
- 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 +8 -7
- 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 +11 -12
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +4 -15
- 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 +43 -138
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +42 -54
- 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 +21 -89
- 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 +22 -34
- 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 +32 -72
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +11 -23
- 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 +8 -7
- 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 +8 -21
- 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 +55 -77
- 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 +11 -12
- 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 +19 -38
- 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 +16 -36
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +9 -64
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +4 -15
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -119
- 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 +15 -12
- 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 +14 -33
- 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 +4 -9
- 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 +17 -17
- 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 +19 -46
- 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 +5 -17
- 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 +11 -16
- 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 +8 -21
- 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 -23
- 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 +19 -38
- 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 +19 -22
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +59 -92
- 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 +10 -29
- 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 +12 -15
- 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 +15 -36
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +211 -1680
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +194 -39
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +5 -22
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/index.vue.js +26 -64
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/constants/index.js +12 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +21 -31
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +2 -8
- package/es/components/table-filter/src/hooks/useRenderWidget.js +15 -33
- package/es/components/table-filter/src/tool/baseOptions.js +20 -152
- package/es/components/table-filter/src/tool/date.js +5 -10
- package/es/components/table-filter/src/tool/transformData.js +5 -26
- 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-line/src/TimeLine.vue2.js +49 -44
- 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 +58 -60
- 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 +9 -35
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +18 -79
- package/es/components/vertify/src/utils/dialog.js +3 -16
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- 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 +35 -126
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -36
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +11 -72
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +5 -17
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -103
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +3 -16
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- 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 +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- 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 +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- 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 +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -14
- package/package.json +2 -2
- package/es/components/form-config/src/hooks/useLocale.d.ts +0 -60
- package/es/components/form-config/src/hooks/useLocale.js +0 -307
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { i18n } from '../../../_virtual/_virtual_i18n-methods.js';
|
2
|
+
import { defineComponent, ref, provide, computed, watch, openBlock, createElementBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, unref, withCtx, createTextVNode, toDisplayString, Fragment, renderList } from 'vue';
|
2
3
|
import RenderWidget from '../../table-filter/src/components/render-widget/index.vue.js';
|
3
4
|
import useMixins from '../../table-filter/src/hooks/useMixins.js';
|
4
5
|
import useAdvanced from '../../table-filter/src/hooks/useAdvanced.js';
|
@@ -25,41 +26,28 @@ const _hoisted_5 = {
|
|
25
26
|
key: 0,
|
26
27
|
class: "baseli showQuickBtn"
|
27
28
|
};
|
28
|
-
const _hoisted_6 =
|
29
|
-
class: "iconfont-table-filter icon-table-filter-shaixuan",
|
30
|
-
style: {
|
31
|
-
"color": "inherit",
|
32
|
-
"margin-right": "6px"
|
33
|
-
}
|
34
|
-
}, null, -1);
|
35
|
-
const _hoisted_7 = {
|
29
|
+
const _hoisted_6 = {
|
36
30
|
key: 0,
|
37
31
|
class: "qqConObjCount"
|
38
32
|
};
|
39
|
-
const
|
33
|
+
const _hoisted_7 = {
|
40
34
|
class: "base-row"
|
41
35
|
};
|
42
|
-
const
|
36
|
+
const _hoisted_8 = {
|
43
37
|
key: 0,
|
44
38
|
class: "title"
|
45
39
|
};
|
46
|
-
const
|
40
|
+
const _hoisted_9 = {
|
47
41
|
class: "baseli"
|
48
42
|
};
|
49
|
-
const
|
43
|
+
const _hoisted_10 = {
|
50
44
|
key: 1,
|
51
45
|
class: "baseli"
|
52
46
|
};
|
53
|
-
const
|
47
|
+
const _hoisted_11 = {
|
54
48
|
key: 2,
|
55
49
|
class: "baseli"
|
56
50
|
};
|
57
|
-
const _hoisted_13 = /* @__PURE__ */ createElementVNode("i", {
|
58
|
-
class: "iconfont-table-filter icon-table-filter-reset",
|
59
|
-
style: {
|
60
|
-
"margin-right": "6px"
|
61
|
-
}
|
62
|
-
}, null, -1);
|
63
51
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
64
52
|
__name: "index",
|
65
53
|
props: {
|
@@ -98,10 +86,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
98
86
|
"itemChange"
|
99
87
|
],
|
100
88
|
setup(__props, {
|
101
|
-
expose,
|
102
|
-
emit
|
89
|
+
expose: __expose,
|
90
|
+
emit: __emit
|
103
91
|
}) {
|
104
|
-
const props = __props;
|
105
92
|
const {
|
106
93
|
outQuickSearchFn
|
107
94
|
} = useMixins();
|
@@ -115,6 +102,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
115
102
|
transformData,
|
116
103
|
transformParams
|
117
104
|
} = useAdvanced();
|
105
|
+
const props = __props;
|
106
|
+
const emit = __emit;
|
118
107
|
const curConObj = ref([]);
|
119
108
|
const showResetFilterBtn = ref(false);
|
120
109
|
const outSearchFieldList = ref([]);
|
@@ -263,7 +252,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
263
252
|
immediate: true,
|
264
253
|
deep: true
|
265
254
|
});
|
266
|
-
|
255
|
+
__expose({
|
267
256
|
handleReset,
|
268
257
|
getFilterParams,
|
269
258
|
setFilterParams,
|
@@ -271,25 +260,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
271
260
|
onFilterChange
|
272
261
|
});
|
273
262
|
return (_ctx, _cache) => {
|
274
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("ul", _hoisted_4, [createCommentVNode(" \u7B5B\u9009\u5206\u7C7B\u63D2\u69FD "), renderSlot(_ctx.$slots, "classification"),
|
263
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("ul", _hoisted_4, [createCommentVNode(" \u7B5B\u9009\u5206\u7C7B\u63D2\u69FD "), renderSlot(_ctx.$slots, "classification"), showQuickSearch.value ? (openBlock(), createElementBlock("li", _hoisted_5, [createVNode(unref(NButton), {
|
275
264
|
class: "search-default",
|
276
265
|
type: "default",
|
277
266
|
onClick: foldQuickSearch
|
278
267
|
}, {
|
279
|
-
default: withCtx(() => [
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
return "\u7B5B\u9009";
|
268
|
+
default: withCtx(() => [_cache[0] || (_cache[0] = createElementVNode("i", {
|
269
|
+
class: "iconfont-table-filter icon-table-filter-shaixuan",
|
270
|
+
style: {
|
271
|
+
"color": "inherit",
|
272
|
+
"margin-right": "6px"
|
285
273
|
}
|
286
|
-
}()), __props.qqConObjCount ? (openBlock(), createElementBlock("span",
|
274
|
+
}, null, -1)), _cache[1] || (_cache[1] = createTextVNode(i18n("10010.1.278", "\u7B5B\u9009"), -1)), __props.qqConObjCount ? (openBlock(), createElementBlock("span", _hoisted_6, "(" + toDisplayString(__props.qqConObjCount) + ")", 1)) : createCommentVNode("v-if", true)]),
|
287
275
|
_: 1
|
288
276
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" start--\u7B5B\u9009\u5916\u663E--start "), (openBlock(true), createElementBlock(Fragment, null, renderList(outSearchFieldList.value, (item) => {
|
289
277
|
return openBlock(), createElementBlock(Fragment, null, [item.isRender ? (openBlock(), createElementBlock("li", {
|
290
278
|
class: "baseli outQuickSearch-li",
|
291
279
|
key: item._frontId
|
292
|
-
}, [createElementVNode("div",
|
280
|
+
}, [createElementVNode("div", _hoisted_7, [__props.isShowTitle && handleName(item, "title") ? (openBlock(), createElementBlock("span", _hoisted_8, toDisplayString(handleName(item, "title")) + "\uFF1A", 1)) : createCommentVNode("v-if", true), createVNode(RenderWidget, {
|
293
281
|
cfg: item,
|
294
282
|
modelValue: item.value,
|
295
283
|
"onUpdate:modelValue": ($event) => item.value = $event,
|
@@ -298,7 +286,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
298
286
|
onOutFilterChange: outFilterChange,
|
299
287
|
onItemChange: handleItemChange
|
300
288
|
}, null, 8, ["cfg", "modelValue", "onUpdate:modelValue", "isAccurate", "onUpdate:isAccurate"])])])) : createCommentVNode("v-if", true)], 64);
|
301
|
-
}), 256)), createCommentVNode(" end--\u7B5B\u9009\u5916\u663E--end "), createElementVNode("div",
|
289
|
+
}), 256)), createCommentVNode(" end--\u7B5B\u9009\u5916\u663E--end "), createElementVNode("div", _hoisted_9, [createCommentVNode(" \u4E1A\u52A1\u7EC4\u4EF6\u63D2\u69FD "), renderSlot(_ctx.$slots, "modules")]), createCommentVNode(" \u67E5\u8BE2\u6309\u94AE "), outSearchFieldList.value && outSearchFieldList.value.length > 0 ? (openBlock(), createElementBlock("li", _hoisted_10, [createVNode(unref(NButton), {
|
302
290
|
type: "primary",
|
303
291
|
onClick: outFilterChange
|
304
292
|
}, {
|
@@ -308,26 +296,17 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
308
296
|
style: {
|
309
297
|
"margin-right": "6px"
|
310
298
|
}
|
311
|
-
}, null, 8, ["component"]), createTextVNode(
|
312
|
-
var _a, _b, _c;
|
313
|
-
try {
|
314
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.405")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.405")) || "\u67E5\u8BE2";
|
315
|
-
} catch (e) {
|
316
|
-
return "\u67E5\u8BE2";
|
317
|
-
}
|
318
|
-
}())]),
|
299
|
+
}, null, 8, ["component"]), _cache[2] || (_cache[2] = createTextVNode(i18n("10010.1.405", "\u67E5\u8BE2"), -1))]),
|
319
300
|
_: 1
|
320
|
-
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u91CD\u7F6E\u6309\u94AE "), showResetFilterBtn.value ? (openBlock(), createElementBlock("li",
|
301
|
+
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u91CD\u7F6E\u6309\u94AE "), showResetFilterBtn.value ? (openBlock(), createElementBlock("li", _hoisted_11, [createVNode(unref(NButton), {
|
321
302
|
onClick: handleReset
|
322
303
|
}, {
|
323
|
-
default: withCtx(() => [
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
} catch (e) {
|
328
|
-
return "\u91CD\u7F6E";
|
304
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [createElementVNode("i", {
|
305
|
+
class: "iconfont-table-filter icon-table-filter-reset",
|
306
|
+
style: {
|
307
|
+
"margin-right": "6px"
|
329
308
|
}
|
330
|
-
}())]),
|
309
|
+
}, null, -1), createTextVNode(i18n("10010.1.406", "\u91CD\u7F6E"), -1)])]),
|
331
310
|
_: 1
|
332
311
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u4E1A\u52A1\u6309\u94AE\u63D2\u69FD "), renderSlot(_ctx.$slots, "buttons")])])])]);
|
333
312
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
declare const BigTable: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
data: {
|
4
4
|
type: ArrayConstructor;
|
5
5
|
default: () => never[];
|
@@ -206,13 +206,13 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
206
206
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
207
207
|
default: () => never[];
|
208
208
|
};
|
209
|
-
}
|
209
|
+
}>, {
|
210
210
|
_hideAllWrap: any;
|
211
211
|
_beforeSearchConvert: any;
|
212
212
|
addInlineEditPrimaryKey: any;
|
213
213
|
GROUP_TITLE_KEY: string;
|
214
214
|
InputButton: any;
|
215
|
-
$message: import("naive-ui").MessageApi;
|
215
|
+
$message: import("naive-ui/es/message").MessageApi;
|
216
216
|
xGrid: any;
|
217
217
|
copyState: {
|
218
218
|
curAbleCheckedLen: number;
|
@@ -272,7 +272,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
272
272
|
};
|
273
273
|
state: any;
|
274
274
|
emit: (event: string, ...args: any[]) => void;
|
275
|
-
props:
|
275
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
276
276
|
data: {
|
277
277
|
type: ArrayConstructor;
|
278
278
|
default: () => never[];
|
@@ -479,9 +479,9 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
479
479
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
480
480
|
default: () => never[];
|
481
481
|
};
|
482
|
-
}>> & {
|
482
|
+
}>> & Readonly<{
|
483
483
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
484
|
-
}
|
484
|
+
}> & {}>;
|
485
485
|
attr: import("../../shared/types").AnyObject;
|
486
486
|
formatData: (data?: {
|
487
487
|
tableList: any[];
|
@@ -575,7 +575,31 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
575
575
|
rawRow: import("../../shared/types").AnyObject;
|
576
576
|
row: import("../../shared/types").AnyObject;
|
577
577
|
colspans?: Record<string, number> | undefined;
|
578
|
-
}
|
578
|
+
}> & Omit<WeakMap<import("../../shared/types").AnyObject, {
|
579
|
+
separateData: Record<string, string>;
|
580
|
+
index: number;
|
581
|
+
rawRow: import("../../shared/types").AnyObject;
|
582
|
+
row: import("../../shared/types").AnyObject;
|
583
|
+
colspans?: Record<string, number> | undefined;
|
584
|
+
}>, keyof WeakMap<any, any>>, WeakMap<import("../../shared/types").AnyObject, {
|
585
|
+
separateData: Record<string, string>;
|
586
|
+
index: number;
|
587
|
+
rawRow: import("../../shared/types").AnyObject;
|
588
|
+
row: import("../../shared/types").AnyObject;
|
589
|
+
colspans?: Record<string, number> | undefined;
|
590
|
+
}> | (WeakMap<import("../../shared/types").AnyObject, {
|
591
|
+
separateData: Record<string, string>;
|
592
|
+
index: number;
|
593
|
+
rawRow: import("../../shared/types").AnyObject;
|
594
|
+
row: import("../../shared/types").AnyObject;
|
595
|
+
colspans?: Record<string, number> | undefined;
|
596
|
+
}> & Omit<WeakMap<import("../../shared/types").AnyObject, {
|
597
|
+
separateData: Record<string, string>;
|
598
|
+
index: number;
|
599
|
+
rawRow: import("../../shared/types").AnyObject;
|
600
|
+
row: import("../../shared/types").AnyObject;
|
601
|
+
colspans?: Record<string, number> | undefined;
|
602
|
+
}>, keyof WeakMap<any, any>>)>;
|
579
603
|
onResizableChange: import("vxe-table").VxeTableEvents.ResizableChange;
|
580
604
|
loadData: (data: any) => Promise<void>;
|
581
605
|
setGroupTitleToFristColumnFieldData: (formatList: any) => void;
|
@@ -592,7 +616,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
592
616
|
formatterEdit: (params: any, col: any) => any;
|
593
617
|
getEditBtn: (row: any, col: any, index: number) => any;
|
594
618
|
formatter: (params: any, col: any, _isEdit: boolean) => any;
|
595
|
-
formatterHeader: (item: any) => () =>
|
619
|
+
formatterHeader: (item: any) => () => any[];
|
596
620
|
handlefilterBoxClickSort: (sort: any, field: any) => void;
|
597
621
|
handleFilterSeach: (val: any, field: any) => void;
|
598
622
|
handleFilterChangeAll: (val: boolean, field: any) => void;
|
@@ -609,8 +633,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
609
633
|
maskUp: (e: any) => void;
|
610
634
|
setGroupTreeExpand: () => void;
|
611
635
|
resetTableInlineEditStatus: () => false | undefined;
|
612
|
-
renderAnnotation: (columnConfig: import("../../shared/types").AnyObject) =>
|
613
|
-
toolTipTitle: (item: any, type?: any) => (() => any)
|
636
|
+
renderAnnotation: (columnConfig: import("../../shared/types").AnyObject) => any;
|
637
|
+
toolTipTitle: (item: any, type?: any) => any[] | (() => any);
|
614
638
|
triggerExpand: (e: any, isExpand: any) => void;
|
615
639
|
getOtherConfigInit: () => any;
|
616
640
|
refreshTable: () => void;
|
@@ -659,28 +683,28 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
659
683
|
getFooterTitle: (column: any) => number | undefined;
|
660
684
|
hanldeClickRefresh: () => void;
|
661
685
|
confirmScanMulti: (params: any) => void;
|
662
|
-
scanMultiOperate: (params: any) =>
|
686
|
+
scanMultiOperate: (params: any) => any;
|
663
687
|
showEditForm: (row: any, column: any, $rowIndex: any) => any;
|
664
688
|
initBatchDynamicProps: (unionItem: any, row: any, column: any, $rowIndex: any) => any;
|
665
689
|
handleSubmitEditForm: (obj?: any) => void;
|
666
690
|
banSubmit: (obj: any) => void;
|
667
691
|
handleFormTheUniqueKey: () => Promise<void>;
|
668
692
|
handlePreView: (data: any, i: any, e: any) => void;
|
669
|
-
getPicture: (row: any, item: any, type: any) =>
|
670
|
-
getColor: (row: any, item: any) =>
|
671
|
-
getDate: (row: any, item: any) =>
|
672
|
-
getPercentage: (row: any, item: any) =>
|
693
|
+
getPicture: (row: any, item: any, type: any) => any[];
|
694
|
+
getColor: (row: any, item: any) => any[];
|
695
|
+
getDate: (row: any, item: any) => any[];
|
696
|
+
getPercentage: (row: any, item: any) => any[] | undefined;
|
673
697
|
getvideoList: (row: any, item: any) => null;
|
674
|
-
getOrCode: (row: any, item: any, type: any) =>
|
698
|
+
getOrCode: (row: any, item: any, type: any) => any[];
|
675
699
|
qrCodeEvent: (e: any, row: any, item: any) => void;
|
676
|
-
generateInlineBtnList: (row: any, index: any) =>
|
700
|
+
generateInlineBtnList: (row: any, index: any) => any[] | undefined;
|
677
701
|
getTileBtnList: (row: any, index: number) => any[];
|
678
702
|
clickBtn: (row: any, btn: any, index: number, e: any, j: any) => void;
|
679
703
|
getBtnIcon: (btn: any, mr?: string) => any[];
|
680
704
|
getFoldBtnList: (row: any, index: number) => any[];
|
681
705
|
switchBtnOnChange: (e: any, r: any, i: any, index: any) => void;
|
682
|
-
getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) =>
|
683
|
-
getField: (row: any, item: any, index: any, isLink: boolean) =>
|
706
|
+
getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) => any[];
|
707
|
+
getField: (row: any, item: any, index: any, isLink: boolean) => any[];
|
684
708
|
linkDetail: (row: any, col: any, index: any, e: any) => false | undefined;
|
685
709
|
hanldeCopyContent: (e: any, value: any) => void;
|
686
710
|
getCheckboxRecords: () => never[];
|
@@ -695,8 +719,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
695
719
|
setCurrentRow: (row: any) => void;
|
696
720
|
loadColumnAndData: (data: any, config: any) => void;
|
697
721
|
clearChecked: () => void;
|
698
|
-
SyncOutline: 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<{}>>, {}>;
|
699
|
-
NoData: import("vue").DefineComponent<{
|
722
|
+
readonly SyncOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
723
|
+
NoData: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
700
724
|
noDataTip: {
|
701
725
|
type: StringConstructor;
|
702
726
|
default: string;
|
@@ -709,9 +733,9 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
709
733
|
type: BooleanConstructor;
|
710
734
|
default: boolean;
|
711
735
|
};
|
712
|
-
}
|
736
|
+
}>, {
|
713
737
|
imgStr: import("vue").ComputedRef<null>;
|
714
|
-
props:
|
738
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
715
739
|
noDataTip: {
|
716
740
|
type: StringConstructor;
|
717
741
|
default: string;
|
@@ -724,9 +748,9 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
724
748
|
type: BooleanConstructor;
|
725
749
|
default: boolean;
|
726
750
|
};
|
727
|
-
}>> & {}
|
751
|
+
}>> & Readonly<{}> & {}>;
|
728
752
|
handleDesc: import("vue").ComputedRef<string>;
|
729
|
-
},
|
753
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
730
754
|
noDataTip: {
|
731
755
|
type: StringConstructor;
|
732
756
|
default: string;
|
@@ -739,22 +763,22 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
739
763
|
type: BooleanConstructor;
|
740
764
|
default: boolean;
|
741
765
|
};
|
742
|
-
}
|
766
|
+
}>> & Readonly<{}>, {
|
743
767
|
noDataTip: string;
|
744
768
|
noDataImg: string;
|
745
769
|
showImg: boolean;
|
746
|
-
}>;
|
747
|
-
NTooltip: any;
|
748
|
-
NTabs: any;
|
749
|
-
NTabPane: any;
|
750
|
-
NIcon: any;
|
751
|
-
CGrid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
752
|
-
checkMethod: ({ row }: {
|
770
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
771
|
+
readonly NTooltip: any;
|
772
|
+
readonly NTabs: any;
|
773
|
+
readonly NTabPane: any;
|
774
|
+
readonly NIcon: any;
|
775
|
+
readonly CGrid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
776
|
+
readonly checkMethod: ({ row }: {
|
753
777
|
row: any;
|
754
778
|
}) => boolean;
|
755
|
-
visibleMethod: ({ row }: any) => boolean;
|
756
|
-
getRowStyle: ({ row }: any) => string | null;
|
757
|
-
},
|
779
|
+
readonly visibleMethod: ({ row }: any) => boolean;
|
780
|
+
readonly getRowStyle: ({ row }: any) => string | null;
|
781
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
758
782
|
data: {
|
759
783
|
type: ArrayConstructor;
|
760
784
|
default: () => never[];
|
@@ -961,17 +985,16 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
961
985
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
962
986
|
default: () => never[];
|
963
987
|
};
|
964
|
-
}>> & {
|
988
|
+
}>> & Readonly<{
|
965
989
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
966
|
-
}
|
967
|
-
anchor: import("../../shared/types").AnyObject[];
|
990
|
+
}>, {
|
968
991
|
data: unknown[];
|
969
|
-
maxCheckSize: number;
|
970
992
|
showFooter: boolean;
|
993
|
+
columnConfig: Record<string, any>;
|
994
|
+
menuConfig: Record<string, any>;
|
995
|
+
maxCheckSize: number;
|
971
996
|
sumData: Record<string, any>;
|
972
997
|
avgData: Record<string, any>;
|
973
|
-
menuConfig: Record<string, any>;
|
974
|
-
columnConfig: Record<string, any>;
|
975
998
|
refreshRow: number;
|
976
999
|
relatedItems: Record<string, any>;
|
977
1000
|
pageVO: Record<string, any>;
|
@@ -1021,6 +1044,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
1021
1044
|
batchEditDoneNumber: Record<string, any>;
|
1022
1045
|
batchError: boolean;
|
1023
1046
|
batchFormData: Record<string, any>;
|
1047
|
+
anchor: import("../../shared/types").AnyObject[];
|
1024
1048
|
totalList: import("../../shared/types").AnyObject[];
|
1025
|
-
}>>;
|
1049
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1026
1050
|
export default BigTable;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { AnyObject } from '../../../shared/types';
|
2
2
|
import { VxeTablePropTypes } from 'vxe-table/types/table';
|
3
3
|
import { VxeTableEvents } from 'vxe-table';
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
data: {
|
6
6
|
type: ArrayConstructor;
|
7
7
|
default: () => never[];
|
@@ -208,13 +208,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
208
208
|
type: import("vue").PropType<AnyObject[]>;
|
209
209
|
default: () => never[];
|
210
210
|
};
|
211
|
-
}
|
211
|
+
}>, {
|
212
212
|
_hideAllWrap: any;
|
213
213
|
_beforeSearchConvert: any;
|
214
214
|
addInlineEditPrimaryKey: any;
|
215
215
|
GROUP_TITLE_KEY: string;
|
216
216
|
InputButton: any;
|
217
|
-
$message: import("naive-ui").MessageApi;
|
217
|
+
$message: import("naive-ui/es/message").MessageApi;
|
218
218
|
xGrid: any;
|
219
219
|
copyState: {
|
220
220
|
curAbleCheckedLen: number;
|
@@ -274,7 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
274
274
|
};
|
275
275
|
state: any;
|
276
276
|
emit: (event: string, ...args: any[]) => void;
|
277
|
-
props:
|
277
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
278
278
|
data: {
|
279
279
|
type: ArrayConstructor;
|
280
280
|
default: () => never[];
|
@@ -481,9 +481,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
481
481
|
type: import("vue").PropType<AnyObject[]>;
|
482
482
|
default: () => never[];
|
483
483
|
};
|
484
|
-
}>> & {
|
484
|
+
}>> & Readonly<{
|
485
485
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
486
|
-
}
|
486
|
+
}> & {}>;
|
487
487
|
attr: AnyObject;
|
488
488
|
formatData: (data?: {
|
489
489
|
tableList: any[];
|
@@ -577,7 +577,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
577
577
|
rawRow: AnyObject;
|
578
578
|
row: AnyObject;
|
579
579
|
colspans?: Record<string, number> | undefined;
|
580
|
-
}
|
580
|
+
}> & Omit<WeakMap<AnyObject, {
|
581
|
+
separateData: Record<string, string>;
|
582
|
+
index: number;
|
583
|
+
rawRow: AnyObject;
|
584
|
+
row: AnyObject;
|
585
|
+
colspans?: Record<string, number> | undefined;
|
586
|
+
}>, keyof WeakMap<any, any>>, WeakMap<AnyObject, {
|
587
|
+
separateData: Record<string, string>;
|
588
|
+
index: number;
|
589
|
+
rawRow: AnyObject;
|
590
|
+
row: AnyObject;
|
591
|
+
colspans?: Record<string, number> | undefined;
|
592
|
+
}> | (WeakMap<AnyObject, {
|
593
|
+
separateData: Record<string, string>;
|
594
|
+
index: number;
|
595
|
+
rawRow: AnyObject;
|
596
|
+
row: AnyObject;
|
597
|
+
colspans?: Record<string, number> | undefined;
|
598
|
+
}> & Omit<WeakMap<AnyObject, {
|
599
|
+
separateData: Record<string, string>;
|
600
|
+
index: number;
|
601
|
+
rawRow: AnyObject;
|
602
|
+
row: AnyObject;
|
603
|
+
colspans?: Record<string, number> | undefined;
|
604
|
+
}>, keyof WeakMap<any, any>>)>;
|
581
605
|
onResizableChange: VxeTableEvents.ResizableChange;
|
582
606
|
loadData: (data: any) => Promise<void>;
|
583
607
|
setGroupTitleToFristColumnFieldData: (formatList: any) => void;
|
@@ -594,7 +618,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
594
618
|
formatterEdit: (params: any, col: any) => any;
|
595
619
|
getEditBtn: (row: any, col: any, index: number) => any;
|
596
620
|
formatter: (params: any, col: any, _isEdit: boolean) => any;
|
597
|
-
formatterHeader: (item: any) => () =>
|
621
|
+
formatterHeader: (item: any) => () => any[];
|
598
622
|
handlefilterBoxClickSort: (sort: any, field: any) => void;
|
599
623
|
handleFilterSeach: (val: any, field: any) => void;
|
600
624
|
handleFilterChangeAll: (val: boolean, field: any) => void;
|
@@ -611,8 +635,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
611
635
|
maskUp: (e: any) => void;
|
612
636
|
setGroupTreeExpand: () => void;
|
613
637
|
resetTableInlineEditStatus: () => false | undefined;
|
614
|
-
renderAnnotation: (columnConfig: AnyObject) =>
|
615
|
-
toolTipTitle: (item: any, type?: any) => (() => any)
|
638
|
+
renderAnnotation: (columnConfig: AnyObject) => any;
|
639
|
+
toolTipTitle: (item: any, type?: any) => any[] | (() => any);
|
616
640
|
triggerExpand: (e: any, isExpand: any) => void;
|
617
641
|
getOtherConfigInit: () => any;
|
618
642
|
refreshTable: () => void;
|
@@ -649,28 +673,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
649
673
|
getFooterTitle: (column: any) => number | undefined;
|
650
674
|
hanldeClickRefresh: () => void;
|
651
675
|
confirmScanMulti: (params: any) => void;
|
652
|
-
scanMultiOperate: (params: any) =>
|
676
|
+
scanMultiOperate: (params: any) => any;
|
653
677
|
showEditForm: (row: any, column: any, $rowIndex: any) => any;
|
654
678
|
initBatchDynamicProps: (unionItem: any, row: any, column: any, $rowIndex: any) => any;
|
655
679
|
handleSubmitEditForm: (obj?: any) => void;
|
656
680
|
banSubmit: (obj: any) => void;
|
657
681
|
handleFormTheUniqueKey: () => Promise<void>;
|
658
682
|
handlePreView: (data: any, i: any, e: any) => void;
|
659
|
-
getPicture: (row: any, item: any, type: any) =>
|
660
|
-
getColor: (row: any, item: any) =>
|
661
|
-
getDate: (row: any, item: any) =>
|
662
|
-
getPercentage: (row: any, item: any) =>
|
683
|
+
getPicture: (row: any, item: any, type: any) => any[];
|
684
|
+
getColor: (row: any, item: any) => any[];
|
685
|
+
getDate: (row: any, item: any) => any[];
|
686
|
+
getPercentage: (row: any, item: any) => any[] | undefined;
|
663
687
|
getvideoList: (row: any, item: any) => null;
|
664
|
-
getOrCode: (row: any, item: any, type: any) =>
|
688
|
+
getOrCode: (row: any, item: any, type: any) => any[];
|
665
689
|
qrCodeEvent: (e: any, row: any, item: any) => void;
|
666
|
-
generateInlineBtnList: (row: any, index: any) =>
|
690
|
+
generateInlineBtnList: (row: any, index: any) => any[] | undefined;
|
667
691
|
getTileBtnList: (row: any, index: number) => any[];
|
668
692
|
clickBtn: (row: any, btn: any, index: number, e: any, j: any) => void;
|
669
693
|
getBtnIcon: (btn: any, mr?: string) => any[];
|
670
694
|
getFoldBtnList: (row: any, index: number) => any[];
|
671
695
|
switchBtnOnChange: (e: any, r: any, i: any, index: any) => void;
|
672
|
-
getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) =>
|
673
|
-
getField: (row: any, item: any, index: any, isLink: boolean) =>
|
696
|
+
getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) => any[];
|
697
|
+
getField: (row: any, item: any, index: any, isLink: boolean) => any[];
|
674
698
|
linkDetail: (row: any, col: any, index: any, e: any) => false | undefined;
|
675
699
|
hanldeCopyContent: (e: any, value: any) => void;
|
676
700
|
getCheckboxRecords: () => never[];
|
@@ -685,8 +709,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
685
709
|
setCurrentRow: (row: any) => void;
|
686
710
|
loadColumnAndData: (data: any, config: any) => void;
|
687
711
|
clearChecked: () => void;
|
688
|
-
SyncOutline: 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<{}>>, {}>;
|
689
|
-
NoData: import("vue").DefineComponent<{
|
712
|
+
readonly SyncOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
713
|
+
NoData: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
690
714
|
noDataTip: {
|
691
715
|
type: StringConstructor;
|
692
716
|
default: string;
|
@@ -699,9 +723,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
699
723
|
type: BooleanConstructor;
|
700
724
|
default: boolean;
|
701
725
|
};
|
702
|
-
}
|
726
|
+
}>, {
|
703
727
|
imgStr: import("vue").ComputedRef<null>;
|
704
|
-
props:
|
728
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
705
729
|
noDataTip: {
|
706
730
|
type: StringConstructor;
|
707
731
|
default: string;
|
@@ -714,9 +738,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
714
738
|
type: BooleanConstructor;
|
715
739
|
default: boolean;
|
716
740
|
};
|
717
|
-
}>> & {}
|
741
|
+
}>> & Readonly<{}> & {}>;
|
718
742
|
handleDesc: import("vue").ComputedRef<string>;
|
719
|
-
},
|
743
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
720
744
|
noDataTip: {
|
721
745
|
type: StringConstructor;
|
722
746
|
default: string;
|
@@ -729,22 +753,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
729
753
|
type: BooleanConstructor;
|
730
754
|
default: boolean;
|
731
755
|
};
|
732
|
-
}
|
756
|
+
}>> & Readonly<{}>, {
|
733
757
|
noDataTip: string;
|
734
758
|
noDataImg: string;
|
735
759
|
showImg: boolean;
|
736
|
-
}>;
|
737
|
-
NTooltip: any;
|
738
|
-
NTabs: any;
|
739
|
-
NTabPane: any;
|
740
|
-
NIcon: any;
|
741
|
-
CGrid: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
742
|
-
checkMethod: ({ row }: {
|
760
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
761
|
+
readonly NTooltip: any;
|
762
|
+
readonly NTabs: any;
|
763
|
+
readonly NTabPane: any;
|
764
|
+
readonly NIcon: any;
|
765
|
+
readonly CGrid: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
766
|
+
readonly checkMethod: ({ row }: {
|
743
767
|
row: any;
|
744
768
|
}) => boolean;
|
745
|
-
visibleMethod: ({ row }: any) => boolean;
|
746
|
-
getRowStyle: ({ row }: any) => string | null;
|
747
|
-
},
|
769
|
+
readonly visibleMethod: ({ row }: any) => boolean;
|
770
|
+
readonly getRowStyle: ({ row }: any) => string | null;
|
771
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
748
772
|
data: {
|
749
773
|
type: ArrayConstructor;
|
750
774
|
default: () => never[];
|
@@ -951,17 +975,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
951
975
|
type: import("vue").PropType<AnyObject[]>;
|
952
976
|
default: () => never[];
|
953
977
|
};
|
954
|
-
}>> & {
|
978
|
+
}>> & Readonly<{
|
955
979
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
956
|
-
}
|
957
|
-
anchor: AnyObject[];
|
980
|
+
}>, {
|
958
981
|
data: unknown[];
|
959
|
-
maxCheckSize: number;
|
960
982
|
showFooter: boolean;
|
983
|
+
columnConfig: Record<string, any>;
|
984
|
+
menuConfig: Record<string, any>;
|
985
|
+
maxCheckSize: number;
|
961
986
|
sumData: Record<string, any>;
|
962
987
|
avgData: Record<string, any>;
|
963
|
-
menuConfig: Record<string, any>;
|
964
|
-
columnConfig: Record<string, any>;
|
965
988
|
refreshRow: number;
|
966
989
|
relatedItems: Record<string, any>;
|
967
990
|
pageVO: Record<string, any>;
|
@@ -1011,6 +1034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1011
1034
|
batchEditDoneNumber: Record<string, any>;
|
1012
1035
|
batchError: boolean;
|
1013
1036
|
batchFormData: Record<string, any>;
|
1037
|
+
anchor: AnyObject[];
|
1014
1038
|
totalList: AnyObject[];
|
1015
|
-
}>;
|
1039
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1016
1040
|
export default _default;
|