cnhis-design-vue 3.1.8 → 3.1.9-beta.1
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/env.d.ts +42 -38
- package/es/_virtual/_commonjsHelpers.mjs +3 -1
- package/es/_virtual/css.escape.mjs +3 -0
- package/es/node_modules/css.escape/css.escape.mjs +110 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +26 -7
- package/es/packages/big-table/index.d.ts +2048 -0
- package/es/packages/big-table/index.mjs +17 -1
- package/es/packages/big-table/src/BigTable.mjs +3 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +2062 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +51 -27
- package/es/packages/big-table/src/bigTableEmits.mjs +50 -1
- package/es/packages/big-table/src/bigTableProps.mjs +116 -1
- package/es/packages/big-table/src/bigTableState.mjs +52 -1
- package/es/packages/big-table/src/components/NoData.mjs +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.mjs +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.mjs +114 -1
- package/es/packages/big-table/src/components/edit-form/edit-input.mjs +54 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +148 -1
- package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -1
- package/es/packages/big-table/src/hooks/useBatchEditing.mjs +289 -1
- package/es/packages/big-table/src/hooks/useEdit.mjs +115 -1
- package/es/packages/big-table/src/hooks/useEvent.mjs +70 -1
- package/es/packages/big-table/src/hooks/useFormat.mjs +484 -1
- package/es/packages/big-table/src/hooks/useNestTable.mjs +85 -1
- package/es/packages/big-table/src/hooks/useTableParse.mjs +135 -1
- package/es/packages/big-table/src/utils.mjs +607 -1
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.mjs +11 -1
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +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.mjs +3 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1427 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +373 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +141 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +99 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +119 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +40 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +25 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +12 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +47 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +14 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +10 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +15 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +227 -1
- package/es/packages/button-print/index.d.ts +7342 -0
- package/es/packages/button-print/index.mjs +11 -1
- package/es/packages/button-print/src/ButtonPrint.mjs +3 -1
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7350 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +36 -47
- package/es/packages/button-print/src/components/IdentityVerification.mjs +3 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +107 -54
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/src/utils/print.es.min.mjs +2080 -1
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/index.mjs +15 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.mjs +3 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +68 -1
- package/es/packages/chunk-upload/src/hooks/upload-data.mjs +93 -1
- package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +79 -1
- package/es/packages/chunk-upload/src/hooks/vod-data.mjs +33 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +2 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +3 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +15 -14
- package/es/packages/chunk-upload/src/vod-upload-modal.mjs +95 -1
- package/es/packages/drag-layout/index.d.ts +458 -294
- package/es/packages/drag-layout/index.mjs +13 -1
- package/es/packages/drag-layout/src/DragFormLeftItem.mjs +3 -1
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +147 -92
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.mjs +3 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +98 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.mjs +3 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +458 -297
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +47 -46
- package/es/packages/editor/index.mjs +10 -1
- package/es/packages/editor/src/Editor.mjs +77 -1
- package/es/packages/field-set/index.d.ts +5284 -0
- package/es/packages/field-set/index.mjs +11 -1
- package/es/packages/field-set/src/FieldSet.mjs +3 -1
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2602 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/Index.mjs +3 -1
- package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/es/packages/field-set/src/NewFieldSet.mjs +3 -1
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +2 -2
- package/es/packages/field-set/src/{index3.mjs → index2.mjs} +0 -0
- package/es/packages/form-render/index.d.ts +416 -0
- package/es/packages/form-render/index.mjs +20 -10
- package/es/packages/form-render/src/FormRender.mjs +3 -1
- package/es/packages/form-render/src/FormRender.vue.d.ts +416 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +24 -14
- package/es/packages/form-render/src/components/cascader.d.ts +6 -2
- package/es/packages/form-render/src/components/cascader.mjs +132 -1
- package/es/packages/form-render/src/components/checkbox.mjs +42 -1
- package/es/packages/form-render/src/components/collapse.mjs +54 -1
- package/es/packages/form-render/src/components/combination.mjs +118 -1
- package/es/packages/form-render/src/components/complex.d.ts +13 -0
- package/es/packages/form-render/src/components/complex.mjs +31 -0
- package/es/packages/form-render/src/components/date.d.ts +6 -5032
- package/es/packages/form-render/src/components/date.mjs +51 -1
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/formItem.mjs +22 -1
- package/es/packages/form-render/src/components/index.d.ts +1 -0
- package/es/packages/form-render/src/components/index.mjs +16 -15
- package/es/packages/form-render/src/components/input.mjs +40 -1
- package/es/packages/form-render/src/components/inputGroup.mjs +8 -1
- package/es/packages/form-render/src/components/inputNumber.d.ts +4 -2166
- package/es/packages/form-render/src/components/inputNumber.mjs +18 -1
- package/es/packages/form-render/src/components/labelSelect.mjs +18 -1
- package/es/packages/form-render/src/components/radio.mjs +44 -1
- package/es/packages/form-render/src/components/select.d.ts +8 -2
- package/es/packages/form-render/src/components/select.mjs +100 -1
- package/es/packages/form-render/src/components/slider.d.ts +12 -12
- package/es/packages/form-render/src/components/slider.mjs +16 -1
- package/es/packages/form-render/src/components/switch.d.ts +3 -1
- package/es/packages/form-render/src/components/switch.mjs +47 -1
- package/es/packages/form-render/src/components/textarea.d.ts +9 -6
- package/es/packages/form-render/src/components/textarea.mjs +11 -1
- package/es/packages/form-render/src/constants/index.d.ts +5 -3
- package/es/packages/form-render/src/constants/index.mjs +26 -1
- package/es/packages/form-render/src/hooks/index.mjs +9 -9
- package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +138 -1
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +60 -1
- package/es/packages/form-render/src/hooks/useCommonLog.mjs +10 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +193 -1
- package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +38 -1
- package/es/packages/form-render/src/hooks/useFormField.mjs +9 -1
- package/es/packages/form-render/src/hooks/useFormRequest.mjs +12 -1
- package/es/packages/form-render/src/hooks/useFormValidator.mjs +48 -1
- package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +37 -1
- package/es/packages/form-render/src/types/fieldItem.d.ts +3 -0
- package/es/packages/form-render/src/utils/index.mjs +59 -1
- package/es/packages/form-render/style/index.css +29 -17
- package/es/packages/form-render/style/index.less +129 -116
- package/es/packages/form-table/index.d.ts +36000 -0
- package/es/packages/form-table/index.mjs +11 -1
- package/es/packages/form-table/src/FormTable.mjs +3 -1
- package/es/packages/form-table/src/FormTable.vue.d.ts +36000 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35759 -0
- package/es/packages/form-table/src/components/index.mjs +54 -1
- package/es/packages/form-table/src/components/table-age.mjs +3 -1
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4308 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-date-picker.mjs +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.mjs +3 -5
- package/es/packages/form-table/src/components/table-digital.mjs +3 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2919 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-input-password.mjs +3 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1627 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-input.mjs +3 -1
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1584 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-month-picker.mjs +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.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.mjs +3 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-search.mjs +3 -1
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/form-table/src/components/table-select-multiple.mjs +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.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.mjs +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.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.mjs +3 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1643 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.mjs +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.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.mjs +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.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.mjs +3 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +546 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/configs/index.mjs +74 -1
- package/es/packages/form-table/src/hooks/index.mjs +5 -5
- package/es/packages/form-table/src/hooks/useBoundDate.mjs +411 -1
- package/es/packages/form-table/src/hooks/useDateType.mjs +160 -1
- package/es/packages/form-table/src/hooks/useFormCommon.mjs +95 -1
- package/es/packages/form-table/src/hooks/useFormEvent.mjs +71 -1
- package/es/packages/form-table/src/hooks/useItemDefault.mjs +218 -1
- package/es/packages/form-table/src/hooks/useSearch.mjs +1216 -1
- package/es/packages/form-table/src/hooks/useValidate.mjs +480 -1
- package/es/packages/grid/index.mjs +14 -1
- package/es/packages/grid/src/Grid.mjs +28 -1
- package/es/packages/grid/src/hooks.mjs +165 -1
- package/es/packages/index.css +29 -17
- package/es/packages/index.d.ts +2 -2
- package/es/packages/index.less +129 -116
- package/es/packages/index.mjs +73 -26
- package/es/packages/info-header/index.d.ts +1850 -0
- package/es/packages/info-header/index.mjs +11 -1
- package/es/packages/info-header/src/HiddenContent.mjs +3 -1
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.mjs +3 -1
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +1851 -0
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +15 -7
- package/es/packages/info-header/src/SlotRender.mjs +35 -1
- package/es/packages/map/index.d.ts +2315 -0
- package/es/packages/map/index.mjs +11 -1
- package/es/packages/map/src/Map.mjs +3 -1
- package/es/packages/map/src/Map.vue.d.ts +2315 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/scale-view/index.d.ts +4310 -0
- package/es/packages/scale-view/index.mjs +37 -1
- package/es/packages/scale-view/src/ScaleView.mjs +3 -1
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4151 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +50 -27
- package/es/packages/scale-view/src/components/AnswerParse.mjs +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.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +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.mjs +3 -2
- package/es/packages/scale-view/src/components/EvaluatePage.mjs +3 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/scale-view/src/components/NoData.mjs +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.mjs +1 -0
- package/es/packages/scale-view/src/components/ScaleScore.mjs +63 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.mjs +78 -1
- package/es/packages/scale-view/src/components/formitem/address.mjs +3993 -1
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +225 -1
- package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +121 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +229 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +111 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +200 -1
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +88 -1
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +104 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +221 -1
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +134 -1
- package/es/packages/scale-view/src/components/formitem/r-upload.mjs +210 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +3 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +6 -2
- package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +320 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +441 -1
- package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
- package/es/packages/scale-view/src/hooks/scaleview-props.mjs +60 -1
- package/es/packages/scale-view/src/hooks/scaleview-state.mjs +42 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +162 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +164 -1
- package/es/packages/scale-view/src/hooks/use-component.d.ts +10185 -0
- package/es/packages/scale-view/src/hooks/use-component.mjs +82 -1
- package/es/packages/scale-view/src/hooks/use-evaluate.mjs +150 -1
- package/es/packages/scale-view/src/hooks/use-event.mjs +128 -1
- package/es/packages/scale-view/src/hooks/use-noData.mjs +41 -1
- package/es/packages/scale-view/src/utils/judge-types.mjs +40 -1
- package/es/packages/select-label/index.d.ts +12125 -0
- package/es/packages/select-label/index.mjs +17 -1
- package/es/packages/select-label/src/LabelFormContent.mjs +3 -1
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +303 -96
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/select-label/src/SelectLabel.mjs +3 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7555 -0
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +22 -18
- package/es/packages/select-label/src/components/label-classify.mjs +3 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +236 -68
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-person/index.d.ts +3502 -0
- package/es/packages/select-person/index.mjs +11 -1
- package/es/packages/select-person/src/SearchTree.mjs +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.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.mjs +3 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3505 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +73 -56
- package/es/packages/select-person/src/utils/index.d.ts +4 -4
- package/es/packages/select-person/src/utils/index.mjs +84 -1
- package/es/packages/time-line/index.d.ts +47 -28
- package/es/packages/time-line/index.mjs +11 -1
- package/es/packages/time-line/src/TimeLine.mjs +3 -1
- package/es/packages/time-line/src/TimeLine.vue.d.ts +47 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SelectPage/SelectPage.mjs +3 -1
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SelectPage/index.mjs +2 -1
- package/es/src/components/SvgIcon/SvgIcon.mjs +3 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/index.mjs +2 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +3 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +6 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/index.mjs +2 -1
- package/es/src/components/player-vod/index.mjs +3 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/player.mjs +121 -1
- package/es/src/components/player-vod/video-list.mjs +125 -1
- package/es/src/components/player-vod/video-modal.mjs +91 -1
- package/es/src/core/create.mjs +8 -1
- package/es/src/global/variable.d.ts +1 -1
- package/es/src/global/variable.mjs +4 -1
- package/es/src/utils/anime.mjs +126 -1
- package/es/src/utils/clickoutside.mjs +48 -1
- package/es/src/utils/crypto.mjs +25 -1
- package/es/src/utils/index.d.ts +0 -1
- package/es/src/utils/index.mjs +15 -1
- package/es/src/utils/loadViewer.mjs +11 -1
- package/es/src/utils/loadVxe.mjs +12 -1
- package/es/src/utils/utilExpand.mjs +714 -1
- package/es/src/utils/vexutils.mjs +78 -1
- package/memory-log.ts +62 -0
- package/package.json +16 -9
- package/sync-w.sh +13 -0
- package/es/packages/big-table/index2.mjs +0 -17
- package/es/packages/big-table/src/BigTable2.mjs +0 -4
- package/es/packages/big-table/src/bigTableEmits2.mjs +0 -49
- package/es/packages/big-table/src/bigTableProps2.mjs +0 -116
- package/es/packages/big-table/src/bigTableState2.mjs +0 -52
- package/es/packages/big-table/src/components/NoData2.mjs +0 -4
- package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +0 -114
- package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +0 -54
- package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +0 -148
- package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +0 -89
- package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +0 -289
- package/es/packages/big-table/src/hooks/useEdit2.mjs +0 -115
- package/es/packages/big-table/src/hooks/useEvent2.mjs +0 -70
- package/es/packages/big-table/src/hooks/useFormat2.mjs +0 -484
- package/es/packages/big-table/src/hooks/useNestTable2.mjs +0 -85
- package/es/packages/big-table/src/hooks/useTableParse2.mjs +0 -135
- package/es/packages/big-table/src/utils2.mjs +0 -607
- package/es/packages/bpmn-workflow/index2.mjs +0 -11
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +0 -4
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +0 -1427
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +0 -373
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +0 -141
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +0 -99
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +0 -119
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +0 -40
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +0 -25
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +0 -12
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +0 -47
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +0 -14
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +0 -10
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +0 -15
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +0 -227
- package/es/packages/button-print/index2.mjs +0 -11
- package/es/packages/button-print/src/ButtonPrint2.mjs +0 -4
- package/es/packages/button-print/src/components/IdentityVerification2.mjs +0 -4
- package/es/packages/button-print/src/utils/print.es.min2.mjs +0 -2080
- package/es/packages/chunk-upload/index2.mjs +0 -16
- package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +0 -4
- package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +0 -68
- package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +0 -93
- package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +0 -79
- package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +0 -33
- package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +0 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +0 -4
- package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +0 -95
- package/es/packages/drag-layout/index2.mjs +0 -13
- package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +0 -4
- package/es/packages/drag-layout/src/DragFormRightItem2.mjs +0 -4
- package/es/packages/drag-layout/src/DragLayout2.mjs +0 -4
- package/es/packages/editor/index2.mjs +0 -10
- package/es/packages/editor/src/Editor2.mjs +0 -77
- package/es/packages/field-set/index2.mjs +0 -11
- package/es/packages/field-set/src/FieldSet2.mjs +0 -4
- package/es/packages/field-set/src/Index2.mjs +0 -4
- package/es/packages/field-set/src/NewFieldSet2.mjs +0 -4
- package/es/packages/form-render/index2.mjs +0 -15
- package/es/packages/form-render/src/FormRender2.mjs +0 -4
- package/es/packages/form-render/src/components/cascader2.mjs +0 -108
- package/es/packages/form-render/src/components/checkbox2.mjs +0 -42
- package/es/packages/form-render/src/components/collapse2.mjs +0 -54
- package/es/packages/form-render/src/components/combination2.mjs +0 -116
- package/es/packages/form-render/src/components/date2.mjs +0 -34
- package/es/packages/form-render/src/components/formItem2.mjs +0 -22
- package/es/packages/form-render/src/components/index2.mjs +0 -15
- package/es/packages/form-render/src/components/input2.mjs +0 -40
- package/es/packages/form-render/src/components/inputGroup2.mjs +0 -8
- package/es/packages/form-render/src/components/inputNumber2.mjs +0 -7
- package/es/packages/form-render/src/components/labelSelect2.mjs +0 -18
- package/es/packages/form-render/src/components/radio2.mjs +0 -44
- package/es/packages/form-render/src/components/select2.mjs +0 -97
- package/es/packages/form-render/src/components/slider2.mjs +0 -16
- package/es/packages/form-render/src/components/switch2.mjs +0 -48
- package/es/packages/form-render/src/components/textarea2.mjs +0 -11
- package/es/packages/form-render/src/constants/index2.mjs +0 -24
- package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +0 -138
- package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +0 -48
- package/es/packages/form-render/src/hooks/useCommonLog2.mjs +0 -10
- package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +0 -184
- package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +0 -38
- package/es/packages/form-render/src/hooks/useFormField2.mjs +0 -9
- package/es/packages/form-render/src/hooks/useFormRequest2.mjs +0 -12
- package/es/packages/form-render/src/hooks/useFormValidator2.mjs +0 -48
- package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +0 -37
- package/es/packages/form-render/src/utils/index2.mjs +0 -59
- package/es/packages/form-table/index2.mjs +0 -11
- package/es/packages/form-table/src/FormTable2.mjs +0 -4
- package/es/packages/form-table/src/components/index2.mjs +0 -54
- package/es/packages/form-table/src/components/table-age2.mjs +0 -4
- package/es/packages/form-table/src/components/table-date-picker2.mjs +0 -4
- package/es/packages/form-table/src/components/table-digital2.mjs +0 -4
- package/es/packages/form-table/src/components/table-input-password2.mjs +0 -4
- package/es/packages/form-table/src/components/table-input2.mjs +0 -4
- package/es/packages/form-table/src/components/table-month-picker2.mjs +0 -4
- package/es/packages/form-table/src/components/table-search-more2.mjs +0 -4
- package/es/packages/form-table/src/components/table-search2.mjs +0 -4
- package/es/packages/form-table/src/components/table-select-multiple2.mjs +0 -4
- package/es/packages/form-table/src/components/table-select2.mjs +0 -4
- package/es/packages/form-table/src/components/table-textarea2.mjs +0 -4
- package/es/packages/form-table/src/components/table-time-picker2.mjs +0 -4
- package/es/packages/form-table/src/components/table-tree-select2.mjs +0 -4
- package/es/packages/form-table/src/components/text-over-tooltip2.mjs +0 -4
- package/es/packages/form-table/src/configs/index2.mjs +0 -74
- package/es/packages/form-table/src/hooks/useBoundDate2.mjs +0 -411
- package/es/packages/form-table/src/hooks/useDateType2.mjs +0 -160
- package/es/packages/form-table/src/hooks/useFormCommon2.mjs +0 -95
- package/es/packages/form-table/src/hooks/useFormEvent2.mjs +0 -71
- package/es/packages/form-table/src/hooks/useItemDefault2.mjs +0 -218
- package/es/packages/form-table/src/hooks/useSearch2.mjs +0 -1216
- package/es/packages/form-table/src/hooks/useValidate2.mjs +0 -480
- package/es/packages/grid/index2.mjs +0 -14
- package/es/packages/grid/src/Grid2.mjs +0 -28
- package/es/packages/grid/src/hooks2.mjs +0 -165
- package/es/packages/index2.mjs +0 -64
- package/es/packages/info-header/index2.mjs +0 -11
- package/es/packages/info-header/src/HiddenContent2.mjs +0 -4
- package/es/packages/info-header/src/InfoHeader2.mjs +0 -4
- package/es/packages/info-header/src/SlotRender2.mjs +0 -35
- package/es/packages/map/index2.mjs +0 -11
- package/es/packages/map/src/Map2.mjs +0 -4
- package/es/packages/scale-view/index2.mjs +0 -37
- package/es/packages/scale-view/src/ScaleView2.mjs +0 -4
- package/es/packages/scale-view/src/components/AnswerParse2.mjs +0 -4
- package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +0 -4
- package/es/packages/scale-view/src/components/EvaluatePage2.mjs +0 -4
- package/es/packages/scale-view/src/components/NoData2.mjs +0 -4
- package/es/packages/scale-view/src/components/ScaleScore2.mjs +0 -63
- package/es/packages/scale-view/src/components/composables/choose-common2.mjs +0 -78
- package/es/packages/scale-view/src/components/formitem/address2.mjs +0 -3993
- package/es/packages/scale-view/src/components/formitem/r-address2.mjs +0 -225
- package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +0 -121
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +0 -228
- package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +0 -111
- package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +0 -198
- package/es/packages/scale-view/src/components/formitem/r-input2.mjs +0 -88
- package/es/packages/scale-view/src/components/formitem/r-map2.mjs +0 -104
- package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +0 -220
- package/es/packages/scale-view/src/components/formitem/r-select2.mjs +0 -134
- package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +0 -210
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +0 -4
- package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +0 -300
- package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +0 -441
- package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +0 -56
- package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +0 -42
- package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +0 -162
- package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +0 -164
- package/es/packages/scale-view/src/hooks/use-component2.mjs +0 -80
- package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +0 -150
- package/es/packages/scale-view/src/hooks/use-event2.mjs +0 -128
- package/es/packages/scale-view/src/hooks/use-noData2.mjs +0 -41
- package/es/packages/scale-view/src/utils/judge-types2.mjs +0 -40
- package/es/packages/select-label/index2.mjs +0 -17
- package/es/packages/select-label/src/LabelFormContent2.mjs +0 -4
- package/es/packages/select-label/src/SelectLabel2.mjs +0 -4
- package/es/packages/select-label/src/components/label-classify2.mjs +0 -4
- package/es/packages/select-person/index2.mjs +0 -11
- package/es/packages/select-person/src/SearchTree2.mjs +0 -4
- package/es/packages/select-person/src/SelectPerson2.mjs +0 -4
- package/es/packages/select-person/src/utils/index2.mjs +0 -57
- package/es/packages/time-line/index2.mjs +0 -11
- package/es/packages/time-line/src/TimeLine2.mjs +0 -4
- package/es/src/components/SelectPage/SelectPage2.mjs +0 -4
- package/es/src/components/SelectPage/index2.mjs +0 -3
- package/es/src/components/SvgIcon/SvgIcon2.mjs +0 -4
- package/es/src/components/SvgIcon/index2.mjs +0 -3
- package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +0 -4
- package/es/src/components/TextOverTooltip/index2.mjs +0 -3
- package/es/src/components/player-vod/index2.mjs +0 -4
- package/es/src/components/player-vod/player2.mjs +0 -121
- package/es/src/components/player-vod/video-list2.mjs +0 -125
- package/es/src/components/player-vod/video-modal2.mjs +0 -91
- package/es/src/core/create2.mjs +0 -8
- package/es/src/global/variable2.mjs +0 -4
- package/es/src/utils/anime2.mjs +0 -126
- package/es/src/utils/clickoutside2.mjs +0 -48
- package/es/src/utils/crypto2.mjs +0 -25
- package/es/src/utils/index2.mjs +0 -19
- package/es/src/utils/loadViewer2.mjs +0 -11
- package/es/src/utils/loadVxe2.mjs +0 -12
- package/es/src/utils/utilExpand2.mjs +0 -714
- package/es/src/utils/vexutils2.mjs +0 -80
- package/md-plugin.ts +0 -201
- package/uno.config.ts +0 -22
|
@@ -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>;
|
|
@@ -114,13 +116,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
116
|
readonly default: 0;
|
|
115
117
|
};
|
|
116
118
|
}>>, {
|
|
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;
|
|
119
|
+
readonly cols: string | number;
|
|
120
|
+
readonly responsive: "self" | "screen";
|
|
121
|
+
readonly collapsed: boolean;
|
|
122
|
+
readonly itemResponsive: boolean;
|
|
123
|
+
readonly collapsedRows: number;
|
|
124
|
+
readonly xGap: string | number;
|
|
125
|
+
readonly yGap: string | number;
|
|
124
126
|
}>;
|
|
125
127
|
NFormItemGi: import("vue").DefineComponent<{
|
|
126
128
|
readonly label: StringConstructor;
|
|
@@ -408,16 +410,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
408
410
|
readonly default: true;
|
|
409
411
|
};
|
|
410
412
|
}>>, {
|
|
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;
|
|
413
|
+
readonly required: boolean;
|
|
414
|
+
readonly first: boolean;
|
|
415
|
+
readonly offset: string | number;
|
|
416
|
+
readonly span: string | number;
|
|
417
|
+
readonly suffix: boolean;
|
|
418
|
+
readonly showRequireMark: boolean | undefined;
|
|
419
|
+
readonly showFeedback: boolean | undefined;
|
|
420
|
+
readonly showLabel: boolean | undefined;
|
|
421
|
+
readonly ignorePathChange: boolean;
|
|
422
|
+
readonly privateShow: boolean;
|
|
421
423
|
}>;
|
|
422
424
|
NButton: import("vue").DefineComponent<{
|
|
423
425
|
readonly color: StringConstructor;
|
|
@@ -1792,26 +1794,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1792
1794
|
rippleDuration: string;
|
|
1793
1795
|
}, any>>>;
|
|
1794
1796
|
}>>, {
|
|
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;
|
|
1797
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1798
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1799
|
+
readonly block: boolean;
|
|
1800
|
+
readonly round: boolean;
|
|
1801
|
+
readonly dashed: boolean;
|
|
1802
|
+
readonly text: boolean;
|
|
1803
|
+
readonly circle: boolean;
|
|
1804
|
+
readonly disabled: boolean;
|
|
1805
|
+
readonly focusable: boolean;
|
|
1806
|
+
readonly strong: boolean;
|
|
1807
|
+
readonly loading: boolean;
|
|
1808
|
+
readonly bordered: boolean;
|
|
1809
|
+
readonly tertiary: boolean;
|
|
1810
|
+
readonly ghost: boolean;
|
|
1811
|
+
readonly keyboard: boolean;
|
|
1812
|
+
readonly secondary: boolean;
|
|
1813
|
+
readonly quaternary: boolean;
|
|
1814
|
+
readonly iconPlacement: "left" | "right";
|
|
1815
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1816
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1817
|
}>;
|
|
1816
1818
|
NModal: import("vue").DefineComponent<{
|
|
1817
1819
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1925,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1923
1925
|
titleTextColor: string;
|
|
1924
1926
|
textColor: string;
|
|
1925
1927
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1928
|
closeColorHover: string;
|
|
1928
1929
|
closeColorPressed: string;
|
|
1930
|
+
closeIconColor: string;
|
|
1931
|
+
closeIconColorHover: string;
|
|
1932
|
+
closeIconColorPressed: string;
|
|
1933
|
+
closeBorderRadius: string;
|
|
1929
1934
|
iconColor: string;
|
|
1930
1935
|
iconColorInfo: string;
|
|
1931
1936
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1946,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1941
1946
|
iconMargin: string;
|
|
1942
1947
|
iconMarginIconTop: string;
|
|
1943
1948
|
closeSize: string;
|
|
1949
|
+
closeIconSize: string;
|
|
1944
1950
|
closeMargin: string;
|
|
1945
1951
|
closeMarginIconTop: string;
|
|
1946
1952
|
}, {
|
|
@@ -2161,9 +2167,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2161
2167
|
borderColor: string;
|
|
2162
2168
|
actionColor: string;
|
|
2163
2169
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2170
|
closeColorHover: string;
|
|
2166
2171
|
closeColorPressed: string;
|
|
2172
|
+
closeBorderRadius: string;
|
|
2173
|
+
closeIconColor: string;
|
|
2174
|
+
closeIconColorHover: string;
|
|
2175
|
+
closeIconColorPressed: string;
|
|
2167
2176
|
fontSizeSmall: string;
|
|
2168
2177
|
fontSizeMedium: string;
|
|
2169
2178
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2178
2187
|
titleFontSizeMedium: string;
|
|
2179
2188
|
titleFontSizeLarge: string;
|
|
2180
2189
|
titleFontSizeHuge: string;
|
|
2190
|
+
closeIconSize: string;
|
|
2181
2191
|
closeSize: string;
|
|
2182
2192
|
}, any>;
|
|
2183
2193
|
}>>;
|
|
@@ -2197,9 +2207,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2197
2207
|
titleTextColor: string;
|
|
2198
2208
|
textColor: string;
|
|
2199
2209
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2210
|
closeColorHover: string;
|
|
2202
2211
|
closeColorPressed: string;
|
|
2212
|
+
closeIconColor: string;
|
|
2213
|
+
closeIconColorHover: string;
|
|
2214
|
+
closeIconColorPressed: string;
|
|
2215
|
+
closeBorderRadius: string;
|
|
2203
2216
|
iconColor: string;
|
|
2204
2217
|
iconColorInfo: string;
|
|
2205
2218
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2215
2228
|
iconMargin: string;
|
|
2216
2229
|
iconMarginIconTop: string;
|
|
2217
2230
|
closeSize: string;
|
|
2231
|
+
closeIconSize: string;
|
|
2218
2232
|
closeMargin: string;
|
|
2219
2233
|
closeMarginIconTop: string;
|
|
2220
2234
|
}, {
|
|
@@ -2435,9 +2449,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2435
2449
|
borderColor: string;
|
|
2436
2450
|
actionColor: string;
|
|
2437
2451
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2452
|
closeColorHover: string;
|
|
2440
2453
|
closeColorPressed: string;
|
|
2454
|
+
closeBorderRadius: string;
|
|
2455
|
+
closeIconColor: string;
|
|
2456
|
+
closeIconColorHover: string;
|
|
2457
|
+
closeIconColorPressed: string;
|
|
2441
2458
|
fontSizeSmall: string;
|
|
2442
2459
|
fontSizeMedium: string;
|
|
2443
2460
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2469,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2452
2469
|
titleFontSizeMedium: string;
|
|
2453
2470
|
titleFontSizeLarge: string;
|
|
2454
2471
|
titleFontSizeHuge: string;
|
|
2472
|
+
closeIconSize: string;
|
|
2455
2473
|
closeSize: string;
|
|
2456
2474
|
}, any>;
|
|
2457
2475
|
}>>>;
|
|
@@ -2471,9 +2489,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2489
|
titleTextColor: string;
|
|
2472
2490
|
textColor: string;
|
|
2473
2491
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2492
|
closeColorHover: string;
|
|
2476
2493
|
closeColorPressed: string;
|
|
2494
|
+
closeIconColor: string;
|
|
2495
|
+
closeIconColorHover: string;
|
|
2496
|
+
closeIconColorPressed: string;
|
|
2497
|
+
closeBorderRadius: string;
|
|
2477
2498
|
iconColor: string;
|
|
2478
2499
|
iconColorInfo: string;
|
|
2479
2500
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2510
|
iconMargin: string;
|
|
2490
2511
|
iconMarginIconTop: string;
|
|
2491
2512
|
closeSize: string;
|
|
2513
|
+
closeIconSize: string;
|
|
2492
2514
|
closeMargin: string;
|
|
2493
2515
|
closeMarginIconTop: string;
|
|
2494
2516
|
}, {
|
|
@@ -2709,9 +2731,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2731
|
borderColor: string;
|
|
2710
2732
|
actionColor: string;
|
|
2711
2733
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2734
|
closeColorHover: string;
|
|
2714
2735
|
closeColorPressed: string;
|
|
2736
|
+
closeBorderRadius: string;
|
|
2737
|
+
closeIconColor: string;
|
|
2738
|
+
closeIconColorHover: string;
|
|
2739
|
+
closeIconColorPressed: string;
|
|
2715
2740
|
fontSizeSmall: string;
|
|
2716
2741
|
fontSizeMedium: string;
|
|
2717
2742
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2751,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2726
2751
|
titleFontSizeMedium: string;
|
|
2727
2752
|
titleFontSizeLarge: string;
|
|
2728
2753
|
titleFontSizeHuge: string;
|
|
2754
|
+
closeIconSize: string;
|
|
2729
2755
|
closeSize: string;
|
|
2730
2756
|
}, any>;
|
|
2731
2757
|
}>>>;
|
|
@@ -2861,9 +2887,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2861
2887
|
titleTextColor: string;
|
|
2862
2888
|
textColor: string;
|
|
2863
2889
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2890
|
closeColorHover: string;
|
|
2866
2891
|
closeColorPressed: string;
|
|
2892
|
+
closeIconColor: string;
|
|
2893
|
+
closeIconColorHover: string;
|
|
2894
|
+
closeIconColorPressed: string;
|
|
2895
|
+
closeBorderRadius: string;
|
|
2867
2896
|
iconColor: string;
|
|
2868
2897
|
iconColorInfo: string;
|
|
2869
2898
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2908,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2879
2908
|
iconMargin: string;
|
|
2880
2909
|
iconMarginIconTop: string;
|
|
2881
2910
|
closeSize: string;
|
|
2911
|
+
closeIconSize: string;
|
|
2882
2912
|
closeMargin: string;
|
|
2883
2913
|
closeMarginIconTop: string;
|
|
2884
2914
|
}, {
|
|
@@ -3099,9 +3129,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3099
3129
|
borderColor: string;
|
|
3100
3130
|
actionColor: string;
|
|
3101
3131
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3132
|
closeColorHover: string;
|
|
3104
3133
|
closeColorPressed: string;
|
|
3134
|
+
closeBorderRadius: string;
|
|
3135
|
+
closeIconColor: string;
|
|
3136
|
+
closeIconColorHover: string;
|
|
3137
|
+
closeIconColorPressed: string;
|
|
3105
3138
|
fontSizeSmall: string;
|
|
3106
3139
|
fontSizeMedium: string;
|
|
3107
3140
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3149
|
titleFontSizeMedium: string;
|
|
3117
3150
|
titleFontSizeLarge: string;
|
|
3118
3151
|
titleFontSizeHuge: string;
|
|
3152
|
+
closeIconSize: string;
|
|
3119
3153
|
closeSize: string;
|
|
3120
3154
|
}, any>;
|
|
3121
3155
|
}>>;
|
|
@@ -3135,9 +3169,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3135
3169
|
titleTextColor: string;
|
|
3136
3170
|
textColor: string;
|
|
3137
3171
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3172
|
closeColorHover: string;
|
|
3140
3173
|
closeColorPressed: string;
|
|
3174
|
+
closeIconColor: string;
|
|
3175
|
+
closeIconColorHover: string;
|
|
3176
|
+
closeIconColorPressed: string;
|
|
3177
|
+
closeBorderRadius: string;
|
|
3141
3178
|
iconColor: string;
|
|
3142
3179
|
iconColorInfo: string;
|
|
3143
3180
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3190,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3153
3190
|
iconMargin: string;
|
|
3154
3191
|
iconMarginIconTop: string;
|
|
3155
3192
|
closeSize: string;
|
|
3193
|
+
closeIconSize: string;
|
|
3156
3194
|
closeMargin: string;
|
|
3157
3195
|
closeMarginIconTop: string;
|
|
3158
3196
|
}, {
|
|
@@ -3373,9 +3411,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3373
3411
|
borderColor: string;
|
|
3374
3412
|
actionColor: string;
|
|
3375
3413
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3414
|
closeColorHover: string;
|
|
3378
3415
|
closeColorPressed: string;
|
|
3416
|
+
closeBorderRadius: string;
|
|
3417
|
+
closeIconColor: string;
|
|
3418
|
+
closeIconColorHover: string;
|
|
3419
|
+
closeIconColorPressed: string;
|
|
3379
3420
|
fontSizeSmall: string;
|
|
3380
3421
|
fontSizeMedium: string;
|
|
3381
3422
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3431,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3431
|
titleFontSizeMedium: string;
|
|
3391
3432
|
titleFontSizeLarge: string;
|
|
3392
3433
|
titleFontSizeHuge: string;
|
|
3434
|
+
closeIconSize: string;
|
|
3393
3435
|
closeSize: string;
|
|
3394
3436
|
}, any>;
|
|
3395
3437
|
}>>>;
|
|
@@ -3409,9 +3451,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3451
|
titleTextColor: string;
|
|
3410
3452
|
textColor: string;
|
|
3411
3453
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3454
|
closeColorHover: string;
|
|
3414
3455
|
closeColorPressed: string;
|
|
3456
|
+
closeIconColor: string;
|
|
3457
|
+
closeIconColorHover: string;
|
|
3458
|
+
closeIconColorPressed: string;
|
|
3459
|
+
closeBorderRadius: string;
|
|
3415
3460
|
iconColor: string;
|
|
3416
3461
|
iconColorInfo: string;
|
|
3417
3462
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3472,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3427
3472
|
iconMargin: string;
|
|
3428
3473
|
iconMarginIconTop: string;
|
|
3429
3474
|
closeSize: string;
|
|
3475
|
+
closeIconSize: string;
|
|
3430
3476
|
closeMargin: string;
|
|
3431
3477
|
closeMarginIconTop: string;
|
|
3432
3478
|
}, {
|
|
@@ -3647,9 +3693,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3647
3693
|
borderColor: string;
|
|
3648
3694
|
actionColor: string;
|
|
3649
3695
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3696
|
closeColorHover: string;
|
|
3652
3697
|
closeColorPressed: string;
|
|
3698
|
+
closeBorderRadius: string;
|
|
3699
|
+
closeIconColor: string;
|
|
3700
|
+
closeIconColorHover: string;
|
|
3701
|
+
closeIconColorPressed: string;
|
|
3653
3702
|
fontSizeSmall: string;
|
|
3654
3703
|
fontSizeMedium: string;
|
|
3655
3704
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3664
3713
|
titleFontSizeMedium: string;
|
|
3665
3714
|
titleFontSizeLarge: string;
|
|
3666
3715
|
titleFontSizeHuge: string;
|
|
3716
|
+
closeIconSize: string;
|
|
3667
3717
|
closeSize: string;
|
|
3668
3718
|
}, any>;
|
|
3669
3719
|
}>>>;
|
|
@@ -3944,14 +3994,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3944
3994
|
labelTextAlignHorizontal: string;
|
|
3945
3995
|
}, any>>>;
|
|
3946
3996
|
}>>, {
|
|
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;
|
|
3997
|
+
readonly inline: boolean;
|
|
3998
|
+
readonly disabled: boolean;
|
|
3999
|
+
readonly onSubmit: (e: Event) => void;
|
|
4000
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4001
|
+
readonly model: Record<string, any>;
|
|
4002
|
+
readonly showRequireMark: boolean | undefined;
|
|
4003
|
+
readonly showFeedback: boolean;
|
|
4004
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4005
|
}>;
|
|
3956
4006
|
NInput: import("vue").DefineComponent<{
|
|
3957
4007
|
bordered: {
|
|
@@ -4011,6 +4061,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4011
4061
|
type: BooleanConstructor;
|
|
4012
4062
|
default: undefined;
|
|
4013
4063
|
};
|
|
4064
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4014
4065
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4015
4066
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4016
4067
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4231,8 +4282,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4231
4282
|
contentRef: HTMLElement | null;
|
|
4232
4283
|
containerScrollTop: number;
|
|
4233
4284
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4285
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4286
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4287
|
sync: () => void;
|
|
4237
4288
|
handleMouseEnterWrapper: () => void;
|
|
4238
4289
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4266,7 +4317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4266
4317
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4267
4318
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4268
4319
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4269
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
4320
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
4270
4321
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4271
4322
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4272
4323
|
handleMouseEnter: () => void;
|
|
@@ -4277,7 +4328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4277
4328
|
handleClear: (e: MouseEvent) => void;
|
|
4278
4329
|
handlePasswordToggleClick: () => void;
|
|
4279
4330
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4280
|
-
|
|
4331
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
4281
4332
|
handleTextAreaMirrorResize: () => void;
|
|
4282
4333
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4283
4334
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4321,10 +4372,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4372
|
opacity5: string;
|
|
4322
4373
|
dividerColor: string;
|
|
4323
4374
|
borderColor: string;
|
|
4324
|
-
|
|
4375
|
+
closeIconColor: string;
|
|
4376
|
+
closeIconColorHover: string;
|
|
4377
|
+
closeIconColorPressed: string;
|
|
4325
4378
|
closeColorHover: string;
|
|
4326
4379
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4380
|
clearColor: string;
|
|
4329
4381
|
clearColorHover: string;
|
|
4330
4382
|
clearColorPressed: string;
|
|
@@ -4565,6 +4617,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4565
4617
|
type: BooleanConstructor;
|
|
4566
4618
|
default: undefined;
|
|
4567
4619
|
};
|
|
4620
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4568
4621
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4569
4622
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4570
4623
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4832,10 +4885,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4832
4885
|
};
|
|
4833
4886
|
readonly remote: BooleanConstructor;
|
|
4834
4887
|
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
|
-
};
|
|
4888
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
4839
4889
|
readonly placement: {
|
|
4840
4890
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
4841
4891
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4895,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4845
4895
|
readonly default: "trigger";
|
|
4846
4896
|
};
|
|
4847
4897
|
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
|
-
};
|
|
4898
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4899
|
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
|
-
};
|
|
4900
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4901
|
+
readonly default: undefined;
|
|
4861
4902
|
};
|
|
4862
4903
|
readonly show: {
|
|
4863
4904
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,6 +4917,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4876
4917
|
readonly type: BooleanConstructor;
|
|
4877
4918
|
readonly default: true;
|
|
4878
4919
|
};
|
|
4920
|
+
readonly labelField: {
|
|
4921
|
+
readonly type: StringConstructor;
|
|
4922
|
+
readonly default: "label";
|
|
4923
|
+
};
|
|
4924
|
+
readonly valueField: {
|
|
4925
|
+
readonly type: StringConstructor;
|
|
4926
|
+
readonly default: "value";
|
|
4927
|
+
};
|
|
4928
|
+
readonly childrenField: {
|
|
4929
|
+
readonly type: StringConstructor;
|
|
4930
|
+
readonly default: "children";
|
|
4931
|
+
};
|
|
4879
4932
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4933
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4934
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4898,6 +4951,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4898
4951
|
readonly default: true;
|
|
4899
4952
|
};
|
|
4900
4953
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4954
|
+
readonly internalShowCheckmark: {
|
|
4955
|
+
readonly type: BooleanConstructor;
|
|
4956
|
+
readonly default: true;
|
|
4957
|
+
};
|
|
4901
4958
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4959
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4960
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
5050
|
optionCheckColor: string;
|
|
4994
5051
|
optionColorPending: string;
|
|
4995
5052
|
optionColorActive: string;
|
|
5053
|
+
optionColorActivePending: string;
|
|
4996
5054
|
actionTextColor: string;
|
|
4997
5055
|
loadingColor: string;
|
|
4998
5056
|
height: string;
|
|
@@ -5118,6 +5176,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5118
5176
|
optionCheckColor: string;
|
|
5119
5177
|
optionColorPending: string;
|
|
5120
5178
|
optionColorActive: string;
|
|
5179
|
+
optionColorActivePending: string;
|
|
5121
5180
|
actionTextColor: string;
|
|
5122
5181
|
loadingColor: string;
|
|
5123
5182
|
height: string;
|
|
@@ -5243,6 +5302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5243
5302
|
optionCheckColor: string;
|
|
5244
5303
|
optionColorPending: string;
|
|
5245
5304
|
optionColorActive: string;
|
|
5305
|
+
optionColorActivePending: string;
|
|
5246
5306
|
actionTextColor: string;
|
|
5247
5307
|
loadingColor: string;
|
|
5248
5308
|
height: string;
|
|
@@ -5372,10 +5432,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5372
5432
|
opacity5: string;
|
|
5373
5433
|
dividerColor: string;
|
|
5374
5434
|
borderColor: string;
|
|
5375
|
-
|
|
5435
|
+
closeIconColor: string;
|
|
5436
|
+
closeIconColorHover: string;
|
|
5437
|
+
closeIconColorPressed: string;
|
|
5376
5438
|
closeColorHover: string;
|
|
5377
5439
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5440
|
clearColor: string;
|
|
5380
5441
|
clearColorHover: string;
|
|
5381
5442
|
clearColorPressed: string;
|
|
@@ -5530,6 +5591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5530
5591
|
optionCheckColor: string;
|
|
5531
5592
|
optionColorPending: string;
|
|
5532
5593
|
optionColorActive: string;
|
|
5594
|
+
optionColorActivePending: string;
|
|
5533
5595
|
actionTextColor: string;
|
|
5534
5596
|
loadingColor: string;
|
|
5535
5597
|
height: string;
|
|
@@ -5645,10 +5707,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5645
5707
|
};
|
|
5646
5708
|
readonly remote: BooleanConstructor;
|
|
5647
5709
|
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
|
-
};
|
|
5710
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
5652
5711
|
readonly placement: {
|
|
5653
5712
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5654
5713
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5717,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5658
5717
|
readonly default: "trigger";
|
|
5659
5718
|
};
|
|
5660
5719
|
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
|
-
};
|
|
5720
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5721
|
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
|
-
};
|
|
5722
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5723
|
+
readonly default: undefined;
|
|
5674
5724
|
};
|
|
5675
5725
|
readonly show: {
|
|
5676
5726
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,6 +5739,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5739
|
readonly type: BooleanConstructor;
|
|
5690
5740
|
readonly default: true;
|
|
5691
5741
|
};
|
|
5742
|
+
readonly labelField: {
|
|
5743
|
+
readonly type: StringConstructor;
|
|
5744
|
+
readonly default: "label";
|
|
5745
|
+
};
|
|
5746
|
+
readonly valueField: {
|
|
5747
|
+
readonly type: StringConstructor;
|
|
5748
|
+
readonly default: "value";
|
|
5749
|
+
};
|
|
5750
|
+
readonly childrenField: {
|
|
5751
|
+
readonly type: StringConstructor;
|
|
5752
|
+
readonly default: "children";
|
|
5753
|
+
};
|
|
5692
5754
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5755
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5756
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5711,6 +5773,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5711
5773
|
readonly default: true;
|
|
5712
5774
|
};
|
|
5713
5775
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5776
|
+
readonly internalShowCheckmark: {
|
|
5777
|
+
readonly type: BooleanConstructor;
|
|
5778
|
+
readonly default: true;
|
|
5779
|
+
};
|
|
5714
5780
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5781
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5782
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5872,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5806
5872
|
optionCheckColor: string;
|
|
5807
5873
|
optionColorPending: string;
|
|
5808
5874
|
optionColorActive: string;
|
|
5875
|
+
optionColorActivePending: string;
|
|
5809
5876
|
actionTextColor: string;
|
|
5810
5877
|
loadingColor: string;
|
|
5811
5878
|
height: string;
|
|
@@ -5931,6 +5998,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5931
5998
|
optionCheckColor: string;
|
|
5932
5999
|
optionColorPending: string;
|
|
5933
6000
|
optionColorActive: string;
|
|
6001
|
+
optionColorActivePending: string;
|
|
5934
6002
|
actionTextColor: string;
|
|
5935
6003
|
loadingColor: string;
|
|
5936
6004
|
height: string;
|
|
@@ -6056,6 +6124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6124
|
optionCheckColor: string;
|
|
6057
6125
|
optionColorPending: string;
|
|
6058
6126
|
optionColorActive: string;
|
|
6127
|
+
optionColorActivePending: string;
|
|
6059
6128
|
actionTextColor: string;
|
|
6060
6129
|
loadingColor: string;
|
|
6061
6130
|
height: string;
|
|
@@ -6089,29 +6158,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6089
6158
|
}>;
|
|
6090
6159
|
}>>>;
|
|
6091
6160
|
}>>, {
|
|
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
|
-
|
|
6161
|
+
readonly tag: boolean;
|
|
6162
|
+
readonly show: boolean | undefined;
|
|
6163
|
+
readonly multiple: boolean;
|
|
6164
|
+
readonly disabled: boolean | undefined;
|
|
6165
|
+
readonly to: string | boolean | HTMLElement;
|
|
6166
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6167
|
+
readonly loading: boolean;
|
|
6168
|
+
readonly bordered: boolean | undefined;
|
|
6169
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
6170
|
+
readonly labelField: string;
|
|
6171
|
+
readonly virtualScroll: boolean;
|
|
6172
|
+
readonly valueField: string;
|
|
6173
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6174
|
+
readonly showArrow: boolean;
|
|
6175
|
+
readonly displayDirective: "show" | "if";
|
|
6176
|
+
readonly filterable: boolean;
|
|
6177
|
+
readonly clearable: boolean;
|
|
6178
|
+
readonly internalShowCheckmark: boolean;
|
|
6179
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6180
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6181
|
+
readonly remote: boolean;
|
|
6182
|
+
readonly widthMode: string;
|
|
6183
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6184
|
+
readonly consistentMenuWidth: boolean;
|
|
6185
|
+
readonly childrenField: string;
|
|
6115
6186
|
}>;
|
|
6116
6187
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6188
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6282,10 +6353,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6282
6353
|
opacity5: string;
|
|
6283
6354
|
dividerColor: string;
|
|
6284
6355
|
borderColor: string;
|
|
6285
|
-
|
|
6356
|
+
closeIconColor: string;
|
|
6357
|
+
closeIconColorHover: string;
|
|
6358
|
+
closeIconColorPressed: string;
|
|
6286
6359
|
closeColorHover: string;
|
|
6287
6360
|
closeColorPressed: string;
|
|
6288
|
-
closeColorDisabled: string;
|
|
6289
6361
|
clearColor: string;
|
|
6290
6362
|
clearColorHover: string;
|
|
6291
6363
|
clearColorPressed: string;
|
|
@@ -6535,8 +6607,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6535
6607
|
}>>, {
|
|
6536
6608
|
disabled: boolean | undefined;
|
|
6537
6609
|
checked: string | number | boolean | undefined;
|
|
6538
|
-
focusable: boolean;
|
|
6539
6610
|
indeterminate: boolean;
|
|
6611
|
+
focusable: boolean;
|
|
6540
6612
|
defaultChecked: string | number | boolean;
|
|
6541
6613
|
checkedValue: string | number | boolean;
|
|
6542
6614
|
uncheckedValue: string | number | boolean;
|
|
@@ -6574,6 +6646,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6646
|
type: BooleanConstructor;
|
|
6575
6647
|
default: boolean;
|
|
6576
6648
|
};
|
|
6649
|
+
buttonPlacement: {
|
|
6650
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6651
|
+
default: string;
|
|
6652
|
+
};
|
|
6577
6653
|
readonly: BooleanConstructor;
|
|
6578
6654
|
clearable: BooleanConstructor;
|
|
6579
6655
|
keyboard: {
|
|
@@ -6587,6 +6663,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6587
6663
|
type: BooleanConstructor;
|
|
6588
6664
|
default: boolean;
|
|
6589
6665
|
};
|
|
6666
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6667
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6668
|
+
precision: NumberConstructor;
|
|
6590
6669
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6591
6670
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6592
6671
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7480,10 +7559,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7480
7559
|
opacity5: string;
|
|
7481
7560
|
dividerColor: string;
|
|
7482
7561
|
borderColor: string;
|
|
7483
|
-
|
|
7562
|
+
closeIconColor: string;
|
|
7563
|
+
closeIconColorHover: string;
|
|
7564
|
+
closeIconColorPressed: string;
|
|
7484
7565
|
closeColorHover: string;
|
|
7485
7566
|
closeColorPressed: string;
|
|
7486
|
-
closeColorDisabled: string;
|
|
7487
7567
|
clearColor: string;
|
|
7488
7568
|
clearColorHover: string;
|
|
7489
7569
|
clearColorPressed: string;
|
|
@@ -7869,6 +7949,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7869
7949
|
type: BooleanConstructor;
|
|
7870
7950
|
default: boolean;
|
|
7871
7951
|
};
|
|
7952
|
+
buttonPlacement: {
|
|
7953
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7954
|
+
default: string;
|
|
7955
|
+
};
|
|
7872
7956
|
readonly: BooleanConstructor;
|
|
7873
7957
|
clearable: BooleanConstructor;
|
|
7874
7958
|
keyboard: {
|
|
@@ -7882,6 +7966,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7882
7966
|
type: BooleanConstructor;
|
|
7883
7967
|
default: boolean;
|
|
7884
7968
|
};
|
|
7969
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7970
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7971
|
+
precision: NumberConstructor;
|
|
7885
7972
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7886
7973
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7887
7974
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8707,6 +8794,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8707
8794
|
ArrowDown?: boolean | undefined;
|
|
8708
8795
|
};
|
|
8709
8796
|
showButton: boolean;
|
|
8797
|
+
buttonPlacement: "right" | "both";
|
|
8710
8798
|
updateValueOnInput: boolean;
|
|
8711
8799
|
}>;
|
|
8712
8800
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8836,6 +8924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8836
8924
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8837
8925
|
readonly default: undefined;
|
|
8838
8926
|
};
|
|
8927
|
+
readonly panel: BooleanConstructor;
|
|
8839
8928
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8840
8929
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8841
8930
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -8906,6 +8995,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8906
8995
|
calendarLeftPaddingYear: string;
|
|
8907
8996
|
calendarLeftPaddingQuarter: string;
|
|
8908
8997
|
calendarLeftPaddingMonthrange: string;
|
|
8998
|
+
calendarLeftPaddingQuarterrange: string;
|
|
8999
|
+
calendarLeftPaddingYearrange: string;
|
|
8909
9000
|
calendarRightPaddingDate: string;
|
|
8910
9001
|
calendarRightPaddingDatetime: string;
|
|
8911
9002
|
calendarRightPaddingDaterange: string;
|
|
@@ -8914,6 +9005,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8914
9005
|
calendarRightPaddingYear: string;
|
|
8915
9006
|
calendarRightPaddingQuarter: string;
|
|
8916
9007
|
calendarRightPaddingMonthrange: string;
|
|
9008
|
+
calendarRightPaddingQuarterrange: string;
|
|
9009
|
+
calendarRightPaddingYearrange: string;
|
|
8917
9010
|
}, {
|
|
8918
9011
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8919
9012
|
countTextColor: string;
|
|
@@ -9520,6 +9613,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9520
9613
|
calendarLeftPaddingYear: string;
|
|
9521
9614
|
calendarLeftPaddingQuarter: string;
|
|
9522
9615
|
calendarLeftPaddingMonthrange: string;
|
|
9616
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9617
|
+
calendarLeftPaddingYearrange: string;
|
|
9523
9618
|
calendarRightPaddingDate: string;
|
|
9524
9619
|
calendarRightPaddingDatetime: string;
|
|
9525
9620
|
calendarRightPaddingDaterange: string;
|
|
@@ -9528,6 +9623,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9528
9623
|
calendarRightPaddingYear: string;
|
|
9529
9624
|
calendarRightPaddingQuarter: string;
|
|
9530
9625
|
calendarRightPaddingMonthrange: string;
|
|
9626
|
+
calendarRightPaddingQuarterrange: string;
|
|
9627
|
+
calendarRightPaddingYearrange: string;
|
|
9531
9628
|
}, {
|
|
9532
9629
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9533
9630
|
countTextColor: string;
|
|
@@ -10134,6 +10231,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10134
10231
|
calendarLeftPaddingYear: string;
|
|
10135
10232
|
calendarLeftPaddingQuarter: string;
|
|
10136
10233
|
calendarLeftPaddingMonthrange: string;
|
|
10234
|
+
calendarLeftPaddingQuarterrange: string;
|
|
10235
|
+
calendarLeftPaddingYearrange: string;
|
|
10137
10236
|
calendarRightPaddingDate: string;
|
|
10138
10237
|
calendarRightPaddingDatetime: string;
|
|
10139
10238
|
calendarRightPaddingDaterange: string;
|
|
@@ -10142,6 +10241,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10142
10241
|
calendarRightPaddingYear: string;
|
|
10143
10242
|
calendarRightPaddingQuarter: string;
|
|
10144
10243
|
calendarRightPaddingMonthrange: string;
|
|
10244
|
+
calendarRightPaddingQuarterrange: string;
|
|
10245
|
+
calendarRightPaddingYearrange: string;
|
|
10145
10246
|
}, {
|
|
10146
10247
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10147
10248
|
countTextColor: string;
|
|
@@ -10713,8 +10814,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10713
10814
|
contentRef: HTMLElement | null;
|
|
10714
10815
|
containerScrollTop: number;
|
|
10715
10816
|
syncUnifiedContainer: () => void;
|
|
10716
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10717
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10817
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10818
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10718
10819
|
sync: () => void;
|
|
10719
10820
|
handleMouseEnterWrapper: () => void;
|
|
10720
10821
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10725,8 +10826,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10725
10826
|
contentRef: HTMLElement | null;
|
|
10726
10827
|
containerScrollTop: number;
|
|
10727
10828
|
syncUnifiedContainer: () => void;
|
|
10728
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10729
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10829
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10830
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10730
10831
|
sync: () => void;
|
|
10731
10832
|
handleMouseEnterWrapper: () => void;
|
|
10732
10833
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10742,8 +10843,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10742
10843
|
contentRef: HTMLElement | null;
|
|
10743
10844
|
containerScrollTop: number;
|
|
10744
10845
|
syncUnifiedContainer: () => void;
|
|
10745
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10746
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10846
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10847
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10747
10848
|
sync: () => void;
|
|
10748
10849
|
handleMouseEnterWrapper: () => void;
|
|
10749
10850
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10754,8 +10855,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10754
10855
|
contentRef: HTMLElement | null;
|
|
10755
10856
|
containerScrollTop: number;
|
|
10756
10857
|
syncUnifiedContainer: () => void;
|
|
10757
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10758
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10858
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10859
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10759
10860
|
sync: () => void;
|
|
10760
10861
|
handleMouseEnterWrapper: () => void;
|
|
10761
10862
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10766,8 +10867,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10766
10867
|
contentRef: HTMLElement | null;
|
|
10767
10868
|
containerScrollTop: number;
|
|
10768
10869
|
syncUnifiedContainer: () => void;
|
|
10769
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10770
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10870
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10871
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10771
10872
|
sync: () => void;
|
|
10772
10873
|
handleMouseEnterWrapper: () => void;
|
|
10773
10874
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10778,8 +10879,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10778
10879
|
contentRef: HTMLElement | null;
|
|
10779
10880
|
containerScrollTop: number;
|
|
10780
10881
|
syncUnifiedContainer: () => void;
|
|
10781
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10782
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10882
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10883
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10783
10884
|
sync: () => void;
|
|
10784
10885
|
handleMouseEnterWrapper: () => void;
|
|
10785
10886
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10822,8 +10923,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10822
10923
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10823
10924
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10824
10925
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10926
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10825
10927
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10826
|
-
|
|
10928
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
10827
10929
|
handleClear: () => void;
|
|
10828
10930
|
handlePanelClear: () => void;
|
|
10829
10931
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10878,10 +10980,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10878
10980
|
opacity5: string;
|
|
10879
10981
|
dividerColor: string;
|
|
10880
10982
|
borderColor: string;
|
|
10881
|
-
|
|
10983
|
+
closeIconColor: string;
|
|
10984
|
+
closeIconColorHover: string;
|
|
10985
|
+
closeIconColorPressed: string;
|
|
10882
10986
|
closeColorHover: string;
|
|
10883
10987
|
closeColorPressed: string;
|
|
10884
|
-
closeColorDisabled: string;
|
|
10885
10988
|
clearColor: string;
|
|
10886
10989
|
clearColorHover: string;
|
|
10887
10990
|
clearColorPressed: string;
|
|
@@ -10992,6 +11095,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10992
11095
|
calendarLeftPaddingYear: string;
|
|
10993
11096
|
calendarLeftPaddingQuarter: string;
|
|
10994
11097
|
calendarLeftPaddingMonthrange: string;
|
|
11098
|
+
calendarLeftPaddingQuarterrange: string;
|
|
11099
|
+
calendarLeftPaddingYearrange: string;
|
|
10995
11100
|
calendarRightPaddingDate: string;
|
|
10996
11101
|
calendarRightPaddingDatetime: string;
|
|
10997
11102
|
calendarRightPaddingDaterange: string;
|
|
@@ -11000,6 +11105,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11000
11105
|
calendarRightPaddingYear: string;
|
|
11001
11106
|
calendarRightPaddingQuarter: string;
|
|
11002
11107
|
calendarRightPaddingMonthrange: string;
|
|
11108
|
+
calendarRightPaddingQuarterrange: string;
|
|
11109
|
+
calendarRightPaddingYearrange: string;
|
|
11003
11110
|
};
|
|
11004
11111
|
peers: {
|
|
11005
11112
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -11949,6 +12056,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11949
12056
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11950
12057
|
readonly default: undefined;
|
|
11951
12058
|
};
|
|
12059
|
+
readonly panel: BooleanConstructor;
|
|
11952
12060
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11953
12061
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11954
12062
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -12019,6 +12127,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12019
12127
|
calendarLeftPaddingYear: string;
|
|
12020
12128
|
calendarLeftPaddingQuarter: string;
|
|
12021
12129
|
calendarLeftPaddingMonthrange: string;
|
|
12130
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12131
|
+
calendarLeftPaddingYearrange: string;
|
|
12022
12132
|
calendarRightPaddingDate: string;
|
|
12023
12133
|
calendarRightPaddingDatetime: string;
|
|
12024
12134
|
calendarRightPaddingDaterange: string;
|
|
@@ -12027,6 +12137,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12027
12137
|
calendarRightPaddingYear: string;
|
|
12028
12138
|
calendarRightPaddingQuarter: string;
|
|
12029
12139
|
calendarRightPaddingMonthrange: string;
|
|
12140
|
+
calendarRightPaddingQuarterrange: string;
|
|
12141
|
+
calendarRightPaddingYearrange: string;
|
|
12030
12142
|
}, {
|
|
12031
12143
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12032
12144
|
countTextColor: string;
|
|
@@ -12633,6 +12745,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12633
12745
|
calendarLeftPaddingYear: string;
|
|
12634
12746
|
calendarLeftPaddingQuarter: string;
|
|
12635
12747
|
calendarLeftPaddingMonthrange: string;
|
|
12748
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12749
|
+
calendarLeftPaddingYearrange: string;
|
|
12636
12750
|
calendarRightPaddingDate: string;
|
|
12637
12751
|
calendarRightPaddingDatetime: string;
|
|
12638
12752
|
calendarRightPaddingDaterange: string;
|
|
@@ -12641,6 +12755,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12641
12755
|
calendarRightPaddingYear: string;
|
|
12642
12756
|
calendarRightPaddingQuarter: string;
|
|
12643
12757
|
calendarRightPaddingMonthrange: string;
|
|
12758
|
+
calendarRightPaddingQuarterrange: string;
|
|
12759
|
+
calendarRightPaddingYearrange: string;
|
|
12644
12760
|
}, {
|
|
12645
12761
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12646
12762
|
countTextColor: string;
|
|
@@ -13247,6 +13363,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13247
13363
|
calendarLeftPaddingYear: string;
|
|
13248
13364
|
calendarLeftPaddingQuarter: string;
|
|
13249
13365
|
calendarLeftPaddingMonthrange: string;
|
|
13366
|
+
calendarLeftPaddingQuarterrange: string;
|
|
13367
|
+
calendarLeftPaddingYearrange: string;
|
|
13250
13368
|
calendarRightPaddingDate: string;
|
|
13251
13369
|
calendarRightPaddingDatetime: string;
|
|
13252
13370
|
calendarRightPaddingDaterange: string;
|
|
@@ -13255,6 +13373,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13255
13373
|
calendarRightPaddingYear: string;
|
|
13256
13374
|
calendarRightPaddingQuarter: string;
|
|
13257
13375
|
calendarRightPaddingMonthrange: string;
|
|
13376
|
+
calendarRightPaddingQuarterrange: string;
|
|
13377
|
+
calendarRightPaddingYearrange: string;
|
|
13258
13378
|
}, {
|
|
13259
13379
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13260
13380
|
countTextColor: string;
|
|
@@ -13812,17 +13932,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13812
13932
|
}, any>;
|
|
13813
13933
|
}>>>;
|
|
13814
13934
|
}>>, {
|
|
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
|
-
|
|
13935
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13936
|
+
readonly show: boolean | undefined;
|
|
13937
|
+
readonly disabled: boolean | undefined;
|
|
13938
|
+
readonly to: string | boolean | HTMLElement;
|
|
13939
|
+
readonly bordered: boolean | undefined;
|
|
13940
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
13941
|
+
readonly clearable: boolean;
|
|
13942
|
+
readonly inputReadonly: boolean;
|
|
13943
|
+
readonly panel: boolean;
|
|
13944
|
+
readonly updateValueOnClose: boolean;
|
|
13945
|
+
readonly closeOnSelect: boolean;
|
|
13946
|
+
readonly bindCalendarMonths: boolean;
|
|
13826
13947
|
}>;
|
|
13827
13948
|
NSelect: import("vue").DefineComponent<{
|
|
13828
13949
|
readonly to: {
|
|
@@ -13858,10 +13979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13979
|
};
|
|
13859
13980
|
readonly remote: BooleanConstructor;
|
|
13860
13981
|
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
|
-
};
|
|
13982
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
13865
13983
|
readonly placement: {
|
|
13866
13984
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13867
13985
|
readonly default: "bottom-start";
|
|
@@ -13871,19 +13989,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13871
13989
|
readonly default: "trigger";
|
|
13872
13990
|
};
|
|
13873
13991
|
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
|
-
};
|
|
13992
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13881
13993
|
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
|
-
};
|
|
13994
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
13995
|
+
readonly default: undefined;
|
|
13887
13996
|
};
|
|
13888
13997
|
readonly show: {
|
|
13889
13998
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13902,6 +14011,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13902
14011
|
readonly type: BooleanConstructor;
|
|
13903
14012
|
readonly default: true;
|
|
13904
14013
|
};
|
|
14014
|
+
readonly labelField: {
|
|
14015
|
+
readonly type: StringConstructor;
|
|
14016
|
+
readonly default: "label";
|
|
14017
|
+
};
|
|
14018
|
+
readonly valueField: {
|
|
14019
|
+
readonly type: StringConstructor;
|
|
14020
|
+
readonly default: "value";
|
|
14021
|
+
};
|
|
14022
|
+
readonly childrenField: {
|
|
14023
|
+
readonly type: StringConstructor;
|
|
14024
|
+
readonly default: "children";
|
|
14025
|
+
};
|
|
13905
14026
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13906
14027
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13907
14028
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13924,6 +14045,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13924
14045
|
readonly default: true;
|
|
13925
14046
|
};
|
|
13926
14047
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14048
|
+
readonly internalShowCheckmark: {
|
|
14049
|
+
readonly type: BooleanConstructor;
|
|
14050
|
+
readonly default: true;
|
|
14051
|
+
};
|
|
13927
14052
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13928
14053
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13929
14054
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14019,6 +14144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14019
14144
|
optionCheckColor: string;
|
|
14020
14145
|
optionColorPending: string;
|
|
14021
14146
|
optionColorActive: string;
|
|
14147
|
+
optionColorActivePending: string;
|
|
14022
14148
|
actionTextColor: string;
|
|
14023
14149
|
loadingColor: string;
|
|
14024
14150
|
height: string;
|
|
@@ -14144,6 +14270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14270
|
optionCheckColor: string;
|
|
14145
14271
|
optionColorPending: string;
|
|
14146
14272
|
optionColorActive: string;
|
|
14273
|
+
optionColorActivePending: string;
|
|
14147
14274
|
actionTextColor: string;
|
|
14148
14275
|
loadingColor: string;
|
|
14149
14276
|
height: string;
|
|
@@ -14269,6 +14396,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14269
14396
|
optionCheckColor: string;
|
|
14270
14397
|
optionColorPending: string;
|
|
14271
14398
|
optionColorActive: string;
|
|
14399
|
+
optionColorActivePending: string;
|
|
14272
14400
|
actionTextColor: string;
|
|
14273
14401
|
loadingColor: string;
|
|
14274
14402
|
height: string;
|
|
@@ -14398,10 +14526,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14398
14526
|
opacity5: string;
|
|
14399
14527
|
dividerColor: string;
|
|
14400
14528
|
borderColor: string;
|
|
14401
|
-
|
|
14529
|
+
closeIconColor: string;
|
|
14530
|
+
closeIconColorHover: string;
|
|
14531
|
+
closeIconColorPressed: string;
|
|
14402
14532
|
closeColorHover: string;
|
|
14403
14533
|
closeColorPressed: string;
|
|
14404
|
-
closeColorDisabled: string;
|
|
14405
14534
|
clearColor: string;
|
|
14406
14535
|
clearColorHover: string;
|
|
14407
14536
|
clearColorPressed: string;
|
|
@@ -14556,6 +14685,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14556
14685
|
optionCheckColor: string;
|
|
14557
14686
|
optionColorPending: string;
|
|
14558
14687
|
optionColorActive: string;
|
|
14688
|
+
optionColorActivePending: string;
|
|
14559
14689
|
actionTextColor: string;
|
|
14560
14690
|
loadingColor: string;
|
|
14561
14691
|
height: string;
|
|
@@ -14671,10 +14801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14671
14801
|
};
|
|
14672
14802
|
readonly remote: BooleanConstructor;
|
|
14673
14803
|
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
|
-
};
|
|
14804
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
14678
14805
|
readonly placement: {
|
|
14679
14806
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14680
14807
|
readonly default: "bottom-start";
|
|
@@ -14684,19 +14811,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14811
|
readonly default: "trigger";
|
|
14685
14812
|
};
|
|
14686
14813
|
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
|
-
};
|
|
14814
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14694
14815
|
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
|
-
};
|
|
14816
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14817
|
+
readonly default: undefined;
|
|
14700
14818
|
};
|
|
14701
14819
|
readonly show: {
|
|
14702
14820
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14715,6 +14833,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14715
14833
|
readonly type: BooleanConstructor;
|
|
14716
14834
|
readonly default: true;
|
|
14717
14835
|
};
|
|
14836
|
+
readonly labelField: {
|
|
14837
|
+
readonly type: StringConstructor;
|
|
14838
|
+
readonly default: "label";
|
|
14839
|
+
};
|
|
14840
|
+
readonly valueField: {
|
|
14841
|
+
readonly type: StringConstructor;
|
|
14842
|
+
readonly default: "value";
|
|
14843
|
+
};
|
|
14844
|
+
readonly childrenField: {
|
|
14845
|
+
readonly type: StringConstructor;
|
|
14846
|
+
readonly default: "children";
|
|
14847
|
+
};
|
|
14718
14848
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14719
14849
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14720
14850
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14737,6 +14867,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14867
|
readonly default: true;
|
|
14738
14868
|
};
|
|
14739
14869
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14870
|
+
readonly internalShowCheckmark: {
|
|
14871
|
+
readonly type: BooleanConstructor;
|
|
14872
|
+
readonly default: true;
|
|
14873
|
+
};
|
|
14740
14874
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14741
14875
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14742
14876
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14832,6 +14966,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14832
14966
|
optionCheckColor: string;
|
|
14833
14967
|
optionColorPending: string;
|
|
14834
14968
|
optionColorActive: string;
|
|
14969
|
+
optionColorActivePending: string;
|
|
14835
14970
|
actionTextColor: string;
|
|
14836
14971
|
loadingColor: string;
|
|
14837
14972
|
height: string;
|
|
@@ -14957,6 +15092,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14957
15092
|
optionCheckColor: string;
|
|
14958
15093
|
optionColorPending: string;
|
|
14959
15094
|
optionColorActive: string;
|
|
15095
|
+
optionColorActivePending: string;
|
|
14960
15096
|
actionTextColor: string;
|
|
14961
15097
|
loadingColor: string;
|
|
14962
15098
|
height: string;
|
|
@@ -15082,6 +15218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15082
15218
|
optionCheckColor: string;
|
|
15083
15219
|
optionColorPending: string;
|
|
15084
15220
|
optionColorActive: string;
|
|
15221
|
+
optionColorActivePending: string;
|
|
15085
15222
|
actionTextColor: string;
|
|
15086
15223
|
loadingColor: string;
|
|
15087
15224
|
height: string;
|
|
@@ -15115,29 +15252,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15115
15252
|
}>;
|
|
15116
15253
|
}>>>;
|
|
15117
15254
|
}>>, {
|
|
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
|
-
|
|
15255
|
+
readonly tag: boolean;
|
|
15256
|
+
readonly show: boolean | undefined;
|
|
15257
|
+
readonly multiple: boolean;
|
|
15258
|
+
readonly disabled: boolean | undefined;
|
|
15259
|
+
readonly to: string | boolean | HTMLElement;
|
|
15260
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15261
|
+
readonly loading: boolean;
|
|
15262
|
+
readonly bordered: boolean | undefined;
|
|
15263
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
15264
|
+
readonly labelField: string;
|
|
15265
|
+
readonly virtualScroll: boolean;
|
|
15266
|
+
readonly valueField: string;
|
|
15267
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15268
|
+
readonly showArrow: boolean;
|
|
15269
|
+
readonly displayDirective: "show" | "if";
|
|
15270
|
+
readonly filterable: boolean;
|
|
15271
|
+
readonly clearable: boolean;
|
|
15272
|
+
readonly internalShowCheckmark: boolean;
|
|
15273
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15274
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15275
|
+
readonly remote: boolean;
|
|
15276
|
+
readonly widthMode: string;
|
|
15277
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15278
|
+
readonly consistentMenuWidth: boolean;
|
|
15279
|
+
readonly childrenField: string;
|
|
15141
15280
|
}>;
|
|
15142
15281
|
NRadio: import("vue").DefineComponent<{
|
|
15143
15282
|
name: StringConstructor;
|
|
@@ -15608,10 +15747,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15608
15747
|
opacity5: string;
|
|
15609
15748
|
dividerColor: string;
|
|
15610
15749
|
borderColor: string;
|
|
15611
|
-
|
|
15750
|
+
closeIconColor: string;
|
|
15751
|
+
closeIconColorHover: string;
|
|
15752
|
+
closeIconColorPressed: string;
|
|
15612
15753
|
closeColorHover: string;
|
|
15613
15754
|
closeColorPressed: string;
|
|
15614
|
-
closeColorDisabled: string;
|
|
15615
15755
|
clearColor: string;
|
|
15616
15756
|
clearColorHover: string;
|
|
15617
15757
|
clearColorPressed: string;
|
|
@@ -15861,8 +16001,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15861
16001
|
}>>, {
|
|
15862
16002
|
disabled: boolean | undefined;
|
|
15863
16003
|
checked: string | number | boolean | undefined;
|
|
15864
|
-
focusable: boolean;
|
|
15865
16004
|
indeterminate: boolean;
|
|
16005
|
+
focusable: boolean;
|
|
15866
16006
|
defaultChecked: string | number | boolean;
|
|
15867
16007
|
checkedValue: string | number | boolean;
|
|
15868
16008
|
uncheckedValue: string | number | boolean;
|
|
@@ -15926,6 +16066,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15926
16066
|
type: BooleanConstructor;
|
|
15927
16067
|
default: undefined;
|
|
15928
16068
|
};
|
|
16069
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
15929
16070
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15930
16071
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
15931
16072
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16146,8 +16287,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16146
16287
|
contentRef: HTMLElement | null;
|
|
16147
16288
|
containerScrollTop: number;
|
|
16148
16289
|
syncUnifiedContainer: () => void;
|
|
16149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16150
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16290
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16291
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16151
16292
|
sync: () => void;
|
|
16152
16293
|
handleMouseEnterWrapper: () => void;
|
|
16153
16294
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16181,7 +16322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16181
16322
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16182
16323
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16183
16324
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16184
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
16325
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
16185
16326
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16186
16327
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16187
16328
|
handleMouseEnter: () => void;
|
|
@@ -16192,7 +16333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16192
16333
|
handleClear: (e: MouseEvent) => void;
|
|
16193
16334
|
handlePasswordToggleClick: () => void;
|
|
16194
16335
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16195
|
-
|
|
16336
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
16196
16337
|
handleTextAreaMirrorResize: () => void;
|
|
16197
16338
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16198
16339
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16236,10 +16377,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16236
16377
|
opacity5: string;
|
|
16237
16378
|
dividerColor: string;
|
|
16238
16379
|
borderColor: string;
|
|
16239
|
-
|
|
16380
|
+
closeIconColor: string;
|
|
16381
|
+
closeIconColorHover: string;
|
|
16382
|
+
closeIconColorPressed: string;
|
|
16240
16383
|
closeColorHover: string;
|
|
16241
16384
|
closeColorPressed: string;
|
|
16242
|
-
closeColorDisabled: string;
|
|
16243
16385
|
clearColor: string;
|
|
16244
16386
|
clearColorHover: string;
|
|
16245
16387
|
clearColorPressed: string;
|
|
@@ -16480,6 +16622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16480
16622
|
type: BooleanConstructor;
|
|
16481
16623
|
default: undefined;
|
|
16482
16624
|
};
|
|
16625
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16483
16626
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16484
16627
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16485
16628
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16865,9 +17008,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16865
17008
|
};
|
|
16866
17009
|
animated: {
|
|
16867
17010
|
type: BooleanConstructor;
|
|
16868
|
-
/**
|
|
16869
|
-
* 更新配置
|
|
16870
|
-
*/
|
|
16871
17011
|
default: boolean;
|
|
16872
17012
|
};
|
|
16873
17013
|
width: {
|
|
@@ -16890,6 +17030,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16890
17030
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16891
17031
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
16892
17032
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17033
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
16893
17034
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
16894
17035
|
internalInheritedEventHandlers: {
|
|
16895
17036
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17032,6 +17173,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17032
17173
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17033
17174
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17034
17175
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17176
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
17035
17177
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17036
17178
|
internalInheritedEventHandlers: {
|
|
17037
17179
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17109,6 +17251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17109
17251
|
arrowPointToCenter: boolean;
|
|
17110
17252
|
displayDirective: "show" | "if";
|
|
17111
17253
|
keepAliveOnHover: boolean;
|
|
17254
|
+
internalDeactivateImmediately: boolean;
|
|
17112
17255
|
animated: boolean;
|
|
17113
17256
|
internalTrapFocus: boolean;
|
|
17114
17257
|
defaultShow: boolean;
|
|
@@ -18490,26 +18633,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18490
18633
|
rippleDuration: string;
|
|
18491
18634
|
}, any>>>;
|
|
18492
18635
|
}>>, {
|
|
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;
|
|
18636
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18637
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18638
|
+
readonly block: boolean;
|
|
18639
|
+
readonly round: boolean;
|
|
18640
|
+
readonly dashed: boolean;
|
|
18641
|
+
readonly text: boolean;
|
|
18642
|
+
readonly circle: boolean;
|
|
18643
|
+
readonly disabled: boolean;
|
|
18644
|
+
readonly focusable: boolean;
|
|
18645
|
+
readonly strong: boolean;
|
|
18646
|
+
readonly loading: boolean;
|
|
18647
|
+
readonly bordered: boolean;
|
|
18648
|
+
readonly tertiary: boolean;
|
|
18649
|
+
readonly ghost: boolean;
|
|
18650
|
+
readonly keyboard: boolean;
|
|
18651
|
+
readonly secondary: boolean;
|
|
18652
|
+
readonly quaternary: boolean;
|
|
18653
|
+
readonly iconPlacement: "left" | "right";
|
|
18654
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18655
|
+
readonly nativeFocusBehavior: boolean;
|
|
18513
18656
|
}>;
|
|
18514
18657
|
NSelect: import("vue").DefineComponent<{
|
|
18515
18658
|
readonly to: {
|
|
@@ -18545,10 +18688,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18545
18688
|
};
|
|
18546
18689
|
readonly remote: BooleanConstructor;
|
|
18547
18690
|
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
|
-
};
|
|
18691
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
18552
18692
|
readonly placement: {
|
|
18553
18693
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18554
18694
|
readonly default: "bottom-start";
|
|
@@ -18558,19 +18698,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18558
18698
|
readonly default: "trigger";
|
|
18559
18699
|
};
|
|
18560
18700
|
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
|
-
};
|
|
18701
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18568
18702
|
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
|
-
};
|
|
18703
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18704
|
+
readonly default: undefined;
|
|
18574
18705
|
};
|
|
18575
18706
|
readonly show: {
|
|
18576
18707
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18589,6 +18720,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18589
18720
|
readonly type: BooleanConstructor;
|
|
18590
18721
|
readonly default: true;
|
|
18591
18722
|
};
|
|
18723
|
+
readonly labelField: {
|
|
18724
|
+
readonly type: StringConstructor;
|
|
18725
|
+
readonly default: "label";
|
|
18726
|
+
};
|
|
18727
|
+
readonly valueField: {
|
|
18728
|
+
readonly type: StringConstructor;
|
|
18729
|
+
readonly default: "value";
|
|
18730
|
+
};
|
|
18731
|
+
readonly childrenField: {
|
|
18732
|
+
readonly type: StringConstructor;
|
|
18733
|
+
readonly default: "children";
|
|
18734
|
+
};
|
|
18592
18735
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18593
18736
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18594
18737
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18611,6 +18754,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18611
18754
|
readonly default: true;
|
|
18612
18755
|
};
|
|
18613
18756
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18757
|
+
readonly internalShowCheckmark: {
|
|
18758
|
+
readonly type: BooleanConstructor;
|
|
18759
|
+
readonly default: true;
|
|
18760
|
+
};
|
|
18614
18761
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18615
18762
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18616
18763
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18706,6 +18853,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18706
18853
|
optionCheckColor: string;
|
|
18707
18854
|
optionColorPending: string;
|
|
18708
18855
|
optionColorActive: string;
|
|
18856
|
+
optionColorActivePending: string;
|
|
18709
18857
|
actionTextColor: string;
|
|
18710
18858
|
loadingColor: string;
|
|
18711
18859
|
height: string;
|
|
@@ -18831,6 +18979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18831
18979
|
optionCheckColor: string;
|
|
18832
18980
|
optionColorPending: string;
|
|
18833
18981
|
optionColorActive: string;
|
|
18982
|
+
optionColorActivePending: string;
|
|
18834
18983
|
actionTextColor: string;
|
|
18835
18984
|
loadingColor: string;
|
|
18836
18985
|
height: string;
|
|
@@ -18956,6 +19105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18956
19105
|
optionCheckColor: string;
|
|
18957
19106
|
optionColorPending: string;
|
|
18958
19107
|
optionColorActive: string;
|
|
19108
|
+
optionColorActivePending: string;
|
|
18959
19109
|
actionTextColor: string;
|
|
18960
19110
|
loadingColor: string;
|
|
18961
19111
|
height: string;
|
|
@@ -19085,10 +19235,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
19235
|
opacity5: string;
|
|
19086
19236
|
dividerColor: string;
|
|
19087
19237
|
borderColor: string;
|
|
19088
|
-
|
|
19238
|
+
closeIconColor: string;
|
|
19239
|
+
closeIconColorHover: string;
|
|
19240
|
+
closeIconColorPressed: string;
|
|
19089
19241
|
closeColorHover: string;
|
|
19090
19242
|
closeColorPressed: string;
|
|
19091
|
-
closeColorDisabled: string;
|
|
19092
19243
|
clearColor: string;
|
|
19093
19244
|
clearColorHover: string;
|
|
19094
19245
|
clearColorPressed: string;
|
|
@@ -19243,6 +19394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19243
19394
|
optionCheckColor: string;
|
|
19244
19395
|
optionColorPending: string;
|
|
19245
19396
|
optionColorActive: string;
|
|
19397
|
+
optionColorActivePending: string;
|
|
19246
19398
|
actionTextColor: string;
|
|
19247
19399
|
loadingColor: string;
|
|
19248
19400
|
height: string;
|
|
@@ -19358,10 +19510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19358
19510
|
};
|
|
19359
19511
|
readonly remote: BooleanConstructor;
|
|
19360
19512
|
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
|
-
};
|
|
19513
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
19365
19514
|
readonly placement: {
|
|
19366
19515
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19367
19516
|
readonly default: "bottom-start";
|
|
@@ -19371,19 +19520,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19371
19520
|
readonly default: "trigger";
|
|
19372
19521
|
};
|
|
19373
19522
|
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
|
-
};
|
|
19523
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19381
19524
|
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
|
-
};
|
|
19525
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19526
|
+
readonly default: undefined;
|
|
19387
19527
|
};
|
|
19388
19528
|
readonly show: {
|
|
19389
19529
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19402,6 +19542,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19402
19542
|
readonly type: BooleanConstructor;
|
|
19403
19543
|
readonly default: true;
|
|
19404
19544
|
};
|
|
19545
|
+
readonly labelField: {
|
|
19546
|
+
readonly type: StringConstructor;
|
|
19547
|
+
readonly default: "label";
|
|
19548
|
+
};
|
|
19549
|
+
readonly valueField: {
|
|
19550
|
+
readonly type: StringConstructor;
|
|
19551
|
+
readonly default: "value";
|
|
19552
|
+
};
|
|
19553
|
+
readonly childrenField: {
|
|
19554
|
+
readonly type: StringConstructor;
|
|
19555
|
+
readonly default: "children";
|
|
19556
|
+
};
|
|
19405
19557
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19406
19558
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19407
19559
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19424,6 +19576,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19424
19576
|
readonly default: true;
|
|
19425
19577
|
};
|
|
19426
19578
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19579
|
+
readonly internalShowCheckmark: {
|
|
19580
|
+
readonly type: BooleanConstructor;
|
|
19581
|
+
readonly default: true;
|
|
19582
|
+
};
|
|
19427
19583
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19428
19584
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19429
19585
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19519,6 +19675,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19519
19675
|
optionCheckColor: string;
|
|
19520
19676
|
optionColorPending: string;
|
|
19521
19677
|
optionColorActive: string;
|
|
19678
|
+
optionColorActivePending: string;
|
|
19522
19679
|
actionTextColor: string;
|
|
19523
19680
|
loadingColor: string;
|
|
19524
19681
|
height: string;
|
|
@@ -19644,6 +19801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19644
19801
|
optionCheckColor: string;
|
|
19645
19802
|
optionColorPending: string;
|
|
19646
19803
|
optionColorActive: string;
|
|
19804
|
+
optionColorActivePending: string;
|
|
19647
19805
|
actionTextColor: string;
|
|
19648
19806
|
loadingColor: string;
|
|
19649
19807
|
height: string;
|
|
@@ -19769,6 +19927,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19769
19927
|
optionCheckColor: string;
|
|
19770
19928
|
optionColorPending: string;
|
|
19771
19929
|
optionColorActive: string;
|
|
19930
|
+
optionColorActivePending: string;
|
|
19772
19931
|
actionTextColor: string;
|
|
19773
19932
|
loadingColor: string;
|
|
19774
19933
|
height: string;
|
|
@@ -19802,29 +19961,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19802
19961
|
}>;
|
|
19803
19962
|
}>>>;
|
|
19804
19963
|
}>>, {
|
|
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
|
-
|
|
19964
|
+
readonly tag: boolean;
|
|
19965
|
+
readonly show: boolean | undefined;
|
|
19966
|
+
readonly multiple: boolean;
|
|
19967
|
+
readonly disabled: boolean | undefined;
|
|
19968
|
+
readonly to: string | boolean | HTMLElement;
|
|
19969
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19970
|
+
readonly loading: boolean;
|
|
19971
|
+
readonly bordered: boolean | undefined;
|
|
19972
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
19973
|
+
readonly labelField: string;
|
|
19974
|
+
readonly virtualScroll: boolean;
|
|
19975
|
+
readonly valueField: string;
|
|
19976
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
19977
|
+
readonly showArrow: boolean;
|
|
19978
|
+
readonly displayDirective: "show" | "if";
|
|
19979
|
+
readonly filterable: boolean;
|
|
19980
|
+
readonly clearable: boolean;
|
|
19981
|
+
readonly internalShowCheckmark: boolean;
|
|
19982
|
+
readonly clearFilterAfterSelect: boolean;
|
|
19983
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19984
|
+
readonly remote: boolean;
|
|
19985
|
+
readonly widthMode: string;
|
|
19986
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
19987
|
+
readonly consistentMenuWidth: boolean;
|
|
19988
|
+
readonly childrenField: string;
|
|
19828
19989
|
}>;
|
|
19829
19990
|
NIcon: import("vue").DefineComponent<{
|
|
19830
19991
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|