cnhis-design-vue 3.1.18-beta.4 → 3.1.18-beta.7
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/es/components/annotation-edit/index.js +1 -10
- package/es/components/annotation-edit/index2.js +10 -0
- package/es/components/big-table/index.d.ts +47 -98
- package/es/components/big-table/index.js +2 -17
- package/es/components/big-table/index2.js +19 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +63 -99
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
- package/es/components/big-table/src/bigTableEmits.js +1 -53
- package/es/components/big-table/src/bigTableEmits2.js +53 -0
- package/es/components/big-table/src/bigTableProps.js +1 -119
- package/es/components/big-table/src/bigTableProps2.js +119 -0
- package/es/components/big-table/src/bigTableState.js +1 -62
- package/es/components/big-table/src/bigTableState2.js +62 -0
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +6 -16
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
- package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/components/big-table/src/components/separate.js +1 -1
- package/es/components/big-table/src/constants/index.js +1 -3
- package/es/components/big-table/src/constants/index2.js +3 -0
- package/es/components/big-table/src/hooks/export.js +1 -1
- package/es/components/big-table/src/hooks/index.js +8 -8
- package/es/components/big-table/src/hooks/useAnchor.js +1 -49
- package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
- package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +6 -16
- package/es/components/big-table/src/hooks/useEdit.js +1 -122
- package/es/components/big-table/src/hooks/useEdit2.js +122 -0
- package/es/components/big-table/src/hooks/useEvent.js +1 -72
- package/es/components/big-table/src/hooks/useEvent2.js +72 -0
- package/es/components/big-table/src/hooks/useFormat.js +1 -492
- package/es/components/big-table/src/hooks/useFormat2.js +492 -0
- package/es/components/big-table/src/hooks/useNestTable.js +1 -86
- package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
- package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
- package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
- package/es/components/big-table/src/hooks/useTableParse.js +1 -136
- package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
- package/es/components/big-table/src/utils.js +1 -630
- package/es/components/big-table/src/utils2.js +630 -0
- package/es/components/bpmn-workflow/index.js +1 -10
- package/es/components/bpmn-workflow/index2.js +10 -0
- package/es/{packages/components → components}/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/BpmnViewer.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/ModelingModule.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -0
- package/es/components/button-print/index.d.ts +113 -190
- package/es/components/button-print/index.js +2 -11
- package/es/components/button-print/index2.js +11 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +113 -190
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.js +2 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +59 -117
- package/es/components/button-print/src/utils/dialog.d.ts +6 -0
- package/es/components/button-print/src/utils/dialog.js +65 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +6 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +330 -0
- package/es/components/chunk-upload/index.d.ts +22 -28
- package/es/components/chunk-upload/index.js +1 -14
- package/es/components/chunk-upload/index2.js +14 -0
- package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +32 -38
- package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
- package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +22 -28
- package/es/components/drag-layout/index.d.ts +298 -478
- package/es/components/drag-layout/index.js +1 -11
- package/es/components/drag-layout/index2.js +11 -0
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +298 -478
- package/es/components/editor/index.js +1 -10
- package/es/components/editor/index2.js +10 -0
- package/es/components/fabric-chart/index.js +1 -10
- package/es/components/fabric-chart/index2.js +10 -0
- package/es/components/fabric-chart/src/FabricChart.js +9 -9
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -36
- package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -36
- package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
- package/es/components/fabric-chart/src/hooks/index.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
- package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
- package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
- package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
- package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
- package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
- package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
- package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
- package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
- package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
- package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
- package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
- package/es/components/fabric-chart/src/interface.js +1 -4
- package/es/components/fabric-chart/src/interface2.js +4 -0
- package/es/{packages/components → components}/fabric-chart/src/utils/index.d.ts +0 -0
- package/es/components/field-set/index.d.ts +92 -142
- package/es/components/field-set/index.js +1 -10
- package/es/components/field-set/index2.js +10 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +92 -142
- package/es/components/form-config/index.d.ts +122 -264
- package/es/components/form-config/index.js +1 -10
- package/es/components/form-config/index2.js +10 -0
- package/es/components/form-config/src/FormConfig.js +3 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +122 -264
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -107
- package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
- package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -129
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +48 -61
- package/es/components/form-config/src/constants/index.js +1 -60
- package/es/components/form-config/src/constants/index2.js +60 -0
- package/es/components/form-config/src/hooks/index.js +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
- package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
- package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
- package/es/components/form-config/src/utils/index.js +1 -26
- package/es/components/form-config/src/utils/index2.js +26 -0
- package/es/components/form-render/index.d.ts +31 -69
- package/es/components/form-render/index.js +14 -23
- package/es/components/form-render/index2.js +46 -0
- package/es/components/form-render/src/FormRender.js +12 -22
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
- package/es/components/form-render/src/components/renderer/cascader.js +7 -7
- package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
- package/es/components/form-render/src/components/renderer/combination.js +4 -4
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +4 -4
- package/es/components/form-render/src/components/renderer/formItem.js +3 -3
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/index2.js +18 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
- package/es/components/form-render/src/components/renderer/input.js +20 -4
- package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +2 -2
- package/es/components/form-render/src/components/renderer/linebar.js +3 -3
- package/es/components/form-render/src/components/renderer/radio.js +2 -2
- package/es/components/form-render/src/components/renderer/select.js +7 -7
- package/es/components/form-render/src/components/renderer/slider.js +3 -3
- package/es/components/form-render/src/components/renderer/switch.js +2 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
- package/es/components/form-render/src/components/renderer/textarea.js +30 -7
- package/es/components/form-render/src/constants/index.js +1 -41
- package/es/components/form-render/src/constants/index2.js +41 -0
- package/es/components/form-render/src/hooks/index.js +13 -13
- package/es/components/form-render/src/hooks/useAnchor.js +1 -90
- package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
- package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
- package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
- package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
- package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
- package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
- package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
- package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
- package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -66
- package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -13
- package/es/components/form-render/src/hooks/useFormField2.js +13 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
- package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
- package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
- package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
- package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
- package/es/components/form-render/src/utils/business.js +1 -78
- package/es/components/form-render/src/utils/business2.js +78 -0
- package/es/components/form-render/src/utils/dom.js +1 -14
- package/es/components/form-render/src/utils/dom2.js +14 -0
- package/es/components/form-render/src/utils/index.js +3 -4
- package/es/components/form-render/src/utils/schema.d.ts +3 -0
- package/es/components/form-render/src/utils/schema.js +1 -86
- package/es/components/form-render/src/utils/schema2.js +93 -0
- package/es/components/form-table/index.d.ts +408 -654
- package/es/components/form-table/index.js +1 -10
- package/es/components/form-table/index2.js +10 -0
- package/es/components/form-table/src/FormTable.js +2 -2
- package/es/components/form-table/src/FormTable.vue.d.ts +408 -654
- package/es/components/form-table/src/components/index.d.ts +408 -654
- package/es/components/form-table/src/components/index.js +1 -40
- package/es/components/form-table/src/components/index2.js +40 -0
- package/es/components/form-table/src/components/table-age.js +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +61 -101
- package/es/components/form-table/src/components/table-date-picker.js +2 -2
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -26
- package/es/components/form-table/src/components/table-input-password.js +1 -1
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-month-picker.js +2 -2
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +22 -28
- package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-search.vue.d.ts +79 -103
- package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-time-picker.js +2 -2
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +19 -23
- package/es/components/form-table/src/components/table-tree-select.js +1 -1
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +31 -46
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/components/form-table/src/configs/index.js +1 -67
- package/es/components/form-table/src/configs/index2.js +67 -0
- package/es/components/form-table/src/hooks/index.js +5 -5
- package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
- package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/components/form-table/src/hooks/useDateType.js +1 -160
- package/es/components/form-table/src/hooks/useDateType2.js +160 -0
- package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
- package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
- package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
- package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
- package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
- package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
- package/es/components/form-table/src/hooks/useSearch.js +1 -1154
- package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
- package/es/components/form-table/src/hooks/useValidate.js +1 -480
- package/es/components/form-table/src/hooks/useValidate2.js +480 -0
- package/es/components/grid/index.js +1 -13
- package/es/components/grid/index2.js +13 -0
- package/es/components/grid/src/Grid.js +1 -1
- package/es/components/grid/src/hooks.js +1 -165
- package/es/components/grid/src/hooks2.js +165 -0
- package/es/components/index.js +39 -96
- package/es/components/index2.js +79 -0
- package/es/components/info-header/index.d.ts +58 -233
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoHeader.vue.d.ts +58 -233
- package/es/components/map/index.d.ts +28 -37
- package/es/components/map/index.js +1 -10
- package/es/components/map/index2.js +10 -0
- package/es/components/map/src/Map.vue.d.ts +28 -37
- package/es/components/scale-view/index.d.ts +60 -74
- package/es/components/scale-view/index.js +1 -35
- package/es/components/scale-view/index2.js +35 -0
- package/es/components/scale-view/src/ScaleView.js +8 -8
- package/es/components/scale-view/src/ScaleView.vue.d.ts +60 -74
- package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/components/scale-view/src/components/formitem/address.js +1 -3993
- package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
- package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
- package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
- package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
- package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
- package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/components/scale-view/src/hooks/use-component.js +1 -82
- package/es/components/scale-view/src/hooks/use-component2.js +82 -0
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/components/scale-view/src/hooks/use-event.js +1 -129
- package/es/components/scale-view/src/hooks/use-event2.js +129 -0
- package/es/components/scale-view/src/hooks/use-noData.js +1 -41
- package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/components/scale-view/src/utils/judge-types.js +1 -36
- package/es/components/scale-view/src/utils/judge-types2.js +36 -0
- package/es/components/select-label/index.d.ts +253 -905
- package/es/components/select-label/index.js +1 -15
- package/es/components/select-label/index2.js +15 -0
- package/es/components/select-label/src/LabelFormContent.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +98 -313
- package/es/components/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/components/select-person/index.d.ts +111 -151
- package/es/components/select-person/index.js +1 -10
- package/es/components/select-person/index2.js +10 -0
- package/es/components/select-person/src/SearchTree.vue.d.ts +40 -55
- package/es/components/select-person/src/SelectPerson.vue.d.ts +117 -159
- package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-person/src/utils/index.js +1 -84
- package/es/components/select-person/src/utils/index2.js +84 -0
- package/es/components/shortcut-provider/index.js +3 -12
- package/es/components/shortcut-provider/index2.js +13 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
- package/es/components/shortcut-provider/src/constants/index.js +1 -8
- package/es/components/shortcut-provider/src/constants/index2.js +8 -0
- package/es/components/shortcut-provider/src/hooks/index.js +2 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
- package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
- package/es/components/shortcut-provider/src/utils/index.js +1 -59
- package/es/components/shortcut-provider/src/utils/index2.js +59 -0
- package/es/components/shortcut-setter/index.d.ts +31 -69
- package/es/components/shortcut-setter/index.js +1 -10
- package/es/components/shortcut-setter/index2.js +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -69
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +6 -9
- package/es/components/steps-wheel/index.d.ts +2 -8
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -8
- package/es/components/time-line/index.d.ts +30 -55
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/shared/components/SelectPage/index.js +0 -1
- package/es/shared/components/SelectPage/index2.js +2 -0
- package/es/shared/components/SlotRender/index.js +0 -1
- package/es/shared/components/SlotRender/index2.js +2 -0
- package/es/shared/components/SvgIcon/index.js +0 -1
- package/es/shared/components/SvgIcon/index2.js +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/shared/components/TextOverTooltip/index.js +0 -1
- package/es/shared/components/TextOverTooltip/index2.js +2 -0
- package/es/shared/global/variable.js +1 -4
- package/es/shared/global/variable2.js +4 -0
- package/es/shared/utils/anime.js +1 -129
- package/es/shared/utils/anime2.js +129 -0
- package/es/shared/utils/clickoutside.js +1 -48
- package/es/shared/utils/clickoutside2.js +48 -0
- package/es/shared/utils/colorLog.js +1 -44
- package/es/shared/utils/colorLog2.js +44 -0
- package/es/shared/utils/index.js +1 -25
- package/es/shared/utils/index2.js +25 -0
- package/es/shared/utils/loadViewer.js +1 -11
- package/es/shared/utils/loadViewer2.js +11 -0
- package/es/shared/utils/loadVxe.js +1 -12
- package/es/shared/utils/loadVxe2.js +12 -0
- package/es/shared/utils/state.js +1 -44
- package/es/shared/utils/state2.js +44 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
- package/es/shared/utils/tapable/SyncBailHook.js +2 -23
- package/es/shared/utils/tapable/SyncHook.js +2 -23
- package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
- package/es/{packages/shared → shared}/utils/tapable/index.d.ts +0 -0
- package/es/shared/utils/utilExpand.d.ts +1 -1
- package/es/shared/utils/utilExpand.js +47 -46
- package/es/shared/utils/vexutils.js +1 -22
- package/package.json +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
- package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
- package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
- package/es/shared/components/player-vod/index.js +0 -14
- package/es/shared/components/player-vod/video-list.js +0 -126
- package/es/shared/core/create.js +0 -8
- package/es/shared/utils/crypto.js +0 -25
- package/es/shared/utils/tapable/HookMap.js +0 -32
- package/es/shared/utils/tapable/MultiHook.js +0 -38
- package/es/shared/utils/tapable/index.js +0 -12
|
@@ -256,7 +256,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
256
|
};
|
|
257
257
|
readonly remote: BooleanConstructor;
|
|
258
258
|
readonly loading: BooleanConstructor;
|
|
259
|
-
readonly filter:
|
|
259
|
+
readonly filter: {
|
|
260
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
261
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
262
|
+
};
|
|
260
263
|
readonly placement: {
|
|
261
264
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
262
265
|
readonly default: "bottom-start";
|
|
@@ -266,10 +269,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
269
|
readonly default: "trigger";
|
|
267
270
|
};
|
|
268
271
|
readonly tag: BooleanConstructor;
|
|
269
|
-
readonly onCreate:
|
|
272
|
+
readonly onCreate: {
|
|
273
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
274
|
+
readonly default: (label: string) => {
|
|
275
|
+
label: string;
|
|
276
|
+
value: string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
270
279
|
readonly fallbackOption: {
|
|
271
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
272
|
-
readonly default:
|
|
280
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
281
|
+
readonly default: () => (value: string | number) => {
|
|
282
|
+
label: string;
|
|
283
|
+
value: string | number;
|
|
284
|
+
};
|
|
273
285
|
};
|
|
274
286
|
readonly show: {
|
|
275
287
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -288,18 +300,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
288
300
|
readonly type: BooleanConstructor;
|
|
289
301
|
readonly default: true;
|
|
290
302
|
};
|
|
291
|
-
readonly labelField: {
|
|
292
|
-
readonly type: StringConstructor;
|
|
293
|
-
readonly default: "label";
|
|
294
|
-
};
|
|
295
|
-
readonly valueField: {
|
|
296
|
-
readonly type: StringConstructor;
|
|
297
|
-
readonly default: "value";
|
|
298
|
-
};
|
|
299
|
-
readonly childrenField: {
|
|
300
|
-
readonly type: StringConstructor;
|
|
301
|
-
readonly default: "children";
|
|
302
|
-
};
|
|
303
303
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
304
304
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
305
305
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -322,10 +322,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
322
322
|
readonly default: true;
|
|
323
323
|
};
|
|
324
324
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
325
|
-
readonly internalShowCheckmark: {
|
|
326
|
-
readonly type: BooleanConstructor;
|
|
327
|
-
readonly default: true;
|
|
328
|
-
};
|
|
329
325
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
330
326
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
331
327
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -421,7 +417,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
417
|
optionCheckColor: string;
|
|
422
418
|
optionColorPending: string;
|
|
423
419
|
optionColorActive: string;
|
|
424
|
-
optionColorActivePending: string;
|
|
425
420
|
actionTextColor: string;
|
|
426
421
|
loadingColor: string;
|
|
427
422
|
height: string;
|
|
@@ -547,7 +542,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
542
|
optionCheckColor: string;
|
|
548
543
|
optionColorPending: string;
|
|
549
544
|
optionColorActive: string;
|
|
550
|
-
optionColorActivePending: string;
|
|
551
545
|
actionTextColor: string;
|
|
552
546
|
loadingColor: string;
|
|
553
547
|
height: string;
|
|
@@ -673,7 +667,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
673
667
|
optionCheckColor: string;
|
|
674
668
|
optionColorPending: string;
|
|
675
669
|
optionColorActive: string;
|
|
676
|
-
optionColorActivePending: string;
|
|
677
670
|
actionTextColor: string;
|
|
678
671
|
loadingColor: string;
|
|
679
672
|
height: string;
|
|
@@ -803,11 +796,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
803
796
|
opacity5: string;
|
|
804
797
|
dividerColor: string;
|
|
805
798
|
borderColor: string;
|
|
806
|
-
|
|
807
|
-
closeIconColorHover: string;
|
|
808
|
-
closeIconColorPressed: string;
|
|
799
|
+
closeColor: string;
|
|
809
800
|
closeColorHover: string;
|
|
810
801
|
closeColorPressed: string;
|
|
802
|
+
closeColorDisabled: string;
|
|
811
803
|
clearColor: string;
|
|
812
804
|
clearColorHover: string;
|
|
813
805
|
clearColorPressed: string;
|
|
@@ -962,7 +954,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
962
954
|
optionCheckColor: string;
|
|
963
955
|
optionColorPending: string;
|
|
964
956
|
optionColorActive: string;
|
|
965
|
-
optionColorActivePending: string;
|
|
966
957
|
actionTextColor: string;
|
|
967
958
|
loadingColor: string;
|
|
968
959
|
height: string;
|
|
@@ -1078,7 +1069,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1078
1069
|
};
|
|
1079
1070
|
readonly remote: BooleanConstructor;
|
|
1080
1071
|
readonly loading: BooleanConstructor;
|
|
1081
|
-
readonly filter:
|
|
1072
|
+
readonly filter: {
|
|
1073
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1074
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1075
|
+
};
|
|
1082
1076
|
readonly placement: {
|
|
1083
1077
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
1084
1078
|
readonly default: "bottom-start";
|
|
@@ -1088,10 +1082,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1088
1082
|
readonly default: "trigger";
|
|
1089
1083
|
};
|
|
1090
1084
|
readonly tag: BooleanConstructor;
|
|
1091
|
-
readonly onCreate:
|
|
1085
|
+
readonly onCreate: {
|
|
1086
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1087
|
+
readonly default: (label: string) => {
|
|
1088
|
+
label: string;
|
|
1089
|
+
value: string;
|
|
1090
|
+
};
|
|
1091
|
+
};
|
|
1092
1092
|
readonly fallbackOption: {
|
|
1093
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
1094
|
-
readonly default:
|
|
1093
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1094
|
+
readonly default: () => (value: string | number) => {
|
|
1095
|
+
label: string;
|
|
1096
|
+
value: string | number;
|
|
1097
|
+
};
|
|
1095
1098
|
};
|
|
1096
1099
|
readonly show: {
|
|
1097
1100
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -1110,18 +1113,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1110
1113
|
readonly type: BooleanConstructor;
|
|
1111
1114
|
readonly default: true;
|
|
1112
1115
|
};
|
|
1113
|
-
readonly labelField: {
|
|
1114
|
-
readonly type: StringConstructor;
|
|
1115
|
-
readonly default: "label";
|
|
1116
|
-
};
|
|
1117
|
-
readonly valueField: {
|
|
1118
|
-
readonly type: StringConstructor;
|
|
1119
|
-
readonly default: "value";
|
|
1120
|
-
};
|
|
1121
|
-
readonly childrenField: {
|
|
1122
|
-
readonly type: StringConstructor;
|
|
1123
|
-
readonly default: "children";
|
|
1124
|
-
};
|
|
1125
1116
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1126
1117
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1127
1118
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -1144,10 +1135,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1144
1135
|
readonly default: true;
|
|
1145
1136
|
};
|
|
1146
1137
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1147
|
-
readonly internalShowCheckmark: {
|
|
1148
|
-
readonly type: BooleanConstructor;
|
|
1149
|
-
readonly default: true;
|
|
1150
|
-
};
|
|
1151
1138
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1152
1139
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1153
1140
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1243,7 +1230,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1243
1230
|
optionCheckColor: string;
|
|
1244
1231
|
optionColorPending: string;
|
|
1245
1232
|
optionColorActive: string;
|
|
1246
|
-
optionColorActivePending: string;
|
|
1247
1233
|
actionTextColor: string;
|
|
1248
1234
|
loadingColor: string;
|
|
1249
1235
|
height: string;
|
|
@@ -1369,7 +1355,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1369
1355
|
optionCheckColor: string;
|
|
1370
1356
|
optionColorPending: string;
|
|
1371
1357
|
optionColorActive: string;
|
|
1372
|
-
optionColorActivePending: string;
|
|
1373
1358
|
actionTextColor: string;
|
|
1374
1359
|
loadingColor: string;
|
|
1375
1360
|
height: string;
|
|
@@ -1495,7 +1480,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1495
1480
|
optionCheckColor: string;
|
|
1496
1481
|
optionColorPending: string;
|
|
1497
1482
|
optionColorActive: string;
|
|
1498
|
-
optionColorActivePending: string;
|
|
1499
1483
|
actionTextColor: string;
|
|
1500
1484
|
loadingColor: string;
|
|
1501
1485
|
height: string;
|
|
@@ -1529,31 +1513,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1529
1513
|
}>;
|
|
1530
1514
|
}>>>;
|
|
1531
1515
|
}>>, {
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
readonly consistentMenuWidth: boolean;
|
|
1556
|
-
readonly childrenField: string;
|
|
1516
|
+
tag: boolean;
|
|
1517
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
1518
|
+
show: boolean | undefined;
|
|
1519
|
+
multiple: boolean;
|
|
1520
|
+
disabled: boolean | undefined;
|
|
1521
|
+
to: string | boolean | HTMLElement;
|
|
1522
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1523
|
+
loading: boolean;
|
|
1524
|
+
bordered: boolean | undefined;
|
|
1525
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
1526
|
+
virtualScroll: boolean;
|
|
1527
|
+
resetMenuOnOptionsChange: boolean;
|
|
1528
|
+
showArrow: boolean;
|
|
1529
|
+
displayDirective: "show" | "if";
|
|
1530
|
+
filterable: boolean;
|
|
1531
|
+
clearable: boolean;
|
|
1532
|
+
clearFilterAfterSelect: boolean;
|
|
1533
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1534
|
+
remote: boolean;
|
|
1535
|
+
widthMode: string;
|
|
1536
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
1537
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
1538
|
+
consistentMenuWidth: boolean;
|
|
1557
1539
|
}>;
|
|
1558
1540
|
NInputNumber: import("vue").DefineComponent<{
|
|
1559
1541
|
autofocus: BooleanConstructor;
|
|
@@ -1587,10 +1569,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1587
1569
|
type: BooleanConstructor;
|
|
1588
1570
|
default: boolean;
|
|
1589
1571
|
};
|
|
1590
|
-
buttonPlacement: {
|
|
1591
|
-
type: import("vue").PropType<"right" | "both">;
|
|
1592
|
-
default: string;
|
|
1593
|
-
};
|
|
1594
1572
|
readonly: BooleanConstructor;
|
|
1595
1573
|
clearable: BooleanConstructor;
|
|
1596
1574
|
keyboard: {
|
|
@@ -1604,9 +1582,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1604
1582
|
type: BooleanConstructor;
|
|
1605
1583
|
default: boolean;
|
|
1606
1584
|
};
|
|
1607
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
1608
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
1609
|
-
precision: NumberConstructor;
|
|
1610
1585
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1611
1586
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1612
1587
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -2500,11 +2475,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2500
2475
|
opacity5: string;
|
|
2501
2476
|
dividerColor: string;
|
|
2502
2477
|
borderColor: string;
|
|
2503
|
-
|
|
2504
|
-
closeIconColorHover: string;
|
|
2505
|
-
closeIconColorPressed: string;
|
|
2478
|
+
closeColor: string;
|
|
2506
2479
|
closeColorHover: string;
|
|
2507
2480
|
closeColorPressed: string;
|
|
2481
|
+
closeColorDisabled: string;
|
|
2508
2482
|
clearColor: string;
|
|
2509
2483
|
clearColorHover: string;
|
|
2510
2484
|
clearColorPressed: string;
|
|
@@ -2890,10 +2864,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2890
2864
|
type: BooleanConstructor;
|
|
2891
2865
|
default: boolean;
|
|
2892
2866
|
};
|
|
2893
|
-
buttonPlacement: {
|
|
2894
|
-
type: import("vue").PropType<"right" | "both">;
|
|
2895
|
-
default: string;
|
|
2896
|
-
};
|
|
2897
2867
|
readonly: BooleanConstructor;
|
|
2898
2868
|
clearable: BooleanConstructor;
|
|
2899
2869
|
keyboard: {
|
|
@@ -2907,9 +2877,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2907
2877
|
type: BooleanConstructor;
|
|
2908
2878
|
default: boolean;
|
|
2909
2879
|
};
|
|
2910
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
2911
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
2912
|
-
precision: NumberConstructor;
|
|
2913
2880
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2914
2881
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2915
2882
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3735,7 +3702,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3735
3702
|
ArrowDown?: boolean | undefined;
|
|
3736
3703
|
};
|
|
3737
3704
|
showButton: boolean;
|
|
3738
|
-
buttonPlacement: "right" | "both";
|
|
3739
3705
|
updateValueOnInput: boolean;
|
|
3740
3706
|
}>;
|
|
3741
3707
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -3909,11 +3875,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3909
3875
|
scrollable: BooleanConstructor;
|
|
3910
3876
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3911
3877
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3912
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3913
3878
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3914
3879
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3915
3880
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3916
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
3917
3881
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3918
3882
|
internalInheritedEventHandlers: {
|
|
3919
3883
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3978,11 +3942,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3978
3942
|
opacity5: string;
|
|
3979
3943
|
dividerColor: string;
|
|
3980
3944
|
borderColor: string;
|
|
3981
|
-
|
|
3982
|
-
closeIconColorHover: string;
|
|
3983
|
-
closeIconColorPressed: string;
|
|
3945
|
+
closeColor: string;
|
|
3984
3946
|
closeColorHover: string;
|
|
3985
3947
|
closeColorPressed: string;
|
|
3948
|
+
closeColorDisabled: string;
|
|
3986
3949
|
clearColor: string;
|
|
3987
3950
|
clearColorHover: string;
|
|
3988
3951
|
clearColorPressed: string;
|
|
@@ -4211,11 +4174,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4211
4174
|
scrollable: BooleanConstructor;
|
|
4212
4175
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4213
4176
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4214
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4215
4177
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4216
4178
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4217
4179
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4218
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
4219
4180
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4220
4181
|
internalInheritedEventHandlers: {
|
|
4221
4182
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4251,7 +4212,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4251
4212
|
arrowPointToCenter: boolean;
|
|
4252
4213
|
displayDirective: "show" | "if";
|
|
4253
4214
|
keepAliveOnHover: boolean;
|
|
4254
|
-
internalDeactivateImmediately: boolean;
|
|
4255
4215
|
animated: boolean;
|
|
4256
4216
|
internalTrapFocus: boolean;
|
|
4257
4217
|
defaultShow: boolean;
|
|
@@ -4575,7 +4535,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4575
4535
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
4576
4536
|
readonly default: undefined;
|
|
4577
4537
|
};
|
|
4578
|
-
readonly panel: BooleanConstructor;
|
|
4579
4538
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
4580
4539
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
4581
4540
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -4646,8 +4605,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4646
4605
|
calendarLeftPaddingYear: string;
|
|
4647
4606
|
calendarLeftPaddingQuarter: string;
|
|
4648
4607
|
calendarLeftPaddingMonthrange: string;
|
|
4649
|
-
calendarLeftPaddingQuarterrange: string;
|
|
4650
|
-
calendarLeftPaddingYearrange: string;
|
|
4651
4608
|
calendarRightPaddingDate: string;
|
|
4652
4609
|
calendarRightPaddingDatetime: string;
|
|
4653
4610
|
calendarRightPaddingDaterange: string;
|
|
@@ -4656,8 +4613,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4656
4613
|
calendarRightPaddingYear: string;
|
|
4657
4614
|
calendarRightPaddingQuarter: string;
|
|
4658
4615
|
calendarRightPaddingMonthrange: string;
|
|
4659
|
-
calendarRightPaddingQuarterrange: string;
|
|
4660
|
-
calendarRightPaddingYearrange: string;
|
|
4661
4616
|
}, {
|
|
4662
4617
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4663
4618
|
countTextColor: string;
|
|
@@ -5264,8 +5219,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5264
5219
|
calendarLeftPaddingYear: string;
|
|
5265
5220
|
calendarLeftPaddingQuarter: string;
|
|
5266
5221
|
calendarLeftPaddingMonthrange: string;
|
|
5267
|
-
calendarLeftPaddingQuarterrange: string;
|
|
5268
|
-
calendarLeftPaddingYearrange: string;
|
|
5269
5222
|
calendarRightPaddingDate: string;
|
|
5270
5223
|
calendarRightPaddingDatetime: string;
|
|
5271
5224
|
calendarRightPaddingDaterange: string;
|
|
@@ -5274,8 +5227,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5274
5227
|
calendarRightPaddingYear: string;
|
|
5275
5228
|
calendarRightPaddingQuarter: string;
|
|
5276
5229
|
calendarRightPaddingMonthrange: string;
|
|
5277
|
-
calendarRightPaddingQuarterrange: string;
|
|
5278
|
-
calendarRightPaddingYearrange: string;
|
|
5279
5230
|
}, {
|
|
5280
5231
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5281
5232
|
countTextColor: string;
|
|
@@ -5882,8 +5833,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5882
5833
|
calendarLeftPaddingYear: string;
|
|
5883
5834
|
calendarLeftPaddingQuarter: string;
|
|
5884
5835
|
calendarLeftPaddingMonthrange: string;
|
|
5885
|
-
calendarLeftPaddingQuarterrange: string;
|
|
5886
|
-
calendarLeftPaddingYearrange: string;
|
|
5887
5836
|
calendarRightPaddingDate: string;
|
|
5888
5837
|
calendarRightPaddingDatetime: string;
|
|
5889
5838
|
calendarRightPaddingDaterange: string;
|
|
@@ -5892,8 +5841,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5892
5841
|
calendarRightPaddingYear: string;
|
|
5893
5842
|
calendarRightPaddingQuarter: string;
|
|
5894
5843
|
calendarRightPaddingMonthrange: string;
|
|
5895
|
-
calendarRightPaddingQuarterrange: string;
|
|
5896
|
-
calendarRightPaddingYearrange: string;
|
|
5897
5844
|
}, {
|
|
5898
5845
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5899
5846
|
countTextColor: string;
|
|
@@ -6465,8 +6412,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6465
6412
|
contentRef: HTMLElement | null;
|
|
6466
6413
|
containerScrollTop: number;
|
|
6467
6414
|
syncUnifiedContainer: () => void;
|
|
6468
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6469
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6415
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6416
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6470
6417
|
sync: () => void;
|
|
6471
6418
|
handleMouseEnterWrapper: () => void;
|
|
6472
6419
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6477,8 +6424,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6477
6424
|
contentRef: HTMLElement | null;
|
|
6478
6425
|
containerScrollTop: number;
|
|
6479
6426
|
syncUnifiedContainer: () => void;
|
|
6480
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6481
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6427
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6428
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6482
6429
|
sync: () => void;
|
|
6483
6430
|
handleMouseEnterWrapper: () => void;
|
|
6484
6431
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6494,8 +6441,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6494
6441
|
contentRef: HTMLElement | null;
|
|
6495
6442
|
containerScrollTop: number;
|
|
6496
6443
|
syncUnifiedContainer: () => void;
|
|
6497
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6498
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6444
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6445
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6499
6446
|
sync: () => void;
|
|
6500
6447
|
handleMouseEnterWrapper: () => void;
|
|
6501
6448
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6506,8 +6453,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6506
6453
|
contentRef: HTMLElement | null;
|
|
6507
6454
|
containerScrollTop: number;
|
|
6508
6455
|
syncUnifiedContainer: () => void;
|
|
6509
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6510
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6456
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6457
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6511
6458
|
sync: () => void;
|
|
6512
6459
|
handleMouseEnterWrapper: () => void;
|
|
6513
6460
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6518,8 +6465,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6518
6465
|
contentRef: HTMLElement | null;
|
|
6519
6466
|
containerScrollTop: number;
|
|
6520
6467
|
syncUnifiedContainer: () => void;
|
|
6521
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6522
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6468
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6469
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6523
6470
|
sync: () => void;
|
|
6524
6471
|
handleMouseEnterWrapper: () => void;
|
|
6525
6472
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6530,8 +6477,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6530
6477
|
contentRef: HTMLElement | null;
|
|
6531
6478
|
containerScrollTop: number;
|
|
6532
6479
|
syncUnifiedContainer: () => void;
|
|
6533
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6534
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6480
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6481
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6535
6482
|
sync: () => void;
|
|
6536
6483
|
handleMouseEnterWrapper: () => void;
|
|
6537
6484
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6574,9 +6521,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6521
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6575
6522
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6576
6523
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6577
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
6578
6524
|
handleClickOutside: (e: MouseEvent) => void;
|
|
6579
|
-
|
|
6525
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
6580
6526
|
handleClear: () => void;
|
|
6581
6527
|
handlePanelClear: () => void;
|
|
6582
6528
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -6631,11 +6577,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6631
6577
|
opacity5: string;
|
|
6632
6578
|
dividerColor: string;
|
|
6633
6579
|
borderColor: string;
|
|
6634
|
-
|
|
6635
|
-
closeIconColorHover: string;
|
|
6636
|
-
closeIconColorPressed: string;
|
|
6580
|
+
closeColor: string;
|
|
6637
6581
|
closeColorHover: string;
|
|
6638
6582
|
closeColorPressed: string;
|
|
6583
|
+
closeColorDisabled: string;
|
|
6639
6584
|
clearColor: string;
|
|
6640
6585
|
clearColorHover: string;
|
|
6641
6586
|
clearColorPressed: string;
|
|
@@ -6746,8 +6691,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6746
6691
|
calendarLeftPaddingYear: string;
|
|
6747
6692
|
calendarLeftPaddingQuarter: string;
|
|
6748
6693
|
calendarLeftPaddingMonthrange: string;
|
|
6749
|
-
calendarLeftPaddingQuarterrange: string;
|
|
6750
|
-
calendarLeftPaddingYearrange: string;
|
|
6751
6694
|
calendarRightPaddingDate: string;
|
|
6752
6695
|
calendarRightPaddingDatetime: string;
|
|
6753
6696
|
calendarRightPaddingDaterange: string;
|
|
@@ -6756,8 +6699,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6756
6699
|
calendarRightPaddingYear: string;
|
|
6757
6700
|
calendarRightPaddingQuarter: string;
|
|
6758
6701
|
calendarRightPaddingMonthrange: string;
|
|
6759
|
-
calendarRightPaddingQuarterrange: string;
|
|
6760
|
-
calendarRightPaddingYearrange: string;
|
|
6761
6702
|
};
|
|
6762
6703
|
peers: {
|
|
6763
6704
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -7707,7 +7648,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7707
7648
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
7708
7649
|
readonly default: undefined;
|
|
7709
7650
|
};
|
|
7710
|
-
readonly panel: BooleanConstructor;
|
|
7711
7651
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
7712
7652
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
7713
7653
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -7778,8 +7718,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7778
7718
|
calendarLeftPaddingYear: string;
|
|
7779
7719
|
calendarLeftPaddingQuarter: string;
|
|
7780
7720
|
calendarLeftPaddingMonthrange: string;
|
|
7781
|
-
calendarLeftPaddingQuarterrange: string;
|
|
7782
|
-
calendarLeftPaddingYearrange: string;
|
|
7783
7721
|
calendarRightPaddingDate: string;
|
|
7784
7722
|
calendarRightPaddingDatetime: string;
|
|
7785
7723
|
calendarRightPaddingDaterange: string;
|
|
@@ -7788,8 +7726,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7788
7726
|
calendarRightPaddingYear: string;
|
|
7789
7727
|
calendarRightPaddingQuarter: string;
|
|
7790
7728
|
calendarRightPaddingMonthrange: string;
|
|
7791
|
-
calendarRightPaddingQuarterrange: string;
|
|
7792
|
-
calendarRightPaddingYearrange: string;
|
|
7793
7729
|
}, {
|
|
7794
7730
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7795
7731
|
countTextColor: string;
|
|
@@ -8396,8 +8332,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8396
8332
|
calendarLeftPaddingYear: string;
|
|
8397
8333
|
calendarLeftPaddingQuarter: string;
|
|
8398
8334
|
calendarLeftPaddingMonthrange: string;
|
|
8399
|
-
calendarLeftPaddingQuarterrange: string;
|
|
8400
|
-
calendarLeftPaddingYearrange: string;
|
|
8401
8335
|
calendarRightPaddingDate: string;
|
|
8402
8336
|
calendarRightPaddingDatetime: string;
|
|
8403
8337
|
calendarRightPaddingDaterange: string;
|
|
@@ -8406,8 +8340,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8406
8340
|
calendarRightPaddingYear: string;
|
|
8407
8341
|
calendarRightPaddingQuarter: string;
|
|
8408
8342
|
calendarRightPaddingMonthrange: string;
|
|
8409
|
-
calendarRightPaddingQuarterrange: string;
|
|
8410
|
-
calendarRightPaddingYearrange: string;
|
|
8411
8343
|
}, {
|
|
8412
8344
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8413
8345
|
countTextColor: string;
|
|
@@ -9014,8 +8946,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9014
8946
|
calendarLeftPaddingYear: string;
|
|
9015
8947
|
calendarLeftPaddingQuarter: string;
|
|
9016
8948
|
calendarLeftPaddingMonthrange: string;
|
|
9017
|
-
calendarLeftPaddingQuarterrange: string;
|
|
9018
|
-
calendarLeftPaddingYearrange: string;
|
|
9019
8949
|
calendarRightPaddingDate: string;
|
|
9020
8950
|
calendarRightPaddingDatetime: string;
|
|
9021
8951
|
calendarRightPaddingDaterange: string;
|
|
@@ -9024,8 +8954,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9024
8954
|
calendarRightPaddingYear: string;
|
|
9025
8955
|
calendarRightPaddingQuarter: string;
|
|
9026
8956
|
calendarRightPaddingMonthrange: string;
|
|
9027
|
-
calendarRightPaddingQuarterrange: string;
|
|
9028
|
-
calendarRightPaddingYearrange: string;
|
|
9029
8957
|
}, {
|
|
9030
8958
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9031
8959
|
countTextColor: string;
|
|
@@ -9583,18 +9511,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9583
9511
|
}, any>;
|
|
9584
9512
|
}>>>;
|
|
9585
9513
|
}>>, {
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
readonly bindCalendarMonths: boolean;
|
|
9514
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9515
|
+
show: boolean | undefined;
|
|
9516
|
+
disabled: boolean | undefined;
|
|
9517
|
+
to: string | boolean | HTMLElement;
|
|
9518
|
+
bordered: boolean | undefined;
|
|
9519
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
9520
|
+
clearable: boolean;
|
|
9521
|
+
inputReadonly: boolean;
|
|
9522
|
+
updateValueOnClose: boolean;
|
|
9523
|
+
closeOnSelect: boolean;
|
|
9524
|
+
bindCalendarMonths: boolean;
|
|
9598
9525
|
}>;
|
|
9599
9526
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9600
9527
|
mainForm: {
|
|
@@ -9815,10 +9742,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9815
9742
|
type: BooleanConstructor;
|
|
9816
9743
|
default: boolean;
|
|
9817
9744
|
};
|
|
9818
|
-
buttonPlacement: {
|
|
9819
|
-
type: import("vue").PropType<"right" | "both">;
|
|
9820
|
-
default: string;
|
|
9821
|
-
};
|
|
9822
9745
|
readonly: BooleanConstructor;
|
|
9823
9746
|
clearable: BooleanConstructor;
|
|
9824
9747
|
keyboard: {
|
|
@@ -9832,9 +9755,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9832
9755
|
type: BooleanConstructor;
|
|
9833
9756
|
default: boolean;
|
|
9834
9757
|
};
|
|
9835
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
9836
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
9837
|
-
precision: NumberConstructor;
|
|
9838
9758
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
9839
9759
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
9840
9760
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -10728,11 +10648,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10728
10648
|
opacity5: string;
|
|
10729
10649
|
dividerColor: string;
|
|
10730
10650
|
borderColor: string;
|
|
10731
|
-
|
|
10732
|
-
closeIconColorHover: string;
|
|
10733
|
-
closeIconColorPressed: string;
|
|
10651
|
+
closeColor: string;
|
|
10734
10652
|
closeColorHover: string;
|
|
10735
10653
|
closeColorPressed: string;
|
|
10654
|
+
closeColorDisabled: string;
|
|
10736
10655
|
clearColor: string;
|
|
10737
10656
|
clearColorHover: string;
|
|
10738
10657
|
clearColorPressed: string;
|
|
@@ -11118,10 +11037,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11118
11037
|
type: BooleanConstructor;
|
|
11119
11038
|
default: boolean;
|
|
11120
11039
|
};
|
|
11121
|
-
buttonPlacement: {
|
|
11122
|
-
type: import("vue").PropType<"right" | "both">;
|
|
11123
|
-
default: string;
|
|
11124
|
-
};
|
|
11125
11040
|
readonly: BooleanConstructor;
|
|
11126
11041
|
clearable: BooleanConstructor;
|
|
11127
11042
|
keyboard: {
|
|
@@ -11135,9 +11050,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11135
11050
|
type: BooleanConstructor;
|
|
11136
11051
|
default: boolean;
|
|
11137
11052
|
};
|
|
11138
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
11139
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
11140
|
-
precision: NumberConstructor;
|
|
11141
11053
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
11142
11054
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
11143
11055
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -11963,7 +11875,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11963
11875
|
ArrowDown?: boolean | undefined;
|
|
11964
11876
|
};
|
|
11965
11877
|
showButton: boolean;
|
|
11966
|
-
buttonPlacement: "right" | "both";
|
|
11967
11878
|
updateValueOnInput: boolean;
|
|
11968
11879
|
}>;
|
|
11969
11880
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -12137,11 +12048,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12137
12048
|
scrollable: BooleanConstructor;
|
|
12138
12049
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12139
12050
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12140
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12141
12051
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12142
12052
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12143
12053
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12144
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
12145
12054
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12146
12055
|
internalInheritedEventHandlers: {
|
|
12147
12056
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12206,11 +12115,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12206
12115
|
opacity5: string;
|
|
12207
12116
|
dividerColor: string;
|
|
12208
12117
|
borderColor: string;
|
|
12209
|
-
|
|
12210
|
-
closeIconColorHover: string;
|
|
12211
|
-
closeIconColorPressed: string;
|
|
12118
|
+
closeColor: string;
|
|
12212
12119
|
closeColorHover: string;
|
|
12213
12120
|
closeColorPressed: string;
|
|
12121
|
+
closeColorDisabled: string;
|
|
12214
12122
|
clearColor: string;
|
|
12215
12123
|
clearColorHover: string;
|
|
12216
12124
|
clearColorPressed: string;
|
|
@@ -12439,11 +12347,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12439
12347
|
scrollable: BooleanConstructor;
|
|
12440
12348
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12441
12349
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12442
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12443
12350
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12444
12351
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12445
12352
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12446
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
12447
12353
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12448
12354
|
internalInheritedEventHandlers: {
|
|
12449
12355
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12479,7 +12385,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12479
12385
|
arrowPointToCenter: boolean;
|
|
12480
12386
|
displayDirective: "show" | "if";
|
|
12481
12387
|
keepAliveOnHover: boolean;
|
|
12482
|
-
internalDeactivateImmediately: boolean;
|
|
12483
12388
|
animated: boolean;
|
|
12484
12389
|
internalTrapFocus: boolean;
|
|
12485
12390
|
defaultShow: boolean;
|
|
@@ -12758,7 +12663,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12758
12663
|
type: BooleanConstructor;
|
|
12759
12664
|
default: undefined;
|
|
12760
12665
|
};
|
|
12761
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12762
12666
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12763
12667
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12764
12668
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12979,8 +12883,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12979
12883
|
contentRef: HTMLElement | null;
|
|
12980
12884
|
containerScrollTop: number;
|
|
12981
12885
|
syncUnifiedContainer: () => void;
|
|
12982
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
12983
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
12886
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
12887
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
12984
12888
|
sync: () => void;
|
|
12985
12889
|
handleMouseEnterWrapper: () => void;
|
|
12986
12890
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -13014,7 +12918,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13014
12918
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
13015
12919
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
13016
12920
|
handleInputBlur: (e: FocusEvent) => void;
|
|
13017
|
-
handleInputFocus: (e: FocusEvent
|
|
12921
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
13018
12922
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
13019
12923
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
13020
12924
|
handleMouseEnter: () => void;
|
|
@@ -13025,7 +12929,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13025
12929
|
handleClear: (e: MouseEvent) => void;
|
|
13026
12930
|
handlePasswordToggleClick: () => void;
|
|
13027
12931
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
13028
|
-
|
|
12932
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
13029
12933
|
handleTextAreaMirrorResize: () => void;
|
|
13030
12934
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
13031
12935
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -13069,11 +12973,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13069
12973
|
opacity5: string;
|
|
13070
12974
|
dividerColor: string;
|
|
13071
12975
|
borderColor: string;
|
|
13072
|
-
|
|
13073
|
-
closeIconColorHover: string;
|
|
13074
|
-
closeIconColorPressed: string;
|
|
12976
|
+
closeColor: string;
|
|
13075
12977
|
closeColorHover: string;
|
|
13076
12978
|
closeColorPressed: string;
|
|
12979
|
+
closeColorDisabled: string;
|
|
13077
12980
|
clearColor: string;
|
|
13078
12981
|
clearColorHover: string;
|
|
13079
12982
|
clearColorPressed: string;
|
|
@@ -13314,7 +13217,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13314
13217
|
type: BooleanConstructor;
|
|
13315
13218
|
default: undefined;
|
|
13316
13219
|
};
|
|
13317
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13318
13220
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13319
13221
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13320
13222
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13719,11 +13621,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13719
13621
|
scrollable: BooleanConstructor;
|
|
13720
13622
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13721
13623
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13722
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13723
13624
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13724
13625
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13725
13626
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13726
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
13727
13627
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13728
13628
|
internalInheritedEventHandlers: {
|
|
13729
13629
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13788,11 +13688,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13788
13688
|
opacity5: string;
|
|
13789
13689
|
dividerColor: string;
|
|
13790
13690
|
borderColor: string;
|
|
13791
|
-
|
|
13792
|
-
closeIconColorHover: string;
|
|
13793
|
-
closeIconColorPressed: string;
|
|
13691
|
+
closeColor: string;
|
|
13794
13692
|
closeColorHover: string;
|
|
13795
13693
|
closeColorPressed: string;
|
|
13694
|
+
closeColorDisabled: string;
|
|
13796
13695
|
clearColor: string;
|
|
13797
13696
|
clearColorHover: string;
|
|
13798
13697
|
clearColorPressed: string;
|
|
@@ -14021,11 +13920,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14021
13920
|
scrollable: BooleanConstructor;
|
|
14022
13921
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14023
13922
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14024
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14025
13923
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14026
13924
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
14027
13925
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
14028
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
14029
13926
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
14030
13927
|
internalInheritedEventHandlers: {
|
|
14031
13928
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -14061,7 +13958,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14061
13958
|
arrowPointToCenter: boolean;
|
|
14062
13959
|
displayDirective: "show" | "if";
|
|
14063
13960
|
keepAliveOnHover: boolean;
|
|
14064
|
-
internalDeactivateImmediately: boolean;
|
|
14065
13961
|
animated: boolean;
|
|
14066
13962
|
internalTrapFocus: boolean;
|
|
14067
13963
|
defaultShow: boolean;
|
|
@@ -14341,7 +14237,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14341
14237
|
type: BooleanConstructor;
|
|
14342
14238
|
default: undefined;
|
|
14343
14239
|
};
|
|
14344
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14345
14240
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14346
14241
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14347
14242
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14562,8 +14457,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14562
14457
|
contentRef: HTMLElement | null;
|
|
14563
14458
|
containerScrollTop: number;
|
|
14564
14459
|
syncUnifiedContainer: () => void;
|
|
14565
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
14566
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
14460
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
14461
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
14567
14462
|
sync: () => void;
|
|
14568
14463
|
handleMouseEnterWrapper: () => void;
|
|
14569
14464
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -14597,7 +14492,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14597
14492
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
14598
14493
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
14599
14494
|
handleInputBlur: (e: FocusEvent) => void;
|
|
14600
|
-
handleInputFocus: (e: FocusEvent
|
|
14495
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
14601
14496
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
14602
14497
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
14603
14498
|
handleMouseEnter: () => void;
|
|
@@ -14608,7 +14503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14608
14503
|
handleClear: (e: MouseEvent) => void;
|
|
14609
14504
|
handlePasswordToggleClick: () => void;
|
|
14610
14505
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
14611
|
-
|
|
14506
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
14612
14507
|
handleTextAreaMirrorResize: () => void;
|
|
14613
14508
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
14614
14509
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -14652,11 +14547,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14652
14547
|
opacity5: string;
|
|
14653
14548
|
dividerColor: string;
|
|
14654
14549
|
borderColor: string;
|
|
14655
|
-
|
|
14656
|
-
closeIconColorHover: string;
|
|
14657
|
-
closeIconColorPressed: string;
|
|
14550
|
+
closeColor: string;
|
|
14658
14551
|
closeColorHover: string;
|
|
14659
14552
|
closeColorPressed: string;
|
|
14553
|
+
closeColorDisabled: string;
|
|
14660
14554
|
clearColor: string;
|
|
14661
14555
|
clearColorHover: string;
|
|
14662
14556
|
clearColorPressed: string;
|
|
@@ -14897,7 +14791,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14897
14791
|
type: BooleanConstructor;
|
|
14898
14792
|
default: undefined;
|
|
14899
14793
|
};
|
|
14900
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14901
14794
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14902
14795
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14903
14796
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -15344,11 +15237,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15344
15237
|
scrollable: BooleanConstructor;
|
|
15345
15238
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15346
15239
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15347
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15348
15240
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15349
15241
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15350
15242
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15351
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
15352
15243
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15353
15244
|
internalInheritedEventHandlers: {
|
|
15354
15245
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15413,11 +15304,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15413
15304
|
opacity5: string;
|
|
15414
15305
|
dividerColor: string;
|
|
15415
15306
|
borderColor: string;
|
|
15416
|
-
|
|
15417
|
-
closeIconColorHover: string;
|
|
15418
|
-
closeIconColorPressed: string;
|
|
15307
|
+
closeColor: string;
|
|
15419
15308
|
closeColorHover: string;
|
|
15420
15309
|
closeColorPressed: string;
|
|
15310
|
+
closeColorDisabled: string;
|
|
15421
15311
|
clearColor: string;
|
|
15422
15312
|
clearColorHover: string;
|
|
15423
15313
|
clearColorPressed: string;
|
|
@@ -15646,11 +15536,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15646
15536
|
scrollable: BooleanConstructor;
|
|
15647
15537
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15648
15538
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15649
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15650
15539
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15651
15540
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15652
15541
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15653
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
15654
15542
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15655
15543
|
internalInheritedEventHandlers: {
|
|
15656
15544
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15686,7 +15574,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15686
15574
|
arrowPointToCenter: boolean;
|
|
15687
15575
|
displayDirective: "show" | "if";
|
|
15688
15576
|
keepAliveOnHover: boolean;
|
|
15689
|
-
internalDeactivateImmediately: boolean;
|
|
15690
15577
|
animated: boolean;
|
|
15691
15578
|
internalTrapFocus: boolean;
|
|
15692
15579
|
defaultShow: boolean;
|
|
@@ -15953,7 +15840,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15953
15840
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15954
15841
|
readonly default: undefined;
|
|
15955
15842
|
};
|
|
15956
|
-
readonly panel: BooleanConstructor;
|
|
15957
15843
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
15958
15844
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
15959
15845
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -16024,8 +15910,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16024
15910
|
calendarLeftPaddingYear: string;
|
|
16025
15911
|
calendarLeftPaddingQuarter: string;
|
|
16026
15912
|
calendarLeftPaddingMonthrange: string;
|
|
16027
|
-
calendarLeftPaddingQuarterrange: string;
|
|
16028
|
-
calendarLeftPaddingYearrange: string;
|
|
16029
15913
|
calendarRightPaddingDate: string;
|
|
16030
15914
|
calendarRightPaddingDatetime: string;
|
|
16031
15915
|
calendarRightPaddingDaterange: string;
|
|
@@ -16034,8 +15918,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16034
15918
|
calendarRightPaddingYear: string;
|
|
16035
15919
|
calendarRightPaddingQuarter: string;
|
|
16036
15920
|
calendarRightPaddingMonthrange: string;
|
|
16037
|
-
calendarRightPaddingQuarterrange: string;
|
|
16038
|
-
calendarRightPaddingYearrange: string;
|
|
16039
15921
|
}, {
|
|
16040
15922
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16041
15923
|
countTextColor: string;
|
|
@@ -16642,8 +16524,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16642
16524
|
calendarLeftPaddingYear: string;
|
|
16643
16525
|
calendarLeftPaddingQuarter: string;
|
|
16644
16526
|
calendarLeftPaddingMonthrange: string;
|
|
16645
|
-
calendarLeftPaddingQuarterrange: string;
|
|
16646
|
-
calendarLeftPaddingYearrange: string;
|
|
16647
16527
|
calendarRightPaddingDate: string;
|
|
16648
16528
|
calendarRightPaddingDatetime: string;
|
|
16649
16529
|
calendarRightPaddingDaterange: string;
|
|
@@ -16652,8 +16532,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16652
16532
|
calendarRightPaddingYear: string;
|
|
16653
16533
|
calendarRightPaddingQuarter: string;
|
|
16654
16534
|
calendarRightPaddingMonthrange: string;
|
|
16655
|
-
calendarRightPaddingQuarterrange: string;
|
|
16656
|
-
calendarRightPaddingYearrange: string;
|
|
16657
16535
|
}, {
|
|
16658
16536
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16659
16537
|
countTextColor: string;
|
|
@@ -17260,8 +17138,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17260
17138
|
calendarLeftPaddingYear: string;
|
|
17261
17139
|
calendarLeftPaddingQuarter: string;
|
|
17262
17140
|
calendarLeftPaddingMonthrange: string;
|
|
17263
|
-
calendarLeftPaddingQuarterrange: string;
|
|
17264
|
-
calendarLeftPaddingYearrange: string;
|
|
17265
17141
|
calendarRightPaddingDate: string;
|
|
17266
17142
|
calendarRightPaddingDatetime: string;
|
|
17267
17143
|
calendarRightPaddingDaterange: string;
|
|
@@ -17270,8 +17146,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17270
17146
|
calendarRightPaddingYear: string;
|
|
17271
17147
|
calendarRightPaddingQuarter: string;
|
|
17272
17148
|
calendarRightPaddingMonthrange: string;
|
|
17273
|
-
calendarRightPaddingQuarterrange: string;
|
|
17274
|
-
calendarRightPaddingYearrange: string;
|
|
17275
17149
|
}, {
|
|
17276
17150
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17277
17151
|
countTextColor: string;
|
|
@@ -17843,8 +17717,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17843
17717
|
contentRef: HTMLElement | null;
|
|
17844
17718
|
containerScrollTop: number;
|
|
17845
17719
|
syncUnifiedContainer: () => void;
|
|
17846
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17847
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17720
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17721
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17848
17722
|
sync: () => void;
|
|
17849
17723
|
handleMouseEnterWrapper: () => void;
|
|
17850
17724
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17855,8 +17729,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17855
17729
|
contentRef: HTMLElement | null;
|
|
17856
17730
|
containerScrollTop: number;
|
|
17857
17731
|
syncUnifiedContainer: () => void;
|
|
17858
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17859
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17732
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17733
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17860
17734
|
sync: () => void;
|
|
17861
17735
|
handleMouseEnterWrapper: () => void;
|
|
17862
17736
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17872,8 +17746,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17872
17746
|
contentRef: HTMLElement | null;
|
|
17873
17747
|
containerScrollTop: number;
|
|
17874
17748
|
syncUnifiedContainer: () => void;
|
|
17875
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17876
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17749
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17750
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17877
17751
|
sync: () => void;
|
|
17878
17752
|
handleMouseEnterWrapper: () => void;
|
|
17879
17753
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17884,8 +17758,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17884
17758
|
contentRef: HTMLElement | null;
|
|
17885
17759
|
containerScrollTop: number;
|
|
17886
17760
|
syncUnifiedContainer: () => void;
|
|
17887
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17888
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17761
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17762
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17889
17763
|
sync: () => void;
|
|
17890
17764
|
handleMouseEnterWrapper: () => void;
|
|
17891
17765
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17896,8 +17770,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17896
17770
|
contentRef: HTMLElement | null;
|
|
17897
17771
|
containerScrollTop: number;
|
|
17898
17772
|
syncUnifiedContainer: () => void;
|
|
17899
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17900
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17773
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17774
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17901
17775
|
sync: () => void;
|
|
17902
17776
|
handleMouseEnterWrapper: () => void;
|
|
17903
17777
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17908,8 +17782,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17908
17782
|
contentRef: HTMLElement | null;
|
|
17909
17783
|
containerScrollTop: number;
|
|
17910
17784
|
syncUnifiedContainer: () => void;
|
|
17911
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17912
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17785
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17786
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17913
17787
|
sync: () => void;
|
|
17914
17788
|
handleMouseEnterWrapper: () => void;
|
|
17915
17789
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17952,9 +17826,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17952
17826
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17953
17827
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17954
17828
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17955
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
17956
17829
|
handleClickOutside: (e: MouseEvent) => void;
|
|
17957
|
-
|
|
17830
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
17958
17831
|
handleClear: () => void;
|
|
17959
17832
|
handlePanelClear: () => void;
|
|
17960
17833
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -18009,11 +17882,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18009
17882
|
opacity5: string;
|
|
18010
17883
|
dividerColor: string;
|
|
18011
17884
|
borderColor: string;
|
|
18012
|
-
|
|
18013
|
-
closeIconColorHover: string;
|
|
18014
|
-
closeIconColorPressed: string;
|
|
17885
|
+
closeColor: string;
|
|
18015
17886
|
closeColorHover: string;
|
|
18016
17887
|
closeColorPressed: string;
|
|
17888
|
+
closeColorDisabled: string;
|
|
18017
17889
|
clearColor: string;
|
|
18018
17890
|
clearColorHover: string;
|
|
18019
17891
|
clearColorPressed: string;
|
|
@@ -18124,8 +17996,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18124
17996
|
calendarLeftPaddingYear: string;
|
|
18125
17997
|
calendarLeftPaddingQuarter: string;
|
|
18126
17998
|
calendarLeftPaddingMonthrange: string;
|
|
18127
|
-
calendarLeftPaddingQuarterrange: string;
|
|
18128
|
-
calendarLeftPaddingYearrange: string;
|
|
18129
17999
|
calendarRightPaddingDate: string;
|
|
18130
18000
|
calendarRightPaddingDatetime: string;
|
|
18131
18001
|
calendarRightPaddingDaterange: string;
|
|
@@ -18134,8 +18004,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18134
18004
|
calendarRightPaddingYear: string;
|
|
18135
18005
|
calendarRightPaddingQuarter: string;
|
|
18136
18006
|
calendarRightPaddingMonthrange: string;
|
|
18137
|
-
calendarRightPaddingQuarterrange: string;
|
|
18138
|
-
calendarRightPaddingYearrange: string;
|
|
18139
18007
|
};
|
|
18140
18008
|
peers: {
|
|
18141
18009
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -19085,7 +18953,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
18953
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
19086
18954
|
readonly default: undefined;
|
|
19087
18955
|
};
|
|
19088
|
-
readonly panel: BooleanConstructor;
|
|
19089
18956
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
19090
18957
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
19091
18958
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -19156,8 +19023,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19156
19023
|
calendarLeftPaddingYear: string;
|
|
19157
19024
|
calendarLeftPaddingQuarter: string;
|
|
19158
19025
|
calendarLeftPaddingMonthrange: string;
|
|
19159
|
-
calendarLeftPaddingQuarterrange: string;
|
|
19160
|
-
calendarLeftPaddingYearrange: string;
|
|
19161
19026
|
calendarRightPaddingDate: string;
|
|
19162
19027
|
calendarRightPaddingDatetime: string;
|
|
19163
19028
|
calendarRightPaddingDaterange: string;
|
|
@@ -19166,8 +19031,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19166
19031
|
calendarRightPaddingYear: string;
|
|
19167
19032
|
calendarRightPaddingQuarter: string;
|
|
19168
19033
|
calendarRightPaddingMonthrange: string;
|
|
19169
|
-
calendarRightPaddingQuarterrange: string;
|
|
19170
|
-
calendarRightPaddingYearrange: string;
|
|
19171
19034
|
}, {
|
|
19172
19035
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19173
19036
|
countTextColor: string;
|
|
@@ -19774,8 +19637,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19774
19637
|
calendarLeftPaddingYear: string;
|
|
19775
19638
|
calendarLeftPaddingQuarter: string;
|
|
19776
19639
|
calendarLeftPaddingMonthrange: string;
|
|
19777
|
-
calendarLeftPaddingQuarterrange: string;
|
|
19778
|
-
calendarLeftPaddingYearrange: string;
|
|
19779
19640
|
calendarRightPaddingDate: string;
|
|
19780
19641
|
calendarRightPaddingDatetime: string;
|
|
19781
19642
|
calendarRightPaddingDaterange: string;
|
|
@@ -19784,8 +19645,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19784
19645
|
calendarRightPaddingYear: string;
|
|
19785
19646
|
calendarRightPaddingQuarter: string;
|
|
19786
19647
|
calendarRightPaddingMonthrange: string;
|
|
19787
|
-
calendarRightPaddingQuarterrange: string;
|
|
19788
|
-
calendarRightPaddingYearrange: string;
|
|
19789
19648
|
}, {
|
|
19790
19649
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19791
19650
|
countTextColor: string;
|
|
@@ -20392,8 +20251,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20392
20251
|
calendarLeftPaddingYear: string;
|
|
20393
20252
|
calendarLeftPaddingQuarter: string;
|
|
20394
20253
|
calendarLeftPaddingMonthrange: string;
|
|
20395
|
-
calendarLeftPaddingQuarterrange: string;
|
|
20396
|
-
calendarLeftPaddingYearrange: string;
|
|
20397
20254
|
calendarRightPaddingDate: string;
|
|
20398
20255
|
calendarRightPaddingDatetime: string;
|
|
20399
20256
|
calendarRightPaddingDaterange: string;
|
|
@@ -20402,8 +20259,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20402
20259
|
calendarRightPaddingYear: string;
|
|
20403
20260
|
calendarRightPaddingQuarter: string;
|
|
20404
20261
|
calendarRightPaddingMonthrange: string;
|
|
20405
|
-
calendarRightPaddingQuarterrange: string;
|
|
20406
|
-
calendarRightPaddingYearrange: string;
|
|
20407
20262
|
}, {
|
|
20408
20263
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20409
20264
|
countTextColor: string;
|
|
@@ -20961,18 +20816,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20961
20816
|
}, any>;
|
|
20962
20817
|
}>>>;
|
|
20963
20818
|
}>>, {
|
|
20964
|
-
|
|
20965
|
-
|
|
20966
|
-
|
|
20967
|
-
|
|
20968
|
-
|
|
20969
|
-
|
|
20970
|
-
|
|
20971
|
-
|
|
20972
|
-
|
|
20973
|
-
|
|
20974
|
-
|
|
20975
|
-
readonly bindCalendarMonths: boolean;
|
|
20819
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20820
|
+
show: boolean | undefined;
|
|
20821
|
+
disabled: boolean | undefined;
|
|
20822
|
+
to: string | boolean | HTMLElement;
|
|
20823
|
+
bordered: boolean | undefined;
|
|
20824
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
20825
|
+
clearable: boolean;
|
|
20826
|
+
inputReadonly: boolean;
|
|
20827
|
+
updateValueOnClose: boolean;
|
|
20828
|
+
closeOnSelect: boolean;
|
|
20829
|
+
bindCalendarMonths: boolean;
|
|
20976
20830
|
}>;
|
|
20977
20831
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20978
20832
|
mainForm: {
|
|
@@ -21342,7 +21196,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21342
21196
|
};
|
|
21343
21197
|
readonly remote: BooleanConstructor;
|
|
21344
21198
|
readonly loading: BooleanConstructor;
|
|
21345
|
-
readonly filter:
|
|
21199
|
+
readonly filter: {
|
|
21200
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21201
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21202
|
+
};
|
|
21346
21203
|
readonly placement: {
|
|
21347
21204
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
21348
21205
|
readonly default: "bottom-start";
|
|
@@ -21352,10 +21209,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21352
21209
|
readonly default: "trigger";
|
|
21353
21210
|
};
|
|
21354
21211
|
readonly tag: BooleanConstructor;
|
|
21355
|
-
readonly onCreate:
|
|
21212
|
+
readonly onCreate: {
|
|
21213
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21214
|
+
readonly default: (label: string) => {
|
|
21215
|
+
label: string;
|
|
21216
|
+
value: string;
|
|
21217
|
+
};
|
|
21218
|
+
};
|
|
21356
21219
|
readonly fallbackOption: {
|
|
21357
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
21358
|
-
readonly default:
|
|
21220
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21221
|
+
readonly default: () => (value: string | number) => {
|
|
21222
|
+
label: string;
|
|
21223
|
+
value: string | number;
|
|
21224
|
+
};
|
|
21359
21225
|
};
|
|
21360
21226
|
readonly show: {
|
|
21361
21227
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -21374,18 +21240,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21374
21240
|
readonly type: BooleanConstructor;
|
|
21375
21241
|
readonly default: true;
|
|
21376
21242
|
};
|
|
21377
|
-
readonly labelField: {
|
|
21378
|
-
readonly type: StringConstructor;
|
|
21379
|
-
readonly default: "label";
|
|
21380
|
-
};
|
|
21381
|
-
readonly valueField: {
|
|
21382
|
-
readonly type: StringConstructor;
|
|
21383
|
-
readonly default: "value";
|
|
21384
|
-
};
|
|
21385
|
-
readonly childrenField: {
|
|
21386
|
-
readonly type: StringConstructor;
|
|
21387
|
-
readonly default: "children";
|
|
21388
|
-
};
|
|
21389
21243
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
21390
21244
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
21391
21245
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -21408,10 +21262,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21408
21262
|
readonly default: true;
|
|
21409
21263
|
};
|
|
21410
21264
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
21411
|
-
readonly internalShowCheckmark: {
|
|
21412
|
-
readonly type: BooleanConstructor;
|
|
21413
|
-
readonly default: true;
|
|
21414
|
-
};
|
|
21415
21265
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
21416
21266
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
21417
21267
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -21507,7 +21357,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21507
21357
|
optionCheckColor: string;
|
|
21508
21358
|
optionColorPending: string;
|
|
21509
21359
|
optionColorActive: string;
|
|
21510
|
-
optionColorActivePending: string;
|
|
21511
21360
|
actionTextColor: string;
|
|
21512
21361
|
loadingColor: string;
|
|
21513
21362
|
height: string;
|
|
@@ -21633,7 +21482,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21633
21482
|
optionCheckColor: string;
|
|
21634
21483
|
optionColorPending: string;
|
|
21635
21484
|
optionColorActive: string;
|
|
21636
|
-
optionColorActivePending: string;
|
|
21637
21485
|
actionTextColor: string;
|
|
21638
21486
|
loadingColor: string;
|
|
21639
21487
|
height: string;
|
|
@@ -21759,7 +21607,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21759
21607
|
optionCheckColor: string;
|
|
21760
21608
|
optionColorPending: string;
|
|
21761
21609
|
optionColorActive: string;
|
|
21762
|
-
optionColorActivePending: string;
|
|
21763
21610
|
actionTextColor: string;
|
|
21764
21611
|
loadingColor: string;
|
|
21765
21612
|
height: string;
|
|
@@ -21889,11 +21736,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21889
21736
|
opacity5: string;
|
|
21890
21737
|
dividerColor: string;
|
|
21891
21738
|
borderColor: string;
|
|
21892
|
-
|
|
21893
|
-
closeIconColorHover: string;
|
|
21894
|
-
closeIconColorPressed: string;
|
|
21739
|
+
closeColor: string;
|
|
21895
21740
|
closeColorHover: string;
|
|
21896
21741
|
closeColorPressed: string;
|
|
21742
|
+
closeColorDisabled: string;
|
|
21897
21743
|
clearColor: string;
|
|
21898
21744
|
clearColorHover: string;
|
|
21899
21745
|
clearColorPressed: string;
|
|
@@ -22048,7 +21894,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22048
21894
|
optionCheckColor: string;
|
|
22049
21895
|
optionColorPending: string;
|
|
22050
21896
|
optionColorActive: string;
|
|
22051
|
-
optionColorActivePending: string;
|
|
22052
21897
|
actionTextColor: string;
|
|
22053
21898
|
loadingColor: string;
|
|
22054
21899
|
height: string;
|
|
@@ -22164,7 +22009,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22164
22009
|
};
|
|
22165
22010
|
readonly remote: BooleanConstructor;
|
|
22166
22011
|
readonly loading: BooleanConstructor;
|
|
22167
|
-
readonly filter:
|
|
22012
|
+
readonly filter: {
|
|
22013
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
22014
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
22015
|
+
};
|
|
22168
22016
|
readonly placement: {
|
|
22169
22017
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
22170
22018
|
readonly default: "bottom-start";
|
|
@@ -22174,10 +22022,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22174
22022
|
readonly default: "trigger";
|
|
22175
22023
|
};
|
|
22176
22024
|
readonly tag: BooleanConstructor;
|
|
22177
|
-
readonly onCreate:
|
|
22025
|
+
readonly onCreate: {
|
|
22026
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
22027
|
+
readonly default: (label: string) => {
|
|
22028
|
+
label: string;
|
|
22029
|
+
value: string;
|
|
22030
|
+
};
|
|
22031
|
+
};
|
|
22178
22032
|
readonly fallbackOption: {
|
|
22179
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
22180
|
-
readonly default:
|
|
22033
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
22034
|
+
readonly default: () => (value: string | number) => {
|
|
22035
|
+
label: string;
|
|
22036
|
+
value: string | number;
|
|
22037
|
+
};
|
|
22181
22038
|
};
|
|
22182
22039
|
readonly show: {
|
|
22183
22040
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -22196,18 +22053,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22196
22053
|
readonly type: BooleanConstructor;
|
|
22197
22054
|
readonly default: true;
|
|
22198
22055
|
};
|
|
22199
|
-
readonly labelField: {
|
|
22200
|
-
readonly type: StringConstructor;
|
|
22201
|
-
readonly default: "label";
|
|
22202
|
-
};
|
|
22203
|
-
readonly valueField: {
|
|
22204
|
-
readonly type: StringConstructor;
|
|
22205
|
-
readonly default: "value";
|
|
22206
|
-
};
|
|
22207
|
-
readonly childrenField: {
|
|
22208
|
-
readonly type: StringConstructor;
|
|
22209
|
-
readonly default: "children";
|
|
22210
|
-
};
|
|
22211
22056
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
22212
22057
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
22213
22058
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -22230,10 +22075,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22230
22075
|
readonly default: true;
|
|
22231
22076
|
};
|
|
22232
22077
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
22233
|
-
readonly internalShowCheckmark: {
|
|
22234
|
-
readonly type: BooleanConstructor;
|
|
22235
|
-
readonly default: true;
|
|
22236
|
-
};
|
|
22237
22078
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
22238
22079
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
22239
22080
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -22329,7 +22170,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22329
22170
|
optionCheckColor: string;
|
|
22330
22171
|
optionColorPending: string;
|
|
22331
22172
|
optionColorActive: string;
|
|
22332
|
-
optionColorActivePending: string;
|
|
22333
22173
|
actionTextColor: string;
|
|
22334
22174
|
loadingColor: string;
|
|
22335
22175
|
height: string;
|
|
@@ -22455,7 +22295,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22455
22295
|
optionCheckColor: string;
|
|
22456
22296
|
optionColorPending: string;
|
|
22457
22297
|
optionColorActive: string;
|
|
22458
|
-
optionColorActivePending: string;
|
|
22459
22298
|
actionTextColor: string;
|
|
22460
22299
|
loadingColor: string;
|
|
22461
22300
|
height: string;
|
|
@@ -22581,7 +22420,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22581
22420
|
optionCheckColor: string;
|
|
22582
22421
|
optionColorPending: string;
|
|
22583
22422
|
optionColorActive: string;
|
|
22584
|
-
optionColorActivePending: string;
|
|
22585
22423
|
actionTextColor: string;
|
|
22586
22424
|
loadingColor: string;
|
|
22587
22425
|
height: string;
|
|
@@ -22615,31 +22453,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22615
22453
|
}>;
|
|
22616
22454
|
}>>>;
|
|
22617
22455
|
}>>, {
|
|
22618
|
-
|
|
22619
|
-
|
|
22620
|
-
|
|
22621
|
-
|
|
22622
|
-
|
|
22623
|
-
|
|
22624
|
-
|
|
22625
|
-
|
|
22626
|
-
|
|
22627
|
-
|
|
22628
|
-
|
|
22629
|
-
|
|
22630
|
-
|
|
22631
|
-
|
|
22632
|
-
|
|
22633
|
-
|
|
22634
|
-
|
|
22635
|
-
|
|
22636
|
-
|
|
22637
|
-
|
|
22638
|
-
|
|
22639
|
-
|
|
22640
|
-
|
|
22641
|
-
readonly consistentMenuWidth: boolean;
|
|
22642
|
-
readonly childrenField: string;
|
|
22456
|
+
tag: boolean;
|
|
22457
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
22458
|
+
show: boolean | undefined;
|
|
22459
|
+
multiple: boolean;
|
|
22460
|
+
disabled: boolean | undefined;
|
|
22461
|
+
to: string | boolean | HTMLElement;
|
|
22462
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
22463
|
+
loading: boolean;
|
|
22464
|
+
bordered: boolean | undefined;
|
|
22465
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
22466
|
+
virtualScroll: boolean;
|
|
22467
|
+
resetMenuOnOptionsChange: boolean;
|
|
22468
|
+
showArrow: boolean;
|
|
22469
|
+
displayDirective: "show" | "if";
|
|
22470
|
+
filterable: boolean;
|
|
22471
|
+
clearable: boolean;
|
|
22472
|
+
clearFilterAfterSelect: boolean;
|
|
22473
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
22474
|
+
remote: boolean;
|
|
22475
|
+
widthMode: string;
|
|
22476
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
22477
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
22478
|
+
consistentMenuWidth: boolean;
|
|
22643
22479
|
}>;
|
|
22644
22480
|
SelectPage: import("vue").DefineComponent<{
|
|
22645
22481
|
searchPageConfig: {
|
|
@@ -22716,10 +22552,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22716
22552
|
readonly default: true;
|
|
22717
22553
|
};
|
|
22718
22554
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
22719
|
-
readonly nativeFocusBehavior:
|
|
22720
|
-
readonly type: BooleanConstructor;
|
|
22721
|
-
readonly default: boolean;
|
|
22722
|
-
};
|
|
22555
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
22723
22556
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
22724
22557
|
heightTiny: string;
|
|
22725
22558
|
heightSmall: string;
|
|
@@ -23433,10 +23266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23433
23266
|
readonly default: true;
|
|
23434
23267
|
};
|
|
23435
23268
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
23436
|
-
readonly nativeFocusBehavior:
|
|
23437
|
-
readonly type: BooleanConstructor;
|
|
23438
|
-
readonly default: boolean;
|
|
23439
|
-
};
|
|
23269
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
23440
23270
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
23441
23271
|
heightTiny: string;
|
|
23442
23272
|
heightSmall: string;
|
|
@@ -24050,26 +23880,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24050
23880
|
rippleDuration: string;
|
|
24051
23881
|
}, any>>>;
|
|
24052
23882
|
}>>, {
|
|
24053
|
-
|
|
24054
|
-
|
|
24055
|
-
|
|
24056
|
-
|
|
24057
|
-
|
|
24058
|
-
|
|
24059
|
-
|
|
24060
|
-
|
|
24061
|
-
|
|
24062
|
-
|
|
24063
|
-
|
|
24064
|
-
|
|
24065
|
-
|
|
24066
|
-
|
|
24067
|
-
|
|
24068
|
-
|
|
24069
|
-
|
|
24070
|
-
|
|
24071
|
-
|
|
24072
|
-
|
|
23883
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
23884
|
+
tag: keyof HTMLElementTagNameMap;
|
|
23885
|
+
block: boolean;
|
|
23886
|
+
round: boolean;
|
|
23887
|
+
dashed: boolean;
|
|
23888
|
+
text: boolean;
|
|
23889
|
+
circle: boolean;
|
|
23890
|
+
disabled: boolean;
|
|
23891
|
+
focusable: boolean;
|
|
23892
|
+
strong: boolean;
|
|
23893
|
+
loading: boolean;
|
|
23894
|
+
bordered: boolean;
|
|
23895
|
+
tertiary: boolean;
|
|
23896
|
+
ghost: boolean;
|
|
23897
|
+
keyboard: boolean;
|
|
23898
|
+
secondary: boolean;
|
|
23899
|
+
quaternary: boolean;
|
|
23900
|
+
iconPlacement: "left" | "right";
|
|
23901
|
+
attrType: "button" | "reset" | "submit";
|
|
23902
|
+
nativeFocusBehavior: boolean;
|
|
24073
23903
|
}>;
|
|
24074
23904
|
ChevronBackOutline: 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<{}>>, {}>;
|
|
24075
23905
|
ChevronForwardOutline: 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<{}>>, {}>;
|
|
@@ -24506,10 +24336,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24506
24336
|
readonly default: true;
|
|
24507
24337
|
};
|
|
24508
24338
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
24509
|
-
readonly nativeFocusBehavior:
|
|
24510
|
-
readonly type: BooleanConstructor;
|
|
24511
|
-
readonly default: boolean;
|
|
24512
|
-
};
|
|
24339
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
24513
24340
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
24514
24341
|
heightTiny: string;
|
|
24515
24342
|
heightSmall: string;
|
|
@@ -25223,10 +25050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25223
25050
|
readonly default: true;
|
|
25224
25051
|
};
|
|
25225
25052
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
25226
|
-
readonly nativeFocusBehavior:
|
|
25227
|
-
readonly type: BooleanConstructor;
|
|
25228
|
-
readonly default: boolean;
|
|
25229
|
-
};
|
|
25053
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
25230
25054
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
25231
25055
|
heightTiny: string;
|
|
25232
25056
|
heightSmall: string;
|
|
@@ -25840,26 +25664,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25840
25664
|
rippleDuration: string;
|
|
25841
25665
|
}, any>>>;
|
|
25842
25666
|
}>>, {
|
|
25843
|
-
|
|
25844
|
-
|
|
25845
|
-
|
|
25846
|
-
|
|
25847
|
-
|
|
25848
|
-
|
|
25849
|
-
|
|
25850
|
-
|
|
25851
|
-
|
|
25852
|
-
|
|
25853
|
-
|
|
25854
|
-
|
|
25855
|
-
|
|
25856
|
-
|
|
25857
|
-
|
|
25858
|
-
|
|
25859
|
-
|
|
25860
|
-
|
|
25861
|
-
|
|
25862
|
-
|
|
25667
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
25668
|
+
tag: keyof HTMLElementTagNameMap;
|
|
25669
|
+
block: boolean;
|
|
25670
|
+
round: boolean;
|
|
25671
|
+
dashed: boolean;
|
|
25672
|
+
text: boolean;
|
|
25673
|
+
circle: boolean;
|
|
25674
|
+
disabled: boolean;
|
|
25675
|
+
focusable: boolean;
|
|
25676
|
+
strong: boolean;
|
|
25677
|
+
loading: boolean;
|
|
25678
|
+
bordered: boolean;
|
|
25679
|
+
tertiary: boolean;
|
|
25680
|
+
ghost: boolean;
|
|
25681
|
+
keyboard: boolean;
|
|
25682
|
+
secondary: boolean;
|
|
25683
|
+
quaternary: boolean;
|
|
25684
|
+
iconPlacement: "left" | "right";
|
|
25685
|
+
attrType: "button" | "reset" | "submit";
|
|
25686
|
+
nativeFocusBehavior: boolean;
|
|
25863
25687
|
}>;
|
|
25864
25688
|
ChevronBackOutline: 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<{}>>, {}>;
|
|
25865
25689
|
ChevronForwardOutline: 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<{}>>, {}>;
|
|
@@ -26143,7 +25967,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26143
25967
|
};
|
|
26144
25968
|
readonly remote: BooleanConstructor;
|
|
26145
25969
|
readonly loading: BooleanConstructor;
|
|
26146
|
-
readonly filter:
|
|
25970
|
+
readonly filter: {
|
|
25971
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
25972
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
25973
|
+
};
|
|
26147
25974
|
readonly placement: {
|
|
26148
25975
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
26149
25976
|
readonly default: "bottom-start";
|
|
@@ -26153,10 +25980,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26153
25980
|
readonly default: "trigger";
|
|
26154
25981
|
};
|
|
26155
25982
|
readonly tag: BooleanConstructor;
|
|
26156
|
-
readonly onCreate:
|
|
25983
|
+
readonly onCreate: {
|
|
25984
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25985
|
+
readonly default: (label: string) => {
|
|
25986
|
+
label: string;
|
|
25987
|
+
value: string;
|
|
25988
|
+
};
|
|
25989
|
+
};
|
|
26157
25990
|
readonly fallbackOption: {
|
|
26158
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
26159
|
-
readonly default:
|
|
25991
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
25992
|
+
readonly default: () => (value: string | number) => {
|
|
25993
|
+
label: string;
|
|
25994
|
+
value: string | number;
|
|
25995
|
+
};
|
|
26160
25996
|
};
|
|
26161
25997
|
readonly show: {
|
|
26162
25998
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26175,18 +26011,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26175
26011
|
readonly type: BooleanConstructor;
|
|
26176
26012
|
readonly default: true;
|
|
26177
26013
|
};
|
|
26178
|
-
readonly labelField: {
|
|
26179
|
-
readonly type: StringConstructor;
|
|
26180
|
-
readonly default: "label";
|
|
26181
|
-
};
|
|
26182
|
-
readonly valueField: {
|
|
26183
|
-
readonly type: StringConstructor;
|
|
26184
|
-
readonly default: "value";
|
|
26185
|
-
};
|
|
26186
|
-
readonly childrenField: {
|
|
26187
|
-
readonly type: StringConstructor;
|
|
26188
|
-
readonly default: "children";
|
|
26189
|
-
};
|
|
26190
26014
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26191
26015
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26192
26016
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -26209,10 +26033,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26209
26033
|
readonly default: true;
|
|
26210
26034
|
};
|
|
26211
26035
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26212
|
-
readonly internalShowCheckmark: {
|
|
26213
|
-
readonly type: BooleanConstructor;
|
|
26214
|
-
readonly default: true;
|
|
26215
|
-
};
|
|
26216
26036
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26217
26037
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26218
26038
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26308,7 +26128,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26308
26128
|
optionCheckColor: string;
|
|
26309
26129
|
optionColorPending: string;
|
|
26310
26130
|
optionColorActive: string;
|
|
26311
|
-
optionColorActivePending: string;
|
|
26312
26131
|
actionTextColor: string;
|
|
26313
26132
|
loadingColor: string;
|
|
26314
26133
|
height: string;
|
|
@@ -26434,7 +26253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26434
26253
|
optionCheckColor: string;
|
|
26435
26254
|
optionColorPending: string;
|
|
26436
26255
|
optionColorActive: string;
|
|
26437
|
-
optionColorActivePending: string;
|
|
26438
26256
|
actionTextColor: string;
|
|
26439
26257
|
loadingColor: string;
|
|
26440
26258
|
height: string;
|
|
@@ -26560,7 +26378,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26560
26378
|
optionCheckColor: string;
|
|
26561
26379
|
optionColorPending: string;
|
|
26562
26380
|
optionColorActive: string;
|
|
26563
|
-
optionColorActivePending: string;
|
|
26564
26381
|
actionTextColor: string;
|
|
26565
26382
|
loadingColor: string;
|
|
26566
26383
|
height: string;
|
|
@@ -26690,11 +26507,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26690
26507
|
opacity5: string;
|
|
26691
26508
|
dividerColor: string;
|
|
26692
26509
|
borderColor: string;
|
|
26693
|
-
|
|
26694
|
-
closeIconColorHover: string;
|
|
26695
|
-
closeIconColorPressed: string;
|
|
26510
|
+
closeColor: string;
|
|
26696
26511
|
closeColorHover: string;
|
|
26697
26512
|
closeColorPressed: string;
|
|
26513
|
+
closeColorDisabled: string;
|
|
26698
26514
|
clearColor: string;
|
|
26699
26515
|
clearColorHover: string;
|
|
26700
26516
|
clearColorPressed: string;
|
|
@@ -26849,7 +26665,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26849
26665
|
optionCheckColor: string;
|
|
26850
26666
|
optionColorPending: string;
|
|
26851
26667
|
optionColorActive: string;
|
|
26852
|
-
optionColorActivePending: string;
|
|
26853
26668
|
actionTextColor: string;
|
|
26854
26669
|
loadingColor: string;
|
|
26855
26670
|
height: string;
|
|
@@ -26965,7 +26780,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26965
26780
|
};
|
|
26966
26781
|
readonly remote: BooleanConstructor;
|
|
26967
26782
|
readonly loading: BooleanConstructor;
|
|
26968
|
-
readonly filter:
|
|
26783
|
+
readonly filter: {
|
|
26784
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
26785
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
26786
|
+
};
|
|
26969
26787
|
readonly placement: {
|
|
26970
26788
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
26971
26789
|
readonly default: "bottom-start";
|
|
@@ -26975,10 +26793,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26975
26793
|
readonly default: "trigger";
|
|
26976
26794
|
};
|
|
26977
26795
|
readonly tag: BooleanConstructor;
|
|
26978
|
-
readonly onCreate:
|
|
26796
|
+
readonly onCreate: {
|
|
26797
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26798
|
+
readonly default: (label: string) => {
|
|
26799
|
+
label: string;
|
|
26800
|
+
value: string;
|
|
26801
|
+
};
|
|
26802
|
+
};
|
|
26979
26803
|
readonly fallbackOption: {
|
|
26980
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
26981
|
-
readonly default:
|
|
26804
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
26805
|
+
readonly default: () => (value: string | number) => {
|
|
26806
|
+
label: string;
|
|
26807
|
+
value: string | number;
|
|
26808
|
+
};
|
|
26982
26809
|
};
|
|
26983
26810
|
readonly show: {
|
|
26984
26811
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26997,18 +26824,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26997
26824
|
readonly type: BooleanConstructor;
|
|
26998
26825
|
readonly default: true;
|
|
26999
26826
|
};
|
|
27000
|
-
readonly labelField: {
|
|
27001
|
-
readonly type: StringConstructor;
|
|
27002
|
-
readonly default: "label";
|
|
27003
|
-
};
|
|
27004
|
-
readonly valueField: {
|
|
27005
|
-
readonly type: StringConstructor;
|
|
27006
|
-
readonly default: "value";
|
|
27007
|
-
};
|
|
27008
|
-
readonly childrenField: {
|
|
27009
|
-
readonly type: StringConstructor;
|
|
27010
|
-
readonly default: "children";
|
|
27011
|
-
};
|
|
27012
26827
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27013
26828
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27014
26829
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -27031,10 +26846,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27031
26846
|
readonly default: true;
|
|
27032
26847
|
};
|
|
27033
26848
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27034
|
-
readonly internalShowCheckmark: {
|
|
27035
|
-
readonly type: BooleanConstructor;
|
|
27036
|
-
readonly default: true;
|
|
27037
|
-
};
|
|
27038
26849
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27039
26850
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27040
26851
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27130,7 +26941,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27130
26941
|
optionCheckColor: string;
|
|
27131
26942
|
optionColorPending: string;
|
|
27132
26943
|
optionColorActive: string;
|
|
27133
|
-
optionColorActivePending: string;
|
|
27134
26944
|
actionTextColor: string;
|
|
27135
26945
|
loadingColor: string;
|
|
27136
26946
|
height: string;
|
|
@@ -27256,7 +27066,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27256
27066
|
optionCheckColor: string;
|
|
27257
27067
|
optionColorPending: string;
|
|
27258
27068
|
optionColorActive: string;
|
|
27259
|
-
optionColorActivePending: string;
|
|
27260
27069
|
actionTextColor: string;
|
|
27261
27070
|
loadingColor: string;
|
|
27262
27071
|
height: string;
|
|
@@ -27382,7 +27191,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27382
27191
|
optionCheckColor: string;
|
|
27383
27192
|
optionColorPending: string;
|
|
27384
27193
|
optionColorActive: string;
|
|
27385
|
-
optionColorActivePending: string;
|
|
27386
27194
|
actionTextColor: string;
|
|
27387
27195
|
loadingColor: string;
|
|
27388
27196
|
height: string;
|
|
@@ -27416,31 +27224,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27416
27224
|
}>;
|
|
27417
27225
|
}>>>;
|
|
27418
27226
|
}>>, {
|
|
27419
|
-
|
|
27420
|
-
|
|
27421
|
-
|
|
27422
|
-
|
|
27423
|
-
|
|
27424
|
-
|
|
27425
|
-
|
|
27426
|
-
|
|
27427
|
-
|
|
27428
|
-
|
|
27429
|
-
|
|
27430
|
-
|
|
27431
|
-
|
|
27432
|
-
|
|
27433
|
-
|
|
27434
|
-
|
|
27435
|
-
|
|
27436
|
-
|
|
27437
|
-
|
|
27438
|
-
|
|
27439
|
-
|
|
27440
|
-
|
|
27441
|
-
|
|
27442
|
-
readonly consistentMenuWidth: boolean;
|
|
27443
|
-
readonly childrenField: string;
|
|
27227
|
+
tag: boolean;
|
|
27228
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
27229
|
+
show: boolean | undefined;
|
|
27230
|
+
multiple: boolean;
|
|
27231
|
+
disabled: boolean | undefined;
|
|
27232
|
+
to: string | boolean | HTMLElement;
|
|
27233
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
27234
|
+
loading: boolean;
|
|
27235
|
+
bordered: boolean | undefined;
|
|
27236
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
27237
|
+
virtualScroll: boolean;
|
|
27238
|
+
resetMenuOnOptionsChange: boolean;
|
|
27239
|
+
showArrow: boolean;
|
|
27240
|
+
displayDirective: "show" | "if";
|
|
27241
|
+
filterable: boolean;
|
|
27242
|
+
clearable: boolean;
|
|
27243
|
+
clearFilterAfterSelect: boolean;
|
|
27244
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
27245
|
+
remote: boolean;
|
|
27246
|
+
widthMode: string;
|
|
27247
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
27248
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
27249
|
+
consistentMenuWidth: boolean;
|
|
27444
27250
|
}>;
|
|
27445
27251
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27446
27252
|
mainForm: {
|
|
@@ -27706,7 +27512,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27706
27512
|
};
|
|
27707
27513
|
readonly remote: BooleanConstructor;
|
|
27708
27514
|
readonly loading: BooleanConstructor;
|
|
27709
|
-
readonly filter:
|
|
27515
|
+
readonly filter: {
|
|
27516
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
27517
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
27518
|
+
};
|
|
27710
27519
|
readonly placement: {
|
|
27711
27520
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
27712
27521
|
readonly default: "bottom-start";
|
|
@@ -27716,10 +27525,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27716
27525
|
readonly default: "trigger";
|
|
27717
27526
|
};
|
|
27718
27527
|
readonly tag: BooleanConstructor;
|
|
27719
|
-
readonly onCreate:
|
|
27528
|
+
readonly onCreate: {
|
|
27529
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27530
|
+
readonly default: (label: string) => {
|
|
27531
|
+
label: string;
|
|
27532
|
+
value: string;
|
|
27533
|
+
};
|
|
27534
|
+
};
|
|
27720
27535
|
readonly fallbackOption: {
|
|
27721
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
27722
|
-
readonly default:
|
|
27536
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
27537
|
+
readonly default: () => (value: string | number) => {
|
|
27538
|
+
label: string;
|
|
27539
|
+
value: string | number;
|
|
27540
|
+
};
|
|
27723
27541
|
};
|
|
27724
27542
|
readonly show: {
|
|
27725
27543
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -27738,18 +27556,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27738
27556
|
readonly type: BooleanConstructor;
|
|
27739
27557
|
readonly default: true;
|
|
27740
27558
|
};
|
|
27741
|
-
readonly labelField: {
|
|
27742
|
-
readonly type: StringConstructor;
|
|
27743
|
-
readonly default: "label";
|
|
27744
|
-
};
|
|
27745
|
-
readonly valueField: {
|
|
27746
|
-
readonly type: StringConstructor;
|
|
27747
|
-
readonly default: "value";
|
|
27748
|
-
};
|
|
27749
|
-
readonly childrenField: {
|
|
27750
|
-
readonly type: StringConstructor;
|
|
27751
|
-
readonly default: "children";
|
|
27752
|
-
};
|
|
27753
27559
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27754
27560
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27755
27561
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -27772,10 +27578,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27772
27578
|
readonly default: true;
|
|
27773
27579
|
};
|
|
27774
27580
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27775
|
-
readonly internalShowCheckmark: {
|
|
27776
|
-
readonly type: BooleanConstructor;
|
|
27777
|
-
readonly default: true;
|
|
27778
|
-
};
|
|
27779
27581
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27780
27582
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27781
27583
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27871,7 +27673,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27871
27673
|
optionCheckColor: string;
|
|
27872
27674
|
optionColorPending: string;
|
|
27873
27675
|
optionColorActive: string;
|
|
27874
|
-
optionColorActivePending: string;
|
|
27875
27676
|
actionTextColor: string;
|
|
27876
27677
|
loadingColor: string;
|
|
27877
27678
|
height: string;
|
|
@@ -27997,7 +27798,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27997
27798
|
optionCheckColor: string;
|
|
27998
27799
|
optionColorPending: string;
|
|
27999
27800
|
optionColorActive: string;
|
|
28000
|
-
optionColorActivePending: string;
|
|
28001
27801
|
actionTextColor: string;
|
|
28002
27802
|
loadingColor: string;
|
|
28003
27803
|
height: string;
|
|
@@ -28123,7 +27923,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28123
27923
|
optionCheckColor: string;
|
|
28124
27924
|
optionColorPending: string;
|
|
28125
27925
|
optionColorActive: string;
|
|
28126
|
-
optionColorActivePending: string;
|
|
28127
27926
|
actionTextColor: string;
|
|
28128
27927
|
loadingColor: string;
|
|
28129
27928
|
height: string;
|
|
@@ -28253,11 +28052,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28253
28052
|
opacity5: string;
|
|
28254
28053
|
dividerColor: string;
|
|
28255
28054
|
borderColor: string;
|
|
28256
|
-
|
|
28257
|
-
closeIconColorHover: string;
|
|
28258
|
-
closeIconColorPressed: string;
|
|
28055
|
+
closeColor: string;
|
|
28259
28056
|
closeColorHover: string;
|
|
28260
28057
|
closeColorPressed: string;
|
|
28058
|
+
closeColorDisabled: string;
|
|
28261
28059
|
clearColor: string;
|
|
28262
28060
|
clearColorHover: string;
|
|
28263
28061
|
clearColorPressed: string;
|
|
@@ -28412,7 +28210,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28412
28210
|
optionCheckColor: string;
|
|
28413
28211
|
optionColorPending: string;
|
|
28414
28212
|
optionColorActive: string;
|
|
28415
|
-
optionColorActivePending: string;
|
|
28416
28213
|
actionTextColor: string;
|
|
28417
28214
|
loadingColor: string;
|
|
28418
28215
|
height: string;
|
|
@@ -28528,7 +28325,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28528
28325
|
};
|
|
28529
28326
|
readonly remote: BooleanConstructor;
|
|
28530
28327
|
readonly loading: BooleanConstructor;
|
|
28531
|
-
readonly filter:
|
|
28328
|
+
readonly filter: {
|
|
28329
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
28330
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
28331
|
+
};
|
|
28532
28332
|
readonly placement: {
|
|
28533
28333
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
28534
28334
|
readonly default: "bottom-start";
|
|
@@ -28538,10 +28338,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28538
28338
|
readonly default: "trigger";
|
|
28539
28339
|
};
|
|
28540
28340
|
readonly tag: BooleanConstructor;
|
|
28541
|
-
readonly onCreate:
|
|
28341
|
+
readonly onCreate: {
|
|
28342
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28343
|
+
readonly default: (label: string) => {
|
|
28344
|
+
label: string;
|
|
28345
|
+
value: string;
|
|
28346
|
+
};
|
|
28347
|
+
};
|
|
28542
28348
|
readonly fallbackOption: {
|
|
28543
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
28544
|
-
readonly default:
|
|
28349
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
28350
|
+
readonly default: () => (value: string | number) => {
|
|
28351
|
+
label: string;
|
|
28352
|
+
value: string | number;
|
|
28353
|
+
};
|
|
28545
28354
|
};
|
|
28546
28355
|
readonly show: {
|
|
28547
28356
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -28560,18 +28369,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28560
28369
|
readonly type: BooleanConstructor;
|
|
28561
28370
|
readonly default: true;
|
|
28562
28371
|
};
|
|
28563
|
-
readonly labelField: {
|
|
28564
|
-
readonly type: StringConstructor;
|
|
28565
|
-
readonly default: "label";
|
|
28566
|
-
};
|
|
28567
|
-
readonly valueField: {
|
|
28568
|
-
readonly type: StringConstructor;
|
|
28569
|
-
readonly default: "value";
|
|
28570
|
-
};
|
|
28571
|
-
readonly childrenField: {
|
|
28572
|
-
readonly type: StringConstructor;
|
|
28573
|
-
readonly default: "children";
|
|
28574
|
-
};
|
|
28575
28372
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
28576
28373
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
28577
28374
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -28594,10 +28391,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28594
28391
|
readonly default: true;
|
|
28595
28392
|
};
|
|
28596
28393
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
28597
|
-
readonly internalShowCheckmark: {
|
|
28598
|
-
readonly type: BooleanConstructor;
|
|
28599
|
-
readonly default: true;
|
|
28600
|
-
};
|
|
28601
28394
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
28602
28395
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
28603
28396
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -28693,7 +28486,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28693
28486
|
optionCheckColor: string;
|
|
28694
28487
|
optionColorPending: string;
|
|
28695
28488
|
optionColorActive: string;
|
|
28696
|
-
optionColorActivePending: string;
|
|
28697
28489
|
actionTextColor: string;
|
|
28698
28490
|
loadingColor: string;
|
|
28699
28491
|
height: string;
|
|
@@ -28819,7 +28611,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28819
28611
|
optionCheckColor: string;
|
|
28820
28612
|
optionColorPending: string;
|
|
28821
28613
|
optionColorActive: string;
|
|
28822
|
-
optionColorActivePending: string;
|
|
28823
28614
|
actionTextColor: string;
|
|
28824
28615
|
loadingColor: string;
|
|
28825
28616
|
height: string;
|
|
@@ -28945,7 +28736,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28945
28736
|
optionCheckColor: string;
|
|
28946
28737
|
optionColorPending: string;
|
|
28947
28738
|
optionColorActive: string;
|
|
28948
|
-
optionColorActivePending: string;
|
|
28949
28739
|
actionTextColor: string;
|
|
28950
28740
|
loadingColor: string;
|
|
28951
28741
|
height: string;
|
|
@@ -28979,31 +28769,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28979
28769
|
}>;
|
|
28980
28770
|
}>>>;
|
|
28981
28771
|
}>>, {
|
|
28982
|
-
|
|
28983
|
-
|
|
28984
|
-
|
|
28985
|
-
|
|
28986
|
-
|
|
28987
|
-
|
|
28988
|
-
|
|
28989
|
-
|
|
28990
|
-
|
|
28991
|
-
|
|
28992
|
-
|
|
28993
|
-
|
|
28994
|
-
|
|
28995
|
-
|
|
28996
|
-
|
|
28997
|
-
|
|
28998
|
-
|
|
28999
|
-
|
|
29000
|
-
|
|
29001
|
-
|
|
29002
|
-
|
|
29003
|
-
|
|
29004
|
-
|
|
29005
|
-
readonly consistentMenuWidth: boolean;
|
|
29006
|
-
readonly childrenField: string;
|
|
28772
|
+
tag: boolean;
|
|
28773
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
28774
|
+
show: boolean | undefined;
|
|
28775
|
+
multiple: boolean;
|
|
28776
|
+
disabled: boolean | undefined;
|
|
28777
|
+
to: string | boolean | HTMLElement;
|
|
28778
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
28779
|
+
loading: boolean;
|
|
28780
|
+
bordered: boolean | undefined;
|
|
28781
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
28782
|
+
virtualScroll: boolean;
|
|
28783
|
+
resetMenuOnOptionsChange: boolean;
|
|
28784
|
+
showArrow: boolean;
|
|
28785
|
+
displayDirective: "show" | "if";
|
|
28786
|
+
filterable: boolean;
|
|
28787
|
+
clearable: boolean;
|
|
28788
|
+
clearFilterAfterSelect: boolean;
|
|
28789
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
28790
|
+
remote: boolean;
|
|
28791
|
+
widthMode: string;
|
|
28792
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
28793
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
28794
|
+
consistentMenuWidth: boolean;
|
|
29007
28795
|
}>;
|
|
29008
28796
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29009
28797
|
mainForm: {
|
|
@@ -29292,7 +29080,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29292
29080
|
type: BooleanConstructor;
|
|
29293
29081
|
default: undefined;
|
|
29294
29082
|
};
|
|
29295
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29296
29083
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29297
29084
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29298
29085
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29513,8 +29300,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29513
29300
|
contentRef: HTMLElement | null;
|
|
29514
29301
|
containerScrollTop: number;
|
|
29515
29302
|
syncUnifiedContainer: () => void;
|
|
29516
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
29517
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
29303
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
29304
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
29518
29305
|
sync: () => void;
|
|
29519
29306
|
handleMouseEnterWrapper: () => void;
|
|
29520
29307
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -29548,7 +29335,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29548
29335
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
29549
29336
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
29550
29337
|
handleInputBlur: (e: FocusEvent) => void;
|
|
29551
|
-
handleInputFocus: (e: FocusEvent
|
|
29338
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
29552
29339
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
29553
29340
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
29554
29341
|
handleMouseEnter: () => void;
|
|
@@ -29559,7 +29346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29559
29346
|
handleClear: (e: MouseEvent) => void;
|
|
29560
29347
|
handlePasswordToggleClick: () => void;
|
|
29561
29348
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
29562
|
-
|
|
29349
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
29563
29350
|
handleTextAreaMirrorResize: () => void;
|
|
29564
29351
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
29565
29352
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -29603,11 +29390,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29603
29390
|
opacity5: string;
|
|
29604
29391
|
dividerColor: string;
|
|
29605
29392
|
borderColor: string;
|
|
29606
|
-
|
|
29607
|
-
closeIconColorHover: string;
|
|
29608
|
-
closeIconColorPressed: string;
|
|
29393
|
+
closeColor: string;
|
|
29609
29394
|
closeColorHover: string;
|
|
29610
29395
|
closeColorPressed: string;
|
|
29396
|
+
closeColorDisabled: string;
|
|
29611
29397
|
clearColor: string;
|
|
29612
29398
|
clearColorHover: string;
|
|
29613
29399
|
clearColorPressed: string;
|
|
@@ -29848,7 +29634,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29848
29634
|
type: BooleanConstructor;
|
|
29849
29635
|
default: undefined;
|
|
29850
29636
|
};
|
|
29851
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29852
29637
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29853
29638
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29854
29639
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -30257,11 +30042,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30257
30042
|
scrollable: BooleanConstructor;
|
|
30258
30043
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30259
30044
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30260
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30261
30045
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30262
30046
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30263
30047
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30264
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
30265
30048
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30266
30049
|
internalInheritedEventHandlers: {
|
|
30267
30050
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30326,11 +30109,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30326
30109
|
opacity5: string;
|
|
30327
30110
|
dividerColor: string;
|
|
30328
30111
|
borderColor: string;
|
|
30329
|
-
|
|
30330
|
-
closeIconColorHover: string;
|
|
30331
|
-
closeIconColorPressed: string;
|
|
30112
|
+
closeColor: string;
|
|
30332
30113
|
closeColorHover: string;
|
|
30333
30114
|
closeColorPressed: string;
|
|
30115
|
+
closeColorDisabled: string;
|
|
30334
30116
|
clearColor: string;
|
|
30335
30117
|
clearColorHover: string;
|
|
30336
30118
|
clearColorPressed: string;
|
|
@@ -30559,11 +30341,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30559
30341
|
scrollable: BooleanConstructor;
|
|
30560
30342
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30561
30343
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30562
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30563
30344
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30564
30345
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30565
30346
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30566
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
30567
30347
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30568
30348
|
internalInheritedEventHandlers: {
|
|
30569
30349
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30599,7 +30379,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30599
30379
|
arrowPointToCenter: boolean;
|
|
30600
30380
|
displayDirective: "show" | "if";
|
|
30601
30381
|
keepAliveOnHover: boolean;
|
|
30602
|
-
internalDeactivateImmediately: boolean;
|
|
30603
30382
|
animated: boolean;
|
|
30604
30383
|
internalTrapFocus: boolean;
|
|
30605
30384
|
defaultShow: boolean;
|
|
@@ -30931,7 +30710,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30931
30710
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
30932
30711
|
onClear: import("vue").PropType<() => void>;
|
|
30933
30712
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
30934
|
-
|
|
30713
|
+
stateful: {
|
|
30714
|
+
type: BooleanConstructor;
|
|
30715
|
+
default: boolean;
|
|
30716
|
+
};
|
|
30935
30717
|
showIcon: {
|
|
30936
30718
|
type: BooleanConstructor;
|
|
30937
30719
|
default: boolean;
|
|
@@ -30957,10 +30739,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30957
30739
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
30958
30740
|
};
|
|
30959
30741
|
use12Hours: BooleanConstructor;
|
|
30960
|
-
stateful: {
|
|
30961
|
-
type: BooleanConstructor;
|
|
30962
|
-
default: boolean;
|
|
30963
|
-
};
|
|
30964
30742
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
30965
30743
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
30966
30744
|
panelColor: string;
|
|
@@ -31849,8 +31627,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31849
31627
|
contentRef: HTMLElement | null;
|
|
31850
31628
|
containerScrollTop: number;
|
|
31851
31629
|
syncUnifiedContainer: () => void;
|
|
31852
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31853
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31630
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31631
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31854
31632
|
sync: () => void;
|
|
31855
31633
|
handleMouseEnterWrapper: () => void;
|
|
31856
31634
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31861,8 +31639,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31861
31639
|
contentRef: HTMLElement | null;
|
|
31862
31640
|
containerScrollTop: number;
|
|
31863
31641
|
syncUnifiedContainer: () => void;
|
|
31864
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31865
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31642
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31643
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31866
31644
|
sync: () => void;
|
|
31867
31645
|
handleMouseEnterWrapper: () => void;
|
|
31868
31646
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31873,8 +31651,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31873
31651
|
contentRef: HTMLElement | null;
|
|
31874
31652
|
containerScrollTop: number;
|
|
31875
31653
|
syncUnifiedContainer: () => void;
|
|
31876
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31877
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31654
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31655
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31878
31656
|
sync: () => void;
|
|
31879
31657
|
handleMouseEnterWrapper: () => void;
|
|
31880
31658
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31885,8 +31663,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31885
31663
|
contentRef: HTMLElement | null;
|
|
31886
31664
|
containerScrollTop: number;
|
|
31887
31665
|
syncUnifiedContainer: () => void;
|
|
31888
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31889
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31666
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31667
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31890
31668
|
sync: () => void;
|
|
31891
31669
|
handleMouseEnterWrapper: () => void;
|
|
31892
31670
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31914,7 +31692,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31914
31692
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
31915
31693
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
31916
31694
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
31917
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
31918
31695
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
31919
31696
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
31920
31697
|
handleNowClick: () => void;
|
|
@@ -31931,7 +31708,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31931
31708
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
31932
31709
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
31933
31710
|
handleFocusDetectorFocus: () => void;
|
|
31934
|
-
|
|
31711
|
+
handleMenuKeyDown: (e: KeyboardEvent) => void;
|
|
31935
31712
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
31936
31713
|
mergedTheme: import("vue").ComputedRef<{
|
|
31937
31714
|
common: {
|
|
@@ -31974,11 +31751,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31974
31751
|
opacity5: string;
|
|
31975
31752
|
dividerColor: string;
|
|
31976
31753
|
borderColor: string;
|
|
31977
|
-
|
|
31978
|
-
closeIconColorHover: string;
|
|
31979
|
-
closeIconColorPressed: string;
|
|
31754
|
+
closeColor: string;
|
|
31980
31755
|
closeColorHover: string;
|
|
31981
31756
|
closeColorPressed: string;
|
|
31757
|
+
closeColorDisabled: string;
|
|
31982
31758
|
clearColor: string;
|
|
31983
31759
|
clearColorHover: string;
|
|
31984
31760
|
clearColorPressed: string;
|
|
@@ -32413,7 +32189,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32413
32189
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
32414
32190
|
onClear: import("vue").PropType<() => void>;
|
|
32415
32191
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
32416
|
-
|
|
32192
|
+
stateful: {
|
|
32193
|
+
type: BooleanConstructor;
|
|
32194
|
+
default: boolean;
|
|
32195
|
+
};
|
|
32417
32196
|
showIcon: {
|
|
32418
32197
|
type: BooleanConstructor;
|
|
32419
32198
|
default: boolean;
|
|
@@ -32439,10 +32218,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32439
32218
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
32440
32219
|
};
|
|
32441
32220
|
use12Hours: BooleanConstructor;
|
|
32442
|
-
stateful: {
|
|
32443
|
-
type: BooleanConstructor;
|
|
32444
|
-
default: boolean;
|
|
32445
|
-
};
|
|
32446
32221
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
32447
32222
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
32448
32223
|
panelColor: string;
|
|
@@ -33661,10 +33436,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33661
33436
|
treeSelect: (key: any, vnode: any) => void;
|
|
33662
33437
|
filter: (pattern: string, option: AnyObject) => boolean;
|
|
33663
33438
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33664
|
-
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33665
|
-
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33666
|
-
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33667
|
-
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
33668
33439
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33669
33440
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33670
33441
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -33694,7 +33465,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33694
33465
|
readonly default: () => never[];
|
|
33695
33466
|
};
|
|
33696
33467
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33697
|
-
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
33698
33468
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33699
33469
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33700
33470
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -33761,7 +33531,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33761
33531
|
readonly default: true;
|
|
33762
33532
|
};
|
|
33763
33533
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
33764
|
-
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
33765
33534
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
33766
33535
|
menuPadding: string;
|
|
33767
33536
|
menuColor: string;
|
|
@@ -34232,6 +34001,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34232
34001
|
syncPosition: () => void;
|
|
34233
34002
|
} | null>;
|
|
34234
34003
|
treeInstRef: import("vue").Ref<{
|
|
34004
|
+
handleKeyup: (e: KeyboardEvent) => void;
|
|
34235
34005
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34236
34006
|
} | null>;
|
|
34237
34007
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
@@ -34254,10 +34024,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34254
34024
|
pendingNodeKey: import("vue").Ref<string | number | null>;
|
|
34255
34025
|
mergedCascade: import("vue").ComputedRef<boolean>;
|
|
34256
34026
|
mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
|
|
34257
|
-
selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
|
|
34258
|
-
option: import("naive-ui").SelectOption;
|
|
34259
|
-
handleClose: () => void;
|
|
34260
|
-
}) => import("vue").VNodeChild) | undefined>;
|
|
34261
34027
|
handleTriggerOrMenuResize: () => void;
|
|
34262
34028
|
doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
|
|
34263
34029
|
handleMenuLeave: () => void;
|
|
@@ -34273,6 +34039,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34273
34039
|
handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
|
|
34274
34040
|
handlePatternInput: (e: InputEvent) => void;
|
|
34275
34041
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34042
|
+
handleKeyup: (e: KeyboardEvent) => void;
|
|
34276
34043
|
handleTabOut: () => void;
|
|
34277
34044
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
34278
34045
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -34316,11 +34083,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34316
34083
|
opacity5: string;
|
|
34317
34084
|
dividerColor: string;
|
|
34318
34085
|
borderColor: string;
|
|
34319
|
-
|
|
34320
|
-
closeIconColorHover: string;
|
|
34321
|
-
closeIconColorPressed: string;
|
|
34086
|
+
closeColor: string;
|
|
34322
34087
|
closeColorHover: string;
|
|
34323
34088
|
closeColorPressed: string;
|
|
34089
|
+
closeColorDisabled: string;
|
|
34324
34090
|
clearColor: string;
|
|
34325
34091
|
clearColorHover: string;
|
|
34326
34092
|
clearColorPressed: string;
|
|
@@ -34623,10 +34389,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34623
34389
|
themeClass: import("vue").Ref<string> | undefined;
|
|
34624
34390
|
onRender: (() => void) | undefined;
|
|
34625
34391
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34626
|
-
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34627
|
-
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34628
|
-
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34629
|
-
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
34630
34392
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34631
34393
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34632
34394
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -34656,7 +34418,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34656
34418
|
readonly default: () => never[];
|
|
34657
34419
|
};
|
|
34658
34420
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34659
|
-
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
34660
34421
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34661
34422
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34662
34423
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -34723,7 +34484,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34723
34484
|
readonly default: true;
|
|
34724
34485
|
};
|
|
34725
34486
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
34726
|
-
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
34727
34487
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
34728
34488
|
menuPadding: string;
|
|
34729
34489
|
menuColor: string;
|
|
@@ -35181,33 +34941,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35181
34941
|
}>;
|
|
35182
34942
|
}>>>;
|
|
35183
34943
|
}>>, {
|
|
35184
|
-
|
|
35185
|
-
|
|
35186
|
-
|
|
35187
|
-
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
|
|
35191
|
-
|
|
35192
|
-
|
|
35193
|
-
|
|
35194
|
-
|
|
35195
|
-
|
|
35196
|
-
|
|
35197
|
-
|
|
35198
|
-
|
|
35199
|
-
|
|
35200
|
-
|
|
35201
|
-
|
|
35202
|
-
|
|
35203
|
-
|
|
35204
|
-
|
|
35205
|
-
|
|
35206
|
-
|
|
35207
|
-
|
|
35208
|
-
|
|
35209
|
-
|
|
35210
|
-
|
|
34944
|
+
show: boolean | undefined;
|
|
34945
|
+
separator: string;
|
|
34946
|
+
multiple: boolean;
|
|
34947
|
+
disabled: boolean | undefined;
|
|
34948
|
+
to: string | boolean | HTMLElement;
|
|
34949
|
+
options: import("naive-ui").TreeSelectOption[];
|
|
34950
|
+
loading: boolean;
|
|
34951
|
+
bordered: boolean;
|
|
34952
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
34953
|
+
keyField: string;
|
|
34954
|
+
virtualScroll: boolean;
|
|
34955
|
+
checkable: boolean;
|
|
34956
|
+
defaultShow: boolean;
|
|
34957
|
+
filterable: boolean;
|
|
34958
|
+
clearable: boolean;
|
|
34959
|
+
clearFilterAfterSelect: boolean;
|
|
34960
|
+
defaultValue: string | number | (string | number)[] | null;
|
|
34961
|
+
consistentMenuWidth: boolean;
|
|
34962
|
+
allowCheckingNotLoaded: boolean;
|
|
34963
|
+
cascade: boolean;
|
|
34964
|
+
labelField: string;
|
|
34965
|
+
childrenField: string;
|
|
34966
|
+
checkStrategy: import("treemate").CheckStrategy;
|
|
34967
|
+
leafOnly: boolean;
|
|
34968
|
+
showPath: boolean;
|
|
34969
|
+
defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
34970
|
+
defaultExpandAll: boolean;
|
|
35211
34971
|
}>;
|
|
35212
34972
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35213
34973
|
mainForm: {
|
|
@@ -35449,11 +35209,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35449
35209
|
scrollable: BooleanConstructor;
|
|
35450
35210
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35451
35211
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35452
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35453
35212
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35454
35213
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35455
35214
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35456
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
35457
35215
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35458
35216
|
internalInheritedEventHandlers: {
|
|
35459
35217
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35518,11 +35276,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35518
35276
|
opacity5: string;
|
|
35519
35277
|
dividerColor: string;
|
|
35520
35278
|
borderColor: string;
|
|
35521
|
-
|
|
35522
|
-
closeIconColorHover: string;
|
|
35523
|
-
closeIconColorPressed: string;
|
|
35279
|
+
closeColor: string;
|
|
35524
35280
|
closeColorHover: string;
|
|
35525
35281
|
closeColorPressed: string;
|
|
35282
|
+
closeColorDisabled: string;
|
|
35526
35283
|
clearColor: string;
|
|
35527
35284
|
clearColorHover: string;
|
|
35528
35285
|
clearColorPressed: string;
|
|
@@ -35751,11 +35508,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35751
35508
|
scrollable: BooleanConstructor;
|
|
35752
35509
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35753
35510
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35754
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35755
35511
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35756
35512
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35757
35513
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35758
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
35759
35514
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35760
35515
|
internalInheritedEventHandlers: {
|
|
35761
35516
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35791,7 +35546,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35791
35546
|
arrowPointToCenter: boolean;
|
|
35792
35547
|
displayDirective: "show" | "if";
|
|
35793
35548
|
keepAliveOnHover: boolean;
|
|
35794
|
-
internalDeactivateImmediately: boolean;
|
|
35795
35549
|
animated: boolean;
|
|
35796
35550
|
internalTrapFocus: boolean;
|
|
35797
35551
|
defaultShow: boolean;
|