cnhis-design-vue 3.1.11 → 3.1.12-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/.husky/commit-msg +4 -0
- package/.husky/pre-commit +4 -0
- package/.versionrc.json +1 -9
- package/commitlint.config.js +12 -0
- package/es/packages/big-table/index.d.ts +64 -59
- package/es/packages/big-table/index.js +1 -17
- package/es/packages/big-table/index2.js +17 -0
- package/es/packages/big-table/src/BigTable.js +1 -3
- package/es/packages/big-table/src/BigTable.vue.d.ts +74 -81
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +45 -25
- package/es/packages/big-table/src/BigTable2.js +4 -0
- package/es/packages/big-table/src/bigTableEmits.js +1 -51
- package/es/packages/big-table/src/bigTableEmits2.js +51 -0
- package/es/packages/big-table/src/bigTableProps.js +1 -117
- package/es/packages/big-table/src/bigTableProps2.js +117 -0
- package/es/packages/big-table/src/bigTableState.d.ts +2 -6
- package/es/packages/big-table/src/bigTableState.js +1 -52
- package/es/packages/big-table/src/bigTableState2.js +60 -0
- package/es/packages/big-table/src/components/NoData.js +1 -3
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/big-table/src/components/NoData2.js +4 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.js +1 -114
- package/es/packages/big-table/src/components/edit-form/edit-date2.js +114 -0
- package/es/packages/big-table/src/components/edit-form/edit-input.js +1 -54
- package/es/packages/big-table/src/components/edit-form/edit-input2.js +54 -0
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +1 -148
- package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +148 -0
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -91
- package/es/packages/big-table/src/components/edit-form/edit-select2.js +91 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.js +2 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +1237 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.vue_vue_type_script_setup_true_lang.js +68 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate2.js +4 -0
- package/es/packages/big-table/src/components/input-button.js +1 -3
- package/es/packages/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/big-table/src/components/input-button2.js +4 -0
- package/es/packages/big-table/src/components/separate.js +2 -0
- package/es/packages/big-table/src/components/separate.vue.d.ts +43 -0
- package/es/packages/big-table/src/components/separate.vue_vue_type_script_setup_true_lang.js +23 -0
- package/es/packages/big-table/src/components/separate2.js +4 -0
- package/es/packages/big-table/src/constants/index.d.ts +3 -0
- package/es/packages/big-table/src/constants/index.js +1 -0
- package/es/packages/big-table/src/constants/index2.js +3 -0
- package/es/packages/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/packages/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/packages/big-table/src/hooks/useEdit.d.ts +1233 -0
- package/es/packages/big-table/src/hooks/useEdit.js +1 -115
- package/es/packages/big-table/src/hooks/useEdit2.js +133 -0
- package/es/packages/big-table/src/hooks/useEvent.js +1 -70
- package/es/packages/big-table/src/hooks/useEvent2.js +70 -0
- package/es/packages/big-table/src/hooks/useFormat.js +1 -484
- package/es/packages/big-table/src/hooks/useFormat2.js +484 -0
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -85
- package/es/packages/big-table/src/hooks/useNestTable2.js +85 -0
- package/es/packages/big-table/src/hooks/useSeparateRow.d.ts +30 -0
- package/es/packages/big-table/src/hooks/useSeparateRow.js +1 -0
- package/es/packages/big-table/src/hooks/useSeparateRow2.js +157 -0
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -135
- package/es/packages/big-table/src/hooks/useTableParse2.js +135 -0
- package/es/packages/big-table/src/utils.d.ts +1 -0
- package/es/packages/big-table/src/utils.js +1 -607
- package/es/packages/big-table/src/utils2.js +605 -0
- package/es/packages/big-table/style/index.css +1 -1
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +1 -11
- package/es/packages/bpmn-workflow/index2.js +11 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +1 -3
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.js +4 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +52 -52
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1 -1427
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.js +1420 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +1 -373
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.js +373 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +1 -141
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.js +131 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +1 -99
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.js +99 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +1 -119
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.js +111 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +1 -40
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.js +40 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +1 -25
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.js +18 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +1 -12
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.js +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +1 -47
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.js +47 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +1 -14
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.js +14 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +1 -10
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.js +10 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +1 -15
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.js +15 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +176 -176
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +1 -227
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.js +227 -0
- package/es/packages/bpmn-workflow/style/index.css +1 -1
- package/es/packages/button-print/index.d.ts +110 -188
- package/es/packages/button-print/index.js +1 -11
- package/es/packages/button-print/index2.js +11 -0
- package/es/packages/button-print/src/ButtonPrint.js +1 -3
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +110 -188
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +8 -9
- package/es/packages/button-print/src/ButtonPrint2.js +4 -0
- package/es/packages/button-print/src/components/IdentityVerification.js +1 -3
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +56 -115
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/button-print/src/components/IdentityVerification2.js +4 -0
- package/es/packages/button-print/src/utils/print.es.min.js +1 -2080
- package/es/packages/button-print/src/utils/print.es.min2.js +2532 -0
- package/es/packages/chunk-upload/index.d.ts +22 -28
- package/es/packages/chunk-upload/index.js +1 -15
- package/es/packages/chunk-upload/index2.js +16 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.js +1 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +34 -47
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/chunk-upload/src/chunk-upload-new2.js +4 -0
- package/es/packages/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/packages/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/packages/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/packages/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/packages/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/packages/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/packages/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/packages/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +1 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/index2.js +3 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +1 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +24 -37
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +15 -25
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.js +4 -0
- package/es/packages/chunk-upload/src/vod-upload-modal.js +1 -95
- package/es/packages/chunk-upload/src/vod-upload-modal2.js +95 -0
- package/es/packages/drag-layout/index.d.ts +298 -478
- package/es/packages/drag-layout/index.js +1 -13
- package/es/packages/drag-layout/index2.js +13 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.js +1 -3
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/drag-layout/src/DragFormLeftItem2.js +4 -0
- package/es/packages/drag-layout/src/DragFormRightItem.js +1 -3
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +6 -7
- package/es/packages/drag-layout/src/DragFormRightItem2.js +4 -0
- package/es/packages/drag-layout/src/DragLayout.js +1 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +300 -480
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +47 -48
- package/es/packages/drag-layout/src/DragLayout2.js +4 -0
- package/es/packages/drag-layout/style/index.css +4 -4
- package/es/packages/editor/index.js +1 -10
- package/es/packages/editor/index2.js +10 -0
- package/es/packages/editor/src/Editor.js +1 -77
- package/es/packages/editor/src/Editor2.js +77 -0
- package/es/packages/fabric-chart/index.js +1 -11
- package/es/packages/fabric-chart/index2.js +11 -0
- package/es/packages/fabric-chart/src/FabricChart.js +1 -3
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/fabric-chart/src/FabricChart2.js +4 -0
- package/es/packages/field-set/index.d.ts +56 -82
- package/es/packages/field-set/index.js +1 -11
- package/es/packages/field-set/index2.js +11 -0
- package/es/packages/field-set/src/FieldSet.js +1 -3
- package/es/packages/field-set/src/FieldSet.vue.d.ts +56 -82
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/field-set/src/FieldSet2.js +4 -0
- package/es/packages/field-set/src/NewFieldSet.js +1 -3
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +28 -41
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +4 -5
- package/es/packages/field-set/src/NewFieldSet2.js +4 -0
- package/es/packages/field-set/src/OldFieldSet.js +1 -3
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +28 -41
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +4 -5
- package/es/packages/field-set/src/OldFieldSet2.js +4 -0
- package/es/packages/form-render/index.d.ts +38 -66
- package/es/packages/form-render/index.js +15 -25
- package/es/packages/form-render/index2.js +21 -0
- package/es/packages/form-render/src/FormRender.js +1 -3
- package/es/packages/form-render/src/FormRender.vue.d.ts +38 -66
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +26 -33
- package/es/packages/form-render/src/FormRender2.js +4 -0
- package/es/packages/form-render/src/components/renderer/cascader.js +1 -159
- package/es/packages/form-render/src/components/renderer/cascader2.js +167 -0
- package/es/packages/form-render/src/components/renderer/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/checkbox.js +1 -42
- package/es/packages/form-render/src/components/renderer/checkbox2.js +42 -0
- package/es/packages/form-render/src/components/renderer/combination.d.ts +8 -118
- package/es/packages/form-render/src/components/renderer/combination.js +1 -118
- package/es/packages/form-render/src/components/renderer/combination2.js +112 -0
- package/es/packages/form-render/src/components/renderer/complex.js +1 -39
- package/es/packages/form-render/src/components/renderer/complex2.js +39 -0
- package/es/packages/form-render/src/components/renderer/date.js +1 -51
- package/es/packages/form-render/src/components/renderer/date2.js +51 -0
- package/es/packages/form-render/src/components/renderer/formItem.d.ts +8 -10
- package/es/packages/form-render/src/components/renderer/formItem.js +1 -22
- package/es/packages/form-render/src/components/renderer/formItem2.js +22 -0
- package/es/packages/form-render/src/components/renderer/index.js +16 -16
- package/es/packages/form-render/src/components/renderer/input.js +1 -40
- package/es/packages/form-render/src/components/renderer/input2.js +40 -0
- package/es/packages/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/packages/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/packages/form-render/src/components/renderer/inputNumber.js +1 -18
- package/es/packages/form-render/src/components/renderer/inputNumber2.js +18 -0
- package/es/packages/form-render/src/components/renderer/labelSelect.js +1 -18
- package/es/packages/form-render/src/components/renderer/labelSelect2.js +18 -0
- package/es/packages/form-render/src/components/renderer/linebar.js +1 -75
- package/es/packages/form-render/src/components/renderer/linebar2.js +75 -0
- package/es/packages/form-render/src/components/renderer/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/radio.js +1 -44
- package/es/packages/form-render/src/components/renderer/radio2.js +44 -0
- package/es/packages/form-render/src/components/renderer/select.js +1 -136
- package/es/packages/form-render/src/components/renderer/select2.js +141 -0
- package/es/packages/form-render/src/components/renderer/slider.d.ts +12 -12
- package/es/packages/form-render/src/components/renderer/slider.js +1 -16
- package/es/packages/form-render/src/components/renderer/slider2.js +16 -0
- package/es/packages/form-render/src/components/renderer/switch.js +1 -47
- package/es/packages/form-render/src/components/renderer/switch2.js +47 -0
- package/es/packages/form-render/src/components/renderer/textarea.d.ts +6 -9
- package/es/packages/form-render/src/components/renderer/textarea.js +1 -11
- package/es/packages/form-render/src/components/renderer/textarea2.js +11 -0
- package/es/packages/form-render/src/constants/index.d.ts +1 -0
- package/es/packages/form-render/src/constants/index.js +1 -29
- package/es/packages/form-render/src/constants/index2.js +30 -0
- package/es/packages/form-render/src/hooks/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/index.js +14 -14
- package/es/packages/form-render/src/hooks/useAnchor.d.ts +1 -2
- package/es/packages/form-render/src/hooks/useAnchor.js +1 -81
- package/es/packages/form-render/src/hooks/useAnchor2.js +85 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -137
- package/es/packages/form-render/src/hooks/useAsyncQueue2.js +137 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.js +1 -60
- package/es/packages/form-render/src/hooks/useBusinessBinding2.js +62 -0
- package/es/packages/form-render/src/hooks/useChangeContext.js +1 -21
- package/es/packages/form-render/src/hooks/useChangeContext2.js +23 -0
- package/es/packages/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/packages/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/packages/form-render/src/hooks/{useFieldList2Schema.d.ts → useFieldListAdaptor.d.ts} +2 -2
- package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +1 -0
- package/es/packages/form-render/src/hooks/{useFieldList2Schema.js → useFieldListAdaptor2.js} +13 -9
- package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/packages/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/packages/form-render/src/hooks/useFormContext.d.ts +1 -0
- package/es/packages/form-render/src/hooks/useFormContext.js +1 -26
- package/es/packages/form-render/src/hooks/useFormContext2.js +35 -0
- package/es/packages/form-render/src/hooks/useFormField.js +1 -13
- package/es/packages/form-render/src/hooks/useFormField2.js +13 -0
- package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +2 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -29
- package/es/packages/form-render/src/hooks/useFormItemDeps2.js +29 -0
- package/es/packages/form-render/src/hooks/useFormRequest.d.ts +2 -1
- package/es/packages/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/packages/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/packages/form-render/src/hooks/useFormValidator.js +1 -48
- package/es/packages/form-render/src/hooks/useFormValidator2.js +48 -0
- package/es/packages/form-render/src/hooks/useInitialData.js +1 -11
- package/es/packages/form-render/src/hooks/useInitialData2.js +11 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.js +1 -42
- package/es/packages/form-render/src/hooks/useTypeNormalize2.js +42 -0
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +1 -0
- package/es/packages/form-render/src/utils/index.js +1 -80
- package/es/packages/form-render/src/utils/index2.js +86 -0
- package/es/packages/form-table/index.js +1 -11
- package/es/packages/form-table/index2.js +11 -0
- package/es/packages/form-table/src/FormTable.js +1 -3
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/FormTable2.js +4 -0
- package/es/packages/form-table/src/components/index.js +1 -54
- package/es/packages/form-table/src/components/index2.js +54 -0
- package/es/packages/form-table/src/components/table-age.js +1 -3
- package/es/packages/form-table/src/components/table-age.vue.d.ts +63 -103
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-age2.js +4 -0
- package/es/packages/form-table/src/components/table-date-picker.js +1 -3
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +28 -61
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +5 -3
- package/es/packages/form-table/src/components/table-date-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-digital.js +1 -3
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +6 -28
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-digital2.js +4 -0
- package/es/packages/form-table/src/components/table-input-password.js +1 -3
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-input-password2.js +4 -0
- package/es/packages/form-table/src/components/table-input.js +1 -3
- package/es/packages/form-table/src/components/table-input.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-input2.js +4 -0
- package/es/packages/form-table/src/components/table-month-picker.js +1 -3
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +28 -61
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-month-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-search-more.js +1 -3
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +24 -30
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-search-more2.js +4 -0
- package/es/packages/form-table/src/components/table-search.js +1 -3
- package/es/packages/form-table/src/components/table-search.vue.d.ts +81 -105
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/form-table/src/components/table-search2.js +4 -0
- package/es/packages/form-table/src/components/table-select-multiple.js +1 -3
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +59 -77
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-select-multiple2.js +4 -0
- package/es/packages/form-table/src/components/table-select.js +1 -3
- package/es/packages/form-table/src/components/table-select.vue.d.ts +59 -77
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-select2.js +4 -0
- package/es/packages/form-table/src/components/table-textarea.js +1 -3
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-textarea2.js +4 -0
- package/es/packages/form-table/src/components/table-time-picker.js +1 -3
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -25
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-time-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-tree-select.js +1 -3
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +9 -8
- package/es/packages/form-table/src/components/table-tree-select2.js +4 -0
- package/es/packages/form-table/src/components/text-over-tooltip.js +1 -3
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/text-over-tooltip2.js +4 -0
- package/es/packages/form-table/src/configs/index.js +1 -74
- package/es/packages/form-table/src/configs/index2.js +67 -0
- package/es/packages/form-table/src/hooks/index.js +5 -5
- package/es/packages/form-table/src/hooks/useBoundDate.js +1 -411
- package/es/packages/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/packages/form-table/src/hooks/useDateType.js +1 -160
- package/es/packages/form-table/src/hooks/useDateType2.js +160 -0
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -95
- package/es/packages/form-table/src/hooks/useFormCommon2.js +100 -0
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -71
- package/es/packages/form-table/src/hooks/useFormEvent2.js +67 -0
- package/es/packages/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/packages/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/packages/form-table/src/hooks/useSearch.js +1 -1216
- package/es/packages/form-table/src/hooks/useSearch2.js +1153 -0
- package/es/packages/form-table/src/hooks/useValidate.js +1 -480
- package/es/packages/form-table/src/hooks/useValidate2.js +480 -0
- package/es/packages/grid/index.js +1 -14
- package/es/packages/grid/index2.js +14 -0
- package/es/packages/grid/src/Grid.js +1 -28
- package/es/packages/grid/src/Grid2.js +28 -0
- package/es/packages/grid/src/hooks.js +1 -165
- package/es/packages/grid/src/hooks2.js +165 -0
- package/es/packages/index.css +16 -16
- package/es/packages/index.js +32 -81
- package/es/packages/index2.js +67 -0
- package/es/packages/info-header/index.d.ts +54 -217
- package/es/packages/info-header/index.js +1 -11
- package/es/packages/info-header/index2.js +11 -0
- package/es/packages/info-header/src/HiddenContent.js +1 -3
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +3 -4
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/info-header/src/HiddenContent2.js +4 -0
- package/es/packages/info-header/src/InfoHeader.js +1 -3
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +54 -217
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +6 -4
- package/es/packages/info-header/src/InfoHeader2.js +4 -0
- package/es/packages/info-header/src/SlotRender.js +1 -35
- package/es/packages/info-header/src/SlotRender2.js +35 -0
- package/es/packages/info-header/style/index.css +8 -8
- package/es/packages/map/index.d.ts +28 -37
- package/es/packages/map/index.js +1 -11
- package/es/packages/map/index2.js +11 -0
- package/es/packages/map/src/Map.js +1 -3
- package/es/packages/map/src/Map.vue.d.ts +28 -37
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/map/src/Map2.js +4 -0
- package/es/packages/scale-view/index.d.ts +61 -75
- package/es/packages/scale-view/index.js +1 -37
- package/es/packages/scale-view/index2.js +37 -0
- package/es/packages/scale-view/src/ScaleView.js +1 -3
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +61 -75
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +34 -33
- package/es/packages/scale-view/src/ScaleView2.js +4 -0
- package/es/packages/scale-view/src/components/AnswerParse.js +1 -3
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/scale-view/src/components/AnswerParse2.js +4 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.js +1 -3
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +3 -11
- package/es/packages/scale-view/src/components/EvaluateCountdown2.js +4 -0
- package/es/packages/scale-view/src/components/EvaluatePage.js +1 -3
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/scale-view/src/components/EvaluatePage2.js +4 -0
- package/es/packages/scale-view/src/components/LoadingCom.js +1 -7
- package/es/packages/scale-view/src/components/LoadingCom2.js +7 -0
- package/es/packages/scale-view/src/components/NoData.js +1 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/scale-view/src/components/NoData2.js +4 -0
- package/es/packages/scale-view/src/components/ScaleScore.js +1 -63
- package/es/packages/scale-view/src/components/ScaleScore2.js +63 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/packages/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/packages/scale-view/src/components/formitem/address.d.ts +3988 -3988
- package/es/packages/scale-view/src/components/formitem/address.js +1 -3993
- package/es/packages/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -225
- package/es/packages/scale-view/src/components/formitem/r-address2.js +225 -0
- package/es/packages/scale-view/src/components/formitem/r-cascader.js +1 -133
- package/es/packages/scale-view/src/components/formitem/r-cascader2.js +133 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -280
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +280 -0
- package/es/packages/scale-view/src/components/formitem/r-collection.js +1 -113
- package/es/packages/scale-view/src/components/formitem/r-collection2.js +113 -0
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -212
- package/es/packages/scale-view/src/components/formitem/r-datetime2.js +212 -0
- package/es/packages/scale-view/src/components/formitem/r-input.js +1 -88
- package/es/packages/scale-view/src/components/formitem/r-input2.js +88 -0
- package/es/packages/scale-view/src/components/formitem/r-map.js +1 -105
- package/es/packages/scale-view/src/components/formitem/r-map2.js +105 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.js +1 -240
- package/es/packages/scale-view/src/components/formitem/r-radio2.js +240 -0
- package/es/packages/scale-view/src/components/formitem/r-select.js +1 -148
- package/es/packages/scale-view/src/components/formitem/r-select2.js +148 -0
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -221
- package/es/packages/scale-view/src/components/formitem/r-upload2.js +221 -0
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +1 -3
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -9
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.js +4 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -312
- package/es/packages/scale-view/src/hooks/scaleview-computed2.js +307 -0
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -442
- package/es/packages/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/packages/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/packages/scale-view/src/hooks/scaleview-state.js +1 -45
- package/es/packages/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -162
- package/es/packages/scale-view/src/hooks/scaleview-submit2.js +159 -0
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -185
- package/es/packages/scale-view/src/hooks/scaleview-validate2.js +190 -0
- package/es/packages/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/packages/scale-view/src/hooks/use-component.js +1 -82
- package/es/packages/scale-view/src/hooks/use-component2.js +82 -0
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/packages/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/packages/scale-view/src/hooks/use-event.js +1 -128
- package/es/packages/scale-view/src/hooks/use-event2.js +128 -0
- package/es/packages/scale-view/src/hooks/use-noData.js +1 -41
- package/es/packages/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/packages/scale-view/src/utils/judge-types.js +1 -40
- package/es/packages/scale-view/src/utils/judge-types2.js +35 -0
- package/es/packages/select-label/index.d.ts +253 -905
- package/es/packages/select-label/index.js +1 -17
- package/es/packages/select-label/index2.js +17 -0
- package/es/packages/select-label/src/LabelFormContent.js +1 -3
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +98 -310
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +6 -7
- package/es/packages/select-label/src/LabelFormContent2.js +4 -0
- package/es/packages/select-label/src/SelectLabel.js +1 -3
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +16 -17
- package/es/packages/select-label/src/SelectLabel2.js +4 -0
- package/es/packages/select-label/src/components/label-classify.js +1 -3
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/select-label/src/components/label-classify2.js +4 -0
- package/es/packages/select-person/index.d.ts +31 -41
- package/es/packages/select-person/index.js +1 -11
- package/es/packages/select-person/index2.js +11 -0
- package/es/packages/select-person/src/SearchTree.js +1 -3
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/select-person/src/SearchTree2.js +4 -0
- package/es/packages/select-person/src/SelectPerson.js +1 -3
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +35 -47
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +24 -25
- package/es/packages/select-person/src/SelectPerson2.js +4 -0
- package/es/packages/select-person/src/utils/index.js +1 -84
- package/es/packages/select-person/src/utils/index2.js +84 -0
- package/es/packages/time-line/index.d.ts +30 -55
- package/es/packages/time-line/index.js +1 -11
- package/es/packages/time-line/index2.js +11 -0
- package/es/packages/time-line/src/TimeLine.js +1 -3
- package/es/packages/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/time-line/src/TimeLine2.js +4 -0
- package/es/packages/time-line/style/index.css +2 -2
- package/es/src/components/SelectPage/SelectPage.js +1 -3
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/SelectPage/SelectPage2.js +4 -0
- package/es/src/components/SelectPage/index.js +1 -2
- package/es/src/components/SelectPage/index2.js +3 -0
- package/es/src/components/SvgIcon/SvgIcon.js +1 -3
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/SvgIcon/SvgIcon2.js +4 -0
- package/es/src/components/SvgIcon/index.js +1 -2
- package/es/src/components/SvgIcon/index2.js +3 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.js +1 -3
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip2.js +4 -0
- package/es/src/components/TextOverTooltip/index.js +1 -2
- package/es/src/components/TextOverTooltip/index2.js +3 -0
- package/es/src/components/player-vod/index.js +1 -3
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/player-vod/index2.js +4 -0
- package/es/src/components/player-vod/player.js +1 -121
- package/es/src/components/player-vod/player2.js +121 -0
- package/es/src/components/player-vod/video-list.js +1 -125
- package/es/src/components/player-vod/video-list2.js +125 -0
- package/es/src/components/player-vod/video-modal.js +1 -91
- package/es/src/components/player-vod/video-modal2.js +91 -0
- package/es/src/core/create.js +1 -8
- package/es/src/core/create2.js +8 -0
- package/es/src/global/variable.js +1 -4
- package/es/src/global/variable2.js +4 -0
- package/es/src/utils/anime.js +1 -129
- package/es/src/utils/anime2.js +129 -0
- package/es/src/utils/clickoutside.js +1 -48
- package/es/src/utils/clickoutside2.js +48 -0
- package/es/src/utils/crypto.js +1 -25
- package/es/src/utils/crypto2.js +25 -0
- package/es/src/utils/index.js +1 -15
- package/es/src/utils/index2.js +15 -0
- package/es/src/utils/loadViewer.js +1 -11
- package/es/src/utils/loadViewer2.js +11 -0
- package/es/src/utils/loadVxe.js +1 -12
- package/es/src/utils/loadVxe2.js +12 -0
- package/es/src/utils/utilExpand.js +1 -714
- package/es/src/utils/utilExpand2.js +714 -0
- package/es/src/utils/vexutils.js +1 -78
- package/es/src/utils/vexutils2.js +80 -0
- package/package.json +153 -131
- package/es/packages/form-table/index.d.ts +0 -36024
- package/es/packages/form-table/src/FormTable.vue.d.ts +0 -36024
- package/es/packages/form-table/src/components/index.d.ts +0 -35783
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1897
|
@@ -82,8 +82,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
readonly default: 0;
|
|
83
83
|
};
|
|
84
84
|
}, {
|
|
85
|
-
isSsr: boolean;
|
|
86
|
-
contentEl: import("vue").Ref<HTMLElement | undefined>;
|
|
87
85
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
88
86
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
89
87
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
@@ -101,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
99
|
readonly default: 24;
|
|
102
100
|
};
|
|
103
101
|
readonly itemResponsive: BooleanConstructor;
|
|
104
|
-
readonly collapsed: BooleanConstructor;
|
|
102
|
+
readonly collapsed: BooleanConstructor;
|
|
105
103
|
readonly collapsedRows: {
|
|
106
104
|
readonly type: NumberConstructor;
|
|
107
105
|
readonly default: 1;
|
|
@@ -116,13 +114,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
114
|
readonly default: 0;
|
|
117
115
|
};
|
|
118
116
|
}>>, {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
117
|
+
cols: string | number;
|
|
118
|
+
responsive: "self" | "screen";
|
|
119
|
+
collapsed: boolean;
|
|
120
|
+
itemResponsive: boolean;
|
|
121
|
+
collapsedRows: number;
|
|
122
|
+
xGap: string | number;
|
|
123
|
+
yGap: string | number;
|
|
126
124
|
}>;
|
|
127
125
|
NFormItemGi: import("vue").DefineComponent<{
|
|
128
126
|
readonly label: StringConstructor;
|
|
@@ -410,16 +408,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
408
|
readonly default: true;
|
|
411
409
|
};
|
|
412
410
|
}>>, {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
411
|
+
required: boolean;
|
|
412
|
+
first: boolean;
|
|
413
|
+
offset: string | number;
|
|
414
|
+
span: string | number;
|
|
415
|
+
suffix: boolean;
|
|
416
|
+
showRequireMark: boolean | undefined;
|
|
417
|
+
showFeedback: boolean | undefined;
|
|
418
|
+
showLabel: boolean | undefined;
|
|
419
|
+
ignorePathChange: boolean;
|
|
420
|
+
privateShow: boolean;
|
|
423
421
|
}>;
|
|
424
422
|
NButton: import("vue").DefineComponent<{
|
|
425
423
|
readonly color: StringConstructor;
|
|
@@ -466,10 +464,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
466
464
|
readonly default: true;
|
|
467
465
|
};
|
|
468
466
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
469
|
-
readonly nativeFocusBehavior:
|
|
470
|
-
readonly type: BooleanConstructor;
|
|
471
|
-
readonly default: boolean;
|
|
472
|
-
};
|
|
467
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
473
468
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
474
469
|
heightTiny: string;
|
|
475
470
|
heightSmall: string;
|
|
@@ -1183,10 +1178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1183
1178
|
readonly default: true;
|
|
1184
1179
|
};
|
|
1185
1180
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1186
|
-
readonly nativeFocusBehavior:
|
|
1187
|
-
readonly type: BooleanConstructor;
|
|
1188
|
-
readonly default: boolean;
|
|
1189
|
-
};
|
|
1181
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
1190
1182
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1191
1183
|
heightTiny: string;
|
|
1192
1184
|
heightSmall: string;
|
|
@@ -1800,26 +1792,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1800
1792
|
rippleDuration: string;
|
|
1801
1793
|
}, any>>>;
|
|
1802
1794
|
}>>, {
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1795
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
1796
|
+
tag: keyof HTMLElementTagNameMap;
|
|
1797
|
+
block: boolean;
|
|
1798
|
+
round: boolean;
|
|
1799
|
+
dashed: boolean;
|
|
1800
|
+
text: boolean;
|
|
1801
|
+
circle: boolean;
|
|
1802
|
+
disabled: boolean;
|
|
1803
|
+
focusable: boolean;
|
|
1804
|
+
strong: boolean;
|
|
1805
|
+
loading: boolean;
|
|
1806
|
+
bordered: boolean;
|
|
1807
|
+
tertiary: boolean;
|
|
1808
|
+
ghost: boolean;
|
|
1809
|
+
keyboard: boolean;
|
|
1810
|
+
secondary: boolean;
|
|
1811
|
+
quaternary: boolean;
|
|
1812
|
+
iconPlacement: "left" | "right";
|
|
1813
|
+
attrType: "button" | "reset" | "submit";
|
|
1814
|
+
nativeFocusBehavior: boolean;
|
|
1823
1815
|
}>;
|
|
1824
1816
|
NModal: import("vue").DefineComponent<{
|
|
1825
1817
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1931,12 +1923,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1931
1923
|
titleTextColor: string;
|
|
1932
1924
|
textColor: string;
|
|
1933
1925
|
color: string;
|
|
1926
|
+
closeColor: string;
|
|
1934
1927
|
closeColorHover: string;
|
|
1935
1928
|
closeColorPressed: string;
|
|
1936
|
-
closeIconColor: string;
|
|
1937
|
-
closeIconColorHover: string;
|
|
1938
|
-
closeIconColorPressed: string;
|
|
1939
|
-
closeBorderRadius: string;
|
|
1940
1929
|
iconColor: string;
|
|
1941
1930
|
iconColorInfo: string;
|
|
1942
1931
|
iconColorSuccess: string;
|
|
@@ -1952,7 +1941,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1952
1941
|
iconMargin: string;
|
|
1953
1942
|
iconMarginIconTop: string;
|
|
1954
1943
|
closeSize: string;
|
|
1955
|
-
closeIconSize: string;
|
|
1956
1944
|
closeMargin: string;
|
|
1957
1945
|
closeMarginIconTop: string;
|
|
1958
1946
|
}, {
|
|
@@ -2173,12 +2161,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2173
2161
|
borderColor: string;
|
|
2174
2162
|
actionColor: string;
|
|
2175
2163
|
titleFontWeight: string;
|
|
2164
|
+
closeColor: string;
|
|
2176
2165
|
closeColorHover: string;
|
|
2177
2166
|
closeColorPressed: string;
|
|
2178
|
-
closeBorderRadius: string;
|
|
2179
|
-
closeIconColor: string;
|
|
2180
|
-
closeIconColorHover: string;
|
|
2181
|
-
closeIconColorPressed: string;
|
|
2182
2167
|
fontSizeSmall: string;
|
|
2183
2168
|
fontSizeMedium: string;
|
|
2184
2169
|
fontSizeLarge: string;
|
|
@@ -2193,7 +2178,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2193
2178
|
titleFontSizeMedium: string;
|
|
2194
2179
|
titleFontSizeLarge: string;
|
|
2195
2180
|
titleFontSizeHuge: string;
|
|
2196
|
-
closeIconSize: string;
|
|
2197
2181
|
closeSize: string;
|
|
2198
2182
|
}, any>;
|
|
2199
2183
|
}>>;
|
|
@@ -2213,12 +2197,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2213
2197
|
titleTextColor: string;
|
|
2214
2198
|
textColor: string;
|
|
2215
2199
|
color: string;
|
|
2200
|
+
closeColor: string;
|
|
2216
2201
|
closeColorHover: string;
|
|
2217
2202
|
closeColorPressed: string;
|
|
2218
|
-
closeIconColor: string;
|
|
2219
|
-
closeIconColorHover: string;
|
|
2220
|
-
closeIconColorPressed: string;
|
|
2221
|
-
closeBorderRadius: string;
|
|
2222
2203
|
iconColor: string;
|
|
2223
2204
|
iconColorInfo: string;
|
|
2224
2205
|
iconColorSuccess: string;
|
|
@@ -2234,7 +2215,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2234
2215
|
iconMargin: string;
|
|
2235
2216
|
iconMarginIconTop: string;
|
|
2236
2217
|
closeSize: string;
|
|
2237
|
-
closeIconSize: string;
|
|
2238
2218
|
closeMargin: string;
|
|
2239
2219
|
closeMarginIconTop: string;
|
|
2240
2220
|
}, {
|
|
@@ -2455,12 +2435,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2455
2435
|
borderColor: string;
|
|
2456
2436
|
actionColor: string;
|
|
2457
2437
|
titleFontWeight: string;
|
|
2438
|
+
closeColor: string;
|
|
2458
2439
|
closeColorHover: string;
|
|
2459
2440
|
closeColorPressed: string;
|
|
2460
|
-
closeBorderRadius: string;
|
|
2461
|
-
closeIconColor: string;
|
|
2462
|
-
closeIconColorHover: string;
|
|
2463
|
-
closeIconColorPressed: string;
|
|
2464
2441
|
fontSizeSmall: string;
|
|
2465
2442
|
fontSizeMedium: string;
|
|
2466
2443
|
fontSizeLarge: string;
|
|
@@ -2475,7 +2452,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2475
2452
|
titleFontSizeMedium: string;
|
|
2476
2453
|
titleFontSizeLarge: string;
|
|
2477
2454
|
titleFontSizeHuge: string;
|
|
2478
|
-
closeIconSize: string;
|
|
2479
2455
|
closeSize: string;
|
|
2480
2456
|
}, any>;
|
|
2481
2457
|
}>>>;
|
|
@@ -2495,12 +2471,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2495
2471
|
titleTextColor: string;
|
|
2496
2472
|
textColor: string;
|
|
2497
2473
|
color: string;
|
|
2474
|
+
closeColor: string;
|
|
2498
2475
|
closeColorHover: string;
|
|
2499
2476
|
closeColorPressed: string;
|
|
2500
|
-
closeIconColor: string;
|
|
2501
|
-
closeIconColorHover: string;
|
|
2502
|
-
closeIconColorPressed: string;
|
|
2503
|
-
closeBorderRadius: string;
|
|
2504
2477
|
iconColor: string;
|
|
2505
2478
|
iconColorInfo: string;
|
|
2506
2479
|
iconColorSuccess: string;
|
|
@@ -2516,7 +2489,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2516
2489
|
iconMargin: string;
|
|
2517
2490
|
iconMarginIconTop: string;
|
|
2518
2491
|
closeSize: string;
|
|
2519
|
-
closeIconSize: string;
|
|
2520
2492
|
closeMargin: string;
|
|
2521
2493
|
closeMarginIconTop: string;
|
|
2522
2494
|
}, {
|
|
@@ -2737,12 +2709,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2737
2709
|
borderColor: string;
|
|
2738
2710
|
actionColor: string;
|
|
2739
2711
|
titleFontWeight: string;
|
|
2712
|
+
closeColor: string;
|
|
2740
2713
|
closeColorHover: string;
|
|
2741
2714
|
closeColorPressed: string;
|
|
2742
|
-
closeBorderRadius: string;
|
|
2743
|
-
closeIconColor: string;
|
|
2744
|
-
closeIconColorHover: string;
|
|
2745
|
-
closeIconColorPressed: string;
|
|
2746
2715
|
fontSizeSmall: string;
|
|
2747
2716
|
fontSizeMedium: string;
|
|
2748
2717
|
fontSizeLarge: string;
|
|
@@ -2757,7 +2726,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2757
2726
|
titleFontSizeMedium: string;
|
|
2758
2727
|
titleFontSizeLarge: string;
|
|
2759
2728
|
titleFontSizeHuge: string;
|
|
2760
|
-
closeIconSize: string;
|
|
2761
2729
|
closeSize: string;
|
|
2762
2730
|
}, any>;
|
|
2763
2731
|
}>>>;
|
|
@@ -2893,12 +2861,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2893
2861
|
titleTextColor: string;
|
|
2894
2862
|
textColor: string;
|
|
2895
2863
|
color: string;
|
|
2864
|
+
closeColor: string;
|
|
2896
2865
|
closeColorHover: string;
|
|
2897
2866
|
closeColorPressed: string;
|
|
2898
|
-
closeIconColor: string;
|
|
2899
|
-
closeIconColorHover: string;
|
|
2900
|
-
closeIconColorPressed: string;
|
|
2901
|
-
closeBorderRadius: string;
|
|
2902
2867
|
iconColor: string;
|
|
2903
2868
|
iconColorInfo: string;
|
|
2904
2869
|
iconColorSuccess: string;
|
|
@@ -2914,7 +2879,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2914
2879
|
iconMargin: string;
|
|
2915
2880
|
iconMarginIconTop: string;
|
|
2916
2881
|
closeSize: string;
|
|
2917
|
-
closeIconSize: string;
|
|
2918
2882
|
closeMargin: string;
|
|
2919
2883
|
closeMarginIconTop: string;
|
|
2920
2884
|
}, {
|
|
@@ -3135,12 +3099,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3135
3099
|
borderColor: string;
|
|
3136
3100
|
actionColor: string;
|
|
3137
3101
|
titleFontWeight: string;
|
|
3102
|
+
closeColor: string;
|
|
3138
3103
|
closeColorHover: string;
|
|
3139
3104
|
closeColorPressed: string;
|
|
3140
|
-
closeBorderRadius: string;
|
|
3141
|
-
closeIconColor: string;
|
|
3142
|
-
closeIconColorHover: string;
|
|
3143
|
-
closeIconColorPressed: string;
|
|
3144
3105
|
fontSizeSmall: string;
|
|
3145
3106
|
fontSizeMedium: string;
|
|
3146
3107
|
fontSizeLarge: string;
|
|
@@ -3155,7 +3116,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3155
3116
|
titleFontSizeMedium: string;
|
|
3156
3117
|
titleFontSizeLarge: string;
|
|
3157
3118
|
titleFontSizeHuge: string;
|
|
3158
|
-
closeIconSize: string;
|
|
3159
3119
|
closeSize: string;
|
|
3160
3120
|
}, any>;
|
|
3161
3121
|
}>>;
|
|
@@ -3175,12 +3135,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3175
3135
|
titleTextColor: string;
|
|
3176
3136
|
textColor: string;
|
|
3177
3137
|
color: string;
|
|
3138
|
+
closeColor: string;
|
|
3178
3139
|
closeColorHover: string;
|
|
3179
3140
|
closeColorPressed: string;
|
|
3180
|
-
closeIconColor: string;
|
|
3181
|
-
closeIconColorHover: string;
|
|
3182
|
-
closeIconColorPressed: string;
|
|
3183
|
-
closeBorderRadius: string;
|
|
3184
3141
|
iconColor: string;
|
|
3185
3142
|
iconColorInfo: string;
|
|
3186
3143
|
iconColorSuccess: string;
|
|
@@ -3196,7 +3153,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3196
3153
|
iconMargin: string;
|
|
3197
3154
|
iconMarginIconTop: string;
|
|
3198
3155
|
closeSize: string;
|
|
3199
|
-
closeIconSize: string;
|
|
3200
3156
|
closeMargin: string;
|
|
3201
3157
|
closeMarginIconTop: string;
|
|
3202
3158
|
}, {
|
|
@@ -3417,12 +3373,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3417
3373
|
borderColor: string;
|
|
3418
3374
|
actionColor: string;
|
|
3419
3375
|
titleFontWeight: string;
|
|
3376
|
+
closeColor: string;
|
|
3420
3377
|
closeColorHover: string;
|
|
3421
3378
|
closeColorPressed: string;
|
|
3422
|
-
closeBorderRadius: string;
|
|
3423
|
-
closeIconColor: string;
|
|
3424
|
-
closeIconColorHover: string;
|
|
3425
|
-
closeIconColorPressed: string;
|
|
3426
3379
|
fontSizeSmall: string;
|
|
3427
3380
|
fontSizeMedium: string;
|
|
3428
3381
|
fontSizeLarge: string;
|
|
@@ -3437,7 +3390,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3437
3390
|
titleFontSizeMedium: string;
|
|
3438
3391
|
titleFontSizeLarge: string;
|
|
3439
3392
|
titleFontSizeHuge: string;
|
|
3440
|
-
closeIconSize: string;
|
|
3441
3393
|
closeSize: string;
|
|
3442
3394
|
}, any>;
|
|
3443
3395
|
}>>>;
|
|
@@ -3457,12 +3409,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3457
3409
|
titleTextColor: string;
|
|
3458
3410
|
textColor: string;
|
|
3459
3411
|
color: string;
|
|
3412
|
+
closeColor: string;
|
|
3460
3413
|
closeColorHover: string;
|
|
3461
3414
|
closeColorPressed: string;
|
|
3462
|
-
closeIconColor: string;
|
|
3463
|
-
closeIconColorHover: string;
|
|
3464
|
-
closeIconColorPressed: string;
|
|
3465
|
-
closeBorderRadius: string;
|
|
3466
3415
|
iconColor: string;
|
|
3467
3416
|
iconColorInfo: string;
|
|
3468
3417
|
iconColorSuccess: string;
|
|
@@ -3478,7 +3427,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3478
3427
|
iconMargin: string;
|
|
3479
3428
|
iconMarginIconTop: string;
|
|
3480
3429
|
closeSize: string;
|
|
3481
|
-
closeIconSize: string;
|
|
3482
3430
|
closeMargin: string;
|
|
3483
3431
|
closeMarginIconTop: string;
|
|
3484
3432
|
}, {
|
|
@@ -3699,12 +3647,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3699
3647
|
borderColor: string;
|
|
3700
3648
|
actionColor: string;
|
|
3701
3649
|
titleFontWeight: string;
|
|
3650
|
+
closeColor: string;
|
|
3702
3651
|
closeColorHover: string;
|
|
3703
3652
|
closeColorPressed: string;
|
|
3704
|
-
closeBorderRadius: string;
|
|
3705
|
-
closeIconColor: string;
|
|
3706
|
-
closeIconColorHover: string;
|
|
3707
|
-
closeIconColorPressed: string;
|
|
3708
3653
|
fontSizeSmall: string;
|
|
3709
3654
|
fontSizeMedium: string;
|
|
3710
3655
|
fontSizeLarge: string;
|
|
@@ -3719,7 +3664,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3719
3664
|
titleFontSizeMedium: string;
|
|
3720
3665
|
titleFontSizeLarge: string;
|
|
3721
3666
|
titleFontSizeHuge: string;
|
|
3722
|
-
closeIconSize: string;
|
|
3723
3667
|
closeSize: string;
|
|
3724
3668
|
}, any>;
|
|
3725
3669
|
}>>>;
|
|
@@ -4000,14 +3944,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4000
3944
|
labelTextAlignHorizontal: string;
|
|
4001
3945
|
}, any>>>;
|
|
4002
3946
|
}>>, {
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
3947
|
+
inline: boolean;
|
|
3948
|
+
disabled: boolean;
|
|
3949
|
+
onSubmit: (e: Event) => void;
|
|
3950
|
+
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3951
|
+
model: Record<string, any>;
|
|
3952
|
+
showRequireMark: boolean | undefined;
|
|
3953
|
+
showFeedback: boolean;
|
|
3954
|
+
showLabel: boolean | undefined;
|
|
4011
3955
|
}>;
|
|
4012
3956
|
NInput: import("vue").DefineComponent<{
|
|
4013
3957
|
bordered: {
|
|
@@ -4067,7 +4011,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4067
4011
|
type: BooleanConstructor;
|
|
4068
4012
|
default: undefined;
|
|
4069
4013
|
};
|
|
4070
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4071
4014
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4072
4015
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4073
4016
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4288,8 +4231,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4288
4231
|
contentRef: HTMLElement | null;
|
|
4289
4232
|
containerScrollTop: number;
|
|
4290
4233
|
syncUnifiedContainer: () => void;
|
|
4291
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4292
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4234
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
4235
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
4293
4236
|
sync: () => void;
|
|
4294
4237
|
handleMouseEnterWrapper: () => void;
|
|
4295
4238
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4323,7 +4266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4323
4266
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4324
4267
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4325
4268
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4326
|
-
handleInputFocus: (e: FocusEvent
|
|
4269
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
4327
4270
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4328
4271
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4329
4272
|
handleMouseEnter: () => void;
|
|
@@ -4334,7 +4277,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4334
4277
|
handleClear: (e: MouseEvent) => void;
|
|
4335
4278
|
handlePasswordToggleClick: () => void;
|
|
4336
4279
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4337
|
-
|
|
4280
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
4338
4281
|
handleTextAreaMirrorResize: () => void;
|
|
4339
4282
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4340
4283
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4378,11 +4321,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4378
4321
|
opacity5: string;
|
|
4379
4322
|
dividerColor: string;
|
|
4380
4323
|
borderColor: string;
|
|
4381
|
-
|
|
4382
|
-
closeIconColorHover: string;
|
|
4383
|
-
closeIconColorPressed: string;
|
|
4324
|
+
closeColor: string;
|
|
4384
4325
|
closeColorHover: string;
|
|
4385
4326
|
closeColorPressed: string;
|
|
4327
|
+
closeColorDisabled: string;
|
|
4386
4328
|
clearColor: string;
|
|
4387
4329
|
clearColorHover: string;
|
|
4388
4330
|
clearColorPressed: string;
|
|
@@ -4623,7 +4565,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4623
4565
|
type: BooleanConstructor;
|
|
4624
4566
|
default: undefined;
|
|
4625
4567
|
};
|
|
4626
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4627
4568
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4628
4569
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4629
4570
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4891,7 +4832,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4891
4832
|
};
|
|
4892
4833
|
readonly remote: BooleanConstructor;
|
|
4893
4834
|
readonly loading: BooleanConstructor;
|
|
4894
|
-
readonly filter:
|
|
4835
|
+
readonly filter: {
|
|
4836
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
4837
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
4838
|
+
};
|
|
4895
4839
|
readonly placement: {
|
|
4896
4840
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
4897
4841
|
readonly default: "bottom-start";
|
|
@@ -4901,10 +4845,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4901
4845
|
readonly default: "trigger";
|
|
4902
4846
|
};
|
|
4903
4847
|
readonly tag: BooleanConstructor;
|
|
4904
|
-
readonly onCreate:
|
|
4848
|
+
readonly onCreate: {
|
|
4849
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4850
|
+
readonly default: (label: string) => {
|
|
4851
|
+
label: string;
|
|
4852
|
+
value: string;
|
|
4853
|
+
};
|
|
4854
|
+
};
|
|
4905
4855
|
readonly fallbackOption: {
|
|
4906
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
4907
|
-
readonly default:
|
|
4856
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
4857
|
+
readonly default: () => (value: string | number) => {
|
|
4858
|
+
label: string;
|
|
4859
|
+
value: string | number;
|
|
4860
|
+
};
|
|
4908
4861
|
};
|
|
4909
4862
|
readonly show: {
|
|
4910
4863
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4923,18 +4876,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4923
4876
|
readonly type: BooleanConstructor;
|
|
4924
4877
|
readonly default: true;
|
|
4925
4878
|
};
|
|
4926
|
-
readonly labelField: {
|
|
4927
|
-
readonly type: StringConstructor;
|
|
4928
|
-
readonly default: "label";
|
|
4929
|
-
};
|
|
4930
|
-
readonly valueField: {
|
|
4931
|
-
readonly type: StringConstructor;
|
|
4932
|
-
readonly default: "value";
|
|
4933
|
-
};
|
|
4934
|
-
readonly childrenField: {
|
|
4935
|
-
readonly type: StringConstructor;
|
|
4936
|
-
readonly default: "children";
|
|
4937
|
-
};
|
|
4938
4879
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4939
4880
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4940
4881
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4957,10 +4898,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4957
4898
|
readonly default: true;
|
|
4958
4899
|
};
|
|
4959
4900
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4960
|
-
readonly internalShowCheckmark: {
|
|
4961
|
-
readonly type: BooleanConstructor;
|
|
4962
|
-
readonly default: true;
|
|
4963
|
-
};
|
|
4964
4901
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4965
4902
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4966
4903
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5056,7 +4993,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5056
4993
|
optionCheckColor: string;
|
|
5057
4994
|
optionColorPending: string;
|
|
5058
4995
|
optionColorActive: string;
|
|
5059
|
-
optionColorActivePending: string;
|
|
5060
4996
|
actionTextColor: string;
|
|
5061
4997
|
loadingColor: string;
|
|
5062
4998
|
height: string;
|
|
@@ -5182,7 +5118,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5182
5118
|
optionCheckColor: string;
|
|
5183
5119
|
optionColorPending: string;
|
|
5184
5120
|
optionColorActive: string;
|
|
5185
|
-
optionColorActivePending: string;
|
|
5186
5121
|
actionTextColor: string;
|
|
5187
5122
|
loadingColor: string;
|
|
5188
5123
|
height: string;
|
|
@@ -5308,7 +5243,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5308
5243
|
optionCheckColor: string;
|
|
5309
5244
|
optionColorPending: string;
|
|
5310
5245
|
optionColorActive: string;
|
|
5311
|
-
optionColorActivePending: string;
|
|
5312
5246
|
actionTextColor: string;
|
|
5313
5247
|
loadingColor: string;
|
|
5314
5248
|
height: string;
|
|
@@ -5438,11 +5372,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5438
5372
|
opacity5: string;
|
|
5439
5373
|
dividerColor: string;
|
|
5440
5374
|
borderColor: string;
|
|
5441
|
-
|
|
5442
|
-
closeIconColorHover: string;
|
|
5443
|
-
closeIconColorPressed: string;
|
|
5375
|
+
closeColor: string;
|
|
5444
5376
|
closeColorHover: string;
|
|
5445
5377
|
closeColorPressed: string;
|
|
5378
|
+
closeColorDisabled: string;
|
|
5446
5379
|
clearColor: string;
|
|
5447
5380
|
clearColorHover: string;
|
|
5448
5381
|
clearColorPressed: string;
|
|
@@ -5597,7 +5530,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5597
5530
|
optionCheckColor: string;
|
|
5598
5531
|
optionColorPending: string;
|
|
5599
5532
|
optionColorActive: string;
|
|
5600
|
-
optionColorActivePending: string;
|
|
5601
5533
|
actionTextColor: string;
|
|
5602
5534
|
loadingColor: string;
|
|
5603
5535
|
height: string;
|
|
@@ -5713,7 +5645,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5713
5645
|
};
|
|
5714
5646
|
readonly remote: BooleanConstructor;
|
|
5715
5647
|
readonly loading: BooleanConstructor;
|
|
5716
|
-
readonly filter:
|
|
5648
|
+
readonly filter: {
|
|
5649
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5650
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
5651
|
+
};
|
|
5717
5652
|
readonly placement: {
|
|
5718
5653
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5719
5654
|
readonly default: "bottom-start";
|
|
@@ -5723,10 +5658,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5723
5658
|
readonly default: "trigger";
|
|
5724
5659
|
};
|
|
5725
5660
|
readonly tag: BooleanConstructor;
|
|
5726
|
-
readonly onCreate:
|
|
5661
|
+
readonly onCreate: {
|
|
5662
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5663
|
+
readonly default: (label: string) => {
|
|
5664
|
+
label: string;
|
|
5665
|
+
value: string;
|
|
5666
|
+
};
|
|
5667
|
+
};
|
|
5727
5668
|
readonly fallbackOption: {
|
|
5728
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
5729
|
-
readonly default:
|
|
5669
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5670
|
+
readonly default: () => (value: string | number) => {
|
|
5671
|
+
label: string;
|
|
5672
|
+
value: string | number;
|
|
5673
|
+
};
|
|
5730
5674
|
};
|
|
5731
5675
|
readonly show: {
|
|
5732
5676
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5745,18 +5689,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5745
5689
|
readonly type: BooleanConstructor;
|
|
5746
5690
|
readonly default: true;
|
|
5747
5691
|
};
|
|
5748
|
-
readonly labelField: {
|
|
5749
|
-
readonly type: StringConstructor;
|
|
5750
|
-
readonly default: "label";
|
|
5751
|
-
};
|
|
5752
|
-
readonly valueField: {
|
|
5753
|
-
readonly type: StringConstructor;
|
|
5754
|
-
readonly default: "value";
|
|
5755
|
-
};
|
|
5756
|
-
readonly childrenField: {
|
|
5757
|
-
readonly type: StringConstructor;
|
|
5758
|
-
readonly default: "children";
|
|
5759
|
-
};
|
|
5760
5692
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5761
5693
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5762
5694
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5779,10 +5711,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5779
5711
|
readonly default: true;
|
|
5780
5712
|
};
|
|
5781
5713
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5782
|
-
readonly internalShowCheckmark: {
|
|
5783
|
-
readonly type: BooleanConstructor;
|
|
5784
|
-
readonly default: true;
|
|
5785
|
-
};
|
|
5786
5714
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5787
5715
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5788
5716
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5878,7 +5806,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5878
5806
|
optionCheckColor: string;
|
|
5879
5807
|
optionColorPending: string;
|
|
5880
5808
|
optionColorActive: string;
|
|
5881
|
-
optionColorActivePending: string;
|
|
5882
5809
|
actionTextColor: string;
|
|
5883
5810
|
loadingColor: string;
|
|
5884
5811
|
height: string;
|
|
@@ -6004,7 +5931,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6004
5931
|
optionCheckColor: string;
|
|
6005
5932
|
optionColorPending: string;
|
|
6006
5933
|
optionColorActive: string;
|
|
6007
|
-
optionColorActivePending: string;
|
|
6008
5934
|
actionTextColor: string;
|
|
6009
5935
|
loadingColor: string;
|
|
6010
5936
|
height: string;
|
|
@@ -6130,7 +6056,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6130
6056
|
optionCheckColor: string;
|
|
6131
6057
|
optionColorPending: string;
|
|
6132
6058
|
optionColorActive: string;
|
|
6133
|
-
optionColorActivePending: string;
|
|
6134
6059
|
actionTextColor: string;
|
|
6135
6060
|
loadingColor: string;
|
|
6136
6061
|
height: string;
|
|
@@ -6164,31 +6089,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6164
6089
|
}>;
|
|
6165
6090
|
}>>>;
|
|
6166
6091
|
}>>, {
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
readonly consistentMenuWidth: boolean;
|
|
6191
|
-
readonly childrenField: string;
|
|
6092
|
+
tag: boolean;
|
|
6093
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
6094
|
+
show: boolean | undefined;
|
|
6095
|
+
multiple: boolean;
|
|
6096
|
+
disabled: boolean | undefined;
|
|
6097
|
+
to: string | boolean | HTMLElement;
|
|
6098
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6099
|
+
loading: boolean;
|
|
6100
|
+
bordered: boolean | undefined;
|
|
6101
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
6102
|
+
virtualScroll: boolean;
|
|
6103
|
+
resetMenuOnOptionsChange: boolean;
|
|
6104
|
+
showArrow: boolean;
|
|
6105
|
+
displayDirective: "show" | "if";
|
|
6106
|
+
filterable: boolean;
|
|
6107
|
+
clearable: boolean;
|
|
6108
|
+
clearFilterAfterSelect: boolean;
|
|
6109
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6110
|
+
remote: boolean;
|
|
6111
|
+
widthMode: string;
|
|
6112
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
6113
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
6114
|
+
consistentMenuWidth: boolean;
|
|
6192
6115
|
}>;
|
|
6193
6116
|
NCheckbox: import("vue").DefineComponent<{
|
|
6194
6117
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6357,11 +6280,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6357
6280
|
opacity5: string;
|
|
6358
6281
|
dividerColor: string;
|
|
6359
6282
|
borderColor: string;
|
|
6360
|
-
|
|
6361
|
-
closeIconColorHover: string;
|
|
6362
|
-
closeIconColorPressed: string;
|
|
6283
|
+
closeColor: string;
|
|
6363
6284
|
closeColorHover: string;
|
|
6364
6285
|
closeColorPressed: string;
|
|
6286
|
+
closeColorDisabled: string;
|
|
6365
6287
|
clearColor: string;
|
|
6366
6288
|
clearColorHover: string;
|
|
6367
6289
|
clearColorPressed: string;
|
|
@@ -6611,8 +6533,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6611
6533
|
}>>, {
|
|
6612
6534
|
disabled: boolean | undefined;
|
|
6613
6535
|
checked: string | number | boolean | undefined;
|
|
6614
|
-
indeterminate: boolean;
|
|
6615
6536
|
focusable: boolean;
|
|
6537
|
+
indeterminate: boolean;
|
|
6616
6538
|
defaultChecked: string | number | boolean;
|
|
6617
6539
|
checkedValue: string | number | boolean;
|
|
6618
6540
|
uncheckedValue: string | number | boolean;
|
|
@@ -6650,10 +6572,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6650
6572
|
type: BooleanConstructor;
|
|
6651
6573
|
default: boolean;
|
|
6652
6574
|
};
|
|
6653
|
-
buttonPlacement: {
|
|
6654
|
-
type: import("vue").PropType<"right" | "both">;
|
|
6655
|
-
default: string;
|
|
6656
|
-
};
|
|
6657
6575
|
readonly: BooleanConstructor;
|
|
6658
6576
|
clearable: BooleanConstructor;
|
|
6659
6577
|
keyboard: {
|
|
@@ -6667,9 +6585,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6667
6585
|
type: BooleanConstructor;
|
|
6668
6586
|
default: boolean;
|
|
6669
6587
|
};
|
|
6670
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6671
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
6672
|
-
precision: NumberConstructor;
|
|
6673
6588
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6674
6589
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6675
6590
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7563,11 +7478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7563
7478
|
opacity5: string;
|
|
7564
7479
|
dividerColor: string;
|
|
7565
7480
|
borderColor: string;
|
|
7566
|
-
|
|
7567
|
-
closeIconColorHover: string;
|
|
7568
|
-
closeIconColorPressed: string;
|
|
7481
|
+
closeColor: string;
|
|
7569
7482
|
closeColorHover: string;
|
|
7570
7483
|
closeColorPressed: string;
|
|
7484
|
+
closeColorDisabled: string;
|
|
7571
7485
|
clearColor: string;
|
|
7572
7486
|
clearColorHover: string;
|
|
7573
7487
|
clearColorPressed: string;
|
|
@@ -7953,10 +7867,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7953
7867
|
type: BooleanConstructor;
|
|
7954
7868
|
default: boolean;
|
|
7955
7869
|
};
|
|
7956
|
-
buttonPlacement: {
|
|
7957
|
-
type: import("vue").PropType<"right" | "both">;
|
|
7958
|
-
default: string;
|
|
7959
|
-
};
|
|
7960
7870
|
readonly: BooleanConstructor;
|
|
7961
7871
|
clearable: BooleanConstructor;
|
|
7962
7872
|
keyboard: {
|
|
@@ -7970,9 +7880,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7970
7880
|
type: BooleanConstructor;
|
|
7971
7881
|
default: boolean;
|
|
7972
7882
|
};
|
|
7973
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7974
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
7975
|
-
precision: NumberConstructor;
|
|
7976
7883
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7977
7884
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7978
7885
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8798,7 +8705,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8798
8705
|
ArrowDown?: boolean | undefined;
|
|
8799
8706
|
};
|
|
8800
8707
|
showButton: boolean;
|
|
8801
|
-
buttonPlacement: "right" | "both";
|
|
8802
8708
|
updateValueOnInput: boolean;
|
|
8803
8709
|
}>;
|
|
8804
8710
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8928,7 +8834,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8928
8834
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8929
8835
|
readonly default: undefined;
|
|
8930
8836
|
};
|
|
8931
|
-
readonly panel: BooleanConstructor;
|
|
8932
8837
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8933
8838
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8934
8839
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -8999,8 +8904,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8999
8904
|
calendarLeftPaddingYear: string;
|
|
9000
8905
|
calendarLeftPaddingQuarter: string;
|
|
9001
8906
|
calendarLeftPaddingMonthrange: string;
|
|
9002
|
-
calendarLeftPaddingQuarterrange: string;
|
|
9003
|
-
calendarLeftPaddingYearrange: string;
|
|
9004
8907
|
calendarRightPaddingDate: string;
|
|
9005
8908
|
calendarRightPaddingDatetime: string;
|
|
9006
8909
|
calendarRightPaddingDaterange: string;
|
|
@@ -9009,8 +8912,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9009
8912
|
calendarRightPaddingYear: string;
|
|
9010
8913
|
calendarRightPaddingQuarter: string;
|
|
9011
8914
|
calendarRightPaddingMonthrange: string;
|
|
9012
|
-
calendarRightPaddingQuarterrange: string;
|
|
9013
|
-
calendarRightPaddingYearrange: string;
|
|
9014
8915
|
}, {
|
|
9015
8916
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9016
8917
|
countTextColor: string;
|
|
@@ -9617,8 +9518,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9617
9518
|
calendarLeftPaddingYear: string;
|
|
9618
9519
|
calendarLeftPaddingQuarter: string;
|
|
9619
9520
|
calendarLeftPaddingMonthrange: string;
|
|
9620
|
-
calendarLeftPaddingQuarterrange: string;
|
|
9621
|
-
calendarLeftPaddingYearrange: string;
|
|
9622
9521
|
calendarRightPaddingDate: string;
|
|
9623
9522
|
calendarRightPaddingDatetime: string;
|
|
9624
9523
|
calendarRightPaddingDaterange: string;
|
|
@@ -9627,8 +9526,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9627
9526
|
calendarRightPaddingYear: string;
|
|
9628
9527
|
calendarRightPaddingQuarter: string;
|
|
9629
9528
|
calendarRightPaddingMonthrange: string;
|
|
9630
|
-
calendarRightPaddingQuarterrange: string;
|
|
9631
|
-
calendarRightPaddingYearrange: string;
|
|
9632
9529
|
}, {
|
|
9633
9530
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9634
9531
|
countTextColor: string;
|
|
@@ -10235,8 +10132,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10235
10132
|
calendarLeftPaddingYear: string;
|
|
10236
10133
|
calendarLeftPaddingQuarter: string;
|
|
10237
10134
|
calendarLeftPaddingMonthrange: string;
|
|
10238
|
-
calendarLeftPaddingQuarterrange: string;
|
|
10239
|
-
calendarLeftPaddingYearrange: string;
|
|
10240
10135
|
calendarRightPaddingDate: string;
|
|
10241
10136
|
calendarRightPaddingDatetime: string;
|
|
10242
10137
|
calendarRightPaddingDaterange: string;
|
|
@@ -10245,8 +10140,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10245
10140
|
calendarRightPaddingYear: string;
|
|
10246
10141
|
calendarRightPaddingQuarter: string;
|
|
10247
10142
|
calendarRightPaddingMonthrange: string;
|
|
10248
|
-
calendarRightPaddingQuarterrange: string;
|
|
10249
|
-
calendarRightPaddingYearrange: string;
|
|
10250
10143
|
}, {
|
|
10251
10144
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10252
10145
|
countTextColor: string;
|
|
@@ -10818,8 +10711,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10818
10711
|
contentRef: HTMLElement | null;
|
|
10819
10712
|
containerScrollTop: number;
|
|
10820
10713
|
syncUnifiedContainer: () => void;
|
|
10821
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10822
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10714
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10715
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10823
10716
|
sync: () => void;
|
|
10824
10717
|
handleMouseEnterWrapper: () => void;
|
|
10825
10718
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10830,8 +10723,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10830
10723
|
contentRef: HTMLElement | null;
|
|
10831
10724
|
containerScrollTop: number;
|
|
10832
10725
|
syncUnifiedContainer: () => void;
|
|
10833
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10834
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10726
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10727
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10835
10728
|
sync: () => void;
|
|
10836
10729
|
handleMouseEnterWrapper: () => void;
|
|
10837
10730
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10847,8 +10740,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10847
10740
|
contentRef: HTMLElement | null;
|
|
10848
10741
|
containerScrollTop: number;
|
|
10849
10742
|
syncUnifiedContainer: () => void;
|
|
10850
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10851
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10743
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10744
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10852
10745
|
sync: () => void;
|
|
10853
10746
|
handleMouseEnterWrapper: () => void;
|
|
10854
10747
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10859,8 +10752,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10859
10752
|
contentRef: HTMLElement | null;
|
|
10860
10753
|
containerScrollTop: number;
|
|
10861
10754
|
syncUnifiedContainer: () => void;
|
|
10862
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10863
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10755
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10756
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10864
10757
|
sync: () => void;
|
|
10865
10758
|
handleMouseEnterWrapper: () => void;
|
|
10866
10759
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10871,8 +10764,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10871
10764
|
contentRef: HTMLElement | null;
|
|
10872
10765
|
containerScrollTop: number;
|
|
10873
10766
|
syncUnifiedContainer: () => void;
|
|
10874
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10875
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10767
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10768
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10876
10769
|
sync: () => void;
|
|
10877
10770
|
handleMouseEnterWrapper: () => void;
|
|
10878
10771
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10883,8 +10776,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10883
10776
|
contentRef: HTMLElement | null;
|
|
10884
10777
|
containerScrollTop: number;
|
|
10885
10778
|
syncUnifiedContainer: () => void;
|
|
10886
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10887
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10779
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10780
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10888
10781
|
sync: () => void;
|
|
10889
10782
|
handleMouseEnterWrapper: () => void;
|
|
10890
10783
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10927,9 +10820,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10927
10820
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10928
10821
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10929
10822
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10930
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10931
10823
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10932
|
-
|
|
10824
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
10933
10825
|
handleClear: () => void;
|
|
10934
10826
|
handlePanelClear: () => void;
|
|
10935
10827
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10984,11 +10876,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10984
10876
|
opacity5: string;
|
|
10985
10877
|
dividerColor: string;
|
|
10986
10878
|
borderColor: string;
|
|
10987
|
-
|
|
10988
|
-
closeIconColorHover: string;
|
|
10989
|
-
closeIconColorPressed: string;
|
|
10879
|
+
closeColor: string;
|
|
10990
10880
|
closeColorHover: string;
|
|
10991
10881
|
closeColorPressed: string;
|
|
10882
|
+
closeColorDisabled: string;
|
|
10992
10883
|
clearColor: string;
|
|
10993
10884
|
clearColorHover: string;
|
|
10994
10885
|
clearColorPressed: string;
|
|
@@ -11099,8 +10990,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11099
10990
|
calendarLeftPaddingYear: string;
|
|
11100
10991
|
calendarLeftPaddingQuarter: string;
|
|
11101
10992
|
calendarLeftPaddingMonthrange: string;
|
|
11102
|
-
calendarLeftPaddingQuarterrange: string;
|
|
11103
|
-
calendarLeftPaddingYearrange: string;
|
|
11104
10993
|
calendarRightPaddingDate: string;
|
|
11105
10994
|
calendarRightPaddingDatetime: string;
|
|
11106
10995
|
calendarRightPaddingDaterange: string;
|
|
@@ -11109,8 +10998,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11109
10998
|
calendarRightPaddingYear: string;
|
|
11110
10999
|
calendarRightPaddingQuarter: string;
|
|
11111
11000
|
calendarRightPaddingMonthrange: string;
|
|
11112
|
-
calendarRightPaddingQuarterrange: string;
|
|
11113
|
-
calendarRightPaddingYearrange: string;
|
|
11114
11001
|
};
|
|
11115
11002
|
peers: {
|
|
11116
11003
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -12060,7 +11947,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12060
11947
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
12061
11948
|
readonly default: undefined;
|
|
12062
11949
|
};
|
|
12063
|
-
readonly panel: BooleanConstructor;
|
|
12064
11950
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
12065
11951
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
12066
11952
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -12131,8 +12017,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12131
12017
|
calendarLeftPaddingYear: string;
|
|
12132
12018
|
calendarLeftPaddingQuarter: string;
|
|
12133
12019
|
calendarLeftPaddingMonthrange: string;
|
|
12134
|
-
calendarLeftPaddingQuarterrange: string;
|
|
12135
|
-
calendarLeftPaddingYearrange: string;
|
|
12136
12020
|
calendarRightPaddingDate: string;
|
|
12137
12021
|
calendarRightPaddingDatetime: string;
|
|
12138
12022
|
calendarRightPaddingDaterange: string;
|
|
@@ -12141,8 +12025,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12141
12025
|
calendarRightPaddingYear: string;
|
|
12142
12026
|
calendarRightPaddingQuarter: string;
|
|
12143
12027
|
calendarRightPaddingMonthrange: string;
|
|
12144
|
-
calendarRightPaddingQuarterrange: string;
|
|
12145
|
-
calendarRightPaddingYearrange: string;
|
|
12146
12028
|
}, {
|
|
12147
12029
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12148
12030
|
countTextColor: string;
|
|
@@ -12749,8 +12631,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12749
12631
|
calendarLeftPaddingYear: string;
|
|
12750
12632
|
calendarLeftPaddingQuarter: string;
|
|
12751
12633
|
calendarLeftPaddingMonthrange: string;
|
|
12752
|
-
calendarLeftPaddingQuarterrange: string;
|
|
12753
|
-
calendarLeftPaddingYearrange: string;
|
|
12754
12634
|
calendarRightPaddingDate: string;
|
|
12755
12635
|
calendarRightPaddingDatetime: string;
|
|
12756
12636
|
calendarRightPaddingDaterange: string;
|
|
@@ -12759,8 +12639,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12759
12639
|
calendarRightPaddingYear: string;
|
|
12760
12640
|
calendarRightPaddingQuarter: string;
|
|
12761
12641
|
calendarRightPaddingMonthrange: string;
|
|
12762
|
-
calendarRightPaddingQuarterrange: string;
|
|
12763
|
-
calendarRightPaddingYearrange: string;
|
|
12764
12642
|
}, {
|
|
12765
12643
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12766
12644
|
countTextColor: string;
|
|
@@ -13367,8 +13245,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13367
13245
|
calendarLeftPaddingYear: string;
|
|
13368
13246
|
calendarLeftPaddingQuarter: string;
|
|
13369
13247
|
calendarLeftPaddingMonthrange: string;
|
|
13370
|
-
calendarLeftPaddingQuarterrange: string;
|
|
13371
|
-
calendarLeftPaddingYearrange: string;
|
|
13372
13248
|
calendarRightPaddingDate: string;
|
|
13373
13249
|
calendarRightPaddingDatetime: string;
|
|
13374
13250
|
calendarRightPaddingDaterange: string;
|
|
@@ -13377,8 +13253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13377
13253
|
calendarRightPaddingYear: string;
|
|
13378
13254
|
calendarRightPaddingQuarter: string;
|
|
13379
13255
|
calendarRightPaddingMonthrange: string;
|
|
13380
|
-
calendarRightPaddingQuarterrange: string;
|
|
13381
|
-
calendarRightPaddingYearrange: string;
|
|
13382
13256
|
}, {
|
|
13383
13257
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13384
13258
|
countTextColor: string;
|
|
@@ -13936,18 +13810,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13936
13810
|
}, any>;
|
|
13937
13811
|
}>>>;
|
|
13938
13812
|
}>>, {
|
|
13939
|
-
|
|
13940
|
-
|
|
13941
|
-
|
|
13942
|
-
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
readonly bindCalendarMonths: boolean;
|
|
13813
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13814
|
+
show: boolean | undefined;
|
|
13815
|
+
disabled: boolean | undefined;
|
|
13816
|
+
to: string | boolean | HTMLElement;
|
|
13817
|
+
bordered: boolean | undefined;
|
|
13818
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
13819
|
+
clearable: boolean;
|
|
13820
|
+
inputReadonly: boolean;
|
|
13821
|
+
updateValueOnClose: boolean;
|
|
13822
|
+
closeOnSelect: boolean;
|
|
13823
|
+
bindCalendarMonths: boolean;
|
|
13951
13824
|
}>;
|
|
13952
13825
|
NSelect: import("vue").DefineComponent<{
|
|
13953
13826
|
readonly to: {
|
|
@@ -13983,7 +13856,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13983
13856
|
};
|
|
13984
13857
|
readonly remote: BooleanConstructor;
|
|
13985
13858
|
readonly loading: BooleanConstructor;
|
|
13986
|
-
readonly filter:
|
|
13859
|
+
readonly filter: {
|
|
13860
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13861
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13862
|
+
};
|
|
13987
13863
|
readonly placement: {
|
|
13988
13864
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13989
13865
|
readonly default: "bottom-start";
|
|
@@ -13993,10 +13869,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13993
13869
|
readonly default: "trigger";
|
|
13994
13870
|
};
|
|
13995
13871
|
readonly tag: BooleanConstructor;
|
|
13996
|
-
readonly onCreate:
|
|
13872
|
+
readonly onCreate: {
|
|
13873
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13874
|
+
readonly default: (label: string) => {
|
|
13875
|
+
label: string;
|
|
13876
|
+
value: string;
|
|
13877
|
+
};
|
|
13878
|
+
};
|
|
13997
13879
|
readonly fallbackOption: {
|
|
13998
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
13999
|
-
readonly default:
|
|
13880
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13881
|
+
readonly default: () => (value: string | number) => {
|
|
13882
|
+
label: string;
|
|
13883
|
+
value: string | number;
|
|
13884
|
+
};
|
|
14000
13885
|
};
|
|
14001
13886
|
readonly show: {
|
|
14002
13887
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14015,18 +13900,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14015
13900
|
readonly type: BooleanConstructor;
|
|
14016
13901
|
readonly default: true;
|
|
14017
13902
|
};
|
|
14018
|
-
readonly labelField: {
|
|
14019
|
-
readonly type: StringConstructor;
|
|
14020
|
-
readonly default: "label";
|
|
14021
|
-
};
|
|
14022
|
-
readonly valueField: {
|
|
14023
|
-
readonly type: StringConstructor;
|
|
14024
|
-
readonly default: "value";
|
|
14025
|
-
};
|
|
14026
|
-
readonly childrenField: {
|
|
14027
|
-
readonly type: StringConstructor;
|
|
14028
|
-
readonly default: "children";
|
|
14029
|
-
};
|
|
14030
13903
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14031
13904
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14032
13905
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14049,10 +13922,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14049
13922
|
readonly default: true;
|
|
14050
13923
|
};
|
|
14051
13924
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14052
|
-
readonly internalShowCheckmark: {
|
|
14053
|
-
readonly type: BooleanConstructor;
|
|
14054
|
-
readonly default: true;
|
|
14055
|
-
};
|
|
14056
13925
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14057
13926
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14058
13927
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14148,7 +14017,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14148
14017
|
optionCheckColor: string;
|
|
14149
14018
|
optionColorPending: string;
|
|
14150
14019
|
optionColorActive: string;
|
|
14151
|
-
optionColorActivePending: string;
|
|
14152
14020
|
actionTextColor: string;
|
|
14153
14021
|
loadingColor: string;
|
|
14154
14022
|
height: string;
|
|
@@ -14274,7 +14142,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14274
14142
|
optionCheckColor: string;
|
|
14275
14143
|
optionColorPending: string;
|
|
14276
14144
|
optionColorActive: string;
|
|
14277
|
-
optionColorActivePending: string;
|
|
14278
14145
|
actionTextColor: string;
|
|
14279
14146
|
loadingColor: string;
|
|
14280
14147
|
height: string;
|
|
@@ -14400,7 +14267,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14400
14267
|
optionCheckColor: string;
|
|
14401
14268
|
optionColorPending: string;
|
|
14402
14269
|
optionColorActive: string;
|
|
14403
|
-
optionColorActivePending: string;
|
|
14404
14270
|
actionTextColor: string;
|
|
14405
14271
|
loadingColor: string;
|
|
14406
14272
|
height: string;
|
|
@@ -14530,11 +14396,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14530
14396
|
opacity5: string;
|
|
14531
14397
|
dividerColor: string;
|
|
14532
14398
|
borderColor: string;
|
|
14533
|
-
|
|
14534
|
-
closeIconColorHover: string;
|
|
14535
|
-
closeIconColorPressed: string;
|
|
14399
|
+
closeColor: string;
|
|
14536
14400
|
closeColorHover: string;
|
|
14537
14401
|
closeColorPressed: string;
|
|
14402
|
+
closeColorDisabled: string;
|
|
14538
14403
|
clearColor: string;
|
|
14539
14404
|
clearColorHover: string;
|
|
14540
14405
|
clearColorPressed: string;
|
|
@@ -14689,7 +14554,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14689
14554
|
optionCheckColor: string;
|
|
14690
14555
|
optionColorPending: string;
|
|
14691
14556
|
optionColorActive: string;
|
|
14692
|
-
optionColorActivePending: string;
|
|
14693
14557
|
actionTextColor: string;
|
|
14694
14558
|
loadingColor: string;
|
|
14695
14559
|
height: string;
|
|
@@ -14805,7 +14669,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14805
14669
|
};
|
|
14806
14670
|
readonly remote: BooleanConstructor;
|
|
14807
14671
|
readonly loading: BooleanConstructor;
|
|
14808
|
-
readonly filter:
|
|
14672
|
+
readonly filter: {
|
|
14673
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14674
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14675
|
+
};
|
|
14809
14676
|
readonly placement: {
|
|
14810
14677
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14811
14678
|
readonly default: "bottom-start";
|
|
@@ -14815,10 +14682,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14815
14682
|
readonly default: "trigger";
|
|
14816
14683
|
};
|
|
14817
14684
|
readonly tag: BooleanConstructor;
|
|
14818
|
-
readonly onCreate:
|
|
14685
|
+
readonly onCreate: {
|
|
14686
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14687
|
+
readonly default: (label: string) => {
|
|
14688
|
+
label: string;
|
|
14689
|
+
value: string;
|
|
14690
|
+
};
|
|
14691
|
+
};
|
|
14819
14692
|
readonly fallbackOption: {
|
|
14820
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
14821
|
-
readonly default:
|
|
14693
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14694
|
+
readonly default: () => (value: string | number) => {
|
|
14695
|
+
label: string;
|
|
14696
|
+
value: string | number;
|
|
14697
|
+
};
|
|
14822
14698
|
};
|
|
14823
14699
|
readonly show: {
|
|
14824
14700
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14837,18 +14713,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14837
14713
|
readonly type: BooleanConstructor;
|
|
14838
14714
|
readonly default: true;
|
|
14839
14715
|
};
|
|
14840
|
-
readonly labelField: {
|
|
14841
|
-
readonly type: StringConstructor;
|
|
14842
|
-
readonly default: "label";
|
|
14843
|
-
};
|
|
14844
|
-
readonly valueField: {
|
|
14845
|
-
readonly type: StringConstructor;
|
|
14846
|
-
readonly default: "value";
|
|
14847
|
-
};
|
|
14848
|
-
readonly childrenField: {
|
|
14849
|
-
readonly type: StringConstructor;
|
|
14850
|
-
readonly default: "children";
|
|
14851
|
-
};
|
|
14852
14716
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14853
14717
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14854
14718
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14871,10 +14735,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14871
14735
|
readonly default: true;
|
|
14872
14736
|
};
|
|
14873
14737
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14874
|
-
readonly internalShowCheckmark: {
|
|
14875
|
-
readonly type: BooleanConstructor;
|
|
14876
|
-
readonly default: true;
|
|
14877
|
-
};
|
|
14878
14738
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14879
14739
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14880
14740
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14970,7 +14830,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14970
14830
|
optionCheckColor: string;
|
|
14971
14831
|
optionColorPending: string;
|
|
14972
14832
|
optionColorActive: string;
|
|
14973
|
-
optionColorActivePending: string;
|
|
14974
14833
|
actionTextColor: string;
|
|
14975
14834
|
loadingColor: string;
|
|
14976
14835
|
height: string;
|
|
@@ -15096,7 +14955,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15096
14955
|
optionCheckColor: string;
|
|
15097
14956
|
optionColorPending: string;
|
|
15098
14957
|
optionColorActive: string;
|
|
15099
|
-
optionColorActivePending: string;
|
|
15100
14958
|
actionTextColor: string;
|
|
15101
14959
|
loadingColor: string;
|
|
15102
14960
|
height: string;
|
|
@@ -15222,7 +15080,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15222
15080
|
optionCheckColor: string;
|
|
15223
15081
|
optionColorPending: string;
|
|
15224
15082
|
optionColorActive: string;
|
|
15225
|
-
optionColorActivePending: string;
|
|
15226
15083
|
actionTextColor: string;
|
|
15227
15084
|
loadingColor: string;
|
|
15228
15085
|
height: string;
|
|
@@ -15256,31 +15113,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15256
15113
|
}>;
|
|
15257
15114
|
}>>>;
|
|
15258
15115
|
}>>, {
|
|
15259
|
-
|
|
15260
|
-
|
|
15261
|
-
|
|
15262
|
-
|
|
15263
|
-
|
|
15264
|
-
|
|
15265
|
-
|
|
15266
|
-
|
|
15267
|
-
|
|
15268
|
-
|
|
15269
|
-
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
15273
|
-
|
|
15274
|
-
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
readonly consistentMenuWidth: boolean;
|
|
15283
|
-
readonly childrenField: string;
|
|
15116
|
+
tag: boolean;
|
|
15117
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
15118
|
+
show: boolean | undefined;
|
|
15119
|
+
multiple: boolean;
|
|
15120
|
+
disabled: boolean | undefined;
|
|
15121
|
+
to: string | boolean | HTMLElement;
|
|
15122
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15123
|
+
loading: boolean;
|
|
15124
|
+
bordered: boolean | undefined;
|
|
15125
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
15126
|
+
virtualScroll: boolean;
|
|
15127
|
+
resetMenuOnOptionsChange: boolean;
|
|
15128
|
+
showArrow: boolean;
|
|
15129
|
+
displayDirective: "show" | "if";
|
|
15130
|
+
filterable: boolean;
|
|
15131
|
+
clearable: boolean;
|
|
15132
|
+
clearFilterAfterSelect: boolean;
|
|
15133
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15134
|
+
remote: boolean;
|
|
15135
|
+
widthMode: string;
|
|
15136
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
15137
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
15138
|
+
consistentMenuWidth: boolean;
|
|
15284
15139
|
}>;
|
|
15285
15140
|
NRadio: import("vue").DefineComponent<{
|
|
15286
15141
|
name: StringConstructor;
|
|
@@ -15326,7 +15181,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15326
15181
|
dotColorActive: string;
|
|
15327
15182
|
dotColorDisabled: string;
|
|
15328
15183
|
buttonBorderColor: string;
|
|
15329
|
-
buttonBorderColorActive: string;
|
|
15184
|
+
buttonBorderColorActive: string;
|
|
15330
15185
|
buttonBorderColorHover: string;
|
|
15331
15186
|
buttonColor: string;
|
|
15332
15187
|
buttonColorActive: string;
|
|
@@ -15748,11 +15603,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15748
15603
|
opacity5: string;
|
|
15749
15604
|
dividerColor: string;
|
|
15750
15605
|
borderColor: string;
|
|
15751
|
-
|
|
15752
|
-
closeIconColorHover: string;
|
|
15753
|
-
closeIconColorPressed: string;
|
|
15606
|
+
closeColor: string;
|
|
15754
15607
|
closeColorHover: string;
|
|
15755
15608
|
closeColorPressed: string;
|
|
15609
|
+
closeColorDisabled: string;
|
|
15756
15610
|
clearColor: string;
|
|
15757
15611
|
clearColorHover: string;
|
|
15758
15612
|
clearColorPressed: string;
|
|
@@ -16002,8 +15856,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16002
15856
|
}>>, {
|
|
16003
15857
|
disabled: boolean | undefined;
|
|
16004
15858
|
checked: string | number | boolean | undefined;
|
|
16005
|
-
indeterminate: boolean;
|
|
16006
15859
|
focusable: boolean;
|
|
15860
|
+
indeterminate: boolean;
|
|
16007
15861
|
defaultChecked: string | number | boolean;
|
|
16008
15862
|
checkedValue: string | number | boolean;
|
|
16009
15863
|
uncheckedValue: string | number | boolean;
|
|
@@ -16067,7 +15921,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16067
15921
|
type: BooleanConstructor;
|
|
16068
15922
|
default: undefined;
|
|
16069
15923
|
};
|
|
16070
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16071
15924
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16072
15925
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16073
15926
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16288,8 +16141,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16288
16141
|
contentRef: HTMLElement | null;
|
|
16289
16142
|
containerScrollTop: number;
|
|
16290
16143
|
syncUnifiedContainer: () => void;
|
|
16291
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16292
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16144
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
16145
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
16293
16146
|
sync: () => void;
|
|
16294
16147
|
handleMouseEnterWrapper: () => void;
|
|
16295
16148
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16323,7 +16176,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16323
16176
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16324
16177
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16325
16178
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16326
|
-
handleInputFocus: (e: FocusEvent
|
|
16179
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
16327
16180
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16328
16181
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16329
16182
|
handleMouseEnter: () => void;
|
|
@@ -16334,7 +16187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16334
16187
|
handleClear: (e: MouseEvent) => void;
|
|
16335
16188
|
handlePasswordToggleClick: () => void;
|
|
16336
16189
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16337
|
-
|
|
16190
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
16338
16191
|
handleTextAreaMirrorResize: () => void;
|
|
16339
16192
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16340
16193
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16378,11 +16231,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16378
16231
|
opacity5: string;
|
|
16379
16232
|
dividerColor: string;
|
|
16380
16233
|
borderColor: string;
|
|
16381
|
-
|
|
16382
|
-
closeIconColorHover: string;
|
|
16383
|
-
closeIconColorPressed: string;
|
|
16234
|
+
closeColor: string;
|
|
16384
16235
|
closeColorHover: string;
|
|
16385
16236
|
closeColorPressed: string;
|
|
16237
|
+
closeColorDisabled: string;
|
|
16386
16238
|
clearColor: string;
|
|
16387
16239
|
clearColorHover: string;
|
|
16388
16240
|
clearColorPressed: string;
|
|
@@ -16623,7 +16475,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16623
16475
|
type: BooleanConstructor;
|
|
16624
16476
|
default: undefined;
|
|
16625
16477
|
};
|
|
16626
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16627
16478
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16628
16479
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16629
16480
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16966,7 +16817,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16966
16817
|
componentData: Record<string, any>;
|
|
16967
16818
|
}>;
|
|
16968
16819
|
NPopover: import("vue").DefineComponent<{
|
|
16969
|
-
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16970
16820
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16971
16821
|
show: {
|
|
16972
16822
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17029,11 +16879,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17029
16879
|
scrollable: BooleanConstructor;
|
|
17030
16880
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17031
16881
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17032
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17033
16882
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17034
16883
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17035
16884
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17036
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
17037
16885
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17038
16886
|
internalInheritedEventHandlers: {
|
|
17039
16887
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17111,7 +16959,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17111
16959
|
handleBlur: () => void;
|
|
17112
16960
|
syncPosition: () => void;
|
|
17113
16961
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17114
|
-
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
17115
16962
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
17116
16963
|
show: {
|
|
17117
16964
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17174,11 +17021,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17174
17021
|
scrollable: BooleanConstructor;
|
|
17175
17022
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17176
17023
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17177
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17178
17024
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17179
17025
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17180
17026
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17181
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
17182
17027
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17183
17028
|
internalInheritedEventHandlers: {
|
|
17184
17029
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17256,7 +17101,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17256
17101
|
arrowPointToCenter: boolean;
|
|
17257
17102
|
displayDirective: "show" | "if";
|
|
17258
17103
|
keepAliveOnHover: boolean;
|
|
17259
|
-
internalDeactivateImmediately: boolean;
|
|
17260
17104
|
animated: boolean;
|
|
17261
17105
|
internalTrapFocus: boolean;
|
|
17262
17106
|
defaultShow: boolean;
|
|
@@ -17310,10 +17154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17310
17154
|
readonly default: true;
|
|
17311
17155
|
};
|
|
17312
17156
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17313
|
-
readonly nativeFocusBehavior:
|
|
17314
|
-
readonly type: BooleanConstructor;
|
|
17315
|
-
readonly default: boolean;
|
|
17316
|
-
};
|
|
17157
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
17317
17158
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17318
17159
|
heightTiny: string;
|
|
17319
17160
|
heightSmall: string;
|
|
@@ -18027,10 +17868,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18027
17868
|
readonly default: true;
|
|
18028
17869
|
};
|
|
18029
17870
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
18030
|
-
readonly nativeFocusBehavior:
|
|
18031
|
-
readonly type: BooleanConstructor;
|
|
18032
|
-
readonly default: boolean;
|
|
18033
|
-
};
|
|
17871
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
18034
17872
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
18035
17873
|
heightTiny: string;
|
|
18036
17874
|
heightSmall: string;
|
|
@@ -18644,26 +18482,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18644
18482
|
rippleDuration: string;
|
|
18645
18483
|
}, any>>>;
|
|
18646
18484
|
}>>, {
|
|
18647
|
-
|
|
18648
|
-
|
|
18649
|
-
|
|
18650
|
-
|
|
18651
|
-
|
|
18652
|
-
|
|
18653
|
-
|
|
18654
|
-
|
|
18655
|
-
|
|
18656
|
-
|
|
18657
|
-
|
|
18658
|
-
|
|
18659
|
-
|
|
18660
|
-
|
|
18661
|
-
|
|
18662
|
-
|
|
18663
|
-
|
|
18664
|
-
|
|
18665
|
-
|
|
18666
|
-
|
|
18485
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
18486
|
+
tag: keyof HTMLElementTagNameMap;
|
|
18487
|
+
block: boolean;
|
|
18488
|
+
round: boolean;
|
|
18489
|
+
dashed: boolean;
|
|
18490
|
+
text: boolean;
|
|
18491
|
+
circle: boolean;
|
|
18492
|
+
disabled: boolean;
|
|
18493
|
+
focusable: boolean;
|
|
18494
|
+
strong: boolean;
|
|
18495
|
+
loading: boolean;
|
|
18496
|
+
bordered: boolean;
|
|
18497
|
+
tertiary: boolean;
|
|
18498
|
+
ghost: boolean;
|
|
18499
|
+
keyboard: boolean;
|
|
18500
|
+
secondary: boolean;
|
|
18501
|
+
quaternary: boolean;
|
|
18502
|
+
iconPlacement: "left" | "right";
|
|
18503
|
+
attrType: "button" | "reset" | "submit";
|
|
18504
|
+
nativeFocusBehavior: boolean;
|
|
18667
18505
|
}>;
|
|
18668
18506
|
NSelect: import("vue").DefineComponent<{
|
|
18669
18507
|
readonly to: {
|
|
@@ -18699,7 +18537,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18699
18537
|
};
|
|
18700
18538
|
readonly remote: BooleanConstructor;
|
|
18701
18539
|
readonly loading: BooleanConstructor;
|
|
18702
|
-
readonly filter:
|
|
18540
|
+
readonly filter: {
|
|
18541
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18542
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18543
|
+
};
|
|
18703
18544
|
readonly placement: {
|
|
18704
18545
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18705
18546
|
readonly default: "bottom-start";
|
|
@@ -18709,10 +18550,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18709
18550
|
readonly default: "trigger";
|
|
18710
18551
|
};
|
|
18711
18552
|
readonly tag: BooleanConstructor;
|
|
18712
|
-
readonly onCreate:
|
|
18553
|
+
readonly onCreate: {
|
|
18554
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18555
|
+
readonly default: (label: string) => {
|
|
18556
|
+
label: string;
|
|
18557
|
+
value: string;
|
|
18558
|
+
};
|
|
18559
|
+
};
|
|
18713
18560
|
readonly fallbackOption: {
|
|
18714
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
18715
|
-
readonly default:
|
|
18561
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18562
|
+
readonly default: () => (value: string | number) => {
|
|
18563
|
+
label: string;
|
|
18564
|
+
value: string | number;
|
|
18565
|
+
};
|
|
18716
18566
|
};
|
|
18717
18567
|
readonly show: {
|
|
18718
18568
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18731,18 +18581,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18731
18581
|
readonly type: BooleanConstructor;
|
|
18732
18582
|
readonly default: true;
|
|
18733
18583
|
};
|
|
18734
|
-
readonly labelField: {
|
|
18735
|
-
readonly type: StringConstructor;
|
|
18736
|
-
readonly default: "label";
|
|
18737
|
-
};
|
|
18738
|
-
readonly valueField: {
|
|
18739
|
-
readonly type: StringConstructor;
|
|
18740
|
-
readonly default: "value";
|
|
18741
|
-
};
|
|
18742
|
-
readonly childrenField: {
|
|
18743
|
-
readonly type: StringConstructor;
|
|
18744
|
-
readonly default: "children";
|
|
18745
|
-
};
|
|
18746
18584
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18747
18585
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18748
18586
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18765,10 +18603,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18765
18603
|
readonly default: true;
|
|
18766
18604
|
};
|
|
18767
18605
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18768
|
-
readonly internalShowCheckmark: {
|
|
18769
|
-
readonly type: BooleanConstructor;
|
|
18770
|
-
readonly default: true;
|
|
18771
|
-
};
|
|
18772
18606
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18773
18607
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18774
18608
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18864,7 +18698,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18864
18698
|
optionCheckColor: string;
|
|
18865
18699
|
optionColorPending: string;
|
|
18866
18700
|
optionColorActive: string;
|
|
18867
|
-
optionColorActivePending: string;
|
|
18868
18701
|
actionTextColor: string;
|
|
18869
18702
|
loadingColor: string;
|
|
18870
18703
|
height: string;
|
|
@@ -18990,7 +18823,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18990
18823
|
optionCheckColor: string;
|
|
18991
18824
|
optionColorPending: string;
|
|
18992
18825
|
optionColorActive: string;
|
|
18993
|
-
optionColorActivePending: string;
|
|
18994
18826
|
actionTextColor: string;
|
|
18995
18827
|
loadingColor: string;
|
|
18996
18828
|
height: string;
|
|
@@ -19116,7 +18948,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19116
18948
|
optionCheckColor: string;
|
|
19117
18949
|
optionColorPending: string;
|
|
19118
18950
|
optionColorActive: string;
|
|
19119
|
-
optionColorActivePending: string;
|
|
19120
18951
|
actionTextColor: string;
|
|
19121
18952
|
loadingColor: string;
|
|
19122
18953
|
height: string;
|
|
@@ -19246,11 +19077,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19246
19077
|
opacity5: string;
|
|
19247
19078
|
dividerColor: string;
|
|
19248
19079
|
borderColor: string;
|
|
19249
|
-
|
|
19250
|
-
closeIconColorHover: string;
|
|
19251
|
-
closeIconColorPressed: string;
|
|
19080
|
+
closeColor: string;
|
|
19252
19081
|
closeColorHover: string;
|
|
19253
19082
|
closeColorPressed: string;
|
|
19083
|
+
closeColorDisabled: string;
|
|
19254
19084
|
clearColor: string;
|
|
19255
19085
|
clearColorHover: string;
|
|
19256
19086
|
clearColorPressed: string;
|
|
@@ -19405,7 +19235,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19405
19235
|
optionCheckColor: string;
|
|
19406
19236
|
optionColorPending: string;
|
|
19407
19237
|
optionColorActive: string;
|
|
19408
|
-
optionColorActivePending: string;
|
|
19409
19238
|
actionTextColor: string;
|
|
19410
19239
|
loadingColor: string;
|
|
19411
19240
|
height: string;
|
|
@@ -19521,7 +19350,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19521
19350
|
};
|
|
19522
19351
|
readonly remote: BooleanConstructor;
|
|
19523
19352
|
readonly loading: BooleanConstructor;
|
|
19524
|
-
readonly filter:
|
|
19353
|
+
readonly filter: {
|
|
19354
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19355
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19356
|
+
};
|
|
19525
19357
|
readonly placement: {
|
|
19526
19358
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19527
19359
|
readonly default: "bottom-start";
|
|
@@ -19531,10 +19363,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19531
19363
|
readonly default: "trigger";
|
|
19532
19364
|
};
|
|
19533
19365
|
readonly tag: BooleanConstructor;
|
|
19534
|
-
readonly onCreate:
|
|
19366
|
+
readonly onCreate: {
|
|
19367
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19368
|
+
readonly default: (label: string) => {
|
|
19369
|
+
label: string;
|
|
19370
|
+
value: string;
|
|
19371
|
+
};
|
|
19372
|
+
};
|
|
19535
19373
|
readonly fallbackOption: {
|
|
19536
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
19537
|
-
readonly default:
|
|
19374
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19375
|
+
readonly default: () => (value: string | number) => {
|
|
19376
|
+
label: string;
|
|
19377
|
+
value: string | number;
|
|
19378
|
+
};
|
|
19538
19379
|
};
|
|
19539
19380
|
readonly show: {
|
|
19540
19381
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19553,18 +19394,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19553
19394
|
readonly type: BooleanConstructor;
|
|
19554
19395
|
readonly default: true;
|
|
19555
19396
|
};
|
|
19556
|
-
readonly labelField: {
|
|
19557
|
-
readonly type: StringConstructor;
|
|
19558
|
-
readonly default: "label";
|
|
19559
|
-
};
|
|
19560
|
-
readonly valueField: {
|
|
19561
|
-
readonly type: StringConstructor;
|
|
19562
|
-
readonly default: "value";
|
|
19563
|
-
};
|
|
19564
|
-
readonly childrenField: {
|
|
19565
|
-
readonly type: StringConstructor;
|
|
19566
|
-
readonly default: "children";
|
|
19567
|
-
};
|
|
19568
19397
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19569
19398
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19570
19399
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19587,10 +19416,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19587
19416
|
readonly default: true;
|
|
19588
19417
|
};
|
|
19589
19418
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19590
|
-
readonly internalShowCheckmark: {
|
|
19591
|
-
readonly type: BooleanConstructor;
|
|
19592
|
-
readonly default: true;
|
|
19593
|
-
};
|
|
19594
19419
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19595
19420
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19596
19421
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19686,7 +19511,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19686
19511
|
optionCheckColor: string;
|
|
19687
19512
|
optionColorPending: string;
|
|
19688
19513
|
optionColorActive: string;
|
|
19689
|
-
optionColorActivePending: string;
|
|
19690
19514
|
actionTextColor: string;
|
|
19691
19515
|
loadingColor: string;
|
|
19692
19516
|
height: string;
|
|
@@ -19812,7 +19636,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19812
19636
|
optionCheckColor: string;
|
|
19813
19637
|
optionColorPending: string;
|
|
19814
19638
|
optionColorActive: string;
|
|
19815
|
-
optionColorActivePending: string;
|
|
19816
19639
|
actionTextColor: string;
|
|
19817
19640
|
loadingColor: string;
|
|
19818
19641
|
height: string;
|
|
@@ -19938,7 +19761,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19938
19761
|
optionCheckColor: string;
|
|
19939
19762
|
optionColorPending: string;
|
|
19940
19763
|
optionColorActive: string;
|
|
19941
|
-
optionColorActivePending: string;
|
|
19942
19764
|
actionTextColor: string;
|
|
19943
19765
|
loadingColor: string;
|
|
19944
19766
|
height: string;
|
|
@@ -19972,31 +19794,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19972
19794
|
}>;
|
|
19973
19795
|
}>>>;
|
|
19974
19796
|
}>>, {
|
|
19975
|
-
|
|
19976
|
-
|
|
19977
|
-
|
|
19978
|
-
|
|
19979
|
-
|
|
19980
|
-
|
|
19981
|
-
|
|
19982
|
-
|
|
19983
|
-
|
|
19984
|
-
|
|
19985
|
-
|
|
19986
|
-
|
|
19987
|
-
|
|
19988
|
-
|
|
19989
|
-
|
|
19990
|
-
|
|
19991
|
-
|
|
19992
|
-
|
|
19993
|
-
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
readonly consistentMenuWidth: boolean;
|
|
19999
|
-
readonly childrenField: string;
|
|
19797
|
+
tag: boolean;
|
|
19798
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
19799
|
+
show: boolean | undefined;
|
|
19800
|
+
multiple: boolean;
|
|
19801
|
+
disabled: boolean | undefined;
|
|
19802
|
+
to: string | boolean | HTMLElement;
|
|
19803
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19804
|
+
loading: boolean;
|
|
19805
|
+
bordered: boolean | undefined;
|
|
19806
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
19807
|
+
virtualScroll: boolean;
|
|
19808
|
+
resetMenuOnOptionsChange: boolean;
|
|
19809
|
+
showArrow: boolean;
|
|
19810
|
+
displayDirective: "show" | "if";
|
|
19811
|
+
filterable: boolean;
|
|
19812
|
+
clearable: boolean;
|
|
19813
|
+
clearFilterAfterSelect: boolean;
|
|
19814
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19815
|
+
remote: boolean;
|
|
19816
|
+
widthMode: string;
|
|
19817
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
19818
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
19819
|
+
consistentMenuWidth: boolean;
|
|
20000
19820
|
}>;
|
|
20001
19821
|
NIcon: import("vue").DefineComponent<{
|
|
20002
19822
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|