cnhis-design-vue 3.1.11-beta.7 → 3.1.12-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/commit-msg +4 -0
- package/.husky/pre-commit +4 -0
- package/.versionrc.json +1 -9
- package/commitlint.config.js +12 -0
- package/es/packages/big-table/index.d.ts +78 -59
- package/es/packages/big-table/index.js +1 -17
- package/es/packages/big-table/index2.js +17 -0
- package/es/packages/big-table/src/BigTable.js +1 -3
- package/es/packages/big-table/src/BigTable.vue.d.ts +88 -81
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +58 -36
- package/es/packages/big-table/src/BigTable2.js +4 -0
- package/es/packages/big-table/src/bigTableEmits.js +1 -50
- package/es/packages/big-table/src/bigTableEmits2.js +51 -0
- package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
- package/es/packages/big-table/src/bigTableProps.js +1 -116
- package/es/packages/big-table/src/bigTableProps2.js +117 -0
- package/es/packages/big-table/src/bigTableState.d.ts +2 -6
- package/es/packages/big-table/src/bigTableState.js +1 -52
- package/es/packages/big-table/src/bigTableState2.js +60 -0
- package/es/packages/big-table/src/components/NoData.js +1 -3
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/big-table/src/components/NoData2.js +4 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.js +1 -114
- package/es/packages/big-table/src/components/edit-form/edit-date2.js +114 -0
- package/es/packages/big-table/src/components/edit-form/edit-input.js +1 -54
- package/es/packages/big-table/src/components/edit-form/edit-input2.js +54 -0
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +1 -148
- package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +148 -0
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -91
- package/es/packages/big-table/src/components/edit-form/edit-select2.js +91 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.js +2 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +1237 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate.vue_vue_type_script_setup_true_lang.js +68 -0
- package/es/packages/big-table/src/components/edit-form/edit-separate2.js +4 -0
- package/es/packages/big-table/src/components/input-button.js +1 -3
- package/es/packages/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/big-table/src/components/input-button2.js +4 -0
- package/es/packages/big-table/src/components/separate.js +2 -0
- package/es/packages/big-table/src/components/separate.vue.d.ts +43 -0
- package/es/packages/big-table/src/components/separate.vue_vue_type_script_setup_true_lang.js +23 -0
- package/es/packages/big-table/src/components/separate2.js +4 -0
- package/es/packages/big-table/src/constants/index.d.ts +3 -0
- package/es/packages/big-table/src/constants/index.js +1 -0
- package/es/packages/big-table/src/constants/index2.js +3 -0
- package/es/packages/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/packages/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/packages/big-table/src/hooks/useEdit.d.ts +1233 -0
- package/es/packages/big-table/src/hooks/useEdit.js +1 -115
- package/es/packages/big-table/src/hooks/useEdit2.js +133 -0
- package/es/packages/big-table/src/hooks/useEvent.js +1 -70
- package/es/packages/big-table/src/hooks/useEvent2.js +70 -0
- package/es/packages/big-table/src/hooks/useFormat.js +1 -484
- package/es/packages/big-table/src/hooks/useFormat2.js +484 -0
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -85
- package/es/packages/big-table/src/hooks/useNestTable2.js +85 -0
- package/es/packages/big-table/src/hooks/useSeparateRow.d.ts +30 -0
- package/es/packages/big-table/src/hooks/useSeparateRow.js +1 -0
- package/es/packages/big-table/src/hooks/useSeparateRow2.js +157 -0
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -135
- package/es/packages/big-table/src/hooks/useTableParse2.js +135 -0
- package/es/packages/big-table/src/utils.d.ts +1 -0
- package/es/packages/big-table/src/utils.js +1 -607
- package/es/packages/big-table/src/utils2.js +605 -0
- package/es/packages/big-table/style/index.css +1 -1
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +1 -11
- package/es/packages/bpmn-workflow/index2.js +11 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +1 -3
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.js +4 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +52 -52
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1 -1427
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.js +1420 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +1 -373
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.js +373 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +1 -141
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.js +131 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +1 -99
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.js +99 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +1 -119
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.js +111 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +1 -40
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.js +40 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +1 -25
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.js +18 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +1 -12
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.js +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +1 -47
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.js +47 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +1 -14
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.js +14 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +1 -10
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.js +10 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +1 -15
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.js +15 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +176 -176
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +1 -227
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.js +227 -0
- package/es/packages/bpmn-workflow/style/index.css +1 -1
- package/es/packages/button-print/index.d.ts +110 -188
- package/es/packages/button-print/index.js +1 -11
- package/es/packages/button-print/index2.js +11 -0
- package/es/packages/button-print/src/ButtonPrint.js +1 -3
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +110 -188
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +8 -9
- package/es/packages/button-print/src/ButtonPrint2.js +4 -0
- package/es/packages/button-print/src/components/IdentityVerification.js +1 -3
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +56 -115
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/button-print/src/components/IdentityVerification2.js +4 -0
- package/es/packages/button-print/src/utils/print.es.min.js +1 -2080
- package/es/packages/button-print/src/utils/print.es.min2.js +2532 -0
- package/es/packages/chunk-upload/index.d.ts +22 -28
- package/es/packages/chunk-upload/index.js +1 -15
- package/es/packages/chunk-upload/index2.js +16 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.js +1 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +34 -47
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/chunk-upload/src/chunk-upload-new2.js +4 -0
- package/es/packages/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/packages/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/packages/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/packages/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/packages/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/packages/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/packages/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/packages/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +1 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/index2.js +3 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +1 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +24 -37
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +15 -25
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.js +4 -0
- package/es/packages/chunk-upload/src/vod-upload-modal.js +1 -95
- package/es/packages/chunk-upload/src/vod-upload-modal2.js +95 -0
- package/es/packages/drag-layout/index.d.ts +298 -478
- package/es/packages/drag-layout/index.js +1 -13
- package/es/packages/drag-layout/index2.js +13 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.js +1 -3
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/drag-layout/src/DragFormLeftItem2.js +4 -0
- package/es/packages/drag-layout/src/DragFormRightItem.js +1 -3
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +6 -7
- package/es/packages/drag-layout/src/DragFormRightItem2.js +4 -0
- package/es/packages/drag-layout/src/DragLayout.js +1 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +300 -480
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +47 -48
- package/es/packages/drag-layout/src/DragLayout2.js +4 -0
- package/es/packages/drag-layout/style/index.css +4 -4
- package/es/packages/editor/index.js +1 -10
- package/es/packages/editor/index2.js +10 -0
- package/es/packages/editor/src/Editor.js +1 -77
- package/es/packages/editor/src/Editor2.js +77 -0
- package/es/packages/fabric-chart/index.js +1 -11
- package/es/packages/fabric-chart/index2.js +11 -0
- package/es/packages/fabric-chart/src/FabricChart.js +1 -3
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/fabric-chart/src/FabricChart2.js +4 -0
- package/es/packages/field-set/index.d.ts +56 -82
- package/es/packages/field-set/index.js +1 -11
- package/es/packages/field-set/index2.js +11 -0
- package/es/packages/field-set/src/FieldSet.js +1 -3
- package/es/packages/field-set/src/FieldSet.vue.d.ts +56 -82
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/field-set/src/FieldSet2.js +4 -0
- package/es/packages/field-set/src/NewFieldSet.js +1 -3
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +28 -41
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +4 -5
- package/es/packages/field-set/src/NewFieldSet2.js +4 -0
- package/es/packages/field-set/src/OldFieldSet.js +1 -3
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +28 -41
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +4 -5
- package/es/packages/field-set/src/OldFieldSet2.js +4 -0
- package/es/packages/form-render/index.d.ts +38 -66
- package/es/packages/form-render/index.js +15 -25
- package/es/packages/form-render/index2.js +21 -0
- package/es/packages/form-render/src/FormRender.js +1 -3
- package/es/packages/form-render/src/FormRender.vue.d.ts +38 -66
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +26 -33
- package/es/packages/form-render/src/FormRender2.js +4 -0
- package/es/packages/form-render/src/components/renderer/cascader.js +1 -159
- package/es/packages/form-render/src/components/renderer/cascader2.js +167 -0
- package/es/packages/form-render/src/components/renderer/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/checkbox.js +1 -42
- package/es/packages/form-render/src/components/renderer/checkbox2.js +42 -0
- package/es/packages/form-render/src/components/renderer/combination.d.ts +8 -118
- package/es/packages/form-render/src/components/renderer/combination.js +1 -118
- package/es/packages/form-render/src/components/renderer/combination2.js +112 -0
- package/es/packages/form-render/src/components/renderer/complex.js +1 -39
- package/es/packages/form-render/src/components/renderer/complex2.js +39 -0
- package/es/packages/form-render/src/components/renderer/date.js +1 -51
- package/es/packages/form-render/src/components/renderer/date2.js +51 -0
- package/es/packages/form-render/src/components/renderer/formItem.d.ts +8 -10
- package/es/packages/form-render/src/components/renderer/formItem.js +1 -22
- package/es/packages/form-render/src/components/renderer/formItem2.js +22 -0
- package/es/packages/form-render/src/components/renderer/index.js +16 -16
- package/es/packages/form-render/src/components/renderer/input.js +1 -40
- package/es/packages/form-render/src/components/renderer/input2.js +40 -0
- package/es/packages/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/packages/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/packages/form-render/src/components/renderer/inputNumber.js +1 -18
- package/es/packages/form-render/src/components/renderer/inputNumber2.js +18 -0
- package/es/packages/form-render/src/components/renderer/labelSelect.js +1 -18
- package/es/packages/form-render/src/components/renderer/labelSelect2.js +18 -0
- package/es/packages/form-render/src/components/renderer/linebar.js +1 -75
- package/es/packages/form-render/src/components/renderer/linebar2.js +75 -0
- package/es/packages/form-render/src/components/renderer/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/radio.js +1 -44
- package/es/packages/form-render/src/components/renderer/radio2.js +44 -0
- package/es/packages/form-render/src/components/renderer/select.js +1 -136
- package/es/packages/form-render/src/components/renderer/select2.js +141 -0
- package/es/packages/form-render/src/components/renderer/slider.d.ts +12 -12
- package/es/packages/form-render/src/components/renderer/slider.js +1 -16
- package/es/packages/form-render/src/components/renderer/slider2.js +16 -0
- package/es/packages/form-render/src/components/renderer/switch.js +1 -47
- package/es/packages/form-render/src/components/renderer/switch2.js +47 -0
- package/es/packages/form-render/src/components/renderer/textarea.d.ts +6 -9
- package/es/packages/form-render/src/components/renderer/textarea.js +1 -11
- package/es/packages/form-render/src/components/renderer/textarea2.js +11 -0
- package/es/packages/form-render/src/constants/index.d.ts +1 -0
- package/es/packages/form-render/src/constants/index.js +1 -29
- package/es/packages/form-render/src/constants/index2.js +30 -0
- package/es/packages/form-render/src/hooks/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/index.js +14 -14
- package/es/packages/form-render/src/hooks/useAnchor.d.ts +1 -2
- package/es/packages/form-render/src/hooks/useAnchor.js +1 -81
- package/es/packages/form-render/src/hooks/useAnchor2.js +85 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -137
- package/es/packages/form-render/src/hooks/useAsyncQueue2.js +137 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.js +1 -60
- package/es/packages/form-render/src/hooks/useBusinessBinding2.js +62 -0
- package/es/packages/form-render/src/hooks/useChangeContext.js +1 -21
- package/es/packages/form-render/src/hooks/useChangeContext2.js +23 -0
- package/es/packages/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/packages/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/packages/form-render/src/hooks/{useFieldList2Schema.d.ts → useFieldListAdaptor.d.ts} +2 -2
- package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +1 -0
- package/es/packages/form-render/src/hooks/{useFieldList2Schema.js → useFieldListAdaptor2.js} +13 -9
- package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/packages/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/packages/form-render/src/hooks/useFormContext.d.ts +1 -0
- package/es/packages/form-render/src/hooks/useFormContext.js +1 -26
- package/es/packages/form-render/src/hooks/useFormContext2.js +35 -0
- package/es/packages/form-render/src/hooks/useFormField.js +1 -13
- package/es/packages/form-render/src/hooks/useFormField2.js +13 -0
- package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +2 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -29
- package/es/packages/form-render/src/hooks/useFormItemDeps2.js +29 -0
- package/es/packages/form-render/src/hooks/useFormRequest.d.ts +2 -1
- package/es/packages/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/packages/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/packages/form-render/src/hooks/useFormValidator.js +1 -48
- package/es/packages/form-render/src/hooks/useFormValidator2.js +48 -0
- package/es/packages/form-render/src/hooks/useInitialData.js +1 -11
- package/es/packages/form-render/src/hooks/useInitialData2.js +11 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.js +1 -42
- package/es/packages/form-render/src/hooks/useTypeNormalize2.js +42 -0
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +1 -0
- package/es/packages/form-render/src/utils/index.js +1 -80
- package/es/packages/form-render/src/utils/index2.js +86 -0
- package/es/packages/form-table/index.js +1 -11
- package/es/packages/form-table/index2.js +11 -0
- package/es/packages/form-table/src/FormTable.js +1 -3
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/FormTable2.js +4 -0
- package/es/packages/form-table/src/components/index.js +1 -54
- package/es/packages/form-table/src/components/index2.js +54 -0
- package/es/packages/form-table/src/components/table-age.js +1 -3
- package/es/packages/form-table/src/components/table-age.vue.d.ts +63 -103
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-age2.js +4 -0
- package/es/packages/form-table/src/components/table-date-picker.js +1 -3
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +28 -61
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +5 -3
- package/es/packages/form-table/src/components/table-date-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-digital.js +1 -3
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +6 -28
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-digital2.js +4 -0
- package/es/packages/form-table/src/components/table-input-password.js +1 -3
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-input-password2.js +4 -0
- package/es/packages/form-table/src/components/table-input.js +1 -3
- package/es/packages/form-table/src/components/table-input.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-input2.js +4 -0
- package/es/packages/form-table/src/components/table-month-picker.js +1 -3
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +28 -61
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-month-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-search-more.js +1 -3
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +24 -30
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/packages/form-table/src/components/table-search-more2.js +4 -0
- package/es/packages/form-table/src/components/table-search.js +1 -3
- package/es/packages/form-table/src/components/table-search.vue.d.ts +81 -105
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/form-table/src/components/table-search2.js +4 -0
- package/es/packages/form-table/src/components/table-select-multiple.js +1 -3
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +59 -77
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-select-multiple2.js +4 -0
- package/es/packages/form-table/src/components/table-select.js +1 -3
- package/es/packages/form-table/src/components/table-select.vue.d.ts +59 -77
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-select2.js +4 -0
- package/es/packages/form-table/src/components/table-textarea.js +1 -3
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -19
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-textarea2.js +4 -0
- package/es/packages/form-table/src/components/table-time-picker.js +1 -3
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -25
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/table-time-picker2.js +4 -0
- package/es/packages/form-table/src/components/table-tree-select.js +1 -3
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +9 -8
- package/es/packages/form-table/src/components/table-tree-select2.js +4 -0
- package/es/packages/form-table/src/components/text-over-tooltip.js +1 -3
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/form-table/src/components/text-over-tooltip2.js +4 -0
- package/es/packages/form-table/src/configs/index.js +1 -74
- package/es/packages/form-table/src/configs/index2.js +67 -0
- package/es/packages/form-table/src/hooks/index.js +5 -5
- package/es/packages/form-table/src/hooks/useBoundDate.js +1 -411
- package/es/packages/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/packages/form-table/src/hooks/useDateType.js +1 -160
- package/es/packages/form-table/src/hooks/useDateType2.js +160 -0
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -95
- package/es/packages/form-table/src/hooks/useFormCommon2.js +100 -0
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -71
- package/es/packages/form-table/src/hooks/useFormEvent2.js +67 -0
- package/es/packages/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/packages/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/packages/form-table/src/hooks/useSearch.js +1 -1216
- package/es/packages/form-table/src/hooks/useSearch2.js +1153 -0
- package/es/packages/form-table/src/hooks/useValidate.js +1 -480
- package/es/packages/form-table/src/hooks/useValidate2.js +480 -0
- package/es/packages/grid/index.js +1 -14
- package/es/packages/grid/index2.js +14 -0
- package/es/packages/grid/src/Grid.js +1 -28
- package/es/packages/grid/src/Grid2.js +28 -0
- package/es/packages/grid/src/hooks.js +1 -165
- package/es/packages/grid/src/hooks2.js +165 -0
- package/es/packages/index.css +16 -16
- package/es/packages/index.js +32 -81
- package/es/packages/index2.js +67 -0
- package/es/packages/info-header/index.d.ts +54 -217
- package/es/packages/info-header/index.js +1 -11
- package/es/packages/info-header/index2.js +11 -0
- package/es/packages/info-header/src/HiddenContent.js +1 -3
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +3 -4
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/info-header/src/HiddenContent2.js +4 -0
- package/es/packages/info-header/src/InfoHeader.js +1 -3
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +54 -217
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +6 -4
- package/es/packages/info-header/src/InfoHeader2.js +4 -0
- package/es/packages/info-header/src/SlotRender.js +1 -35
- package/es/packages/info-header/src/SlotRender2.js +35 -0
- package/es/packages/info-header/style/index.css +8 -8
- package/es/packages/map/index.d.ts +28 -37
- package/es/packages/map/index.js +1 -11
- package/es/packages/map/index2.js +11 -0
- package/es/packages/map/src/Map.js +1 -3
- package/es/packages/map/src/Map.vue.d.ts +28 -37
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/map/src/Map2.js +4 -0
- package/es/packages/scale-view/index.d.ts +61 -75
- package/es/packages/scale-view/index.js +1 -37
- package/es/packages/scale-view/index2.js +37 -0
- package/es/packages/scale-view/src/ScaleView.js +1 -3
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +61 -75
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +34 -33
- package/es/packages/scale-view/src/ScaleView2.js +4 -0
- package/es/packages/scale-view/src/components/AnswerParse.js +1 -3
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/scale-view/src/components/AnswerParse2.js +4 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.js +1 -3
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +3 -11
- package/es/packages/scale-view/src/components/EvaluateCountdown2.js +4 -0
- package/es/packages/scale-view/src/components/EvaluatePage.js +1 -3
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/packages/scale-view/src/components/EvaluatePage2.js +4 -0
- package/es/packages/scale-view/src/components/LoadingCom.js +1 -7
- package/es/packages/scale-view/src/components/LoadingCom2.js +7 -0
- package/es/packages/scale-view/src/components/NoData.js +1 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/scale-view/src/components/NoData2.js +4 -0
- package/es/packages/scale-view/src/components/ScaleScore.js +1 -63
- package/es/packages/scale-view/src/components/ScaleScore2.js +63 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/packages/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/packages/scale-view/src/components/formitem/address.d.ts +3988 -3988
- package/es/packages/scale-view/src/components/formitem/address.js +1 -3993
- package/es/packages/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -225
- package/es/packages/scale-view/src/components/formitem/r-address2.js +225 -0
- package/es/packages/scale-view/src/components/formitem/r-cascader.js +1 -133
- package/es/packages/scale-view/src/components/formitem/r-cascader2.js +133 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -280
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +280 -0
- package/es/packages/scale-view/src/components/formitem/r-collection.js +1 -113
- package/es/packages/scale-view/src/components/formitem/r-collection2.js +113 -0
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -212
- package/es/packages/scale-view/src/components/formitem/r-datetime2.js +212 -0
- package/es/packages/scale-view/src/components/formitem/r-input.js +1 -88
- package/es/packages/scale-view/src/components/formitem/r-input2.js +88 -0
- package/es/packages/scale-view/src/components/formitem/r-map.js +1 -105
- package/es/packages/scale-view/src/components/formitem/r-map2.js +105 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.js +1 -240
- package/es/packages/scale-view/src/components/formitem/r-radio2.js +240 -0
- package/es/packages/scale-view/src/components/formitem/r-select.js +1 -148
- package/es/packages/scale-view/src/components/formitem/r-select2.js +148 -0
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -221
- package/es/packages/scale-view/src/components/formitem/r-upload2.js +221 -0
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +1 -3
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -9
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.js +4 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -312
- package/es/packages/scale-view/src/hooks/scaleview-computed2.js +307 -0
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -442
- package/es/packages/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/packages/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/packages/scale-view/src/hooks/scaleview-state.js +1 -45
- package/es/packages/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -162
- package/es/packages/scale-view/src/hooks/scaleview-submit2.js +159 -0
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -185
- package/es/packages/scale-view/src/hooks/scaleview-validate2.js +190 -0
- package/es/packages/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/packages/scale-view/src/hooks/use-component.js +1 -82
- package/es/packages/scale-view/src/hooks/use-component2.js +82 -0
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/packages/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/packages/scale-view/src/hooks/use-event.js +1 -128
- package/es/packages/scale-view/src/hooks/use-event2.js +128 -0
- package/es/packages/scale-view/src/hooks/use-noData.js +1 -41
- package/es/packages/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/packages/scale-view/src/utils/judge-types.js +1 -40
- package/es/packages/scale-view/src/utils/judge-types2.js +35 -0
- package/es/packages/select-label/index.d.ts +253 -905
- package/es/packages/select-label/index.js +1 -17
- package/es/packages/select-label/index2.js +17 -0
- package/es/packages/select-label/src/LabelFormContent.js +1 -3
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +98 -310
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +6 -7
- package/es/packages/select-label/src/LabelFormContent2.js +4 -0
- package/es/packages/select-label/src/SelectLabel.js +1 -3
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +16 -17
- package/es/packages/select-label/src/SelectLabel2.js +4 -0
- package/es/packages/select-label/src/components/label-classify.js +1 -3
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/select-label/src/components/label-classify2.js +4 -0
- package/es/packages/select-person/index.d.ts +31 -41
- package/es/packages/select-person/index.js +1 -11
- package/es/packages/select-person/index2.js +11 -0
- package/es/packages/select-person/src/SearchTree.js +1 -3
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/select-person/src/SearchTree2.js +4 -0
- package/es/packages/select-person/src/SelectPerson.js +1 -3
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +35 -47
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +26 -26
- package/es/packages/select-person/src/SelectPerson2.js +4 -0
- package/es/packages/select-person/src/utils/index.js +1 -84
- package/es/packages/select-person/src/utils/index2.js +84 -0
- package/es/packages/time-line/index.d.ts +30 -55
- package/es/packages/time-line/index.js +1 -11
- package/es/packages/time-line/index2.js +11 -0
- package/es/packages/time-line/src/TimeLine.js +1 -3
- package/es/packages/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/packages/time-line/src/TimeLine2.js +4 -0
- package/es/packages/time-line/style/index.css +2 -2
- package/es/src/components/SelectPage/SelectPage.js +1 -3
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/SelectPage/SelectPage2.js +4 -0
- package/es/src/components/SelectPage/index.js +1 -2
- package/es/src/components/SelectPage/index2.js +3 -0
- package/es/src/components/SvgIcon/SvgIcon.js +1 -3
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/SvgIcon/SvgIcon2.js +4 -0
- package/es/src/components/SvgIcon/index.js +1 -2
- package/es/src/components/SvgIcon/index2.js +3 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.js +1 -3
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip2.js +4 -0
- package/es/src/components/TextOverTooltip/index.js +1 -2
- package/es/src/components/TextOverTooltip/index2.js +3 -0
- package/es/src/components/player-vod/index.js +1 -3
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +0 -1
- package/es/src/components/player-vod/index2.js +4 -0
- package/es/src/components/player-vod/player.js +1 -121
- package/es/src/components/player-vod/player2.js +121 -0
- package/es/src/components/player-vod/video-list.js +1 -125
- package/es/src/components/player-vod/video-list2.js +125 -0
- package/es/src/components/player-vod/video-modal.js +1 -91
- package/es/src/components/player-vod/video-modal2.js +91 -0
- package/es/src/core/create.js +1 -8
- package/es/src/core/create2.js +8 -0
- package/es/src/global/variable.js +1 -4
- package/es/src/global/variable2.js +4 -0
- package/es/src/utils/anime.js +1 -129
- package/es/src/utils/anime2.js +129 -0
- package/es/src/utils/clickoutside.js +1 -48
- package/es/src/utils/clickoutside2.js +48 -0
- package/es/src/utils/crypto.js +1 -25
- package/es/src/utils/crypto2.js +25 -0
- package/es/src/utils/index.js +1 -15
- package/es/src/utils/index2.js +15 -0
- package/es/src/utils/loadViewer.js +1 -11
- package/es/src/utils/loadViewer2.js +11 -0
- package/es/src/utils/loadVxe.js +1 -12
- package/es/src/utils/loadVxe2.js +12 -0
- package/es/src/utils/utilExpand.js +1 -714
- package/es/src/utils/utilExpand2.js +714 -0
- package/es/src/utils/vexutils.js +1 -78
- package/es/src/utils/vexutils2.js +80 -0
- package/package.json +153 -131
- package/es/packages/form-table/index.d.ts +0 -36024
- package/es/packages/form-table/src/FormTable.vue.d.ts +0 -36024
- package/es/packages/form-table/src/components/index.d.ts +0 -35783
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1897
|
@@ -174,16 +174,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
174
174
|
};
|
|
175
175
|
checked: BooleanConstructor;
|
|
176
176
|
checkable: BooleanConstructor;
|
|
177
|
-
strong: BooleanConstructor;
|
|
178
177
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
179
178
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
180
179
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
181
180
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
182
181
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
183
|
-
internalCloseFocusable: {
|
|
184
|
-
type: BooleanConstructor;
|
|
185
|
-
default: boolean;
|
|
186
|
-
};
|
|
187
182
|
internalStopClickPropagation: BooleanConstructor;
|
|
188
183
|
onCheckedChange: {
|
|
189
184
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -206,7 +201,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
206
201
|
readonly default: undefined;
|
|
207
202
|
};
|
|
208
203
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
209
|
-
closeBorderRadius: string;
|
|
210
204
|
heightTiny: string;
|
|
211
205
|
heightSmall: string;
|
|
212
206
|
heightMedium: string;
|
|
@@ -217,7 +211,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
217
211
|
fontSizeSmall: string;
|
|
218
212
|
fontSizeMedium: string;
|
|
219
213
|
fontSizeLarge: string;
|
|
220
|
-
fontWeightStrong: string;
|
|
221
214
|
textColorCheckable: string;
|
|
222
215
|
textColorHoverCheckable: string;
|
|
223
216
|
textColorPressedCheckable: string;
|
|
@@ -231,61 +224,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
231
224
|
border: string;
|
|
232
225
|
textColor: string;
|
|
233
226
|
color: string;
|
|
234
|
-
|
|
235
|
-
closeIconColor: string;
|
|
236
|
-
closeIconColorHover: string;
|
|
237
|
-
closeIconColorPressed: string;
|
|
227
|
+
closeColor: string;
|
|
238
228
|
closeColorHover: string;
|
|
239
229
|
closeColorPressed: string;
|
|
240
230
|
borderPrimary: string;
|
|
241
231
|
textColorPrimary: string;
|
|
242
232
|
colorPrimary: string;
|
|
243
|
-
|
|
244
|
-
closeIconColorPrimary: string;
|
|
245
|
-
closeIconColorHoverPrimary: string;
|
|
246
|
-
closeIconColorPressedPrimary: string;
|
|
233
|
+
closeColorPrimary: string;
|
|
247
234
|
closeColorHoverPrimary: string;
|
|
248
235
|
closeColorPressedPrimary: string;
|
|
249
236
|
borderInfo: string;
|
|
250
237
|
textColorInfo: string;
|
|
251
238
|
colorInfo: string;
|
|
252
|
-
|
|
253
|
-
closeIconColorInfo: string;
|
|
254
|
-
closeIconColorHoverInfo: string;
|
|
255
|
-
closeIconColorPressedInfo: string;
|
|
239
|
+
closeColorInfo: string;
|
|
256
240
|
closeColorHoverInfo: string;
|
|
257
241
|
closeColorPressedInfo: string;
|
|
258
242
|
borderSuccess: string;
|
|
259
243
|
textColorSuccess: string;
|
|
260
244
|
colorSuccess: string;
|
|
261
|
-
|
|
262
|
-
closeIconColorSuccess: string;
|
|
263
|
-
closeIconColorHoverSuccess: string;
|
|
264
|
-
closeIconColorPressedSuccess: string;
|
|
245
|
+
closeColorSuccess: string;
|
|
265
246
|
closeColorHoverSuccess: string;
|
|
266
247
|
closeColorPressedSuccess: string;
|
|
267
248
|
borderWarning: string;
|
|
268
249
|
textColorWarning: string;
|
|
269
250
|
colorWarning: string;
|
|
270
|
-
|
|
271
|
-
closeIconColorWarning: string;
|
|
272
|
-
closeIconColorHoverWarning: string;
|
|
273
|
-
closeIconColorPressedWarning: string;
|
|
251
|
+
closeColorWarning: string;
|
|
274
252
|
closeColorHoverWarning: string;
|
|
275
253
|
closeColorPressedWarning: string;
|
|
276
254
|
borderError: string;
|
|
277
255
|
textColorError: string;
|
|
278
256
|
colorError: string;
|
|
279
|
-
|
|
280
|
-
closeIconColorError: string;
|
|
281
|
-
closeIconColorHoverError: string;
|
|
282
|
-
closeIconColorPressedError: string;
|
|
257
|
+
closeColorError: string;
|
|
283
258
|
closeColorHoverError: string;
|
|
284
259
|
closeColorPressedError: string;
|
|
285
|
-
closeIconSizeTiny: string;
|
|
286
|
-
closeIconSizeSmall: string;
|
|
287
|
-
closeIconSizeMedium: string;
|
|
288
|
-
closeIconSizeLarge: string;
|
|
289
260
|
closeSizeTiny: string;
|
|
290
261
|
closeSizeSmall: string;
|
|
291
262
|
closeSizeMedium: string;
|
|
@@ -295,7 +266,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
295
266
|
closeMarginRtl: string;
|
|
296
267
|
}, any>>;
|
|
297
268
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
298
|
-
closeBorderRadius: string;
|
|
299
269
|
heightTiny: string;
|
|
300
270
|
heightSmall: string;
|
|
301
271
|
heightMedium: string;
|
|
@@ -306,7 +276,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
306
276
|
fontSizeSmall: string;
|
|
307
277
|
fontSizeMedium: string;
|
|
308
278
|
fontSizeLarge: string;
|
|
309
|
-
fontWeightStrong: string;
|
|
310
279
|
textColorCheckable: string;
|
|
311
280
|
textColorHoverCheckable: string;
|
|
312
281
|
textColorPressedCheckable: string;
|
|
@@ -320,61 +289,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
320
289
|
border: string;
|
|
321
290
|
textColor: string;
|
|
322
291
|
color: string;
|
|
323
|
-
|
|
324
|
-
closeIconColor: string;
|
|
325
|
-
closeIconColorHover: string;
|
|
326
|
-
closeIconColorPressed: string;
|
|
292
|
+
closeColor: string;
|
|
327
293
|
closeColorHover: string;
|
|
328
294
|
closeColorPressed: string;
|
|
329
295
|
borderPrimary: string;
|
|
330
296
|
textColorPrimary: string;
|
|
331
297
|
colorPrimary: string;
|
|
332
|
-
|
|
333
|
-
closeIconColorPrimary: string;
|
|
334
|
-
closeIconColorHoverPrimary: string;
|
|
335
|
-
closeIconColorPressedPrimary: string;
|
|
298
|
+
closeColorPrimary: string;
|
|
336
299
|
closeColorHoverPrimary: string;
|
|
337
300
|
closeColorPressedPrimary: string;
|
|
338
301
|
borderInfo: string;
|
|
339
302
|
textColorInfo: string;
|
|
340
303
|
colorInfo: string;
|
|
341
|
-
|
|
342
|
-
closeIconColorInfo: string;
|
|
343
|
-
closeIconColorHoverInfo: string;
|
|
344
|
-
closeIconColorPressedInfo: string;
|
|
304
|
+
closeColorInfo: string;
|
|
345
305
|
closeColorHoverInfo: string;
|
|
346
306
|
closeColorPressedInfo: string;
|
|
347
307
|
borderSuccess: string;
|
|
348
308
|
textColorSuccess: string;
|
|
349
309
|
colorSuccess: string;
|
|
350
|
-
|
|
351
|
-
closeIconColorSuccess: string;
|
|
352
|
-
closeIconColorHoverSuccess: string;
|
|
353
|
-
closeIconColorPressedSuccess: string;
|
|
310
|
+
closeColorSuccess: string;
|
|
354
311
|
closeColorHoverSuccess: string;
|
|
355
312
|
closeColorPressedSuccess: string;
|
|
356
313
|
borderWarning: string;
|
|
357
314
|
textColorWarning: string;
|
|
358
315
|
colorWarning: string;
|
|
359
|
-
|
|
360
|
-
closeIconColorWarning: string;
|
|
361
|
-
closeIconColorHoverWarning: string;
|
|
362
|
-
closeIconColorPressedWarning: string;
|
|
316
|
+
closeColorWarning: string;
|
|
363
317
|
closeColorHoverWarning: string;
|
|
364
318
|
closeColorPressedWarning: string;
|
|
365
319
|
borderError: string;
|
|
366
320
|
textColorError: string;
|
|
367
321
|
colorError: string;
|
|
368
|
-
|
|
369
|
-
closeIconColorError: string;
|
|
370
|
-
closeIconColorHoverError: string;
|
|
371
|
-
closeIconColorPressedError: string;
|
|
322
|
+
closeColorError: string;
|
|
372
323
|
closeColorHoverError: string;
|
|
373
324
|
closeColorPressedError: string;
|
|
374
|
-
closeIconSizeTiny: string;
|
|
375
|
-
closeIconSizeSmall: string;
|
|
376
|
-
closeIconSizeMedium: string;
|
|
377
|
-
closeIconSizeLarge: string;
|
|
378
325
|
closeSizeTiny: string;
|
|
379
326
|
closeSizeSmall: string;
|
|
380
327
|
closeSizeMedium: string;
|
|
@@ -384,7 +331,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
384
331
|
closeMarginRtl: string;
|
|
385
332
|
}, any>>>;
|
|
386
333
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
387
|
-
closeBorderRadius: string;
|
|
388
334
|
heightTiny: string;
|
|
389
335
|
heightSmall: string;
|
|
390
336
|
heightMedium: string;
|
|
@@ -395,7 +341,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
395
341
|
fontSizeSmall: string;
|
|
396
342
|
fontSizeMedium: string;
|
|
397
343
|
fontSizeLarge: string;
|
|
398
|
-
fontWeightStrong: string;
|
|
399
344
|
textColorCheckable: string;
|
|
400
345
|
textColorHoverCheckable: string;
|
|
401
346
|
textColorPressedCheckable: string;
|
|
@@ -409,61 +354,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
409
354
|
border: string;
|
|
410
355
|
textColor: string;
|
|
411
356
|
color: string;
|
|
412
|
-
|
|
413
|
-
closeIconColor: string;
|
|
414
|
-
closeIconColorHover: string;
|
|
415
|
-
closeIconColorPressed: string;
|
|
357
|
+
closeColor: string;
|
|
416
358
|
closeColorHover: string;
|
|
417
359
|
closeColorPressed: string;
|
|
418
360
|
borderPrimary: string;
|
|
419
361
|
textColorPrimary: string;
|
|
420
362
|
colorPrimary: string;
|
|
421
|
-
|
|
422
|
-
closeIconColorPrimary: string;
|
|
423
|
-
closeIconColorHoverPrimary: string;
|
|
424
|
-
closeIconColorPressedPrimary: string;
|
|
363
|
+
closeColorPrimary: string;
|
|
425
364
|
closeColorHoverPrimary: string;
|
|
426
365
|
closeColorPressedPrimary: string;
|
|
427
366
|
borderInfo: string;
|
|
428
367
|
textColorInfo: string;
|
|
429
368
|
colorInfo: string;
|
|
430
|
-
|
|
431
|
-
closeIconColorInfo: string;
|
|
432
|
-
closeIconColorHoverInfo: string;
|
|
433
|
-
closeIconColorPressedInfo: string;
|
|
369
|
+
closeColorInfo: string;
|
|
434
370
|
closeColorHoverInfo: string;
|
|
435
371
|
closeColorPressedInfo: string;
|
|
436
372
|
borderSuccess: string;
|
|
437
373
|
textColorSuccess: string;
|
|
438
374
|
colorSuccess: string;
|
|
439
|
-
|
|
440
|
-
closeIconColorSuccess: string;
|
|
441
|
-
closeIconColorHoverSuccess: string;
|
|
442
|
-
closeIconColorPressedSuccess: string;
|
|
375
|
+
closeColorSuccess: string;
|
|
443
376
|
closeColorHoverSuccess: string;
|
|
444
377
|
closeColorPressedSuccess: string;
|
|
445
378
|
borderWarning: string;
|
|
446
379
|
textColorWarning: string;
|
|
447
380
|
colorWarning: string;
|
|
448
|
-
|
|
449
|
-
closeIconColorWarning: string;
|
|
450
|
-
closeIconColorHoverWarning: string;
|
|
451
|
-
closeIconColorPressedWarning: string;
|
|
381
|
+
closeColorWarning: string;
|
|
452
382
|
closeColorHoverWarning: string;
|
|
453
383
|
closeColorPressedWarning: string;
|
|
454
384
|
borderError: string;
|
|
455
385
|
textColorError: string;
|
|
456
386
|
colorError: string;
|
|
457
|
-
|
|
458
|
-
closeIconColorError: string;
|
|
459
|
-
closeIconColorHoverError: string;
|
|
460
|
-
closeIconColorPressedError: string;
|
|
387
|
+
closeColorError: string;
|
|
461
388
|
closeColorHoverError: string;
|
|
462
389
|
closeColorPressedError: string;
|
|
463
|
-
closeIconSizeTiny: string;
|
|
464
|
-
closeIconSizeSmall: string;
|
|
465
|
-
closeIconSizeMedium: string;
|
|
466
|
-
closeIconSizeLarge: string;
|
|
467
390
|
closeSizeTiny: string;
|
|
468
391
|
closeSizeSmall: string;
|
|
469
392
|
closeSizeMedium: string;
|
|
@@ -480,19 +403,14 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
480
403
|
handleClick: (e: MouseEvent) => void;
|
|
481
404
|
handleCloseClick: (e: MouseEvent) => void;
|
|
482
405
|
cssVars: import("vue").ComputedRef<{
|
|
483
|
-
'--n-font-weight-strong': string;
|
|
484
406
|
'--n-avatar-size-override': string;
|
|
485
407
|
'--n-bezier': string;
|
|
486
408
|
'--n-border-radius': string;
|
|
487
409
|
'--n-border': string;
|
|
488
|
-
'--n-close-
|
|
489
|
-
'--n-close-color-pressed': string;
|
|
410
|
+
'--n-close-color': string;
|
|
490
411
|
'--n-close-color-hover': string;
|
|
491
|
-
'--n-close-
|
|
492
|
-
'--n-close-
|
|
493
|
-
'--n-close-icon-color-hover': string;
|
|
494
|
-
'--n-close-icon-color-pressed': string;
|
|
495
|
-
'--n-close-icon-color-disabled': string;
|
|
412
|
+
'--n-close-color-pressed': string;
|
|
413
|
+
'--n-close-color-disabled': string;
|
|
496
414
|
'--n-close-margin': string;
|
|
497
415
|
'--n-close-margin-rtl': string;
|
|
498
416
|
'--n-close-size': string;
|
|
@@ -523,16 +441,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
523
441
|
};
|
|
524
442
|
checked: BooleanConstructor;
|
|
525
443
|
checkable: BooleanConstructor;
|
|
526
|
-
strong: BooleanConstructor;
|
|
527
444
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
528
445
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
529
446
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
530
447
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
531
448
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
532
|
-
internalCloseFocusable: {
|
|
533
|
-
type: BooleanConstructor;
|
|
534
|
-
default: boolean;
|
|
535
|
-
};
|
|
536
449
|
internalStopClickPropagation: BooleanConstructor;
|
|
537
450
|
onCheckedChange: {
|
|
538
451
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -555,7 +468,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
555
468
|
readonly default: undefined;
|
|
556
469
|
};
|
|
557
470
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
558
|
-
closeBorderRadius: string;
|
|
559
471
|
heightTiny: string;
|
|
560
472
|
heightSmall: string;
|
|
561
473
|
heightMedium: string;
|
|
@@ -566,7 +478,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
566
478
|
fontSizeSmall: string;
|
|
567
479
|
fontSizeMedium: string;
|
|
568
480
|
fontSizeLarge: string;
|
|
569
|
-
fontWeightStrong: string;
|
|
570
481
|
textColorCheckable: string;
|
|
571
482
|
textColorHoverCheckable: string;
|
|
572
483
|
textColorPressedCheckable: string;
|
|
@@ -580,61 +491,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
580
491
|
border: string;
|
|
581
492
|
textColor: string;
|
|
582
493
|
color: string;
|
|
583
|
-
|
|
584
|
-
closeIconColor: string;
|
|
585
|
-
closeIconColorHover: string;
|
|
586
|
-
closeIconColorPressed: string;
|
|
494
|
+
closeColor: string;
|
|
587
495
|
closeColorHover: string;
|
|
588
496
|
closeColorPressed: string;
|
|
589
497
|
borderPrimary: string;
|
|
590
498
|
textColorPrimary: string;
|
|
591
499
|
colorPrimary: string;
|
|
592
|
-
|
|
593
|
-
closeIconColorPrimary: string;
|
|
594
|
-
closeIconColorHoverPrimary: string;
|
|
595
|
-
closeIconColorPressedPrimary: string;
|
|
500
|
+
closeColorPrimary: string;
|
|
596
501
|
closeColorHoverPrimary: string;
|
|
597
502
|
closeColorPressedPrimary: string;
|
|
598
503
|
borderInfo: string;
|
|
599
504
|
textColorInfo: string;
|
|
600
505
|
colorInfo: string;
|
|
601
|
-
|
|
602
|
-
closeIconColorInfo: string;
|
|
603
|
-
closeIconColorHoverInfo: string;
|
|
604
|
-
closeIconColorPressedInfo: string;
|
|
506
|
+
closeColorInfo: string;
|
|
605
507
|
closeColorHoverInfo: string;
|
|
606
508
|
closeColorPressedInfo: string;
|
|
607
509
|
borderSuccess: string;
|
|
608
510
|
textColorSuccess: string;
|
|
609
511
|
colorSuccess: string;
|
|
610
|
-
|
|
611
|
-
closeIconColorSuccess: string;
|
|
612
|
-
closeIconColorHoverSuccess: string;
|
|
613
|
-
closeIconColorPressedSuccess: string;
|
|
512
|
+
closeColorSuccess: string;
|
|
614
513
|
closeColorHoverSuccess: string;
|
|
615
514
|
closeColorPressedSuccess: string;
|
|
616
515
|
borderWarning: string;
|
|
617
516
|
textColorWarning: string;
|
|
618
517
|
colorWarning: string;
|
|
619
|
-
|
|
620
|
-
closeIconColorWarning: string;
|
|
621
|
-
closeIconColorHoverWarning: string;
|
|
622
|
-
closeIconColorPressedWarning: string;
|
|
518
|
+
closeColorWarning: string;
|
|
623
519
|
closeColorHoverWarning: string;
|
|
624
520
|
closeColorPressedWarning: string;
|
|
625
521
|
borderError: string;
|
|
626
522
|
textColorError: string;
|
|
627
523
|
colorError: string;
|
|
628
|
-
|
|
629
|
-
closeIconColorError: string;
|
|
630
|
-
closeIconColorHoverError: string;
|
|
631
|
-
closeIconColorPressedError: string;
|
|
524
|
+
closeColorError: string;
|
|
632
525
|
closeColorHoverError: string;
|
|
633
526
|
closeColorPressedError: string;
|
|
634
|
-
closeIconSizeTiny: string;
|
|
635
|
-
closeIconSizeSmall: string;
|
|
636
|
-
closeIconSizeMedium: string;
|
|
637
|
-
closeIconSizeLarge: string;
|
|
638
527
|
closeSizeTiny: string;
|
|
639
528
|
closeSizeSmall: string;
|
|
640
529
|
closeSizeMedium: string;
|
|
@@ -644,7 +533,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
644
533
|
closeMarginRtl: string;
|
|
645
534
|
}, any>>;
|
|
646
535
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
647
|
-
closeBorderRadius: string;
|
|
648
536
|
heightTiny: string;
|
|
649
537
|
heightSmall: string;
|
|
650
538
|
heightMedium: string;
|
|
@@ -655,7 +543,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
655
543
|
fontSizeSmall: string;
|
|
656
544
|
fontSizeMedium: string;
|
|
657
545
|
fontSizeLarge: string;
|
|
658
|
-
fontWeightStrong: string;
|
|
659
546
|
textColorCheckable: string;
|
|
660
547
|
textColorHoverCheckable: string;
|
|
661
548
|
textColorPressedCheckable: string;
|
|
@@ -669,61 +556,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
669
556
|
border: string;
|
|
670
557
|
textColor: string;
|
|
671
558
|
color: string;
|
|
672
|
-
|
|
673
|
-
closeIconColor: string;
|
|
674
|
-
closeIconColorHover: string;
|
|
675
|
-
closeIconColorPressed: string;
|
|
559
|
+
closeColor: string;
|
|
676
560
|
closeColorHover: string;
|
|
677
561
|
closeColorPressed: string;
|
|
678
562
|
borderPrimary: string;
|
|
679
563
|
textColorPrimary: string;
|
|
680
564
|
colorPrimary: string;
|
|
681
|
-
|
|
682
|
-
closeIconColorPrimary: string;
|
|
683
|
-
closeIconColorHoverPrimary: string;
|
|
684
|
-
closeIconColorPressedPrimary: string;
|
|
565
|
+
closeColorPrimary: string;
|
|
685
566
|
closeColorHoverPrimary: string;
|
|
686
567
|
closeColorPressedPrimary: string;
|
|
687
568
|
borderInfo: string;
|
|
688
569
|
textColorInfo: string;
|
|
689
570
|
colorInfo: string;
|
|
690
|
-
|
|
691
|
-
closeIconColorInfo: string;
|
|
692
|
-
closeIconColorHoverInfo: string;
|
|
693
|
-
closeIconColorPressedInfo: string;
|
|
571
|
+
closeColorInfo: string;
|
|
694
572
|
closeColorHoverInfo: string;
|
|
695
573
|
closeColorPressedInfo: string;
|
|
696
574
|
borderSuccess: string;
|
|
697
575
|
textColorSuccess: string;
|
|
698
576
|
colorSuccess: string;
|
|
699
|
-
|
|
700
|
-
closeIconColorSuccess: string;
|
|
701
|
-
closeIconColorHoverSuccess: string;
|
|
702
|
-
closeIconColorPressedSuccess: string;
|
|
577
|
+
closeColorSuccess: string;
|
|
703
578
|
closeColorHoverSuccess: string;
|
|
704
579
|
closeColorPressedSuccess: string;
|
|
705
580
|
borderWarning: string;
|
|
706
581
|
textColorWarning: string;
|
|
707
582
|
colorWarning: string;
|
|
708
|
-
|
|
709
|
-
closeIconColorWarning: string;
|
|
710
|
-
closeIconColorHoverWarning: string;
|
|
711
|
-
closeIconColorPressedWarning: string;
|
|
583
|
+
closeColorWarning: string;
|
|
712
584
|
closeColorHoverWarning: string;
|
|
713
585
|
closeColorPressedWarning: string;
|
|
714
586
|
borderError: string;
|
|
715
587
|
textColorError: string;
|
|
716
588
|
colorError: string;
|
|
717
|
-
|
|
718
|
-
closeIconColorError: string;
|
|
719
|
-
closeIconColorHoverError: string;
|
|
720
|
-
closeIconColorPressedError: string;
|
|
589
|
+
closeColorError: string;
|
|
721
590
|
closeColorHoverError: string;
|
|
722
591
|
closeColorPressedError: string;
|
|
723
|
-
closeIconSizeTiny: string;
|
|
724
|
-
closeIconSizeSmall: string;
|
|
725
|
-
closeIconSizeMedium: string;
|
|
726
|
-
closeIconSizeLarge: string;
|
|
727
592
|
closeSizeTiny: string;
|
|
728
593
|
closeSizeSmall: string;
|
|
729
594
|
closeSizeMedium: string;
|
|
@@ -733,7 +598,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
733
598
|
closeMarginRtl: string;
|
|
734
599
|
}, any>>>;
|
|
735
600
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
736
|
-
closeBorderRadius: string;
|
|
737
601
|
heightTiny: string;
|
|
738
602
|
heightSmall: string;
|
|
739
603
|
heightMedium: string;
|
|
@@ -744,7 +608,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
744
608
|
fontSizeSmall: string;
|
|
745
609
|
fontSizeMedium: string;
|
|
746
610
|
fontSizeLarge: string;
|
|
747
|
-
fontWeightStrong: string;
|
|
748
611
|
textColorCheckable: string;
|
|
749
612
|
textColorHoverCheckable: string;
|
|
750
613
|
textColorPressedCheckable: string;
|
|
@@ -758,61 +621,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
758
621
|
border: string;
|
|
759
622
|
textColor: string;
|
|
760
623
|
color: string;
|
|
761
|
-
|
|
762
|
-
closeIconColor: string;
|
|
763
|
-
closeIconColorHover: string;
|
|
764
|
-
closeIconColorPressed: string;
|
|
624
|
+
closeColor: string;
|
|
765
625
|
closeColorHover: string;
|
|
766
626
|
closeColorPressed: string;
|
|
767
627
|
borderPrimary: string;
|
|
768
628
|
textColorPrimary: string;
|
|
769
629
|
colorPrimary: string;
|
|
770
|
-
|
|
771
|
-
closeIconColorPrimary: string;
|
|
772
|
-
closeIconColorHoverPrimary: string;
|
|
773
|
-
closeIconColorPressedPrimary: string;
|
|
630
|
+
closeColorPrimary: string;
|
|
774
631
|
closeColorHoverPrimary: string;
|
|
775
632
|
closeColorPressedPrimary: string;
|
|
776
633
|
borderInfo: string;
|
|
777
634
|
textColorInfo: string;
|
|
778
635
|
colorInfo: string;
|
|
779
|
-
|
|
780
|
-
closeIconColorInfo: string;
|
|
781
|
-
closeIconColorHoverInfo: string;
|
|
782
|
-
closeIconColorPressedInfo: string;
|
|
636
|
+
closeColorInfo: string;
|
|
783
637
|
closeColorHoverInfo: string;
|
|
784
638
|
closeColorPressedInfo: string;
|
|
785
639
|
borderSuccess: string;
|
|
786
640
|
textColorSuccess: string;
|
|
787
641
|
colorSuccess: string;
|
|
788
|
-
|
|
789
|
-
closeIconColorSuccess: string;
|
|
790
|
-
closeIconColorHoverSuccess: string;
|
|
791
|
-
closeIconColorPressedSuccess: string;
|
|
642
|
+
closeColorSuccess: string;
|
|
792
643
|
closeColorHoverSuccess: string;
|
|
793
644
|
closeColorPressedSuccess: string;
|
|
794
645
|
borderWarning: string;
|
|
795
646
|
textColorWarning: string;
|
|
796
647
|
colorWarning: string;
|
|
797
|
-
|
|
798
|
-
closeIconColorWarning: string;
|
|
799
|
-
closeIconColorHoverWarning: string;
|
|
800
|
-
closeIconColorPressedWarning: string;
|
|
648
|
+
closeColorWarning: string;
|
|
801
649
|
closeColorHoverWarning: string;
|
|
802
650
|
closeColorPressedWarning: string;
|
|
803
651
|
borderError: string;
|
|
804
652
|
textColorError: string;
|
|
805
653
|
colorError: string;
|
|
806
|
-
|
|
807
|
-
closeIconColorError: string;
|
|
808
|
-
closeIconColorHoverError: string;
|
|
809
|
-
closeIconColorPressedError: string;
|
|
654
|
+
closeColorError: string;
|
|
810
655
|
closeColorHoverError: string;
|
|
811
656
|
closeColorPressedError: string;
|
|
812
|
-
closeIconSizeTiny: string;
|
|
813
|
-
closeIconSizeSmall: string;
|
|
814
|
-
closeIconSizeMedium: string;
|
|
815
|
-
closeIconSizeLarge: string;
|
|
816
657
|
closeSizeTiny: string;
|
|
817
658
|
closeSizeSmall: string;
|
|
818
659
|
closeSizeMedium: string;
|
|
@@ -827,13 +668,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
827
668
|
size: "small" | "medium" | "tiny" | "large";
|
|
828
669
|
disabled: boolean | undefined;
|
|
829
670
|
checked: boolean;
|
|
830
|
-
strong: boolean;
|
|
831
671
|
bordered: boolean | undefined;
|
|
832
|
-
closable: boolean;
|
|
833
672
|
checkable: boolean;
|
|
834
|
-
internalCloseFocusable: boolean;
|
|
835
673
|
internalStopClickPropagation: boolean;
|
|
836
674
|
onCheckedChange: (checked: boolean) => void;
|
|
675
|
+
closable: boolean;
|
|
837
676
|
}>;
|
|
838
677
|
NIcon: import("vue").DefineComponent<{
|
|
839
678
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -1017,12 +856,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1017
856
|
titleTextColor: string;
|
|
1018
857
|
textColor: string;
|
|
1019
858
|
color: string;
|
|
859
|
+
closeColor: string;
|
|
1020
860
|
closeColorHover: string;
|
|
1021
861
|
closeColorPressed: string;
|
|
1022
|
-
closeIconColor: string;
|
|
1023
|
-
closeIconColorHover: string;
|
|
1024
|
-
closeIconColorPressed: string;
|
|
1025
|
-
closeBorderRadius: string;
|
|
1026
862
|
iconColor: string;
|
|
1027
863
|
iconColorInfo: string;
|
|
1028
864
|
iconColorSuccess: string;
|
|
@@ -1038,7 +874,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1038
874
|
iconMargin: string;
|
|
1039
875
|
iconMarginIconTop: string;
|
|
1040
876
|
closeSize: string;
|
|
1041
|
-
closeIconSize: string;
|
|
1042
877
|
closeMargin: string;
|
|
1043
878
|
closeMarginIconTop: string;
|
|
1044
879
|
}, {
|
|
@@ -1259,12 +1094,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1259
1094
|
borderColor: string;
|
|
1260
1095
|
actionColor: string;
|
|
1261
1096
|
titleFontWeight: string;
|
|
1097
|
+
closeColor: string;
|
|
1262
1098
|
closeColorHover: string;
|
|
1263
1099
|
closeColorPressed: string;
|
|
1264
|
-
closeBorderRadius: string;
|
|
1265
|
-
closeIconColor: string;
|
|
1266
|
-
closeIconColorHover: string;
|
|
1267
|
-
closeIconColorPressed: string;
|
|
1268
1100
|
fontSizeSmall: string;
|
|
1269
1101
|
fontSizeMedium: string;
|
|
1270
1102
|
fontSizeLarge: string;
|
|
@@ -1279,7 +1111,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1279
1111
|
titleFontSizeMedium: string;
|
|
1280
1112
|
titleFontSizeLarge: string;
|
|
1281
1113
|
titleFontSizeHuge: string;
|
|
1282
|
-
closeIconSize: string;
|
|
1283
1114
|
closeSize: string;
|
|
1284
1115
|
}, any>;
|
|
1285
1116
|
}>>;
|
|
@@ -1299,12 +1130,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1299
1130
|
titleTextColor: string;
|
|
1300
1131
|
textColor: string;
|
|
1301
1132
|
color: string;
|
|
1133
|
+
closeColor: string;
|
|
1302
1134
|
closeColorHover: string;
|
|
1303
1135
|
closeColorPressed: string;
|
|
1304
|
-
closeIconColor: string;
|
|
1305
|
-
closeIconColorHover: string;
|
|
1306
|
-
closeIconColorPressed: string;
|
|
1307
|
-
closeBorderRadius: string;
|
|
1308
1136
|
iconColor: string;
|
|
1309
1137
|
iconColorInfo: string;
|
|
1310
1138
|
iconColorSuccess: string;
|
|
@@ -1320,7 +1148,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1320
1148
|
iconMargin: string;
|
|
1321
1149
|
iconMarginIconTop: string;
|
|
1322
1150
|
closeSize: string;
|
|
1323
|
-
closeIconSize: string;
|
|
1324
1151
|
closeMargin: string;
|
|
1325
1152
|
closeMarginIconTop: string;
|
|
1326
1153
|
}, {
|
|
@@ -1541,12 +1368,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1541
1368
|
borderColor: string;
|
|
1542
1369
|
actionColor: string;
|
|
1543
1370
|
titleFontWeight: string;
|
|
1371
|
+
closeColor: string;
|
|
1544
1372
|
closeColorHover: string;
|
|
1545
1373
|
closeColorPressed: string;
|
|
1546
|
-
closeBorderRadius: string;
|
|
1547
|
-
closeIconColor: string;
|
|
1548
|
-
closeIconColorHover: string;
|
|
1549
|
-
closeIconColorPressed: string;
|
|
1550
1374
|
fontSizeSmall: string;
|
|
1551
1375
|
fontSizeMedium: string;
|
|
1552
1376
|
fontSizeLarge: string;
|
|
@@ -1561,7 +1385,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1561
1385
|
titleFontSizeMedium: string;
|
|
1562
1386
|
titleFontSizeLarge: string;
|
|
1563
1387
|
titleFontSizeHuge: string;
|
|
1564
|
-
closeIconSize: string;
|
|
1565
1388
|
closeSize: string;
|
|
1566
1389
|
}, any>;
|
|
1567
1390
|
}>>>;
|
|
@@ -1581,12 +1404,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1581
1404
|
titleTextColor: string;
|
|
1582
1405
|
textColor: string;
|
|
1583
1406
|
color: string;
|
|
1407
|
+
closeColor: string;
|
|
1584
1408
|
closeColorHover: string;
|
|
1585
1409
|
closeColorPressed: string;
|
|
1586
|
-
closeIconColor: string;
|
|
1587
|
-
closeIconColorHover: string;
|
|
1588
|
-
closeIconColorPressed: string;
|
|
1589
|
-
closeBorderRadius: string;
|
|
1590
1410
|
iconColor: string;
|
|
1591
1411
|
iconColorInfo: string;
|
|
1592
1412
|
iconColorSuccess: string;
|
|
@@ -1602,7 +1422,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1602
1422
|
iconMargin: string;
|
|
1603
1423
|
iconMarginIconTop: string;
|
|
1604
1424
|
closeSize: string;
|
|
1605
|
-
closeIconSize: string;
|
|
1606
1425
|
closeMargin: string;
|
|
1607
1426
|
closeMarginIconTop: string;
|
|
1608
1427
|
}, {
|
|
@@ -1823,12 +1642,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1823
1642
|
borderColor: string;
|
|
1824
1643
|
actionColor: string;
|
|
1825
1644
|
titleFontWeight: string;
|
|
1645
|
+
closeColor: string;
|
|
1826
1646
|
closeColorHover: string;
|
|
1827
1647
|
closeColorPressed: string;
|
|
1828
|
-
closeBorderRadius: string;
|
|
1829
|
-
closeIconColor: string;
|
|
1830
|
-
closeIconColorHover: string;
|
|
1831
|
-
closeIconColorPressed: string;
|
|
1832
1648
|
fontSizeSmall: string;
|
|
1833
1649
|
fontSizeMedium: string;
|
|
1834
1650
|
fontSizeLarge: string;
|
|
@@ -1843,7 +1659,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1843
1659
|
titleFontSizeMedium: string;
|
|
1844
1660
|
titleFontSizeLarge: string;
|
|
1845
1661
|
titleFontSizeHuge: string;
|
|
1846
|
-
closeIconSize: string;
|
|
1847
1662
|
closeSize: string;
|
|
1848
1663
|
}, any>;
|
|
1849
1664
|
}>>>;
|
|
@@ -1979,12 +1794,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1979
1794
|
titleTextColor: string;
|
|
1980
1795
|
textColor: string;
|
|
1981
1796
|
color: string;
|
|
1797
|
+
closeColor: string;
|
|
1982
1798
|
closeColorHover: string;
|
|
1983
1799
|
closeColorPressed: string;
|
|
1984
|
-
closeIconColor: string;
|
|
1985
|
-
closeIconColorHover: string;
|
|
1986
|
-
closeIconColorPressed: string;
|
|
1987
|
-
closeBorderRadius: string;
|
|
1988
1800
|
iconColor: string;
|
|
1989
1801
|
iconColorInfo: string;
|
|
1990
1802
|
iconColorSuccess: string;
|
|
@@ -2000,7 +1812,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2000
1812
|
iconMargin: string;
|
|
2001
1813
|
iconMarginIconTop: string;
|
|
2002
1814
|
closeSize: string;
|
|
2003
|
-
closeIconSize: string;
|
|
2004
1815
|
closeMargin: string;
|
|
2005
1816
|
closeMarginIconTop: string;
|
|
2006
1817
|
}, {
|
|
@@ -2221,12 +2032,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2221
2032
|
borderColor: string;
|
|
2222
2033
|
actionColor: string;
|
|
2223
2034
|
titleFontWeight: string;
|
|
2035
|
+
closeColor: string;
|
|
2224
2036
|
closeColorHover: string;
|
|
2225
2037
|
closeColorPressed: string;
|
|
2226
|
-
closeBorderRadius: string;
|
|
2227
|
-
closeIconColor: string;
|
|
2228
|
-
closeIconColorHover: string;
|
|
2229
|
-
closeIconColorPressed: string;
|
|
2230
2038
|
fontSizeSmall: string;
|
|
2231
2039
|
fontSizeMedium: string;
|
|
2232
2040
|
fontSizeLarge: string;
|
|
@@ -2241,7 +2049,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2241
2049
|
titleFontSizeMedium: string;
|
|
2242
2050
|
titleFontSizeLarge: string;
|
|
2243
2051
|
titleFontSizeHuge: string;
|
|
2244
|
-
closeIconSize: string;
|
|
2245
2052
|
closeSize: string;
|
|
2246
2053
|
}, any>;
|
|
2247
2054
|
}>>;
|
|
@@ -2261,12 +2068,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2261
2068
|
titleTextColor: string;
|
|
2262
2069
|
textColor: string;
|
|
2263
2070
|
color: string;
|
|
2071
|
+
closeColor: string;
|
|
2264
2072
|
closeColorHover: string;
|
|
2265
2073
|
closeColorPressed: string;
|
|
2266
|
-
closeIconColor: string;
|
|
2267
|
-
closeIconColorHover: string;
|
|
2268
|
-
closeIconColorPressed: string;
|
|
2269
|
-
closeBorderRadius: string;
|
|
2270
2074
|
iconColor: string;
|
|
2271
2075
|
iconColorInfo: string;
|
|
2272
2076
|
iconColorSuccess: string;
|
|
@@ -2282,7 +2086,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2282
2086
|
iconMargin: string;
|
|
2283
2087
|
iconMarginIconTop: string;
|
|
2284
2088
|
closeSize: string;
|
|
2285
|
-
closeIconSize: string;
|
|
2286
2089
|
closeMargin: string;
|
|
2287
2090
|
closeMarginIconTop: string;
|
|
2288
2091
|
}, {
|
|
@@ -2503,12 +2306,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2503
2306
|
borderColor: string;
|
|
2504
2307
|
actionColor: string;
|
|
2505
2308
|
titleFontWeight: string;
|
|
2309
|
+
closeColor: string;
|
|
2506
2310
|
closeColorHover: string;
|
|
2507
2311
|
closeColorPressed: string;
|
|
2508
|
-
closeBorderRadius: string;
|
|
2509
|
-
closeIconColor: string;
|
|
2510
|
-
closeIconColorHover: string;
|
|
2511
|
-
closeIconColorPressed: string;
|
|
2512
2312
|
fontSizeSmall: string;
|
|
2513
2313
|
fontSizeMedium: string;
|
|
2514
2314
|
fontSizeLarge: string;
|
|
@@ -2523,7 +2323,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2523
2323
|
titleFontSizeMedium: string;
|
|
2524
2324
|
titleFontSizeLarge: string;
|
|
2525
2325
|
titleFontSizeHuge: string;
|
|
2526
|
-
closeIconSize: string;
|
|
2527
2326
|
closeSize: string;
|
|
2528
2327
|
}, any>;
|
|
2529
2328
|
}>>>;
|
|
@@ -2543,12 +2342,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2543
2342
|
titleTextColor: string;
|
|
2544
2343
|
textColor: string;
|
|
2545
2344
|
color: string;
|
|
2345
|
+
closeColor: string;
|
|
2546
2346
|
closeColorHover: string;
|
|
2547
2347
|
closeColorPressed: string;
|
|
2548
|
-
closeIconColor: string;
|
|
2549
|
-
closeIconColorHover: string;
|
|
2550
|
-
closeIconColorPressed: string;
|
|
2551
|
-
closeBorderRadius: string;
|
|
2552
2348
|
iconColor: string;
|
|
2553
2349
|
iconColorInfo: string;
|
|
2554
2350
|
iconColorSuccess: string;
|
|
@@ -2564,7 +2360,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2564
2360
|
iconMargin: string;
|
|
2565
2361
|
iconMarginIconTop: string;
|
|
2566
2362
|
closeSize: string;
|
|
2567
|
-
closeIconSize: string;
|
|
2568
2363
|
closeMargin: string;
|
|
2569
2364
|
closeMarginIconTop: string;
|
|
2570
2365
|
}, {
|
|
@@ -2785,12 +2580,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2785
2580
|
borderColor: string;
|
|
2786
2581
|
actionColor: string;
|
|
2787
2582
|
titleFontWeight: string;
|
|
2583
|
+
closeColor: string;
|
|
2788
2584
|
closeColorHover: string;
|
|
2789
2585
|
closeColorPressed: string;
|
|
2790
|
-
closeBorderRadius: string;
|
|
2791
|
-
closeIconColor: string;
|
|
2792
|
-
closeIconColorHover: string;
|
|
2793
|
-
closeIconColorPressed: string;
|
|
2794
2586
|
fontSizeSmall: string;
|
|
2795
2587
|
fontSizeMedium: string;
|
|
2796
2588
|
fontSizeLarge: string;
|
|
@@ -2805,7 +2597,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2805
2597
|
titleFontSizeMedium: string;
|
|
2806
2598
|
titleFontSizeLarge: string;
|
|
2807
2599
|
titleFontSizeHuge: string;
|
|
2808
|
-
closeIconSize: string;
|
|
2809
2600
|
closeSize: string;
|
|
2810
2601
|
}, any>;
|
|
2811
2602
|
}>>>;
|
|
@@ -2843,19 +2634,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2843
2634
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2844
2635
|
readonly default: "medium";
|
|
2845
2636
|
};
|
|
2846
|
-
readonly wrapItem: {
|
|
2847
|
-
readonly type: BooleanConstructor;
|
|
2848
|
-
readonly default: true;
|
|
2849
|
-
};
|
|
2850
2637
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2851
2638
|
readonly wrap: {
|
|
2852
2639
|
readonly type: BooleanConstructor;
|
|
2853
2640
|
readonly default: true;
|
|
2854
2641
|
};
|
|
2855
|
-
readonly internalUseGap: {
|
|
2856
|
-
readonly type: BooleanConstructor;
|
|
2857
|
-
readonly default: undefined;
|
|
2858
|
-
};
|
|
2859
2642
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2860
2643
|
gapSmall: string;
|
|
2861
2644
|
gapMedium: string;
|
|
@@ -2872,7 +2655,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2872
2655
|
gapLarge: string;
|
|
2873
2656
|
}, any>>>;
|
|
2874
2657
|
}, {
|
|
2875
|
-
useGap: boolean;
|
|
2876
2658
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
2877
2659
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2878
2660
|
margin: import("vue").ComputedRef<{
|
|
@@ -2891,19 +2673,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2891
2673
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2892
2674
|
readonly default: "medium";
|
|
2893
2675
|
};
|
|
2894
|
-
readonly wrapItem: {
|
|
2895
|
-
readonly type: BooleanConstructor;
|
|
2896
|
-
readonly default: true;
|
|
2897
|
-
};
|
|
2898
2676
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2899
2677
|
readonly wrap: {
|
|
2900
2678
|
readonly type: BooleanConstructor;
|
|
2901
2679
|
readonly default: true;
|
|
2902
2680
|
};
|
|
2903
|
-
readonly internalUseGap: {
|
|
2904
|
-
readonly type: BooleanConstructor;
|
|
2905
|
-
readonly default: undefined;
|
|
2906
|
-
};
|
|
2907
2681
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2908
2682
|
gapSmall: string;
|
|
2909
2683
|
gapMedium: string;
|
|
@@ -2920,13 +2694,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2920
2694
|
gapLarge: string;
|
|
2921
2695
|
}, any>>>;
|
|
2922
2696
|
}>>, {
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
readonly wrapItem: boolean;
|
|
2929
|
-
readonly internalUseGap: boolean;
|
|
2697
|
+
inline: boolean;
|
|
2698
|
+
size: number | "small" | "medium" | "large" | [number, number];
|
|
2699
|
+
wrap: boolean;
|
|
2700
|
+
vertical: boolean;
|
|
2701
|
+
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2930
2702
|
}>;
|
|
2931
2703
|
AddCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2932
2704
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -3094,12 +2866,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3094
2866
|
tabTextColorActiveCard: string;
|
|
3095
2867
|
tabTextColorDisabledCard: string;
|
|
3096
2868
|
barColor: string;
|
|
3097
|
-
|
|
3098
|
-
closeIconColorHover: string;
|
|
3099
|
-
closeIconColorPressed: string;
|
|
2869
|
+
closeColor: string;
|
|
3100
2870
|
closeColorHover: string;
|
|
3101
2871
|
closeColorPressed: string;
|
|
3102
|
-
closeBorderRadius: string;
|
|
3103
2872
|
tabColor: string;
|
|
3104
2873
|
tabColorSegment: string;
|
|
3105
2874
|
tabBorderColor: string;
|
|
@@ -3138,8 +2907,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3138
2907
|
panePaddingSmall: string;
|
|
3139
2908
|
panePaddingMedium: string;
|
|
3140
2909
|
panePaddingLarge: string;
|
|
3141
|
-
closeSize: string;
|
|
3142
|
-
closeIconSize: string;
|
|
3143
2910
|
}, any>>;
|
|
3144
2911
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3145
2912
|
colorSegment: string;
|
|
@@ -3161,12 +2928,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3161
2928
|
tabTextColorActiveCard: string;
|
|
3162
2929
|
tabTextColorDisabledCard: string;
|
|
3163
2930
|
barColor: string;
|
|
3164
|
-
|
|
3165
|
-
closeIconColorHover: string;
|
|
3166
|
-
closeIconColorPressed: string;
|
|
2931
|
+
closeColor: string;
|
|
3167
2932
|
closeColorHover: string;
|
|
3168
2933
|
closeColorPressed: string;
|
|
3169
|
-
closeBorderRadius: string;
|
|
3170
2934
|
tabColor: string;
|
|
3171
2935
|
tabColorSegment: string;
|
|
3172
2936
|
tabBorderColor: string;
|
|
@@ -3205,8 +2969,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3205
2969
|
panePaddingSmall: string;
|
|
3206
2970
|
panePaddingMedium: string;
|
|
3207
2971
|
panePaddingLarge: string;
|
|
3208
|
-
closeSize: string;
|
|
3209
|
-
closeIconSize: string;
|
|
3210
2972
|
}, any>>>;
|
|
3211
2973
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3212
2974
|
colorSegment: string;
|
|
@@ -3228,12 +2990,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3228
2990
|
tabTextColorActiveCard: string;
|
|
3229
2991
|
tabTextColorDisabledCard: string;
|
|
3230
2992
|
barColor: string;
|
|
3231
|
-
|
|
3232
|
-
closeIconColorHover: string;
|
|
3233
|
-
closeIconColorPressed: string;
|
|
2993
|
+
closeColor: string;
|
|
3234
2994
|
closeColorHover: string;
|
|
3235
2995
|
closeColorPressed: string;
|
|
3236
|
-
closeBorderRadius: string;
|
|
3237
2996
|
tabColor: string;
|
|
3238
2997
|
tabColorSegment: string;
|
|
3239
2998
|
tabBorderColor: string;
|
|
@@ -3272,15 +3031,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3272
3031
|
panePaddingSmall: string;
|
|
3273
3032
|
panePaddingMedium: string;
|
|
3274
3033
|
panePaddingLarge: string;
|
|
3275
|
-
closeSize: string;
|
|
3276
|
-
closeIconSize: string;
|
|
3277
3034
|
}, any>>>;
|
|
3278
3035
|
}, {
|
|
3279
3036
|
syncBarPosition: () => void;
|
|
3280
3037
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3281
3038
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3282
3039
|
renderedNames: Set<string | number>;
|
|
3283
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3284
3040
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3285
3041
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3286
3042
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3345,14 +3101,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3345
3101
|
'--n-pane-text-color': string;
|
|
3346
3102
|
'--n-tab-border-color': string;
|
|
3347
3103
|
'--n-tab-border-radius': string;
|
|
3348
|
-
'--n-close-
|
|
3349
|
-
'--n-close-icon-size': string;
|
|
3104
|
+
'--n-close-color': string;
|
|
3350
3105
|
'--n-close-color-hover': string;
|
|
3351
3106
|
'--n-close-color-pressed': string;
|
|
3352
|
-
'--n-close-border-radius': string;
|
|
3353
|
-
'--n-close-icon-color': string;
|
|
3354
|
-
'--n-close-icon-color-hover': string;
|
|
3355
|
-
'--n-close-icon-color-pressed': string;
|
|
3356
3107
|
'--n-tab-color': string;
|
|
3357
3108
|
'--n-tab-font-weight': string;
|
|
3358
3109
|
'--n-tab-font-weight-active': string;
|
|
@@ -3367,7 +3118,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3367
3118
|
renderNameListRef: {
|
|
3368
3119
|
value: (string | number)[];
|
|
3369
3120
|
};
|
|
3370
|
-
onAnimationBeforeLeave: (
|
|
3121
|
+
onAnimationBeforeLeave: () => void;
|
|
3371
3122
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3372
3123
|
onAnimationAfterEnter: () => void;
|
|
3373
3124
|
onRender: (() => void) | undefined;
|
|
@@ -3426,12 +3177,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3426
3177
|
tabTextColorActiveCard: string;
|
|
3427
3178
|
tabTextColorDisabledCard: string;
|
|
3428
3179
|
barColor: string;
|
|
3429
|
-
|
|
3430
|
-
closeIconColorHover: string;
|
|
3431
|
-
closeIconColorPressed: string;
|
|
3180
|
+
closeColor: string;
|
|
3432
3181
|
closeColorHover: string;
|
|
3433
3182
|
closeColorPressed: string;
|
|
3434
|
-
closeBorderRadius: string;
|
|
3435
3183
|
tabColor: string;
|
|
3436
3184
|
tabColorSegment: string;
|
|
3437
3185
|
tabBorderColor: string;
|
|
@@ -3470,8 +3218,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3470
3218
|
panePaddingSmall: string;
|
|
3471
3219
|
panePaddingMedium: string;
|
|
3472
3220
|
panePaddingLarge: string;
|
|
3473
|
-
closeSize: string;
|
|
3474
|
-
closeIconSize: string;
|
|
3475
3221
|
}, any>>;
|
|
3476
3222
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3477
3223
|
colorSegment: string;
|
|
@@ -3493,12 +3239,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3493
3239
|
tabTextColorActiveCard: string;
|
|
3494
3240
|
tabTextColorDisabledCard: string;
|
|
3495
3241
|
barColor: string;
|
|
3496
|
-
|
|
3497
|
-
closeIconColorHover: string;
|
|
3498
|
-
closeIconColorPressed: string;
|
|
3242
|
+
closeColor: string;
|
|
3499
3243
|
closeColorHover: string;
|
|
3500
3244
|
closeColorPressed: string;
|
|
3501
|
-
closeBorderRadius: string;
|
|
3502
3245
|
tabColor: string;
|
|
3503
3246
|
tabColorSegment: string;
|
|
3504
3247
|
tabBorderColor: string;
|
|
@@ -3537,8 +3280,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3537
3280
|
panePaddingSmall: string;
|
|
3538
3281
|
panePaddingMedium: string;
|
|
3539
3282
|
panePaddingLarge: string;
|
|
3540
|
-
closeSize: string;
|
|
3541
|
-
closeIconSize: string;
|
|
3542
3283
|
}, any>>>;
|
|
3543
3284
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3544
3285
|
colorSegment: string;
|
|
@@ -3560,12 +3301,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3560
3301
|
tabTextColorActiveCard: string;
|
|
3561
3302
|
tabTextColorDisabledCard: string;
|
|
3562
3303
|
barColor: string;
|
|
3563
|
-
|
|
3564
|
-
closeIconColorHover: string;
|
|
3565
|
-
closeIconColorPressed: string;
|
|
3304
|
+
closeColor: string;
|
|
3566
3305
|
closeColorHover: string;
|
|
3567
3306
|
closeColorPressed: string;
|
|
3568
|
-
closeBorderRadius: string;
|
|
3569
3307
|
tabColor: string;
|
|
3570
3308
|
tabColorSegment: string;
|
|
3571
3309
|
tabBorderColor: string;
|
|
@@ -3604,16 +3342,14 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3604
3342
|
panePaddingSmall: string;
|
|
3605
3343
|
panePaddingMedium: string;
|
|
3606
3344
|
panePaddingLarge: string;
|
|
3607
|
-
closeSize: string;
|
|
3608
|
-
closeIconSize: string;
|
|
3609
3345
|
}, any>>>;
|
|
3610
3346
|
}>>, {
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3347
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3348
|
+
size: "small" | "medium" | "large";
|
|
3349
|
+
closable: boolean;
|
|
3350
|
+
trigger: "click" | "hover";
|
|
3351
|
+
animated: boolean;
|
|
3352
|
+
tabsPadding: number;
|
|
3617
3353
|
}>;
|
|
3618
3354
|
NTabPane: import("vue").DefineComponent<{
|
|
3619
3355
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3662,9 +3398,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3662
3398
|
[key: string]: any;
|
|
3663
3399
|
}> | (() => import("vue").VNodeChild)>;
|
|
3664
3400
|
}>>, {
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3401
|
+
disabled: boolean;
|
|
3402
|
+
closable: boolean | undefined;
|
|
3403
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
3668
3404
|
}>;
|
|
3669
3405
|
NAnchor: import("vue").DefineComponent<{
|
|
3670
3406
|
readonly type: {
|
|
@@ -3838,17 +3574,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3838
3574
|
railWidth: string;
|
|
3839
3575
|
}, any>>>;
|
|
3840
3576
|
}>>, {
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3577
|
+
type: "block" | "rail";
|
|
3578
|
+
bound: number;
|
|
3579
|
+
position: "fix" | "absolute";
|
|
3580
|
+
target: (() => HTMLElement) | undefined;
|
|
3581
|
+
affix: boolean;
|
|
3582
|
+
offsetTop: number | undefined;
|
|
3583
|
+
offsetBottom: number | undefined;
|
|
3584
|
+
showRail: boolean;
|
|
3585
|
+
showBackground: boolean;
|
|
3586
|
+
internalScrollable: boolean;
|
|
3587
|
+
ignoreGap: boolean;
|
|
3852
3588
|
}>;
|
|
3853
3589
|
NAnchorLink: import("vue").DefineComponent<{
|
|
3854
3590
|
readonly title: StringConstructor;
|
|
@@ -3923,16 +3659,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3923
3659
|
};
|
|
3924
3660
|
checked: BooleanConstructor;
|
|
3925
3661
|
checkable: BooleanConstructor;
|
|
3926
|
-
strong: BooleanConstructor;
|
|
3927
3662
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3928
3663
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3929
3664
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3930
3665
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3931
3666
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3932
|
-
internalCloseFocusable: {
|
|
3933
|
-
type: BooleanConstructor;
|
|
3934
|
-
default: boolean;
|
|
3935
|
-
};
|
|
3936
3667
|
internalStopClickPropagation: BooleanConstructor;
|
|
3937
3668
|
onCheckedChange: {
|
|
3938
3669
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -3955,7 +3686,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3955
3686
|
readonly default: undefined;
|
|
3956
3687
|
};
|
|
3957
3688
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
3958
|
-
closeBorderRadius: string;
|
|
3959
3689
|
heightTiny: string;
|
|
3960
3690
|
heightSmall: string;
|
|
3961
3691
|
heightMedium: string;
|
|
@@ -3966,7 +3696,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3966
3696
|
fontSizeSmall: string;
|
|
3967
3697
|
fontSizeMedium: string;
|
|
3968
3698
|
fontSizeLarge: string;
|
|
3969
|
-
fontWeightStrong: string;
|
|
3970
3699
|
textColorCheckable: string;
|
|
3971
3700
|
textColorHoverCheckable: string;
|
|
3972
3701
|
textColorPressedCheckable: string;
|
|
@@ -3980,61 +3709,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3980
3709
|
border: string;
|
|
3981
3710
|
textColor: string;
|
|
3982
3711
|
color: string;
|
|
3983
|
-
|
|
3984
|
-
closeIconColor: string;
|
|
3985
|
-
closeIconColorHover: string;
|
|
3986
|
-
closeIconColorPressed: string;
|
|
3712
|
+
closeColor: string;
|
|
3987
3713
|
closeColorHover: string;
|
|
3988
3714
|
closeColorPressed: string;
|
|
3989
3715
|
borderPrimary: string;
|
|
3990
3716
|
textColorPrimary: string;
|
|
3991
3717
|
colorPrimary: string;
|
|
3992
|
-
|
|
3993
|
-
closeIconColorPrimary: string;
|
|
3994
|
-
closeIconColorHoverPrimary: string;
|
|
3995
|
-
closeIconColorPressedPrimary: string;
|
|
3718
|
+
closeColorPrimary: string;
|
|
3996
3719
|
closeColorHoverPrimary: string;
|
|
3997
3720
|
closeColorPressedPrimary: string;
|
|
3998
3721
|
borderInfo: string;
|
|
3999
3722
|
textColorInfo: string;
|
|
4000
3723
|
colorInfo: string;
|
|
4001
|
-
|
|
4002
|
-
closeIconColorInfo: string;
|
|
4003
|
-
closeIconColorHoverInfo: string;
|
|
4004
|
-
closeIconColorPressedInfo: string;
|
|
3724
|
+
closeColorInfo: string;
|
|
4005
3725
|
closeColorHoverInfo: string;
|
|
4006
3726
|
closeColorPressedInfo: string;
|
|
4007
3727
|
borderSuccess: string;
|
|
4008
3728
|
textColorSuccess: string;
|
|
4009
3729
|
colorSuccess: string;
|
|
4010
|
-
|
|
4011
|
-
closeIconColorSuccess: string;
|
|
4012
|
-
closeIconColorHoverSuccess: string;
|
|
4013
|
-
closeIconColorPressedSuccess: string;
|
|
3730
|
+
closeColorSuccess: string;
|
|
4014
3731
|
closeColorHoverSuccess: string;
|
|
4015
3732
|
closeColorPressedSuccess: string;
|
|
4016
3733
|
borderWarning: string;
|
|
4017
3734
|
textColorWarning: string;
|
|
4018
3735
|
colorWarning: string;
|
|
4019
|
-
|
|
4020
|
-
closeIconColorWarning: string;
|
|
4021
|
-
closeIconColorHoverWarning: string;
|
|
4022
|
-
closeIconColorPressedWarning: string;
|
|
3736
|
+
closeColorWarning: string;
|
|
4023
3737
|
closeColorHoverWarning: string;
|
|
4024
3738
|
closeColorPressedWarning: string;
|
|
4025
3739
|
borderError: string;
|
|
4026
3740
|
textColorError: string;
|
|
4027
3741
|
colorError: string;
|
|
4028
|
-
|
|
4029
|
-
closeIconColorError: string;
|
|
4030
|
-
closeIconColorHoverError: string;
|
|
4031
|
-
closeIconColorPressedError: string;
|
|
3742
|
+
closeColorError: string;
|
|
4032
3743
|
closeColorHoverError: string;
|
|
4033
3744
|
closeColorPressedError: string;
|
|
4034
|
-
closeIconSizeTiny: string;
|
|
4035
|
-
closeIconSizeSmall: string;
|
|
4036
|
-
closeIconSizeMedium: string;
|
|
4037
|
-
closeIconSizeLarge: string;
|
|
4038
3745
|
closeSizeTiny: string;
|
|
4039
3746
|
closeSizeSmall: string;
|
|
4040
3747
|
closeSizeMedium: string;
|
|
@@ -4044,7 +3751,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4044
3751
|
closeMarginRtl: string;
|
|
4045
3752
|
}, any>>;
|
|
4046
3753
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4047
|
-
closeBorderRadius: string;
|
|
4048
3754
|
heightTiny: string;
|
|
4049
3755
|
heightSmall: string;
|
|
4050
3756
|
heightMedium: string;
|
|
@@ -4055,7 +3761,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4055
3761
|
fontSizeSmall: string;
|
|
4056
3762
|
fontSizeMedium: string;
|
|
4057
3763
|
fontSizeLarge: string;
|
|
4058
|
-
fontWeightStrong: string;
|
|
4059
3764
|
textColorCheckable: string;
|
|
4060
3765
|
textColorHoverCheckable: string;
|
|
4061
3766
|
textColorPressedCheckable: string;
|
|
@@ -4069,61 +3774,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4069
3774
|
border: string;
|
|
4070
3775
|
textColor: string;
|
|
4071
3776
|
color: string;
|
|
4072
|
-
|
|
4073
|
-
closeIconColor: string;
|
|
4074
|
-
closeIconColorHover: string;
|
|
4075
|
-
closeIconColorPressed: string;
|
|
3777
|
+
closeColor: string;
|
|
4076
3778
|
closeColorHover: string;
|
|
4077
3779
|
closeColorPressed: string;
|
|
4078
3780
|
borderPrimary: string;
|
|
4079
3781
|
textColorPrimary: string;
|
|
4080
3782
|
colorPrimary: string;
|
|
4081
|
-
|
|
4082
|
-
closeIconColorPrimary: string;
|
|
4083
|
-
closeIconColorHoverPrimary: string;
|
|
4084
|
-
closeIconColorPressedPrimary: string;
|
|
3783
|
+
closeColorPrimary: string;
|
|
4085
3784
|
closeColorHoverPrimary: string;
|
|
4086
3785
|
closeColorPressedPrimary: string;
|
|
4087
3786
|
borderInfo: string;
|
|
4088
3787
|
textColorInfo: string;
|
|
4089
3788
|
colorInfo: string;
|
|
4090
|
-
|
|
4091
|
-
closeIconColorInfo: string;
|
|
4092
|
-
closeIconColorHoverInfo: string;
|
|
4093
|
-
closeIconColorPressedInfo: string;
|
|
3789
|
+
closeColorInfo: string;
|
|
4094
3790
|
closeColorHoverInfo: string;
|
|
4095
3791
|
closeColorPressedInfo: string;
|
|
4096
3792
|
borderSuccess: string;
|
|
4097
3793
|
textColorSuccess: string;
|
|
4098
3794
|
colorSuccess: string;
|
|
4099
|
-
|
|
4100
|
-
closeIconColorSuccess: string;
|
|
4101
|
-
closeIconColorHoverSuccess: string;
|
|
4102
|
-
closeIconColorPressedSuccess: string;
|
|
3795
|
+
closeColorSuccess: string;
|
|
4103
3796
|
closeColorHoverSuccess: string;
|
|
4104
3797
|
closeColorPressedSuccess: string;
|
|
4105
3798
|
borderWarning: string;
|
|
4106
3799
|
textColorWarning: string;
|
|
4107
3800
|
colorWarning: string;
|
|
4108
|
-
|
|
4109
|
-
closeIconColorWarning: string;
|
|
4110
|
-
closeIconColorHoverWarning: string;
|
|
4111
|
-
closeIconColorPressedWarning: string;
|
|
3801
|
+
closeColorWarning: string;
|
|
4112
3802
|
closeColorHoverWarning: string;
|
|
4113
3803
|
closeColorPressedWarning: string;
|
|
4114
3804
|
borderError: string;
|
|
4115
3805
|
textColorError: string;
|
|
4116
3806
|
colorError: string;
|
|
4117
|
-
|
|
4118
|
-
closeIconColorError: string;
|
|
4119
|
-
closeIconColorHoverError: string;
|
|
4120
|
-
closeIconColorPressedError: string;
|
|
3807
|
+
closeColorError: string;
|
|
4121
3808
|
closeColorHoverError: string;
|
|
4122
3809
|
closeColorPressedError: string;
|
|
4123
|
-
closeIconSizeTiny: string;
|
|
4124
|
-
closeIconSizeSmall: string;
|
|
4125
|
-
closeIconSizeMedium: string;
|
|
4126
|
-
closeIconSizeLarge: string;
|
|
4127
3810
|
closeSizeTiny: string;
|
|
4128
3811
|
closeSizeSmall: string;
|
|
4129
3812
|
closeSizeMedium: string;
|
|
@@ -4133,7 +3816,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4133
3816
|
closeMarginRtl: string;
|
|
4134
3817
|
}, any>>>;
|
|
4135
3818
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4136
|
-
closeBorderRadius: string;
|
|
4137
3819
|
heightTiny: string;
|
|
4138
3820
|
heightSmall: string;
|
|
4139
3821
|
heightMedium: string;
|
|
@@ -4144,7 +3826,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4144
3826
|
fontSizeSmall: string;
|
|
4145
3827
|
fontSizeMedium: string;
|
|
4146
3828
|
fontSizeLarge: string;
|
|
4147
|
-
fontWeightStrong: string;
|
|
4148
3829
|
textColorCheckable: string;
|
|
4149
3830
|
textColorHoverCheckable: string;
|
|
4150
3831
|
textColorPressedCheckable: string;
|
|
@@ -4158,61 +3839,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4158
3839
|
border: string;
|
|
4159
3840
|
textColor: string;
|
|
4160
3841
|
color: string;
|
|
4161
|
-
|
|
4162
|
-
closeIconColor: string;
|
|
4163
|
-
closeIconColorHover: string;
|
|
4164
|
-
closeIconColorPressed: string;
|
|
3842
|
+
closeColor: string;
|
|
4165
3843
|
closeColorHover: string;
|
|
4166
3844
|
closeColorPressed: string;
|
|
4167
3845
|
borderPrimary: string;
|
|
4168
3846
|
textColorPrimary: string;
|
|
4169
3847
|
colorPrimary: string;
|
|
4170
|
-
|
|
4171
|
-
closeIconColorPrimary: string;
|
|
4172
|
-
closeIconColorHoverPrimary: string;
|
|
4173
|
-
closeIconColorPressedPrimary: string;
|
|
3848
|
+
closeColorPrimary: string;
|
|
4174
3849
|
closeColorHoverPrimary: string;
|
|
4175
3850
|
closeColorPressedPrimary: string;
|
|
4176
3851
|
borderInfo: string;
|
|
4177
3852
|
textColorInfo: string;
|
|
4178
3853
|
colorInfo: string;
|
|
4179
|
-
|
|
4180
|
-
closeIconColorInfo: string;
|
|
4181
|
-
closeIconColorHoverInfo: string;
|
|
4182
|
-
closeIconColorPressedInfo: string;
|
|
3854
|
+
closeColorInfo: string;
|
|
4183
3855
|
closeColorHoverInfo: string;
|
|
4184
3856
|
closeColorPressedInfo: string;
|
|
4185
3857
|
borderSuccess: string;
|
|
4186
3858
|
textColorSuccess: string;
|
|
4187
3859
|
colorSuccess: string;
|
|
4188
|
-
|
|
4189
|
-
closeIconColorSuccess: string;
|
|
4190
|
-
closeIconColorHoverSuccess: string;
|
|
4191
|
-
closeIconColorPressedSuccess: string;
|
|
3860
|
+
closeColorSuccess: string;
|
|
4192
3861
|
closeColorHoverSuccess: string;
|
|
4193
3862
|
closeColorPressedSuccess: string;
|
|
4194
3863
|
borderWarning: string;
|
|
4195
3864
|
textColorWarning: string;
|
|
4196
3865
|
colorWarning: string;
|
|
4197
|
-
|
|
4198
|
-
closeIconColorWarning: string;
|
|
4199
|
-
closeIconColorHoverWarning: string;
|
|
4200
|
-
closeIconColorPressedWarning: string;
|
|
3866
|
+
closeColorWarning: string;
|
|
4201
3867
|
closeColorHoverWarning: string;
|
|
4202
3868
|
closeColorPressedWarning: string;
|
|
4203
3869
|
borderError: string;
|
|
4204
3870
|
textColorError: string;
|
|
4205
3871
|
colorError: string;
|
|
4206
|
-
|
|
4207
|
-
closeIconColorError: string;
|
|
4208
|
-
closeIconColorHoverError: string;
|
|
4209
|
-
closeIconColorPressedError: string;
|
|
3872
|
+
closeColorError: string;
|
|
4210
3873
|
closeColorHoverError: string;
|
|
4211
3874
|
closeColorPressedError: string;
|
|
4212
|
-
closeIconSizeTiny: string;
|
|
4213
|
-
closeIconSizeSmall: string;
|
|
4214
|
-
closeIconSizeMedium: string;
|
|
4215
|
-
closeIconSizeLarge: string;
|
|
4216
3875
|
closeSizeTiny: string;
|
|
4217
3876
|
closeSizeSmall: string;
|
|
4218
3877
|
closeSizeMedium: string;
|
|
@@ -4229,19 +3888,14 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4229
3888
|
handleClick: (e: MouseEvent) => void;
|
|
4230
3889
|
handleCloseClick: (e: MouseEvent) => void;
|
|
4231
3890
|
cssVars: import("vue").ComputedRef<{
|
|
4232
|
-
'--n-font-weight-strong': string;
|
|
4233
3891
|
'--n-avatar-size-override': string;
|
|
4234
3892
|
'--n-bezier': string;
|
|
4235
3893
|
'--n-border-radius': string;
|
|
4236
3894
|
'--n-border': string;
|
|
4237
|
-
'--n-close-
|
|
4238
|
-
'--n-close-color-pressed': string;
|
|
3895
|
+
'--n-close-color': string;
|
|
4239
3896
|
'--n-close-color-hover': string;
|
|
4240
|
-
'--n-close-
|
|
4241
|
-
'--n-close-
|
|
4242
|
-
'--n-close-icon-color-hover': string;
|
|
4243
|
-
'--n-close-icon-color-pressed': string;
|
|
4244
|
-
'--n-close-icon-color-disabled': string;
|
|
3897
|
+
'--n-close-color-pressed': string;
|
|
3898
|
+
'--n-close-color-disabled': string;
|
|
4245
3899
|
'--n-close-margin': string;
|
|
4246
3900
|
'--n-close-margin-rtl': string;
|
|
4247
3901
|
'--n-close-size': string;
|
|
@@ -4272,16 +3926,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4272
3926
|
};
|
|
4273
3927
|
checked: BooleanConstructor;
|
|
4274
3928
|
checkable: BooleanConstructor;
|
|
4275
|
-
strong: BooleanConstructor;
|
|
4276
3929
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4277
3930
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4278
3931
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4279
3932
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4280
3933
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4281
|
-
internalCloseFocusable: {
|
|
4282
|
-
type: BooleanConstructor;
|
|
4283
|
-
default: boolean;
|
|
4284
|
-
};
|
|
4285
3934
|
internalStopClickPropagation: BooleanConstructor;
|
|
4286
3935
|
onCheckedChange: {
|
|
4287
3936
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4304,7 +3953,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4304
3953
|
readonly default: undefined;
|
|
4305
3954
|
};
|
|
4306
3955
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4307
|
-
closeBorderRadius: string;
|
|
4308
3956
|
heightTiny: string;
|
|
4309
3957
|
heightSmall: string;
|
|
4310
3958
|
heightMedium: string;
|
|
@@ -4315,7 +3963,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4315
3963
|
fontSizeSmall: string;
|
|
4316
3964
|
fontSizeMedium: string;
|
|
4317
3965
|
fontSizeLarge: string;
|
|
4318
|
-
fontWeightStrong: string;
|
|
4319
3966
|
textColorCheckable: string;
|
|
4320
3967
|
textColorHoverCheckable: string;
|
|
4321
3968
|
textColorPressedCheckable: string;
|
|
@@ -4329,61 +3976,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4329
3976
|
border: string;
|
|
4330
3977
|
textColor: string;
|
|
4331
3978
|
color: string;
|
|
4332
|
-
|
|
4333
|
-
closeIconColor: string;
|
|
4334
|
-
closeIconColorHover: string;
|
|
4335
|
-
closeIconColorPressed: string;
|
|
3979
|
+
closeColor: string;
|
|
4336
3980
|
closeColorHover: string;
|
|
4337
3981
|
closeColorPressed: string;
|
|
4338
3982
|
borderPrimary: string;
|
|
4339
3983
|
textColorPrimary: string;
|
|
4340
3984
|
colorPrimary: string;
|
|
4341
|
-
|
|
4342
|
-
closeIconColorPrimary: string;
|
|
4343
|
-
closeIconColorHoverPrimary: string;
|
|
4344
|
-
closeIconColorPressedPrimary: string;
|
|
3985
|
+
closeColorPrimary: string;
|
|
4345
3986
|
closeColorHoverPrimary: string;
|
|
4346
3987
|
closeColorPressedPrimary: string;
|
|
4347
3988
|
borderInfo: string;
|
|
4348
3989
|
textColorInfo: string;
|
|
4349
3990
|
colorInfo: string;
|
|
4350
|
-
|
|
4351
|
-
closeIconColorInfo: string;
|
|
4352
|
-
closeIconColorHoverInfo: string;
|
|
4353
|
-
closeIconColorPressedInfo: string;
|
|
3991
|
+
closeColorInfo: string;
|
|
4354
3992
|
closeColorHoverInfo: string;
|
|
4355
3993
|
closeColorPressedInfo: string;
|
|
4356
3994
|
borderSuccess: string;
|
|
4357
3995
|
textColorSuccess: string;
|
|
4358
3996
|
colorSuccess: string;
|
|
4359
|
-
|
|
4360
|
-
closeIconColorSuccess: string;
|
|
4361
|
-
closeIconColorHoverSuccess: string;
|
|
4362
|
-
closeIconColorPressedSuccess: string;
|
|
3997
|
+
closeColorSuccess: string;
|
|
4363
3998
|
closeColorHoverSuccess: string;
|
|
4364
3999
|
closeColorPressedSuccess: string;
|
|
4365
4000
|
borderWarning: string;
|
|
4366
4001
|
textColorWarning: string;
|
|
4367
4002
|
colorWarning: string;
|
|
4368
|
-
|
|
4369
|
-
closeIconColorWarning: string;
|
|
4370
|
-
closeIconColorHoverWarning: string;
|
|
4371
|
-
closeIconColorPressedWarning: string;
|
|
4003
|
+
closeColorWarning: string;
|
|
4372
4004
|
closeColorHoverWarning: string;
|
|
4373
4005
|
closeColorPressedWarning: string;
|
|
4374
4006
|
borderError: string;
|
|
4375
4007
|
textColorError: string;
|
|
4376
4008
|
colorError: string;
|
|
4377
|
-
|
|
4378
|
-
closeIconColorError: string;
|
|
4379
|
-
closeIconColorHoverError: string;
|
|
4380
|
-
closeIconColorPressedError: string;
|
|
4009
|
+
closeColorError: string;
|
|
4381
4010
|
closeColorHoverError: string;
|
|
4382
4011
|
closeColorPressedError: string;
|
|
4383
|
-
closeIconSizeTiny: string;
|
|
4384
|
-
closeIconSizeSmall: string;
|
|
4385
|
-
closeIconSizeMedium: string;
|
|
4386
|
-
closeIconSizeLarge: string;
|
|
4387
4012
|
closeSizeTiny: string;
|
|
4388
4013
|
closeSizeSmall: string;
|
|
4389
4014
|
closeSizeMedium: string;
|
|
@@ -4393,7 +4018,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4393
4018
|
closeMarginRtl: string;
|
|
4394
4019
|
}, any>>;
|
|
4395
4020
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4396
|
-
closeBorderRadius: string;
|
|
4397
4021
|
heightTiny: string;
|
|
4398
4022
|
heightSmall: string;
|
|
4399
4023
|
heightMedium: string;
|
|
@@ -4404,7 +4028,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4404
4028
|
fontSizeSmall: string;
|
|
4405
4029
|
fontSizeMedium: string;
|
|
4406
4030
|
fontSizeLarge: string;
|
|
4407
|
-
fontWeightStrong: string;
|
|
4408
4031
|
textColorCheckable: string;
|
|
4409
4032
|
textColorHoverCheckable: string;
|
|
4410
4033
|
textColorPressedCheckable: string;
|
|
@@ -4418,61 +4041,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4418
4041
|
border: string;
|
|
4419
4042
|
textColor: string;
|
|
4420
4043
|
color: string;
|
|
4421
|
-
|
|
4422
|
-
closeIconColor: string;
|
|
4423
|
-
closeIconColorHover: string;
|
|
4424
|
-
closeIconColorPressed: string;
|
|
4044
|
+
closeColor: string;
|
|
4425
4045
|
closeColorHover: string;
|
|
4426
4046
|
closeColorPressed: string;
|
|
4427
4047
|
borderPrimary: string;
|
|
4428
4048
|
textColorPrimary: string;
|
|
4429
4049
|
colorPrimary: string;
|
|
4430
|
-
|
|
4431
|
-
closeIconColorPrimary: string;
|
|
4432
|
-
closeIconColorHoverPrimary: string;
|
|
4433
|
-
closeIconColorPressedPrimary: string;
|
|
4050
|
+
closeColorPrimary: string;
|
|
4434
4051
|
closeColorHoverPrimary: string;
|
|
4435
4052
|
closeColorPressedPrimary: string;
|
|
4436
4053
|
borderInfo: string;
|
|
4437
4054
|
textColorInfo: string;
|
|
4438
4055
|
colorInfo: string;
|
|
4439
|
-
|
|
4440
|
-
closeIconColorInfo: string;
|
|
4441
|
-
closeIconColorHoverInfo: string;
|
|
4442
|
-
closeIconColorPressedInfo: string;
|
|
4056
|
+
closeColorInfo: string;
|
|
4443
4057
|
closeColorHoverInfo: string;
|
|
4444
4058
|
closeColorPressedInfo: string;
|
|
4445
4059
|
borderSuccess: string;
|
|
4446
4060
|
textColorSuccess: string;
|
|
4447
4061
|
colorSuccess: string;
|
|
4448
|
-
|
|
4449
|
-
closeIconColorSuccess: string;
|
|
4450
|
-
closeIconColorHoverSuccess: string;
|
|
4451
|
-
closeIconColorPressedSuccess: string;
|
|
4062
|
+
closeColorSuccess: string;
|
|
4452
4063
|
closeColorHoverSuccess: string;
|
|
4453
4064
|
closeColorPressedSuccess: string;
|
|
4454
4065
|
borderWarning: string;
|
|
4455
4066
|
textColorWarning: string;
|
|
4456
4067
|
colorWarning: string;
|
|
4457
|
-
|
|
4458
|
-
closeIconColorWarning: string;
|
|
4459
|
-
closeIconColorHoverWarning: string;
|
|
4460
|
-
closeIconColorPressedWarning: string;
|
|
4068
|
+
closeColorWarning: string;
|
|
4461
4069
|
closeColorHoverWarning: string;
|
|
4462
4070
|
closeColorPressedWarning: string;
|
|
4463
4071
|
borderError: string;
|
|
4464
4072
|
textColorError: string;
|
|
4465
4073
|
colorError: string;
|
|
4466
|
-
|
|
4467
|
-
closeIconColorError: string;
|
|
4468
|
-
closeIconColorHoverError: string;
|
|
4469
|
-
closeIconColorPressedError: string;
|
|
4074
|
+
closeColorError: string;
|
|
4470
4075
|
closeColorHoverError: string;
|
|
4471
4076
|
closeColorPressedError: string;
|
|
4472
|
-
closeIconSizeTiny: string;
|
|
4473
|
-
closeIconSizeSmall: string;
|
|
4474
|
-
closeIconSizeMedium: string;
|
|
4475
|
-
closeIconSizeLarge: string;
|
|
4476
4077
|
closeSizeTiny: string;
|
|
4477
4078
|
closeSizeSmall: string;
|
|
4478
4079
|
closeSizeMedium: string;
|
|
@@ -4482,7 +4083,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4482
4083
|
closeMarginRtl: string;
|
|
4483
4084
|
}, any>>>;
|
|
4484
4085
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4485
|
-
closeBorderRadius: string;
|
|
4486
4086
|
heightTiny: string;
|
|
4487
4087
|
heightSmall: string;
|
|
4488
4088
|
heightMedium: string;
|
|
@@ -4493,7 +4093,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4493
4093
|
fontSizeSmall: string;
|
|
4494
4094
|
fontSizeMedium: string;
|
|
4495
4095
|
fontSizeLarge: string;
|
|
4496
|
-
fontWeightStrong: string;
|
|
4497
4096
|
textColorCheckable: string;
|
|
4498
4097
|
textColorHoverCheckable: string;
|
|
4499
4098
|
textColorPressedCheckable: string;
|
|
@@ -4507,61 +4106,39 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4507
4106
|
border: string;
|
|
4508
4107
|
textColor: string;
|
|
4509
4108
|
color: string;
|
|
4510
|
-
|
|
4511
|
-
closeIconColor: string;
|
|
4512
|
-
closeIconColorHover: string;
|
|
4513
|
-
closeIconColorPressed: string;
|
|
4109
|
+
closeColor: string;
|
|
4514
4110
|
closeColorHover: string;
|
|
4515
4111
|
closeColorPressed: string;
|
|
4516
4112
|
borderPrimary: string;
|
|
4517
4113
|
textColorPrimary: string;
|
|
4518
4114
|
colorPrimary: string;
|
|
4519
|
-
|
|
4520
|
-
closeIconColorPrimary: string;
|
|
4521
|
-
closeIconColorHoverPrimary: string;
|
|
4522
|
-
closeIconColorPressedPrimary: string;
|
|
4115
|
+
closeColorPrimary: string;
|
|
4523
4116
|
closeColorHoverPrimary: string;
|
|
4524
4117
|
closeColorPressedPrimary: string;
|
|
4525
4118
|
borderInfo: string;
|
|
4526
4119
|
textColorInfo: string;
|
|
4527
4120
|
colorInfo: string;
|
|
4528
|
-
|
|
4529
|
-
closeIconColorInfo: string;
|
|
4530
|
-
closeIconColorHoverInfo: string;
|
|
4531
|
-
closeIconColorPressedInfo: string;
|
|
4121
|
+
closeColorInfo: string;
|
|
4532
4122
|
closeColorHoverInfo: string;
|
|
4533
4123
|
closeColorPressedInfo: string;
|
|
4534
4124
|
borderSuccess: string;
|
|
4535
4125
|
textColorSuccess: string;
|
|
4536
4126
|
colorSuccess: string;
|
|
4537
|
-
|
|
4538
|
-
closeIconColorSuccess: string;
|
|
4539
|
-
closeIconColorHoverSuccess: string;
|
|
4540
|
-
closeIconColorPressedSuccess: string;
|
|
4127
|
+
closeColorSuccess: string;
|
|
4541
4128
|
closeColorHoverSuccess: string;
|
|
4542
4129
|
closeColorPressedSuccess: string;
|
|
4543
4130
|
borderWarning: string;
|
|
4544
4131
|
textColorWarning: string;
|
|
4545
4132
|
colorWarning: string;
|
|
4546
|
-
|
|
4547
|
-
closeIconColorWarning: string;
|
|
4548
|
-
closeIconColorHoverWarning: string;
|
|
4549
|
-
closeIconColorPressedWarning: string;
|
|
4133
|
+
closeColorWarning: string;
|
|
4550
4134
|
closeColorHoverWarning: string;
|
|
4551
4135
|
closeColorPressedWarning: string;
|
|
4552
4136
|
borderError: string;
|
|
4553
4137
|
textColorError: string;
|
|
4554
4138
|
colorError: string;
|
|
4555
|
-
|
|
4556
|
-
closeIconColorError: string;
|
|
4557
|
-
closeIconColorHoverError: string;
|
|
4558
|
-
closeIconColorPressedError: string;
|
|
4139
|
+
closeColorError: string;
|
|
4559
4140
|
closeColorHoverError: string;
|
|
4560
4141
|
closeColorPressedError: string;
|
|
4561
|
-
closeIconSizeTiny: string;
|
|
4562
|
-
closeIconSizeSmall: string;
|
|
4563
|
-
closeIconSizeMedium: string;
|
|
4564
|
-
closeIconSizeLarge: string;
|
|
4565
4142
|
closeSizeTiny: string;
|
|
4566
4143
|
closeSizeSmall: string;
|
|
4567
4144
|
closeSizeMedium: string;
|
|
@@ -4576,13 +4153,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4576
4153
|
size: "small" | "medium" | "tiny" | "large";
|
|
4577
4154
|
disabled: boolean | undefined;
|
|
4578
4155
|
checked: boolean;
|
|
4579
|
-
strong: boolean;
|
|
4580
4156
|
bordered: boolean | undefined;
|
|
4581
|
-
closable: boolean;
|
|
4582
4157
|
checkable: boolean;
|
|
4583
|
-
internalCloseFocusable: boolean;
|
|
4584
4158
|
internalStopClickPropagation: boolean;
|
|
4585
4159
|
onCheckedChange: (checked: boolean) => void;
|
|
4160
|
+
closable: boolean;
|
|
4586
4161
|
}>;
|
|
4587
4162
|
NTooltip: import("vue").DefineComponent<{
|
|
4588
4163
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4712,11 +4287,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4712
4287
|
scrollable: BooleanConstructor;
|
|
4713
4288
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4714
4289
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4715
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4716
4290
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4717
4291
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4718
4292
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4719
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
4720
4293
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4721
4294
|
internalInheritedEventHandlers: {
|
|
4722
4295
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4781,11 +4354,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4781
4354
|
opacity5: string;
|
|
4782
4355
|
dividerColor: string;
|
|
4783
4356
|
borderColor: string;
|
|
4784
|
-
|
|
4785
|
-
closeIconColorHover: string;
|
|
4786
|
-
closeIconColorPressed: string;
|
|
4357
|
+
closeColor: string;
|
|
4787
4358
|
closeColorHover: string;
|
|
4788
4359
|
closeColorPressed: string;
|
|
4360
|
+
closeColorDisabled: string;
|
|
4789
4361
|
clearColor: string;
|
|
4790
4362
|
clearColorHover: string;
|
|
4791
4363
|
clearColorPressed: string;
|
|
@@ -5014,11 +4586,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5014
4586
|
scrollable: BooleanConstructor;
|
|
5015
4587
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5016
4588
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5017
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5018
4589
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
5019
4590
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5020
4591
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5021
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
5022
4592
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
5023
4593
|
internalInheritedEventHandlers: {
|
|
5024
4594
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -5054,7 +4624,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5054
4624
|
arrowPointToCenter: boolean;
|
|
5055
4625
|
displayDirective: "show" | "if";
|
|
5056
4626
|
keepAliveOnHover: boolean;
|
|
5057
|
-
internalDeactivateImmediately: boolean;
|
|
5058
4627
|
animated: boolean;
|
|
5059
4628
|
internalTrapFocus: boolean;
|
|
5060
4629
|
defaultShow: boolean;
|
|
@@ -5180,10 +4749,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5180
4749
|
readonly default: true;
|
|
5181
4750
|
};
|
|
5182
4751
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5183
|
-
readonly nativeFocusBehavior:
|
|
5184
|
-
readonly type: BooleanConstructor;
|
|
5185
|
-
readonly default: boolean;
|
|
5186
|
-
};
|
|
4752
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
5187
4753
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5188
4754
|
heightTiny: string;
|
|
5189
4755
|
heightSmall: string;
|
|
@@ -5897,10 +5463,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5897
5463
|
readonly default: true;
|
|
5898
5464
|
};
|
|
5899
5465
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5900
|
-
readonly nativeFocusBehavior:
|
|
5901
|
-
readonly type: BooleanConstructor;
|
|
5902
|
-
readonly default: boolean;
|
|
5903
|
-
};
|
|
5466
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
5904
5467
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5905
5468
|
heightTiny: string;
|
|
5906
5469
|
heightSmall: string;
|
|
@@ -6514,26 +6077,26 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6514
6077
|
rippleDuration: string;
|
|
6515
6078
|
}, any>>>;
|
|
6516
6079
|
}>>, {
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6080
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
6081
|
+
tag: keyof HTMLElementTagNameMap;
|
|
6082
|
+
block: boolean;
|
|
6083
|
+
round: boolean;
|
|
6084
|
+
dashed: boolean;
|
|
6085
|
+
text: boolean;
|
|
6086
|
+
circle: boolean;
|
|
6087
|
+
disabled: boolean;
|
|
6088
|
+
focusable: boolean;
|
|
6089
|
+
strong: boolean;
|
|
6090
|
+
loading: boolean;
|
|
6091
|
+
bordered: boolean;
|
|
6092
|
+
tertiary: boolean;
|
|
6093
|
+
ghost: boolean;
|
|
6094
|
+
keyboard: boolean;
|
|
6095
|
+
secondary: boolean;
|
|
6096
|
+
quaternary: boolean;
|
|
6097
|
+
iconPlacement: "left" | "right";
|
|
6098
|
+
attrType: "button" | "reset" | "submit";
|
|
6099
|
+
nativeFocusBehavior: boolean;
|
|
6537
6100
|
}>;
|
|
6538
6101
|
NInput: import("vue").DefineComponent<{
|
|
6539
6102
|
bordered: {
|
|
@@ -6593,7 +6156,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6593
6156
|
type: BooleanConstructor;
|
|
6594
6157
|
default: undefined;
|
|
6595
6158
|
};
|
|
6596
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
6597
6159
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6598
6160
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6599
6161
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6814,8 +6376,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6814
6376
|
contentRef: HTMLElement | null;
|
|
6815
6377
|
containerScrollTop: number;
|
|
6816
6378
|
syncUnifiedContainer: () => void;
|
|
6817
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6818
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6379
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6380
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6819
6381
|
sync: () => void;
|
|
6820
6382
|
handleMouseEnterWrapper: () => void;
|
|
6821
6383
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6849,7 +6411,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6849
6411
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
6850
6412
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
6851
6413
|
handleInputBlur: (e: FocusEvent) => void;
|
|
6852
|
-
handleInputFocus: (e: FocusEvent
|
|
6414
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
6853
6415
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
6854
6416
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
6855
6417
|
handleMouseEnter: () => void;
|
|
@@ -6860,7 +6422,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6860
6422
|
handleClear: (e: MouseEvent) => void;
|
|
6861
6423
|
handlePasswordToggleClick: () => void;
|
|
6862
6424
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
6863
|
-
|
|
6425
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
6864
6426
|
handleTextAreaMirrorResize: () => void;
|
|
6865
6427
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
6866
6428
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6904,11 +6466,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6904
6466
|
opacity5: string;
|
|
6905
6467
|
dividerColor: string;
|
|
6906
6468
|
borderColor: string;
|
|
6907
|
-
|
|
6908
|
-
closeIconColorHover: string;
|
|
6909
|
-
closeIconColorPressed: string;
|
|
6469
|
+
closeColor: string;
|
|
6910
6470
|
closeColorHover: string;
|
|
6911
6471
|
closeColorPressed: string;
|
|
6472
|
+
closeColorDisabled: string;
|
|
6912
6473
|
clearColor: string;
|
|
6913
6474
|
clearColorHover: string;
|
|
6914
6475
|
clearColorPressed: string;
|
|
@@ -7149,7 +6710,6 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7149
6710
|
type: BooleanConstructor;
|
|
7150
6711
|
default: undefined;
|
|
7151
6712
|
};
|
|
7152
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7153
6713
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7154
6714
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7155
6715
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -7761,12 +7321,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7761
7321
|
tabTextColorActiveCard: string;
|
|
7762
7322
|
tabTextColorDisabledCard: string;
|
|
7763
7323
|
barColor: string;
|
|
7764
|
-
|
|
7765
|
-
closeIconColorHover: string;
|
|
7766
|
-
closeIconColorPressed: string;
|
|
7324
|
+
closeColor: string;
|
|
7767
7325
|
closeColorHover: string;
|
|
7768
7326
|
closeColorPressed: string;
|
|
7769
|
-
closeBorderRadius: string;
|
|
7770
7327
|
tabColor: string;
|
|
7771
7328
|
tabColorSegment: string;
|
|
7772
7329
|
tabBorderColor: string;
|
|
@@ -7805,8 +7362,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7805
7362
|
panePaddingSmall: string;
|
|
7806
7363
|
panePaddingMedium: string;
|
|
7807
7364
|
panePaddingLarge: string;
|
|
7808
|
-
closeSize: string;
|
|
7809
|
-
closeIconSize: string;
|
|
7810
7365
|
}, any>>;
|
|
7811
7366
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7812
7367
|
colorSegment: string;
|
|
@@ -7828,12 +7383,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7828
7383
|
tabTextColorActiveCard: string;
|
|
7829
7384
|
tabTextColorDisabledCard: string;
|
|
7830
7385
|
barColor: string;
|
|
7831
|
-
|
|
7832
|
-
closeIconColorHover: string;
|
|
7833
|
-
closeIconColorPressed: string;
|
|
7386
|
+
closeColor: string;
|
|
7834
7387
|
closeColorHover: string;
|
|
7835
7388
|
closeColorPressed: string;
|
|
7836
|
-
closeBorderRadius: string;
|
|
7837
7389
|
tabColor: string;
|
|
7838
7390
|
tabColorSegment: string;
|
|
7839
7391
|
tabBorderColor: string;
|
|
@@ -7872,8 +7424,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7872
7424
|
panePaddingSmall: string;
|
|
7873
7425
|
panePaddingMedium: string;
|
|
7874
7426
|
panePaddingLarge: string;
|
|
7875
|
-
closeSize: string;
|
|
7876
|
-
closeIconSize: string;
|
|
7877
7427
|
}, any>>>;
|
|
7878
7428
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7879
7429
|
colorSegment: string;
|
|
@@ -7895,12 +7445,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7895
7445
|
tabTextColorActiveCard: string;
|
|
7896
7446
|
tabTextColorDisabledCard: string;
|
|
7897
7447
|
barColor: string;
|
|
7898
|
-
|
|
7899
|
-
closeIconColorHover: string;
|
|
7900
|
-
closeIconColorPressed: string;
|
|
7448
|
+
closeColor: string;
|
|
7901
7449
|
closeColorHover: string;
|
|
7902
7450
|
closeColorPressed: string;
|
|
7903
|
-
closeBorderRadius: string;
|
|
7904
7451
|
tabColor: string;
|
|
7905
7452
|
tabColorSegment: string;
|
|
7906
7453
|
tabBorderColor: string;
|
|
@@ -7939,15 +7486,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7939
7486
|
panePaddingSmall: string;
|
|
7940
7487
|
panePaddingMedium: string;
|
|
7941
7488
|
panePaddingLarge: string;
|
|
7942
|
-
closeSize: string;
|
|
7943
|
-
closeIconSize: string;
|
|
7944
7489
|
}, any>>>;
|
|
7945
7490
|
}, {
|
|
7946
7491
|
syncBarPosition: () => void;
|
|
7947
7492
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
7948
7493
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
7949
7494
|
renderedNames: Set<string | number>;
|
|
7950
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
7951
7495
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
7952
7496
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
7953
7497
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -8012,14 +7556,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8012
7556
|
'--n-pane-text-color': string;
|
|
8013
7557
|
'--n-tab-border-color': string;
|
|
8014
7558
|
'--n-tab-border-radius': string;
|
|
8015
|
-
'--n-close-
|
|
8016
|
-
'--n-close-icon-size': string;
|
|
7559
|
+
'--n-close-color': string;
|
|
8017
7560
|
'--n-close-color-hover': string;
|
|
8018
7561
|
'--n-close-color-pressed': string;
|
|
8019
|
-
'--n-close-border-radius': string;
|
|
8020
|
-
'--n-close-icon-color': string;
|
|
8021
|
-
'--n-close-icon-color-hover': string;
|
|
8022
|
-
'--n-close-icon-color-pressed': string;
|
|
8023
7562
|
'--n-tab-color': string;
|
|
8024
7563
|
'--n-tab-font-weight': string;
|
|
8025
7564
|
'--n-tab-font-weight-active': string;
|
|
@@ -8034,7 +7573,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8034
7573
|
renderNameListRef: {
|
|
8035
7574
|
value: (string | number)[];
|
|
8036
7575
|
};
|
|
8037
|
-
onAnimationBeforeLeave: (
|
|
7576
|
+
onAnimationBeforeLeave: () => void;
|
|
8038
7577
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
8039
7578
|
onAnimationAfterEnter: () => void;
|
|
8040
7579
|
onRender: (() => void) | undefined;
|
|
@@ -8093,12 +7632,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8093
7632
|
tabTextColorActiveCard: string;
|
|
8094
7633
|
tabTextColorDisabledCard: string;
|
|
8095
7634
|
barColor: string;
|
|
8096
|
-
|
|
8097
|
-
closeIconColorHover: string;
|
|
8098
|
-
closeIconColorPressed: string;
|
|
7635
|
+
closeColor: string;
|
|
8099
7636
|
closeColorHover: string;
|
|
8100
7637
|
closeColorPressed: string;
|
|
8101
|
-
closeBorderRadius: string;
|
|
8102
7638
|
tabColor: string;
|
|
8103
7639
|
tabColorSegment: string;
|
|
8104
7640
|
tabBorderColor: string;
|
|
@@ -8137,8 +7673,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8137
7673
|
panePaddingSmall: string;
|
|
8138
7674
|
panePaddingMedium: string;
|
|
8139
7675
|
panePaddingLarge: string;
|
|
8140
|
-
closeSize: string;
|
|
8141
|
-
closeIconSize: string;
|
|
8142
7676
|
}, any>>;
|
|
8143
7677
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
8144
7678
|
colorSegment: string;
|
|
@@ -8160,12 +7694,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8160
7694
|
tabTextColorActiveCard: string;
|
|
8161
7695
|
tabTextColorDisabledCard: string;
|
|
8162
7696
|
barColor: string;
|
|
8163
|
-
|
|
8164
|
-
closeIconColorHover: string;
|
|
8165
|
-
closeIconColorPressed: string;
|
|
7697
|
+
closeColor: string;
|
|
8166
7698
|
closeColorHover: string;
|
|
8167
7699
|
closeColorPressed: string;
|
|
8168
|
-
closeBorderRadius: string;
|
|
8169
7700
|
tabColor: string;
|
|
8170
7701
|
tabColorSegment: string;
|
|
8171
7702
|
tabBorderColor: string;
|
|
@@ -8204,8 +7735,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8204
7735
|
panePaddingSmall: string;
|
|
8205
7736
|
panePaddingMedium: string;
|
|
8206
7737
|
panePaddingLarge: string;
|
|
8207
|
-
closeSize: string;
|
|
8208
|
-
closeIconSize: string;
|
|
8209
7738
|
}, any>>>;
|
|
8210
7739
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
8211
7740
|
colorSegment: string;
|
|
@@ -8227,12 +7756,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8227
7756
|
tabTextColorActiveCard: string;
|
|
8228
7757
|
tabTextColorDisabledCard: string;
|
|
8229
7758
|
barColor: string;
|
|
8230
|
-
|
|
8231
|
-
closeIconColorHover: string;
|
|
8232
|
-
closeIconColorPressed: string;
|
|
7759
|
+
closeColor: string;
|
|
8233
7760
|
closeColorHover: string;
|
|
8234
7761
|
closeColorPressed: string;
|
|
8235
|
-
closeBorderRadius: string;
|
|
8236
7762
|
tabColor: string;
|
|
8237
7763
|
tabColorSegment: string;
|
|
8238
7764
|
tabBorderColor: string;
|
|
@@ -8271,16 +7797,14 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8271
7797
|
panePaddingSmall: string;
|
|
8272
7798
|
panePaddingMedium: string;
|
|
8273
7799
|
panePaddingLarge: string;
|
|
8274
|
-
closeSize: string;
|
|
8275
|
-
closeIconSize: string;
|
|
8276
7800
|
}, any>>>;
|
|
8277
7801
|
}>>, {
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
7802
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
7803
|
+
size: "small" | "medium" | "large";
|
|
7804
|
+
closable: boolean;
|
|
7805
|
+
trigger: "click" | "hover";
|
|
7806
|
+
animated: boolean;
|
|
7807
|
+
tabsPadding: number;
|
|
8284
7808
|
}>;
|
|
8285
7809
|
NTabPane: import("vue").DefineComponent<{
|
|
8286
7810
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -8329,9 +7853,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8329
7853
|
[key: string]: any;
|
|
8330
7854
|
}> | (() => import("vue").VNodeChild)>;
|
|
8331
7855
|
}>>, {
|
|
8332
|
-
|
|
8333
|
-
|
|
8334
|
-
|
|
7856
|
+
disabled: boolean;
|
|
7857
|
+
closable: boolean | undefined;
|
|
7858
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
8335
7859
|
}>;
|
|
8336
7860
|
NAnchor: import("vue").DefineComponent<{
|
|
8337
7861
|
readonly type: {
|
|
@@ -8505,17 +8029,17 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8505
8029
|
railWidth: string;
|
|
8506
8030
|
}, any>>>;
|
|
8507
8031
|
}>>, {
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8032
|
+
type: "block" | "rail";
|
|
8033
|
+
bound: number;
|
|
8034
|
+
position: "fix" | "absolute";
|
|
8035
|
+
target: (() => HTMLElement) | undefined;
|
|
8036
|
+
affix: boolean;
|
|
8037
|
+
offsetTop: number | undefined;
|
|
8038
|
+
offsetBottom: number | undefined;
|
|
8039
|
+
showRail: boolean;
|
|
8040
|
+
showBackground: boolean;
|
|
8041
|
+
internalScrollable: boolean;
|
|
8042
|
+
ignoreGap: boolean;
|
|
8519
8043
|
}>;
|
|
8520
8044
|
NAnchorLink: import("vue").DefineComponent<{
|
|
8521
8045
|
readonly title: StringConstructor;
|
|
@@ -8590,16 +8114,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8590
8114
|
};
|
|
8591
8115
|
checked: BooleanConstructor;
|
|
8592
8116
|
checkable: BooleanConstructor;
|
|
8593
|
-
strong: BooleanConstructor;
|
|
8594
8117
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
8595
8118
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8596
8119
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8597
8120
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
8598
8121
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
8599
|
-
internalCloseFocusable: {
|
|
8600
|
-
type: BooleanConstructor;
|
|
8601
|
-
default: boolean;
|
|
8602
|
-
};
|
|
8603
8122
|
internalStopClickPropagation: BooleanConstructor;
|
|
8604
8123
|
onCheckedChange: {
|
|
8605
8124
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -8622,7 +8141,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8622
8141
|
readonly default: undefined;
|
|
8623
8142
|
};
|
|
8624
8143
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8625
|
-
closeBorderRadius: string;
|
|
8626
8144
|
heightTiny: string;
|
|
8627
8145
|
heightSmall: string;
|
|
8628
8146
|
heightMedium: string;
|
|
@@ -8633,7 +8151,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8633
8151
|
fontSizeSmall: string;
|
|
8634
8152
|
fontSizeMedium: string;
|
|
8635
8153
|
fontSizeLarge: string;
|
|
8636
|
-
fontWeightStrong: string;
|
|
8637
8154
|
textColorCheckable: string;
|
|
8638
8155
|
textColorHoverCheckable: string;
|
|
8639
8156
|
textColorPressedCheckable: string;
|
|
@@ -8647,61 +8164,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8647
8164
|
border: string;
|
|
8648
8165
|
textColor: string;
|
|
8649
8166
|
color: string;
|
|
8650
|
-
|
|
8651
|
-
closeIconColor: string;
|
|
8652
|
-
closeIconColorHover: string;
|
|
8653
|
-
closeIconColorPressed: string;
|
|
8167
|
+
closeColor: string;
|
|
8654
8168
|
closeColorHover: string;
|
|
8655
8169
|
closeColorPressed: string;
|
|
8656
8170
|
borderPrimary: string;
|
|
8657
8171
|
textColorPrimary: string;
|
|
8658
8172
|
colorPrimary: string;
|
|
8659
|
-
|
|
8660
|
-
closeIconColorPrimary: string;
|
|
8661
|
-
closeIconColorHoverPrimary: string;
|
|
8662
|
-
closeIconColorPressedPrimary: string;
|
|
8173
|
+
closeColorPrimary: string;
|
|
8663
8174
|
closeColorHoverPrimary: string;
|
|
8664
8175
|
closeColorPressedPrimary: string;
|
|
8665
8176
|
borderInfo: string;
|
|
8666
8177
|
textColorInfo: string;
|
|
8667
8178
|
colorInfo: string;
|
|
8668
|
-
|
|
8669
|
-
closeIconColorInfo: string;
|
|
8670
|
-
closeIconColorHoverInfo: string;
|
|
8671
|
-
closeIconColorPressedInfo: string;
|
|
8179
|
+
closeColorInfo: string;
|
|
8672
8180
|
closeColorHoverInfo: string;
|
|
8673
8181
|
closeColorPressedInfo: string;
|
|
8674
8182
|
borderSuccess: string;
|
|
8675
8183
|
textColorSuccess: string;
|
|
8676
8184
|
colorSuccess: string;
|
|
8677
|
-
|
|
8678
|
-
closeIconColorSuccess: string;
|
|
8679
|
-
closeIconColorHoverSuccess: string;
|
|
8680
|
-
closeIconColorPressedSuccess: string;
|
|
8185
|
+
closeColorSuccess: string;
|
|
8681
8186
|
closeColorHoverSuccess: string;
|
|
8682
8187
|
closeColorPressedSuccess: string;
|
|
8683
8188
|
borderWarning: string;
|
|
8684
8189
|
textColorWarning: string;
|
|
8685
8190
|
colorWarning: string;
|
|
8686
|
-
|
|
8687
|
-
closeIconColorWarning: string;
|
|
8688
|
-
closeIconColorHoverWarning: string;
|
|
8689
|
-
closeIconColorPressedWarning: string;
|
|
8191
|
+
closeColorWarning: string;
|
|
8690
8192
|
closeColorHoverWarning: string;
|
|
8691
8193
|
closeColorPressedWarning: string;
|
|
8692
8194
|
borderError: string;
|
|
8693
8195
|
textColorError: string;
|
|
8694
8196
|
colorError: string;
|
|
8695
|
-
|
|
8696
|
-
closeIconColorError: string;
|
|
8697
|
-
closeIconColorHoverError: string;
|
|
8698
|
-
closeIconColorPressedError: string;
|
|
8197
|
+
closeColorError: string;
|
|
8699
8198
|
closeColorHoverError: string;
|
|
8700
8199
|
closeColorPressedError: string;
|
|
8701
|
-
closeIconSizeTiny: string;
|
|
8702
|
-
closeIconSizeSmall: string;
|
|
8703
|
-
closeIconSizeMedium: string;
|
|
8704
|
-
closeIconSizeLarge: string;
|
|
8705
8200
|
closeSizeTiny: string;
|
|
8706
8201
|
closeSizeSmall: string;
|
|
8707
8202
|
closeSizeMedium: string;
|
|
@@ -8711,7 +8206,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8711
8206
|
closeMarginRtl: string;
|
|
8712
8207
|
}, any>>;
|
|
8713
8208
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8714
|
-
closeBorderRadius: string;
|
|
8715
8209
|
heightTiny: string;
|
|
8716
8210
|
heightSmall: string;
|
|
8717
8211
|
heightMedium: string;
|
|
@@ -8722,7 +8216,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8722
8216
|
fontSizeSmall: string;
|
|
8723
8217
|
fontSizeMedium: string;
|
|
8724
8218
|
fontSizeLarge: string;
|
|
8725
|
-
fontWeightStrong: string;
|
|
8726
8219
|
textColorCheckable: string;
|
|
8727
8220
|
textColorHoverCheckable: string;
|
|
8728
8221
|
textColorPressedCheckable: string;
|
|
@@ -8736,61 +8229,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8736
8229
|
border: string;
|
|
8737
8230
|
textColor: string;
|
|
8738
8231
|
color: string;
|
|
8739
|
-
|
|
8740
|
-
closeIconColor: string;
|
|
8741
|
-
closeIconColorHover: string;
|
|
8742
|
-
closeIconColorPressed: string;
|
|
8232
|
+
closeColor: string;
|
|
8743
8233
|
closeColorHover: string;
|
|
8744
8234
|
closeColorPressed: string;
|
|
8745
8235
|
borderPrimary: string;
|
|
8746
8236
|
textColorPrimary: string;
|
|
8747
8237
|
colorPrimary: string;
|
|
8748
|
-
|
|
8749
|
-
closeIconColorPrimary: string;
|
|
8750
|
-
closeIconColorHoverPrimary: string;
|
|
8751
|
-
closeIconColorPressedPrimary: string;
|
|
8238
|
+
closeColorPrimary: string;
|
|
8752
8239
|
closeColorHoverPrimary: string;
|
|
8753
8240
|
closeColorPressedPrimary: string;
|
|
8754
8241
|
borderInfo: string;
|
|
8755
8242
|
textColorInfo: string;
|
|
8756
8243
|
colorInfo: string;
|
|
8757
|
-
|
|
8758
|
-
closeIconColorInfo: string;
|
|
8759
|
-
closeIconColorHoverInfo: string;
|
|
8760
|
-
closeIconColorPressedInfo: string;
|
|
8244
|
+
closeColorInfo: string;
|
|
8761
8245
|
closeColorHoverInfo: string;
|
|
8762
8246
|
closeColorPressedInfo: string;
|
|
8763
8247
|
borderSuccess: string;
|
|
8764
8248
|
textColorSuccess: string;
|
|
8765
8249
|
colorSuccess: string;
|
|
8766
|
-
|
|
8767
|
-
closeIconColorSuccess: string;
|
|
8768
|
-
closeIconColorHoverSuccess: string;
|
|
8769
|
-
closeIconColorPressedSuccess: string;
|
|
8250
|
+
closeColorSuccess: string;
|
|
8770
8251
|
closeColorHoverSuccess: string;
|
|
8771
8252
|
closeColorPressedSuccess: string;
|
|
8772
8253
|
borderWarning: string;
|
|
8773
8254
|
textColorWarning: string;
|
|
8774
8255
|
colorWarning: string;
|
|
8775
|
-
|
|
8776
|
-
closeIconColorWarning: string;
|
|
8777
|
-
closeIconColorHoverWarning: string;
|
|
8778
|
-
closeIconColorPressedWarning: string;
|
|
8256
|
+
closeColorWarning: string;
|
|
8779
8257
|
closeColorHoverWarning: string;
|
|
8780
8258
|
closeColorPressedWarning: string;
|
|
8781
8259
|
borderError: string;
|
|
8782
8260
|
textColorError: string;
|
|
8783
8261
|
colorError: string;
|
|
8784
|
-
|
|
8785
|
-
closeIconColorError: string;
|
|
8786
|
-
closeIconColorHoverError: string;
|
|
8787
|
-
closeIconColorPressedError: string;
|
|
8262
|
+
closeColorError: string;
|
|
8788
8263
|
closeColorHoverError: string;
|
|
8789
8264
|
closeColorPressedError: string;
|
|
8790
|
-
closeIconSizeTiny: string;
|
|
8791
|
-
closeIconSizeSmall: string;
|
|
8792
|
-
closeIconSizeMedium: string;
|
|
8793
|
-
closeIconSizeLarge: string;
|
|
8794
8265
|
closeSizeTiny: string;
|
|
8795
8266
|
closeSizeSmall: string;
|
|
8796
8267
|
closeSizeMedium: string;
|
|
@@ -8800,7 +8271,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8800
8271
|
closeMarginRtl: string;
|
|
8801
8272
|
}, any>>>;
|
|
8802
8273
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8803
|
-
closeBorderRadius: string;
|
|
8804
8274
|
heightTiny: string;
|
|
8805
8275
|
heightSmall: string;
|
|
8806
8276
|
heightMedium: string;
|
|
@@ -8811,7 +8281,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8811
8281
|
fontSizeSmall: string;
|
|
8812
8282
|
fontSizeMedium: string;
|
|
8813
8283
|
fontSizeLarge: string;
|
|
8814
|
-
fontWeightStrong: string;
|
|
8815
8284
|
textColorCheckable: string;
|
|
8816
8285
|
textColorHoverCheckable: string;
|
|
8817
8286
|
textColorPressedCheckable: string;
|
|
@@ -8825,61 +8294,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8825
8294
|
border: string;
|
|
8826
8295
|
textColor: string;
|
|
8827
8296
|
color: string;
|
|
8828
|
-
|
|
8829
|
-
closeIconColor: string;
|
|
8830
|
-
closeIconColorHover: string;
|
|
8831
|
-
closeIconColorPressed: string;
|
|
8297
|
+
closeColor: string;
|
|
8832
8298
|
closeColorHover: string;
|
|
8833
8299
|
closeColorPressed: string;
|
|
8834
8300
|
borderPrimary: string;
|
|
8835
8301
|
textColorPrimary: string;
|
|
8836
8302
|
colorPrimary: string;
|
|
8837
|
-
|
|
8838
|
-
closeIconColorPrimary: string;
|
|
8839
|
-
closeIconColorHoverPrimary: string;
|
|
8840
|
-
closeIconColorPressedPrimary: string;
|
|
8303
|
+
closeColorPrimary: string;
|
|
8841
8304
|
closeColorHoverPrimary: string;
|
|
8842
8305
|
closeColorPressedPrimary: string;
|
|
8843
8306
|
borderInfo: string;
|
|
8844
8307
|
textColorInfo: string;
|
|
8845
8308
|
colorInfo: string;
|
|
8846
|
-
|
|
8847
|
-
closeIconColorInfo: string;
|
|
8848
|
-
closeIconColorHoverInfo: string;
|
|
8849
|
-
closeIconColorPressedInfo: string;
|
|
8309
|
+
closeColorInfo: string;
|
|
8850
8310
|
closeColorHoverInfo: string;
|
|
8851
8311
|
closeColorPressedInfo: string;
|
|
8852
8312
|
borderSuccess: string;
|
|
8853
8313
|
textColorSuccess: string;
|
|
8854
8314
|
colorSuccess: string;
|
|
8855
|
-
|
|
8856
|
-
closeIconColorSuccess: string;
|
|
8857
|
-
closeIconColorHoverSuccess: string;
|
|
8858
|
-
closeIconColorPressedSuccess: string;
|
|
8315
|
+
closeColorSuccess: string;
|
|
8859
8316
|
closeColorHoverSuccess: string;
|
|
8860
8317
|
closeColorPressedSuccess: string;
|
|
8861
8318
|
borderWarning: string;
|
|
8862
8319
|
textColorWarning: string;
|
|
8863
8320
|
colorWarning: string;
|
|
8864
|
-
|
|
8865
|
-
closeIconColorWarning: string;
|
|
8866
|
-
closeIconColorHoverWarning: string;
|
|
8867
|
-
closeIconColorPressedWarning: string;
|
|
8321
|
+
closeColorWarning: string;
|
|
8868
8322
|
closeColorHoverWarning: string;
|
|
8869
8323
|
closeColorPressedWarning: string;
|
|
8870
8324
|
borderError: string;
|
|
8871
8325
|
textColorError: string;
|
|
8872
8326
|
colorError: string;
|
|
8873
|
-
|
|
8874
|
-
closeIconColorError: string;
|
|
8875
|
-
closeIconColorHoverError: string;
|
|
8876
|
-
closeIconColorPressedError: string;
|
|
8327
|
+
closeColorError: string;
|
|
8877
8328
|
closeColorHoverError: string;
|
|
8878
8329
|
closeColorPressedError: string;
|
|
8879
|
-
closeIconSizeTiny: string;
|
|
8880
|
-
closeIconSizeSmall: string;
|
|
8881
|
-
closeIconSizeMedium: string;
|
|
8882
|
-
closeIconSizeLarge: string;
|
|
8883
8330
|
closeSizeTiny: string;
|
|
8884
8331
|
closeSizeSmall: string;
|
|
8885
8332
|
closeSizeMedium: string;
|
|
@@ -8896,19 +8343,14 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8896
8343
|
handleClick: (e: MouseEvent) => void;
|
|
8897
8344
|
handleCloseClick: (e: MouseEvent) => void;
|
|
8898
8345
|
cssVars: import("vue").ComputedRef<{
|
|
8899
|
-
'--n-font-weight-strong': string;
|
|
8900
8346
|
'--n-avatar-size-override': string;
|
|
8901
8347
|
'--n-bezier': string;
|
|
8902
8348
|
'--n-border-radius': string;
|
|
8903
8349
|
'--n-border': string;
|
|
8904
|
-
'--n-close-
|
|
8905
|
-
'--n-close-color-pressed': string;
|
|
8350
|
+
'--n-close-color': string;
|
|
8906
8351
|
'--n-close-color-hover': string;
|
|
8907
|
-
'--n-close-
|
|
8908
|
-
'--n-close-
|
|
8909
|
-
'--n-close-icon-color-hover': string;
|
|
8910
|
-
'--n-close-icon-color-pressed': string;
|
|
8911
|
-
'--n-close-icon-color-disabled': string;
|
|
8352
|
+
'--n-close-color-pressed': string;
|
|
8353
|
+
'--n-close-color-disabled': string;
|
|
8912
8354
|
'--n-close-margin': string;
|
|
8913
8355
|
'--n-close-margin-rtl': string;
|
|
8914
8356
|
'--n-close-size': string;
|
|
@@ -8939,16 +8381,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8939
8381
|
};
|
|
8940
8382
|
checked: BooleanConstructor;
|
|
8941
8383
|
checkable: BooleanConstructor;
|
|
8942
|
-
strong: BooleanConstructor;
|
|
8943
8384
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
8944
8385
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8945
8386
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8946
8387
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
8947
8388
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
8948
|
-
internalCloseFocusable: {
|
|
8949
|
-
type: BooleanConstructor;
|
|
8950
|
-
default: boolean;
|
|
8951
|
-
};
|
|
8952
8389
|
internalStopClickPropagation: BooleanConstructor;
|
|
8953
8390
|
onCheckedChange: {
|
|
8954
8391
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -8971,7 +8408,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8971
8408
|
readonly default: undefined;
|
|
8972
8409
|
};
|
|
8973
8410
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8974
|
-
closeBorderRadius: string;
|
|
8975
8411
|
heightTiny: string;
|
|
8976
8412
|
heightSmall: string;
|
|
8977
8413
|
heightMedium: string;
|
|
@@ -8982,7 +8418,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8982
8418
|
fontSizeSmall: string;
|
|
8983
8419
|
fontSizeMedium: string;
|
|
8984
8420
|
fontSizeLarge: string;
|
|
8985
|
-
fontWeightStrong: string;
|
|
8986
8421
|
textColorCheckable: string;
|
|
8987
8422
|
textColorHoverCheckable: string;
|
|
8988
8423
|
textColorPressedCheckable: string;
|
|
@@ -8996,61 +8431,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8996
8431
|
border: string;
|
|
8997
8432
|
textColor: string;
|
|
8998
8433
|
color: string;
|
|
8999
|
-
|
|
9000
|
-
closeIconColor: string;
|
|
9001
|
-
closeIconColorHover: string;
|
|
9002
|
-
closeIconColorPressed: string;
|
|
8434
|
+
closeColor: string;
|
|
9003
8435
|
closeColorHover: string;
|
|
9004
8436
|
closeColorPressed: string;
|
|
9005
8437
|
borderPrimary: string;
|
|
9006
8438
|
textColorPrimary: string;
|
|
9007
8439
|
colorPrimary: string;
|
|
9008
|
-
|
|
9009
|
-
closeIconColorPrimary: string;
|
|
9010
|
-
closeIconColorHoverPrimary: string;
|
|
9011
|
-
closeIconColorPressedPrimary: string;
|
|
8440
|
+
closeColorPrimary: string;
|
|
9012
8441
|
closeColorHoverPrimary: string;
|
|
9013
8442
|
closeColorPressedPrimary: string;
|
|
9014
8443
|
borderInfo: string;
|
|
9015
8444
|
textColorInfo: string;
|
|
9016
8445
|
colorInfo: string;
|
|
9017
|
-
|
|
9018
|
-
closeIconColorInfo: string;
|
|
9019
|
-
closeIconColorHoverInfo: string;
|
|
9020
|
-
closeIconColorPressedInfo: string;
|
|
8446
|
+
closeColorInfo: string;
|
|
9021
8447
|
closeColorHoverInfo: string;
|
|
9022
8448
|
closeColorPressedInfo: string;
|
|
9023
8449
|
borderSuccess: string;
|
|
9024
8450
|
textColorSuccess: string;
|
|
9025
8451
|
colorSuccess: string;
|
|
9026
|
-
|
|
9027
|
-
closeIconColorSuccess: string;
|
|
9028
|
-
closeIconColorHoverSuccess: string;
|
|
9029
|
-
closeIconColorPressedSuccess: string;
|
|
8452
|
+
closeColorSuccess: string;
|
|
9030
8453
|
closeColorHoverSuccess: string;
|
|
9031
8454
|
closeColorPressedSuccess: string;
|
|
9032
8455
|
borderWarning: string;
|
|
9033
8456
|
textColorWarning: string;
|
|
9034
8457
|
colorWarning: string;
|
|
9035
|
-
|
|
9036
|
-
closeIconColorWarning: string;
|
|
9037
|
-
closeIconColorHoverWarning: string;
|
|
9038
|
-
closeIconColorPressedWarning: string;
|
|
8458
|
+
closeColorWarning: string;
|
|
9039
8459
|
closeColorHoverWarning: string;
|
|
9040
8460
|
closeColorPressedWarning: string;
|
|
9041
8461
|
borderError: string;
|
|
9042
8462
|
textColorError: string;
|
|
9043
8463
|
colorError: string;
|
|
9044
|
-
|
|
9045
|
-
closeIconColorError: string;
|
|
9046
|
-
closeIconColorHoverError: string;
|
|
9047
|
-
closeIconColorPressedError: string;
|
|
8464
|
+
closeColorError: string;
|
|
9048
8465
|
closeColorHoverError: string;
|
|
9049
8466
|
closeColorPressedError: string;
|
|
9050
|
-
closeIconSizeTiny: string;
|
|
9051
|
-
closeIconSizeSmall: string;
|
|
9052
|
-
closeIconSizeMedium: string;
|
|
9053
|
-
closeIconSizeLarge: string;
|
|
9054
8467
|
closeSizeTiny: string;
|
|
9055
8468
|
closeSizeSmall: string;
|
|
9056
8469
|
closeSizeMedium: string;
|
|
@@ -9060,7 +8473,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9060
8473
|
closeMarginRtl: string;
|
|
9061
8474
|
}, any>>;
|
|
9062
8475
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
9063
|
-
closeBorderRadius: string;
|
|
9064
8476
|
heightTiny: string;
|
|
9065
8477
|
heightSmall: string;
|
|
9066
8478
|
heightMedium: string;
|
|
@@ -9071,7 +8483,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9071
8483
|
fontSizeSmall: string;
|
|
9072
8484
|
fontSizeMedium: string;
|
|
9073
8485
|
fontSizeLarge: string;
|
|
9074
|
-
fontWeightStrong: string;
|
|
9075
8486
|
textColorCheckable: string;
|
|
9076
8487
|
textColorHoverCheckable: string;
|
|
9077
8488
|
textColorPressedCheckable: string;
|
|
@@ -9085,61 +8496,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9085
8496
|
border: string;
|
|
9086
8497
|
textColor: string;
|
|
9087
8498
|
color: string;
|
|
9088
|
-
|
|
9089
|
-
closeIconColor: string;
|
|
9090
|
-
closeIconColorHover: string;
|
|
9091
|
-
closeIconColorPressed: string;
|
|
8499
|
+
closeColor: string;
|
|
9092
8500
|
closeColorHover: string;
|
|
9093
8501
|
closeColorPressed: string;
|
|
9094
8502
|
borderPrimary: string;
|
|
9095
8503
|
textColorPrimary: string;
|
|
9096
8504
|
colorPrimary: string;
|
|
9097
|
-
|
|
9098
|
-
closeIconColorPrimary: string;
|
|
9099
|
-
closeIconColorHoverPrimary: string;
|
|
9100
|
-
closeIconColorPressedPrimary: string;
|
|
8505
|
+
closeColorPrimary: string;
|
|
9101
8506
|
closeColorHoverPrimary: string;
|
|
9102
8507
|
closeColorPressedPrimary: string;
|
|
9103
8508
|
borderInfo: string;
|
|
9104
8509
|
textColorInfo: string;
|
|
9105
8510
|
colorInfo: string;
|
|
9106
|
-
|
|
9107
|
-
closeIconColorInfo: string;
|
|
9108
|
-
closeIconColorHoverInfo: string;
|
|
9109
|
-
closeIconColorPressedInfo: string;
|
|
8511
|
+
closeColorInfo: string;
|
|
9110
8512
|
closeColorHoverInfo: string;
|
|
9111
8513
|
closeColorPressedInfo: string;
|
|
9112
8514
|
borderSuccess: string;
|
|
9113
8515
|
textColorSuccess: string;
|
|
9114
8516
|
colorSuccess: string;
|
|
9115
|
-
|
|
9116
|
-
closeIconColorSuccess: string;
|
|
9117
|
-
closeIconColorHoverSuccess: string;
|
|
9118
|
-
closeIconColorPressedSuccess: string;
|
|
8517
|
+
closeColorSuccess: string;
|
|
9119
8518
|
closeColorHoverSuccess: string;
|
|
9120
8519
|
closeColorPressedSuccess: string;
|
|
9121
8520
|
borderWarning: string;
|
|
9122
8521
|
textColorWarning: string;
|
|
9123
8522
|
colorWarning: string;
|
|
9124
|
-
|
|
9125
|
-
closeIconColorWarning: string;
|
|
9126
|
-
closeIconColorHoverWarning: string;
|
|
9127
|
-
closeIconColorPressedWarning: string;
|
|
8523
|
+
closeColorWarning: string;
|
|
9128
8524
|
closeColorHoverWarning: string;
|
|
9129
8525
|
closeColorPressedWarning: string;
|
|
9130
8526
|
borderError: string;
|
|
9131
8527
|
textColorError: string;
|
|
9132
8528
|
colorError: string;
|
|
9133
|
-
|
|
9134
|
-
closeIconColorError: string;
|
|
9135
|
-
closeIconColorHoverError: string;
|
|
9136
|
-
closeIconColorPressedError: string;
|
|
8529
|
+
closeColorError: string;
|
|
9137
8530
|
closeColorHoverError: string;
|
|
9138
8531
|
closeColorPressedError: string;
|
|
9139
|
-
closeIconSizeTiny: string;
|
|
9140
|
-
closeIconSizeSmall: string;
|
|
9141
|
-
closeIconSizeMedium: string;
|
|
9142
|
-
closeIconSizeLarge: string;
|
|
9143
8532
|
closeSizeTiny: string;
|
|
9144
8533
|
closeSizeSmall: string;
|
|
9145
8534
|
closeSizeMedium: string;
|
|
@@ -9149,7 +8538,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9149
8538
|
closeMarginRtl: string;
|
|
9150
8539
|
}, any>>>;
|
|
9151
8540
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
9152
|
-
closeBorderRadius: string;
|
|
9153
8541
|
heightTiny: string;
|
|
9154
8542
|
heightSmall: string;
|
|
9155
8543
|
heightMedium: string;
|
|
@@ -9160,7 +8548,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9160
8548
|
fontSizeSmall: string;
|
|
9161
8549
|
fontSizeMedium: string;
|
|
9162
8550
|
fontSizeLarge: string;
|
|
9163
|
-
fontWeightStrong: string;
|
|
9164
8551
|
textColorCheckable: string;
|
|
9165
8552
|
textColorHoverCheckable: string;
|
|
9166
8553
|
textColorPressedCheckable: string;
|
|
@@ -9174,61 +8561,39 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9174
8561
|
border: string;
|
|
9175
8562
|
textColor: string;
|
|
9176
8563
|
color: string;
|
|
9177
|
-
|
|
9178
|
-
closeIconColor: string;
|
|
9179
|
-
closeIconColorHover: string;
|
|
9180
|
-
closeIconColorPressed: string;
|
|
8564
|
+
closeColor: string;
|
|
9181
8565
|
closeColorHover: string;
|
|
9182
8566
|
closeColorPressed: string;
|
|
9183
8567
|
borderPrimary: string;
|
|
9184
8568
|
textColorPrimary: string;
|
|
9185
8569
|
colorPrimary: string;
|
|
9186
|
-
|
|
9187
|
-
closeIconColorPrimary: string;
|
|
9188
|
-
closeIconColorHoverPrimary: string;
|
|
9189
|
-
closeIconColorPressedPrimary: string;
|
|
8570
|
+
closeColorPrimary: string;
|
|
9190
8571
|
closeColorHoverPrimary: string;
|
|
9191
8572
|
closeColorPressedPrimary: string;
|
|
9192
8573
|
borderInfo: string;
|
|
9193
8574
|
textColorInfo: string;
|
|
9194
8575
|
colorInfo: string;
|
|
9195
|
-
|
|
9196
|
-
closeIconColorInfo: string;
|
|
9197
|
-
closeIconColorHoverInfo: string;
|
|
9198
|
-
closeIconColorPressedInfo: string;
|
|
8576
|
+
closeColorInfo: string;
|
|
9199
8577
|
closeColorHoverInfo: string;
|
|
9200
8578
|
closeColorPressedInfo: string;
|
|
9201
8579
|
borderSuccess: string;
|
|
9202
8580
|
textColorSuccess: string;
|
|
9203
8581
|
colorSuccess: string;
|
|
9204
|
-
|
|
9205
|
-
closeIconColorSuccess: string;
|
|
9206
|
-
closeIconColorHoverSuccess: string;
|
|
9207
|
-
closeIconColorPressedSuccess: string;
|
|
8582
|
+
closeColorSuccess: string;
|
|
9208
8583
|
closeColorHoverSuccess: string;
|
|
9209
8584
|
closeColorPressedSuccess: string;
|
|
9210
8585
|
borderWarning: string;
|
|
9211
8586
|
textColorWarning: string;
|
|
9212
8587
|
colorWarning: string;
|
|
9213
|
-
|
|
9214
|
-
closeIconColorWarning: string;
|
|
9215
|
-
closeIconColorHoverWarning: string;
|
|
9216
|
-
closeIconColorPressedWarning: string;
|
|
8588
|
+
closeColorWarning: string;
|
|
9217
8589
|
closeColorHoverWarning: string;
|
|
9218
8590
|
closeColorPressedWarning: string;
|
|
9219
8591
|
borderError: string;
|
|
9220
8592
|
textColorError: string;
|
|
9221
8593
|
colorError: string;
|
|
9222
|
-
|
|
9223
|
-
closeIconColorError: string;
|
|
9224
|
-
closeIconColorHoverError: string;
|
|
9225
|
-
closeIconColorPressedError: string;
|
|
8594
|
+
closeColorError: string;
|
|
9226
8595
|
closeColorHoverError: string;
|
|
9227
8596
|
closeColorPressedError: string;
|
|
9228
|
-
closeIconSizeTiny: string;
|
|
9229
|
-
closeIconSizeSmall: string;
|
|
9230
|
-
closeIconSizeMedium: string;
|
|
9231
|
-
closeIconSizeLarge: string;
|
|
9232
8597
|
closeSizeTiny: string;
|
|
9233
8598
|
closeSizeSmall: string;
|
|
9234
8599
|
closeSizeMedium: string;
|
|
@@ -9243,13 +8608,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9243
8608
|
size: "small" | "medium" | "tiny" | "large";
|
|
9244
8609
|
disabled: boolean | undefined;
|
|
9245
8610
|
checked: boolean;
|
|
9246
|
-
strong: boolean;
|
|
9247
8611
|
bordered: boolean | undefined;
|
|
9248
|
-
closable: boolean;
|
|
9249
8612
|
checkable: boolean;
|
|
9250
|
-
internalCloseFocusable: boolean;
|
|
9251
8613
|
internalStopClickPropagation: boolean;
|
|
9252
8614
|
onCheckedChange: (checked: boolean) => void;
|
|
8615
|
+
closable: boolean;
|
|
9253
8616
|
}>;
|
|
9254
8617
|
NTooltip: import("vue").DefineComponent<{
|
|
9255
8618
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -9379,11 +8742,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9379
8742
|
scrollable: BooleanConstructor;
|
|
9380
8743
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9381
8744
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9382
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9383
8745
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
9384
8746
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9385
8747
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9386
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
9387
8748
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
9388
8749
|
internalInheritedEventHandlers: {
|
|
9389
8750
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -9448,11 +8809,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9448
8809
|
opacity5: string;
|
|
9449
8810
|
dividerColor: string;
|
|
9450
8811
|
borderColor: string;
|
|
9451
|
-
|
|
9452
|
-
closeIconColorHover: string;
|
|
9453
|
-
closeIconColorPressed: string;
|
|
8812
|
+
closeColor: string;
|
|
9454
8813
|
closeColorHover: string;
|
|
9455
8814
|
closeColorPressed: string;
|
|
8815
|
+
closeColorDisabled: string;
|
|
9456
8816
|
clearColor: string;
|
|
9457
8817
|
clearColorHover: string;
|
|
9458
8818
|
clearColorPressed: string;
|
|
@@ -9681,11 +9041,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9681
9041
|
scrollable: BooleanConstructor;
|
|
9682
9042
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9683
9043
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9684
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9685
9044
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
9686
9045
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9687
9046
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9688
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
9689
9047
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
9690
9048
|
internalInheritedEventHandlers: {
|
|
9691
9049
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -9721,7 +9079,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9721
9079
|
arrowPointToCenter: boolean;
|
|
9722
9080
|
displayDirective: "show" | "if";
|
|
9723
9081
|
keepAliveOnHover: boolean;
|
|
9724
|
-
internalDeactivateImmediately: boolean;
|
|
9725
9082
|
animated: boolean;
|
|
9726
9083
|
internalTrapFocus: boolean;
|
|
9727
9084
|
defaultShow: boolean;
|
|
@@ -9847,10 +9204,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9847
9204
|
readonly default: true;
|
|
9848
9205
|
};
|
|
9849
9206
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
9850
|
-
readonly nativeFocusBehavior:
|
|
9851
|
-
readonly type: BooleanConstructor;
|
|
9852
|
-
readonly default: boolean;
|
|
9853
|
-
};
|
|
9207
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
9854
9208
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
9855
9209
|
heightTiny: string;
|
|
9856
9210
|
heightSmall: string;
|
|
@@ -10564,10 +9918,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10564
9918
|
readonly default: true;
|
|
10565
9919
|
};
|
|
10566
9920
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
10567
|
-
readonly nativeFocusBehavior:
|
|
10568
|
-
readonly type: BooleanConstructor;
|
|
10569
|
-
readonly default: boolean;
|
|
10570
|
-
};
|
|
9921
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
10571
9922
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
10572
9923
|
heightTiny: string;
|
|
10573
9924
|
heightSmall: string;
|
|
@@ -11181,26 +10532,26 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11181
10532
|
rippleDuration: string;
|
|
11182
10533
|
}, any>>>;
|
|
11183
10534
|
}>>, {
|
|
11184
|
-
|
|
11185
|
-
|
|
11186
|
-
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11194
|
-
|
|
11195
|
-
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11202
|
-
|
|
11203
|
-
|
|
10535
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
10536
|
+
tag: keyof HTMLElementTagNameMap;
|
|
10537
|
+
block: boolean;
|
|
10538
|
+
round: boolean;
|
|
10539
|
+
dashed: boolean;
|
|
10540
|
+
text: boolean;
|
|
10541
|
+
circle: boolean;
|
|
10542
|
+
disabled: boolean;
|
|
10543
|
+
focusable: boolean;
|
|
10544
|
+
strong: boolean;
|
|
10545
|
+
loading: boolean;
|
|
10546
|
+
bordered: boolean;
|
|
10547
|
+
tertiary: boolean;
|
|
10548
|
+
ghost: boolean;
|
|
10549
|
+
keyboard: boolean;
|
|
10550
|
+
secondary: boolean;
|
|
10551
|
+
quaternary: boolean;
|
|
10552
|
+
iconPlacement: "left" | "right";
|
|
10553
|
+
attrType: "button" | "reset" | "submit";
|
|
10554
|
+
nativeFocusBehavior: boolean;
|
|
11204
10555
|
}>;
|
|
11205
10556
|
NInput: import("vue").DefineComponent<{
|
|
11206
10557
|
bordered: {
|
|
@@ -11260,7 +10611,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11260
10611
|
type: BooleanConstructor;
|
|
11261
10612
|
default: undefined;
|
|
11262
10613
|
};
|
|
11263
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
11264
10614
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
11265
10615
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
11266
10616
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -11481,8 +10831,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11481
10831
|
contentRef: HTMLElement | null;
|
|
11482
10832
|
containerScrollTop: number;
|
|
11483
10833
|
syncUnifiedContainer: () => void;
|
|
11484
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
11485
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10834
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10835
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
11486
10836
|
sync: () => void;
|
|
11487
10837
|
handleMouseEnterWrapper: () => void;
|
|
11488
10838
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -11516,7 +10866,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11516
10866
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
11517
10867
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
11518
10868
|
handleInputBlur: (e: FocusEvent) => void;
|
|
11519
|
-
handleInputFocus: (e: FocusEvent
|
|
10869
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
11520
10870
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
11521
10871
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
11522
10872
|
handleMouseEnter: () => void;
|
|
@@ -11527,7 +10877,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11527
10877
|
handleClear: (e: MouseEvent) => void;
|
|
11528
10878
|
handlePasswordToggleClick: () => void;
|
|
11529
10879
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
11530
|
-
|
|
10880
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
11531
10881
|
handleTextAreaMirrorResize: () => void;
|
|
11532
10882
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
11533
10883
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -11571,11 +10921,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11571
10921
|
opacity5: string;
|
|
11572
10922
|
dividerColor: string;
|
|
11573
10923
|
borderColor: string;
|
|
11574
|
-
|
|
11575
|
-
closeIconColorHover: string;
|
|
11576
|
-
closeIconColorPressed: string;
|
|
10924
|
+
closeColor: string;
|
|
11577
10925
|
closeColorHover: string;
|
|
11578
10926
|
closeColorPressed: string;
|
|
10927
|
+
closeColorDisabled: string;
|
|
11579
10928
|
clearColor: string;
|
|
11580
10929
|
clearColorHover: string;
|
|
11581
10930
|
clearColorPressed: string;
|
|
@@ -11816,7 +11165,6 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11816
11165
|
type: BooleanConstructor;
|
|
11817
11166
|
default: undefined;
|
|
11818
11167
|
};
|
|
11819
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
11820
11168
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
11821
11169
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
11822
11170
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|