cnhis-design-vue 3.1.8 → 3.1.9-beta.11
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/README.md +22 -22
- package/env.d.ts +42 -38
- package/es/_virtual/_commonjsHelpers.js +7 -0
- package/es/_virtual/css.escape.js +3 -0
- package/es/_virtual/{inherits.mjs → inherits.js} +0 -0
- package/es/_virtual/{inherits_browser.mjs → inherits_browser.js} +0 -0
- package/es/node_modules/css.escape/css.escape.js +110 -0
- package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/{index.mjs → index.js} +0 -0
- package/es/node_modules/date-fns/esm/_lib/requiredArgs/{index.mjs → index.js} +0 -0
- package/es/node_modules/date-fns/esm/compareAsc/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/differenceInCalendarDays/{index.mjs → index.js} +3 -3
- package/es/node_modules/date-fns/esm/differenceInCalendarMonths/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/differenceInDays/{index.mjs → index.js} +3 -3
- package/es/node_modules/date-fns/esm/differenceInMonths/{index.mjs → index.js} +5 -5
- package/es/node_modules/date-fns/esm/endOfDay/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/endOfMonth/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/isLastDayOfMonth/{index.mjs → index.js} +4 -4
- package/es/node_modules/date-fns/esm/startOfDay/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/toDate/{index.mjs → index.js} +1 -1
- package/es/node_modules/diagram-js/lib/command/{CommandInterceptor.mjs → CommandInterceptor.js} +1 -1
- package/es/node_modules/diagram-js/lib/draw/{BaseRenderer.mjs → BaseRenderer.js} +0 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/{PopupMenu.mjs → PopupMenu.js} +27 -8
- package/es/node_modules/diagram-js/lib/features/rules/{RuleProvider.mjs → RuleProvider.js} +2 -2
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/{MoveCanvas.mjs → MoveCanvas.js} +5 -5
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/{index.mjs → index.js} +1 -1
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomScroll.mjs → ZoomScroll.js} +4 -4
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomUtil.mjs → ZoomUtil.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{ClickTrap.mjs → ClickTrap.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Cursor.mjs → Cursor.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{Event.mjs → Event.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Math.mjs → Math.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Mouse.mjs → Mouse.js} +3 -3
- package/es/node_modules/diagram-js/lib/util/{Platform.mjs → Platform.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{PositionUtil.mjs → PositionUtil.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{RenderUtil.mjs → RenderUtil.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{SvgTransformUtil.mjs → SvgTransformUtil.js} +1 -1
- package/es/node_modules/ids/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/inherits/{inherits.mjs → inherits.js} +3 -3
- package/es/node_modules/inherits/{inherits_browser.mjs → inherits_browser.js} +1 -1
- package/es/node_modules/inherits-browser/dist/{index.es.mjs → index.es.js} +0 -0
- package/es/node_modules/min-dash/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/min-dom/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/tiny-svg/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/packages/big-table/index.d.ts +2048 -0
- package/es/packages/big-table/index.js +17 -0
- package/es/packages/big-table/src/{BigTable2.mjs → BigTable.js} +2 -2
- package/es/packages/big-table/src/BigTable.vue.d.ts +2049 -0
- package/es/packages/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.mjs → BigTable.vue_vue_type_script_setup_true_lang.js} +81 -98
- package/es/packages/big-table/src/{bigTableEmits2.mjs → bigTableEmits.js} +2 -1
- package/es/packages/big-table/src/{bigTableProps2.mjs → bigTableProps.js} +0 -0
- package/es/packages/big-table/src/{bigTableState2.mjs → bigTableState.js} +0 -0
- package/es/packages/big-table/src/components/{NoData2.mjs → NoData.js} +2 -2
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/{scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/big-table/src/components/edit-form/{edit-date2.mjs → edit-date.js} +0 -0
- package/es/packages/big-table/src/components/edit-form/{edit-input2.mjs → edit-input.js} +0 -0
- package/es/packages/big-table/src/components/edit-form/{edit-select-table2.mjs → edit-select-table.js} +2 -2
- package/es/packages/big-table/src/components/edit-form/{edit-select2.mjs → edit-select.js} +1 -1
- package/es/packages/big-table/src/hooks/{useBatchEditing2.mjs → useBatchEditing.js} +0 -0
- package/es/packages/big-table/src/hooks/{useEdit2.mjs → useEdit.js} +3 -3
- package/es/packages/big-table/src/hooks/{useEvent2.mjs → useEvent.js} +2 -2
- package/es/packages/big-table/src/hooks/{useFormat2.mjs → useFormat.js} +1 -1
- package/es/packages/big-table/src/hooks/{useNestTable2.mjs → useNestTable.js} +1 -1
- package/es/packages/big-table/src/hooks/{useTableParse2.mjs → useTableParse.js} +1 -1
- package/es/packages/big-table/src/{utils2.mjs → utils.js} +2 -2
- package/es/packages/big-table/style/index.css +1 -6
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.js +11 -0
- package/es/packages/bpmn-workflow/src/{BpmnWorkflow.d.mjs → BpmnWorkflow.d.js} +0 -0
- package/es/packages/bpmn-workflow/src/{BpmnWorkflow2.mjs → BpmnWorkflow.js} +2 -2
- 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 → BpmnWorkflow.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{BpmnRenderer2.mjs → BpmnRenderer.js} +8 -8
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomContextPadProvider2.mjs → CustomContextPadProvider.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPalette2.mjs → CustomPalette.js} +1 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPathMap2.mjs → CustomPathMap.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRenderer2.mjs → CustomRenderer.js} +3 -3
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRules2.mjs → CustomRules.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{index2.mjs → index.js} +6 -6
- package/es/packages/bpmn-workflow/src/custom/customModeler/{index2.mjs → index.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{CustomPopupMenu2.mjs → CustomPopupMenu.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{customViewerRenderer2.mjs → customViewerRenderer.js} +4 -4
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{zoomScroll2.mjs → zoomScroll.js} +1 -1
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/{no-task2.mjs → no-task2.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/{customTranslate2.mjs → customTranslate.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/{zh2.mjs → zh.js} +0 -0
- package/es/packages/bpmn-workflow/types/{BpmnViewer.d.mjs → BpmnViewer.d.js} +0 -0
- package/es/packages/bpmn-workflow/types/{ModelingModule.d.mjs → ModelingModule.d.js} +0 -0
- package/es/packages/bpmn-workflow/types/{MoveCanvasModule.d.mjs → MoveCanvasModule.d.js} +0 -0
- package/es/packages/button-print/index.d.ts +7359 -0
- package/es/packages/button-print/index.js +11 -0
- package/es/packages/button-print/src/{ButtonPrint2.mjs → ButtonPrint.js} +2 -2
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7367 -0
- package/es/packages/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.mjs → ButtonPrint.vue_vue_type_script_setup_true_lang.js} +37 -48
- package/es/packages/button-print/src/components/{IdentityVerification2.mjs → IdentityVerification.js} +2 -2
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +115 -56
- package/es/packages/button-print/src/components/{IdentityVerification.vue_vue_type_script_setup_true_lang.mjs → IdentityVerification.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/packages/button-print/src/utils/{print.es.min2.mjs → print.es.min.js} +179 -179
- package/es/packages/chunk-upload/index.d.ts +1754 -0
- package/es/packages/chunk-upload/index.js +15 -0
- package/es/packages/chunk-upload/src/{chunk-upload-new2.mjs → chunk-upload-new.js} +2 -2
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1906 -0
- package/es/packages/chunk-upload/src/{chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs → chunk-upload-new.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/chunk-upload/src/hooks/{upload-computed2.mjs → upload-computed.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{upload-data2.mjs → upload-data.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{vod-computed2.mjs → vod-computed.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{vod-data2.mjs → vod-data.js} +0 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/{index2.mjs → index.js} +3 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload2.mjs → vod-chunk-upload.js} +2 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1752 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs → vod-chunk-upload.vue_vue_type_script_setup_true_lang.js} +20 -19
- package/es/packages/chunk-upload/src/{vod-upload-modal2.mjs → vod-upload-modal.js} +2 -2
- package/es/packages/chunk-upload/style/index.css +1 -1
- package/es/packages/drag-layout/index.d.ts +479 -299
- package/es/packages/drag-layout/index.js +13 -0
- package/es/packages/drag-layout/src/{DragFormLeftItem2.mjs → DragFormLeftItem.js} +2 -2
- 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 → DragFormLeftItem.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/packages/drag-layout/src/{DragFormRightItem2.mjs → DragFormRightItem.js} +2 -2
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +110 -79
- package/es/packages/drag-layout/src/{DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs → DragFormRightItem.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/packages/drag-layout/src/{DragLayout2.mjs → DragLayout.js} +2 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +482 -310
- package/es/packages/drag-layout/src/{DragLayout.vue_vue_type_script_setup_true_lang.mjs → DragLayout.vue_vue_type_script_setup_true_lang.js} +50 -49
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +10 -0
- package/es/packages/editor/src/{Editor2.mjs → Editor.js} +0 -0
- package/es/packages/fabric-chart/index.d.ts +108 -0
- package/es/packages/fabric-chart/index.js +11 -0
- package/es/packages/fabric-chart/src/FabricChart.js +4 -0
- package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +109 -0
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +132 -0
- package/es/packages/{editor/style/index.less → fabric-chart/style/index.css} +0 -0
- package/es/packages/field-set/index.d.ts +5300 -0
- package/es/packages/field-set/index.js +11 -0
- package/es/packages/field-set/src/{FieldSet2.mjs → FieldSet.js} +2 -2
- package/es/packages/field-set/src/FieldSet.vue.d.ts +5300 -0
- package/es/packages/field-set/src/{index.vue_vue_type_script_setup_true_lang2.mjs → FieldSet.vue_vue_type_script_setup_true_lang.js} +5 -8
- package/es/packages/field-set/src/{NewFieldSet2.mjs → NewFieldSet.js} +2 -2
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2607 -0
- package/es/packages/field-set/src/{NewFieldSet.vue_vue_type_script_setup_true_lang.mjs → NewFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/field-set/src/OldFieldSet.js +4 -0
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
- package/es/packages/field-set/src/{FieldSet.vue_vue_type_script_setup_true_lang.mjs → OldFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/form-render/index.d.ts +680 -0
- package/es/packages/form-render/index.js +22 -0
- package/es/packages/form-render/src/{FormRender2.mjs → FormRender.js} +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +680 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +124 -0
- package/es/packages/form-render/src/components/cascader.d.ts +12 -4
- package/es/packages/form-render/src/components/{cascader2.mjs → cascader.js} +51 -22
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/{checkbox2.mjs → checkbox.js} +1 -1
- package/es/packages/form-render/src/components/{collapse2.mjs → collapse.js} +3 -3
- package/es/packages/form-render/src/components/{combination2.mjs → combination.js} +12 -10
- package/es/packages/form-render/src/components/complex.d.ts +13 -0
- package/es/packages/form-render/src/components/complex.js +31 -0
- package/es/packages/form-render/src/components/date.d.ts +6 -5032
- package/es/packages/form-render/src/components/{date2.mjs → date.js} +20 -3
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/{formItem2.mjs → formItem.js} +1 -1
- package/es/packages/form-render/src/components/index.d.ts +1 -0
- package/es/packages/form-render/src/components/index.js +16 -0
- package/es/packages/form-render/src/components/{input2.mjs → input.js} +1 -1
- package/es/packages/form-render/src/components/{inputGroup2.mjs → inputGroup.js} +1 -1
- package/es/packages/form-render/src/components/inputNumber.d.ts +4 -2166
- package/es/packages/form-render/src/components/inputNumber.js +18 -0
- package/es/packages/form-render/src/components/{labelSelect2.mjs → labelSelect.js} +0 -0
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/{radio2.mjs → radio.js} +1 -1
- package/es/packages/form-render/src/components/select.d.ts +21 -5
- package/es/packages/form-render/src/components/select.js +136 -0
- package/es/packages/form-render/src/components/slider.d.ts +12 -12
- package/es/packages/form-render/src/components/{slider2.mjs → slider.js} +2 -2
- package/es/packages/form-render/src/components/switch.d.ts +3 -1
- package/es/packages/form-render/src/components/{switch2.mjs → switch.js} +7 -8
- package/es/packages/form-render/src/components/textarea.d.ts +9 -6
- package/es/packages/form-render/src/components/{textarea2.mjs → textarea.js} +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +8 -3
- package/es/packages/form-render/src/constants/{index2.mjs → index.js} +5 -1
- package/es/packages/form-render/src/hooks/index.d.ts +11 -9
- package/es/packages/form-render/src/hooks/index.js +11 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +13 -33
- package/es/packages/form-render/src/hooks/{useAsyncQueue2.mjs → useAsyncQueue.js} +3 -3
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +7 -5
- package/es/packages/form-render/src/hooks/{useBusinessBinding2.mjs → useBusinessBinding.js} +27 -15
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +11 -0
- package/es/packages/form-render/src/hooks/useChangeContext.js +21 -0
- package/es/packages/form-render/src/hooks/{useCommonLog2.mjs → useCommonLog.js} +1 -1
- package/es/packages/form-render/src/hooks/{useFieldList2Schema2.mjs → useFieldList2Schema.js} +15 -6
- package/es/packages/form-render/src/hooks/{useFieldVisitor2.mjs → useFieldVisitor.js} +1 -1
- package/es/packages/form-render/src/hooks/useFormField.d.ts +1 -0
- package/es/packages/form-render/src/hooks/{useFormField2.mjs → useFormField.js} +5 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +8 -0
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +29 -0
- package/es/packages/form-render/src/hooks/{useFormRequest2.mjs → useFormRequest.js} +0 -0
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/hooks/{useFormValidator2.mjs → useFormValidator.js} +2 -2
- package/es/packages/form-render/src/hooks/{useTypeNormalize2.mjs → useTypeNormalize.js} +0 -0
- package/es/packages/form-render/src/types/fieldItem.d.ts +4 -1
- package/es/packages/form-render/src/types/{fieldItem.mjs → fieldItem.js} +0 -0
- package/es/packages/form-render/src/types/index.d.ts +18 -8
- package/es/packages/form-render/src/types/{index.mjs → index.js} +0 -0
- package/es/packages/form-render/src/utils/index.d.ts +8 -4
- package/es/packages/form-render/src/utils/{index2.mjs → index.js} +16 -4
- package/es/packages/form-render/style/index.css +30 -18
- package/es/packages/form-table/index.d.ts +36024 -0
- package/es/packages/form-table/index.js +11 -0
- package/es/packages/form-table/src/{FormTable2.mjs → FormTable.js} +2 -2
- package/es/packages/form-table/src/FormTable.vue.d.ts +36024 -0
- package/es/packages/form-table/src/{FormTable.vue_vue_type_script_setup_true_lang.mjs → FormTable.vue_vue_type_script_setup_true_lang.js} +6 -5
- package/es/packages/form-table/src/components/index.d.ts +35783 -0
- package/es/packages/form-table/src/components/{index2.mjs → index.js} +29 -29
- package/es/packages/form-table/src/components/{table-age2.mjs → table-age.js} +2 -2
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4310 -0
- package/es/packages/form-table/src/components/{table-age.vue_vue_type_script_setup_true_lang.mjs → table-age.vue_vue_type_script_setup_true_lang.js} +4 -3
- package/es/packages/form-table/src/components/{table-date-picker2.mjs → table-date-picker.js} +2 -2
- 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 → table-date-picker.vue_vue_type_script_setup_true_lang.js} +3 -5
- package/es/packages/form-table/src/components/{table-digital2.mjs → table-digital.js} +2 -2
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2921 -0
- package/es/packages/form-table/src/components/{table-digital.vue_vue_type_script_setup_true_lang.mjs → table-digital.vue_vue_type_script_setup_true_lang.js} +4 -3
- package/es/packages/form-table/src/components/{table-input-password2.mjs → table-input-password.js} +2 -2
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1629 -0
- package/es/packages/form-table/src/components/{table-input-password.vue_vue_type_script_setup_true_lang.mjs → table-input-password.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/form-table/src/components/{table-input2.mjs → table-input.js} +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1586 -0
- package/es/packages/form-table/src/components/{table-input.vue_vue_type_script_setup_true_lang.mjs → table-input.vue_vue_type_script_setup_true_lang.js} +4 -3
- package/es/packages/form-table/src/components/{table-month-picker2.mjs → table-month-picker.js} +2 -2
- 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 → table-month-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/form-table/src/components/{table-search-more2.mjs → table-search-more.js} +2 -2
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1791 -0
- package/es/packages/form-table/src/components/{table-search-more.vue_vue_type_script_setup_true_lang.mjs → table-search-more.vue_vue_type_script_setup_true_lang.js} +3 -2
- package/es/packages/form-table/src/components/{table-search2.mjs → table-search.js} +2 -2
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3117 -0
- package/es/packages/form-table/src/components/{table-search.vue_vue_type_script_setup_true_lang.mjs → table-search.vue_vue_type_script_setup_true_lang.js} +3 -2
- package/es/packages/form-table/src/components/{table-select-multiple2.mjs → table-select-multiple.js} +2 -2
- 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 → table-select-multiple.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/form-table/src/components/{table-select2.mjs → table-select.js} +2 -2
- 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 → table-select.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/form-table/src/components/{table-textarea2.mjs → table-textarea.js} +2 -2
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1645 -0
- package/es/packages/form-table/src/components/{table-textarea.vue_vue_type_script_setup_true_lang.mjs → table-textarea.vue_vue_type_script_setup_true_lang.js} +3 -2
- package/es/packages/form-table/src/components/{table-time-picker2.mjs → table-time-picker.js} +2 -2
- 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 → table-time-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/form-table/src/components/{table-tree-select2.mjs → table-tree-select.js} +2 -2
- 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 → table-tree-select.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/form-table/src/components/{text-over-tooltip2.mjs → text-over-tooltip.js} +2 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +548 -0
- package/es/packages/form-table/src/components/{text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs → text-over-tooltip.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/configs/{index2.mjs → index.js} +0 -0
- package/es/packages/form-table/src/hooks/index.js +5 -0
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useBoundDate2.mjs → useBoundDate.js} +0 -0
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useDateType2.mjs → useDateType.js} +2 -2
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useFormCommon2.mjs → useFormCommon.js} +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useFormEvent2.mjs → useFormEvent.js} +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/{useItemDefault2.mjs → useItemDefault.js} +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/{useSearch2.mjs → useSearch.js} +3 -3
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/hooks/{useValidate2.mjs → useValidate.js} +0 -0
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/form-table/src/types/{index.mjs → index.js} +0 -0
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +14 -0
- package/es/packages/grid/src/{Grid2.mjs → Grid.js} +1 -1
- package/es/packages/grid/src/{hooks2.mjs → hooks.js} +0 -0
- package/es/packages/index.css +62 -53
- package/es/packages/index.d.ts +3 -2
- package/es/packages/index.js +78 -0
- package/es/packages/info-header/index.d.ts +1866 -0
- package/es/packages/info-header/index.js +11 -0
- package/es/packages/info-header/src/{HiddenContent2.mjs → HiddenContent.js} +2 -2
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +379 -0
- package/es/packages/info-header/src/{HiddenContent.vue_vue_type_script_setup_true_lang.mjs → HiddenContent.vue_vue_type_script_setup_true_lang.js} +7 -4
- package/es/packages/info-header/src/{InfoHeader2.mjs → InfoHeader.js} +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +1867 -0
- package/es/packages/info-header/src/{InfoHeader.vue_vue_type_script_setup_true_lang.mjs → InfoHeader.vue_vue_type_script_setup_true_lang.js} +26 -13
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/src/{SlotRender2.mjs → SlotRender.js} +0 -0
- package/es/packages/info-header/style/index.css +0 -3
- package/es/packages/map/index.d.ts +2321 -0
- package/es/packages/map/index.js +11 -0
- package/es/packages/map/src/{Map2.mjs → Map.js} +2 -2
- package/es/packages/map/src/Map.vue.d.ts +2321 -0
- package/es/packages/map/src/{Map.vue_vue_type_script_setup_true_lang.mjs → Map.vue_vue_type_script_setup_true_lang.js} +6 -5
- package/es/packages/scale-view/index.d.ts +4323 -0
- package/es/packages/scale-view/index.js +37 -0
- package/es/packages/scale-view/src/{ScaleView2.mjs → ScaleView.js} +2 -2
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4164 -0
- package/es/packages/scale-view/src/{ScaleView.vue_vue_type_script_setup_true_lang.mjs → ScaleView.vue_vue_type_script_setup_true_lang.js} +64 -33
- package/es/packages/scale-view/src/components/{AnswerParse2.mjs → AnswerParse.js} +2 -2
- 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 → AnswerParse.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/packages/scale-view/src/components/{EvaluateCountdown2.mjs → EvaluateCountdown.js} +2 -2
- 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 → EvaluateCountdown.vue_vue_type_script_setup_true_lang.js} +4 -3
- package/es/packages/scale-view/src/components/{EvaluatePage2.mjs → EvaluatePage.js} +2 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1509 -0
- package/es/packages/scale-view/src/components/{EvaluatePage.vue_vue_type_script_setup_true_lang.mjs → EvaluatePage.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/scale-view/src/components/LoadingCom.js +7 -0
- package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +16 -0
- package/es/packages/scale-view/src/components/{NoData2.mjs → NoData.js} +2 -2
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/{big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
- package/es/packages/scale-view/src/components/{ScaleScore2.mjs → ScaleScore.js} +0 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/composables/{choose-common2.mjs → choose-common.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{address2.mjs → address.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-address2.mjs → r-address.js} +3 -3
- package/es/packages/scale-view/src/components/formitem/{r-cascader2.mjs → r-cascader.js} +19 -7
- package/es/packages/scale-view/src/components/formitem/{r-checkbox2.mjs → r-checkbox.js} +14 -7
- package/es/packages/scale-view/src/components/formitem/{r-collection2.mjs → r-collection.js} +1 -3
- package/es/packages/scale-view/src/components/formitem/{r-datetime2.mjs → r-datetime.js} +25 -13
- package/es/packages/scale-view/src/components/formitem/{r-input2.mjs → r-input.js} +1 -1
- package/es/packages/scale-view/src/components/formitem/{r-map2.mjs → r-map.js} +4 -3
- package/es/packages/scale-view/src/components/formitem/{r-radio2.mjs → r-radio.js} +13 -6
- package/es/packages/scale-view/src/components/formitem/{r-select2.mjs → r-select.js} +23 -9
- package/es/packages/scale-view/src/components/formitem/{r-upload2.mjs → r-upload.js} +3 -3
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
- package/es/packages/scale-view/src/hooks/{scaleview-computed2.mjs → scaleview-computed.js} +43 -23
- package/es/packages/scale-view/src/hooks/{scaleview-init2.mjs → scaleview-init.js} +11 -10
- package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
- package/es/packages/scale-view/src/hooks/{scaleview-props2.mjs → scaleview-props.js} +7 -3
- package/es/packages/scale-view/src/hooks/{scaleview-state2.mjs → scaleview-state.js} +0 -0
- package/es/packages/scale-view/src/hooks/{scaleview-submit2.mjs → scaleview-submit.js} +3 -3
- package/es/packages/scale-view/src/hooks/{scaleview-validate2.mjs → scaleview-validate.js} +87 -66
- package/es/packages/scale-view/src/hooks/use-component.d.ts +10199 -0
- package/es/packages/scale-view/src/hooks/{use-component2.mjs → use-component.js} +15 -13
- package/es/packages/scale-view/src/hooks/{use-evaluate2.mjs → use-evaluate.js} +1 -1
- package/es/packages/scale-view/src/hooks/{use-event2.mjs → use-event.js} +1 -1
- package/es/packages/scale-view/src/hooks/{use-noData2.mjs → use-noData.js} +0 -0
- package/es/packages/scale-view/src/utils/{judge-types2.mjs → judge-types.js} +0 -0
- package/es/packages/scale-view/style/index.css +30 -25
- package/es/packages/select-label/index.d.ts +12141 -0
- package/es/packages/select-label/index.js +17 -0
- package/es/packages/select-label/src/{LabelFormContent2.mjs → LabelFormContent.js} +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +311 -99
- package/es/packages/select-label/src/{LabelFormContent.vue_vue_type_script_setup_true_lang.mjs → LabelFormContent.vue_vue_type_script_setup_true_lang.js} +9 -8
- package/es/packages/select-label/src/{SelectLabel2.mjs → SelectLabel.js} +2 -2
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7559 -0
- package/es/packages/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.mjs → SelectLabel.vue_vue_type_script_setup_true_lang.js} +26 -22
- package/es/packages/select-label/src/components/{label-classify2.mjs → label-classify.js} +2 -2
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +246 -70
- package/es/packages/select-label/src/components/{label-classify.vue_vue_type_script_setup_true_lang.mjs → label-classify.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/packages/select-person/index.d.ts +3508 -0
- package/es/packages/select-person/index.js +11 -0
- package/es/packages/select-person/src/{SearchTree2.mjs → SearchTree.js} +2 -2
- 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 → SearchTree.vue_vue_type_script_setup_true_lang.js} +3 -2
- package/es/packages/select-person/src/{SelectPerson2.mjs → SelectPerson.js} +2 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3509 -0
- package/es/packages/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.mjs → SelectPerson.vue_vue_type_script_setup_true_lang.js} +89 -58
- package/es/packages/select-person/src/utils/index.d.ts +4 -4
- package/es/packages/select-person/src/utils/{index2.mjs → index.js} +32 -5
- package/es/packages/time-line/index.d.ts +56 -31
- package/es/packages/time-line/index.js +11 -0
- package/es/packages/time-line/src/{TimeLine2.mjs → TimeLine.js} +2 -2
- package/es/packages/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/packages/time-line/src/{TimeLine.vue_vue_type_script_setup_true_lang.mjs → TimeLine.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/src/assets/img/failure.d.ts +2 -0
- package/es/src/assets/img/failure.js +1 -0
- package/es/src/assets/img/icon-asc.d.ts +2 -0
- package/es/src/assets/img/icon-asc.js +1 -0
- package/es/src/assets/img/icon-desc.d.ts +2 -0
- package/es/src/assets/img/icon-desc.js +1 -0
- package/es/src/assets/img/no-permission.d.ts +2 -0
- package/es/src/assets/img/no-permission.js +1 -0
- package/es/src/assets/img/nodata.d.ts +2 -0
- package/es/src/assets/img/nodata.js +1 -0
- package/es/src/assets/img/notfound.d.ts +2 -0
- package/es/src/assets/img/notfound.js +1 -0
- package/es/src/assets/img/qr.d.ts +2 -0
- package/es/src/assets/img/qr.js +1 -0
- package/es/src/assets/img/success.d.ts +2 -0
- package/es/src/assets/img/success.js +1 -0
- package/es/src/assets/img/video.d.ts +2 -0
- package/es/src/assets/img/video.js +1 -0
- package/es/src/assets/img/video_default_cover.d.ts +2 -0
- package/es/src/assets/img/video_default_cover.js +1 -0
- package/es/src/assets/img/video_hover.d.ts +2 -0
- package/es/src/assets/img/video_hover.js +1 -0
- package/es/src/assets/img/video_play_hover.d.ts +2 -0
- package/es/src/assets/img/video_play_hover.js +1 -0
- package/es/src/assets/img/xb_big.d.ts +2 -0
- package/es/src/assets/img/xb_big.js +1 -0
- package/es/src/assets/img/xb_small.d.ts +2 -0
- package/es/src/assets/img/xb_small.js +1 -0
- package/es/src/components/SelectPage/{SelectPage2.mjs → SelectPage.js} +2 -2
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1452 -0
- package/es/src/components/SelectPage/{SelectPage.vue_vue_type_script_setup_true_lang.mjs → SelectPage.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/src/components/SelectPage/{index2.mjs → index.js} +3 -3
- package/es/src/components/SvgIcon/{SvgIcon2.mjs → SvgIcon.js} +2 -2
- package/es/src/components/SvgIcon/{SvgIcon.vue_vue_type_script_setup_true_lang.mjs → SvgIcon.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/src/components/SvgIcon/{index2.mjs → index.js} +3 -3
- package/es/src/components/TextOverTooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/src/components/TextOverTooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +2 -1
- package/es/src/components/TextOverTooltip/{index2.mjs → index.js} +3 -3
- package/es/src/components/player-vod/{index2.mjs → index.js} +2 -2
- package/es/src/components/player-vod/{index.vue_vue_type_script_setup_true_lang.mjs → index.vue_vue_type_script_setup_true_lang.js} +1 -0
- package/es/src/components/player-vod/{player2.mjs → player.js} +0 -0
- package/es/src/components/player-vod/{video-list2.mjs → video-list.js} +3 -3
- package/es/src/components/player-vod/{video-modal2.mjs → video-modal.js} +1 -1
- package/es/src/core/create.js +8 -0
- package/es/src/global/variable.d.ts +1 -1
- package/es/src/global/variable.js +4 -0
- package/es/src/types/index.d.ts +1 -0
- package/es/src/types/{index.mjs → index.js} +0 -0
- package/es/src/utils/{anime2.mjs → anime.js} +0 -0
- package/es/src/utils/{clickoutside2.mjs → clickoutside.js} +0 -0
- package/es/src/utils/{crypto2.mjs → crypto.js} +0 -0
- package/es/src/utils/index.d.ts +0 -1
- package/es/src/utils/{index2.mjs → index.js} +1 -5
- package/es/src/utils/{loadViewer2.mjs → loadViewer.js} +1 -1
- package/es/src/utils/{loadVxe2.mjs → loadVxe.js} +1 -1
- package/es/src/utils/{utilExpand2.mjs → utilExpand.js} +46 -46
- package/es/src/utils/{vexutils2.mjs → vexutils.js} +0 -0
- package/global.d.ts +8 -8
- package/package.json +21 -11
- package/test.ts +326 -0
- package/es/_virtual/_commonjsHelpers.mjs +0 -5
- package/es/packages/big-table/index.mjs +0 -1
- package/es/packages/big-table/index2.mjs +0 -17
- package/es/packages/big-table/src/BigTable.mjs +0 -2
- package/es/packages/big-table/src/bigTableEmits.mjs +0 -1
- package/es/packages/big-table/src/bigTableProps.mjs +0 -1
- package/es/packages/big-table/src/bigTableState.mjs +0 -1
- package/es/packages/big-table/src/components/NoData.mjs +0 -2
- package/es/packages/big-table/src/components/edit-form/edit-date.mjs +0 -1
- package/es/packages/big-table/src/components/edit-form/edit-input.mjs +0 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +0 -1
- package/es/packages/big-table/src/components/edit-form/edit-select.mjs +0 -1
- package/es/packages/big-table/src/hooks/useBatchEditing.mjs +0 -1
- package/es/packages/big-table/src/hooks/useEdit.mjs +0 -1
- package/es/packages/big-table/src/hooks/useEvent.mjs +0 -1
- package/es/packages/big-table/src/hooks/useFormat.mjs +0 -1
- package/es/packages/big-table/src/hooks/useNestTable.mjs +0 -1
- package/es/packages/big-table/src/hooks/useTableParse.mjs +0 -1
- package/es/packages/big-table/src/utils.mjs +0 -1
- package/es/packages/big-table/style/index.less +0 -557
- package/es/packages/bpmn-workflow/index.mjs +0 -1
- package/es/packages/bpmn-workflow/index2.mjs +0 -11
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +0 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +0 -1
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +0 -1
- package/es/packages/bpmn-workflow/style/index.less +0 -29
- package/es/packages/button-print/index.mjs +0 -1
- package/es/packages/button-print/index2.mjs +0 -11
- package/es/packages/button-print/src/ButtonPrint.mjs +0 -2
- package/es/packages/button-print/src/components/IdentityVerification.mjs +0 -2
- package/es/packages/button-print/src/utils/print.es.min.mjs +0 -1
- package/es/packages/button-print/style/index.less +0 -30
- package/es/packages/chunk-upload/index.mjs +0 -1
- package/es/packages/chunk-upload/index2.mjs +0 -16
- package/es/packages/chunk-upload/src/chunk-upload-new.mjs +0 -2
- package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +0 -1
- package/es/packages/chunk-upload/src/hooks/upload-data.mjs +0 -1
- package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +0 -1
- package/es/packages/chunk-upload/src/hooks/vod-data.mjs +0 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +0 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +0 -2
- package/es/packages/chunk-upload/src/vod-upload-modal.mjs +0 -1
- package/es/packages/chunk-upload/style/index.less +0 -395
- package/es/packages/drag-layout/index.mjs +0 -1
- package/es/packages/drag-layout/index2.mjs +0 -13
- package/es/packages/drag-layout/src/DragFormLeftItem.mjs +0 -2
- package/es/packages/drag-layout/src/DragFormRightItem.mjs +0 -2
- package/es/packages/drag-layout/src/DragLayout.mjs +0 -2
- package/es/packages/drag-layout/style/index.less +0 -208
- package/es/packages/editor/index.mjs +0 -1
- package/es/packages/editor/index2.mjs +0 -10
- package/es/packages/editor/src/Editor.mjs +0 -1
- package/es/packages/field-set/index.mjs +0 -1
- package/es/packages/field-set/index2.mjs +0 -11
- package/es/packages/field-set/src/FieldSet.mjs +0 -2
- package/es/packages/field-set/src/Index.mjs +0 -2
- package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/es/packages/field-set/src/Index2.mjs +0 -4
- package/es/packages/field-set/src/NewFieldSet.mjs +0 -2
- package/es/packages/field-set/src/index3.mjs +0 -4
- package/es/packages/field-set/style/index.less +0 -157
- package/es/packages/form-render/index.mjs +0 -10
- package/es/packages/form-render/index2.mjs +0 -15
- package/es/packages/form-render/src/FormRender.mjs +0 -2
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +0 -91
- package/es/packages/form-render/src/components/cascader.mjs +0 -1
- package/es/packages/form-render/src/components/checkbox.mjs +0 -1
- package/es/packages/form-render/src/components/collapse.mjs +0 -1
- package/es/packages/form-render/src/components/combination.mjs +0 -1
- package/es/packages/form-render/src/components/date.mjs +0 -1
- package/es/packages/form-render/src/components/formItem.mjs +0 -1
- package/es/packages/form-render/src/components/index.mjs +0 -15
- package/es/packages/form-render/src/components/index2.mjs +0 -15
- package/es/packages/form-render/src/components/input.mjs +0 -1
- package/es/packages/form-render/src/components/inputGroup.mjs +0 -1
- package/es/packages/form-render/src/components/inputNumber.mjs +0 -1
- package/es/packages/form-render/src/components/inputNumber2.mjs +0 -7
- package/es/packages/form-render/src/components/labelSelect.mjs +0 -1
- package/es/packages/form-render/src/components/radio.mjs +0 -1
- package/es/packages/form-render/src/components/select.mjs +0 -1
- package/es/packages/form-render/src/components/select2.mjs +0 -97
- package/es/packages/form-render/src/components/slider.mjs +0 -1
- package/es/packages/form-render/src/components/switch.mjs +0 -1
- package/es/packages/form-render/src/components/textarea.mjs +0 -1
- package/es/packages/form-render/src/constants/index.mjs +0 -1
- package/es/packages/form-render/src/hooks/index.mjs +0 -9
- package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +0 -1
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +0 -1
- package/es/packages/form-render/src/hooks/useCommonLog.mjs +0 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +0 -1
- package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +0 -1
- package/es/packages/form-render/src/hooks/useFormField.mjs +0 -1
- package/es/packages/form-render/src/hooks/useFormRequest.mjs +0 -1
- package/es/packages/form-render/src/hooks/useFormValidator.mjs +0 -1
- package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +0 -1
- package/es/packages/form-render/src/utils/index.mjs +0 -1
- package/es/packages/form-render/style/index.less +0 -116
- package/es/packages/form-table/index.mjs +0 -1
- package/es/packages/form-table/index2.mjs +0 -11
- package/es/packages/form-table/src/FormTable.mjs +0 -2
- package/es/packages/form-table/src/components/index.mjs +0 -1
- package/es/packages/form-table/src/components/table-age.mjs +0 -2
- package/es/packages/form-table/src/components/table-date-picker.mjs +0 -2
- package/es/packages/form-table/src/components/table-digital.mjs +0 -2
- package/es/packages/form-table/src/components/table-input-password.mjs +0 -2
- package/es/packages/form-table/src/components/table-input.mjs +0 -2
- package/es/packages/form-table/src/components/table-month-picker.mjs +0 -2
- package/es/packages/form-table/src/components/table-search-more.mjs +0 -2
- package/es/packages/form-table/src/components/table-search.mjs +0 -2
- package/es/packages/form-table/src/components/table-select-multiple.mjs +0 -2
- package/es/packages/form-table/src/components/table-select.mjs +0 -2
- package/es/packages/form-table/src/components/table-textarea.mjs +0 -2
- package/es/packages/form-table/src/components/table-time-picker.mjs +0 -2
- package/es/packages/form-table/src/components/table-tree-select.mjs +0 -2
- package/es/packages/form-table/src/components/text-over-tooltip.mjs +0 -2
- package/es/packages/form-table/src/configs/index.mjs +0 -1
- package/es/packages/form-table/src/hooks/index.mjs +0 -5
- package/es/packages/form-table/src/hooks/useBoundDate.mjs +0 -1
- package/es/packages/form-table/src/hooks/useDateType.mjs +0 -1
- package/es/packages/form-table/src/hooks/useFormCommon.mjs +0 -1
- package/es/packages/form-table/src/hooks/useFormEvent.mjs +0 -1
- package/es/packages/form-table/src/hooks/useItemDefault.mjs +0 -1
- package/es/packages/form-table/src/hooks/useSearch.mjs +0 -1
- package/es/packages/form-table/src/hooks/useValidate.mjs +0 -1
- package/es/packages/form-table/style/index.less +0 -301
- package/es/packages/grid/index.mjs +0 -1
- package/es/packages/grid/index2.mjs +0 -14
- package/es/packages/grid/src/Grid.mjs +0 -1
- package/es/packages/grid/src/hooks.mjs +0 -1
- package/es/packages/grid/style/index.less +0 -13
- package/es/packages/index.less +0 -3061
- package/es/packages/index.mjs +0 -26
- package/es/packages/index2.mjs +0 -64
- package/es/packages/info-header/index.mjs +0 -1
- package/es/packages/info-header/index2.mjs +0 -11
- package/es/packages/info-header/src/HiddenContent.mjs +0 -2
- package/es/packages/info-header/src/InfoHeader.mjs +0 -2
- package/es/packages/info-header/src/SlotRender.mjs +0 -1
- package/es/packages/info-header/style/index.less +0 -153
- package/es/packages/map/index.mjs +0 -1
- package/es/packages/map/index2.mjs +0 -11
- package/es/packages/map/src/Map.mjs +0 -2
- package/es/packages/map/style/index.less +0 -60
- package/es/packages/scale-view/index.mjs +0 -1
- package/es/packages/scale-view/index2.mjs +0 -37
- package/es/packages/scale-view/src/ScaleView.mjs +0 -2
- package/es/packages/scale-view/src/components/AnswerParse.mjs +0 -2
- package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +0 -2
- package/es/packages/scale-view/src/components/EvaluatePage.mjs +0 -2
- package/es/packages/scale-view/src/components/NoData.mjs +0 -2
- package/es/packages/scale-view/src/components/ScaleScore.mjs +0 -1
- package/es/packages/scale-view/src/components/composables/choose-common.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/address.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-upload.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +0 -2
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +0 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +0 -1
- package/es/packages/scale-view/src/hooks/scaleview-props.mjs +0 -1
- package/es/packages/scale-view/src/hooks/scaleview-state.mjs +0 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +0 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +0 -1
- package/es/packages/scale-view/src/hooks/use-component.mjs +0 -1
- package/es/packages/scale-view/src/hooks/use-evaluate.mjs +0 -1
- package/es/packages/scale-view/src/hooks/use-event.mjs +0 -1
- package/es/packages/scale-view/src/hooks/use-noData.mjs +0 -1
- package/es/packages/scale-view/src/utils/judge-types.mjs +0 -1
- package/es/packages/scale-view/style/index.less +0 -748
- package/es/packages/select-label/index.mjs +0 -1
- package/es/packages/select-label/index2.mjs +0 -17
- package/es/packages/select-label/src/LabelFormContent.mjs +0 -2
- package/es/packages/select-label/src/SelectLabel.mjs +0 -2
- package/es/packages/select-label/src/components/label-classify.mjs +0 -2
- package/es/packages/select-label/style/index.less +0 -151
- package/es/packages/select-person/index.mjs +0 -1
- package/es/packages/select-person/index2.mjs +0 -11
- package/es/packages/select-person/src/SearchTree.mjs +0 -2
- package/es/packages/select-person/src/SelectPerson.mjs +0 -2
- package/es/packages/select-person/src/utils/index.mjs +0 -1
- package/es/packages/select-person/style/index.less +0 -229
- package/es/packages/time-line/index.mjs +0 -1
- package/es/packages/time-line/index2.mjs +0 -11
- package/es/packages/time-line/src/TimeLine.mjs +0 -2
- package/es/packages/time-line/style/index.less +0 -35
- package/es/src/assets/img/failure.png +0 -0
- package/es/src/assets/img/icon-asc.png +0 -0
- package/es/src/assets/img/icon-desc.png +0 -0
- package/es/src/assets/img/no-permission.png +0 -0
- package/es/src/assets/img/nodata.png +0 -0
- package/es/src/assets/img/notfound.png +0 -0
- package/es/src/assets/img/qr.png +0 -0
- package/es/src/assets/img/success.png +0 -0
- package/es/src/assets/img/video.png +0 -0
- package/es/src/assets/img/video_default_cover.png +0 -0
- package/es/src/assets/img/video_hover.png +0 -0
- package/es/src/assets/img/video_play_hover.png +0 -0
- package/es/src/assets/img/xb_big.png +0 -0
- package/es/src/assets/img/xb_small.png +0 -0
- package/es/src/components/SelectPage/SelectPage.mjs +0 -2
- package/es/src/components/SelectPage/index.mjs +0 -2
- package/es/src/components/SvgIcon/SvgIcon.mjs +0 -2
- package/es/src/components/SvgIcon/index.mjs +0 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +0 -2
- package/es/src/components/TextOverTooltip/index.mjs +0 -2
- package/es/src/components/player-vod/index.mjs +0 -2
- package/es/src/components/player-vod/player.mjs +0 -1
- package/es/src/components/player-vod/video-list.mjs +0 -1
- package/es/src/components/player-vod/video-modal.mjs +0 -1
- package/es/src/core/create.mjs +0 -1
- package/es/src/core/create2.mjs +0 -8
- package/es/src/global/variable.mjs +0 -1
- package/es/src/global/variable2.mjs +0 -4
- package/es/src/utils/anime.mjs +0 -1
- package/es/src/utils/clickoutside.mjs +0 -1
- package/es/src/utils/crypto.mjs +0 -1
- package/es/src/utils/index.mjs +0 -1
- package/es/src/utils/loadViewer.mjs +0 -1
- package/es/src/utils/loadVxe.mjs +0 -1
- package/es/src/utils/utilExpand.mjs +0 -1
- package/es/src/utils/vexutils.mjs +0 -3
- package/md-plugin.ts +0 -201
- package/uno.config.ts +0 -22
- package/yarn-error.log +0 -122
|
@@ -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>;
|
|
@@ -99,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
101
|
readonly default: 24;
|
|
100
102
|
};
|
|
101
103
|
readonly itemResponsive: BooleanConstructor;
|
|
102
|
-
readonly collapsed: BooleanConstructor;
|
|
104
|
+
readonly collapsed: BooleanConstructor; /** line 类型 */
|
|
103
105
|
readonly collapsedRows: {
|
|
104
106
|
readonly type: NumberConstructor;
|
|
105
107
|
readonly default: 1;
|
|
@@ -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;
|
|
@@ -464,7 +466,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
464
466
|
readonly default: true;
|
|
465
467
|
};
|
|
466
468
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
467
|
-
readonly nativeFocusBehavior:
|
|
469
|
+
readonly nativeFocusBehavior: {
|
|
470
|
+
readonly type: BooleanConstructor;
|
|
471
|
+
readonly default: boolean;
|
|
472
|
+
};
|
|
468
473
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
469
474
|
heightTiny: string;
|
|
470
475
|
heightSmall: string;
|
|
@@ -1178,7 +1183,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1178
1183
|
readonly default: true;
|
|
1179
1184
|
};
|
|
1180
1185
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1181
|
-
readonly nativeFocusBehavior:
|
|
1186
|
+
readonly nativeFocusBehavior: {
|
|
1187
|
+
readonly type: BooleanConstructor;
|
|
1188
|
+
readonly default: boolean;
|
|
1189
|
+
};
|
|
1182
1190
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1183
1191
|
heightTiny: string;
|
|
1184
1192
|
heightSmall: string;
|
|
@@ -1792,26 +1800,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1792
1800
|
rippleDuration: string;
|
|
1793
1801
|
}, any>>>;
|
|
1794
1802
|
}>>, {
|
|
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;
|
|
1803
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1804
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1805
|
+
readonly block: boolean;
|
|
1806
|
+
readonly round: boolean;
|
|
1807
|
+
readonly dashed: boolean;
|
|
1808
|
+
readonly text: boolean;
|
|
1809
|
+
readonly circle: boolean;
|
|
1810
|
+
readonly disabled: boolean;
|
|
1811
|
+
readonly focusable: boolean;
|
|
1812
|
+
readonly strong: boolean;
|
|
1813
|
+
readonly loading: boolean;
|
|
1814
|
+
readonly bordered: boolean;
|
|
1815
|
+
readonly tertiary: boolean;
|
|
1816
|
+
readonly ghost: boolean;
|
|
1817
|
+
readonly keyboard: boolean;
|
|
1818
|
+
readonly secondary: boolean;
|
|
1819
|
+
readonly quaternary: boolean;
|
|
1820
|
+
readonly iconPlacement: "left" | "right";
|
|
1821
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1822
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1823
|
}>;
|
|
1816
1824
|
NModal: import("vue").DefineComponent<{
|
|
1817
1825
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1931,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1923
1931
|
titleTextColor: string;
|
|
1924
1932
|
textColor: string;
|
|
1925
1933
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1934
|
closeColorHover: string;
|
|
1928
1935
|
closeColorPressed: string;
|
|
1936
|
+
closeIconColor: string;
|
|
1937
|
+
closeIconColorHover: string;
|
|
1938
|
+
closeIconColorPressed: string;
|
|
1939
|
+
closeBorderRadius: string;
|
|
1929
1940
|
iconColor: string;
|
|
1930
1941
|
iconColorInfo: string;
|
|
1931
1942
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1952,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1941
1952
|
iconMargin: string;
|
|
1942
1953
|
iconMarginIconTop: string;
|
|
1943
1954
|
closeSize: string;
|
|
1955
|
+
closeIconSize: string;
|
|
1944
1956
|
closeMargin: string;
|
|
1945
1957
|
closeMarginIconTop: string;
|
|
1946
1958
|
}, {
|
|
@@ -2161,9 +2173,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2161
2173
|
borderColor: string;
|
|
2162
2174
|
actionColor: string;
|
|
2163
2175
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2176
|
closeColorHover: string;
|
|
2166
2177
|
closeColorPressed: string;
|
|
2178
|
+
closeBorderRadius: string;
|
|
2179
|
+
closeIconColor: string;
|
|
2180
|
+
closeIconColorHover: string;
|
|
2181
|
+
closeIconColorPressed: string;
|
|
2167
2182
|
fontSizeSmall: string;
|
|
2168
2183
|
fontSizeMedium: string;
|
|
2169
2184
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2193,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2178
2193
|
titleFontSizeMedium: string;
|
|
2179
2194
|
titleFontSizeLarge: string;
|
|
2180
2195
|
titleFontSizeHuge: string;
|
|
2196
|
+
closeIconSize: string;
|
|
2181
2197
|
closeSize: string;
|
|
2182
2198
|
}, any>;
|
|
2183
2199
|
}>>;
|
|
@@ -2197,9 +2213,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2197
2213
|
titleTextColor: string;
|
|
2198
2214
|
textColor: string;
|
|
2199
2215
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2216
|
closeColorHover: string;
|
|
2202
2217
|
closeColorPressed: string;
|
|
2218
|
+
closeIconColor: string;
|
|
2219
|
+
closeIconColorHover: string;
|
|
2220
|
+
closeIconColorPressed: string;
|
|
2221
|
+
closeBorderRadius: string;
|
|
2203
2222
|
iconColor: string;
|
|
2204
2223
|
iconColorInfo: string;
|
|
2205
2224
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2234,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2215
2234
|
iconMargin: string;
|
|
2216
2235
|
iconMarginIconTop: string;
|
|
2217
2236
|
closeSize: string;
|
|
2237
|
+
closeIconSize: string;
|
|
2218
2238
|
closeMargin: string;
|
|
2219
2239
|
closeMarginIconTop: string;
|
|
2220
2240
|
}, {
|
|
@@ -2435,9 +2455,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2435
2455
|
borderColor: string;
|
|
2436
2456
|
actionColor: string;
|
|
2437
2457
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2458
|
closeColorHover: string;
|
|
2440
2459
|
closeColorPressed: string;
|
|
2460
|
+
closeBorderRadius: string;
|
|
2461
|
+
closeIconColor: string;
|
|
2462
|
+
closeIconColorHover: string;
|
|
2463
|
+
closeIconColorPressed: string;
|
|
2441
2464
|
fontSizeSmall: string;
|
|
2442
2465
|
fontSizeMedium: string;
|
|
2443
2466
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2475,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2452
2475
|
titleFontSizeMedium: string;
|
|
2453
2476
|
titleFontSizeLarge: string;
|
|
2454
2477
|
titleFontSizeHuge: string;
|
|
2478
|
+
closeIconSize: string;
|
|
2455
2479
|
closeSize: string;
|
|
2456
2480
|
}, any>;
|
|
2457
2481
|
}>>>;
|
|
@@ -2471,9 +2495,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2495
|
titleTextColor: string;
|
|
2472
2496
|
textColor: string;
|
|
2473
2497
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2498
|
closeColorHover: string;
|
|
2476
2499
|
closeColorPressed: string;
|
|
2500
|
+
closeIconColor: string;
|
|
2501
|
+
closeIconColorHover: string;
|
|
2502
|
+
closeIconColorPressed: string;
|
|
2503
|
+
closeBorderRadius: string;
|
|
2477
2504
|
iconColor: string;
|
|
2478
2505
|
iconColorInfo: string;
|
|
2479
2506
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2516,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2516
|
iconMargin: string;
|
|
2490
2517
|
iconMarginIconTop: string;
|
|
2491
2518
|
closeSize: string;
|
|
2519
|
+
closeIconSize: string;
|
|
2492
2520
|
closeMargin: string;
|
|
2493
2521
|
closeMarginIconTop: string;
|
|
2494
2522
|
}, {
|
|
@@ -2709,9 +2737,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2737
|
borderColor: string;
|
|
2710
2738
|
actionColor: string;
|
|
2711
2739
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2740
|
closeColorHover: string;
|
|
2714
2741
|
closeColorPressed: string;
|
|
2742
|
+
closeBorderRadius: string;
|
|
2743
|
+
closeIconColor: string;
|
|
2744
|
+
closeIconColorHover: string;
|
|
2745
|
+
closeIconColorPressed: string;
|
|
2715
2746
|
fontSizeSmall: string;
|
|
2716
2747
|
fontSizeMedium: string;
|
|
2717
2748
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2757,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2726
2757
|
titleFontSizeMedium: string;
|
|
2727
2758
|
titleFontSizeLarge: string;
|
|
2728
2759
|
titleFontSizeHuge: string;
|
|
2760
|
+
closeIconSize: string;
|
|
2729
2761
|
closeSize: string;
|
|
2730
2762
|
}, any>;
|
|
2731
2763
|
}>>>;
|
|
@@ -2861,9 +2893,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2861
2893
|
titleTextColor: string;
|
|
2862
2894
|
textColor: string;
|
|
2863
2895
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2896
|
closeColorHover: string;
|
|
2866
2897
|
closeColorPressed: string;
|
|
2898
|
+
closeIconColor: string;
|
|
2899
|
+
closeIconColorHover: string;
|
|
2900
|
+
closeIconColorPressed: string;
|
|
2901
|
+
closeBorderRadius: string;
|
|
2867
2902
|
iconColor: string;
|
|
2868
2903
|
iconColorInfo: string;
|
|
2869
2904
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2914,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2879
2914
|
iconMargin: string;
|
|
2880
2915
|
iconMarginIconTop: string;
|
|
2881
2916
|
closeSize: string;
|
|
2917
|
+
closeIconSize: string;
|
|
2882
2918
|
closeMargin: string;
|
|
2883
2919
|
closeMarginIconTop: string;
|
|
2884
2920
|
}, {
|
|
@@ -3099,9 +3135,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3099
3135
|
borderColor: string;
|
|
3100
3136
|
actionColor: string;
|
|
3101
3137
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3138
|
closeColorHover: string;
|
|
3104
3139
|
closeColorPressed: string;
|
|
3140
|
+
closeBorderRadius: string;
|
|
3141
|
+
closeIconColor: string;
|
|
3142
|
+
closeIconColorHover: string;
|
|
3143
|
+
closeIconColorPressed: string;
|
|
3105
3144
|
fontSizeSmall: string;
|
|
3106
3145
|
fontSizeMedium: string;
|
|
3107
3146
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3155
|
titleFontSizeMedium: string;
|
|
3117
3156
|
titleFontSizeLarge: string;
|
|
3118
3157
|
titleFontSizeHuge: string;
|
|
3158
|
+
closeIconSize: string;
|
|
3119
3159
|
closeSize: string;
|
|
3120
3160
|
}, any>;
|
|
3121
3161
|
}>>;
|
|
@@ -3135,9 +3175,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3135
3175
|
titleTextColor: string;
|
|
3136
3176
|
textColor: string;
|
|
3137
3177
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3178
|
closeColorHover: string;
|
|
3140
3179
|
closeColorPressed: string;
|
|
3180
|
+
closeIconColor: string;
|
|
3181
|
+
closeIconColorHover: string;
|
|
3182
|
+
closeIconColorPressed: string;
|
|
3183
|
+
closeBorderRadius: string;
|
|
3141
3184
|
iconColor: string;
|
|
3142
3185
|
iconColorInfo: string;
|
|
3143
3186
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3153
3196
|
iconMargin: string;
|
|
3154
3197
|
iconMarginIconTop: string;
|
|
3155
3198
|
closeSize: string;
|
|
3199
|
+
closeIconSize: string;
|
|
3156
3200
|
closeMargin: string;
|
|
3157
3201
|
closeMarginIconTop: string;
|
|
3158
3202
|
}, {
|
|
@@ -3373,9 +3417,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3373
3417
|
borderColor: string;
|
|
3374
3418
|
actionColor: string;
|
|
3375
3419
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3420
|
closeColorHover: string;
|
|
3378
3421
|
closeColorPressed: string;
|
|
3422
|
+
closeBorderRadius: string;
|
|
3423
|
+
closeIconColor: string;
|
|
3424
|
+
closeIconColorHover: string;
|
|
3425
|
+
closeIconColorPressed: string;
|
|
3379
3426
|
fontSizeSmall: string;
|
|
3380
3427
|
fontSizeMedium: string;
|
|
3381
3428
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3437
|
titleFontSizeMedium: string;
|
|
3391
3438
|
titleFontSizeLarge: string;
|
|
3392
3439
|
titleFontSizeHuge: string;
|
|
3440
|
+
closeIconSize: string;
|
|
3393
3441
|
closeSize: string;
|
|
3394
3442
|
}, any>;
|
|
3395
3443
|
}>>>;
|
|
@@ -3409,9 +3457,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3457
|
titleTextColor: string;
|
|
3410
3458
|
textColor: string;
|
|
3411
3459
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3460
|
closeColorHover: string;
|
|
3414
3461
|
closeColorPressed: string;
|
|
3462
|
+
closeIconColor: string;
|
|
3463
|
+
closeIconColorHover: string;
|
|
3464
|
+
closeIconColorPressed: string;
|
|
3465
|
+
closeBorderRadius: string;
|
|
3415
3466
|
iconColor: string;
|
|
3416
3467
|
iconColorInfo: string;
|
|
3417
3468
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3478,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3427
3478
|
iconMargin: string;
|
|
3428
3479
|
iconMarginIconTop: string;
|
|
3429
3480
|
closeSize: string;
|
|
3481
|
+
closeIconSize: string;
|
|
3430
3482
|
closeMargin: string;
|
|
3431
3483
|
closeMarginIconTop: string;
|
|
3432
3484
|
}, {
|
|
@@ -3647,9 +3699,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3647
3699
|
borderColor: string;
|
|
3648
3700
|
actionColor: string;
|
|
3649
3701
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3702
|
closeColorHover: string;
|
|
3652
3703
|
closeColorPressed: string;
|
|
3704
|
+
closeBorderRadius: string;
|
|
3705
|
+
closeIconColor: string;
|
|
3706
|
+
closeIconColorHover: string;
|
|
3707
|
+
closeIconColorPressed: string;
|
|
3653
3708
|
fontSizeSmall: string;
|
|
3654
3709
|
fontSizeMedium: string;
|
|
3655
3710
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3664
3719
|
titleFontSizeMedium: string;
|
|
3665
3720
|
titleFontSizeLarge: string;
|
|
3666
3721
|
titleFontSizeHuge: string;
|
|
3722
|
+
closeIconSize: string;
|
|
3667
3723
|
closeSize: string;
|
|
3668
3724
|
}, any>;
|
|
3669
3725
|
}>>>;
|
|
@@ -3944,14 +4000,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3944
4000
|
labelTextAlignHorizontal: string;
|
|
3945
4001
|
}, any>>>;
|
|
3946
4002
|
}>>, {
|
|
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;
|
|
4003
|
+
readonly inline: boolean;
|
|
4004
|
+
readonly disabled: boolean;
|
|
4005
|
+
readonly onSubmit: (e: Event) => void;
|
|
4006
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4007
|
+
readonly model: Record<string, any>;
|
|
4008
|
+
readonly showRequireMark: boolean | undefined;
|
|
4009
|
+
readonly showFeedback: boolean;
|
|
4010
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4011
|
}>;
|
|
3956
4012
|
NInput: import("vue").DefineComponent<{
|
|
3957
4013
|
bordered: {
|
|
@@ -4011,6 +4067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4011
4067
|
type: BooleanConstructor;
|
|
4012
4068
|
default: undefined;
|
|
4013
4069
|
};
|
|
4070
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4014
4071
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4015
4072
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4016
4073
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4231,8 +4288,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4231
4288
|
contentRef: HTMLElement | null;
|
|
4232
4289
|
containerScrollTop: number;
|
|
4233
4290
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4291
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4292
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4293
|
sync: () => void;
|
|
4237
4294
|
handleMouseEnterWrapper: () => void;
|
|
4238
4295
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4266,7 +4323,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4266
4323
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4267
4324
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4268
4325
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4269
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
4326
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
4270
4327
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4271
4328
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4272
4329
|
handleMouseEnter: () => void;
|
|
@@ -4277,7 +4334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4277
4334
|
handleClear: (e: MouseEvent) => void;
|
|
4278
4335
|
handlePasswordToggleClick: () => void;
|
|
4279
4336
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4280
|
-
|
|
4337
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
4281
4338
|
handleTextAreaMirrorResize: () => void;
|
|
4282
4339
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4283
4340
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4321,10 +4378,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4378
|
opacity5: string;
|
|
4322
4379
|
dividerColor: string;
|
|
4323
4380
|
borderColor: string;
|
|
4324
|
-
|
|
4381
|
+
closeIconColor: string;
|
|
4382
|
+
closeIconColorHover: string;
|
|
4383
|
+
closeIconColorPressed: string;
|
|
4325
4384
|
closeColorHover: string;
|
|
4326
4385
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4386
|
clearColor: string;
|
|
4329
4387
|
clearColorHover: string;
|
|
4330
4388
|
clearColorPressed: string;
|
|
@@ -4565,6 +4623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4565
4623
|
type: BooleanConstructor;
|
|
4566
4624
|
default: undefined;
|
|
4567
4625
|
};
|
|
4626
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4568
4627
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4569
4628
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4570
4629
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4832,10 +4891,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4832
4891
|
};
|
|
4833
4892
|
readonly remote: BooleanConstructor;
|
|
4834
4893
|
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
|
-
};
|
|
4894
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
4839
4895
|
readonly placement: {
|
|
4840
4896
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
4841
4897
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4901,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4845
4901
|
readonly default: "trigger";
|
|
4846
4902
|
};
|
|
4847
4903
|
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
|
-
};
|
|
4904
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4905
|
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
|
-
};
|
|
4906
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4907
|
+
readonly default: undefined;
|
|
4861
4908
|
};
|
|
4862
4909
|
readonly show: {
|
|
4863
4910
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,6 +4923,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4876
4923
|
readonly type: BooleanConstructor;
|
|
4877
4924
|
readonly default: true;
|
|
4878
4925
|
};
|
|
4926
|
+
readonly labelField: {
|
|
4927
|
+
readonly type: StringConstructor;
|
|
4928
|
+
readonly default: "label";
|
|
4929
|
+
};
|
|
4930
|
+
readonly valueField: {
|
|
4931
|
+
readonly type: StringConstructor;
|
|
4932
|
+
readonly default: "value";
|
|
4933
|
+
};
|
|
4934
|
+
readonly childrenField: {
|
|
4935
|
+
readonly type: StringConstructor;
|
|
4936
|
+
readonly default: "children";
|
|
4937
|
+
};
|
|
4879
4938
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4939
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4940
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4898,6 +4957,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4898
4957
|
readonly default: true;
|
|
4899
4958
|
};
|
|
4900
4959
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4960
|
+
readonly internalShowCheckmark: {
|
|
4961
|
+
readonly type: BooleanConstructor;
|
|
4962
|
+
readonly default: true;
|
|
4963
|
+
};
|
|
4901
4964
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4965
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4966
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5056,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
5056
|
optionCheckColor: string;
|
|
4994
5057
|
optionColorPending: string;
|
|
4995
5058
|
optionColorActive: string;
|
|
5059
|
+
optionColorActivePending: string;
|
|
4996
5060
|
actionTextColor: string;
|
|
4997
5061
|
loadingColor: string;
|
|
4998
5062
|
height: string;
|
|
@@ -5118,6 +5182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5118
5182
|
optionCheckColor: string;
|
|
5119
5183
|
optionColorPending: string;
|
|
5120
5184
|
optionColorActive: string;
|
|
5185
|
+
optionColorActivePending: string;
|
|
5121
5186
|
actionTextColor: string;
|
|
5122
5187
|
loadingColor: string;
|
|
5123
5188
|
height: string;
|
|
@@ -5243,6 +5308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5243
5308
|
optionCheckColor: string;
|
|
5244
5309
|
optionColorPending: string;
|
|
5245
5310
|
optionColorActive: string;
|
|
5311
|
+
optionColorActivePending: string;
|
|
5246
5312
|
actionTextColor: string;
|
|
5247
5313
|
loadingColor: string;
|
|
5248
5314
|
height: string;
|
|
@@ -5372,10 +5438,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5372
5438
|
opacity5: string;
|
|
5373
5439
|
dividerColor: string;
|
|
5374
5440
|
borderColor: string;
|
|
5375
|
-
|
|
5441
|
+
closeIconColor: string;
|
|
5442
|
+
closeIconColorHover: string;
|
|
5443
|
+
closeIconColorPressed: string;
|
|
5376
5444
|
closeColorHover: string;
|
|
5377
5445
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5446
|
clearColor: string;
|
|
5380
5447
|
clearColorHover: string;
|
|
5381
5448
|
clearColorPressed: string;
|
|
@@ -5530,6 +5597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5530
5597
|
optionCheckColor: string;
|
|
5531
5598
|
optionColorPending: string;
|
|
5532
5599
|
optionColorActive: string;
|
|
5600
|
+
optionColorActivePending: string;
|
|
5533
5601
|
actionTextColor: string;
|
|
5534
5602
|
loadingColor: string;
|
|
5535
5603
|
height: string;
|
|
@@ -5645,10 +5713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5645
5713
|
};
|
|
5646
5714
|
readonly remote: BooleanConstructor;
|
|
5647
5715
|
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
|
-
};
|
|
5716
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
5652
5717
|
readonly placement: {
|
|
5653
5718
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5654
5719
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5723,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5658
5723
|
readonly default: "trigger";
|
|
5659
5724
|
};
|
|
5660
5725
|
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
|
-
};
|
|
5726
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5727
|
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
|
-
};
|
|
5728
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5729
|
+
readonly default: undefined;
|
|
5674
5730
|
};
|
|
5675
5731
|
readonly show: {
|
|
5676
5732
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,6 +5745,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5745
|
readonly type: BooleanConstructor;
|
|
5690
5746
|
readonly default: true;
|
|
5691
5747
|
};
|
|
5748
|
+
readonly labelField: {
|
|
5749
|
+
readonly type: StringConstructor;
|
|
5750
|
+
readonly default: "label";
|
|
5751
|
+
};
|
|
5752
|
+
readonly valueField: {
|
|
5753
|
+
readonly type: StringConstructor;
|
|
5754
|
+
readonly default: "value";
|
|
5755
|
+
};
|
|
5756
|
+
readonly childrenField: {
|
|
5757
|
+
readonly type: StringConstructor;
|
|
5758
|
+
readonly default: "children";
|
|
5759
|
+
};
|
|
5692
5760
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5761
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5762
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5711,6 +5779,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5711
5779
|
readonly default: true;
|
|
5712
5780
|
};
|
|
5713
5781
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5782
|
+
readonly internalShowCheckmark: {
|
|
5783
|
+
readonly type: BooleanConstructor;
|
|
5784
|
+
readonly default: true;
|
|
5785
|
+
};
|
|
5714
5786
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5787
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5788
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5806
5878
|
optionCheckColor: string;
|
|
5807
5879
|
optionColorPending: string;
|
|
5808
5880
|
optionColorActive: string;
|
|
5881
|
+
optionColorActivePending: string;
|
|
5809
5882
|
actionTextColor: string;
|
|
5810
5883
|
loadingColor: string;
|
|
5811
5884
|
height: string;
|
|
@@ -5931,6 +6004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5931
6004
|
optionCheckColor: string;
|
|
5932
6005
|
optionColorPending: string;
|
|
5933
6006
|
optionColorActive: string;
|
|
6007
|
+
optionColorActivePending: string;
|
|
5934
6008
|
actionTextColor: string;
|
|
5935
6009
|
loadingColor: string;
|
|
5936
6010
|
height: string;
|
|
@@ -6056,6 +6130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6130
|
optionCheckColor: string;
|
|
6057
6131
|
optionColorPending: string;
|
|
6058
6132
|
optionColorActive: string;
|
|
6133
|
+
optionColorActivePending: string;
|
|
6059
6134
|
actionTextColor: string;
|
|
6060
6135
|
loadingColor: string;
|
|
6061
6136
|
height: string;
|
|
@@ -6089,29 +6164,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6089
6164
|
}>;
|
|
6090
6165
|
}>>>;
|
|
6091
6166
|
}>>, {
|
|
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
|
-
|
|
6167
|
+
readonly tag: boolean;
|
|
6168
|
+
readonly show: boolean | undefined;
|
|
6169
|
+
readonly multiple: boolean;
|
|
6170
|
+
readonly disabled: boolean | undefined;
|
|
6171
|
+
readonly to: string | boolean | HTMLElement;
|
|
6172
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6173
|
+
readonly loading: boolean;
|
|
6174
|
+
readonly bordered: boolean | undefined;
|
|
6175
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
6176
|
+
readonly labelField: string;
|
|
6177
|
+
readonly virtualScroll: boolean;
|
|
6178
|
+
readonly valueField: string;
|
|
6179
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6180
|
+
readonly showArrow: boolean;
|
|
6181
|
+
readonly displayDirective: "show" | "if";
|
|
6182
|
+
readonly filterable: boolean;
|
|
6183
|
+
readonly clearable: boolean;
|
|
6184
|
+
readonly internalShowCheckmark: boolean;
|
|
6185
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6186
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6187
|
+
readonly remote: boolean;
|
|
6188
|
+
readonly widthMode: string;
|
|
6189
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6190
|
+
readonly consistentMenuWidth: boolean;
|
|
6191
|
+
readonly childrenField: string;
|
|
6115
6192
|
}>;
|
|
6116
6193
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6194
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6236,9 +6313,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6236
6313
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
6237
6314
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
6238
6315
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
6239
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6240
|
-
* 更新配置
|
|
6241
|
-
*/
|
|
6316
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6242
6317
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
6243
6318
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
6244
6319
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6282,10 +6357,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6282
6357
|
opacity5: string;
|
|
6283
6358
|
dividerColor: string;
|
|
6284
6359
|
borderColor: string;
|
|
6285
|
-
|
|
6360
|
+
closeIconColor: string;
|
|
6361
|
+
closeIconColorHover: string;
|
|
6362
|
+
closeIconColorPressed: string;
|
|
6286
6363
|
closeColorHover: string;
|
|
6287
6364
|
closeColorPressed: string;
|
|
6288
|
-
closeColorDisabled: string;
|
|
6289
6365
|
clearColor: string;
|
|
6290
6366
|
clearColorHover: string;
|
|
6291
6367
|
clearColorPressed: string;
|
|
@@ -6535,8 +6611,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6535
6611
|
}>>, {
|
|
6536
6612
|
disabled: boolean | undefined;
|
|
6537
6613
|
checked: string | number | boolean | undefined;
|
|
6538
|
-
focusable: boolean;
|
|
6539
6614
|
indeterminate: boolean;
|
|
6615
|
+
focusable: boolean;
|
|
6540
6616
|
defaultChecked: string | number | boolean;
|
|
6541
6617
|
checkedValue: string | number | boolean;
|
|
6542
6618
|
uncheckedValue: string | number | boolean;
|
|
@@ -6574,6 +6650,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6650
|
type: BooleanConstructor;
|
|
6575
6651
|
default: boolean;
|
|
6576
6652
|
};
|
|
6653
|
+
buttonPlacement: {
|
|
6654
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6655
|
+
default: string;
|
|
6656
|
+
};
|
|
6577
6657
|
readonly: BooleanConstructor;
|
|
6578
6658
|
clearable: BooleanConstructor;
|
|
6579
6659
|
keyboard: {
|
|
@@ -6587,6 +6667,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6587
6667
|
type: BooleanConstructor;
|
|
6588
6668
|
default: boolean;
|
|
6589
6669
|
};
|
|
6670
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6671
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6672
|
+
precision: NumberConstructor;
|
|
6590
6673
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6591
6674
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6592
6675
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7480,10 +7563,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7480
7563
|
opacity5: string;
|
|
7481
7564
|
dividerColor: string;
|
|
7482
7565
|
borderColor: string;
|
|
7483
|
-
|
|
7566
|
+
closeIconColor: string;
|
|
7567
|
+
closeIconColorHover: string;
|
|
7568
|
+
closeIconColorPressed: string;
|
|
7484
7569
|
closeColorHover: string;
|
|
7485
7570
|
closeColorPressed: string;
|
|
7486
|
-
closeColorDisabled: string;
|
|
7487
7571
|
clearColor: string;
|
|
7488
7572
|
clearColorHover: string;
|
|
7489
7573
|
clearColorPressed: string;
|
|
@@ -7869,6 +7953,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7869
7953
|
type: BooleanConstructor;
|
|
7870
7954
|
default: boolean;
|
|
7871
7955
|
};
|
|
7956
|
+
buttonPlacement: {
|
|
7957
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7958
|
+
default: string;
|
|
7959
|
+
};
|
|
7872
7960
|
readonly: BooleanConstructor;
|
|
7873
7961
|
clearable: BooleanConstructor;
|
|
7874
7962
|
keyboard: {
|
|
@@ -7882,6 +7970,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7882
7970
|
type: BooleanConstructor;
|
|
7883
7971
|
default: boolean;
|
|
7884
7972
|
};
|
|
7973
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7974
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7975
|
+
precision: NumberConstructor;
|
|
7885
7976
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7886
7977
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7887
7978
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8707,6 +8798,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8707
8798
|
ArrowDown?: boolean | undefined;
|
|
8708
8799
|
};
|
|
8709
8800
|
showButton: boolean;
|
|
8801
|
+
buttonPlacement: "right" | "both";
|
|
8710
8802
|
updateValueOnInput: boolean;
|
|
8711
8803
|
}>;
|
|
8712
8804
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8836,6 +8928,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8836
8928
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8837
8929
|
readonly default: undefined;
|
|
8838
8930
|
};
|
|
8931
|
+
readonly panel: BooleanConstructor;
|
|
8839
8932
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8840
8933
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8841
8934
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -8906,6 +8999,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8906
8999
|
calendarLeftPaddingYear: string;
|
|
8907
9000
|
calendarLeftPaddingQuarter: string;
|
|
8908
9001
|
calendarLeftPaddingMonthrange: string;
|
|
9002
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9003
|
+
calendarLeftPaddingYearrange: string;
|
|
8909
9004
|
calendarRightPaddingDate: string;
|
|
8910
9005
|
calendarRightPaddingDatetime: string;
|
|
8911
9006
|
calendarRightPaddingDaterange: string;
|
|
@@ -8914,6 +9009,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8914
9009
|
calendarRightPaddingYear: string;
|
|
8915
9010
|
calendarRightPaddingQuarter: string;
|
|
8916
9011
|
calendarRightPaddingMonthrange: string;
|
|
9012
|
+
calendarRightPaddingQuarterrange: string;
|
|
9013
|
+
calendarRightPaddingYearrange: string;
|
|
8917
9014
|
}, {
|
|
8918
9015
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8919
9016
|
countTextColor: string;
|
|
@@ -9520,6 +9617,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9520
9617
|
calendarLeftPaddingYear: string;
|
|
9521
9618
|
calendarLeftPaddingQuarter: string;
|
|
9522
9619
|
calendarLeftPaddingMonthrange: string;
|
|
9620
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9621
|
+
calendarLeftPaddingYearrange: string;
|
|
9523
9622
|
calendarRightPaddingDate: string;
|
|
9524
9623
|
calendarRightPaddingDatetime: string;
|
|
9525
9624
|
calendarRightPaddingDaterange: string;
|
|
@@ -9528,6 +9627,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9528
9627
|
calendarRightPaddingYear: string;
|
|
9529
9628
|
calendarRightPaddingQuarter: string;
|
|
9530
9629
|
calendarRightPaddingMonthrange: string;
|
|
9630
|
+
calendarRightPaddingQuarterrange: string;
|
|
9631
|
+
calendarRightPaddingYearrange: string;
|
|
9531
9632
|
}, {
|
|
9532
9633
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9533
9634
|
countTextColor: string;
|
|
@@ -10134,6 +10235,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10134
10235
|
calendarLeftPaddingYear: string;
|
|
10135
10236
|
calendarLeftPaddingQuarter: string;
|
|
10136
10237
|
calendarLeftPaddingMonthrange: string;
|
|
10238
|
+
calendarLeftPaddingQuarterrange: string;
|
|
10239
|
+
calendarLeftPaddingYearrange: string;
|
|
10137
10240
|
calendarRightPaddingDate: string;
|
|
10138
10241
|
calendarRightPaddingDatetime: string;
|
|
10139
10242
|
calendarRightPaddingDaterange: string;
|
|
@@ -10142,6 +10245,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10142
10245
|
calendarRightPaddingYear: string;
|
|
10143
10246
|
calendarRightPaddingQuarter: string;
|
|
10144
10247
|
calendarRightPaddingMonthrange: string;
|
|
10248
|
+
calendarRightPaddingQuarterrange: string;
|
|
10249
|
+
calendarRightPaddingYearrange: string;
|
|
10145
10250
|
}, {
|
|
10146
10251
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10147
10252
|
countTextColor: string;
|
|
@@ -10713,8 +10818,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10713
10818
|
contentRef: HTMLElement | null;
|
|
10714
10819
|
containerScrollTop: number;
|
|
10715
10820
|
syncUnifiedContainer: () => void;
|
|
10716
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10717
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10821
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10822
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10718
10823
|
sync: () => void;
|
|
10719
10824
|
handleMouseEnterWrapper: () => void;
|
|
10720
10825
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10725,8 +10830,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10725
10830
|
contentRef: HTMLElement | null;
|
|
10726
10831
|
containerScrollTop: number;
|
|
10727
10832
|
syncUnifiedContainer: () => void;
|
|
10728
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10729
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10833
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10834
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10730
10835
|
sync: () => void;
|
|
10731
10836
|
handleMouseEnterWrapper: () => void;
|
|
10732
10837
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10742,8 +10847,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10742
10847
|
contentRef: HTMLElement | null;
|
|
10743
10848
|
containerScrollTop: number;
|
|
10744
10849
|
syncUnifiedContainer: () => void;
|
|
10745
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10746
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10850
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10851
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10747
10852
|
sync: () => void;
|
|
10748
10853
|
handleMouseEnterWrapper: () => void;
|
|
10749
10854
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10754,8 +10859,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10754
10859
|
contentRef: HTMLElement | null;
|
|
10755
10860
|
containerScrollTop: number;
|
|
10756
10861
|
syncUnifiedContainer: () => void;
|
|
10757
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10758
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10862
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10863
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10759
10864
|
sync: () => void;
|
|
10760
10865
|
handleMouseEnterWrapper: () => void;
|
|
10761
10866
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10766,8 +10871,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10766
10871
|
contentRef: HTMLElement | null;
|
|
10767
10872
|
containerScrollTop: number;
|
|
10768
10873
|
syncUnifiedContainer: () => void;
|
|
10769
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10770
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10874
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10875
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10771
10876
|
sync: () => void;
|
|
10772
10877
|
handleMouseEnterWrapper: () => void;
|
|
10773
10878
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10778,8 +10883,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10778
10883
|
contentRef: HTMLElement | null;
|
|
10779
10884
|
containerScrollTop: number;
|
|
10780
10885
|
syncUnifiedContainer: () => void;
|
|
10781
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10782
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10886
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10887
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10783
10888
|
sync: () => void;
|
|
10784
10889
|
handleMouseEnterWrapper: () => void;
|
|
10785
10890
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10822,8 +10927,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10822
10927
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10823
10928
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10824
10929
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10930
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10825
10931
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10826
|
-
|
|
10932
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
10827
10933
|
handleClear: () => void;
|
|
10828
10934
|
handlePanelClear: () => void;
|
|
10829
10935
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10878,10 +10984,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10878
10984
|
opacity5: string;
|
|
10879
10985
|
dividerColor: string;
|
|
10880
10986
|
borderColor: string;
|
|
10881
|
-
|
|
10987
|
+
closeIconColor: string;
|
|
10988
|
+
closeIconColorHover: string;
|
|
10989
|
+
closeIconColorPressed: string;
|
|
10882
10990
|
closeColorHover: string;
|
|
10883
10991
|
closeColorPressed: string;
|
|
10884
|
-
closeColorDisabled: string;
|
|
10885
10992
|
clearColor: string;
|
|
10886
10993
|
clearColorHover: string;
|
|
10887
10994
|
clearColorPressed: string;
|
|
@@ -10992,6 +11099,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10992
11099
|
calendarLeftPaddingYear: string;
|
|
10993
11100
|
calendarLeftPaddingQuarter: string;
|
|
10994
11101
|
calendarLeftPaddingMonthrange: string;
|
|
11102
|
+
calendarLeftPaddingQuarterrange: string;
|
|
11103
|
+
calendarLeftPaddingYearrange: string;
|
|
10995
11104
|
calendarRightPaddingDate: string;
|
|
10996
11105
|
calendarRightPaddingDatetime: string;
|
|
10997
11106
|
calendarRightPaddingDaterange: string;
|
|
@@ -11000,6 +11109,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11000
11109
|
calendarRightPaddingYear: string;
|
|
11001
11110
|
calendarRightPaddingQuarter: string;
|
|
11002
11111
|
calendarRightPaddingMonthrange: string;
|
|
11112
|
+
calendarRightPaddingQuarterrange: string;
|
|
11113
|
+
calendarRightPaddingYearrange: string;
|
|
11003
11114
|
};
|
|
11004
11115
|
peers: {
|
|
11005
11116
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -11949,6 +12060,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11949
12060
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11950
12061
|
readonly default: undefined;
|
|
11951
12062
|
};
|
|
12063
|
+
readonly panel: BooleanConstructor;
|
|
11952
12064
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11953
12065
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11954
12066
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -12019,6 +12131,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12019
12131
|
calendarLeftPaddingYear: string;
|
|
12020
12132
|
calendarLeftPaddingQuarter: string;
|
|
12021
12133
|
calendarLeftPaddingMonthrange: string;
|
|
12134
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12135
|
+
calendarLeftPaddingYearrange: string;
|
|
12022
12136
|
calendarRightPaddingDate: string;
|
|
12023
12137
|
calendarRightPaddingDatetime: string;
|
|
12024
12138
|
calendarRightPaddingDaterange: string;
|
|
@@ -12027,6 +12141,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12027
12141
|
calendarRightPaddingYear: string;
|
|
12028
12142
|
calendarRightPaddingQuarter: string;
|
|
12029
12143
|
calendarRightPaddingMonthrange: string;
|
|
12144
|
+
calendarRightPaddingQuarterrange: string;
|
|
12145
|
+
calendarRightPaddingYearrange: string;
|
|
12030
12146
|
}, {
|
|
12031
12147
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12032
12148
|
countTextColor: string;
|
|
@@ -12633,6 +12749,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12633
12749
|
calendarLeftPaddingYear: string;
|
|
12634
12750
|
calendarLeftPaddingQuarter: string;
|
|
12635
12751
|
calendarLeftPaddingMonthrange: string;
|
|
12752
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12753
|
+
calendarLeftPaddingYearrange: string;
|
|
12636
12754
|
calendarRightPaddingDate: string;
|
|
12637
12755
|
calendarRightPaddingDatetime: string;
|
|
12638
12756
|
calendarRightPaddingDaterange: string;
|
|
@@ -12641,6 +12759,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12641
12759
|
calendarRightPaddingYear: string;
|
|
12642
12760
|
calendarRightPaddingQuarter: string;
|
|
12643
12761
|
calendarRightPaddingMonthrange: string;
|
|
12762
|
+
calendarRightPaddingQuarterrange: string;
|
|
12763
|
+
calendarRightPaddingYearrange: string;
|
|
12644
12764
|
}, {
|
|
12645
12765
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12646
12766
|
countTextColor: string;
|
|
@@ -13247,6 +13367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13247
13367
|
calendarLeftPaddingYear: string;
|
|
13248
13368
|
calendarLeftPaddingQuarter: string;
|
|
13249
13369
|
calendarLeftPaddingMonthrange: string;
|
|
13370
|
+
calendarLeftPaddingQuarterrange: string;
|
|
13371
|
+
calendarLeftPaddingYearrange: string;
|
|
13250
13372
|
calendarRightPaddingDate: string;
|
|
13251
13373
|
calendarRightPaddingDatetime: string;
|
|
13252
13374
|
calendarRightPaddingDaterange: string;
|
|
@@ -13255,6 +13377,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13255
13377
|
calendarRightPaddingYear: string;
|
|
13256
13378
|
calendarRightPaddingQuarter: string;
|
|
13257
13379
|
calendarRightPaddingMonthrange: string;
|
|
13380
|
+
calendarRightPaddingQuarterrange: string;
|
|
13381
|
+
calendarRightPaddingYearrange: string;
|
|
13258
13382
|
}, {
|
|
13259
13383
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13260
13384
|
countTextColor: string;
|
|
@@ -13812,17 +13936,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13812
13936
|
}, any>;
|
|
13813
13937
|
}>>>;
|
|
13814
13938
|
}>>, {
|
|
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
|
-
|
|
13939
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13940
|
+
readonly show: boolean | undefined;
|
|
13941
|
+
readonly disabled: boolean | undefined;
|
|
13942
|
+
readonly to: string | boolean | HTMLElement;
|
|
13943
|
+
readonly bordered: boolean | undefined;
|
|
13944
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
13945
|
+
readonly clearable: boolean;
|
|
13946
|
+
readonly inputReadonly: boolean;
|
|
13947
|
+
readonly panel: boolean;
|
|
13948
|
+
readonly updateValueOnClose: boolean;
|
|
13949
|
+
readonly closeOnSelect: boolean;
|
|
13950
|
+
readonly bindCalendarMonths: boolean;
|
|
13826
13951
|
}>;
|
|
13827
13952
|
NSelect: import("vue").DefineComponent<{
|
|
13828
13953
|
readonly to: {
|
|
@@ -13858,10 +13983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13983
|
};
|
|
13859
13984
|
readonly remote: BooleanConstructor;
|
|
13860
13985
|
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
|
-
};
|
|
13986
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
13865
13987
|
readonly placement: {
|
|
13866
13988
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13867
13989
|
readonly default: "bottom-start";
|
|
@@ -13871,19 +13993,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13871
13993
|
readonly default: "trigger";
|
|
13872
13994
|
};
|
|
13873
13995
|
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
|
-
};
|
|
13996
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13881
13997
|
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
|
-
};
|
|
13998
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
13999
|
+
readonly default: undefined;
|
|
13887
14000
|
};
|
|
13888
14001
|
readonly show: {
|
|
13889
14002
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13902,6 +14015,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13902
14015
|
readonly type: BooleanConstructor;
|
|
13903
14016
|
readonly default: true;
|
|
13904
14017
|
};
|
|
14018
|
+
readonly labelField: {
|
|
14019
|
+
readonly type: StringConstructor;
|
|
14020
|
+
readonly default: "label";
|
|
14021
|
+
};
|
|
14022
|
+
readonly valueField: {
|
|
14023
|
+
readonly type: StringConstructor;
|
|
14024
|
+
readonly default: "value";
|
|
14025
|
+
};
|
|
14026
|
+
readonly childrenField: {
|
|
14027
|
+
readonly type: StringConstructor;
|
|
14028
|
+
readonly default: "children";
|
|
14029
|
+
};
|
|
13905
14030
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13906
14031
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13907
14032
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13924,6 +14049,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13924
14049
|
readonly default: true;
|
|
13925
14050
|
};
|
|
13926
14051
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14052
|
+
readonly internalShowCheckmark: {
|
|
14053
|
+
readonly type: BooleanConstructor;
|
|
14054
|
+
readonly default: true;
|
|
14055
|
+
};
|
|
13927
14056
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13928
14057
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13929
14058
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14019,6 +14148,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14019
14148
|
optionCheckColor: string;
|
|
14020
14149
|
optionColorPending: string;
|
|
14021
14150
|
optionColorActive: string;
|
|
14151
|
+
optionColorActivePending: string;
|
|
14022
14152
|
actionTextColor: string;
|
|
14023
14153
|
loadingColor: string;
|
|
14024
14154
|
height: string;
|
|
@@ -14144,6 +14274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14274
|
optionCheckColor: string;
|
|
14145
14275
|
optionColorPending: string;
|
|
14146
14276
|
optionColorActive: string;
|
|
14277
|
+
optionColorActivePending: string;
|
|
14147
14278
|
actionTextColor: string;
|
|
14148
14279
|
loadingColor: string;
|
|
14149
14280
|
height: string;
|
|
@@ -14269,6 +14400,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14269
14400
|
optionCheckColor: string;
|
|
14270
14401
|
optionColorPending: string;
|
|
14271
14402
|
optionColorActive: string;
|
|
14403
|
+
optionColorActivePending: string;
|
|
14272
14404
|
actionTextColor: string;
|
|
14273
14405
|
loadingColor: string;
|
|
14274
14406
|
height: string;
|
|
@@ -14398,10 +14530,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14398
14530
|
opacity5: string;
|
|
14399
14531
|
dividerColor: string;
|
|
14400
14532
|
borderColor: string;
|
|
14401
|
-
|
|
14533
|
+
closeIconColor: string;
|
|
14534
|
+
closeIconColorHover: string;
|
|
14535
|
+
closeIconColorPressed: string;
|
|
14402
14536
|
closeColorHover: string;
|
|
14403
14537
|
closeColorPressed: string;
|
|
14404
|
-
closeColorDisabled: string;
|
|
14405
14538
|
clearColor: string;
|
|
14406
14539
|
clearColorHover: string;
|
|
14407
14540
|
clearColorPressed: string;
|
|
@@ -14556,6 +14689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14556
14689
|
optionCheckColor: string;
|
|
14557
14690
|
optionColorPending: string;
|
|
14558
14691
|
optionColorActive: string;
|
|
14692
|
+
optionColorActivePending: string;
|
|
14559
14693
|
actionTextColor: string;
|
|
14560
14694
|
loadingColor: string;
|
|
14561
14695
|
height: string;
|
|
@@ -14671,10 +14805,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14671
14805
|
};
|
|
14672
14806
|
readonly remote: BooleanConstructor;
|
|
14673
14807
|
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
|
-
};
|
|
14808
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
14678
14809
|
readonly placement: {
|
|
14679
14810
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14680
14811
|
readonly default: "bottom-start";
|
|
@@ -14684,19 +14815,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14815
|
readonly default: "trigger";
|
|
14685
14816
|
};
|
|
14686
14817
|
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
|
-
};
|
|
14818
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14694
14819
|
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
|
-
};
|
|
14820
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14821
|
+
readonly default: undefined;
|
|
14700
14822
|
};
|
|
14701
14823
|
readonly show: {
|
|
14702
14824
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14715,6 +14837,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14715
14837
|
readonly type: BooleanConstructor;
|
|
14716
14838
|
readonly default: true;
|
|
14717
14839
|
};
|
|
14840
|
+
readonly labelField: {
|
|
14841
|
+
readonly type: StringConstructor;
|
|
14842
|
+
readonly default: "label";
|
|
14843
|
+
};
|
|
14844
|
+
readonly valueField: {
|
|
14845
|
+
readonly type: StringConstructor;
|
|
14846
|
+
readonly default: "value";
|
|
14847
|
+
};
|
|
14848
|
+
readonly childrenField: {
|
|
14849
|
+
readonly type: StringConstructor;
|
|
14850
|
+
readonly default: "children";
|
|
14851
|
+
};
|
|
14718
14852
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14719
14853
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14720
14854
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14737,6 +14871,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14871
|
readonly default: true;
|
|
14738
14872
|
};
|
|
14739
14873
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14874
|
+
readonly internalShowCheckmark: {
|
|
14875
|
+
readonly type: BooleanConstructor;
|
|
14876
|
+
readonly default: true;
|
|
14877
|
+
};
|
|
14740
14878
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14741
14879
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14742
14880
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14832,6 +14970,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14832
14970
|
optionCheckColor: string;
|
|
14833
14971
|
optionColorPending: string;
|
|
14834
14972
|
optionColorActive: string;
|
|
14973
|
+
optionColorActivePending: string;
|
|
14835
14974
|
actionTextColor: string;
|
|
14836
14975
|
loadingColor: string;
|
|
14837
14976
|
height: string;
|
|
@@ -14957,6 +15096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14957
15096
|
optionCheckColor: string;
|
|
14958
15097
|
optionColorPending: string;
|
|
14959
15098
|
optionColorActive: string;
|
|
15099
|
+
optionColorActivePending: string;
|
|
14960
15100
|
actionTextColor: string;
|
|
14961
15101
|
loadingColor: string;
|
|
14962
15102
|
height: string;
|
|
@@ -15082,6 +15222,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15082
15222
|
optionCheckColor: string;
|
|
15083
15223
|
optionColorPending: string;
|
|
15084
15224
|
optionColorActive: string;
|
|
15225
|
+
optionColorActivePending: string;
|
|
15085
15226
|
actionTextColor: string;
|
|
15086
15227
|
loadingColor: string;
|
|
15087
15228
|
height: string;
|
|
@@ -15115,29 +15256,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15115
15256
|
}>;
|
|
15116
15257
|
}>>>;
|
|
15117
15258
|
}>>, {
|
|
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
|
-
|
|
15259
|
+
readonly tag: boolean;
|
|
15260
|
+
readonly show: boolean | undefined;
|
|
15261
|
+
readonly multiple: boolean;
|
|
15262
|
+
readonly disabled: boolean | undefined;
|
|
15263
|
+
readonly to: string | boolean | HTMLElement;
|
|
15264
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15265
|
+
readonly loading: boolean;
|
|
15266
|
+
readonly bordered: boolean | undefined;
|
|
15267
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
15268
|
+
readonly labelField: string;
|
|
15269
|
+
readonly virtualScroll: boolean;
|
|
15270
|
+
readonly valueField: string;
|
|
15271
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15272
|
+
readonly showArrow: boolean;
|
|
15273
|
+
readonly displayDirective: "show" | "if";
|
|
15274
|
+
readonly filterable: boolean;
|
|
15275
|
+
readonly clearable: boolean;
|
|
15276
|
+
readonly internalShowCheckmark: boolean;
|
|
15277
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15278
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15279
|
+
readonly remote: boolean;
|
|
15280
|
+
readonly widthMode: string;
|
|
15281
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15282
|
+
readonly consistentMenuWidth: boolean;
|
|
15283
|
+
readonly childrenField: string;
|
|
15141
15284
|
}>;
|
|
15142
15285
|
NRadio: import("vue").DefineComponent<{
|
|
15143
15286
|
name: StringConstructor;
|
|
@@ -15183,7 +15326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15183
15326
|
dotColorActive: string;
|
|
15184
15327
|
dotColorDisabled: string;
|
|
15185
15328
|
buttonBorderColor: string;
|
|
15186
|
-
buttonBorderColorActive: string;
|
|
15329
|
+
buttonBorderColorActive: string; /** line 类型 */
|
|
15187
15330
|
buttonBorderColorHover: string;
|
|
15188
15331
|
buttonColor: string;
|
|
15189
15332
|
buttonColorActive: string;
|
|
@@ -15217,7 +15360,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15217
15360
|
colorDisabled: string;
|
|
15218
15361
|
textColor: string;
|
|
15219
15362
|
textColorDisabled: string;
|
|
15220
|
-
/** line 类型 */
|
|
15221
15363
|
dotColorActive: string;
|
|
15222
15364
|
dotColorDisabled: string;
|
|
15223
15365
|
buttonBorderColor: string;
|
|
@@ -15562,9 +15704,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15562
15704
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
15563
15705
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
15564
15706
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
15565
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15566
|
-
* 更新配置
|
|
15567
|
-
*/
|
|
15707
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15568
15708
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
15569
15709
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
15570
15710
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -15608,10 +15748,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15608
15748
|
opacity5: string;
|
|
15609
15749
|
dividerColor: string;
|
|
15610
15750
|
borderColor: string;
|
|
15611
|
-
|
|
15751
|
+
closeIconColor: string;
|
|
15752
|
+
closeIconColorHover: string;
|
|
15753
|
+
closeIconColorPressed: string;
|
|
15612
15754
|
closeColorHover: string;
|
|
15613
15755
|
closeColorPressed: string;
|
|
15614
|
-
closeColorDisabled: string;
|
|
15615
15756
|
clearColor: string;
|
|
15616
15757
|
clearColorHover: string;
|
|
15617
15758
|
clearColorPressed: string;
|
|
@@ -15861,8 +16002,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15861
16002
|
}>>, {
|
|
15862
16003
|
disabled: boolean | undefined;
|
|
15863
16004
|
checked: string | number | boolean | undefined;
|
|
15864
|
-
focusable: boolean;
|
|
15865
16005
|
indeterminate: boolean;
|
|
16006
|
+
focusable: boolean;
|
|
15866
16007
|
defaultChecked: string | number | boolean;
|
|
15867
16008
|
checkedValue: string | number | boolean;
|
|
15868
16009
|
uncheckedValue: string | number | boolean;
|
|
@@ -15926,6 +16067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15926
16067
|
type: BooleanConstructor;
|
|
15927
16068
|
default: undefined;
|
|
15928
16069
|
};
|
|
16070
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
15929
16071
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15930
16072
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
15931
16073
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16146,8 +16288,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16146
16288
|
contentRef: HTMLElement | null;
|
|
16147
16289
|
containerScrollTop: number;
|
|
16148
16290
|
syncUnifiedContainer: () => void;
|
|
16149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16150
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16291
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16292
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16151
16293
|
sync: () => void;
|
|
16152
16294
|
handleMouseEnterWrapper: () => void;
|
|
16153
16295
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16181,7 +16323,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16181
16323
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16182
16324
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16183
16325
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16184
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
16326
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
16185
16327
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16186
16328
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16187
16329
|
handleMouseEnter: () => void;
|
|
@@ -16192,7 +16334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16192
16334
|
handleClear: (e: MouseEvent) => void;
|
|
16193
16335
|
handlePasswordToggleClick: () => void;
|
|
16194
16336
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16195
|
-
|
|
16337
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
16196
16338
|
handleTextAreaMirrorResize: () => void;
|
|
16197
16339
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16198
16340
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16236,10 +16378,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16236
16378
|
opacity5: string;
|
|
16237
16379
|
dividerColor: string;
|
|
16238
16380
|
borderColor: string;
|
|
16239
|
-
|
|
16381
|
+
closeIconColor: string;
|
|
16382
|
+
closeIconColorHover: string;
|
|
16383
|
+
closeIconColorPressed: string;
|
|
16240
16384
|
closeColorHover: string;
|
|
16241
16385
|
closeColorPressed: string;
|
|
16242
|
-
closeColorDisabled: string;
|
|
16243
16386
|
clearColor: string;
|
|
16244
16387
|
clearColorHover: string;
|
|
16245
16388
|
clearColorPressed: string;
|
|
@@ -16480,6 +16623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16480
16623
|
type: BooleanConstructor;
|
|
16481
16624
|
default: undefined;
|
|
16482
16625
|
};
|
|
16626
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16483
16627
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16484
16628
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16485
16629
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16822,6 +16966,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16822
16966
|
componentData: Record<string, any>;
|
|
16823
16967
|
}>;
|
|
16824
16968
|
NPopover: import("vue").DefineComponent<{
|
|
16969
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16825
16970
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16826
16971
|
show: {
|
|
16827
16972
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16865,9 +17010,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16865
17010
|
};
|
|
16866
17011
|
animated: {
|
|
16867
17012
|
type: BooleanConstructor;
|
|
16868
|
-
/**
|
|
16869
|
-
* 更新配置
|
|
16870
|
-
*/
|
|
16871
17013
|
default: boolean;
|
|
16872
17014
|
};
|
|
16873
17015
|
width: {
|
|
@@ -16887,9 +17029,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16887
17029
|
scrollable: BooleanConstructor;
|
|
16888
17030
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16889
17031
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17032
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16890
17033
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16891
17034
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
16892
17035
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17036
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
16893
17037
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
16894
17038
|
internalInheritedEventHandlers: {
|
|
16895
17039
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -16967,6 +17111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16967
17111
|
handleBlur: () => void;
|
|
16968
17112
|
syncPosition: () => void;
|
|
16969
17113
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17114
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16970
17115
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16971
17116
|
show: {
|
|
16972
17117
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17029,9 +17174,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17029
17174
|
scrollable: BooleanConstructor;
|
|
17030
17175
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17031
17176
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17177
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17032
17178
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17033
17179
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17034
17180
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17181
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
17035
17182
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17036
17183
|
internalInheritedEventHandlers: {
|
|
17037
17184
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17109,6 +17256,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17109
17256
|
arrowPointToCenter: boolean;
|
|
17110
17257
|
displayDirective: "show" | "if";
|
|
17111
17258
|
keepAliveOnHover: boolean;
|
|
17259
|
+
internalDeactivateImmediately: boolean;
|
|
17112
17260
|
animated: boolean;
|
|
17113
17261
|
internalTrapFocus: boolean;
|
|
17114
17262
|
defaultShow: boolean;
|
|
@@ -17162,7 +17310,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17162
17310
|
readonly default: true;
|
|
17163
17311
|
};
|
|
17164
17312
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17165
|
-
readonly nativeFocusBehavior:
|
|
17313
|
+
readonly nativeFocusBehavior: {
|
|
17314
|
+
readonly type: BooleanConstructor;
|
|
17315
|
+
readonly default: boolean;
|
|
17316
|
+
};
|
|
17166
17317
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17167
17318
|
heightTiny: string;
|
|
17168
17319
|
heightSmall: string;
|
|
@@ -17876,7 +18027,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17876
18027
|
readonly default: true;
|
|
17877
18028
|
};
|
|
17878
18029
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17879
|
-
readonly nativeFocusBehavior:
|
|
18030
|
+
readonly nativeFocusBehavior: {
|
|
18031
|
+
readonly type: BooleanConstructor;
|
|
18032
|
+
readonly default: boolean;
|
|
18033
|
+
};
|
|
17880
18034
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17881
18035
|
heightTiny: string;
|
|
17882
18036
|
heightSmall: string;
|
|
@@ -18490,26 +18644,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18490
18644
|
rippleDuration: string;
|
|
18491
18645
|
}, any>>>;
|
|
18492
18646
|
}>>, {
|
|
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;
|
|
18647
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18648
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18649
|
+
readonly block: boolean;
|
|
18650
|
+
readonly round: boolean;
|
|
18651
|
+
readonly dashed: boolean;
|
|
18652
|
+
readonly text: boolean;
|
|
18653
|
+
readonly circle: boolean;
|
|
18654
|
+
readonly disabled: boolean;
|
|
18655
|
+
readonly focusable: boolean;
|
|
18656
|
+
readonly strong: boolean;
|
|
18657
|
+
readonly loading: boolean;
|
|
18658
|
+
readonly bordered: boolean;
|
|
18659
|
+
readonly tertiary: boolean;
|
|
18660
|
+
readonly ghost: boolean;
|
|
18661
|
+
readonly keyboard: boolean;
|
|
18662
|
+
readonly secondary: boolean;
|
|
18663
|
+
readonly quaternary: boolean;
|
|
18664
|
+
readonly iconPlacement: "left" | "right";
|
|
18665
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18666
|
+
readonly nativeFocusBehavior: boolean;
|
|
18513
18667
|
}>;
|
|
18514
18668
|
NSelect: import("vue").DefineComponent<{
|
|
18515
18669
|
readonly to: {
|
|
@@ -18545,10 +18699,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18545
18699
|
};
|
|
18546
18700
|
readonly remote: BooleanConstructor;
|
|
18547
18701
|
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
|
-
};
|
|
18702
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
18552
18703
|
readonly placement: {
|
|
18553
18704
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18554
18705
|
readonly default: "bottom-start";
|
|
@@ -18558,19 +18709,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18558
18709
|
readonly default: "trigger";
|
|
18559
18710
|
};
|
|
18560
18711
|
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
|
-
};
|
|
18712
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18568
18713
|
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
|
-
};
|
|
18714
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18715
|
+
readonly default: undefined;
|
|
18574
18716
|
};
|
|
18575
18717
|
readonly show: {
|
|
18576
18718
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18589,6 +18731,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18589
18731
|
readonly type: BooleanConstructor;
|
|
18590
18732
|
readonly default: true;
|
|
18591
18733
|
};
|
|
18734
|
+
readonly labelField: {
|
|
18735
|
+
readonly type: StringConstructor;
|
|
18736
|
+
readonly default: "label";
|
|
18737
|
+
};
|
|
18738
|
+
readonly valueField: {
|
|
18739
|
+
readonly type: StringConstructor;
|
|
18740
|
+
readonly default: "value";
|
|
18741
|
+
};
|
|
18742
|
+
readonly childrenField: {
|
|
18743
|
+
readonly type: StringConstructor;
|
|
18744
|
+
readonly default: "children";
|
|
18745
|
+
};
|
|
18592
18746
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18593
18747
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18594
18748
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18611,6 +18765,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18611
18765
|
readonly default: true;
|
|
18612
18766
|
};
|
|
18613
18767
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18768
|
+
readonly internalShowCheckmark: {
|
|
18769
|
+
readonly type: BooleanConstructor;
|
|
18770
|
+
readonly default: true;
|
|
18771
|
+
};
|
|
18614
18772
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18615
18773
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18616
18774
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18706,6 +18864,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18706
18864
|
optionCheckColor: string;
|
|
18707
18865
|
optionColorPending: string;
|
|
18708
18866
|
optionColorActive: string;
|
|
18867
|
+
optionColorActivePending: string;
|
|
18709
18868
|
actionTextColor: string;
|
|
18710
18869
|
loadingColor: string;
|
|
18711
18870
|
height: string;
|
|
@@ -18831,6 +18990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18831
18990
|
optionCheckColor: string;
|
|
18832
18991
|
optionColorPending: string;
|
|
18833
18992
|
optionColorActive: string;
|
|
18993
|
+
optionColorActivePending: string;
|
|
18834
18994
|
actionTextColor: string;
|
|
18835
18995
|
loadingColor: string;
|
|
18836
18996
|
height: string;
|
|
@@ -18956,6 +19116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18956
19116
|
optionCheckColor: string;
|
|
18957
19117
|
optionColorPending: string;
|
|
18958
19118
|
optionColorActive: string;
|
|
19119
|
+
optionColorActivePending: string;
|
|
18959
19120
|
actionTextColor: string;
|
|
18960
19121
|
loadingColor: string;
|
|
18961
19122
|
height: string;
|
|
@@ -19085,10 +19246,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
19246
|
opacity5: string;
|
|
19086
19247
|
dividerColor: string;
|
|
19087
19248
|
borderColor: string;
|
|
19088
|
-
|
|
19249
|
+
closeIconColor: string;
|
|
19250
|
+
closeIconColorHover: string;
|
|
19251
|
+
closeIconColorPressed: string;
|
|
19089
19252
|
closeColorHover: string;
|
|
19090
19253
|
closeColorPressed: string;
|
|
19091
|
-
closeColorDisabled: string;
|
|
19092
19254
|
clearColor: string;
|
|
19093
19255
|
clearColorHover: string;
|
|
19094
19256
|
clearColorPressed: string;
|
|
@@ -19243,6 +19405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19243
19405
|
optionCheckColor: string;
|
|
19244
19406
|
optionColorPending: string;
|
|
19245
19407
|
optionColorActive: string;
|
|
19408
|
+
optionColorActivePending: string;
|
|
19246
19409
|
actionTextColor: string;
|
|
19247
19410
|
loadingColor: string;
|
|
19248
19411
|
height: string;
|
|
@@ -19358,10 +19521,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19358
19521
|
};
|
|
19359
19522
|
readonly remote: BooleanConstructor;
|
|
19360
19523
|
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
|
-
};
|
|
19524
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
19365
19525
|
readonly placement: {
|
|
19366
19526
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19367
19527
|
readonly default: "bottom-start";
|
|
@@ -19371,19 +19531,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19371
19531
|
readonly default: "trigger";
|
|
19372
19532
|
};
|
|
19373
19533
|
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
|
-
};
|
|
19534
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19381
19535
|
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
|
-
};
|
|
19536
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19537
|
+
readonly default: undefined;
|
|
19387
19538
|
};
|
|
19388
19539
|
readonly show: {
|
|
19389
19540
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19402,6 +19553,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19402
19553
|
readonly type: BooleanConstructor;
|
|
19403
19554
|
readonly default: true;
|
|
19404
19555
|
};
|
|
19556
|
+
readonly labelField: {
|
|
19557
|
+
readonly type: StringConstructor;
|
|
19558
|
+
readonly default: "label";
|
|
19559
|
+
};
|
|
19560
|
+
readonly valueField: {
|
|
19561
|
+
readonly type: StringConstructor;
|
|
19562
|
+
readonly default: "value";
|
|
19563
|
+
};
|
|
19564
|
+
readonly childrenField: {
|
|
19565
|
+
readonly type: StringConstructor;
|
|
19566
|
+
readonly default: "children";
|
|
19567
|
+
};
|
|
19405
19568
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19406
19569
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19407
19570
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19424,6 +19587,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19424
19587
|
readonly default: true;
|
|
19425
19588
|
};
|
|
19426
19589
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19590
|
+
readonly internalShowCheckmark: {
|
|
19591
|
+
readonly type: BooleanConstructor;
|
|
19592
|
+
readonly default: true;
|
|
19593
|
+
};
|
|
19427
19594
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19428
19595
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19429
19596
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19519,6 +19686,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19519
19686
|
optionCheckColor: string;
|
|
19520
19687
|
optionColorPending: string;
|
|
19521
19688
|
optionColorActive: string;
|
|
19689
|
+
optionColorActivePending: string;
|
|
19522
19690
|
actionTextColor: string;
|
|
19523
19691
|
loadingColor: string;
|
|
19524
19692
|
height: string;
|
|
@@ -19644,6 +19812,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19644
19812
|
optionCheckColor: string;
|
|
19645
19813
|
optionColorPending: string;
|
|
19646
19814
|
optionColorActive: string;
|
|
19815
|
+
optionColorActivePending: string;
|
|
19647
19816
|
actionTextColor: string;
|
|
19648
19817
|
loadingColor: string;
|
|
19649
19818
|
height: string;
|
|
@@ -19769,6 +19938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19769
19938
|
optionCheckColor: string;
|
|
19770
19939
|
optionColorPending: string;
|
|
19771
19940
|
optionColorActive: string;
|
|
19941
|
+
optionColorActivePending: string;
|
|
19772
19942
|
actionTextColor: string;
|
|
19773
19943
|
loadingColor: string;
|
|
19774
19944
|
height: string;
|
|
@@ -19802,29 +19972,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19802
19972
|
}>;
|
|
19803
19973
|
}>>>;
|
|
19804
19974
|
}>>, {
|
|
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
|
-
|
|
19975
|
+
readonly tag: boolean;
|
|
19976
|
+
readonly show: boolean | undefined;
|
|
19977
|
+
readonly multiple: boolean;
|
|
19978
|
+
readonly disabled: boolean | undefined;
|
|
19979
|
+
readonly to: string | boolean | HTMLElement;
|
|
19980
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19981
|
+
readonly loading: boolean;
|
|
19982
|
+
readonly bordered: boolean | undefined;
|
|
19983
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
19984
|
+
readonly labelField: string;
|
|
19985
|
+
readonly virtualScroll: boolean;
|
|
19986
|
+
readonly valueField: string;
|
|
19987
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
19988
|
+
readonly showArrow: boolean;
|
|
19989
|
+
readonly displayDirective: "show" | "if";
|
|
19990
|
+
readonly filterable: boolean;
|
|
19991
|
+
readonly clearable: boolean;
|
|
19992
|
+
readonly internalShowCheckmark: boolean;
|
|
19993
|
+
readonly clearFilterAfterSelect: boolean;
|
|
19994
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19995
|
+
readonly remote: boolean;
|
|
19996
|
+
readonly widthMode: string;
|
|
19997
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
19998
|
+
readonly consistentMenuWidth: boolean;
|
|
19999
|
+
readonly childrenField: string;
|
|
19828
20000
|
}>;
|
|
19829
20001
|
NIcon: import("vue").DefineComponent<{
|
|
19830
20002
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|