cnhis-design-vue 3.1.5-beta.14 → 3.1.5-beta.17
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/.versionrc.json +32 -0
- package/CHANGELOG.md +42 -0
- package/es/packages/big-table/index.d.ts +4299 -0
- package/es/packages/big-table/index.js +17 -1
- package/es/packages/big-table/src/BigTable.js +3 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +4321 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +66 -60
- package/es/packages/big-table/src/bigTableEmits.js +50 -1
- package/es/packages/big-table/src/bigTableProps.js +116 -1
- package/es/packages/big-table/src/bigTableState.js +52 -1
- package/es/packages/big-table/src/components/NoData.js +3 -1
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-date.js +114 -1
- package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-input.js +54 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +3 -3
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +148 -1
- package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-select.js +91 -1
- package/es/packages/big-table/src/components/input-button.js +4 -0
- package/es/packages/big-table/src/components/input-button.vue.d.ts +2252 -0
- package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +33 -0
- package/es/packages/big-table/src/hooks/useBatchEditing.js +289 -1
- package/es/packages/big-table/src/hooks/useEdit.d.ts +4 -4
- package/es/packages/big-table/src/hooks/useEdit.js +115 -1
- package/es/packages/big-table/src/hooks/useEvent.js +70 -1
- package/es/packages/big-table/src/hooks/useFormat.js +484 -1
- package/es/packages/big-table/src/hooks/useNestTable.js +85 -1
- package/es/packages/big-table/src/hooks/useTableParse.js +135 -1
- package/es/packages/big-table/src/utils.js +607 -1
- package/es/packages/big-table/style/index.css +1 -6
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.js +11 -1
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +3 -1
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1427 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +373 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +141 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +99 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +119 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +40 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +25 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +12 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +47 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +14 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +10 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +15 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +227 -1
- package/es/packages/button-print/index.d.ts +7359 -0
- package/es/packages/button-print/index.js +11 -1
- package/es/packages/button-print/src/ButtonPrint.js +3 -1
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7367 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +9 -8
- package/es/packages/button-print/src/components/IdentityVerification.js +3 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +117 -58
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/packages/button-print/src/utils/print.es.min.js +2080 -1
- package/es/packages/chunk-upload/index.d.ts +1775 -0
- package/es/packages/chunk-upload/index.js +15 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.js +3 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1943 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +19 -11
- package/es/packages/chunk-upload/src/hooks/upload-computed.js +70 -1
- package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +29 -27
- package/es/packages/chunk-upload/src/hooks/upload-data.js +96 -1
- package/es/packages/chunk-upload/src/hooks/vod-computed.js +79 -1
- package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +21 -42
- package/es/packages/chunk-upload/src/hooks/vod-data.js +28 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +2 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +3 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1783 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +35 -24
- package/es/packages/chunk-upload/src/vod-upload-modal.js +95 -1
- package/es/packages/chunk-upload/style/index.css +7 -5
- package/es/packages/drag-layout/index.d.ts +486 -306
- package/es/packages/drag-layout/index.js +13 -1
- package/es/packages/drag-layout/src/DragFormLeftItem.js +3 -1
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +149 -94
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.js +3 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +112 -81
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/packages/drag-layout/src/DragLayout.js +3 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +488 -315
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +48 -47
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +10 -1
- package/es/packages/editor/src/Editor.js +77 -1
- package/es/packages/fabric-chart/index.d.ts +3 -0
- package/es/packages/fabric-chart/index.js +11 -1
- package/es/packages/fabric-chart/src/FabricChart.js +3 -1
- package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +2 -0
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +3 -46
- package/es/packages/{editor/style/index.less → fabric-chart/src/hooks/useCenter.d.ts} +0 -0
- package/es/packages/{bpmn-workflow/src/BpmnWorkflow.d.js → fabric-chart/src/hooks/useCenter.js} +0 -0
- package/es/packages/fabric-chart/{style/index.less → src/hooks/useDraw.d.ts} +0 -0
- package/es/packages/{bpmn-workflow/types/BpmnViewer.d.js → fabric-chart/src/hooks/useDraw.js} +0 -0
- package/es/packages/fabric-chart/src/hooks/useGrid.d.ts +0 -0
- package/es/packages/{bpmn-workflow/types/ModelingModule.d.js → fabric-chart/src/hooks/useGrid.js} +0 -0
- package/es/packages/fabric-chart/src/hooks/useLeft.d.ts +0 -0
- package/es/packages/{bpmn-workflow/types/MoveCanvasModule.d.js → fabric-chart/src/hooks/useLeft.js} +0 -0
- package/es/packages/fabric-chart/src/hooks/useRight.d.ts +0 -0
- package/es/packages/fabric-chart/src/hooks/useRight.js +1 -0
- package/es/packages/fabric-chart/src/hooks/useTop.d.ts +0 -0
- package/es/packages/fabric-chart/src/hooks/useTop.js +1 -0
- package/es/packages/fabric-chart/src/interface.d.ts +0 -0
- package/es/packages/fabric-chart/src/interface.js +1 -0
- package/es/packages/field-set/index.d.ts +5300 -0
- package/es/packages/field-set/index.js +11 -1
- package/es/packages/field-set/src/FieldSet.js +3 -1
- package/es/packages/field-set/src/FieldSet.vue.d.ts +5300 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/field-set/src/NewFieldSet.js +3 -1
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2607 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/packages/field-set/src/OldFieldSet.js +3 -1
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/packages/form-render/index.d.ts +1401 -0
- package/es/packages/form-render/index.js +25 -12
- package/es/packages/form-render/src/FormRender.js +3 -1
- package/es/packages/form-render/src/FormRender.vue.d.ts +1401 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +100 -49
- package/es/packages/form-render/src/components/index.d.ts +0 -16
- package/es/packages/form-render/src/components/index.js +1 -16
- package/es/packages/form-render/src/components/{cascader.d.ts → renderer/cascader.d.ts} +2 -2
- package/es/packages/form-render/src/components/{cascader2.js → renderer/cascader.js} +28 -9
- package/es/packages/form-render/src/components/{checkbox.d.ts → renderer/checkbox.d.ts} +1 -1
- package/es/packages/form-render/src/components/{checkbox2.js → renderer/checkbox.js} +1 -1
- package/es/packages/form-render/src/components/{combination.d.ts → renderer/combination.d.ts} +1 -1
- package/es/packages/form-render/src/components/{combination2.js → renderer/combination.js} +3 -3
- package/es/packages/form-render/src/components/{complex.d.ts → renderer/complex.d.ts} +19 -0
- package/es/packages/form-render/src/components/{complex2.js → renderer/complex.js} +12 -4
- package/es/packages/form-render/src/components/{date.d.ts → renderer/date.d.ts} +0 -0
- package/es/packages/form-render/src/components/{date2.js → renderer/date.js} +0 -0
- package/es/packages/form-render/src/components/{formItem.d.ts → renderer/formItem.d.ts} +10 -8
- package/es/packages/form-render/src/components/{formItem2.js → renderer/formItem.js} +0 -0
- package/es/packages/form-render/src/components/renderer/index.d.ts +16 -0
- package/es/packages/form-render/src/components/renderer/index.js +16 -0
- package/es/packages/form-render/src/components/{input.d.ts → renderer/input.d.ts} +0 -0
- package/es/packages/form-render/src/components/{input2.js → renderer/input.js} +1 -1
- package/es/packages/form-render/src/components/{inputGroup.d.ts → renderer/inputGroup.d.ts} +0 -0
- package/es/packages/form-render/src/components/{inputGroup2.js → renderer/inputGroup.js} +0 -0
- package/es/packages/form-render/src/components/{inputNumber.d.ts → renderer/inputNumber.d.ts} +0 -0
- package/es/packages/form-render/src/components/{inputNumber2.js → renderer/inputNumber.js} +1 -1
- package/es/packages/form-render/src/components/{labelSelect.d.ts → renderer/labelSelect.d.ts} +0 -0
- package/es/packages/form-render/src/components/{labelSelect2.js → renderer/labelSelect.js} +0 -0
- package/es/packages/form-render/src/components/{collapse.d.ts → renderer/linebar.d.ts} +11 -2
- package/es/packages/form-render/src/components/renderer/linebar.js +75 -0
- package/es/packages/form-render/src/components/{radio.d.ts → renderer/radio.d.ts} +1 -1
- package/es/packages/form-render/src/components/{radio2.js → renderer/radio.js} +1 -1
- package/es/packages/form-render/src/components/{select.d.ts → renderer/select.d.ts} +2 -2
- package/es/packages/form-render/src/components/{select2.js → renderer/select.js} +3 -4
- package/es/packages/form-render/src/components/{slider.d.ts → renderer/slider.d.ts} +12 -12
- package/es/packages/form-render/src/components/{slider2.js → renderer/slider.js} +1 -1
- package/es/packages/form-render/src/components/{switch.d.ts → renderer/switch.d.ts} +0 -0
- package/es/packages/form-render/src/components/{switch2.js → renderer/switch.js} +1 -1
- package/es/packages/form-render/src/components/{textarea.d.ts → renderer/textarea.d.ts} +10 -7
- package/es/packages/form-render/src/components/{textarea2.js → renderer/textarea.js} +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +2 -1
- package/es/packages/form-render/src/constants/index.js +29 -1
- package/es/packages/form-render/src/hooks/index.d.ts +3 -0
- package/es/packages/form-render/src/hooks/index.js +14 -11
- package/es/packages/form-render/src/hooks/useAnchor.d.ts +16 -0
- package/es/packages/form-render/src/hooks/useAnchor.js +81 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +137 -1
- package/es/packages/form-render/src/hooks/useBusinessBinding.js +60 -1
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useChangeContext.js +21 -1
- package/es/packages/form-render/src/hooks/useCommonLog.js +10 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.js +197 -1
- package/es/packages/form-render/src/hooks/useFieldVisitor.js +38 -1
- package/es/packages/form-render/src/hooks/useFormContext.d.ts +8 -0
- package/es/packages/form-render/src/hooks/useFormContext.js +26 -0
- package/es/packages/form-render/src/hooks/useFormField.js +13 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +29 -1
- package/es/packages/form-render/src/hooks/useFormRequest.js +12 -1
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFormValidator.js +48 -1
- package/es/packages/form-render/src/hooks/useInitialData.d.ts +5 -0
- package/es/packages/form-render/src/hooks/useInitialData.js +11 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useTypeNormalize.js +42 -1
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +3 -2
- package/es/packages/form-render/src/utils/index.d.ts +3 -1
- package/es/packages/form-render/src/utils/index.js +80 -1
- package/es/packages/form-render/style/index.css +12 -5
- package/es/packages/form-table/index.d.ts +36024 -0
- package/es/packages/form-table/index.js +11 -1
- package/es/packages/form-table/src/FormTable.js +3 -1
- package/es/packages/form-table/src/FormTable.vue.d.ts +36024 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +6 -5
- package/es/packages/form-table/src/components/index.d.ts +35783 -0
- package/es/packages/form-table/src/components/index.js +54 -1
- package/es/packages/form-table/src/components/table-age.js +3 -1
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4310 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-date-picker.js +3 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5315 -0
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +3 -5
- package/es/packages/form-table/src/components/table-digital.js +3 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2921 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-input-password.js +3 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1629 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +4 -3
- package/es/packages/form-table/src/components/table-input.js +3 -1
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1586 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-month-picker.js +3 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5258 -0
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/form-table/src/components/table-search-more.js +3 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1791 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-search.js +3 -1
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3117 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-select-multiple.js +3 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/form-table/src/components/table-select.js +3 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/form-table/src/components/table-textarea.js +3 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1645 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/form-table/src/components/table-time-picker.js +3 -1
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/form-table/src/components/table-tree-select.js +3 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1897 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/form-table/src/components/text-over-tooltip.js +3 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +548 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/configs/index.js +74 -1
- package/es/packages/form-table/src/hooks/index.js +5 -5
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate.js +411 -1
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.js +160 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.js +95 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +71 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useItemDefault.js +218 -1
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useSearch.js +1216 -1
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/hooks/useValidate.js +480 -1
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +14 -1
- package/es/packages/grid/src/Grid.js +28 -1
- package/es/packages/grid/src/hooks.js +165 -1
- package/es/packages/index.css +58 -24
- package/es/packages/index.js +81 -29
- package/es/packages/info-header/index.d.ts +1866 -0
- package/es/packages/info-header/index.js +11 -1
- package/es/packages/info-header/src/HiddenContent.js +3 -1
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +379 -0
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +4 -0
- package/es/packages/info-header/src/InfoHeader.js +3 -1
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +1867 -0
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/src/SlotRender.js +35 -1
- package/es/packages/map/index.d.ts +2321 -0
- package/es/packages/map/index.js +11 -1
- package/es/packages/map/src/Map.js +3 -1
- package/es/packages/map/src/Map.vue.d.ts +2321 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +6 -5
- package/es/packages/scale-view/index.d.ts +4460 -0
- package/es/packages/scale-view/index.js +37 -1
- package/es/packages/scale-view/src/ScaleView.js +3 -1
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4283 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +68 -51
- package/es/packages/scale-view/src/components/AnswerParse.js +3 -1
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.js +3 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +4 -3
- package/es/packages/scale-view/src/components/EvaluatePage.js +3 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1509 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/packages/scale-view/src/components/LoadingCom.js +7 -2
- package/es/packages/scale-view/src/components/{LoadingCom.vue_vue_type_script_setup_true_lang.js → LoadingCom.vue_vue_type_template_id_413329b0_lang.js} +4 -8
- package/es/packages/scale-view/src/components/NoData.js +3 -1
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/packages/scale-view/src/components/ScaleScore.js +63 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +2 -1
- package/es/packages/scale-view/src/components/composables/choose-common.js +83 -1
- package/es/packages/scale-view/src/components/formitem/address.js +3993 -1
- package/es/packages/scale-view/src/components/formitem/r-address.js +225 -1
- package/es/packages/scale-view/src/components/formitem/r-cascader.js +133 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +280 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.js +113 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +212 -1
- package/es/packages/scale-view/src/components/formitem/r-input.js +88 -1
- package/es/packages/scale-view/src/components/formitem/r-map.js +105 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +9 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.js +240 -1
- package/es/packages/scale-view/src/components/formitem/r-select.js +148 -1
- package/es/packages/scale-view/src/components/formitem/r-upload.js +221 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +3 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +312 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +442 -1
- package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +28 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.js +81 -1
- package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +32 -31
- package/es/packages/scale-view/src/hooks/scaleview-state.js +45 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +162 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +185 -1
- package/es/packages/scale-view/src/hooks/use-component.d.ts +10300 -0
- package/es/packages/scale-view/src/hooks/use-component.js +82 -1
- package/es/packages/scale-view/src/hooks/use-evaluate.js +150 -1
- package/es/packages/scale-view/src/hooks/use-event.js +128 -1
- package/es/packages/scale-view/src/hooks/use-noData.js +41 -1
- package/es/packages/scale-view/src/utils/judge-types.js +40 -1
- package/es/packages/scale-view/style/index.css +19 -4
- package/es/packages/select-label/index.d.ts +12185 -0
- package/es/packages/select-label/index.js +17 -1
- package/es/packages/select-label/src/LabelFormContent.js +3 -1
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +317 -105
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +9 -9
- package/es/packages/select-label/src/SelectLabel.js +3 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7606 -0
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +38 -19
- package/es/packages/select-label/src/components/label-classify.js +3 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +251 -75
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +5 -1
- package/es/packages/select-label/style/index.css +10 -0
- package/es/packages/select-person/index.d.ts +3508 -0
- package/es/packages/select-person/index.js +11 -1
- package/es/packages/select-person/src/SearchTree.js +3 -1
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/select-person/src/SelectPerson.js +3 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3509 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +40 -28
- package/es/packages/select-person/src/utils/index.js +84 -1
- package/es/packages/time-line/index.d.ts +57 -32
- package/es/packages/time-line/index.js +11 -1
- package/es/packages/time-line/src/TimeLine.js +3 -1
- package/es/packages/time-line/src/TimeLine.vue.d.ts +56 -31
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/src/assets/img/failure.d.ts +2 -0
- package/es/src/assets/img/failure.js +1 -0
- package/es/src/assets/img/icon-asc.d.ts +2 -0
- package/es/src/assets/img/icon-asc.js +1 -0
- package/es/src/assets/img/icon-desc.d.ts +2 -0
- package/es/src/assets/img/icon-desc.js +1 -0
- package/es/src/assets/img/no-permission.d.ts +2 -0
- package/es/src/assets/img/no-permission.js +1 -0
- package/es/src/assets/img/nodata.d.ts +2 -0
- package/es/src/assets/img/nodata.js +1 -0
- package/es/src/assets/img/notfound.d.ts +2 -0
- package/es/src/assets/img/notfound.js +1 -0
- package/es/src/assets/img/qr.d.ts +2 -0
- package/es/src/assets/img/qr.js +1 -0
- package/es/src/assets/img/success.d.ts +2 -0
- package/es/src/assets/img/success.js +1 -0
- package/es/src/assets/img/video.d.ts +2 -0
- package/es/src/assets/img/video.js +1 -0
- package/es/src/assets/img/video_default_cover.d.ts +2 -0
- package/es/src/assets/img/video_default_cover.js +1 -0
- package/es/src/assets/img/video_hover.d.ts +2 -0
- package/es/src/assets/img/video_hover.js +1 -0
- package/es/src/assets/img/video_play_hover.d.ts +2 -0
- package/es/src/assets/img/video_play_hover.js +1 -0
- package/es/src/assets/img/xb_big.d.ts +2 -0
- package/es/src/assets/img/xb_big.js +1 -0
- package/es/src/assets/img/xb_small.d.ts +2 -0
- package/es/src/assets/img/xb_small.js +1 -0
- package/es/src/components/SelectPage/SelectPage.js +3 -1
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1452 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/src/components/SelectPage/index.js +2 -1
- package/es/src/components/SvgIcon/SvgIcon.js +3 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/src/components/SvgIcon/index.js +2 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.js +3 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/src/components/TextOverTooltip/index.js +2 -1
- package/es/src/components/player-vod/index.js +3 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/src/components/player-vod/player.js +121 -1
- package/es/src/components/player-vod/video-list.js +125 -1
- package/es/src/components/player-vod/video-modal.js +91 -1
- package/es/src/core/create.js +8 -1
- package/es/src/global/variable.js +4 -1
- package/es/src/utils/anime.d.ts +1 -1
- package/es/src/utils/anime.js +129 -1
- package/es/src/utils/clickoutside.js +48 -1
- package/es/src/utils/crypto.js +25 -1
- package/es/src/utils/index.js +15 -1
- package/es/src/utils/loadViewer.js +11 -1
- package/es/src/utils/loadVxe.js +12 -1
- package/es/src/utils/utilExpand.js +714 -1
- package/es/src/utils/vexutils.js +78 -1
- package/package.json +3 -5
- package/test.ts +326 -0
- package/es/packages/big-table/index2.js +0 -17
- package/es/packages/big-table/src/BigTable2.js +0 -4
- package/es/packages/big-table/src/bigTableEmits2.js +0 -50
- package/es/packages/big-table/src/bigTableProps2.js +0 -116
- package/es/packages/big-table/src/bigTableState2.js +0 -52
- package/es/packages/big-table/src/components/NoData2.js +0 -4
- package/es/packages/big-table/src/components/edit-form/edit-date2.js +0 -114
- package/es/packages/big-table/src/components/edit-form/edit-input2.js +0 -54
- package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +0 -148
- package/es/packages/big-table/src/components/edit-form/edit-select2.js +0 -89
- package/es/packages/big-table/src/hooks/useBatchEditing2.js +0 -289
- package/es/packages/big-table/src/hooks/useEdit2.js +0 -115
- package/es/packages/big-table/src/hooks/useEvent2.js +0 -70
- package/es/packages/big-table/src/hooks/useFormat2.js +0 -484
- package/es/packages/big-table/src/hooks/useNestTable2.js +0 -85
- package/es/packages/big-table/src/hooks/useTableParse2.js +0 -135
- package/es/packages/big-table/src/utils2.js +0 -607
- package/es/packages/big-table/style/index.less +0 -557
- package/es/packages/bpmn-workflow/index2.js +0 -11
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.js +0 -4
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.js +0 -1427
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.js +0 -373
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.js +0 -141
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.js +0 -99
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.js +0 -119
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.js +0 -40
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.js +0 -25
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.js +0 -12
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.js +0 -47
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.js +0 -14
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.js +0 -10
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.js +0 -15
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.js +0 -227
- package/es/packages/bpmn-workflow/style/index.less +0 -29
- package/es/packages/button-print/index2.js +0 -11
- package/es/packages/button-print/src/ButtonPrint2.js +0 -4
- package/es/packages/button-print/src/components/IdentityVerification2.js +0 -4
- package/es/packages/button-print/src/utils/print.es.min2.js +0 -2080
- package/es/packages/button-print/style/index.less +0 -30
- package/es/packages/chunk-upload/index2.js +0 -16
- package/es/packages/chunk-upload/src/chunk-upload-new2.js +0 -4
- package/es/packages/chunk-upload/src/hooks/upload-computed2.js +0 -68
- package/es/packages/chunk-upload/src/hooks/upload-data2.js +0 -93
- package/es/packages/chunk-upload/src/hooks/vod-computed2.js +0 -79
- package/es/packages/chunk-upload/src/hooks/vod-data2.js +0 -33
- package/es/packages/chunk-upload/src/vod-chunk-upload/index2.js +0 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.js +0 -4
- package/es/packages/chunk-upload/src/vod-upload-modal2.js +0 -95
- package/es/packages/chunk-upload/style/index.less +0 -395
- package/es/packages/drag-layout/index2.js +0 -13
- package/es/packages/drag-layout/src/DragFormLeftItem2.js +0 -4
- package/es/packages/drag-layout/src/DragFormRightItem2.js +0 -4
- package/es/packages/drag-layout/src/DragLayout2.js +0 -4
- package/es/packages/drag-layout/style/index.less +0 -208
- package/es/packages/editor/index2.js +0 -10
- package/es/packages/editor/src/Editor2.js +0 -77
- package/es/packages/fabric-chart/index2.js +0 -11
- package/es/packages/fabric-chart/src/FabricChart2.js +0 -4
- package/es/packages/field-set/index2.js +0 -11
- package/es/packages/field-set/src/FieldSet2.js +0 -4
- package/es/packages/field-set/src/NewFieldSet2.js +0 -4
- package/es/packages/field-set/src/OldFieldSet2.js +0 -4
- package/es/packages/field-set/style/index.less +0 -157
- package/es/packages/form-render/index2.js +0 -16
- package/es/packages/form-render/src/FormRender2.js +0 -4
- package/es/packages/form-render/src/components/cascader.js +0 -1
- package/es/packages/form-render/src/components/checkbox.js +0 -1
- package/es/packages/form-render/src/components/collapse.js +0 -1
- package/es/packages/form-render/src/components/collapse2.js +0 -54
- package/es/packages/form-render/src/components/combination.js +0 -1
- package/es/packages/form-render/src/components/complex.js +0 -1
- package/es/packages/form-render/src/components/date.js +0 -1
- package/es/packages/form-render/src/components/formItem.js +0 -1
- package/es/packages/form-render/src/components/index2.js +0 -16
- package/es/packages/form-render/src/components/input.js +0 -1
- package/es/packages/form-render/src/components/inputGroup.js +0 -1
- package/es/packages/form-render/src/components/inputNumber.js +0 -1
- package/es/packages/form-render/src/components/labelSelect.js +0 -1
- package/es/packages/form-render/src/components/radio.js +0 -1
- package/es/packages/form-render/src/components/select.js +0 -1
- package/es/packages/form-render/src/components/slider.js +0 -1
- package/es/packages/form-render/src/components/switch.js +0 -1
- package/es/packages/form-render/src/components/textarea.js +0 -1
- package/es/packages/form-render/src/constants/index2.js +0 -28
- package/es/packages/form-render/src/hooks/useAsyncQueue2.js +0 -138
- package/es/packages/form-render/src/hooks/useBusinessBinding2.js +0 -60
- package/es/packages/form-render/src/hooks/useChangeContext2.js +0 -21
- package/es/packages/form-render/src/hooks/useCommonLog2.js +0 -10
- package/es/packages/form-render/src/hooks/useFieldList2Schema2.js +0 -193
- package/es/packages/form-render/src/hooks/useFieldVisitor2.js +0 -38
- package/es/packages/form-render/src/hooks/useFormField2.js +0 -15
- package/es/packages/form-render/src/hooks/useFormItemDeps2.js +0 -29
- package/es/packages/form-render/src/hooks/useFormRequest2.js +0 -12
- package/es/packages/form-render/src/hooks/useFormValidator2.js +0 -48
- package/es/packages/form-render/src/hooks/useTypeNormalize2.js +0 -37
- package/es/packages/form-render/src/utils/index2.js +0 -71
- package/es/packages/form-render/style/index.less +0 -129
- package/es/packages/form-table/index2.js +0 -11
- package/es/packages/form-table/src/FormTable2.js +0 -4
- package/es/packages/form-table/src/components/index2.js +0 -54
- package/es/packages/form-table/src/components/table-age2.js +0 -4
- package/es/packages/form-table/src/components/table-date-picker2.js +0 -4
- package/es/packages/form-table/src/components/table-digital2.js +0 -4
- package/es/packages/form-table/src/components/table-input-password2.js +0 -4
- package/es/packages/form-table/src/components/table-input2.js +0 -4
- package/es/packages/form-table/src/components/table-month-picker2.js +0 -4
- package/es/packages/form-table/src/components/table-search-more2.js +0 -4
- package/es/packages/form-table/src/components/table-search2.js +0 -4
- package/es/packages/form-table/src/components/table-select-multiple2.js +0 -4
- package/es/packages/form-table/src/components/table-select2.js +0 -4
- package/es/packages/form-table/src/components/table-textarea2.js +0 -4
- package/es/packages/form-table/src/components/table-time-picker2.js +0 -4
- package/es/packages/form-table/src/components/table-tree-select2.js +0 -4
- package/es/packages/form-table/src/components/text-over-tooltip2.js +0 -4
- package/es/packages/form-table/src/configs/index2.js +0 -74
- package/es/packages/form-table/src/hooks/useBoundDate2.js +0 -411
- package/es/packages/form-table/src/hooks/useDateType2.js +0 -160
- package/es/packages/form-table/src/hooks/useFormCommon2.js +0 -95
- package/es/packages/form-table/src/hooks/useFormEvent2.js +0 -71
- package/es/packages/form-table/src/hooks/useItemDefault2.js +0 -218
- package/es/packages/form-table/src/hooks/useSearch2.js +0 -1216
- package/es/packages/form-table/src/hooks/useValidate2.js +0 -480
- package/es/packages/form-table/style/index.less +0 -301
- package/es/packages/grid/index2.js +0 -14
- package/es/packages/grid/src/Grid2.js +0 -28
- package/es/packages/grid/src/hooks2.js +0 -165
- package/es/packages/grid/style/index.less +0 -13
- package/es/packages/index.less +0 -3075
- package/es/packages/index2.js +0 -67
- package/es/packages/info-header/index2.js +0 -11
- package/es/packages/info-header/src/HiddenContent2.js +0 -4
- package/es/packages/info-header/src/InfoHeader2.js +0 -4
- package/es/packages/info-header/src/SlotRender2.js +0 -35
- package/es/packages/info-header/style/index.less +0 -149
- package/es/packages/map/index2.js +0 -11
- package/es/packages/map/src/Map2.js +0 -4
- package/es/packages/map/style/index.less +0 -60
- package/es/packages/scale-view/index2.js +0 -37
- package/es/packages/scale-view/src/ScaleView2.js +0 -4
- package/es/packages/scale-view/src/components/AnswerParse2.js +0 -4
- package/es/packages/scale-view/src/components/EvaluateCountdown2.js +0 -4
- package/es/packages/scale-view/src/components/EvaluatePage2.js +0 -4
- package/es/packages/scale-view/src/components/LoadingCom.vue.d.ts +0 -13
- package/es/packages/scale-view/src/components/LoadingCom2.js +0 -4
- package/es/packages/scale-view/src/components/NoData2.js +0 -4
- package/es/packages/scale-view/src/components/ScaleScore2.js +0 -63
- package/es/packages/scale-view/src/components/composables/choose-common2.js +0 -78
- package/es/packages/scale-view/src/components/formitem/address2.js +0 -3993
- package/es/packages/scale-view/src/components/formitem/r-address2.js +0 -225
- package/es/packages/scale-view/src/components/formitem/r-cascader2.js +0 -134
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +0 -235
- package/es/packages/scale-view/src/components/formitem/r-collection2.js +0 -109
- package/es/packages/scale-view/src/components/formitem/r-datetime2.js +0 -209
- package/es/packages/scale-view/src/components/formitem/r-input2.js +0 -88
- package/es/packages/scale-view/src/components/formitem/r-map2.js +0 -105
- package/es/packages/scale-view/src/components/formitem/r-radio2.js +0 -227
- package/es/packages/scale-view/src/components/formitem/r-select2.js +0 -149
- package/es/packages/scale-view/src/components/formitem/r-upload2.js +0 -210
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.js +0 -4
- package/es/packages/scale-view/src/hooks/scaleview-computed2.js +0 -320
- package/es/packages/scale-view/src/hooks/scaleview-init2.js +0 -442
- package/es/packages/scale-view/src/hooks/scaleview-props2.js +0 -60
- package/es/packages/scale-view/src/hooks/scaleview-state2.js +0 -42
- package/es/packages/scale-view/src/hooks/scaleview-submit2.js +0 -162
- package/es/packages/scale-view/src/hooks/scaleview-validate2.js +0 -185
- package/es/packages/scale-view/src/hooks/use-component2.js +0 -82
- package/es/packages/scale-view/src/hooks/use-evaluate2.js +0 -150
- package/es/packages/scale-view/src/hooks/use-event2.js +0 -128
- package/es/packages/scale-view/src/hooks/use-noData2.js +0 -41
- package/es/packages/scale-view/src/utils/judge-types2.js +0 -40
- package/es/packages/scale-view/style/index.less +0 -753
- package/es/packages/select-label/index2.js +0 -17
- package/es/packages/select-label/src/LabelFormContent2.js +0 -4
- package/es/packages/select-label/src/SelectLabel2.js +0 -4
- package/es/packages/select-label/src/components/label-classify2.js +0 -4
- package/es/packages/select-label/style/index.less +0 -151
- package/es/packages/select-person/index2.js +0 -11
- package/es/packages/select-person/src/SearchTree2.js +0 -4
- package/es/packages/select-person/src/SelectPerson2.js +0 -4
- package/es/packages/select-person/src/utils/index2.js +0 -84
- package/es/packages/select-person/style/index.less +0 -229
- package/es/packages/time-line/index2.js +0 -11
- package/es/packages/time-line/src/TimeLine2.js +0 -4
- package/es/packages/time-line/style/index.less +0 -35
- package/es/src/assets/img/failure.png +0 -0
- package/es/src/assets/img/icon-asc.png +0 -0
- package/es/src/assets/img/icon-desc.png +0 -0
- package/es/src/assets/img/no-permission.png +0 -0
- package/es/src/assets/img/nodata.png +0 -0
- package/es/src/assets/img/notfound.png +0 -0
- package/es/src/assets/img/qr.png +0 -0
- package/es/src/assets/img/success.png +0 -0
- package/es/src/assets/img/video.png +0 -0
- package/es/src/assets/img/video_default_cover.png +0 -0
- package/es/src/assets/img/video_hover.png +0 -0
- package/es/src/assets/img/video_play_hover.png +0 -0
- package/es/src/assets/img/xb_big.png +0 -0
- package/es/src/assets/img/xb_small.png +0 -0
- package/es/src/components/SelectPage/SelectPage2.js +0 -4
- package/es/src/components/SelectPage/index2.js +0 -3
- package/es/src/components/SvgIcon/SvgIcon2.js +0 -4
- package/es/src/components/SvgIcon/index2.js +0 -3
- package/es/src/components/TextOverTooltip/TextOverTooltip2.js +0 -4
- package/es/src/components/TextOverTooltip/index2.js +0 -3
- package/es/src/components/player-vod/index2.js +0 -4
- package/es/src/components/player-vod/player2.js +0 -121
- package/es/src/components/player-vod/video-list2.js +0 -125
- package/es/src/components/player-vod/video-modal2.js +0 -91
- package/es/src/core/create2.js +0 -8
- package/es/src/global/variable2.js +0 -4
- package/es/src/utils/anime2.js +0 -126
- package/es/src/utils/clickoutside2.js +0 -48
- package/es/src/utils/crypto2.js +0 -25
- package/es/src/utils/index2.js +0 -15
- package/es/src/utils/loadViewer2.js +0 -11
- package/es/src/utils/loadVxe2.js +0 -12
- package/es/src/utils/utilExpand2.js +0 -714
- package/es/src/utils/vexutils2.js +0 -80
|
@@ -82,6 +82,8 @@ 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>;
|
|
85
87
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
86
88
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
87
89
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
@@ -104,6 +106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
106
|
readonly type: NumberConstructor;
|
|
105
107
|
readonly default: 1;
|
|
106
108
|
};
|
|
109
|
+
/** line 类型 */
|
|
107
110
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
108
111
|
readonly xGap: {
|
|
109
112
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -114,13 +117,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
117
|
readonly default: 0;
|
|
115
118
|
};
|
|
116
119
|
}>>, {
|
|
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;
|
|
120
|
+
readonly cols: string | number;
|
|
121
|
+
readonly responsive: "self" | "screen";
|
|
122
|
+
readonly collapsed: boolean;
|
|
123
|
+
readonly itemResponsive: boolean;
|
|
124
|
+
readonly collapsedRows: number;
|
|
125
|
+
readonly xGap: string | number;
|
|
126
|
+
readonly yGap: string | number;
|
|
124
127
|
}>;
|
|
125
128
|
NFormItemGi: import("vue").DefineComponent<{
|
|
126
129
|
readonly label: StringConstructor;
|
|
@@ -408,16 +411,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
408
411
|
readonly default: true;
|
|
409
412
|
};
|
|
410
413
|
}>>, {
|
|
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;
|
|
414
|
+
readonly required: boolean;
|
|
415
|
+
readonly first: boolean;
|
|
416
|
+
readonly offset: string | number;
|
|
417
|
+
readonly span: string | number;
|
|
418
|
+
readonly suffix: boolean;
|
|
419
|
+
readonly showRequireMark: boolean | undefined;
|
|
420
|
+
readonly showFeedback: boolean | undefined;
|
|
421
|
+
readonly showLabel: boolean | undefined;
|
|
422
|
+
readonly ignorePathChange: boolean;
|
|
423
|
+
readonly privateShow: boolean;
|
|
421
424
|
}>;
|
|
422
425
|
NButton: import("vue").DefineComponent<{
|
|
423
426
|
readonly color: StringConstructor;
|
|
@@ -464,7 +467,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
464
467
|
readonly default: true;
|
|
465
468
|
};
|
|
466
469
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
467
|
-
readonly nativeFocusBehavior:
|
|
470
|
+
readonly nativeFocusBehavior: {
|
|
471
|
+
readonly type: BooleanConstructor;
|
|
472
|
+
readonly default: boolean;
|
|
473
|
+
};
|
|
468
474
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
469
475
|
heightTiny: string;
|
|
470
476
|
heightSmall: string;
|
|
@@ -1084,7 +1090,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1084
1090
|
} | null>;
|
|
1085
1091
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1086
1092
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
1087
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
1093
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
1088
1094
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
1089
1095
|
enterPressed: import("vue").Ref<boolean>;
|
|
1090
1096
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -1178,7 +1184,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1178
1184
|
readonly default: true;
|
|
1179
1185
|
};
|
|
1180
1186
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1181
|
-
readonly nativeFocusBehavior:
|
|
1187
|
+
readonly nativeFocusBehavior: {
|
|
1188
|
+
readonly type: BooleanConstructor;
|
|
1189
|
+
readonly default: boolean;
|
|
1190
|
+
};
|
|
1182
1191
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1183
1192
|
heightTiny: string;
|
|
1184
1193
|
heightSmall: string;
|
|
@@ -1792,26 +1801,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1792
1801
|
rippleDuration: string;
|
|
1793
1802
|
}, any>>>;
|
|
1794
1803
|
}>>, {
|
|
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;
|
|
1804
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1805
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1806
|
+
readonly block: boolean;
|
|
1807
|
+
readonly round: boolean;
|
|
1808
|
+
readonly dashed: boolean;
|
|
1809
|
+
readonly text: boolean;
|
|
1810
|
+
readonly circle: boolean;
|
|
1811
|
+
readonly disabled: boolean;
|
|
1812
|
+
readonly focusable: boolean;
|
|
1813
|
+
readonly strong: boolean;
|
|
1814
|
+
readonly loading: boolean;
|
|
1815
|
+
readonly bordered: boolean;
|
|
1816
|
+
readonly tertiary: boolean;
|
|
1817
|
+
readonly ghost: boolean;
|
|
1818
|
+
readonly keyboard: boolean;
|
|
1819
|
+
readonly secondary: boolean;
|
|
1820
|
+
readonly quaternary: boolean;
|
|
1821
|
+
readonly iconPlacement: "left" | "right";
|
|
1822
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1823
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1824
|
}>;
|
|
1816
1825
|
NModal: import("vue").DefineComponent<{
|
|
1817
1826
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1932,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1923
1932
|
titleTextColor: string;
|
|
1924
1933
|
textColor: string;
|
|
1925
1934
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1935
|
closeColorHover: string;
|
|
1928
1936
|
closeColorPressed: string;
|
|
1937
|
+
closeIconColor: string;
|
|
1938
|
+
closeIconColorHover: string;
|
|
1939
|
+
closeIconColorPressed: string;
|
|
1940
|
+
closeBorderRadius: string;
|
|
1929
1941
|
iconColor: string;
|
|
1930
1942
|
iconColorInfo: string;
|
|
1931
1943
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1953,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1941
1953
|
iconMargin: string;
|
|
1942
1954
|
iconMarginIconTop: string;
|
|
1943
1955
|
closeSize: string;
|
|
1956
|
+
closeIconSize: string;
|
|
1944
1957
|
closeMargin: string;
|
|
1945
1958
|
closeMarginIconTop: string;
|
|
1946
1959
|
}, {
|
|
@@ -2161,9 +2174,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2161
2174
|
borderColor: string;
|
|
2162
2175
|
actionColor: string;
|
|
2163
2176
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2177
|
closeColorHover: string;
|
|
2166
2178
|
closeColorPressed: string;
|
|
2179
|
+
closeBorderRadius: string;
|
|
2180
|
+
closeIconColor: string;
|
|
2181
|
+
closeIconColorHover: string;
|
|
2182
|
+
closeIconColorPressed: string;
|
|
2167
2183
|
fontSizeSmall: string;
|
|
2168
2184
|
fontSizeMedium: string;
|
|
2169
2185
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2194,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2178
2194
|
titleFontSizeMedium: string;
|
|
2179
2195
|
titleFontSizeLarge: string;
|
|
2180
2196
|
titleFontSizeHuge: string;
|
|
2197
|
+
closeIconSize: string;
|
|
2181
2198
|
closeSize: string;
|
|
2182
2199
|
}, any>;
|
|
2183
2200
|
}>>;
|
|
@@ -2197,9 +2214,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2197
2214
|
titleTextColor: string;
|
|
2198
2215
|
textColor: string;
|
|
2199
2216
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2217
|
closeColorHover: string;
|
|
2202
2218
|
closeColorPressed: string;
|
|
2219
|
+
closeIconColor: string;
|
|
2220
|
+
closeIconColorHover: string;
|
|
2221
|
+
closeIconColorPressed: string;
|
|
2222
|
+
closeBorderRadius: string;
|
|
2203
2223
|
iconColor: string;
|
|
2204
2224
|
iconColorInfo: string;
|
|
2205
2225
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2235,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2215
2235
|
iconMargin: string;
|
|
2216
2236
|
iconMarginIconTop: string;
|
|
2217
2237
|
closeSize: string;
|
|
2238
|
+
closeIconSize: string;
|
|
2218
2239
|
closeMargin: string;
|
|
2219
2240
|
closeMarginIconTop: string;
|
|
2220
2241
|
}, {
|
|
@@ -2435,9 +2456,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2435
2456
|
borderColor: string;
|
|
2436
2457
|
actionColor: string;
|
|
2437
2458
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2459
|
closeColorHover: string;
|
|
2440
2460
|
closeColorPressed: string;
|
|
2461
|
+
closeBorderRadius: string;
|
|
2462
|
+
closeIconColor: string;
|
|
2463
|
+
closeIconColorHover: string;
|
|
2464
|
+
closeIconColorPressed: string;
|
|
2441
2465
|
fontSizeSmall: string;
|
|
2442
2466
|
fontSizeMedium: string;
|
|
2443
2467
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2476,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2452
2476
|
titleFontSizeMedium: string;
|
|
2453
2477
|
titleFontSizeLarge: string;
|
|
2454
2478
|
titleFontSizeHuge: string;
|
|
2479
|
+
closeIconSize: string;
|
|
2455
2480
|
closeSize: string;
|
|
2456
2481
|
}, any>;
|
|
2457
2482
|
}>>>;
|
|
@@ -2471,9 +2496,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2496
|
titleTextColor: string;
|
|
2472
2497
|
textColor: string;
|
|
2473
2498
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2499
|
closeColorHover: string;
|
|
2476
2500
|
closeColorPressed: string;
|
|
2501
|
+
closeIconColor: string;
|
|
2502
|
+
closeIconColorHover: string;
|
|
2503
|
+
closeIconColorPressed: string;
|
|
2504
|
+
closeBorderRadius: string;
|
|
2477
2505
|
iconColor: string;
|
|
2478
2506
|
iconColorInfo: string;
|
|
2479
2507
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2517
|
iconMargin: string;
|
|
2490
2518
|
iconMarginIconTop: string;
|
|
2491
2519
|
closeSize: string;
|
|
2520
|
+
closeIconSize: string;
|
|
2492
2521
|
closeMargin: string;
|
|
2493
2522
|
closeMarginIconTop: string;
|
|
2494
2523
|
}, {
|
|
@@ -2709,9 +2738,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2738
|
borderColor: string;
|
|
2710
2739
|
actionColor: string;
|
|
2711
2740
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2741
|
closeColorHover: string;
|
|
2714
2742
|
closeColorPressed: string;
|
|
2743
|
+
closeBorderRadius: string;
|
|
2744
|
+
closeIconColor: string;
|
|
2745
|
+
closeIconColorHover: string;
|
|
2746
|
+
closeIconColorPressed: string;
|
|
2715
2747
|
fontSizeSmall: string;
|
|
2716
2748
|
fontSizeMedium: string;
|
|
2717
2749
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2758,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2726
2758
|
titleFontSizeMedium: string;
|
|
2727
2759
|
titleFontSizeLarge: string;
|
|
2728
2760
|
titleFontSizeHuge: string;
|
|
2761
|
+
closeIconSize: string;
|
|
2729
2762
|
closeSize: string;
|
|
2730
2763
|
}, any>;
|
|
2731
2764
|
}>>>;
|
|
@@ -2861,9 +2894,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2861
2894
|
titleTextColor: string;
|
|
2862
2895
|
textColor: string;
|
|
2863
2896
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2897
|
closeColorHover: string;
|
|
2866
2898
|
closeColorPressed: string;
|
|
2899
|
+
closeIconColor: string;
|
|
2900
|
+
closeIconColorHover: string;
|
|
2901
|
+
closeIconColorPressed: string;
|
|
2902
|
+
closeBorderRadius: string;
|
|
2867
2903
|
iconColor: string;
|
|
2868
2904
|
iconColorInfo: string;
|
|
2869
2905
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2915,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2879
2915
|
iconMargin: string;
|
|
2880
2916
|
iconMarginIconTop: string;
|
|
2881
2917
|
closeSize: string;
|
|
2918
|
+
closeIconSize: string;
|
|
2882
2919
|
closeMargin: string;
|
|
2883
2920
|
closeMarginIconTop: string;
|
|
2884
2921
|
}, {
|
|
@@ -3099,9 +3136,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3099
3136
|
borderColor: string;
|
|
3100
3137
|
actionColor: string;
|
|
3101
3138
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3139
|
closeColorHover: string;
|
|
3104
3140
|
closeColorPressed: string;
|
|
3141
|
+
closeBorderRadius: string;
|
|
3142
|
+
closeIconColor: string;
|
|
3143
|
+
closeIconColorHover: string;
|
|
3144
|
+
closeIconColorPressed: string;
|
|
3105
3145
|
fontSizeSmall: string;
|
|
3106
3146
|
fontSizeMedium: string;
|
|
3107
3147
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3156
|
titleFontSizeMedium: string;
|
|
3117
3157
|
titleFontSizeLarge: string;
|
|
3118
3158
|
titleFontSizeHuge: string;
|
|
3159
|
+
closeIconSize: string;
|
|
3119
3160
|
closeSize: string;
|
|
3120
3161
|
}, any>;
|
|
3121
3162
|
}>>;
|
|
@@ -3135,9 +3176,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3135
3176
|
titleTextColor: string;
|
|
3136
3177
|
textColor: string;
|
|
3137
3178
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3179
|
closeColorHover: string;
|
|
3140
3180
|
closeColorPressed: string;
|
|
3181
|
+
closeIconColor: string;
|
|
3182
|
+
closeIconColorHover: string;
|
|
3183
|
+
closeIconColorPressed: string;
|
|
3184
|
+
closeBorderRadius: string;
|
|
3141
3185
|
iconColor: string;
|
|
3142
3186
|
iconColorInfo: string;
|
|
3143
3187
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3153
3197
|
iconMargin: string;
|
|
3154
3198
|
iconMarginIconTop: string;
|
|
3155
3199
|
closeSize: string;
|
|
3200
|
+
closeIconSize: string;
|
|
3156
3201
|
closeMargin: string;
|
|
3157
3202
|
closeMarginIconTop: string;
|
|
3158
3203
|
}, {
|
|
@@ -3373,9 +3418,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3373
3418
|
borderColor: string;
|
|
3374
3419
|
actionColor: string;
|
|
3375
3420
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3421
|
closeColorHover: string;
|
|
3378
3422
|
closeColorPressed: string;
|
|
3423
|
+
closeBorderRadius: string;
|
|
3424
|
+
closeIconColor: string;
|
|
3425
|
+
closeIconColorHover: string;
|
|
3426
|
+
closeIconColorPressed: string;
|
|
3379
3427
|
fontSizeSmall: string;
|
|
3380
3428
|
fontSizeMedium: string;
|
|
3381
3429
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3438,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3438
|
titleFontSizeMedium: string;
|
|
3391
3439
|
titleFontSizeLarge: string;
|
|
3392
3440
|
titleFontSizeHuge: string;
|
|
3441
|
+
closeIconSize: string;
|
|
3393
3442
|
closeSize: string;
|
|
3394
3443
|
}, any>;
|
|
3395
3444
|
}>>>;
|
|
@@ -3409,9 +3458,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3458
|
titleTextColor: string;
|
|
3410
3459
|
textColor: string;
|
|
3411
3460
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3461
|
closeColorHover: string;
|
|
3414
3462
|
closeColorPressed: string;
|
|
3463
|
+
closeIconColor: string;
|
|
3464
|
+
closeIconColorHover: string;
|
|
3465
|
+
closeIconColorPressed: string;
|
|
3466
|
+
closeBorderRadius: string;
|
|
3415
3467
|
iconColor: string;
|
|
3416
3468
|
iconColorInfo: string;
|
|
3417
3469
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3479,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3427
3479
|
iconMargin: string;
|
|
3428
3480
|
iconMarginIconTop: string;
|
|
3429
3481
|
closeSize: string;
|
|
3482
|
+
closeIconSize: string;
|
|
3430
3483
|
closeMargin: string;
|
|
3431
3484
|
closeMarginIconTop: string;
|
|
3432
3485
|
}, {
|
|
@@ -3647,9 +3700,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3647
3700
|
borderColor: string;
|
|
3648
3701
|
actionColor: string;
|
|
3649
3702
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3703
|
closeColorHover: string;
|
|
3652
3704
|
closeColorPressed: string;
|
|
3705
|
+
closeBorderRadius: string;
|
|
3706
|
+
closeIconColor: string;
|
|
3707
|
+
closeIconColorHover: string;
|
|
3708
|
+
closeIconColorPressed: string;
|
|
3653
3709
|
fontSizeSmall: string;
|
|
3654
3710
|
fontSizeMedium: string;
|
|
3655
3711
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3720,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3664
3720
|
titleFontSizeMedium: string;
|
|
3665
3721
|
titleFontSizeLarge: string;
|
|
3666
3722
|
titleFontSizeHuge: string;
|
|
3723
|
+
closeIconSize: string;
|
|
3667
3724
|
closeSize: string;
|
|
3668
3725
|
}, any>;
|
|
3669
3726
|
}>>>;
|
|
@@ -3944,14 +4001,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3944
4001
|
labelTextAlignHorizontal: string;
|
|
3945
4002
|
}, any>>>;
|
|
3946
4003
|
}>>, {
|
|
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;
|
|
4004
|
+
readonly inline: boolean;
|
|
4005
|
+
readonly disabled: boolean;
|
|
4006
|
+
readonly onSubmit: (e: Event) => void;
|
|
4007
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4008
|
+
readonly model: Record<string, any>;
|
|
4009
|
+
readonly showRequireMark: boolean | undefined;
|
|
4010
|
+
readonly showFeedback: boolean;
|
|
4011
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4012
|
}>;
|
|
3956
4013
|
NInput: import("vue").DefineComponent<{
|
|
3957
4014
|
bordered: {
|
|
@@ -4011,6 +4068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4011
4068
|
type: BooleanConstructor;
|
|
4012
4069
|
default: undefined;
|
|
4013
4070
|
};
|
|
4071
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4014
4072
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4015
4073
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4016
4074
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4231,8 +4289,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4231
4289
|
contentRef: HTMLElement | null;
|
|
4232
4290
|
containerScrollTop: number;
|
|
4233
4291
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4292
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4293
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4294
|
sync: () => void;
|
|
4237
4295
|
handleMouseEnterWrapper: () => void;
|
|
4238
4296
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4248,7 +4306,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4248
4306
|
isComposing: import("vue").Ref<boolean>;
|
|
4249
4307
|
activated: import("vue").Ref<boolean>;
|
|
4250
4308
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
4251
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
4309
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
4252
4310
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4253
4311
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
4254
4312
|
textDecoration: string;
|
|
@@ -4266,7 +4324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4266
4324
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4267
4325
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4268
4326
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4269
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
4327
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
4270
4328
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4271
4329
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4272
4330
|
handleMouseEnter: () => void;
|
|
@@ -4277,7 +4335,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4277
4335
|
handleClear: (e: MouseEvent) => void;
|
|
4278
4336
|
handlePasswordToggleClick: () => void;
|
|
4279
4337
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4280
|
-
|
|
4338
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
4281
4339
|
handleTextAreaMirrorResize: () => void;
|
|
4282
4340
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4283
4341
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4321,10 +4379,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4379
|
opacity5: string;
|
|
4322
4380
|
dividerColor: string;
|
|
4323
4381
|
borderColor: string;
|
|
4324
|
-
|
|
4382
|
+
closeIconColor: string;
|
|
4383
|
+
closeIconColorHover: string;
|
|
4384
|
+
closeIconColorPressed: string;
|
|
4325
4385
|
closeColorHover: string;
|
|
4326
4386
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4387
|
clearColor: string;
|
|
4329
4388
|
clearColorHover: string;
|
|
4330
4389
|
clearColorPressed: string;
|
|
@@ -4565,6 +4624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4565
4624
|
type: BooleanConstructor;
|
|
4566
4625
|
default: undefined;
|
|
4567
4626
|
};
|
|
4627
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4568
4628
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4569
4629
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4570
4630
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4832,10 +4892,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4832
4892
|
};
|
|
4833
4893
|
readonly remote: BooleanConstructor;
|
|
4834
4894
|
readonly loading: BooleanConstructor;
|
|
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
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
4839
4896
|
readonly placement: {
|
|
4840
4897
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
4841
4898
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4902,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4845
4902
|
readonly default: "trigger";
|
|
4846
4903
|
};
|
|
4847
4904
|
readonly tag: BooleanConstructor;
|
|
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
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4906
|
readonly fallbackOption: {
|
|
4856
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
4857
|
-
readonly default:
|
|
4858
|
-
label: string;
|
|
4859
|
-
value: string | number;
|
|
4860
|
-
};
|
|
4907
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4908
|
+
readonly default: undefined;
|
|
4861
4909
|
};
|
|
4862
4910
|
readonly show: {
|
|
4863
4911
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,6 +4924,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4876
4924
|
readonly type: BooleanConstructor;
|
|
4877
4925
|
readonly default: true;
|
|
4878
4926
|
};
|
|
4927
|
+
readonly labelField: {
|
|
4928
|
+
readonly type: StringConstructor;
|
|
4929
|
+
readonly default: "label";
|
|
4930
|
+
};
|
|
4931
|
+
readonly valueField: {
|
|
4932
|
+
readonly type: StringConstructor;
|
|
4933
|
+
readonly default: "value";
|
|
4934
|
+
};
|
|
4935
|
+
readonly childrenField: {
|
|
4936
|
+
readonly type: StringConstructor;
|
|
4937
|
+
readonly default: "children";
|
|
4938
|
+
};
|
|
4879
4939
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4940
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4941
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4898,6 +4958,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4898
4958
|
readonly default: true;
|
|
4899
4959
|
};
|
|
4900
4960
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4961
|
+
readonly internalShowCheckmark: {
|
|
4962
|
+
readonly type: BooleanConstructor;
|
|
4963
|
+
readonly default: true;
|
|
4964
|
+
};
|
|
4901
4965
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4966
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4967
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5057,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
5057
|
optionCheckColor: string;
|
|
4994
5058
|
optionColorPending: string;
|
|
4995
5059
|
optionColorActive: string;
|
|
5060
|
+
optionColorActivePending: string;
|
|
4996
5061
|
actionTextColor: string;
|
|
4997
5062
|
loadingColor: string;
|
|
4998
5063
|
height: string;
|
|
@@ -5118,6 +5183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5118
5183
|
optionCheckColor: string;
|
|
5119
5184
|
optionColorPending: string;
|
|
5120
5185
|
optionColorActive: string;
|
|
5186
|
+
optionColorActivePending: string;
|
|
5121
5187
|
actionTextColor: string;
|
|
5122
5188
|
loadingColor: string;
|
|
5123
5189
|
height: string;
|
|
@@ -5243,6 +5309,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5243
5309
|
optionCheckColor: string;
|
|
5244
5310
|
optionColorPending: string;
|
|
5245
5311
|
optionColorActive: string;
|
|
5312
|
+
optionColorActivePending: string;
|
|
5246
5313
|
actionTextColor: string;
|
|
5247
5314
|
loadingColor: string;
|
|
5248
5315
|
height: string;
|
|
@@ -5307,7 +5374,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5307
5374
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
5308
5375
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
5309
5376
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
5310
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
5377
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
5311
5378
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
5312
5379
|
focused: import("vue").Ref<boolean>;
|
|
5313
5380
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -5372,10 +5439,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5372
5439
|
opacity5: string;
|
|
5373
5440
|
dividerColor: string;
|
|
5374
5441
|
borderColor: string;
|
|
5375
|
-
|
|
5442
|
+
closeIconColor: string;
|
|
5443
|
+
closeIconColorHover: string;
|
|
5444
|
+
closeIconColorPressed: string;
|
|
5376
5445
|
closeColorHover: string;
|
|
5377
5446
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5447
|
clearColor: string;
|
|
5380
5448
|
clearColorHover: string;
|
|
5381
5449
|
clearColorPressed: string;
|
|
@@ -5530,6 +5598,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5530
5598
|
optionCheckColor: string;
|
|
5531
5599
|
optionColorPending: string;
|
|
5532
5600
|
optionColorActive: string;
|
|
5601
|
+
optionColorActivePending: string;
|
|
5533
5602
|
actionTextColor: string;
|
|
5534
5603
|
loadingColor: string;
|
|
5535
5604
|
height: string;
|
|
@@ -5645,10 +5714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5645
5714
|
};
|
|
5646
5715
|
readonly remote: BooleanConstructor;
|
|
5647
5716
|
readonly loading: BooleanConstructor;
|
|
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
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
5652
5718
|
readonly placement: {
|
|
5653
5719
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5654
5720
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5724,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5658
5724
|
readonly default: "trigger";
|
|
5659
5725
|
};
|
|
5660
5726
|
readonly tag: BooleanConstructor;
|
|
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
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5728
|
readonly fallbackOption: {
|
|
5669
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5670
|
-
readonly default:
|
|
5671
|
-
label: string;
|
|
5672
|
-
value: string | number;
|
|
5673
|
-
};
|
|
5729
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5730
|
+
readonly default: undefined;
|
|
5674
5731
|
};
|
|
5675
5732
|
readonly show: {
|
|
5676
5733
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,6 +5746,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5746
|
readonly type: BooleanConstructor;
|
|
5690
5747
|
readonly default: true;
|
|
5691
5748
|
};
|
|
5749
|
+
readonly labelField: {
|
|
5750
|
+
readonly type: StringConstructor;
|
|
5751
|
+
readonly default: "label";
|
|
5752
|
+
};
|
|
5753
|
+
readonly valueField: {
|
|
5754
|
+
readonly type: StringConstructor;
|
|
5755
|
+
readonly default: "value";
|
|
5756
|
+
};
|
|
5757
|
+
readonly childrenField: {
|
|
5758
|
+
readonly type: StringConstructor;
|
|
5759
|
+
readonly default: "children";
|
|
5760
|
+
};
|
|
5692
5761
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5762
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5763
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5711,6 +5780,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5711
5780
|
readonly default: true;
|
|
5712
5781
|
};
|
|
5713
5782
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5783
|
+
readonly internalShowCheckmark: {
|
|
5784
|
+
readonly type: BooleanConstructor;
|
|
5785
|
+
readonly default: true;
|
|
5786
|
+
};
|
|
5714
5787
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5788
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5789
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5879,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5806
5879
|
optionCheckColor: string;
|
|
5807
5880
|
optionColorPending: string;
|
|
5808
5881
|
optionColorActive: string;
|
|
5882
|
+
optionColorActivePending: string;
|
|
5809
5883
|
actionTextColor: string;
|
|
5810
5884
|
loadingColor: string;
|
|
5811
5885
|
height: string;
|
|
@@ -5931,6 +6005,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5931
6005
|
optionCheckColor: string;
|
|
5932
6006
|
optionColorPending: string;
|
|
5933
6007
|
optionColorActive: string;
|
|
6008
|
+
optionColorActivePending: string;
|
|
5934
6009
|
actionTextColor: string;
|
|
5935
6010
|
loadingColor: string;
|
|
5936
6011
|
height: string;
|
|
@@ -6056,6 +6131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6131
|
optionCheckColor: string;
|
|
6057
6132
|
optionColorPending: string;
|
|
6058
6133
|
optionColorActive: string;
|
|
6134
|
+
optionColorActivePending: string;
|
|
6059
6135
|
actionTextColor: string;
|
|
6060
6136
|
loadingColor: string;
|
|
6061
6137
|
height: string;
|
|
@@ -6089,29 +6165,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6089
6165
|
}>;
|
|
6090
6166
|
}>>>;
|
|
6091
6167
|
}>>, {
|
|
6092
|
-
tag: boolean;
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
virtualScroll: boolean;
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6168
|
+
readonly tag: boolean;
|
|
6169
|
+
readonly show: boolean | undefined;
|
|
6170
|
+
readonly multiple: boolean;
|
|
6171
|
+
readonly disabled: boolean | undefined;
|
|
6172
|
+
readonly to: string | boolean | HTMLElement;
|
|
6173
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6174
|
+
readonly loading: boolean;
|
|
6175
|
+
readonly bordered: boolean | undefined;
|
|
6176
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
6177
|
+
readonly labelField: string;
|
|
6178
|
+
readonly virtualScroll: boolean;
|
|
6179
|
+
readonly valueField: string;
|
|
6180
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6181
|
+
readonly showArrow: boolean;
|
|
6182
|
+
readonly displayDirective: "show" | "if";
|
|
6183
|
+
readonly filterable: boolean;
|
|
6184
|
+
readonly clearable: boolean;
|
|
6185
|
+
readonly internalShowCheckmark: boolean;
|
|
6186
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6187
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6188
|
+
readonly remote: boolean;
|
|
6189
|
+
readonly widthMode: string;
|
|
6190
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6191
|
+
readonly consistentMenuWidth: boolean;
|
|
6192
|
+
readonly childrenField: string;
|
|
6115
6193
|
}>;
|
|
6116
6194
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6195
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6236,9 +6314,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6236
6314
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
6237
6315
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
6238
6316
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
6239
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6240
|
-
* 更新配置
|
|
6241
|
-
*/
|
|
6317
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6242
6318
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
6243
6319
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
6244
6320
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6282,10 +6358,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6282
6358
|
opacity5: string;
|
|
6283
6359
|
dividerColor: string;
|
|
6284
6360
|
borderColor: string;
|
|
6285
|
-
|
|
6361
|
+
closeIconColor: string;
|
|
6362
|
+
closeIconColorHover: string;
|
|
6363
|
+
closeIconColorPressed: string;
|
|
6286
6364
|
closeColorHover: string;
|
|
6287
6365
|
closeColorPressed: string;
|
|
6288
|
-
closeColorDisabled: string;
|
|
6289
6366
|
clearColor: string;
|
|
6290
6367
|
clearColorHover: string;
|
|
6291
6368
|
clearColorPressed: string;
|
|
@@ -6535,8 +6612,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6535
6612
|
}>>, {
|
|
6536
6613
|
disabled: boolean | undefined;
|
|
6537
6614
|
checked: string | number | boolean | undefined;
|
|
6538
|
-
focusable: boolean;
|
|
6539
6615
|
indeterminate: boolean;
|
|
6616
|
+
focusable: boolean;
|
|
6540
6617
|
defaultChecked: string | number | boolean;
|
|
6541
6618
|
checkedValue: string | number | boolean;
|
|
6542
6619
|
uncheckedValue: string | number | boolean;
|
|
@@ -6574,6 +6651,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6651
|
type: BooleanConstructor;
|
|
6575
6652
|
default: boolean;
|
|
6576
6653
|
};
|
|
6654
|
+
buttonPlacement: {
|
|
6655
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6656
|
+
default: string;
|
|
6657
|
+
};
|
|
6577
6658
|
readonly: BooleanConstructor;
|
|
6578
6659
|
clearable: BooleanConstructor;
|
|
6579
6660
|
keyboard: {
|
|
@@ -6587,6 +6668,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6587
6668
|
type: BooleanConstructor;
|
|
6588
6669
|
default: boolean;
|
|
6589
6670
|
};
|
|
6671
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6672
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6673
|
+
precision: NumberConstructor;
|
|
6590
6674
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6591
6675
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6592
6676
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7480,10 +7564,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7480
7564
|
opacity5: string;
|
|
7481
7565
|
dividerColor: string;
|
|
7482
7566
|
borderColor: string;
|
|
7483
|
-
|
|
7567
|
+
closeIconColor: string;
|
|
7568
|
+
closeIconColorHover: string;
|
|
7569
|
+
closeIconColorPressed: string;
|
|
7484
7570
|
closeColorHover: string;
|
|
7485
7571
|
closeColorPressed: string;
|
|
7486
|
-
closeColorDisabled: string;
|
|
7487
7572
|
clearColor: string;
|
|
7488
7573
|
clearColorHover: string;
|
|
7489
7574
|
clearColorPressed: string;
|
|
@@ -7869,6 +7954,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7869
7954
|
type: BooleanConstructor;
|
|
7870
7955
|
default: boolean;
|
|
7871
7956
|
};
|
|
7957
|
+
buttonPlacement: {
|
|
7958
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7959
|
+
default: string;
|
|
7960
|
+
};
|
|
7872
7961
|
readonly: BooleanConstructor;
|
|
7873
7962
|
clearable: BooleanConstructor;
|
|
7874
7963
|
keyboard: {
|
|
@@ -7882,6 +7971,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7882
7971
|
type: BooleanConstructor;
|
|
7883
7972
|
default: boolean;
|
|
7884
7973
|
};
|
|
7974
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7975
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7976
|
+
precision: NumberConstructor;
|
|
7885
7977
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7886
7978
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7887
7979
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8707,6 +8799,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8707
8799
|
ArrowDown?: boolean | undefined;
|
|
8708
8800
|
};
|
|
8709
8801
|
showButton: boolean;
|
|
8802
|
+
buttonPlacement: "right" | "both";
|
|
8710
8803
|
updateValueOnInput: boolean;
|
|
8711
8804
|
}>;
|
|
8712
8805
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8836,6 +8929,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8836
8929
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8837
8930
|
readonly default: undefined;
|
|
8838
8931
|
};
|
|
8932
|
+
readonly panel: BooleanConstructor;
|
|
8839
8933
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8840
8934
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8841
8935
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -8906,6 +9000,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8906
9000
|
calendarLeftPaddingYear: string;
|
|
8907
9001
|
calendarLeftPaddingQuarter: string;
|
|
8908
9002
|
calendarLeftPaddingMonthrange: string;
|
|
9003
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9004
|
+
calendarLeftPaddingYearrange: string;
|
|
8909
9005
|
calendarRightPaddingDate: string;
|
|
8910
9006
|
calendarRightPaddingDatetime: string;
|
|
8911
9007
|
calendarRightPaddingDaterange: string;
|
|
@@ -8914,6 +9010,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8914
9010
|
calendarRightPaddingYear: string;
|
|
8915
9011
|
calendarRightPaddingQuarter: string;
|
|
8916
9012
|
calendarRightPaddingMonthrange: string;
|
|
9013
|
+
calendarRightPaddingQuarterrange: string;
|
|
9014
|
+
calendarRightPaddingYearrange: string;
|
|
8917
9015
|
}, {
|
|
8918
9016
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8919
9017
|
countTextColor: string;
|
|
@@ -9520,6 +9618,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9520
9618
|
calendarLeftPaddingYear: string;
|
|
9521
9619
|
calendarLeftPaddingQuarter: string;
|
|
9522
9620
|
calendarLeftPaddingMonthrange: string;
|
|
9621
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9622
|
+
calendarLeftPaddingYearrange: string;
|
|
9523
9623
|
calendarRightPaddingDate: string;
|
|
9524
9624
|
calendarRightPaddingDatetime: string;
|
|
9525
9625
|
calendarRightPaddingDaterange: string;
|
|
@@ -9528,6 +9628,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9528
9628
|
calendarRightPaddingYear: string;
|
|
9529
9629
|
calendarRightPaddingQuarter: string;
|
|
9530
9630
|
calendarRightPaddingMonthrange: string;
|
|
9631
|
+
calendarRightPaddingQuarterrange: string;
|
|
9632
|
+
calendarRightPaddingYearrange: string;
|
|
9531
9633
|
}, {
|
|
9532
9634
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9533
9635
|
countTextColor: string;
|
|
@@ -10134,6 +10236,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10134
10236
|
calendarLeftPaddingYear: string;
|
|
10135
10237
|
calendarLeftPaddingQuarter: string;
|
|
10136
10238
|
calendarLeftPaddingMonthrange: string;
|
|
10239
|
+
calendarLeftPaddingQuarterrange: string;
|
|
10240
|
+
calendarLeftPaddingYearrange: string;
|
|
10137
10241
|
calendarRightPaddingDate: string;
|
|
10138
10242
|
calendarRightPaddingDatetime: string;
|
|
10139
10243
|
calendarRightPaddingDaterange: string;
|
|
@@ -10142,6 +10246,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10142
10246
|
calendarRightPaddingYear: string;
|
|
10143
10247
|
calendarRightPaddingQuarter: string;
|
|
10144
10248
|
calendarRightPaddingMonthrange: string;
|
|
10249
|
+
calendarRightPaddingQuarterrange: string;
|
|
10250
|
+
calendarRightPaddingYearrange: string;
|
|
10145
10251
|
}, {
|
|
10146
10252
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10147
10253
|
countTextColor: string;
|
|
@@ -10713,8 +10819,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10713
10819
|
contentRef: HTMLElement | null;
|
|
10714
10820
|
containerScrollTop: number;
|
|
10715
10821
|
syncUnifiedContainer: () => void;
|
|
10716
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10717
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10822
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10823
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10718
10824
|
sync: () => void;
|
|
10719
10825
|
handleMouseEnterWrapper: () => void;
|
|
10720
10826
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10725,8 +10831,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10725
10831
|
contentRef: HTMLElement | null;
|
|
10726
10832
|
containerScrollTop: number;
|
|
10727
10833
|
syncUnifiedContainer: () => void;
|
|
10728
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10729
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10834
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10835
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10730
10836
|
sync: () => void;
|
|
10731
10837
|
handleMouseEnterWrapper: () => void;
|
|
10732
10838
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10742,8 +10848,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10742
10848
|
contentRef: HTMLElement | null;
|
|
10743
10849
|
containerScrollTop: number;
|
|
10744
10850
|
syncUnifiedContainer: () => void;
|
|
10745
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10746
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10851
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10852
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10747
10853
|
sync: () => void;
|
|
10748
10854
|
handleMouseEnterWrapper: () => void;
|
|
10749
10855
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10754,8 +10860,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10754
10860
|
contentRef: HTMLElement | null;
|
|
10755
10861
|
containerScrollTop: number;
|
|
10756
10862
|
syncUnifiedContainer: () => void;
|
|
10757
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10758
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10863
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10864
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10759
10865
|
sync: () => void;
|
|
10760
10866
|
handleMouseEnterWrapper: () => void;
|
|
10761
10867
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10766,8 +10872,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10766
10872
|
contentRef: HTMLElement | null;
|
|
10767
10873
|
containerScrollTop: number;
|
|
10768
10874
|
syncUnifiedContainer: () => void;
|
|
10769
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10770
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10875
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10876
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10771
10877
|
sync: () => void;
|
|
10772
10878
|
handleMouseEnterWrapper: () => void;
|
|
10773
10879
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10778,8 +10884,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10778
10884
|
contentRef: HTMLElement | null;
|
|
10779
10885
|
containerScrollTop: number;
|
|
10780
10886
|
syncUnifiedContainer: () => void;
|
|
10781
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10782
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10887
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10888
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10783
10889
|
sync: () => void;
|
|
10784
10890
|
handleMouseEnterWrapper: () => void;
|
|
10785
10891
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10822,8 +10928,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10822
10928
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10823
10929
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10824
10930
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10931
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10825
10932
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10826
|
-
|
|
10933
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
10827
10934
|
handleClear: () => void;
|
|
10828
10935
|
handlePanelClear: () => void;
|
|
10829
10936
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10878,10 +10985,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10878
10985
|
opacity5: string;
|
|
10879
10986
|
dividerColor: string;
|
|
10880
10987
|
borderColor: string;
|
|
10881
|
-
|
|
10988
|
+
closeIconColor: string;
|
|
10989
|
+
closeIconColorHover: string;
|
|
10990
|
+
closeIconColorPressed: string;
|
|
10882
10991
|
closeColorHover: string;
|
|
10883
10992
|
closeColorPressed: string;
|
|
10884
|
-
closeColorDisabled: string;
|
|
10885
10993
|
clearColor: string;
|
|
10886
10994
|
clearColorHover: string;
|
|
10887
10995
|
clearColorPressed: string;
|
|
@@ -10992,6 +11100,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10992
11100
|
calendarLeftPaddingYear: string;
|
|
10993
11101
|
calendarLeftPaddingQuarter: string;
|
|
10994
11102
|
calendarLeftPaddingMonthrange: string;
|
|
11103
|
+
calendarLeftPaddingQuarterrange: string;
|
|
11104
|
+
calendarLeftPaddingYearrange: string;
|
|
10995
11105
|
calendarRightPaddingDate: string;
|
|
10996
11106
|
calendarRightPaddingDatetime: string;
|
|
10997
11107
|
calendarRightPaddingDaterange: string;
|
|
@@ -11000,6 +11110,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11000
11110
|
calendarRightPaddingYear: string;
|
|
11001
11111
|
calendarRightPaddingQuarter: string;
|
|
11002
11112
|
calendarRightPaddingMonthrange: string;
|
|
11113
|
+
calendarRightPaddingQuarterrange: string;
|
|
11114
|
+
calendarRightPaddingYearrange: string;
|
|
11003
11115
|
};
|
|
11004
11116
|
peers: {
|
|
11005
11117
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -11949,6 +12061,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11949
12061
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11950
12062
|
readonly default: undefined;
|
|
11951
12063
|
};
|
|
12064
|
+
readonly panel: BooleanConstructor;
|
|
11952
12065
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11953
12066
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11954
12067
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -12019,6 +12132,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12019
12132
|
calendarLeftPaddingYear: string;
|
|
12020
12133
|
calendarLeftPaddingQuarter: string;
|
|
12021
12134
|
calendarLeftPaddingMonthrange: string;
|
|
12135
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12136
|
+
calendarLeftPaddingYearrange: string;
|
|
12022
12137
|
calendarRightPaddingDate: string;
|
|
12023
12138
|
calendarRightPaddingDatetime: string;
|
|
12024
12139
|
calendarRightPaddingDaterange: string;
|
|
@@ -12027,6 +12142,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12027
12142
|
calendarRightPaddingYear: string;
|
|
12028
12143
|
calendarRightPaddingQuarter: string;
|
|
12029
12144
|
calendarRightPaddingMonthrange: string;
|
|
12145
|
+
calendarRightPaddingQuarterrange: string;
|
|
12146
|
+
calendarRightPaddingYearrange: string;
|
|
12030
12147
|
}, {
|
|
12031
12148
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12032
12149
|
countTextColor: string;
|
|
@@ -12633,6 +12750,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12633
12750
|
calendarLeftPaddingYear: string;
|
|
12634
12751
|
calendarLeftPaddingQuarter: string;
|
|
12635
12752
|
calendarLeftPaddingMonthrange: string;
|
|
12753
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12754
|
+
calendarLeftPaddingYearrange: string;
|
|
12636
12755
|
calendarRightPaddingDate: string;
|
|
12637
12756
|
calendarRightPaddingDatetime: string;
|
|
12638
12757
|
calendarRightPaddingDaterange: string;
|
|
@@ -12641,6 +12760,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12641
12760
|
calendarRightPaddingYear: string;
|
|
12642
12761
|
calendarRightPaddingQuarter: string;
|
|
12643
12762
|
calendarRightPaddingMonthrange: string;
|
|
12763
|
+
calendarRightPaddingQuarterrange: string;
|
|
12764
|
+
calendarRightPaddingYearrange: string;
|
|
12644
12765
|
}, {
|
|
12645
12766
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12646
12767
|
countTextColor: string;
|
|
@@ -13247,6 +13368,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13247
13368
|
calendarLeftPaddingYear: string;
|
|
13248
13369
|
calendarLeftPaddingQuarter: string;
|
|
13249
13370
|
calendarLeftPaddingMonthrange: string;
|
|
13371
|
+
calendarLeftPaddingQuarterrange: string;
|
|
13372
|
+
calendarLeftPaddingYearrange: string;
|
|
13250
13373
|
calendarRightPaddingDate: string;
|
|
13251
13374
|
calendarRightPaddingDatetime: string;
|
|
13252
13375
|
calendarRightPaddingDaterange: string;
|
|
@@ -13255,6 +13378,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13255
13378
|
calendarRightPaddingYear: string;
|
|
13256
13379
|
calendarRightPaddingQuarter: string;
|
|
13257
13380
|
calendarRightPaddingMonthrange: string;
|
|
13381
|
+
calendarRightPaddingQuarterrange: string;
|
|
13382
|
+
calendarRightPaddingYearrange: string;
|
|
13258
13383
|
}, {
|
|
13259
13384
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13260
13385
|
countTextColor: string;
|
|
@@ -13812,17 +13937,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13812
13937
|
}, any>;
|
|
13813
13938
|
}>>>;
|
|
13814
13939
|
}>>, {
|
|
13815
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13816
|
-
show: boolean | undefined;
|
|
13817
|
-
disabled: boolean | undefined;
|
|
13818
|
-
to: string | boolean | HTMLElement;
|
|
13819
|
-
bordered: boolean | undefined;
|
|
13820
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
13821
|
-
clearable: boolean;
|
|
13822
|
-
inputReadonly: boolean;
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13940
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13941
|
+
readonly show: boolean | undefined;
|
|
13942
|
+
readonly disabled: boolean | undefined;
|
|
13943
|
+
readonly to: string | boolean | HTMLElement;
|
|
13944
|
+
readonly bordered: boolean | undefined;
|
|
13945
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
13946
|
+
readonly clearable: boolean;
|
|
13947
|
+
readonly inputReadonly: boolean;
|
|
13948
|
+
readonly panel: boolean;
|
|
13949
|
+
readonly updateValueOnClose: boolean;
|
|
13950
|
+
readonly closeOnSelect: boolean;
|
|
13951
|
+
readonly bindCalendarMonths: boolean;
|
|
13826
13952
|
}>;
|
|
13827
13953
|
NSelect: import("vue").DefineComponent<{
|
|
13828
13954
|
readonly to: {
|
|
@@ -13858,10 +13984,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13984
|
};
|
|
13859
13985
|
readonly remote: BooleanConstructor;
|
|
13860
13986
|
readonly loading: BooleanConstructor;
|
|
13861
|
-
readonly filter:
|
|
13862
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13863
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13864
|
-
};
|
|
13987
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
13865
13988
|
readonly placement: {
|
|
13866
13989
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13867
13990
|
readonly default: "bottom-start";
|
|
@@ -13871,19 +13994,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13871
13994
|
readonly default: "trigger";
|
|
13872
13995
|
};
|
|
13873
13996
|
readonly tag: BooleanConstructor;
|
|
13874
|
-
readonly onCreate:
|
|
13875
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13876
|
-
readonly default: (label: string) => {
|
|
13877
|
-
label: string;
|
|
13878
|
-
value: string;
|
|
13879
|
-
};
|
|
13880
|
-
};
|
|
13997
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13881
13998
|
readonly fallbackOption: {
|
|
13882
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13883
|
-
readonly default:
|
|
13884
|
-
label: string;
|
|
13885
|
-
value: string | number;
|
|
13886
|
-
};
|
|
13999
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14000
|
+
readonly default: undefined;
|
|
13887
14001
|
};
|
|
13888
14002
|
readonly show: {
|
|
13889
14003
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13902,6 +14016,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13902
14016
|
readonly type: BooleanConstructor;
|
|
13903
14017
|
readonly default: true;
|
|
13904
14018
|
};
|
|
14019
|
+
readonly labelField: {
|
|
14020
|
+
readonly type: StringConstructor;
|
|
14021
|
+
readonly default: "label";
|
|
14022
|
+
};
|
|
14023
|
+
readonly valueField: {
|
|
14024
|
+
readonly type: StringConstructor;
|
|
14025
|
+
readonly default: "value";
|
|
14026
|
+
};
|
|
14027
|
+
readonly childrenField: {
|
|
14028
|
+
readonly type: StringConstructor;
|
|
14029
|
+
readonly default: "children";
|
|
14030
|
+
};
|
|
13905
14031
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13906
14032
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13907
14033
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13924,6 +14050,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13924
14050
|
readonly default: true;
|
|
13925
14051
|
};
|
|
13926
14052
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14053
|
+
readonly internalShowCheckmark: {
|
|
14054
|
+
readonly type: BooleanConstructor;
|
|
14055
|
+
readonly default: true;
|
|
14056
|
+
};
|
|
13927
14057
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13928
14058
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13929
14059
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14019,6 +14149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14019
14149
|
optionCheckColor: string;
|
|
14020
14150
|
optionColorPending: string;
|
|
14021
14151
|
optionColorActive: string;
|
|
14152
|
+
optionColorActivePending: string;
|
|
14022
14153
|
actionTextColor: string;
|
|
14023
14154
|
loadingColor: string;
|
|
14024
14155
|
height: string;
|
|
@@ -14144,6 +14275,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14275
|
optionCheckColor: string;
|
|
14145
14276
|
optionColorPending: string;
|
|
14146
14277
|
optionColorActive: string;
|
|
14278
|
+
optionColorActivePending: string;
|
|
14147
14279
|
actionTextColor: string;
|
|
14148
14280
|
loadingColor: string;
|
|
14149
14281
|
height: string;
|
|
@@ -14269,6 +14401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14269
14401
|
optionCheckColor: string;
|
|
14270
14402
|
optionColorPending: string;
|
|
14271
14403
|
optionColorActive: string;
|
|
14404
|
+
optionColorActivePending: string;
|
|
14272
14405
|
actionTextColor: string;
|
|
14273
14406
|
loadingColor: string;
|
|
14274
14407
|
height: string;
|
|
@@ -14333,7 +14466,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14333
14466
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
14334
14467
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
14335
14468
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
14336
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
14469
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
14337
14470
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
14338
14471
|
focused: import("vue").Ref<boolean>;
|
|
14339
14472
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -14398,10 +14531,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14398
14531
|
opacity5: string;
|
|
14399
14532
|
dividerColor: string;
|
|
14400
14533
|
borderColor: string;
|
|
14401
|
-
|
|
14534
|
+
closeIconColor: string;
|
|
14535
|
+
closeIconColorHover: string;
|
|
14536
|
+
closeIconColorPressed: string;
|
|
14402
14537
|
closeColorHover: string;
|
|
14403
14538
|
closeColorPressed: string;
|
|
14404
|
-
closeColorDisabled: string;
|
|
14405
14539
|
clearColor: string;
|
|
14406
14540
|
clearColorHover: string;
|
|
14407
14541
|
clearColorPressed: string;
|
|
@@ -14556,6 +14690,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14556
14690
|
optionCheckColor: string;
|
|
14557
14691
|
optionColorPending: string;
|
|
14558
14692
|
optionColorActive: string;
|
|
14693
|
+
optionColorActivePending: string;
|
|
14559
14694
|
actionTextColor: string;
|
|
14560
14695
|
loadingColor: string;
|
|
14561
14696
|
height: string;
|
|
@@ -14671,10 +14806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14671
14806
|
};
|
|
14672
14807
|
readonly remote: BooleanConstructor;
|
|
14673
14808
|
readonly loading: BooleanConstructor;
|
|
14674
|
-
readonly filter:
|
|
14675
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14676
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14677
|
-
};
|
|
14809
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
14678
14810
|
readonly placement: {
|
|
14679
14811
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14680
14812
|
readonly default: "bottom-start";
|
|
@@ -14684,19 +14816,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14816
|
readonly default: "trigger";
|
|
14685
14817
|
};
|
|
14686
14818
|
readonly tag: BooleanConstructor;
|
|
14687
|
-
readonly onCreate:
|
|
14688
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14689
|
-
readonly default: (label: string) => {
|
|
14690
|
-
label: string;
|
|
14691
|
-
value: string;
|
|
14692
|
-
};
|
|
14693
|
-
};
|
|
14819
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14694
14820
|
readonly fallbackOption: {
|
|
14695
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14696
|
-
readonly default:
|
|
14697
|
-
label: string;
|
|
14698
|
-
value: string | number;
|
|
14699
|
-
};
|
|
14821
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14822
|
+
readonly default: undefined;
|
|
14700
14823
|
};
|
|
14701
14824
|
readonly show: {
|
|
14702
14825
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14715,6 +14838,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14715
14838
|
readonly type: BooleanConstructor;
|
|
14716
14839
|
readonly default: true;
|
|
14717
14840
|
};
|
|
14841
|
+
readonly labelField: {
|
|
14842
|
+
readonly type: StringConstructor;
|
|
14843
|
+
readonly default: "label";
|
|
14844
|
+
};
|
|
14845
|
+
readonly valueField: {
|
|
14846
|
+
readonly type: StringConstructor;
|
|
14847
|
+
readonly default: "value";
|
|
14848
|
+
};
|
|
14849
|
+
readonly childrenField: {
|
|
14850
|
+
readonly type: StringConstructor;
|
|
14851
|
+
readonly default: "children";
|
|
14852
|
+
};
|
|
14718
14853
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14719
14854
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14720
14855
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14737,6 +14872,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14872
|
readonly default: true;
|
|
14738
14873
|
};
|
|
14739
14874
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14875
|
+
readonly internalShowCheckmark: {
|
|
14876
|
+
readonly type: BooleanConstructor;
|
|
14877
|
+
readonly default: true;
|
|
14878
|
+
};
|
|
14740
14879
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14741
14880
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14742
14881
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14832,6 +14971,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14832
14971
|
optionCheckColor: string;
|
|
14833
14972
|
optionColorPending: string;
|
|
14834
14973
|
optionColorActive: string;
|
|
14974
|
+
optionColorActivePending: string;
|
|
14835
14975
|
actionTextColor: string;
|
|
14836
14976
|
loadingColor: string;
|
|
14837
14977
|
height: string;
|
|
@@ -14957,6 +15097,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14957
15097
|
optionCheckColor: string;
|
|
14958
15098
|
optionColorPending: string;
|
|
14959
15099
|
optionColorActive: string;
|
|
15100
|
+
optionColorActivePending: string;
|
|
14960
15101
|
actionTextColor: string;
|
|
14961
15102
|
loadingColor: string;
|
|
14962
15103
|
height: string;
|
|
@@ -15082,6 +15223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15082
15223
|
optionCheckColor: string;
|
|
15083
15224
|
optionColorPending: string;
|
|
15084
15225
|
optionColorActive: string;
|
|
15226
|
+
optionColorActivePending: string;
|
|
15085
15227
|
actionTextColor: string;
|
|
15086
15228
|
loadingColor: string;
|
|
15087
15229
|
height: string;
|
|
@@ -15115,29 +15257,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15115
15257
|
}>;
|
|
15116
15258
|
}>>>;
|
|
15117
15259
|
}>>, {
|
|
15118
|
-
tag: boolean;
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
|
|
15128
|
-
virtualScroll: boolean;
|
|
15129
|
-
|
|
15130
|
-
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15134
|
-
|
|
15135
|
-
|
|
15136
|
-
|
|
15137
|
-
|
|
15138
|
-
|
|
15139
|
-
|
|
15140
|
-
|
|
15260
|
+
readonly tag: boolean;
|
|
15261
|
+
readonly show: boolean | undefined;
|
|
15262
|
+
readonly multiple: boolean;
|
|
15263
|
+
readonly disabled: boolean | undefined;
|
|
15264
|
+
readonly to: string | boolean | HTMLElement;
|
|
15265
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15266
|
+
readonly loading: boolean;
|
|
15267
|
+
readonly bordered: boolean | undefined;
|
|
15268
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
15269
|
+
readonly labelField: string;
|
|
15270
|
+
readonly virtualScroll: boolean;
|
|
15271
|
+
readonly valueField: string;
|
|
15272
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15273
|
+
readonly showArrow: boolean;
|
|
15274
|
+
readonly displayDirective: "show" | "if";
|
|
15275
|
+
readonly filterable: boolean;
|
|
15276
|
+
readonly clearable: boolean;
|
|
15277
|
+
readonly internalShowCheckmark: boolean;
|
|
15278
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15279
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15280
|
+
readonly remote: boolean;
|
|
15281
|
+
readonly widthMode: string;
|
|
15282
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15283
|
+
readonly consistentMenuWidth: boolean;
|
|
15284
|
+
readonly childrenField: string;
|
|
15141
15285
|
}>;
|
|
15142
15286
|
NRadio: import("vue").DefineComponent<{
|
|
15143
15287
|
name: StringConstructor;
|
|
@@ -15217,7 +15361,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15217
15361
|
colorDisabled: string;
|
|
15218
15362
|
textColor: string;
|
|
15219
15363
|
textColorDisabled: string;
|
|
15220
|
-
/** line 类型 */
|
|
15221
15364
|
dotColorActive: string;
|
|
15222
15365
|
dotColorDisabled: string;
|
|
15223
15366
|
buttonBorderColor: string;
|
|
@@ -15562,9 +15705,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15562
15705
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
15563
15706
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
15564
15707
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
15565
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15566
|
-
* 更新配置
|
|
15567
|
-
*/
|
|
15708
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15568
15709
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
15569
15710
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
15570
15711
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -15608,10 +15749,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15608
15749
|
opacity5: string;
|
|
15609
15750
|
dividerColor: string;
|
|
15610
15751
|
borderColor: string;
|
|
15611
|
-
|
|
15752
|
+
closeIconColor: string;
|
|
15753
|
+
closeIconColorHover: string;
|
|
15754
|
+
closeIconColorPressed: string;
|
|
15612
15755
|
closeColorHover: string;
|
|
15613
15756
|
closeColorPressed: string;
|
|
15614
|
-
closeColorDisabled: string;
|
|
15615
15757
|
clearColor: string;
|
|
15616
15758
|
clearColorHover: string;
|
|
15617
15759
|
clearColorPressed: string;
|
|
@@ -15861,8 +16003,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15861
16003
|
}>>, {
|
|
15862
16004
|
disabled: boolean | undefined;
|
|
15863
16005
|
checked: string | number | boolean | undefined;
|
|
15864
|
-
focusable: boolean;
|
|
15865
16006
|
indeterminate: boolean;
|
|
16007
|
+
focusable: boolean;
|
|
15866
16008
|
defaultChecked: string | number | boolean;
|
|
15867
16009
|
checkedValue: string | number | boolean;
|
|
15868
16010
|
uncheckedValue: string | number | boolean;
|
|
@@ -15926,6 +16068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15926
16068
|
type: BooleanConstructor;
|
|
15927
16069
|
default: undefined;
|
|
15928
16070
|
};
|
|
16071
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
15929
16072
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15930
16073
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
15931
16074
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16146,8 +16289,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16146
16289
|
contentRef: HTMLElement | null;
|
|
16147
16290
|
containerScrollTop: number;
|
|
16148
16291
|
syncUnifiedContainer: () => void;
|
|
16149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16150
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16292
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16293
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16151
16294
|
sync: () => void;
|
|
16152
16295
|
handleMouseEnterWrapper: () => void;
|
|
16153
16296
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16163,7 +16306,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16163
16306
|
isComposing: import("vue").Ref<boolean>;
|
|
16164
16307
|
activated: import("vue").Ref<boolean>;
|
|
16165
16308
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
16166
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
16309
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
16167
16310
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
16168
16311
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
16169
16312
|
textDecoration: string;
|
|
@@ -16181,7 +16324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16181
16324
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16182
16325
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16183
16326
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16184
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
16327
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
16185
16328
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16186
16329
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16187
16330
|
handleMouseEnter: () => void;
|
|
@@ -16192,7 +16335,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16192
16335
|
handleClear: (e: MouseEvent) => void;
|
|
16193
16336
|
handlePasswordToggleClick: () => void;
|
|
16194
16337
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16195
|
-
|
|
16338
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
16196
16339
|
handleTextAreaMirrorResize: () => void;
|
|
16197
16340
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16198
16341
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16236,10 +16379,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16236
16379
|
opacity5: string;
|
|
16237
16380
|
dividerColor: string;
|
|
16238
16381
|
borderColor: string;
|
|
16239
|
-
|
|
16382
|
+
closeIconColor: string;
|
|
16383
|
+
closeIconColorHover: string;
|
|
16384
|
+
closeIconColorPressed: string;
|
|
16240
16385
|
closeColorHover: string;
|
|
16241
16386
|
closeColorPressed: string;
|
|
16242
|
-
closeColorDisabled: string;
|
|
16243
16387
|
clearColor: string;
|
|
16244
16388
|
clearColorHover: string;
|
|
16245
16389
|
clearColorPressed: string;
|
|
@@ -16480,6 +16624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16480
16624
|
type: BooleanConstructor;
|
|
16481
16625
|
default: undefined;
|
|
16482
16626
|
};
|
|
16627
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16483
16628
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16484
16629
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16485
16630
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16822,6 +16967,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16822
16967
|
componentData: Record<string, any>;
|
|
16823
16968
|
}>;
|
|
16824
16969
|
NPopover: import("vue").DefineComponent<{
|
|
16970
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16825
16971
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16826
16972
|
show: {
|
|
16827
16973
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16865,9 +17011,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16865
17011
|
};
|
|
16866
17012
|
animated: {
|
|
16867
17013
|
type: BooleanConstructor;
|
|
16868
|
-
/**
|
|
16869
|
-
* 更新配置
|
|
16870
|
-
*/
|
|
16871
17014
|
default: boolean;
|
|
16872
17015
|
};
|
|
16873
17016
|
width: {
|
|
@@ -16887,9 +17030,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16887
17030
|
scrollable: BooleanConstructor;
|
|
16888
17031
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16889
17032
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17033
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16890
17034
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16891
17035
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
16892
17036
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17037
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
16893
17038
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
16894
17039
|
internalInheritedEventHandlers: {
|
|
16895
17040
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -16967,6 +17112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16967
17112
|
handleBlur: () => void;
|
|
16968
17113
|
syncPosition: () => void;
|
|
16969
17114
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17115
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16970
17116
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16971
17117
|
show: {
|
|
16972
17118
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17029,9 +17175,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17029
17175
|
scrollable: BooleanConstructor;
|
|
17030
17176
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17031
17177
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17178
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17032
17179
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17033
17180
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17034
17181
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17182
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
17035
17183
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17036
17184
|
internalInheritedEventHandlers: {
|
|
17037
17185
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17109,6 +17257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17109
17257
|
arrowPointToCenter: boolean;
|
|
17110
17258
|
displayDirective: "show" | "if";
|
|
17111
17259
|
keepAliveOnHover: boolean;
|
|
17260
|
+
internalDeactivateImmediately: boolean;
|
|
17112
17261
|
animated: boolean;
|
|
17113
17262
|
internalTrapFocus: boolean;
|
|
17114
17263
|
defaultShow: boolean;
|
|
@@ -17162,7 +17311,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17162
17311
|
readonly default: true;
|
|
17163
17312
|
};
|
|
17164
17313
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17165
|
-
readonly nativeFocusBehavior:
|
|
17314
|
+
readonly nativeFocusBehavior: {
|
|
17315
|
+
readonly type: BooleanConstructor;
|
|
17316
|
+
readonly default: boolean;
|
|
17317
|
+
};
|
|
17166
17318
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17167
17319
|
heightTiny: string;
|
|
17168
17320
|
heightSmall: string;
|
|
@@ -17782,7 +17934,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17782
17934
|
} | null>;
|
|
17783
17935
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
17784
17936
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
17785
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
17937
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
17786
17938
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
17787
17939
|
enterPressed: import("vue").Ref<boolean>;
|
|
17788
17940
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -17876,7 +18028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17876
18028
|
readonly default: true;
|
|
17877
18029
|
};
|
|
17878
18030
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17879
|
-
readonly nativeFocusBehavior:
|
|
18031
|
+
readonly nativeFocusBehavior: {
|
|
18032
|
+
readonly type: BooleanConstructor;
|
|
18033
|
+
readonly default: boolean;
|
|
18034
|
+
};
|
|
17880
18035
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17881
18036
|
heightTiny: string;
|
|
17882
18037
|
heightSmall: string;
|
|
@@ -18490,26 +18645,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18490
18645
|
rippleDuration: string;
|
|
18491
18646
|
}, any>>>;
|
|
18492
18647
|
}>>, {
|
|
18493
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
18494
|
-
tag: keyof HTMLElementTagNameMap;
|
|
18495
|
-
block: boolean;
|
|
18496
|
-
round: boolean;
|
|
18497
|
-
dashed: boolean;
|
|
18498
|
-
text: boolean;
|
|
18499
|
-
circle: boolean;
|
|
18500
|
-
disabled: boolean;
|
|
18501
|
-
focusable: boolean;
|
|
18502
|
-
strong: boolean;
|
|
18503
|
-
loading: boolean;
|
|
18504
|
-
bordered: boolean;
|
|
18505
|
-
tertiary: boolean;
|
|
18506
|
-
ghost: boolean;
|
|
18507
|
-
keyboard: boolean;
|
|
18508
|
-
secondary: boolean;
|
|
18509
|
-
quaternary: boolean;
|
|
18510
|
-
iconPlacement: "left" | "right";
|
|
18511
|
-
attrType: "button" | "reset" | "submit";
|
|
18512
|
-
nativeFocusBehavior: boolean;
|
|
18648
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18649
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18650
|
+
readonly block: boolean;
|
|
18651
|
+
readonly round: boolean;
|
|
18652
|
+
readonly dashed: boolean;
|
|
18653
|
+
readonly text: boolean;
|
|
18654
|
+
readonly circle: boolean;
|
|
18655
|
+
readonly disabled: boolean;
|
|
18656
|
+
readonly focusable: boolean;
|
|
18657
|
+
readonly strong: boolean;
|
|
18658
|
+
readonly loading: boolean;
|
|
18659
|
+
readonly bordered: boolean;
|
|
18660
|
+
readonly tertiary: boolean;
|
|
18661
|
+
readonly ghost: boolean;
|
|
18662
|
+
readonly keyboard: boolean;
|
|
18663
|
+
readonly secondary: boolean;
|
|
18664
|
+
readonly quaternary: boolean;
|
|
18665
|
+
readonly iconPlacement: "left" | "right";
|
|
18666
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18667
|
+
readonly nativeFocusBehavior: boolean;
|
|
18513
18668
|
}>;
|
|
18514
18669
|
NSelect: import("vue").DefineComponent<{
|
|
18515
18670
|
readonly to: {
|
|
@@ -18545,10 +18700,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18545
18700
|
};
|
|
18546
18701
|
readonly remote: BooleanConstructor;
|
|
18547
18702
|
readonly loading: BooleanConstructor;
|
|
18548
|
-
readonly filter:
|
|
18549
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18550
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18551
|
-
};
|
|
18703
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
18552
18704
|
readonly placement: {
|
|
18553
18705
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18554
18706
|
readonly default: "bottom-start";
|
|
@@ -18558,19 +18710,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18558
18710
|
readonly default: "trigger";
|
|
18559
18711
|
};
|
|
18560
18712
|
readonly tag: BooleanConstructor;
|
|
18561
|
-
readonly onCreate:
|
|
18562
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18563
|
-
readonly default: (label: string) => {
|
|
18564
|
-
label: string;
|
|
18565
|
-
value: string;
|
|
18566
|
-
};
|
|
18567
|
-
};
|
|
18713
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18568
18714
|
readonly fallbackOption: {
|
|
18569
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18570
|
-
readonly default:
|
|
18571
|
-
label: string;
|
|
18572
|
-
value: string | number;
|
|
18573
|
-
};
|
|
18715
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18716
|
+
readonly default: undefined;
|
|
18574
18717
|
};
|
|
18575
18718
|
readonly show: {
|
|
18576
18719
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18589,6 +18732,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18589
18732
|
readonly type: BooleanConstructor;
|
|
18590
18733
|
readonly default: true;
|
|
18591
18734
|
};
|
|
18735
|
+
readonly labelField: {
|
|
18736
|
+
readonly type: StringConstructor;
|
|
18737
|
+
readonly default: "label";
|
|
18738
|
+
};
|
|
18739
|
+
readonly valueField: {
|
|
18740
|
+
readonly type: StringConstructor;
|
|
18741
|
+
readonly default: "value";
|
|
18742
|
+
};
|
|
18743
|
+
readonly childrenField: {
|
|
18744
|
+
readonly type: StringConstructor;
|
|
18745
|
+
readonly default: "children";
|
|
18746
|
+
};
|
|
18592
18747
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18593
18748
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18594
18749
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18611,6 +18766,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18611
18766
|
readonly default: true;
|
|
18612
18767
|
};
|
|
18613
18768
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18769
|
+
readonly internalShowCheckmark: {
|
|
18770
|
+
readonly type: BooleanConstructor;
|
|
18771
|
+
readonly default: true;
|
|
18772
|
+
};
|
|
18614
18773
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18615
18774
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18616
18775
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18706,6 +18865,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18706
18865
|
optionCheckColor: string;
|
|
18707
18866
|
optionColorPending: string;
|
|
18708
18867
|
optionColorActive: string;
|
|
18868
|
+
optionColorActivePending: string;
|
|
18709
18869
|
actionTextColor: string;
|
|
18710
18870
|
loadingColor: string;
|
|
18711
18871
|
height: string;
|
|
@@ -18831,6 +18991,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18831
18991
|
optionCheckColor: string;
|
|
18832
18992
|
optionColorPending: string;
|
|
18833
18993
|
optionColorActive: string;
|
|
18994
|
+
optionColorActivePending: string;
|
|
18834
18995
|
actionTextColor: string;
|
|
18835
18996
|
loadingColor: string;
|
|
18836
18997
|
height: string;
|
|
@@ -18956,6 +19117,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18956
19117
|
optionCheckColor: string;
|
|
18957
19118
|
optionColorPending: string;
|
|
18958
19119
|
optionColorActive: string;
|
|
19120
|
+
optionColorActivePending: string;
|
|
18959
19121
|
actionTextColor: string;
|
|
18960
19122
|
loadingColor: string;
|
|
18961
19123
|
height: string;
|
|
@@ -19020,7 +19182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19020
19182
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
19021
19183
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
19022
19184
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
19023
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
19185
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
19024
19186
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
19025
19187
|
focused: import("vue").Ref<boolean>;
|
|
19026
19188
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -19085,10 +19247,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
19247
|
opacity5: string;
|
|
19086
19248
|
dividerColor: string;
|
|
19087
19249
|
borderColor: string;
|
|
19088
|
-
|
|
19250
|
+
closeIconColor: string;
|
|
19251
|
+
closeIconColorHover: string;
|
|
19252
|
+
closeIconColorPressed: string;
|
|
19089
19253
|
closeColorHover: string;
|
|
19090
19254
|
closeColorPressed: string;
|
|
19091
|
-
closeColorDisabled: string;
|
|
19092
19255
|
clearColor: string;
|
|
19093
19256
|
clearColorHover: string;
|
|
19094
19257
|
clearColorPressed: string;
|
|
@@ -19243,6 +19406,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19243
19406
|
optionCheckColor: string;
|
|
19244
19407
|
optionColorPending: string;
|
|
19245
19408
|
optionColorActive: string;
|
|
19409
|
+
optionColorActivePending: string;
|
|
19246
19410
|
actionTextColor: string;
|
|
19247
19411
|
loadingColor: string;
|
|
19248
19412
|
height: string;
|
|
@@ -19358,10 +19522,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19358
19522
|
};
|
|
19359
19523
|
readonly remote: BooleanConstructor;
|
|
19360
19524
|
readonly loading: BooleanConstructor;
|
|
19361
|
-
readonly filter:
|
|
19362
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19363
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19364
|
-
};
|
|
19525
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
19365
19526
|
readonly placement: {
|
|
19366
19527
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19367
19528
|
readonly default: "bottom-start";
|
|
@@ -19371,19 +19532,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19371
19532
|
readonly default: "trigger";
|
|
19372
19533
|
};
|
|
19373
19534
|
readonly tag: BooleanConstructor;
|
|
19374
|
-
readonly onCreate:
|
|
19375
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19376
|
-
readonly default: (label: string) => {
|
|
19377
|
-
label: string;
|
|
19378
|
-
value: string;
|
|
19379
|
-
};
|
|
19380
|
-
};
|
|
19535
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19381
19536
|
readonly fallbackOption: {
|
|
19382
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19383
|
-
readonly default:
|
|
19384
|
-
label: string;
|
|
19385
|
-
value: string | number;
|
|
19386
|
-
};
|
|
19537
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19538
|
+
readonly default: undefined;
|
|
19387
19539
|
};
|
|
19388
19540
|
readonly show: {
|
|
19389
19541
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19402,6 +19554,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19402
19554
|
readonly type: BooleanConstructor;
|
|
19403
19555
|
readonly default: true;
|
|
19404
19556
|
};
|
|
19557
|
+
readonly labelField: {
|
|
19558
|
+
readonly type: StringConstructor;
|
|
19559
|
+
readonly default: "label";
|
|
19560
|
+
};
|
|
19561
|
+
readonly valueField: {
|
|
19562
|
+
readonly type: StringConstructor;
|
|
19563
|
+
readonly default: "value";
|
|
19564
|
+
};
|
|
19565
|
+
readonly childrenField: {
|
|
19566
|
+
readonly type: StringConstructor;
|
|
19567
|
+
readonly default: "children";
|
|
19568
|
+
};
|
|
19405
19569
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19406
19570
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19407
19571
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19424,6 +19588,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19424
19588
|
readonly default: true;
|
|
19425
19589
|
};
|
|
19426
19590
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19591
|
+
readonly internalShowCheckmark: {
|
|
19592
|
+
readonly type: BooleanConstructor;
|
|
19593
|
+
readonly default: true;
|
|
19594
|
+
};
|
|
19427
19595
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19428
19596
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19429
19597
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19519,6 +19687,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19519
19687
|
optionCheckColor: string;
|
|
19520
19688
|
optionColorPending: string;
|
|
19521
19689
|
optionColorActive: string;
|
|
19690
|
+
optionColorActivePending: string;
|
|
19522
19691
|
actionTextColor: string;
|
|
19523
19692
|
loadingColor: string;
|
|
19524
19693
|
height: string;
|
|
@@ -19644,6 +19813,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19644
19813
|
optionCheckColor: string;
|
|
19645
19814
|
optionColorPending: string;
|
|
19646
19815
|
optionColorActive: string;
|
|
19816
|
+
optionColorActivePending: string;
|
|
19647
19817
|
actionTextColor: string;
|
|
19648
19818
|
loadingColor: string;
|
|
19649
19819
|
height: string;
|
|
@@ -19769,6 +19939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19769
19939
|
optionCheckColor: string;
|
|
19770
19940
|
optionColorPending: string;
|
|
19771
19941
|
optionColorActive: string;
|
|
19942
|
+
optionColorActivePending: string;
|
|
19772
19943
|
actionTextColor: string;
|
|
19773
19944
|
loadingColor: string;
|
|
19774
19945
|
height: string;
|
|
@@ -19802,29 +19973,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19802
19973
|
}>;
|
|
19803
19974
|
}>>>;
|
|
19804
19975
|
}>>, {
|
|
19805
|
-
tag: boolean;
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
|
|
19815
|
-
virtualScroll: boolean;
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
|
|
19827
|
-
|
|
19976
|
+
readonly tag: boolean;
|
|
19977
|
+
readonly show: boolean | undefined;
|
|
19978
|
+
readonly multiple: boolean;
|
|
19979
|
+
readonly disabled: boolean | undefined;
|
|
19980
|
+
readonly to: string | boolean | HTMLElement;
|
|
19981
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19982
|
+
readonly loading: boolean;
|
|
19983
|
+
readonly bordered: boolean | undefined;
|
|
19984
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
19985
|
+
readonly labelField: string;
|
|
19986
|
+
readonly virtualScroll: boolean;
|
|
19987
|
+
readonly valueField: string;
|
|
19988
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
19989
|
+
readonly showArrow: boolean;
|
|
19990
|
+
readonly displayDirective: "show" | "if";
|
|
19991
|
+
readonly filterable: boolean;
|
|
19992
|
+
readonly clearable: boolean;
|
|
19993
|
+
readonly internalShowCheckmark: boolean;
|
|
19994
|
+
readonly clearFilterAfterSelect: boolean;
|
|
19995
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19996
|
+
readonly remote: boolean;
|
|
19997
|
+
readonly widthMode: string;
|
|
19998
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
19999
|
+
readonly consistentMenuWidth: boolean;
|
|
20000
|
+
readonly childrenField: string;
|
|
19828
20001
|
}>;
|
|
19829
20002
|
NIcon: import("vue").DefineComponent<{
|
|
19830
20003
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|