cnhis-design-vue 3.4.0-beta.3 → 3.4.0-beta.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_virtual_i18n-methods.js +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 +263 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +263 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +23 -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 +118 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +212 -351
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +49 -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.d.ts +1 -0
- package/es/components/button-print/src/utils/print.js +21 -101
- 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 +3441 -2006
- 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 +548 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +409 -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 +453 -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 +548 -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 +28 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +19 -19
- 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 +60 -58
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +30 -72
- 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 +106 -282
- 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 +35 -18
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +14 -27
- 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/interface.d.ts +1 -0
- package/es/components/fabric-chart/src/utils/index.js +2 -12
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -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 +245 -157
- package/es/components/field-set/src/FieldColor.vue2.js +18 -92
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -54
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -36
- package/es/components/field-set/src/FieldSet.vue.d.ts +83 -69
- package/es/components/field-set/src/FieldSet.vue2.js +47 -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 +60 -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 +175 -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 +80 -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 +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +29 -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 +1409 -427
- package/es/components/form-config/index.js +0 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1409 -427
- package/es/components/form-config/src/FormConfig.vue2.js +25 -26
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -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 +37 -32
- 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.d.ts +1 -0
- package/es/components/form-config/src/constants/index.js +30 -176
- package/es/components/form-config/src/hooks/useConfigurationField.js +33 -23
- 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 +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +119 -243
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -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 +2 -8
- 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 +32 -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 +32 -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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- 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 +8 -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/index.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 +860 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +860 -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 +319 -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 +35 -51
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +74 -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 +11 -66
- 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 +82 -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 +3155 -1729
- package/es/components/iho-table/index.js +27 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3156 -1730
- package/es/components/iho-table/src/IhoTable.vue2.js +114 -150
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +56 -3
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- 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 +34 -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/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 +39 -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/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +26 -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/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +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 +3 -9
- 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/index.js +1 -1
- 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/index.js +1 -1
- 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/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- 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 +62 -66
- 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/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 +201 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +201 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +83 -96
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -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 +45 -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 +111 -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 +66 -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 +28 -64
- 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/select-person/src/utils/index.js +11 -9
- 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.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +18 -26
- package/es/components/shortcut-provider/src/utils/index.js +5 -27
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -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 +88 -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 +22 -110
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +63 -107
- package/es/components/table-export-field/src/constants/index.js +3 -1
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +8 -27
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +84 -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 +38 -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 +72 -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 +107 -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 +256 -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 +57 -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 +60 -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 +242 -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 +279 -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 +52 -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 +40 -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 +52 -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 +40 -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 +337 -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 +324 -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/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- 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/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- 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,4 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2
2
|
visible: {
|
3
3
|
type: BooleanConstructor;
|
4
4
|
default: boolean;
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
type: ArrayConstructor;
|
16
16
|
default: () => never[];
|
17
17
|
};
|
18
|
-
}
|
19
|
-
props:
|
18
|
+
}>, {
|
19
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
visible: {
|
21
21
|
type: BooleanConstructor;
|
22
22
|
default: boolean;
|
@@ -33,18 +33,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
33
|
type: ArrayConstructor;
|
34
34
|
default: () => never[];
|
35
35
|
};
|
36
|
-
}>> & {
|
36
|
+
}>> & Readonly<{
|
37
37
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
38
|
-
}
|
38
|
+
}> & {}>;
|
39
39
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
41
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
42
|
-
modalWidth: import("vue").Ref<string>;
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
41
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
42
|
+
modalWidth: import("vue").Ref<string, string>;
|
43
43
|
bodyStyle: import("vue").Ref<{
|
44
44
|
maxHeight: string;
|
45
45
|
height: string;
|
46
|
+
}, {
|
47
|
+
maxHeight: string;
|
48
|
+
height: string;
|
49
|
+
} | {
|
50
|
+
maxHeight: string;
|
51
|
+
height: string;
|
46
52
|
}>;
|
47
|
-
conditionApiRef: any
|
53
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
48
54
|
filterTimer: any;
|
49
55
|
classifyfilterType: String;
|
50
56
|
init: () => void;
|
@@ -55,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
61
|
clearConditions: () => void;
|
56
62
|
resetChangeWindow: () => void;
|
57
63
|
changeModalWindow: () => void;
|
58
|
-
NModal: any;
|
59
|
-
NCard: any;
|
60
|
-
NButton: any;
|
61
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
64
|
+
readonly NModal: any;
|
65
|
+
readonly NCard: any;
|
66
|
+
readonly NButton: any;
|
67
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
62
68
|
actionList_prop: {
|
63
69
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
64
70
|
default: () => {};
|
@@ -83,14 +89,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
83
89
|
type: BooleanConstructor;
|
84
90
|
default: boolean;
|
85
91
|
};
|
86
|
-
}
|
87
|
-
$message: import("naive-ui").MessageApi;
|
92
|
+
}>, {
|
93
|
+
$message: import("naive-ui/es/message").MessageApi;
|
88
94
|
menuProps: {
|
89
95
|
class: string;
|
90
96
|
};
|
91
97
|
specialDateRange: string[];
|
92
98
|
specialCustomDateRange: string[];
|
93
|
-
props:
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
94
100
|
actionList_prop: {
|
95
101
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
96
102
|
default: () => {};
|
@@ -115,10 +121,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
115
121
|
type: BooleanConstructor;
|
116
122
|
default: boolean;
|
117
123
|
};
|
118
|
-
}>> & {
|
124
|
+
}>> & Readonly<{
|
119
125
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
120
126
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
121
|
-
}
|
127
|
+
}> & {}>;
|
122
128
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
123
129
|
$attrs: {
|
124
130
|
[x: string]: unknown;
|
@@ -136,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
136
142
|
customDate?: string | undefined;
|
137
143
|
}[];
|
138
144
|
};
|
139
|
-
loading: import("vue").Ref<boolean>;
|
140
|
-
parentInputRef: import("vue").Ref<any>;
|
141
|
-
parentInputAddRef: import("vue").Ref<any>;
|
145
|
+
loading: import("vue").Ref<boolean, boolean>;
|
146
|
+
parentInputRef: import("vue").Ref<any, any>;
|
147
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
142
148
|
DisplayCategoryState: {
|
143
149
|
addDisplayCategory: string;
|
144
150
|
displayCategories: {
|
@@ -179,16 +185,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
185
|
saveAdd: () => void;
|
180
186
|
cancelSaveAdd: () => void;
|
181
187
|
checkActionList: () => boolean;
|
182
|
-
NSpin: any;
|
183
|
-
NIcon: any;
|
184
|
-
NInput: any;
|
185
|
-
NButton: any;
|
186
|
-
NTooltip: any;
|
187
|
-
NSelect: any;
|
188
|
-
AddOutline: 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<{}>>, {}>;
|
189
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
190
|
-
CloseOutline: 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<{}>>, {}>;
|
191
|
-
ValueCfg: import("vue").DefineComponent<{
|
188
|
+
readonly NSpin: any;
|
189
|
+
readonly NIcon: any;
|
190
|
+
readonly NInput: any;
|
191
|
+
readonly NButton: any;
|
192
|
+
readonly NTooltip: any;
|
193
|
+
readonly NSelect: any;
|
194
|
+
readonly AddOutline: 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>;
|
195
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
196
|
+
readonly CloseOutline: 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>;
|
197
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
192
198
|
item: {
|
193
199
|
type: ObjectConstructor;
|
194
200
|
default: null;
|
@@ -212,8 +218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
212
218
|
type: StringConstructor;
|
213
219
|
default: null;
|
214
220
|
};
|
215
|
-
}
|
216
|
-
props:
|
221
|
+
}>, {
|
222
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
217
223
|
item: {
|
218
224
|
type: ObjectConstructor;
|
219
225
|
default: null;
|
@@ -237,19 +243,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
237
243
|
type: StringConstructor;
|
238
244
|
default: null;
|
239
245
|
};
|
240
|
-
}>> & {
|
246
|
+
}>> & Readonly<{
|
241
247
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
242
248
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
243
249
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
244
250
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
245
|
-
}
|
251
|
+
}> & {}>;
|
246
252
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
247
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
248
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
249
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
250
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
253
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
254
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
255
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
256
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
251
257
|
widgetType: import("vue").ComputedRef<any>;
|
252
|
-
Date: import("vue").DefineComponent<{
|
258
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
253
259
|
componentCfg: {
|
254
260
|
type: ObjectConstructor;
|
255
261
|
};
|
@@ -273,8 +279,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
279
|
type: StringConstructor;
|
274
280
|
default: null;
|
275
281
|
};
|
276
|
-
}
|
277
|
-
props:
|
282
|
+
}>, {
|
283
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
278
284
|
componentCfg: {
|
279
285
|
type: ObjectConstructor;
|
280
286
|
};
|
@@ -298,15 +304,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
298
304
|
type: StringConstructor;
|
299
305
|
default: null;
|
300
306
|
};
|
301
|
-
}>> & {
|
307
|
+
}>> & Readonly<{
|
302
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
303
309
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
304
310
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
305
|
-
}
|
311
|
+
}> & {}>;
|
306
312
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
307
|
-
filterType: import("vue").ComputedRef<"1" | "
|
308
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
309
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
313
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
314
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
315
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
310
316
|
dateType: any;
|
311
317
|
valueFormat: import("vue").ComputedRef<string>;
|
312
318
|
compType: import("vue").ComputedRef<any>;
|
@@ -321,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
321
327
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
322
328
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
323
329
|
};
|
324
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
330
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
325
331
|
updateUnchangedValue: {
|
326
332
|
type: BooleanConstructor;
|
327
333
|
};
|
@@ -349,14 +355,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
349
355
|
type: StringConstructor;
|
350
356
|
default: string;
|
351
357
|
};
|
358
|
+
updateValueOnClose: {
|
359
|
+
type: BooleanConstructor;
|
360
|
+
default: boolean;
|
361
|
+
};
|
352
362
|
isDateDisabled: {
|
353
363
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
354
364
|
};
|
355
|
-
}
|
365
|
+
}>, {
|
356
366
|
attrs: {
|
357
367
|
[x: string]: unknown;
|
358
368
|
};
|
359
|
-
props:
|
369
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
360
370
|
updateUnchangedValue: {
|
361
371
|
type: BooleanConstructor;
|
362
372
|
};
|
@@ -384,18 +394,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
384
394
|
type: StringConstructor;
|
385
395
|
default: string;
|
386
396
|
};
|
397
|
+
updateValueOnClose: {
|
398
|
+
type: BooleanConstructor;
|
399
|
+
default: boolean;
|
400
|
+
};
|
387
401
|
isDateDisabled: {
|
388
402
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
389
403
|
};
|
390
|
-
}>> & {
|
404
|
+
}>> & Readonly<{
|
391
405
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
392
|
-
}
|
406
|
+
}> & {}>;
|
393
407
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
394
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
395
|
-
panelInstRef: import("vue").Ref<null>;
|
396
|
-
placeholderRef: import("vue").Ref<any>;
|
397
|
-
oldValue: string;
|
398
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
408
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
409
|
+
panelInstRef: import("vue").Ref<null, null>;
|
410
|
+
placeholderRef: import("vue").Ref<any, any>;
|
411
|
+
oldValue: (string | [string, string]) | null | undefined;
|
412
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
399
413
|
isDateTime: import("vue").ComputedRef<boolean>;
|
400
414
|
formatRef: import("vue").ComputedRef<string>;
|
401
415
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -410,8 +424,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
410
424
|
onConfirm: (...args: any[]) => Promise<void>;
|
411
425
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
412
426
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
413
|
-
NDatePicker: any;
|
414
|
-
},
|
427
|
+
readonly NDatePicker: any;
|
428
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
415
429
|
updateUnchangedValue: {
|
416
430
|
type: BooleanConstructor;
|
417
431
|
};
|
@@ -439,19 +453,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
439
453
|
type: StringConstructor;
|
440
454
|
default: string;
|
441
455
|
};
|
456
|
+
updateValueOnClose: {
|
457
|
+
type: BooleanConstructor;
|
458
|
+
default: boolean;
|
459
|
+
};
|
442
460
|
isDateDisabled: {
|
443
461
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
444
462
|
};
|
445
|
-
}>> & {
|
463
|
+
}>> & Readonly<{
|
446
464
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
447
|
-
}
|
465
|
+
}>, {
|
448
466
|
type: string;
|
449
467
|
updateUnchangedValue: boolean;
|
450
468
|
to: string | false | HTMLElement;
|
451
469
|
holidays: Date[];
|
452
|
-
|
453
|
-
|
454
|
-
|
470
|
+
updateValueOnClose: boolean;
|
471
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
472
|
+
readonly NSelect: any;
|
473
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
455
474
|
filterType: {
|
456
475
|
type: StringConstructor;
|
457
476
|
required: true;
|
@@ -476,7 +495,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
476
495
|
valueFormat: {
|
477
496
|
type: StringConstructor;
|
478
497
|
};
|
479
|
-
}
|
498
|
+
}>, {
|
480
499
|
widgetOptions: {
|
481
500
|
label: string;
|
482
501
|
value: string;
|
@@ -485,9 +504,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
485
504
|
label: string;
|
486
505
|
value: string;
|
487
506
|
}[];
|
488
|
-
startDateNum: import("vue").Ref<any>;
|
489
|
-
endDateNum: import("vue").Ref<any>;
|
490
|
-
props:
|
507
|
+
startDateNum: import("vue").Ref<any, any>;
|
508
|
+
endDateNum: import("vue").Ref<any, any>;
|
509
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
491
510
|
filterType: {
|
492
511
|
type: StringConstructor;
|
493
512
|
required: true;
|
@@ -512,17 +531,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
512
531
|
valueFormat: {
|
513
532
|
type: StringConstructor;
|
514
533
|
};
|
515
|
-
}>> & {
|
534
|
+
}>> & Readonly<{
|
516
535
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
517
536
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
518
|
-
}
|
537
|
+
}> & {}>;
|
519
538
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
520
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
521
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
539
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
540
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
522
541
|
handleChange: (val: any, type: "start" | "end") => void;
|
523
|
-
NSelect: any;
|
524
|
-
NInputNumber: any;
|
525
|
-
},
|
542
|
+
readonly NSelect: any;
|
543
|
+
readonly NInputNumber: any;
|
544
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
526
545
|
filterType: {
|
527
546
|
type: StringConstructor;
|
528
547
|
required: true;
|
@@ -547,14 +566,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
547
566
|
valueFormat: {
|
548
567
|
type: StringConstructor;
|
549
568
|
};
|
550
|
-
}>> & {
|
569
|
+
}>> & Readonly<{
|
551
570
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
552
571
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
553
|
-
}
|
572
|
+
}>, {
|
554
573
|
modelValue: string | number | unknown[];
|
555
574
|
presetVal: string;
|
556
|
-
}>;
|
557
|
-
WidgetValEnums: {
|
575
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
576
|
+
readonly WidgetValEnums: {
|
558
577
|
CUSTOM: string;
|
559
578
|
FIRST_VAL: string;
|
560
579
|
WHOLE: string;
|
@@ -585,7 +604,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
585
604
|
NEXT_YEAR: string;
|
586
605
|
LAST_YEAR: string;
|
587
606
|
};
|
588
|
-
},
|
607
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
589
608
|
componentCfg: {
|
590
609
|
type: ObjectConstructor;
|
591
610
|
};
|
@@ -609,17 +628,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
609
628
|
type: StringConstructor;
|
610
629
|
default: null;
|
611
630
|
};
|
612
|
-
}>> & {
|
631
|
+
}>> & Readonly<{
|
613
632
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
614
633
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
615
634
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
616
|
-
}
|
635
|
+
}>, {
|
617
636
|
modelValue: string | number | unknown[];
|
618
637
|
paramCfg: Record<string, any>;
|
619
638
|
presetVal: string;
|
620
639
|
customDate: string;
|
621
|
-
}>;
|
622
|
-
InputFilter: import("vue").DefineComponent<{
|
640
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
641
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
623
642
|
paramCfg: {
|
624
643
|
type: ObjectConstructor;
|
625
644
|
default: null;
|
@@ -631,8 +650,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
631
650
|
isAccurateFilter: {
|
632
651
|
type: BooleanConstructor;
|
633
652
|
};
|
634
|
-
}
|
635
|
-
props:
|
653
|
+
}>, {
|
654
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
636
655
|
paramCfg: {
|
637
656
|
type: ObjectConstructor;
|
638
657
|
default: null;
|
@@ -644,21 +663,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
644
663
|
isAccurateFilter: {
|
645
664
|
type: BooleanConstructor;
|
646
665
|
};
|
647
|
-
}>> & {
|
666
|
+
}>> & Readonly<{
|
648
667
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
649
668
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
650
|
-
}
|
669
|
+
}> & {}>;
|
651
670
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
652
671
|
optionList: import("vue").Ref<{
|
653
672
|
label: string;
|
654
673
|
value: number;
|
674
|
+
}[], {
|
675
|
+
label: string;
|
676
|
+
value: number;
|
677
|
+
}[] | {
|
678
|
+
label: string;
|
679
|
+
value: number;
|
655
680
|
}[]>;
|
656
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
657
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
681
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
682
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
658
683
|
isShowSearch: import("vue").ComputedRef<any>;
|
659
|
-
NInput: any;
|
660
|
-
NSelect: any;
|
661
|
-
},
|
684
|
+
readonly NInput: any;
|
685
|
+
readonly NSelect: any;
|
686
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
662
687
|
paramCfg: {
|
663
688
|
type: ObjectConstructor;
|
664
689
|
default: null;
|
@@ -670,42 +695,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
670
695
|
isAccurateFilter: {
|
671
696
|
type: BooleanConstructor;
|
672
697
|
};
|
673
|
-
}>> & {
|
698
|
+
}>> & Readonly<{
|
674
699
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
675
700
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
676
|
-
}
|
701
|
+
}>, {
|
677
702
|
modelValue: string | number | unknown[];
|
678
703
|
paramCfg: Record<string, any>;
|
679
704
|
isAccurateFilter: boolean;
|
680
|
-
}>;
|
681
|
-
InputNumber: import("vue").DefineComponent<{
|
705
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
706
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
682
707
|
modelValue: {
|
683
708
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
684
709
|
default: null;
|
685
710
|
};
|
686
|
-
}
|
687
|
-
props:
|
711
|
+
}>, {
|
712
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
688
713
|
modelValue: {
|
689
714
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
690
715
|
default: null;
|
691
716
|
};
|
692
|
-
}>> & {
|
717
|
+
}>> & Readonly<{
|
693
718
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
694
|
-
}
|
719
|
+
}> & {}>;
|
695
720
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
696
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
697
|
-
NInputNumber: any;
|
698
|
-
},
|
721
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
722
|
+
readonly NInputNumber: any;
|
723
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
699
724
|
modelValue: {
|
700
725
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
701
726
|
default: null;
|
702
727
|
};
|
703
|
-
}>> & {
|
728
|
+
}>> & Readonly<{
|
704
729
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
705
|
-
}
|
730
|
+
}>, {
|
706
731
|
modelValue: string | number | unknown[];
|
707
|
-
}>;
|
708
|
-
SelectFilter: import("vue").DefineComponent<{
|
732
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
733
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
709
734
|
paramCfg: {
|
710
735
|
type: ObjectConstructor;
|
711
736
|
default: null;
|
@@ -718,8 +743,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
718
743
|
type: StringConstructor;
|
719
744
|
default: string;
|
720
745
|
};
|
721
|
-
}
|
722
|
-
props:
|
746
|
+
}>, {
|
747
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
723
748
|
paramCfg: {
|
724
749
|
type: ObjectConstructor;
|
725
750
|
default: null;
|
@@ -732,15 +757,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
732
757
|
type: StringConstructor;
|
733
758
|
default: string;
|
734
759
|
};
|
735
|
-
}>> & {
|
760
|
+
}>> & Readonly<{
|
736
761
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
737
|
-
}
|
762
|
+
}> & {}>;
|
738
763
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
739
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
764
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
740
765
|
optionSetting: import("vue").ComputedRef<any>;
|
741
766
|
widgetOptions: import("vue").ComputedRef<any>;
|
742
|
-
NSelect: any;
|
743
|
-
WidgetOptionEnums: {
|
767
|
+
readonly NSelect: any;
|
768
|
+
readonly WidgetOptionEnums: {
|
744
769
|
RADIO: string;
|
745
770
|
MULTIPLE: string;
|
746
771
|
ALL: string;
|
@@ -749,7 +774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
749
774
|
FUTURE_TIME: string;
|
750
775
|
CUSTOM_TIME: string;
|
751
776
|
};
|
752
|
-
},
|
777
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
753
778
|
paramCfg: {
|
754
779
|
type: ObjectConstructor;
|
755
780
|
default: null;
|
@@ -762,14 +787,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
762
787
|
type: StringConstructor;
|
763
788
|
default: string;
|
764
789
|
};
|
765
|
-
}>> & {
|
790
|
+
}>> & Readonly<{
|
766
791
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
767
|
-
}
|
792
|
+
}>, {
|
768
793
|
modelValue: string | number | unknown[];
|
769
794
|
widgetType: string;
|
770
795
|
paramCfg: Record<string, any>;
|
771
|
-
}>;
|
772
|
-
SelectDynamic: import("vue").DefineComponent<{
|
796
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
797
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
773
798
|
paramCfg: {
|
774
799
|
type: ObjectConstructor;
|
775
800
|
default: null;
|
@@ -778,9 +803,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
778
803
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
779
804
|
default: null;
|
780
805
|
};
|
781
|
-
}
|
782
|
-
message: import("naive-ui").MessageApi;
|
783
|
-
props:
|
806
|
+
}>, {
|
807
|
+
message: import("naive-ui/es/message").MessageApi;
|
808
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
784
809
|
paramCfg: {
|
785
810
|
type: ObjectConstructor;
|
786
811
|
default: null;
|
@@ -789,23 +814,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
789
814
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
790
815
|
default: null;
|
791
816
|
};
|
792
|
-
}>> & {
|
817
|
+
}>> & Readonly<{
|
793
818
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
794
|
-
}
|
819
|
+
}> & {}>;
|
795
820
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
796
821
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
797
|
-
selectDynamicRef: any
|
798
|
-
isLoading: import("vue").Ref<boolean>;
|
822
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
823
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
799
824
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
800
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
801
|
-
totalPage: import("vue").Ref<number>;
|
825
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
826
|
+
totalPage: import("vue").Ref<number, number>;
|
802
827
|
menuProps: {
|
803
828
|
class: string;
|
804
829
|
};
|
805
|
-
curPage: import("vue").Ref<number>;
|
806
|
-
fieldTitleList: import("vue").Ref<any>;
|
807
|
-
selectOptions: import("vue").Ref<any[]>;
|
808
|
-
keywordVal: import("vue").Ref<any>;
|
830
|
+
curPage: import("vue").Ref<number, number>;
|
831
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
832
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
833
|
+
keywordVal: import("vue").Ref<any, any>;
|
809
834
|
optionSetting: import("vue").ComputedRef<any>;
|
810
835
|
isMultiple: import("vue").ComputedRef<boolean>;
|
811
836
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -828,8 +853,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
828
853
|
}>;
|
829
854
|
init: () => void;
|
830
855
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
831
|
-
NSelect: any;
|
832
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
856
|
+
readonly NSelect: any;
|
857
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
833
858
|
oldValue: {
|
834
859
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
835
860
|
default: () => never[];
|
@@ -866,9 +891,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
866
891
|
type: BooleanConstructor;
|
867
892
|
default: boolean;
|
868
893
|
};
|
869
|
-
}
|
894
|
+
}>, {
|
870
895
|
selectMinWidth: number;
|
871
|
-
props:
|
896
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
872
897
|
oldValue: {
|
873
898
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
874
899
|
default: () => never[];
|
@@ -905,12 +930,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
905
930
|
type: BooleanConstructor;
|
906
931
|
default: boolean;
|
907
932
|
};
|
908
|
-
}>> & {
|
909
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
933
|
+
}>> & Readonly<{
|
910
934
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
911
|
-
|
935
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
936
|
+
}> & {}>;
|
912
937
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
913
|
-
dragEndWidth: import("vue").Ref<number>;
|
938
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
914
939
|
showKeys: import("vue").ComputedRef<any>;
|
915
940
|
titleList: import("vue").ComputedRef<string[]>;
|
916
941
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -918,16 +943,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
918
943
|
searchByPage: (onePage: number) => void;
|
919
944
|
changeWidth: ({ distance }: any) => void;
|
920
945
|
saveWidth: () => void;
|
921
|
-
NEmpty: any;
|
922
|
-
NButtonGroup: any;
|
923
|
-
NButton: any;
|
924
|
-
NIcon: any;
|
925
|
-
NPopover: any;
|
926
|
-
vFlexibleResize: {
|
946
|
+
readonly NEmpty: any;
|
947
|
+
readonly NButtonGroup: any;
|
948
|
+
readonly NButton: any;
|
949
|
+
readonly NIcon: any;
|
950
|
+
readonly NPopover: any;
|
951
|
+
readonly vFlexibleResize: {
|
927
952
|
mounted(el: any, { value }: any): void;
|
928
953
|
beforeUnmount(el: any): void;
|
929
954
|
};
|
930
|
-
WidgetValEnums: {
|
955
|
+
readonly WidgetValEnums: {
|
931
956
|
CUSTOM: string;
|
932
957
|
FIRST_VAL: string;
|
933
958
|
WHOLE: string;
|
@@ -958,9 +983,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
958
983
|
NEXT_YEAR: string;
|
959
984
|
LAST_YEAR: string;
|
960
985
|
};
|
961
|
-
ArrowBack: 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<{}>>, {}>;
|
962
|
-
ArrowForward: 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<{}>>, {}>;
|
963
|
-
},
|
986
|
+
readonly ArrowBack: 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>;
|
987
|
+
readonly ArrowForward: 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>;
|
988
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
964
989
|
oldValue: {
|
965
990
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
966
991
|
default: () => never[];
|
@@ -997,21 +1022,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
997
1022
|
type: BooleanConstructor;
|
998
1023
|
default: boolean;
|
999
1024
|
};
|
1000
|
-
}>> & {
|
1001
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1025
|
+
}>> & Readonly<{
|
1002
1026
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1003
|
-
|
1004
|
-
|
1027
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1028
|
+
}>, {
|
1005
1029
|
loading: boolean;
|
1030
|
+
isMultiple: boolean;
|
1006
1031
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
1032
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
1033
|
+
isShowWhole: boolean;
|
1007
1034
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
1008
1035
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
1009
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
1010
1036
|
curPage: number;
|
1011
1037
|
isLastPage: boolean;
|
1012
|
-
|
1013
|
-
|
1014
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1038
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1039
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1015
1040
|
paramCfg: {
|
1016
1041
|
type: ObjectConstructor;
|
1017
1042
|
default: null;
|
@@ -1020,13 +1045,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1020
1045
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1021
1046
|
default: null;
|
1022
1047
|
};
|
1023
|
-
}>> & {
|
1048
|
+
}>> & Readonly<{
|
1024
1049
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1025
|
-
}
|
1050
|
+
}>, {
|
1026
1051
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
1027
1052
|
paramCfg: Record<string, any>;
|
1028
|
-
}>;
|
1029
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1053
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1054
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1030
1055
|
paramCfg: {
|
1031
1056
|
type: ObjectConstructor;
|
1032
1057
|
default: null;
|
@@ -1035,8 +1060,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1035
1060
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1036
1061
|
default: null;
|
1037
1062
|
};
|
1038
|
-
}
|
1039
|
-
props:
|
1063
|
+
}>, {
|
1064
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1040
1065
|
paramCfg: {
|
1041
1066
|
type: ObjectConstructor;
|
1042
1067
|
default: null;
|
@@ -1045,16 +1070,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1045
1070
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1046
1071
|
default: null;
|
1047
1072
|
};
|
1048
|
-
}>> & {
|
1073
|
+
}>> & Readonly<{
|
1049
1074
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1050
|
-
}
|
1051
|
-
startNumber: import("vue").Ref<any>;
|
1052
|
-
endNumber: import("vue").Ref<any>;
|
1075
|
+
}> & {}>;
|
1076
|
+
startNumber: import("vue").Ref<any, any>;
|
1077
|
+
endNumber: import("vue").Ref<any, any>;
|
1053
1078
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1054
1079
|
handleChange: (val: number | null, key: string) => void;
|
1055
|
-
NInputGroup: any;
|
1056
|
-
NInputNumber: any;
|
1057
|
-
},
|
1080
|
+
readonly NInputGroup: any;
|
1081
|
+
readonly NInputNumber: any;
|
1082
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1058
1083
|
paramCfg: {
|
1059
1084
|
type: ObjectConstructor;
|
1060
1085
|
default: null;
|
@@ -1063,13 +1088,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1063
1088
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1064
1089
|
default: null;
|
1065
1090
|
};
|
1066
|
-
}>> & {
|
1091
|
+
}>> & Readonly<{
|
1067
1092
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1068
|
-
}
|
1093
|
+
}>, {
|
1069
1094
|
modelValue: string | number | unknown[];
|
1070
1095
|
paramCfg: Record<string, any>;
|
1071
|
-
}>;
|
1072
|
-
DateRange: import("vue").DefineComponent<{
|
1096
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1097
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1073
1098
|
item: {
|
1074
1099
|
type: ObjectConstructor;
|
1075
1100
|
required: true;
|
@@ -1090,8 +1115,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1090
1115
|
type: StringConstructor;
|
1091
1116
|
default: null;
|
1092
1117
|
};
|
1093
|
-
}
|
1094
|
-
props:
|
1118
|
+
}>, {
|
1119
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1095
1120
|
item: {
|
1096
1121
|
type: ObjectConstructor;
|
1097
1122
|
required: true;
|
@@ -1112,15 +1137,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1112
1137
|
type: StringConstructor;
|
1113
1138
|
default: null;
|
1114
1139
|
};
|
1115
|
-
}>> & {
|
1140
|
+
}>> & Readonly<{
|
1116
1141
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1117
1142
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1118
1143
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1119
|
-
}
|
1144
|
+
}> & {}>;
|
1120
1145
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1121
|
-
startDate: import("vue").Ref<any>;
|
1122
|
-
endDate: import("vue").Ref<any>;
|
1123
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1146
|
+
startDate: import("vue").Ref<any, any>;
|
1147
|
+
endDate: import("vue").Ref<any, any>;
|
1148
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1124
1149
|
valueFormat: import("vue").ComputedRef<string>;
|
1125
1150
|
dateFormat: import("vue").ComputedRef<string>;
|
1126
1151
|
compType: import("vue").ComputedRef<any>;
|
@@ -1138,8 +1163,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1138
1163
|
label: string;
|
1139
1164
|
value: string;
|
1140
1165
|
}[]>;
|
1141
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1142
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1166
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1167
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1143
1168
|
handleChange: (val: any, type: "start" | "end") => void;
|
1144
1169
|
isStartDateDisabled: (ts: number) => boolean;
|
1145
1170
|
timeStartDisabled: (ts: number) => {
|
@@ -1153,9 +1178,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1153
1178
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1154
1179
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1155
1180
|
};
|
1156
|
-
NSelect: any;
|
1157
|
-
NPopover: any;
|
1158
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1181
|
+
readonly NSelect: any;
|
1182
|
+
readonly NPopover: any;
|
1183
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1159
1184
|
updateUnchangedValue: {
|
1160
1185
|
type: BooleanConstructor;
|
1161
1186
|
};
|
@@ -1183,14 +1208,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1183
1208
|
type: StringConstructor;
|
1184
1209
|
default: string;
|
1185
1210
|
};
|
1211
|
+
updateValueOnClose: {
|
1212
|
+
type: BooleanConstructor;
|
1213
|
+
default: boolean;
|
1214
|
+
};
|
1186
1215
|
isDateDisabled: {
|
1187
1216
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1188
1217
|
};
|
1189
|
-
}
|
1218
|
+
}>, {
|
1190
1219
|
attrs: {
|
1191
1220
|
[x: string]: unknown;
|
1192
1221
|
};
|
1193
|
-
props:
|
1222
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1194
1223
|
updateUnchangedValue: {
|
1195
1224
|
type: BooleanConstructor;
|
1196
1225
|
};
|
@@ -1218,18 +1247,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1218
1247
|
type: StringConstructor;
|
1219
1248
|
default: string;
|
1220
1249
|
};
|
1250
|
+
updateValueOnClose: {
|
1251
|
+
type: BooleanConstructor;
|
1252
|
+
default: boolean;
|
1253
|
+
};
|
1221
1254
|
isDateDisabled: {
|
1222
1255
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1223
1256
|
};
|
1224
|
-
}>> & {
|
1257
|
+
}>> & Readonly<{
|
1225
1258
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1226
|
-
}
|
1259
|
+
}> & {}>;
|
1227
1260
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1228
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1229
|
-
panelInstRef: import("vue").Ref<null>;
|
1230
|
-
placeholderRef: import("vue").Ref<any>;
|
1231
|
-
oldValue: string;
|
1232
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1261
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1262
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1263
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1264
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1265
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1233
1266
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1234
1267
|
formatRef: import("vue").ComputedRef<string>;
|
1235
1268
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1244,8 +1277,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1244
1277
|
onConfirm: (...args: any[]) => Promise<void>;
|
1245
1278
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1246
1279
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1247
|
-
NDatePicker: any;
|
1248
|
-
},
|
1280
|
+
readonly NDatePicker: any;
|
1281
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1249
1282
|
updateUnchangedValue: {
|
1250
1283
|
type: BooleanConstructor;
|
1251
1284
|
};
|
@@ -1273,18 +1306,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1273
1306
|
type: StringConstructor;
|
1274
1307
|
default: string;
|
1275
1308
|
};
|
1309
|
+
updateValueOnClose: {
|
1310
|
+
type: BooleanConstructor;
|
1311
|
+
default: boolean;
|
1312
|
+
};
|
1276
1313
|
isDateDisabled: {
|
1277
1314
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1278
1315
|
};
|
1279
|
-
}>> & {
|
1316
|
+
}>> & Readonly<{
|
1280
1317
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1281
|
-
}
|
1318
|
+
}>, {
|
1282
1319
|
type: string;
|
1283
1320
|
updateUnchangedValue: boolean;
|
1284
1321
|
to: string | false | HTMLElement;
|
1285
1322
|
holidays: Date[];
|
1286
|
-
|
1287
|
-
|
1323
|
+
updateValueOnClose: boolean;
|
1324
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1325
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1288
1326
|
filterType: {
|
1289
1327
|
type: StringConstructor;
|
1290
1328
|
required: true;
|
@@ -1309,7 +1347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1309
1347
|
valueFormat: {
|
1310
1348
|
type: StringConstructor;
|
1311
1349
|
};
|
1312
|
-
}
|
1350
|
+
}>, {
|
1313
1351
|
widgetOptions: {
|
1314
1352
|
label: string;
|
1315
1353
|
value: string;
|
@@ -1318,9 +1356,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1318
1356
|
label: string;
|
1319
1357
|
value: string;
|
1320
1358
|
}[];
|
1321
|
-
startDateNum: import("vue").Ref<any>;
|
1322
|
-
endDateNum: import("vue").Ref<any>;
|
1323
|
-
props:
|
1359
|
+
startDateNum: import("vue").Ref<any, any>;
|
1360
|
+
endDateNum: import("vue").Ref<any, any>;
|
1361
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1324
1362
|
filterType: {
|
1325
1363
|
type: StringConstructor;
|
1326
1364
|
required: true;
|
@@ -1345,17 +1383,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1345
1383
|
valueFormat: {
|
1346
1384
|
type: StringConstructor;
|
1347
1385
|
};
|
1348
|
-
}>> & {
|
1386
|
+
}>> & Readonly<{
|
1349
1387
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1350
1388
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1351
|
-
}
|
1389
|
+
}> & {}>;
|
1352
1390
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1353
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1354
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1391
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1392
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1355
1393
|
handleChange: (val: any, type: "start" | "end") => void;
|
1356
|
-
NSelect: any;
|
1357
|
-
NInputNumber: any;
|
1358
|
-
},
|
1394
|
+
readonly NSelect: any;
|
1395
|
+
readonly NInputNumber: any;
|
1396
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1359
1397
|
filterType: {
|
1360
1398
|
type: StringConstructor;
|
1361
1399
|
required: true;
|
@@ -1380,14 +1418,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1380
1418
|
valueFormat: {
|
1381
1419
|
type: StringConstructor;
|
1382
1420
|
};
|
1383
|
-
}>> & {
|
1421
|
+
}>> & Readonly<{
|
1384
1422
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1385
1423
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1386
|
-
}
|
1424
|
+
}>, {
|
1387
1425
|
modelValue: string | number | unknown[];
|
1388
1426
|
presetVal: string;
|
1389
|
-
}>;
|
1390
|
-
WidgetValEnums: {
|
1427
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1428
|
+
readonly WidgetValEnums: {
|
1391
1429
|
CUSTOM: string;
|
1392
1430
|
FIRST_VAL: string;
|
1393
1431
|
WHOLE: string;
|
@@ -1418,7 +1456,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1418
1456
|
NEXT_YEAR: string;
|
1419
1457
|
LAST_YEAR: string;
|
1420
1458
|
};
|
1421
|
-
},
|
1459
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1422
1460
|
item: {
|
1423
1461
|
type: ObjectConstructor;
|
1424
1462
|
required: true;
|
@@ -1439,17 +1477,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1439
1477
|
type: StringConstructor;
|
1440
1478
|
default: null;
|
1441
1479
|
};
|
1442
|
-
}>> & {
|
1480
|
+
}>> & Readonly<{
|
1443
1481
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1444
1482
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1445
1483
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1446
|
-
}
|
1484
|
+
}>, {
|
1447
1485
|
modelValue: string | number | unknown[];
|
1448
1486
|
paramCfg: Record<string, any>;
|
1449
1487
|
presetVal: string;
|
1450
1488
|
customDate: string;
|
1451
|
-
}>;
|
1452
|
-
SelectLabel: import("vue").DefineComponent<{
|
1489
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1490
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1453
1491
|
paramCfg: {
|
1454
1492
|
type: ObjectConstructor;
|
1455
1493
|
default: null;
|
@@ -1458,10 +1496,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1458
1496
|
type: StringConstructor;
|
1459
1497
|
default: null;
|
1460
1498
|
};
|
1461
|
-
}
|
1499
|
+
}>, {
|
1462
1500
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1463
|
-
message: import("naive-ui").MessageApi;
|
1464
|
-
props:
|
1501
|
+
message: import("naive-ui/es/message").MessageApi;
|
1502
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1465
1503
|
paramCfg: {
|
1466
1504
|
type: ObjectConstructor;
|
1467
1505
|
default: null;
|
@@ -1470,13 +1508,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1470
1508
|
type: StringConstructor;
|
1471
1509
|
default: null;
|
1472
1510
|
};
|
1473
|
-
}>> & {
|
1511
|
+
}>> & Readonly<{
|
1474
1512
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1475
|
-
}
|
1513
|
+
}> & {}>;
|
1476
1514
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1477
|
-
tagList: import("vue").Ref<never[]>;
|
1515
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1478
1516
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1479
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1517
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1480
1518
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1481
1519
|
initTagList: () => Promise<void>;
|
1482
1520
|
renderOption: ({ node, option }: {
|
@@ -1488,8 +1526,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1488
1526
|
[key: string]: any;
|
1489
1527
|
}>;
|
1490
1528
|
renderLabel: (option: any) => any;
|
1491
|
-
NSelect: any;
|
1492
|
-
},
|
1529
|
+
readonly NSelect: any;
|
1530
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1493
1531
|
paramCfg: {
|
1494
1532
|
type: ObjectConstructor;
|
1495
1533
|
default: null;
|
@@ -1498,13 +1536,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1498
1536
|
type: StringConstructor;
|
1499
1537
|
default: null;
|
1500
1538
|
};
|
1501
|
-
}>> & {
|
1539
|
+
}>> & Readonly<{
|
1502
1540
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1503
|
-
}
|
1541
|
+
}>, {
|
1504
1542
|
modelValue: string;
|
1505
1543
|
paramCfg: Record<string, any>;
|
1506
|
-
}>;
|
1507
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1544
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1545
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1508
1546
|
paramCfg: {
|
1509
1547
|
type: ObjectConstructor;
|
1510
1548
|
default: null;
|
@@ -1513,9 +1551,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1513
1551
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1514
1552
|
default: null;
|
1515
1553
|
};
|
1516
|
-
}
|
1517
|
-
message: import("naive-ui").MessageApi;
|
1518
|
-
props:
|
1554
|
+
}>, {
|
1555
|
+
message: import("naive-ui/es/message").MessageApi;
|
1556
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1519
1557
|
paramCfg: {
|
1520
1558
|
type: ObjectConstructor;
|
1521
1559
|
default: null;
|
@@ -1524,22 +1562,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1524
1562
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1525
1563
|
default: null;
|
1526
1564
|
};
|
1527
|
-
}>> & {
|
1565
|
+
}>> & Readonly<{
|
1528
1566
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1529
|
-
}
|
1567
|
+
}> & {}>;
|
1530
1568
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1531
1569
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1532
|
-
options: import("vue").Ref<any[]>;
|
1570
|
+
options: import("vue").Ref<any[], any[]>;
|
1533
1571
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1534
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1572
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1535
1573
|
optionSetting: import("vue").ComputedRef<any>;
|
1536
1574
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1537
1575
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1538
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1576
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1539
1577
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1540
1578
|
getOptionsData: (keyword: string) => Promise<void>;
|
1541
|
-
NTreeSelect: any;
|
1542
|
-
},
|
1579
|
+
readonly NTreeSelect: any;
|
1580
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1543
1581
|
paramCfg: {
|
1544
1582
|
type: ObjectConstructor;
|
1545
1583
|
default: null;
|
@@ -1548,13 +1586,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1548
1586
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1549
1587
|
default: null;
|
1550
1588
|
};
|
1551
|
-
}>> & {
|
1589
|
+
}>> & Readonly<{
|
1552
1590
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1553
|
-
}
|
1591
|
+
}>, {
|
1554
1592
|
modelValue: string | number | unknown[];
|
1555
1593
|
paramCfg: Record<string, any>;
|
1556
|
-
}>;
|
1557
|
-
WidgetTypeEnums: {
|
1594
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1595
|
+
readonly WidgetTypeEnums: {
|
1558
1596
|
INPUT_NUMBER: string;
|
1559
1597
|
INPUT: string;
|
1560
1598
|
SELECT: string;
|
@@ -1574,7 +1612,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1574
1612
|
SELECTTREE: string;
|
1575
1613
|
SELECTTREEDYNAMIC: string;
|
1576
1614
|
};
|
1577
|
-
},
|
1615
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1578
1616
|
item: {
|
1579
1617
|
type: ObjectConstructor;
|
1580
1618
|
default: null;
|
@@ -1598,20 +1636,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1598
1636
|
type: StringConstructor;
|
1599
1637
|
default: null;
|
1600
1638
|
};
|
1601
|
-
}>> & {
|
1639
|
+
}>> & Readonly<{
|
1602
1640
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1603
1641
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1604
1642
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1605
1643
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1606
|
-
}
|
1644
|
+
}>, {
|
1607
1645
|
modelValue: string | number | unknown[];
|
1608
1646
|
item: Record<string, any>;
|
1609
1647
|
paramCfg: Record<string, any>;
|
1610
1648
|
presetVal: string;
|
1611
1649
|
isAccurate: boolean;
|
1612
1650
|
customDate: string;
|
1613
|
-
}>;
|
1614
|
-
ConditionEnums: {
|
1651
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1652
|
+
readonly ConditionEnums: {
|
1615
1653
|
NULL: string;
|
1616
1654
|
EQUAL: string;
|
1617
1655
|
CUSTOM_RANGE: string;
|
@@ -1620,7 +1658,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1620
1658
|
IN_THE_PAST_DI: string;
|
1621
1659
|
IN_THE_FUTURE_DI: string;
|
1622
1660
|
};
|
1623
|
-
},
|
1661
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1624
1662
|
actionList_prop: {
|
1625
1663
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1626
1664
|
default: () => {};
|
@@ -1645,18 +1683,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1645
1683
|
type: BooleanConstructor;
|
1646
1684
|
default: boolean;
|
1647
1685
|
};
|
1648
|
-
}>> & {
|
1686
|
+
}>> & Readonly<{
|
1649
1687
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1650
1688
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1651
|
-
}
|
1689
|
+
}>, {
|
1652
1690
|
searchFieldList: unknown[];
|
1653
1691
|
tableId: string;
|
1654
1692
|
conditionList: unknown[];
|
1655
1693
|
actionList_prop: import("../../../..").IClassifyListType;
|
1656
1694
|
showItemName: boolean;
|
1657
1695
|
hideAddBtn: boolean;
|
1658
|
-
}>;
|
1659
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
1696
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1697
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1660
1698
|
actionList_prop: {
|
1661
1699
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1662
1700
|
default: () => {};
|
@@ -1681,15 +1719,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1681
1719
|
type: BooleanConstructor;
|
1682
1720
|
default: boolean;
|
1683
1721
|
};
|
1684
|
-
}
|
1685
|
-
$message: import("naive-ui").MessageApi;
|
1722
|
+
}>, {
|
1723
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1686
1724
|
menuProps: {
|
1687
1725
|
class: string;
|
1688
1726
|
};
|
1689
1727
|
dateCons: string[];
|
1690
1728
|
textCons: string[];
|
1691
1729
|
numberCons: string[];
|
1692
|
-
props:
|
1730
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1693
1731
|
actionList_prop: {
|
1694
1732
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1695
1733
|
default: () => {};
|
@@ -1714,19 +1752,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1714
1752
|
type: BooleanConstructor;
|
1715
1753
|
default: boolean;
|
1716
1754
|
};
|
1717
|
-
}>> & {
|
1755
|
+
}>> & Readonly<{
|
1718
1756
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1719
1757
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1720
|
-
}
|
1758
|
+
}> & {}>;
|
1721
1759
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
1722
1760
|
$attrs: {
|
1723
1761
|
[x: string]: unknown;
|
1724
1762
|
};
|
1725
1763
|
FormState: any;
|
1726
|
-
loading: import("vue").Ref<boolean>;
|
1727
|
-
parentInputRef: import("vue").Ref<any>;
|
1728
|
-
parentInputAddRef: import("vue").Ref<any>;
|
1729
|
-
sqlExpression: any
|
1764
|
+
loading: import("vue").Ref<boolean, boolean>;
|
1765
|
+
parentInputRef: import("vue").Ref<any, any>;
|
1766
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
1767
|
+
sqlExpression: import("vue").Ref<any, any>;
|
1730
1768
|
DisplayCategoryState: {
|
1731
1769
|
addDisplayCategory: string;
|
1732
1770
|
displayCategories: {
|
@@ -1763,16 +1801,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1763
1801
|
saveAdd: () => void;
|
1764
1802
|
cancelSaveAdd: () => void;
|
1765
1803
|
checkActionList: () => any;
|
1766
|
-
NSpin: any;
|
1767
|
-
NIcon: any;
|
1768
|
-
NInput: any;
|
1769
|
-
NButton: any;
|
1770
|
-
NTooltip: any;
|
1771
|
-
NSelect: any;
|
1772
|
-
AddOutline: 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<{}>>, {}>;
|
1773
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1774
|
-
CloseOutline: 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<{}>>, {}>;
|
1775
|
-
ValueCfg: import("vue").DefineComponent<{
|
1804
|
+
readonly NSpin: any;
|
1805
|
+
readonly NIcon: any;
|
1806
|
+
readonly NInput: any;
|
1807
|
+
readonly NButton: any;
|
1808
|
+
readonly NTooltip: any;
|
1809
|
+
readonly NSelect: any;
|
1810
|
+
readonly AddOutline: 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>;
|
1811
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1812
|
+
readonly CloseOutline: 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>;
|
1813
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1776
1814
|
paramCfg: {
|
1777
1815
|
type: ObjectConstructor;
|
1778
1816
|
default: null;
|
@@ -1785,8 +1823,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1785
1823
|
type: ArrayConstructor;
|
1786
1824
|
default: () => never[];
|
1787
1825
|
};
|
1788
|
-
}
|
1789
|
-
props:
|
1826
|
+
}>, {
|
1827
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1790
1828
|
paramCfg: {
|
1791
1829
|
type: ObjectConstructor;
|
1792
1830
|
default: null;
|
@@ -1799,17 +1837,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1799
1837
|
type: ArrayConstructor;
|
1800
1838
|
default: () => never[];
|
1801
1839
|
};
|
1802
|
-
}>> & {
|
1840
|
+
}>> & Readonly<{
|
1803
1841
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1804
1842
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
1805
|
-
}
|
1843
|
+
}> & {}>;
|
1806
1844
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
1807
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1808
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
1845
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1846
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
1809
1847
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
1810
1848
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
1811
1849
|
biType: import("vue").ComputedRef<any>;
|
1812
|
-
Date: import("vue").DefineComponent<{
|
1850
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1813
1851
|
componentCfg: {
|
1814
1852
|
type: ObjectConstructor;
|
1815
1853
|
};
|
@@ -1821,8 +1859,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1821
1859
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1822
1860
|
default: null;
|
1823
1861
|
};
|
1824
|
-
}
|
1825
|
-
props:
|
1862
|
+
}>, {
|
1863
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1826
1864
|
componentCfg: {
|
1827
1865
|
type: ObjectConstructor;
|
1828
1866
|
};
|
@@ -1834,15 +1872,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1834
1872
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1835
1873
|
default: null;
|
1836
1874
|
};
|
1837
|
-
}>> & {
|
1875
|
+
}>> & Readonly<{
|
1838
1876
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1839
|
-
}
|
1877
|
+
}> & {}>;
|
1840
1878
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1841
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1879
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1842
1880
|
dateType: any;
|
1843
1881
|
valueFormat: import("vue").ComputedRef<string>;
|
1844
1882
|
compType: import("vue").ComputedRef<any>;
|
1845
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1883
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1846
1884
|
updateUnchangedValue: {
|
1847
1885
|
type: BooleanConstructor;
|
1848
1886
|
};
|
@@ -1870,14 +1908,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1870
1908
|
type: StringConstructor;
|
1871
1909
|
default: string;
|
1872
1910
|
};
|
1911
|
+
updateValueOnClose: {
|
1912
|
+
type: BooleanConstructor;
|
1913
|
+
default: boolean;
|
1914
|
+
};
|
1873
1915
|
isDateDisabled: {
|
1874
1916
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1875
1917
|
};
|
1876
|
-
}
|
1918
|
+
}>, {
|
1877
1919
|
attrs: {
|
1878
1920
|
[x: string]: unknown;
|
1879
1921
|
};
|
1880
|
-
props:
|
1922
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1881
1923
|
updateUnchangedValue: {
|
1882
1924
|
type: BooleanConstructor;
|
1883
1925
|
};
|
@@ -1905,18 +1947,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1905
1947
|
type: StringConstructor;
|
1906
1948
|
default: string;
|
1907
1949
|
};
|
1950
|
+
updateValueOnClose: {
|
1951
|
+
type: BooleanConstructor;
|
1952
|
+
default: boolean;
|
1953
|
+
};
|
1908
1954
|
isDateDisabled: {
|
1909
1955
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1910
1956
|
};
|
1911
|
-
}>> & {
|
1957
|
+
}>> & Readonly<{
|
1912
1958
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1913
|
-
}
|
1959
|
+
}> & {}>;
|
1914
1960
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1915
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1916
|
-
panelInstRef: import("vue").Ref<null>;
|
1917
|
-
placeholderRef: import("vue").Ref<any>;
|
1918
|
-
oldValue: string;
|
1919
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1961
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1962
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1963
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1964
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1965
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1920
1966
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1921
1967
|
formatRef: import("vue").ComputedRef<string>;
|
1922
1968
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1931,8 +1977,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1931
1977
|
onConfirm: (...args: any[]) => Promise<void>;
|
1932
1978
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1933
1979
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1934
|
-
NDatePicker: any;
|
1935
|
-
},
|
1980
|
+
readonly NDatePicker: any;
|
1981
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1936
1982
|
updateUnchangedValue: {
|
1937
1983
|
type: BooleanConstructor;
|
1938
1984
|
};
|
@@ -1960,18 +2006,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1960
2006
|
type: StringConstructor;
|
1961
2007
|
default: string;
|
1962
2008
|
};
|
2009
|
+
updateValueOnClose: {
|
2010
|
+
type: BooleanConstructor;
|
2011
|
+
default: boolean;
|
2012
|
+
};
|
1963
2013
|
isDateDisabled: {
|
1964
2014
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1965
2015
|
};
|
1966
|
-
}>> & {
|
2016
|
+
}>> & Readonly<{
|
1967
2017
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1968
|
-
}
|
2018
|
+
}>, {
|
1969
2019
|
type: string;
|
1970
2020
|
updateUnchangedValue: boolean;
|
1971
2021
|
to: string | false | HTMLElement;
|
1972
2022
|
holidays: Date[];
|
1973
|
-
|
1974
|
-
|
2023
|
+
updateValueOnClose: boolean;
|
2024
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2025
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1975
2026
|
componentCfg: {
|
1976
2027
|
type: ObjectConstructor;
|
1977
2028
|
};
|
@@ -1983,13 +2034,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1983
2034
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1984
2035
|
default: null;
|
1985
2036
|
};
|
1986
|
-
}>> & {
|
2037
|
+
}>> & Readonly<{
|
1987
2038
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1988
|
-
}
|
2039
|
+
}>, {
|
1989
2040
|
modelValue: string | number | unknown[];
|
1990
2041
|
paramCfg: Record<string, any>;
|
1991
|
-
}>;
|
1992
|
-
InputFilter: import("vue").DefineComponent<{
|
2042
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2043
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1993
2044
|
paramCfg: {
|
1994
2045
|
type: ObjectConstructor;
|
1995
2046
|
default: null;
|
@@ -1998,8 +2049,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1998
2049
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1999
2050
|
default: null;
|
2000
2051
|
};
|
2001
|
-
}
|
2002
|
-
props:
|
2052
|
+
}>, {
|
2053
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2003
2054
|
paramCfg: {
|
2004
2055
|
type: ObjectConstructor;
|
2005
2056
|
default: null;
|
@@ -2008,13 +2059,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2008
2059
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2009
2060
|
default: null;
|
2010
2061
|
};
|
2011
|
-
}>> & {
|
2062
|
+
}>> & Readonly<{
|
2012
2063
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2013
|
-
}
|
2064
|
+
}> & {}>;
|
2014
2065
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2015
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2016
|
-
NInput: any;
|
2017
|
-
},
|
2066
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2067
|
+
readonly NInput: any;
|
2068
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2018
2069
|
paramCfg: {
|
2019
2070
|
type: ObjectConstructor;
|
2020
2071
|
default: null;
|
@@ -2023,40 +2074,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2023
2074
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2024
2075
|
default: null;
|
2025
2076
|
};
|
2026
|
-
}>> & {
|
2077
|
+
}>> & Readonly<{
|
2027
2078
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2028
|
-
}
|
2079
|
+
}>, {
|
2029
2080
|
modelValue: string | number | unknown[];
|
2030
2081
|
paramCfg: Record<string, any>;
|
2031
|
-
}>;
|
2032
|
-
InputNumber: import("vue").DefineComponent<{
|
2082
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2083
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2033
2084
|
modelValue: {
|
2034
2085
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2035
2086
|
default: null;
|
2036
2087
|
};
|
2037
|
-
}
|
2038
|
-
props:
|
2088
|
+
}>, {
|
2089
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2039
2090
|
modelValue: {
|
2040
2091
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2041
2092
|
default: null;
|
2042
2093
|
};
|
2043
|
-
}>> & {
|
2094
|
+
}>> & Readonly<{
|
2044
2095
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2045
|
-
}
|
2096
|
+
}> & {}>;
|
2046
2097
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2047
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2048
|
-
NInputNumber: any;
|
2049
|
-
},
|
2098
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2099
|
+
readonly NInputNumber: any;
|
2100
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2050
2101
|
modelValue: {
|
2051
2102
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2052
2103
|
default: null;
|
2053
2104
|
};
|
2054
|
-
}>> & {
|
2105
|
+
}>> & Readonly<{
|
2055
2106
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2056
|
-
}
|
2107
|
+
}>, {
|
2057
2108
|
modelValue: string | number | unknown[];
|
2058
|
-
}>;
|
2059
|
-
SelectFilter: import("vue").DefineComponent<{
|
2109
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2110
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2060
2111
|
paramCfg: {
|
2061
2112
|
type: ObjectConstructor;
|
2062
2113
|
default: null;
|
@@ -2065,8 +2116,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2065
2116
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2066
2117
|
default: null;
|
2067
2118
|
};
|
2068
|
-
}
|
2069
|
-
props:
|
2119
|
+
}>, {
|
2120
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2070
2121
|
paramCfg: {
|
2071
2122
|
type: ObjectConstructor;
|
2072
2123
|
default: null;
|
@@ -2075,15 +2126,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2075
2126
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2076
2127
|
default: null;
|
2077
2128
|
};
|
2078
|
-
}>> & {
|
2129
|
+
}>> & Readonly<{
|
2079
2130
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2080
|
-
}
|
2131
|
+
}> & {}>;
|
2081
2132
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2082
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2133
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2083
2134
|
optionSetting: import("vue").ComputedRef<any>;
|
2084
2135
|
widgetOptions: import("vue").ComputedRef<any>;
|
2085
|
-
NSelect: any;
|
2086
|
-
WidgetOptionEnums: {
|
2136
|
+
readonly NSelect: any;
|
2137
|
+
readonly WidgetOptionEnums: {
|
2087
2138
|
RADIO: string;
|
2088
2139
|
MULTIPLE: string;
|
2089
2140
|
ALL: string;
|
@@ -2092,7 +2143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2092
2143
|
FUTURE_TIME: string;
|
2093
2144
|
CUSTOM_TIME: string;
|
2094
2145
|
};
|
2095
|
-
},
|
2146
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2096
2147
|
paramCfg: {
|
2097
2148
|
type: ObjectConstructor;
|
2098
2149
|
default: null;
|
@@ -2101,13 +2152,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2101
2152
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2102
2153
|
default: null;
|
2103
2154
|
};
|
2104
|
-
}>> & {
|
2155
|
+
}>> & Readonly<{
|
2105
2156
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2106
|
-
}
|
2157
|
+
}>, {
|
2107
2158
|
modelValue: string | number | unknown[];
|
2108
2159
|
paramCfg: Record<string, any>;
|
2109
|
-
}>;
|
2110
|
-
WidgetTypeEnums: {
|
2160
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2161
|
+
readonly WidgetTypeEnums: {
|
2111
2162
|
INPUT_NUMBER: string;
|
2112
2163
|
INPUT: string;
|
2113
2164
|
SELECT: string;
|
@@ -2127,7 +2178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2127
2178
|
SELECTTREE: string;
|
2128
2179
|
SELECTTREEDYNAMIC: string;
|
2129
2180
|
};
|
2130
|
-
},
|
2181
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2131
2182
|
paramCfg: {
|
2132
2183
|
type: ObjectConstructor;
|
2133
2184
|
default: null;
|
@@ -2140,15 +2191,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2140
2191
|
type: ArrayConstructor;
|
2141
2192
|
default: () => never[];
|
2142
2193
|
};
|
2143
|
-
}>> & {
|
2194
|
+
}>> & Readonly<{
|
2144
2195
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2145
2196
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2146
|
-
}
|
2197
|
+
}>, {
|
2147
2198
|
modelValue: string | number | unknown[];
|
2148
2199
|
paramCfg: Record<string, any>;
|
2149
2200
|
modelValues: unknown[];
|
2150
|
-
}>;
|
2151
|
-
},
|
2201
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2202
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2152
2203
|
actionList_prop: {
|
2153
2204
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
2154
2205
|
default: () => {};
|
@@ -2173,18 +2224,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2173
2224
|
type: BooleanConstructor;
|
2174
2225
|
default: boolean;
|
2175
2226
|
};
|
2176
|
-
}>> & {
|
2227
|
+
}>> & Readonly<{
|
2177
2228
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2178
2229
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2179
|
-
}
|
2230
|
+
}>, {
|
2180
2231
|
searchFieldList: unknown[];
|
2181
2232
|
tableId: string;
|
2182
2233
|
conditionList: unknown[];
|
2183
2234
|
actionList_prop: import("../../../..").IClassifyListType;
|
2184
2235
|
showItemName: boolean;
|
2185
2236
|
hideAddBtn: boolean;
|
2186
|
-
}>;
|
2187
|
-
},
|
2237
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2238
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2188
2239
|
visible: {
|
2189
2240
|
type: BooleanConstructor;
|
2190
2241
|
default: boolean;
|
@@ -2201,12 +2252,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
2201
2252
|
type: ArrayConstructor;
|
2202
2253
|
default: () => never[];
|
2203
2254
|
};
|
2204
|
-
}>> & {
|
2255
|
+
}>> & Readonly<{
|
2205
2256
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2206
|
-
}
|
2257
|
+
}>, {
|
2207
2258
|
visible: boolean;
|
2208
|
-
modalTitle: string;
|
2209
2259
|
searchFieldList: unknown[];
|
2210
2260
|
conditionList: unknown[];
|
2211
|
-
|
2261
|
+
modalTitle: string;
|
2262
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2212
2263
|
export default _default;
|