cnhis-design-vue 3.3.3-release.9 → 3.4.0-beta.0
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/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 +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +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 +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- 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 +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- 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-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-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- 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 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +29 -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 +1 -1
- 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 +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +40 -11
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +20 -9
- 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 +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3167 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- 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 +7 -6
- 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 +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +7 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +639 -374
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- package/es/components/classification/src/index.vue2.js +71 -73
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- 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 +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- 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 +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +219 -154
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +81 -64
- package/es/components/field-set/src/FieldSet.vue2.js +35 -34
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +16 -19
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +34 -33
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- 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 +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- 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 +9 -3
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +277 -70
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +53 -33
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +163 -108
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +399 -170
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +300 -273
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +110 -64
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +33 -18
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +83 -36
- 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 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +3 -1
- package/es/components/iho-chat/src/utils/index.js +14 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- 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 +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
- 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 +32 -29
- 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 +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- 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 +0 -22
- 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 +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- 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/index.js +1 -1
- 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 +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +61 -29
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- 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 +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +122 -144
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- 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 -12
- 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 +9 -8
- 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 +17 -17
- 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 +6 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +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-checkbox.d.ts +11 -6
- 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-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- 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 +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- 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 +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- 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 +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- 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 +24 -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 +29 -18
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- 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 +4 -3
- 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 +7 -6
- 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 +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- 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 +6 -5
- 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 +6 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- 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 +5 -4
- 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 +5 -4
- 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 +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- 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 +8 -7
- 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 +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- 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 +7 -6
- 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 +7 -6
- 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 +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- 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 +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +38 -38
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +26 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- 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 +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- 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 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -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 +7 -6
- 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 +5 -4
- 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 +10 -9
- 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 -9
- 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 +7 -6
- 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 +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- 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 +12 -11
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- 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/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +5 -5
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
tableId: {
|
4
4
|
type: StringConstructor;
|
5
5
|
default: string;
|
@@ -55,12 +55,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
55
55
|
type: StringConstructor;
|
56
56
|
default: string;
|
57
57
|
};
|
58
|
-
}
|
58
|
+
}>, {
|
59
59
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
60
60
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
|
61
61
|
attrs: any;
|
62
|
-
$message: import("naive-ui").MessageApi;
|
63
|
-
props:
|
62
|
+
$message: import("naive-ui/es/message").MessageApi;
|
63
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
64
64
|
tableId: {
|
65
65
|
type: StringConstructor;
|
66
66
|
default: string;
|
@@ -116,15 +116,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
116
116
|
type: StringConstructor;
|
117
117
|
default: string;
|
118
118
|
};
|
119
|
-
}>> & {
|
119
|
+
}>> & Readonly<{
|
120
120
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
121
121
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
122
122
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
123
|
-
}
|
123
|
+
}> & {}>;
|
124
124
|
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
125
|
-
selectType: any
|
126
|
-
classificationWidth: import("vue").Ref<number>;
|
127
|
-
selectShow: import("vue").Ref<boolean>;
|
125
|
+
selectType: import("vue").Ref<any, any>;
|
126
|
+
classificationWidth: import("vue").Ref<number, number>;
|
127
|
+
selectShow: import("vue").Ref<boolean, boolean>;
|
128
128
|
treeData: import("vue").Ref<{
|
129
129
|
[x: string]: any;
|
130
130
|
name: string;
|
@@ -152,6 +152,33 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
152
152
|
digital?: number | undefined;
|
153
153
|
open?: boolean | undefined;
|
154
154
|
selected?: boolean | undefined;
|
155
|
+
}[], import("..").ITreeDataType[] | {
|
156
|
+
[x: string]: any;
|
157
|
+
name: string;
|
158
|
+
sid: string;
|
159
|
+
children: {
|
160
|
+
[x: string]: any;
|
161
|
+
displayCategory: string;
|
162
|
+
isDefault: boolean;
|
163
|
+
isEdit: boolean;
|
164
|
+
isShow: boolean;
|
165
|
+
name: string;
|
166
|
+
sid: string;
|
167
|
+
isPublic?: string | undefined;
|
168
|
+
classifyId?: string | undefined;
|
169
|
+
conObj?: any;
|
170
|
+
digital?: number | undefined;
|
171
|
+
checked?: boolean | undefined;
|
172
|
+
id?: string | undefined;
|
173
|
+
isCommon?: boolean | undefined;
|
174
|
+
selected?: boolean | undefined;
|
175
|
+
sqlExpression?: string | undefined;
|
176
|
+
createdByName?: string | undefined;
|
177
|
+
from?: string | undefined;
|
178
|
+
}[];
|
179
|
+
digital?: number | undefined;
|
180
|
+
open?: boolean | undefined;
|
181
|
+
selected?: boolean | undefined;
|
155
182
|
}[]>;
|
156
183
|
conditionLists: import("vue").Ref<{
|
157
184
|
[x: string]: any;
|
@@ -172,6 +199,25 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
172
199
|
sqlExpression?: string | undefined;
|
173
200
|
createdByName?: string | undefined;
|
174
201
|
from?: string | undefined;
|
202
|
+
}[], import("..").IClassifyListType[] | {
|
203
|
+
[x: string]: any;
|
204
|
+
displayCategory: string;
|
205
|
+
isDefault: boolean;
|
206
|
+
isEdit: boolean;
|
207
|
+
isShow: boolean;
|
208
|
+
name: string;
|
209
|
+
sid: string;
|
210
|
+
isPublic?: string | undefined;
|
211
|
+
classifyId?: string | undefined;
|
212
|
+
conObj?: any;
|
213
|
+
digital?: number | undefined;
|
214
|
+
checked?: boolean | undefined;
|
215
|
+
id?: string | undefined;
|
216
|
+
isCommon?: boolean | undefined;
|
217
|
+
selected?: boolean | undefined;
|
218
|
+
sqlExpression?: string | undefined;
|
219
|
+
createdByName?: string | undefined;
|
220
|
+
from?: string | undefined;
|
175
221
|
}[]>;
|
176
222
|
originConditionList: import("vue").Ref<{
|
177
223
|
[x: string]: any;
|
@@ -192,13 +238,32 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
192
238
|
sqlExpression?: string | undefined;
|
193
239
|
createdByName?: string | undefined;
|
194
240
|
from?: string | undefined;
|
241
|
+
}[], import("..").IClassifyListType[] | {
|
242
|
+
[x: string]: any;
|
243
|
+
displayCategory: string;
|
244
|
+
isDefault: boolean;
|
245
|
+
isEdit: boolean;
|
246
|
+
isShow: boolean;
|
247
|
+
name: string;
|
248
|
+
sid: string;
|
249
|
+
isPublic?: string | undefined;
|
250
|
+
classifyId?: string | undefined;
|
251
|
+
conObj?: any;
|
252
|
+
digital?: number | undefined;
|
253
|
+
checked?: boolean | undefined;
|
254
|
+
id?: string | undefined;
|
255
|
+
isCommon?: boolean | undefined;
|
256
|
+
selected?: boolean | undefined;
|
257
|
+
sqlExpression?: string | undefined;
|
258
|
+
createdByName?: string | undefined;
|
259
|
+
from?: string | undefined;
|
195
260
|
}[]>;
|
196
|
-
classificationIndex: import("vue").Ref<number>;
|
197
|
-
allObj: any
|
198
|
-
displayCategoryLists: import("vue").Ref<string[]>;
|
199
|
-
settingId: import("vue").Ref<string>;
|
200
|
-
classifyModal: import("vue").Ref<boolean>;
|
201
|
-
showTitleName: import("vue").Ref<string>;
|
261
|
+
classificationIndex: import("vue").Ref<number, number>;
|
262
|
+
allObj: import("vue").Ref<any, any>;
|
263
|
+
displayCategoryLists: import("vue").Ref<string[], string[]>;
|
264
|
+
settingId: import("vue").Ref<string, string>;
|
265
|
+
classifyModal: import("vue").Ref<boolean, boolean>;
|
266
|
+
showTitleName: import("vue").Ref<string, string>;
|
202
267
|
dynamicStyle: import("vue").ComputedRef<{
|
203
268
|
marginRight: string;
|
204
269
|
display?: undefined;
|
@@ -220,7 +285,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
220
285
|
handleSettingShow: () => void;
|
221
286
|
setClassifyModal: (val: boolean) => void;
|
222
287
|
toggleSelect: (flag?: boolean | undefined) => void;
|
223
|
-
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
288
|
+
initTableCondiTionList: () => import("naive-ui/es/message").MessageReactive | undefined;
|
224
289
|
setOpenStatus: (value: boolean) => void;
|
225
290
|
tableCondiTionPromise: () => Promise<void>;
|
226
291
|
changeWidth: ({ distance }: any) => void;
|
@@ -233,16 +298,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
233
298
|
fmtChildName: (name: string, isPublic?: string | undefined) => string;
|
234
299
|
mergeDigitalMapToTreeData: (list: any[], digitalObj: import("../../shared/types").AnyObject) => void;
|
235
300
|
handlePathClick: (e: Event) => void;
|
236
|
-
NIcon: any;
|
237
|
-
NTooltip: any;
|
238
|
-
SettingsOutline: 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<{}>>, {}>;
|
239
|
-
Repeat: 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<{}>>, {}>;
|
240
|
-
Checkmark: 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<{}>>, {}>;
|
241
|
-
ChevronUp: 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<{}>>, {}>;
|
242
|
-
ChevronDown: 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<{}>>, {}>;
|
243
|
-
ChevronForward: 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<{}>>, {}>;
|
244
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
245
|
-
SetClassification: import("vue").DefineComponent<{
|
301
|
+
readonly NIcon: any;
|
302
|
+
readonly NTooltip: any;
|
303
|
+
readonly SettingsOutline: 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>;
|
304
|
+
readonly Repeat: 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>;
|
305
|
+
readonly Checkmark: 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>;
|
306
|
+
readonly ChevronUp: 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>;
|
307
|
+
readonly ChevronDown: 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>;
|
308
|
+
readonly ChevronForward: 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>;
|
309
|
+
readonly Close: 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>;
|
310
|
+
SetClassification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
246
311
|
searchFieldList: {
|
247
312
|
type: ArrayConstructor;
|
248
313
|
default: () => never[];
|
@@ -256,8 +321,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
256
321
|
type: BooleanConstructor;
|
257
322
|
default: boolean;
|
258
323
|
};
|
259
|
-
}
|
260
|
-
props:
|
324
|
+
}>, {
|
325
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
261
326
|
searchFieldList: {
|
262
327
|
type: ArrayConstructor;
|
263
328
|
default: () => never[];
|
@@ -271,20 +336,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
271
336
|
type: BooleanConstructor;
|
272
337
|
default: boolean;
|
273
338
|
};
|
274
|
-
}>> & {
|
339
|
+
}>> & Readonly<{
|
275
340
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
276
341
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
277
342
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
278
|
-
}
|
343
|
+
}> & {}>;
|
279
344
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
280
|
-
$message: import("naive-ui").MessageApi;
|
345
|
+
$message: import("naive-ui/es/message").MessageApi;
|
281
346
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
282
|
-
conditionList: import("vue").Ref<unknown[]>;
|
283
|
-
addVisible: import("vue").Ref<boolean>;
|
284
|
-
actionList_prop: import("vue").Ref<{}>;
|
285
|
-
newSearchFieldList: any
|
286
|
-
saveLoading: import("vue").Ref<boolean>;
|
287
|
-
searchFilter: any
|
347
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
348
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
349
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
350
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
351
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
352
|
+
searchFilter: import("vue").Ref<any, any>;
|
288
353
|
filterApiConfig: import("../../shared/types").AnyObject;
|
289
354
|
attrs: {
|
290
355
|
[x: string]: unknown;
|
@@ -300,8 +365,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
300
365
|
setOneVisible: (flag: boolean) => void;
|
301
366
|
resetPopconfirm: () => Promise<void>;
|
302
367
|
oneVisible: import("vue").ComputedRef<boolean>;
|
303
|
-
NButton: any;
|
304
|
-
TableModal: import("vue").DefineComponent<{
|
368
|
+
readonly NButton: any;
|
369
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
305
370
|
visibleIn: {
|
306
371
|
type: BooleanConstructor;
|
307
372
|
};
|
@@ -338,8 +403,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
338
403
|
type: FunctionConstructor;
|
339
404
|
default: () => HTMLElement;
|
340
405
|
};
|
341
|
-
}
|
342
|
-
props:
|
406
|
+
}>, {
|
407
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
343
408
|
visibleIn: {
|
344
409
|
type: BooleanConstructor;
|
345
410
|
};
|
@@ -376,18 +441,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
376
441
|
type: FunctionConstructor;
|
377
442
|
default: () => HTMLElement;
|
378
443
|
};
|
379
|
-
}>> & {
|
444
|
+
}>> & Readonly<{
|
380
445
|
onClose?: ((...args: any[]) => any) | undefined;
|
381
446
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
382
447
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
383
448
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
384
|
-
}
|
449
|
+
}> & {}>;
|
385
450
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
386
451
|
homeList: any;
|
387
|
-
visible: import("vue").Ref<boolean>;
|
388
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
389
|
-
modalWidth: import("vue").Ref<string>;
|
390
|
-
modalHeight: import("vue").Ref<string>;
|
452
|
+
visible: import("vue").Ref<boolean, boolean>;
|
453
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
454
|
+
modalWidth: import("vue").Ref<string, string>;
|
455
|
+
modalHeight: import("vue").Ref<string, string>;
|
391
456
|
isShowResetButton: boolean;
|
392
457
|
handleOk: () => void;
|
393
458
|
close: () => void;
|
@@ -403,17 +468,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
403
468
|
changeModalWindow: () => void;
|
404
469
|
popconfirm: (e: any) => void;
|
405
470
|
handleOperationItem: (option: string, item: import("..").IClassifyListType, name?: string | undefined) => void;
|
406
|
-
NModal: any;
|
407
|
-
NCard: any;
|
408
|
-
NIcon: any;
|
409
|
-
NButton: any;
|
410
|
-
NTooltip: any;
|
411
|
-
NSwitch: any;
|
412
|
-
NPopconfirm: any;
|
413
|
-
DocumentOutline: 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<{}>>, {}>;
|
414
|
-
Brush: 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<{}>>, {}>;
|
415
|
-
ReorderTwo: 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<{}>>, {}>;
|
416
|
-
Draggable: import("vue").DefineComponent<{
|
471
|
+
readonly NModal: any;
|
472
|
+
readonly NCard: any;
|
473
|
+
readonly NIcon: any;
|
474
|
+
readonly NButton: any;
|
475
|
+
readonly NTooltip: any;
|
476
|
+
readonly NSwitch: any;
|
477
|
+
readonly NPopconfirm: any;
|
478
|
+
readonly DocumentOutline: 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>;
|
479
|
+
readonly Brush: 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>;
|
480
|
+
readonly ReorderTwo: 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>;
|
481
|
+
readonly Draggable: import("vue").DefineComponent<{
|
417
482
|
list: {
|
418
483
|
type: ArrayConstructor;
|
419
484
|
required: boolean;
|
@@ -485,8 +550,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
485
550
|
list: unknown[];
|
486
551
|
modelValue: unknown[];
|
487
552
|
componentData: Record<string, any>;
|
488
|
-
}>;
|
489
|
-
},
|
553
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
554
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
490
555
|
visibleIn: {
|
491
556
|
type: BooleanConstructor;
|
492
557
|
};
|
@@ -523,19 +588,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
523
588
|
type: FunctionConstructor;
|
524
589
|
default: () => HTMLElement;
|
525
590
|
};
|
526
|
-
}>> & {
|
591
|
+
}>> & Readonly<{
|
527
592
|
onClose?: ((...args: any[]) => any) | undefined;
|
528
593
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
529
594
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
530
595
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
531
|
-
}
|
532
|
-
type: string;
|
596
|
+
}>, {
|
533
597
|
loading: boolean;
|
534
|
-
|
598
|
+
type: string;
|
535
599
|
visibleIn: boolean;
|
600
|
+
dataSource: unknown[];
|
536
601
|
getContainer: Function;
|
537
|
-
}>;
|
538
|
-
SearchFilter: import("vue").DefineComponent<{
|
602
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
603
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
539
604
|
visible: {
|
540
605
|
type: BooleanConstructor;
|
541
606
|
default: boolean;
|
@@ -552,8 +617,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
552
617
|
type: ArrayConstructor;
|
553
618
|
default: () => never[];
|
554
619
|
};
|
555
|
-
}
|
556
|
-
props:
|
620
|
+
}>, {
|
621
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
557
622
|
visible: {
|
558
623
|
type: BooleanConstructor;
|
559
624
|
default: boolean;
|
@@ -570,18 +635,24 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
570
635
|
type: ArrayConstructor;
|
571
636
|
default: () => never[];
|
572
637
|
};
|
573
|
-
}>> & {
|
638
|
+
}>> & Readonly<{
|
574
639
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
575
|
-
}
|
640
|
+
}> & {}>;
|
576
641
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
577
|
-
addVisible: import("vue").Ref<boolean>;
|
578
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
579
|
-
modalWidth: import("vue").Ref<string>;
|
642
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
643
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
644
|
+
modalWidth: import("vue").Ref<string, string>;
|
580
645
|
bodyStyle: import("vue").Ref<{
|
581
646
|
maxHeight: string;
|
582
647
|
height: string;
|
648
|
+
}, {
|
649
|
+
maxHeight: string;
|
650
|
+
height: string;
|
651
|
+
} | {
|
652
|
+
maxHeight: string;
|
653
|
+
height: string;
|
583
654
|
}>;
|
584
|
-
conditionApiRef: any
|
655
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
585
656
|
filterTimer: any;
|
586
657
|
classifyfilterType: String;
|
587
658
|
init: () => void;
|
@@ -592,10 +663,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
592
663
|
clearConditions: () => void;
|
593
664
|
resetChangeWindow: () => void;
|
594
665
|
changeModalWindow: () => void;
|
595
|
-
NModal: any;
|
596
|
-
NCard: any;
|
597
|
-
NButton: any;
|
598
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
666
|
+
readonly NModal: any;
|
667
|
+
readonly NCard: any;
|
668
|
+
readonly NButton: any;
|
669
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
599
670
|
actionList_prop: {
|
600
671
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
601
672
|
default: () => {};
|
@@ -620,12 +691,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
620
691
|
type: BooleanConstructor;
|
621
692
|
default: boolean;
|
622
693
|
};
|
623
|
-
}
|
624
|
-
$message: import("naive-ui").MessageApi;
|
694
|
+
}>, {
|
695
|
+
$message: import("naive-ui/es/message").MessageApi;
|
625
696
|
menuProps: {
|
626
697
|
class: string;
|
627
698
|
};
|
628
|
-
|
699
|
+
specialDateRange: string[];
|
700
|
+
specialCustomDateRange: string[];
|
701
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
629
702
|
actionList_prop: {
|
630
703
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
631
704
|
default: () => {};
|
@@ -650,10 +723,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
650
723
|
type: BooleanConstructor;
|
651
724
|
default: boolean;
|
652
725
|
};
|
653
|
-
}>> & {
|
726
|
+
}>> & Readonly<{
|
654
727
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
655
728
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
656
|
-
}
|
729
|
+
}> & {}>;
|
657
730
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
658
731
|
$attrs: {
|
659
732
|
[x: string]: unknown;
|
@@ -671,9 +744,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
671
744
|
customDate?: string | undefined;
|
672
745
|
}[];
|
673
746
|
};
|
674
|
-
loading: import("vue").Ref<boolean>;
|
675
|
-
parentInputRef: import("vue").Ref<any>;
|
676
|
-
parentInputAddRef: import("vue").Ref<any>;
|
747
|
+
loading: import("vue").Ref<boolean, boolean>;
|
748
|
+
parentInputRef: import("vue").Ref<any, any>;
|
749
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
677
750
|
DisplayCategoryState: {
|
678
751
|
addDisplayCategory: string;
|
679
752
|
displayCategories: {
|
@@ -699,6 +772,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
699
772
|
getParamCfg: (key: string) => any;
|
700
773
|
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType) => Promise<void>;
|
701
774
|
getRawFilterConditions: () => any[];
|
775
|
+
dateTypeList: string[];
|
776
|
+
getOptions: (key: string) => {
|
777
|
+
label: string;
|
778
|
+
value: string;
|
779
|
+
}[];
|
702
780
|
handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
|
703
781
|
handleDisplayCategoryAddState: () => void;
|
704
782
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -709,16 +787,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
709
787
|
saveAdd: () => void;
|
710
788
|
cancelSaveAdd: () => void;
|
711
789
|
checkActionList: () => boolean;
|
712
|
-
NSpin: any;
|
713
|
-
NIcon: any;
|
714
|
-
NInput: any;
|
715
|
-
NButton: any;
|
716
|
-
NTooltip: any;
|
717
|
-
NSelect: any;
|
718
|
-
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<{}>>, {}>;
|
719
|
-
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<{}>>, {}>;
|
720
|
-
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<{}>>, {}>;
|
721
|
-
ValueCfg: import("vue").DefineComponent<{
|
790
|
+
readonly NSpin: any;
|
791
|
+
readonly NIcon: any;
|
792
|
+
readonly NInput: any;
|
793
|
+
readonly NButton: any;
|
794
|
+
readonly NTooltip: any;
|
795
|
+
readonly NSelect: any;
|
796
|
+
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>;
|
797
|
+
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>;
|
798
|
+
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>;
|
799
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
800
|
+
item: {
|
801
|
+
type: ObjectConstructor;
|
802
|
+
default: null;
|
803
|
+
};
|
722
804
|
paramCfg: {
|
723
805
|
type: ObjectConstructor;
|
724
806
|
default: null;
|
@@ -738,8 +820,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
738
820
|
type: StringConstructor;
|
739
821
|
default: null;
|
740
822
|
};
|
741
|
-
}
|
742
|
-
props:
|
823
|
+
}>, {
|
824
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
825
|
+
item: {
|
826
|
+
type: ObjectConstructor;
|
827
|
+
default: null;
|
828
|
+
};
|
743
829
|
paramCfg: {
|
744
830
|
type: ObjectConstructor;
|
745
831
|
default: null;
|
@@ -759,22 +845,26 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
759
845
|
type: StringConstructor;
|
760
846
|
default: null;
|
761
847
|
};
|
762
|
-
}>> & {
|
848
|
+
}>> & Readonly<{
|
763
849
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
764
850
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
765
851
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
766
852
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
767
|
-
}
|
853
|
+
}> & {}>;
|
768
854
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
769
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
770
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
771
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
772
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
855
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
856
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
857
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
858
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
773
859
|
widgetType: import("vue").ComputedRef<any>;
|
774
|
-
Date: import("vue").DefineComponent<{
|
860
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
775
861
|
componentCfg: {
|
776
862
|
type: ObjectConstructor;
|
777
863
|
};
|
864
|
+
item: {
|
865
|
+
type: ObjectConstructor;
|
866
|
+
required: true;
|
867
|
+
};
|
778
868
|
paramCfg: {
|
779
869
|
type: ObjectConstructor;
|
780
870
|
default: null;
|
@@ -791,11 +881,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
791
881
|
type: StringConstructor;
|
792
882
|
default: null;
|
793
883
|
};
|
794
|
-
}
|
795
|
-
props:
|
884
|
+
}>, {
|
885
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
796
886
|
componentCfg: {
|
797
887
|
type: ObjectConstructor;
|
798
888
|
};
|
889
|
+
item: {
|
890
|
+
type: ObjectConstructor;
|
891
|
+
required: true;
|
892
|
+
};
|
799
893
|
paramCfg: {
|
800
894
|
type: ObjectConstructor;
|
801
895
|
default: null;
|
@@ -812,14 +906,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
812
906
|
type: StringConstructor;
|
813
907
|
default: null;
|
814
908
|
};
|
815
|
-
}>> & {
|
909
|
+
}>> & Readonly<{
|
816
910
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
817
911
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
818
912
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
819
|
-
}
|
913
|
+
}> & {}>;
|
820
914
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
821
|
-
|
822
|
-
|
915
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
916
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
917
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
823
918
|
dateType: any;
|
824
919
|
valueFormat: import("vue").ComputedRef<string>;
|
825
920
|
compType: import("vue").ComputedRef<any>;
|
@@ -834,7 +929,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
834
929
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
835
930
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
836
931
|
};
|
837
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
932
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
838
933
|
updateUnchangedValue: {
|
839
934
|
type: BooleanConstructor;
|
840
935
|
};
|
@@ -865,11 +960,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
865
960
|
isDateDisabled: {
|
866
961
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
867
962
|
};
|
868
|
-
}
|
963
|
+
}>, {
|
869
964
|
attrs: {
|
870
965
|
[x: string]: unknown;
|
871
966
|
};
|
872
|
-
props:
|
967
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
873
968
|
updateUnchangedValue: {
|
874
969
|
type: BooleanConstructor;
|
875
970
|
};
|
@@ -900,15 +995,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
900
995
|
isDateDisabled: {
|
901
996
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
902
997
|
};
|
903
|
-
}>> & {
|
998
|
+
}>> & Readonly<{
|
904
999
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
905
|
-
}
|
1000
|
+
}> & {}>;
|
906
1001
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
907
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
908
|
-
panelInstRef: import("vue").Ref<null>;
|
909
|
-
placeholderRef: import("vue").Ref<any>;
|
910
|
-
oldValue: string;
|
911
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1002
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
1003
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1004
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1005
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1006
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
912
1007
|
isDateTime: import("vue").ComputedRef<boolean>;
|
913
1008
|
formatRef: import("vue").ComputedRef<string>;
|
914
1009
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -923,8 +1018,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
923
1018
|
onConfirm: (...args: any[]) => Promise<void>;
|
924
1019
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
925
1020
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
926
|
-
NDatePicker: any;
|
927
|
-
},
|
1021
|
+
readonly NDatePicker: any;
|
1022
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
928
1023
|
updateUnchangedValue: {
|
929
1024
|
type: BooleanConstructor;
|
930
1025
|
};
|
@@ -955,16 +1050,119 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
955
1050
|
isDateDisabled: {
|
956
1051
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
957
1052
|
};
|
958
|
-
}>> & {
|
1053
|
+
}>> & Readonly<{
|
959
1054
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
960
|
-
}
|
1055
|
+
}>, {
|
961
1056
|
type: string;
|
962
1057
|
updateUnchangedValue: boolean;
|
963
1058
|
to: string | false | HTMLElement;
|
964
1059
|
holidays: Date[];
|
965
|
-
}>>;
|
966
|
-
NSelect: any;
|
967
|
-
|
1060
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1061
|
+
readonly NSelect: any;
|
1062
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1063
|
+
filterType: {
|
1064
|
+
type: StringConstructor;
|
1065
|
+
required: true;
|
1066
|
+
};
|
1067
|
+
modelValue: {
|
1068
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1069
|
+
default: null;
|
1070
|
+
};
|
1071
|
+
presetVal: {
|
1072
|
+
type: StringConstructor;
|
1073
|
+
default: null;
|
1074
|
+
};
|
1075
|
+
dateType: {
|
1076
|
+
type: StringConstructor;
|
1077
|
+
};
|
1078
|
+
isDateDisabled: {
|
1079
|
+
type: FunctionConstructor;
|
1080
|
+
};
|
1081
|
+
timeDisabled: {
|
1082
|
+
type: FunctionConstructor;
|
1083
|
+
};
|
1084
|
+
valueFormat: {
|
1085
|
+
type: StringConstructor;
|
1086
|
+
};
|
1087
|
+
}>, {
|
1088
|
+
widgetOptions: {
|
1089
|
+
label: string;
|
1090
|
+
value: string;
|
1091
|
+
}[];
|
1092
|
+
widgetRangeOptions: {
|
1093
|
+
label: string;
|
1094
|
+
value: string;
|
1095
|
+
}[];
|
1096
|
+
startDateNum: import("vue").Ref<any, any>;
|
1097
|
+
endDateNum: import("vue").Ref<any, any>;
|
1098
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1099
|
+
filterType: {
|
1100
|
+
type: StringConstructor;
|
1101
|
+
required: true;
|
1102
|
+
};
|
1103
|
+
modelValue: {
|
1104
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1105
|
+
default: null;
|
1106
|
+
};
|
1107
|
+
presetVal: {
|
1108
|
+
type: StringConstructor;
|
1109
|
+
default: null;
|
1110
|
+
};
|
1111
|
+
dateType: {
|
1112
|
+
type: StringConstructor;
|
1113
|
+
};
|
1114
|
+
isDateDisabled: {
|
1115
|
+
type: FunctionConstructor;
|
1116
|
+
};
|
1117
|
+
timeDisabled: {
|
1118
|
+
type: FunctionConstructor;
|
1119
|
+
};
|
1120
|
+
valueFormat: {
|
1121
|
+
type: StringConstructor;
|
1122
|
+
};
|
1123
|
+
}>> & Readonly<{
|
1124
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1125
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1126
|
+
}> & {}>;
|
1127
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1128
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1129
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1130
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1131
|
+
readonly NSelect: any;
|
1132
|
+
readonly NInputNumber: any;
|
1133
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1134
|
+
filterType: {
|
1135
|
+
type: StringConstructor;
|
1136
|
+
required: true;
|
1137
|
+
};
|
1138
|
+
modelValue: {
|
1139
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1140
|
+
default: null;
|
1141
|
+
};
|
1142
|
+
presetVal: {
|
1143
|
+
type: StringConstructor;
|
1144
|
+
default: null;
|
1145
|
+
};
|
1146
|
+
dateType: {
|
1147
|
+
type: StringConstructor;
|
1148
|
+
};
|
1149
|
+
isDateDisabled: {
|
1150
|
+
type: FunctionConstructor;
|
1151
|
+
};
|
1152
|
+
timeDisabled: {
|
1153
|
+
type: FunctionConstructor;
|
1154
|
+
};
|
1155
|
+
valueFormat: {
|
1156
|
+
type: StringConstructor;
|
1157
|
+
};
|
1158
|
+
}>> & Readonly<{
|
1159
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1160
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1161
|
+
}>, {
|
1162
|
+
modelValue: string | number | unknown[];
|
1163
|
+
presetVal: string;
|
1164
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1165
|
+
readonly WidgetValEnums: {
|
968
1166
|
CUSTOM: string;
|
969
1167
|
FIRST_VAL: string;
|
970
1168
|
WHOLE: string;
|
@@ -995,10 +1193,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
995
1193
|
NEXT_YEAR: string;
|
996
1194
|
LAST_YEAR: string;
|
997
1195
|
};
|
998
|
-
},
|
1196
|
+
}, {}, {}, {}, 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<{
|
999
1197
|
componentCfg: {
|
1000
1198
|
type: ObjectConstructor;
|
1001
1199
|
};
|
1200
|
+
item: {
|
1201
|
+
type: ObjectConstructor;
|
1202
|
+
required: true;
|
1203
|
+
};
|
1002
1204
|
paramCfg: {
|
1003
1205
|
type: ObjectConstructor;
|
1004
1206
|
default: null;
|
@@ -1015,17 +1217,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1015
1217
|
type: StringConstructor;
|
1016
1218
|
default: null;
|
1017
1219
|
};
|
1018
|
-
}>> & {
|
1220
|
+
}>> & Readonly<{
|
1019
1221
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1020
1222
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1021
1223
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1022
|
-
}
|
1224
|
+
}>, {
|
1023
1225
|
modelValue: string | number | unknown[];
|
1024
1226
|
paramCfg: Record<string, any>;
|
1025
1227
|
presetVal: string;
|
1026
1228
|
customDate: string;
|
1027
|
-
}>;
|
1028
|
-
InputFilter: import("vue").DefineComponent<{
|
1229
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1230
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1029
1231
|
paramCfg: {
|
1030
1232
|
type: ObjectConstructor;
|
1031
1233
|
default: null;
|
@@ -1037,8 +1239,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1037
1239
|
isAccurateFilter: {
|
1038
1240
|
type: BooleanConstructor;
|
1039
1241
|
};
|
1040
|
-
}
|
1041
|
-
props:
|
1242
|
+
}>, {
|
1243
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1042
1244
|
paramCfg: {
|
1043
1245
|
type: ObjectConstructor;
|
1044
1246
|
default: null;
|
@@ -1050,21 +1252,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1050
1252
|
isAccurateFilter: {
|
1051
1253
|
type: BooleanConstructor;
|
1052
1254
|
};
|
1053
|
-
}>> & {
|
1255
|
+
}>> & Readonly<{
|
1054
1256
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1055
1257
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1056
|
-
}
|
1258
|
+
}> & {}>;
|
1057
1259
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
1058
1260
|
optionList: import("vue").Ref<{
|
1059
1261
|
label: string;
|
1060
1262
|
value: number;
|
1263
|
+
}[], {
|
1264
|
+
label: string;
|
1265
|
+
value: number;
|
1266
|
+
}[] | {
|
1267
|
+
label: string;
|
1268
|
+
value: number;
|
1061
1269
|
}[]>;
|
1062
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1063
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
1270
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1271
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
1064
1272
|
isShowSearch: import("vue").ComputedRef<any>;
|
1065
|
-
NInput: any;
|
1066
|
-
NSelect: any;
|
1067
|
-
},
|
1273
|
+
readonly NInput: any;
|
1274
|
+
readonly NSelect: any;
|
1275
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1068
1276
|
paramCfg: {
|
1069
1277
|
type: ObjectConstructor;
|
1070
1278
|
default: null;
|
@@ -1076,42 +1284,42 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1076
1284
|
isAccurateFilter: {
|
1077
1285
|
type: BooleanConstructor;
|
1078
1286
|
};
|
1079
|
-
}>> & {
|
1287
|
+
}>> & Readonly<{
|
1080
1288
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1081
1289
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1082
|
-
}
|
1290
|
+
}>, {
|
1083
1291
|
modelValue: string | number | unknown[];
|
1084
1292
|
paramCfg: Record<string, any>;
|
1085
1293
|
isAccurateFilter: boolean;
|
1086
|
-
}>;
|
1087
|
-
InputNumber: import("vue").DefineComponent<{
|
1294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1295
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1088
1296
|
modelValue: {
|
1089
1297
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1090
1298
|
default: null;
|
1091
1299
|
};
|
1092
|
-
}
|
1093
|
-
props:
|
1300
|
+
}>, {
|
1301
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1094
1302
|
modelValue: {
|
1095
1303
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1096
1304
|
default: null;
|
1097
1305
|
};
|
1098
|
-
}>> & {
|
1306
|
+
}>> & Readonly<{
|
1099
1307
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1100
|
-
}
|
1308
|
+
}> & {}>;
|
1101
1309
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1102
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1103
|
-
NInputNumber: any;
|
1104
|
-
},
|
1310
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1311
|
+
readonly NInputNumber: any;
|
1312
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1105
1313
|
modelValue: {
|
1106
1314
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1107
1315
|
default: null;
|
1108
1316
|
};
|
1109
|
-
}>> & {
|
1317
|
+
}>> & Readonly<{
|
1110
1318
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1111
|
-
}
|
1319
|
+
}>, {
|
1112
1320
|
modelValue: string | number | unknown[];
|
1113
|
-
}>;
|
1114
|
-
SelectFilter: import("vue").DefineComponent<{
|
1321
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1322
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1115
1323
|
paramCfg: {
|
1116
1324
|
type: ObjectConstructor;
|
1117
1325
|
default: null;
|
@@ -1124,8 +1332,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1124
1332
|
type: StringConstructor;
|
1125
1333
|
default: string;
|
1126
1334
|
};
|
1127
|
-
}
|
1128
|
-
props:
|
1335
|
+
}>, {
|
1336
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1129
1337
|
paramCfg: {
|
1130
1338
|
type: ObjectConstructor;
|
1131
1339
|
default: null;
|
@@ -1138,15 +1346,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1138
1346
|
type: StringConstructor;
|
1139
1347
|
default: string;
|
1140
1348
|
};
|
1141
|
-
}>> & {
|
1349
|
+
}>> & Readonly<{
|
1142
1350
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1143
|
-
}
|
1351
|
+
}> & {}>;
|
1144
1352
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1145
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1353
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1146
1354
|
optionSetting: import("vue").ComputedRef<any>;
|
1147
1355
|
widgetOptions: import("vue").ComputedRef<any>;
|
1148
|
-
NSelect: any;
|
1149
|
-
WidgetOptionEnums: {
|
1356
|
+
readonly NSelect: any;
|
1357
|
+
readonly WidgetOptionEnums: {
|
1150
1358
|
RADIO: string;
|
1151
1359
|
MULTIPLE: string;
|
1152
1360
|
ALL: string;
|
@@ -1155,7 +1363,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1155
1363
|
FUTURE_TIME: string;
|
1156
1364
|
CUSTOM_TIME: string;
|
1157
1365
|
};
|
1158
|
-
},
|
1366
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1159
1367
|
paramCfg: {
|
1160
1368
|
type: ObjectConstructor;
|
1161
1369
|
default: null;
|
@@ -1168,14 +1376,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1168
1376
|
type: StringConstructor;
|
1169
1377
|
default: string;
|
1170
1378
|
};
|
1171
|
-
}>> & {
|
1379
|
+
}>> & Readonly<{
|
1172
1380
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1173
|
-
}
|
1381
|
+
}>, {
|
1174
1382
|
modelValue: string | number | unknown[];
|
1175
1383
|
widgetType: string;
|
1176
1384
|
paramCfg: Record<string, any>;
|
1177
|
-
}>;
|
1178
|
-
SelectDynamic: import("vue").DefineComponent<{
|
1385
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1386
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1179
1387
|
paramCfg: {
|
1180
1388
|
type: ObjectConstructor;
|
1181
1389
|
default: null;
|
@@ -1184,9 +1392,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1184
1392
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1185
1393
|
default: null;
|
1186
1394
|
};
|
1187
|
-
}
|
1188
|
-
message: import("naive-ui").MessageApi;
|
1189
|
-
props:
|
1395
|
+
}>, {
|
1396
|
+
message: import("naive-ui/es/message").MessageApi;
|
1397
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1190
1398
|
paramCfg: {
|
1191
1399
|
type: ObjectConstructor;
|
1192
1400
|
default: null;
|
@@ -1195,23 +1403,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1195
1403
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1196
1404
|
default: null;
|
1197
1405
|
};
|
1198
|
-
}>> & {
|
1406
|
+
}>> & Readonly<{
|
1199
1407
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1200
|
-
}
|
1408
|
+
}> & {}>;
|
1201
1409
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1202
1410
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1203
|
-
selectDynamicRef: any
|
1204
|
-
isLoading: import("vue").Ref<boolean>;
|
1411
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
1412
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
1205
1413
|
filterApiConfig: import("../../shared/types").AnyObject;
|
1206
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1207
|
-
totalPage: import("vue").Ref<number>;
|
1414
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1415
|
+
totalPage: import("vue").Ref<number, number>;
|
1208
1416
|
menuProps: {
|
1209
1417
|
class: string;
|
1210
1418
|
};
|
1211
|
-
curPage: import("vue").Ref<number>;
|
1212
|
-
fieldTitleList: import("vue").Ref<any>;
|
1213
|
-
selectOptions: import("vue").Ref<any[]>;
|
1214
|
-
keywordVal: import("vue").Ref<any>;
|
1419
|
+
curPage: import("vue").Ref<number, number>;
|
1420
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
1421
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
1422
|
+
keywordVal: import("vue").Ref<any, any>;
|
1215
1423
|
optionSetting: import("vue").ComputedRef<any>;
|
1216
1424
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1217
1425
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -1234,8 +1442,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1234
1442
|
}>;
|
1235
1443
|
init: () => void;
|
1236
1444
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1237
|
-
NSelect: any;
|
1238
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
1445
|
+
readonly NSelect: any;
|
1446
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1239
1447
|
oldValue: {
|
1240
1448
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1241
1449
|
default: () => never[];
|
@@ -1272,9 +1480,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1272
1480
|
type: BooleanConstructor;
|
1273
1481
|
default: boolean;
|
1274
1482
|
};
|
1275
|
-
}
|
1483
|
+
}>, {
|
1276
1484
|
selectMinWidth: number;
|
1277
|
-
props:
|
1485
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1278
1486
|
oldValue: {
|
1279
1487
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1280
1488
|
default: () => never[];
|
@@ -1311,12 +1519,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1311
1519
|
type: BooleanConstructor;
|
1312
1520
|
default: boolean;
|
1313
1521
|
};
|
1314
|
-
}>> & {
|
1315
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1522
|
+
}>> & Readonly<{
|
1316
1523
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1317
|
-
|
1524
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1525
|
+
}> & {}>;
|
1318
1526
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1319
|
-
dragEndWidth: import("vue").Ref<number>;
|
1527
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
1320
1528
|
showKeys: import("vue").ComputedRef<any>;
|
1321
1529
|
titleList: import("vue").ComputedRef<string[]>;
|
1322
1530
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1324,16 +1532,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1324
1532
|
searchByPage: (onePage: number) => void;
|
1325
1533
|
changeWidth: ({ distance }: any) => void;
|
1326
1534
|
saveWidth: () => void;
|
1327
|
-
NEmpty: any;
|
1328
|
-
NButtonGroup: any;
|
1329
|
-
NButton: any;
|
1330
|
-
NIcon: any;
|
1331
|
-
NPopover: any;
|
1332
|
-
vFlexibleResize: {
|
1535
|
+
readonly NEmpty: any;
|
1536
|
+
readonly NButtonGroup: any;
|
1537
|
+
readonly NButton: any;
|
1538
|
+
readonly NIcon: any;
|
1539
|
+
readonly NPopover: any;
|
1540
|
+
readonly vFlexibleResize: {
|
1333
1541
|
mounted(el: any, { value }: any): void;
|
1334
1542
|
beforeUnmount(el: any): void;
|
1335
1543
|
};
|
1336
|
-
WidgetValEnums: {
|
1544
|
+
readonly WidgetValEnums: {
|
1337
1545
|
CUSTOM: string;
|
1338
1546
|
FIRST_VAL: string;
|
1339
1547
|
WHOLE: string;
|
@@ -1364,9 +1572,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1364
1572
|
NEXT_YEAR: string;
|
1365
1573
|
LAST_YEAR: string;
|
1366
1574
|
};
|
1367
|
-
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<{}>>, {}>;
|
1368
|
-
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<{}>>, {}>;
|
1369
|
-
},
|
1575
|
+
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>;
|
1576
|
+
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>;
|
1577
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1370
1578
|
oldValue: {
|
1371
1579
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1372
1580
|
default: () => never[];
|
@@ -1403,21 +1611,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1403
1611
|
type: BooleanConstructor;
|
1404
1612
|
default: boolean;
|
1405
1613
|
};
|
1406
|
-
}>> & {
|
1407
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1614
|
+
}>> & Readonly<{
|
1408
1615
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1409
|
-
|
1410
|
-
|
1616
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1617
|
+
}>, {
|
1411
1618
|
loading: boolean;
|
1619
|
+
isMultiple: boolean;
|
1412
1620
|
oldValue: import("../../shared/types").AnyObject[];
|
1621
|
+
optionList: import("../../shared/types").AnyObject[];
|
1622
|
+
isShowWhole: boolean;
|
1413
1623
|
dynamicOptionInfo: import("../../shared/types").AnyObject;
|
1414
1624
|
fieldTitleList: import("../../shared/types").AnyObject[];
|
1415
|
-
optionList: import("../../shared/types").AnyObject[];
|
1416
1625
|
curPage: number;
|
1417
1626
|
isLastPage: boolean;
|
1418
|
-
|
1419
|
-
|
1420
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1627
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1628
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1421
1629
|
paramCfg: {
|
1422
1630
|
type: ObjectConstructor;
|
1423
1631
|
default: null;
|
@@ -1426,13 +1634,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1426
1634
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1427
1635
|
default: null;
|
1428
1636
|
};
|
1429
|
-
}>> & {
|
1637
|
+
}>> & Readonly<{
|
1430
1638
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1431
|
-
}
|
1639
|
+
}>, {
|
1432
1640
|
modelValue: import("../../shared/types").AnyObject[];
|
1433
1641
|
paramCfg: Record<string, any>;
|
1434
|
-
}>;
|
1435
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1642
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1643
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1436
1644
|
paramCfg: {
|
1437
1645
|
type: ObjectConstructor;
|
1438
1646
|
default: null;
|
@@ -1441,8 +1649,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1441
1649
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1442
1650
|
default: null;
|
1443
1651
|
};
|
1444
|
-
}
|
1445
|
-
props:
|
1652
|
+
}>, {
|
1653
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1446
1654
|
paramCfg: {
|
1447
1655
|
type: ObjectConstructor;
|
1448
1656
|
default: null;
|
@@ -1451,16 +1659,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1451
1659
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1452
1660
|
default: null;
|
1453
1661
|
};
|
1454
|
-
}>> & {
|
1662
|
+
}>> & Readonly<{
|
1455
1663
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1456
|
-
}
|
1457
|
-
startNumber: import("vue").Ref<any>;
|
1458
|
-
endNumber: import("vue").Ref<any>;
|
1664
|
+
}> & {}>;
|
1665
|
+
startNumber: import("vue").Ref<any, any>;
|
1666
|
+
endNumber: import("vue").Ref<any, any>;
|
1459
1667
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1460
1668
|
handleChange: (val: number | null, key: string) => void;
|
1461
|
-
NInputGroup: any;
|
1462
|
-
NInputNumber: any;
|
1463
|
-
},
|
1669
|
+
readonly NInputGroup: any;
|
1670
|
+
readonly NInputNumber: any;
|
1671
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1464
1672
|
paramCfg: {
|
1465
1673
|
type: ObjectConstructor;
|
1466
1674
|
default: null;
|
@@ -1469,13 +1677,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1469
1677
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1470
1678
|
default: null;
|
1471
1679
|
};
|
1472
|
-
}>> & {
|
1680
|
+
}>> & Readonly<{
|
1473
1681
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1474
|
-
}
|
1682
|
+
}>, {
|
1475
1683
|
modelValue: string | number | unknown[];
|
1476
1684
|
paramCfg: Record<string, any>;
|
1477
|
-
}>;
|
1478
|
-
DateRange: import("vue").DefineComponent<{
|
1685
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1686
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1687
|
+
item: {
|
1688
|
+
type: ObjectConstructor;
|
1689
|
+
required: true;
|
1690
|
+
};
|
1479
1691
|
paramCfg: {
|
1480
1692
|
type: ObjectConstructor;
|
1481
1693
|
default: null;
|
@@ -1492,8 +1704,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1492
1704
|
type: StringConstructor;
|
1493
1705
|
default: null;
|
1494
1706
|
};
|
1495
|
-
}
|
1496
|
-
props:
|
1707
|
+
}>, {
|
1708
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1709
|
+
item: {
|
1710
|
+
type: ObjectConstructor;
|
1711
|
+
required: true;
|
1712
|
+
};
|
1497
1713
|
paramCfg: {
|
1498
1714
|
type: ObjectConstructor;
|
1499
1715
|
default: null;
|
@@ -1510,14 +1726,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1510
1726
|
type: StringConstructor;
|
1511
1727
|
default: null;
|
1512
1728
|
};
|
1513
|
-
}>> & {
|
1729
|
+
}>> & Readonly<{
|
1514
1730
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1515
1731
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1516
1732
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1517
|
-
}
|
1733
|
+
}> & {}>;
|
1518
1734
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1519
|
-
startDate: import("vue").Ref<any>;
|
1520
|
-
endDate: import("vue").Ref<any>;
|
1735
|
+
startDate: import("vue").Ref<any, any>;
|
1736
|
+
endDate: import("vue").Ref<any, any>;
|
1737
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1521
1738
|
valueFormat: import("vue").ComputedRef<string>;
|
1522
1739
|
dateFormat: import("vue").ComputedRef<string>;
|
1523
1740
|
compType: import("vue").ComputedRef<any>;
|
@@ -1535,8 +1752,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1535
1752
|
label: string;
|
1536
1753
|
value: string;
|
1537
1754
|
}[]>;
|
1538
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1539
|
-
|
1755
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1756
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1540
1757
|
handleChange: (val: any, type: "start" | "end") => void;
|
1541
1758
|
isStartDateDisabled: (ts: number) => boolean;
|
1542
1759
|
timeStartDisabled: (ts: number) => {
|
@@ -1550,9 +1767,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1550
1767
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1551
1768
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1552
1769
|
};
|
1553
|
-
NSelect: any;
|
1554
|
-
NPopover: any;
|
1555
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
1770
|
+
readonly NSelect: any;
|
1771
|
+
readonly NPopover: any;
|
1772
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1556
1773
|
updateUnchangedValue: {
|
1557
1774
|
type: BooleanConstructor;
|
1558
1775
|
};
|
@@ -1583,11 +1800,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1583
1800
|
isDateDisabled: {
|
1584
1801
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1585
1802
|
};
|
1586
|
-
}
|
1803
|
+
}>, {
|
1587
1804
|
attrs: {
|
1588
1805
|
[x: string]: unknown;
|
1589
1806
|
};
|
1590
|
-
props:
|
1807
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1591
1808
|
updateUnchangedValue: {
|
1592
1809
|
type: BooleanConstructor;
|
1593
1810
|
};
|
@@ -1618,15 +1835,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1618
1835
|
isDateDisabled: {
|
1619
1836
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1620
1837
|
};
|
1621
|
-
}>> & {
|
1838
|
+
}>> & Readonly<{
|
1622
1839
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1623
|
-
}
|
1840
|
+
}> & {}>;
|
1624
1841
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1625
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
1626
|
-
panelInstRef: import("vue").Ref<null>;
|
1627
|
-
placeholderRef: import("vue").Ref<any>;
|
1628
|
-
oldValue: string;
|
1629
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1842
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
1843
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1844
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1845
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1846
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1630
1847
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1631
1848
|
formatRef: import("vue").ComputedRef<string>;
|
1632
1849
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1641,8 +1858,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1641
1858
|
onConfirm: (...args: any[]) => Promise<void>;
|
1642
1859
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1643
1860
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1644
|
-
NDatePicker: any;
|
1645
|
-
},
|
1861
|
+
readonly NDatePicker: any;
|
1862
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1646
1863
|
updateUnchangedValue: {
|
1647
1864
|
type: BooleanConstructor;
|
1648
1865
|
};
|
@@ -1673,15 +1890,118 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1673
1890
|
isDateDisabled: {
|
1674
1891
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1675
1892
|
};
|
1676
|
-
}>> & {
|
1893
|
+
}>> & Readonly<{
|
1677
1894
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1678
|
-
}
|
1895
|
+
}>, {
|
1679
1896
|
type: string;
|
1680
1897
|
updateUnchangedValue: boolean;
|
1681
1898
|
to: string | false | HTMLElement;
|
1682
1899
|
holidays: Date[];
|
1683
|
-
}>>;
|
1684
|
-
|
1900
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1901
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1902
|
+
filterType: {
|
1903
|
+
type: StringConstructor;
|
1904
|
+
required: true;
|
1905
|
+
};
|
1906
|
+
modelValue: {
|
1907
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1908
|
+
default: null;
|
1909
|
+
};
|
1910
|
+
presetVal: {
|
1911
|
+
type: StringConstructor;
|
1912
|
+
default: null;
|
1913
|
+
};
|
1914
|
+
dateType: {
|
1915
|
+
type: StringConstructor;
|
1916
|
+
};
|
1917
|
+
isDateDisabled: {
|
1918
|
+
type: FunctionConstructor;
|
1919
|
+
};
|
1920
|
+
timeDisabled: {
|
1921
|
+
type: FunctionConstructor;
|
1922
|
+
};
|
1923
|
+
valueFormat: {
|
1924
|
+
type: StringConstructor;
|
1925
|
+
};
|
1926
|
+
}>, {
|
1927
|
+
widgetOptions: {
|
1928
|
+
label: string;
|
1929
|
+
value: string;
|
1930
|
+
}[];
|
1931
|
+
widgetRangeOptions: {
|
1932
|
+
label: string;
|
1933
|
+
value: string;
|
1934
|
+
}[];
|
1935
|
+
startDateNum: import("vue").Ref<any, any>;
|
1936
|
+
endDateNum: import("vue").Ref<any, any>;
|
1937
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1938
|
+
filterType: {
|
1939
|
+
type: StringConstructor;
|
1940
|
+
required: true;
|
1941
|
+
};
|
1942
|
+
modelValue: {
|
1943
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1944
|
+
default: null;
|
1945
|
+
};
|
1946
|
+
presetVal: {
|
1947
|
+
type: StringConstructor;
|
1948
|
+
default: null;
|
1949
|
+
};
|
1950
|
+
dateType: {
|
1951
|
+
type: StringConstructor;
|
1952
|
+
};
|
1953
|
+
isDateDisabled: {
|
1954
|
+
type: FunctionConstructor;
|
1955
|
+
};
|
1956
|
+
timeDisabled: {
|
1957
|
+
type: FunctionConstructor;
|
1958
|
+
};
|
1959
|
+
valueFormat: {
|
1960
|
+
type: StringConstructor;
|
1961
|
+
};
|
1962
|
+
}>> & Readonly<{
|
1963
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1964
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1965
|
+
}> & {}>;
|
1966
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1967
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1968
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1969
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1970
|
+
readonly NSelect: any;
|
1971
|
+
readonly NInputNumber: any;
|
1972
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1973
|
+
filterType: {
|
1974
|
+
type: StringConstructor;
|
1975
|
+
required: true;
|
1976
|
+
};
|
1977
|
+
modelValue: {
|
1978
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1979
|
+
default: null;
|
1980
|
+
};
|
1981
|
+
presetVal: {
|
1982
|
+
type: StringConstructor;
|
1983
|
+
default: null;
|
1984
|
+
};
|
1985
|
+
dateType: {
|
1986
|
+
type: StringConstructor;
|
1987
|
+
};
|
1988
|
+
isDateDisabled: {
|
1989
|
+
type: FunctionConstructor;
|
1990
|
+
};
|
1991
|
+
timeDisabled: {
|
1992
|
+
type: FunctionConstructor;
|
1993
|
+
};
|
1994
|
+
valueFormat: {
|
1995
|
+
type: StringConstructor;
|
1996
|
+
};
|
1997
|
+
}>> & Readonly<{
|
1998
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1999
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2000
|
+
}>, {
|
2001
|
+
modelValue: string | number | unknown[];
|
2002
|
+
presetVal: string;
|
2003
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2004
|
+
readonly WidgetValEnums: {
|
1685
2005
|
CUSTOM: string;
|
1686
2006
|
FIRST_VAL: string;
|
1687
2007
|
WHOLE: string;
|
@@ -1712,7 +2032,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1712
2032
|
NEXT_YEAR: string;
|
1713
2033
|
LAST_YEAR: string;
|
1714
2034
|
};
|
1715
|
-
},
|
2035
|
+
}, {}, {}, {}, 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<{
|
2036
|
+
item: {
|
2037
|
+
type: ObjectConstructor;
|
2038
|
+
required: true;
|
2039
|
+
};
|
1716
2040
|
paramCfg: {
|
1717
2041
|
type: ObjectConstructor;
|
1718
2042
|
default: null;
|
@@ -1729,17 +2053,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1729
2053
|
type: StringConstructor;
|
1730
2054
|
default: null;
|
1731
2055
|
};
|
1732
|
-
}>> & {
|
2056
|
+
}>> & Readonly<{
|
1733
2057
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1734
2058
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1735
2059
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1736
|
-
}
|
2060
|
+
}>, {
|
1737
2061
|
modelValue: string | number | unknown[];
|
1738
2062
|
paramCfg: Record<string, any>;
|
1739
2063
|
presetVal: string;
|
1740
2064
|
customDate: string;
|
1741
|
-
}>;
|
1742
|
-
SelectLabel: import("vue").DefineComponent<{
|
2065
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2066
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1743
2067
|
paramCfg: {
|
1744
2068
|
type: ObjectConstructor;
|
1745
2069
|
default: null;
|
@@ -1748,10 +2072,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1748
2072
|
type: StringConstructor;
|
1749
2073
|
default: null;
|
1750
2074
|
};
|
1751
|
-
}
|
2075
|
+
}>, {
|
1752
2076
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1753
|
-
message: import("naive-ui").MessageApi;
|
1754
|
-
props:
|
2077
|
+
message: import("naive-ui/es/message").MessageApi;
|
2078
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1755
2079
|
paramCfg: {
|
1756
2080
|
type: ObjectConstructor;
|
1757
2081
|
default: null;
|
@@ -1760,13 +2084,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1760
2084
|
type: StringConstructor;
|
1761
2085
|
default: null;
|
1762
2086
|
};
|
1763
|
-
}>> & {
|
2087
|
+
}>> & Readonly<{
|
1764
2088
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1765
|
-
}
|
2089
|
+
}> & {}>;
|
1766
2090
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1767
|
-
tagList: import("vue").Ref<never[]>;
|
2091
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1768
2092
|
filterApiConfig: import("../../shared/types").AnyObject;
|
1769
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
2093
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1770
2094
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1771
2095
|
initTagList: () => Promise<void>;
|
1772
2096
|
renderOption: ({ node, option }: {
|
@@ -1778,8 +2102,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1778
2102
|
[key: string]: any;
|
1779
2103
|
}>;
|
1780
2104
|
renderLabel: (option: any) => any;
|
1781
|
-
NSelect: any;
|
1782
|
-
},
|
2105
|
+
readonly NSelect: any;
|
2106
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1783
2107
|
paramCfg: {
|
1784
2108
|
type: ObjectConstructor;
|
1785
2109
|
default: null;
|
@@ -1788,13 +2112,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1788
2112
|
type: StringConstructor;
|
1789
2113
|
default: null;
|
1790
2114
|
};
|
1791
|
-
}>> & {
|
2115
|
+
}>> & Readonly<{
|
1792
2116
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1793
|
-
}
|
2117
|
+
}>, {
|
1794
2118
|
modelValue: string;
|
1795
2119
|
paramCfg: Record<string, any>;
|
1796
|
-
}>;
|
1797
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
2120
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2121
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1798
2122
|
paramCfg: {
|
1799
2123
|
type: ObjectConstructor;
|
1800
2124
|
default: null;
|
@@ -1803,9 +2127,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1803
2127
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1804
2128
|
default: null;
|
1805
2129
|
};
|
1806
|
-
}
|
1807
|
-
message: import("naive-ui").MessageApi;
|
1808
|
-
props:
|
2130
|
+
}>, {
|
2131
|
+
message: import("naive-ui/es/message").MessageApi;
|
2132
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1809
2133
|
paramCfg: {
|
1810
2134
|
type: ObjectConstructor;
|
1811
2135
|
default: null;
|
@@ -1814,22 +2138,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1814
2138
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1815
2139
|
default: null;
|
1816
2140
|
};
|
1817
|
-
}>> & {
|
2141
|
+
}>> & Readonly<{
|
1818
2142
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1819
|
-
}
|
2143
|
+
}> & {}>;
|
1820
2144
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1821
2145
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1822
|
-
options: import("vue").Ref<any[]>;
|
2146
|
+
options: import("vue").Ref<any[], any[]>;
|
1823
2147
|
filterApiConfig: import("../../shared/types").AnyObject;
|
1824
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2148
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1825
2149
|
optionSetting: import("vue").ComputedRef<any>;
|
1826
2150
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1827
2151
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1828
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2152
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1829
2153
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1830
2154
|
getOptionsData: (keyword: string) => Promise<void>;
|
1831
|
-
NTreeSelect: any;
|
1832
|
-
},
|
2155
|
+
readonly NTreeSelect: any;
|
2156
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1833
2157
|
paramCfg: {
|
1834
2158
|
type: ObjectConstructor;
|
1835
2159
|
default: null;
|
@@ -1838,13 +2162,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1838
2162
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1839
2163
|
default: null;
|
1840
2164
|
};
|
1841
|
-
}>> & {
|
2165
|
+
}>> & Readonly<{
|
1842
2166
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1843
|
-
}
|
2167
|
+
}>, {
|
1844
2168
|
modelValue: string | number | unknown[];
|
1845
2169
|
paramCfg: Record<string, any>;
|
1846
|
-
}>;
|
1847
|
-
WidgetTypeEnums: {
|
2170
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2171
|
+
readonly WidgetTypeEnums: {
|
1848
2172
|
INPUT_NUMBER: string;
|
1849
2173
|
INPUT: string;
|
1850
2174
|
SELECT: string;
|
@@ -1864,7 +2188,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1864
2188
|
SELECTTREE: string;
|
1865
2189
|
SELECTTREEDYNAMIC: string;
|
1866
2190
|
};
|
1867
|
-
},
|
2191
|
+
}, {}, {}, {}, 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<{
|
2192
|
+
item: {
|
2193
|
+
type: ObjectConstructor;
|
2194
|
+
default: null;
|
2195
|
+
};
|
1868
2196
|
paramCfg: {
|
1869
2197
|
type: ObjectConstructor;
|
1870
2198
|
default: null;
|
@@ -1884,27 +2212,29 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1884
2212
|
type: StringConstructor;
|
1885
2213
|
default: null;
|
1886
2214
|
};
|
1887
|
-
}>> & {
|
2215
|
+
}>> & Readonly<{
|
1888
2216
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1889
2217
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1890
2218
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1891
2219
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1892
|
-
}
|
2220
|
+
}>, {
|
1893
2221
|
modelValue: string | number | unknown[];
|
2222
|
+
item: Record<string, any>;
|
1894
2223
|
paramCfg: Record<string, any>;
|
1895
2224
|
presetVal: string;
|
1896
2225
|
isAccurate: boolean;
|
1897
2226
|
customDate: string;
|
1898
|
-
}>;
|
1899
|
-
ConditionEnums: {
|
2227
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2228
|
+
readonly ConditionEnums: {
|
1900
2229
|
NULL: string;
|
1901
2230
|
EQUAL: string;
|
2231
|
+
CUSTOM_RANGE: string;
|
2232
|
+
IN_THE_PAST: string;
|
2233
|
+
IN_THE_FUTURE: string;
|
2234
|
+
IN_THE_PAST_DI: string;
|
2235
|
+
IN_THE_FUTURE_DI: string;
|
1902
2236
|
};
|
1903
|
-
|
1904
|
-
label: string;
|
1905
|
-
value: string;
|
1906
|
-
}[];
|
1907
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2237
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1908
2238
|
actionList_prop: {
|
1909
2239
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
1910
2240
|
default: () => {};
|
@@ -1929,18 +2259,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1929
2259
|
type: BooleanConstructor;
|
1930
2260
|
default: boolean;
|
1931
2261
|
};
|
1932
|
-
}>> & {
|
2262
|
+
}>> & Readonly<{
|
1933
2263
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1934
2264
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1935
|
-
}
|
2265
|
+
}>, {
|
1936
2266
|
searchFieldList: unknown[];
|
1937
2267
|
tableId: string;
|
1938
2268
|
conditionList: unknown[];
|
1939
2269
|
actionList_prop: import("..").IClassifyListType;
|
1940
2270
|
showItemName: boolean;
|
1941
2271
|
hideAddBtn: boolean;
|
1942
|
-
}>;
|
1943
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
2272
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2273
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1944
2274
|
actionList_prop: {
|
1945
2275
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
1946
2276
|
default: () => {};
|
@@ -1965,15 +2295,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1965
2295
|
type: BooleanConstructor;
|
1966
2296
|
default: boolean;
|
1967
2297
|
};
|
1968
|
-
}
|
1969
|
-
$message: import("naive-ui").MessageApi;
|
2298
|
+
}>, {
|
2299
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1970
2300
|
menuProps: {
|
1971
2301
|
class: string;
|
1972
2302
|
};
|
1973
2303
|
dateCons: string[];
|
1974
2304
|
textCons: string[];
|
1975
2305
|
numberCons: string[];
|
1976
|
-
props:
|
2306
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1977
2307
|
actionList_prop: {
|
1978
2308
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
1979
2309
|
default: () => {};
|
@@ -1998,19 +2328,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1998
2328
|
type: BooleanConstructor;
|
1999
2329
|
default: boolean;
|
2000
2330
|
};
|
2001
|
-
}>> & {
|
2331
|
+
}>> & Readonly<{
|
2002
2332
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2003
2333
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2004
|
-
}
|
2334
|
+
}> & {}>;
|
2005
2335
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
2006
2336
|
$attrs: {
|
2007
2337
|
[x: string]: unknown;
|
2008
2338
|
};
|
2009
2339
|
FormState: any;
|
2010
|
-
loading: import("vue").Ref<boolean>;
|
2011
|
-
parentInputRef: import("vue").Ref<any>;
|
2012
|
-
parentInputAddRef: import("vue").Ref<any>;
|
2013
|
-
sqlExpression: any
|
2340
|
+
loading: import("vue").Ref<boolean, boolean>;
|
2341
|
+
parentInputRef: import("vue").Ref<any, any>;
|
2342
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
2343
|
+
sqlExpression: import("vue").Ref<any, any>;
|
2014
2344
|
DisplayCategoryState: {
|
2015
2345
|
addDisplayCategory: string;
|
2016
2346
|
displayCategories: {
|
@@ -2047,16 +2377,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2047
2377
|
saveAdd: () => void;
|
2048
2378
|
cancelSaveAdd: () => void;
|
2049
2379
|
checkActionList: () => any;
|
2050
|
-
NSpin: any;
|
2051
|
-
NIcon: any;
|
2052
|
-
NInput: any;
|
2053
|
-
NButton: any;
|
2054
|
-
NTooltip: any;
|
2055
|
-
NSelect: any;
|
2056
|
-
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<{}>>, {}>;
|
2057
|
-
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<{}>>, {}>;
|
2058
|
-
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<{}>>, {}>;
|
2059
|
-
ValueCfg: import("vue").DefineComponent<{
|
2380
|
+
readonly NSpin: any;
|
2381
|
+
readonly NIcon: any;
|
2382
|
+
readonly NInput: any;
|
2383
|
+
readonly NButton: any;
|
2384
|
+
readonly NTooltip: any;
|
2385
|
+
readonly NSelect: any;
|
2386
|
+
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>;
|
2387
|
+
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>;
|
2388
|
+
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>;
|
2389
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2060
2390
|
paramCfg: {
|
2061
2391
|
type: ObjectConstructor;
|
2062
2392
|
default: null;
|
@@ -2069,8 +2399,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2069
2399
|
type: ArrayConstructor;
|
2070
2400
|
default: () => never[];
|
2071
2401
|
};
|
2072
|
-
}
|
2073
|
-
props:
|
2402
|
+
}>, {
|
2403
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2074
2404
|
paramCfg: {
|
2075
2405
|
type: ObjectConstructor;
|
2076
2406
|
default: null;
|
@@ -2083,17 +2413,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2083
2413
|
type: ArrayConstructor;
|
2084
2414
|
default: () => never[];
|
2085
2415
|
};
|
2086
|
-
}>> & {
|
2416
|
+
}>> & Readonly<{
|
2087
2417
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2088
2418
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2089
|
-
}
|
2419
|
+
}> & {}>;
|
2090
2420
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
2091
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2092
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
2421
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2422
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
2093
2423
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
2094
2424
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
2095
2425
|
biType: import("vue").ComputedRef<any>;
|
2096
|
-
Date: import("vue").DefineComponent<{
|
2426
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2097
2427
|
componentCfg: {
|
2098
2428
|
type: ObjectConstructor;
|
2099
2429
|
};
|
@@ -2105,8 +2435,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2105
2435
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2106
2436
|
default: null;
|
2107
2437
|
};
|
2108
|
-
}
|
2109
|
-
props:
|
2438
|
+
}>, {
|
2439
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2110
2440
|
componentCfg: {
|
2111
2441
|
type: ObjectConstructor;
|
2112
2442
|
};
|
@@ -2118,15 +2448,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2118
2448
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2119
2449
|
default: null;
|
2120
2450
|
};
|
2121
|
-
}>> & {
|
2451
|
+
}>> & Readonly<{
|
2122
2452
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2123
|
-
}
|
2453
|
+
}> & {}>;
|
2124
2454
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2125
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2455
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2126
2456
|
dateType: any;
|
2127
2457
|
valueFormat: import("vue").ComputedRef<string>;
|
2128
2458
|
compType: import("vue").ComputedRef<any>;
|
2129
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
2459
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2130
2460
|
updateUnchangedValue: {
|
2131
2461
|
type: BooleanConstructor;
|
2132
2462
|
};
|
@@ -2157,11 +2487,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2157
2487
|
isDateDisabled: {
|
2158
2488
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2159
2489
|
};
|
2160
|
-
}
|
2490
|
+
}>, {
|
2161
2491
|
attrs: {
|
2162
2492
|
[x: string]: unknown;
|
2163
2493
|
};
|
2164
|
-
props:
|
2494
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2165
2495
|
updateUnchangedValue: {
|
2166
2496
|
type: BooleanConstructor;
|
2167
2497
|
};
|
@@ -2192,15 +2522,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2192
2522
|
isDateDisabled: {
|
2193
2523
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2194
2524
|
};
|
2195
|
-
}>> & {
|
2525
|
+
}>> & Readonly<{
|
2196
2526
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2197
|
-
}
|
2527
|
+
}> & {}>;
|
2198
2528
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
2199
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
2200
|
-
panelInstRef: import("vue").Ref<null>;
|
2201
|
-
placeholderRef: import("vue").Ref<any>;
|
2202
|
-
oldValue: string;
|
2203
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2529
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
2530
|
+
panelInstRef: import("vue").Ref<null, null>;
|
2531
|
+
placeholderRef: import("vue").Ref<any, any>;
|
2532
|
+
oldValue: (string | [string, string]) | null | undefined;
|
2533
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
2204
2534
|
isDateTime: import("vue").ComputedRef<boolean>;
|
2205
2535
|
formatRef: import("vue").ComputedRef<string>;
|
2206
2536
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -2215,8 +2545,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2215
2545
|
onConfirm: (...args: any[]) => Promise<void>;
|
2216
2546
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
2217
2547
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
2218
|
-
NDatePicker: any;
|
2219
|
-
},
|
2548
|
+
readonly NDatePicker: any;
|
2549
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2220
2550
|
updateUnchangedValue: {
|
2221
2551
|
type: BooleanConstructor;
|
2222
2552
|
};
|
@@ -2247,15 +2577,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2247
2577
|
isDateDisabled: {
|
2248
2578
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2249
2579
|
};
|
2250
|
-
}>> & {
|
2580
|
+
}>> & Readonly<{
|
2251
2581
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2252
|
-
}
|
2582
|
+
}>, {
|
2253
2583
|
type: string;
|
2254
2584
|
updateUnchangedValue: boolean;
|
2255
2585
|
to: string | false | HTMLElement;
|
2256
2586
|
holidays: Date[];
|
2257
|
-
}>>;
|
2258
|
-
},
|
2587
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2588
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2259
2589
|
componentCfg: {
|
2260
2590
|
type: ObjectConstructor;
|
2261
2591
|
};
|
@@ -2267,13 +2597,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2267
2597
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2268
2598
|
default: null;
|
2269
2599
|
};
|
2270
|
-
}>> & {
|
2600
|
+
}>> & Readonly<{
|
2271
2601
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2272
|
-
}
|
2602
|
+
}>, {
|
2273
2603
|
modelValue: string | number | unknown[];
|
2274
2604
|
paramCfg: Record<string, any>;
|
2275
|
-
}>;
|
2276
|
-
InputFilter: import("vue").DefineComponent<{
|
2605
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2606
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2277
2607
|
paramCfg: {
|
2278
2608
|
type: ObjectConstructor;
|
2279
2609
|
default: null;
|
@@ -2282,8 +2612,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2282
2612
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2283
2613
|
default: null;
|
2284
2614
|
};
|
2285
|
-
}
|
2286
|
-
props:
|
2615
|
+
}>, {
|
2616
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2287
2617
|
paramCfg: {
|
2288
2618
|
type: ObjectConstructor;
|
2289
2619
|
default: null;
|
@@ -2292,13 +2622,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2292
2622
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2293
2623
|
default: null;
|
2294
2624
|
};
|
2295
|
-
}>> & {
|
2625
|
+
}>> & Readonly<{
|
2296
2626
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2297
|
-
}
|
2627
|
+
}> & {}>;
|
2298
2628
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2299
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2300
|
-
NInput: any;
|
2301
|
-
},
|
2629
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2630
|
+
readonly NInput: any;
|
2631
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2302
2632
|
paramCfg: {
|
2303
2633
|
type: ObjectConstructor;
|
2304
2634
|
default: null;
|
@@ -2307,40 +2637,40 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2307
2637
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2308
2638
|
default: null;
|
2309
2639
|
};
|
2310
|
-
}>> & {
|
2640
|
+
}>> & Readonly<{
|
2311
2641
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2312
|
-
}
|
2642
|
+
}>, {
|
2313
2643
|
modelValue: string | number | unknown[];
|
2314
2644
|
paramCfg: Record<string, any>;
|
2315
|
-
}>;
|
2316
|
-
InputNumber: import("vue").DefineComponent<{
|
2645
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2646
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2317
2647
|
modelValue: {
|
2318
2648
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2319
2649
|
default: null;
|
2320
2650
|
};
|
2321
|
-
}
|
2322
|
-
props:
|
2651
|
+
}>, {
|
2652
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2323
2653
|
modelValue: {
|
2324
2654
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2325
2655
|
default: null;
|
2326
2656
|
};
|
2327
|
-
}>> & {
|
2657
|
+
}>> & Readonly<{
|
2328
2658
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2329
|
-
}
|
2659
|
+
}> & {}>;
|
2330
2660
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2331
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2332
|
-
NInputNumber: any;
|
2333
|
-
},
|
2661
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2662
|
+
readonly NInputNumber: any;
|
2663
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2334
2664
|
modelValue: {
|
2335
2665
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2336
2666
|
default: null;
|
2337
2667
|
};
|
2338
|
-
}>> & {
|
2668
|
+
}>> & Readonly<{
|
2339
2669
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2340
|
-
}
|
2670
|
+
}>, {
|
2341
2671
|
modelValue: string | number | unknown[];
|
2342
|
-
}>;
|
2343
|
-
SelectFilter: import("vue").DefineComponent<{
|
2672
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2673
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2344
2674
|
paramCfg: {
|
2345
2675
|
type: ObjectConstructor;
|
2346
2676
|
default: null;
|
@@ -2349,8 +2679,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2349
2679
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2350
2680
|
default: null;
|
2351
2681
|
};
|
2352
|
-
}
|
2353
|
-
props:
|
2682
|
+
}>, {
|
2683
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2354
2684
|
paramCfg: {
|
2355
2685
|
type: ObjectConstructor;
|
2356
2686
|
default: null;
|
@@ -2359,15 +2689,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2359
2689
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2360
2690
|
default: null;
|
2361
2691
|
};
|
2362
|
-
}>> & {
|
2692
|
+
}>> & Readonly<{
|
2363
2693
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2364
|
-
}
|
2694
|
+
}> & {}>;
|
2365
2695
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2366
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2696
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2367
2697
|
optionSetting: import("vue").ComputedRef<any>;
|
2368
2698
|
widgetOptions: import("vue").ComputedRef<any>;
|
2369
|
-
NSelect: any;
|
2370
|
-
WidgetOptionEnums: {
|
2699
|
+
readonly NSelect: any;
|
2700
|
+
readonly WidgetOptionEnums: {
|
2371
2701
|
RADIO: string;
|
2372
2702
|
MULTIPLE: string;
|
2373
2703
|
ALL: string;
|
@@ -2376,7 +2706,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2376
2706
|
FUTURE_TIME: string;
|
2377
2707
|
CUSTOM_TIME: string;
|
2378
2708
|
};
|
2379
|
-
},
|
2709
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2380
2710
|
paramCfg: {
|
2381
2711
|
type: ObjectConstructor;
|
2382
2712
|
default: null;
|
@@ -2385,13 +2715,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2385
2715
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2386
2716
|
default: null;
|
2387
2717
|
};
|
2388
|
-
}>> & {
|
2718
|
+
}>> & Readonly<{
|
2389
2719
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2390
|
-
}
|
2720
|
+
}>, {
|
2391
2721
|
modelValue: string | number | unknown[];
|
2392
2722
|
paramCfg: Record<string, any>;
|
2393
|
-
}>;
|
2394
|
-
WidgetTypeEnums: {
|
2723
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2724
|
+
readonly WidgetTypeEnums: {
|
2395
2725
|
INPUT_NUMBER: string;
|
2396
2726
|
INPUT: string;
|
2397
2727
|
SELECT: string;
|
@@ -2411,7 +2741,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2411
2741
|
SELECTTREE: string;
|
2412
2742
|
SELECTTREEDYNAMIC: string;
|
2413
2743
|
};
|
2414
|
-
},
|
2744
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2415
2745
|
paramCfg: {
|
2416
2746
|
type: ObjectConstructor;
|
2417
2747
|
default: null;
|
@@ -2424,15 +2754,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2424
2754
|
type: ArrayConstructor;
|
2425
2755
|
default: () => never[];
|
2426
2756
|
};
|
2427
|
-
}>> & {
|
2757
|
+
}>> & Readonly<{
|
2428
2758
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2429
2759
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2430
|
-
}
|
2760
|
+
}>, {
|
2431
2761
|
modelValue: string | number | unknown[];
|
2432
2762
|
paramCfg: Record<string, any>;
|
2433
2763
|
modelValues: unknown[];
|
2434
|
-
}>;
|
2435
|
-
},
|
2764
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2765
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2436
2766
|
actionList_prop: {
|
2437
2767
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
2438
2768
|
default: () => {};
|
@@ -2457,18 +2787,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2457
2787
|
type: BooleanConstructor;
|
2458
2788
|
default: boolean;
|
2459
2789
|
};
|
2460
|
-
}>> & {
|
2790
|
+
}>> & Readonly<{
|
2461
2791
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2462
2792
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2463
|
-
}
|
2793
|
+
}>, {
|
2464
2794
|
searchFieldList: unknown[];
|
2465
2795
|
tableId: string;
|
2466
2796
|
conditionList: unknown[];
|
2467
2797
|
actionList_prop: import("..").IClassifyListType;
|
2468
2798
|
showItemName: boolean;
|
2469
2799
|
hideAddBtn: boolean;
|
2470
|
-
}>;
|
2471
|
-
},
|
2800
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2801
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2472
2802
|
visible: {
|
2473
2803
|
type: BooleanConstructor;
|
2474
2804
|
default: boolean;
|
@@ -2485,15 +2815,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2485
2815
|
type: ArrayConstructor;
|
2486
2816
|
default: () => never[];
|
2487
2817
|
};
|
2488
|
-
}>> & {
|
2818
|
+
}>> & Readonly<{
|
2489
2819
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2490
|
-
}
|
2820
|
+
}>, {
|
2491
2821
|
visible: boolean;
|
2492
|
-
modalTitle: string;
|
2493
2822
|
searchFieldList: unknown[];
|
2494
2823
|
conditionList: unknown[];
|
2495
|
-
|
2496
|
-
|
2824
|
+
modalTitle: string;
|
2825
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2826
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2497
2827
|
searchFieldList: {
|
2498
2828
|
type: ArrayConstructor;
|
2499
2829
|
default: () => never[];
|
@@ -2507,20 +2837,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2507
2837
|
type: BooleanConstructor;
|
2508
2838
|
default: boolean;
|
2509
2839
|
};
|
2510
|
-
}>> & {
|
2840
|
+
}>> & Readonly<{
|
2511
2841
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2512
2842
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2513
2843
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2514
|
-
}
|
2844
|
+
}>, {
|
2515
2845
|
searchFieldList: unknown[];
|
2516
2846
|
conditionList: unknown[];
|
2517
2847
|
classifyModal: boolean;
|
2518
|
-
}>;
|
2519
|
-
vFlexibleResize: {
|
2848
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2849
|
+
readonly vFlexibleResize: {
|
2520
2850
|
mounted(el: any, { value }: any): void;
|
2521
2851
|
beforeUnmount(el: any): void;
|
2522
2852
|
};
|
2523
|
-
},
|
2853
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2524
2854
|
tableId: {
|
2525
2855
|
type: StringConstructor;
|
2526
2856
|
default: string;
|
@@ -2576,11 +2906,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2576
2906
|
type: StringConstructor;
|
2577
2907
|
default: string;
|
2578
2908
|
};
|
2579
|
-
}>> & {
|
2909
|
+
}>> & Readonly<{
|
2580
2910
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
2581
2911
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
2582
2912
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
2583
|
-
}
|
2913
|
+
}>, {
|
2584
2914
|
searchFieldList: any[];
|
2585
2915
|
filterApiConfig: Record<string, any>;
|
2586
2916
|
tableId: string;
|
@@ -2594,5 +2924,5 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2594
2924
|
isShowResetButton: boolean;
|
2595
2925
|
condiTionDigital: Record<string, any>;
|
2596
2926
|
filterType: string;
|
2597
|
-
}>>;
|
2927
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2598
2928
|
export default CClassification;
|