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
|
@@ -388,12 +388,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
388
|
tdPaddingLarge: string;
|
|
389
389
|
}, any>>>;
|
|
390
390
|
}>>, {
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
391
|
+
column: number;
|
|
392
|
+
size: "small" | "medium" | "large";
|
|
393
|
+
separator: string;
|
|
394
|
+
bordered: boolean;
|
|
395
|
+
labelAlign: "left" | "right" | "center";
|
|
396
|
+
labelPlacement: "left" | "top";
|
|
397
397
|
}>;
|
|
398
398
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
399
399
|
readonly label: StringConstructor;
|
|
@@ -412,7 +412,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
412
|
readonly labelStyle: PropType<string | CSSProperties>;
|
|
413
413
|
readonly contentStyle: PropType<string | CSSProperties>;
|
|
414
414
|
}>>, {
|
|
415
|
-
|
|
415
|
+
span: number;
|
|
416
416
|
}>;
|
|
417
417
|
NTag: import("vue").DefineComponent<{
|
|
418
418
|
bordered: {
|
|
@@ -421,16 +421,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
421
|
};
|
|
422
422
|
checked: BooleanConstructor;
|
|
423
423
|
checkable: BooleanConstructor;
|
|
424
|
-
strong: BooleanConstructor;
|
|
425
424
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
426
425
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
427
426
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
428
427
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
429
428
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
430
|
-
internalCloseFocusable: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
429
|
internalStopClickPropagation: BooleanConstructor;
|
|
435
430
|
onCheckedChange: {
|
|
436
431
|
type: PropType<(checked: boolean) => void>;
|
|
@@ -453,7 +448,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
453
448
|
readonly default: undefined;
|
|
454
449
|
};
|
|
455
450
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
456
|
-
closeBorderRadius: string;
|
|
457
451
|
heightTiny: string;
|
|
458
452
|
heightSmall: string;
|
|
459
453
|
heightMedium: string;
|
|
@@ -464,7 +458,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
464
458
|
fontSizeSmall: string;
|
|
465
459
|
fontSizeMedium: string;
|
|
466
460
|
fontSizeLarge: string;
|
|
467
|
-
fontWeightStrong: string;
|
|
468
461
|
textColorCheckable: string;
|
|
469
462
|
textColorHoverCheckable: string;
|
|
470
463
|
textColorPressedCheckable: string;
|
|
@@ -478,61 +471,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
471
|
border: string;
|
|
479
472
|
textColor: string;
|
|
480
473
|
color: string;
|
|
481
|
-
|
|
482
|
-
closeIconColor: string;
|
|
483
|
-
closeIconColorHover: string;
|
|
484
|
-
closeIconColorPressed: string;
|
|
474
|
+
closeColor: string;
|
|
485
475
|
closeColorHover: string;
|
|
486
476
|
closeColorPressed: string;
|
|
487
477
|
borderPrimary: string;
|
|
488
478
|
textColorPrimary: string;
|
|
489
479
|
colorPrimary: string;
|
|
490
|
-
|
|
491
|
-
closeIconColorPrimary: string;
|
|
492
|
-
closeIconColorHoverPrimary: string;
|
|
493
|
-
closeIconColorPressedPrimary: string;
|
|
480
|
+
closeColorPrimary: string;
|
|
494
481
|
closeColorHoverPrimary: string;
|
|
495
482
|
closeColorPressedPrimary: string;
|
|
496
483
|
borderInfo: string;
|
|
497
484
|
textColorInfo: string;
|
|
498
485
|
colorInfo: string;
|
|
499
|
-
|
|
500
|
-
closeIconColorInfo: string;
|
|
501
|
-
closeIconColorHoverInfo: string;
|
|
502
|
-
closeIconColorPressedInfo: string;
|
|
486
|
+
closeColorInfo: string;
|
|
503
487
|
closeColorHoverInfo: string;
|
|
504
488
|
closeColorPressedInfo: string;
|
|
505
489
|
borderSuccess: string;
|
|
506
490
|
textColorSuccess: string;
|
|
507
491
|
colorSuccess: string;
|
|
508
|
-
|
|
509
|
-
closeIconColorSuccess: string;
|
|
510
|
-
closeIconColorHoverSuccess: string;
|
|
511
|
-
closeIconColorPressedSuccess: string;
|
|
492
|
+
closeColorSuccess: string;
|
|
512
493
|
closeColorHoverSuccess: string;
|
|
513
494
|
closeColorPressedSuccess: string;
|
|
514
495
|
borderWarning: string;
|
|
515
496
|
textColorWarning: string;
|
|
516
497
|
colorWarning: string;
|
|
517
|
-
|
|
518
|
-
closeIconColorWarning: string;
|
|
519
|
-
closeIconColorHoverWarning: string;
|
|
520
|
-
closeIconColorPressedWarning: string;
|
|
498
|
+
closeColorWarning: string;
|
|
521
499
|
closeColorHoverWarning: string;
|
|
522
500
|
closeColorPressedWarning: string;
|
|
523
501
|
borderError: string;
|
|
524
502
|
textColorError: string;
|
|
525
503
|
colorError: string;
|
|
526
|
-
|
|
527
|
-
closeIconColorError: string;
|
|
528
|
-
closeIconColorHoverError: string;
|
|
529
|
-
closeIconColorPressedError: string;
|
|
504
|
+
closeColorError: string;
|
|
530
505
|
closeColorHoverError: string;
|
|
531
506
|
closeColorPressedError: string;
|
|
532
|
-
closeIconSizeTiny: string;
|
|
533
|
-
closeIconSizeSmall: string;
|
|
534
|
-
closeIconSizeMedium: string;
|
|
535
|
-
closeIconSizeLarge: string;
|
|
536
507
|
closeSizeTiny: string;
|
|
537
508
|
closeSizeSmall: string;
|
|
538
509
|
closeSizeMedium: string;
|
|
@@ -542,7 +513,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
513
|
closeMarginRtl: string;
|
|
543
514
|
}, any>>;
|
|
544
515
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
545
|
-
closeBorderRadius: string;
|
|
546
516
|
heightTiny: string;
|
|
547
517
|
heightSmall: string;
|
|
548
518
|
heightMedium: string;
|
|
@@ -553,7 +523,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
553
523
|
fontSizeSmall: string;
|
|
554
524
|
fontSizeMedium: string;
|
|
555
525
|
fontSizeLarge: string;
|
|
556
|
-
fontWeightStrong: string;
|
|
557
526
|
textColorCheckable: string;
|
|
558
527
|
textColorHoverCheckable: string;
|
|
559
528
|
textColorPressedCheckable: string;
|
|
@@ -567,61 +536,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
567
536
|
border: string;
|
|
568
537
|
textColor: string;
|
|
569
538
|
color: string;
|
|
570
|
-
|
|
571
|
-
closeIconColor: string;
|
|
572
|
-
closeIconColorHover: string;
|
|
573
|
-
closeIconColorPressed: string;
|
|
539
|
+
closeColor: string;
|
|
574
540
|
closeColorHover: string;
|
|
575
541
|
closeColorPressed: string;
|
|
576
542
|
borderPrimary: string;
|
|
577
543
|
textColorPrimary: string;
|
|
578
544
|
colorPrimary: string;
|
|
579
|
-
|
|
580
|
-
closeIconColorPrimary: string;
|
|
581
|
-
closeIconColorHoverPrimary: string;
|
|
582
|
-
closeIconColorPressedPrimary: string;
|
|
545
|
+
closeColorPrimary: string;
|
|
583
546
|
closeColorHoverPrimary: string;
|
|
584
547
|
closeColorPressedPrimary: string;
|
|
585
548
|
borderInfo: string;
|
|
586
549
|
textColorInfo: string;
|
|
587
550
|
colorInfo: string;
|
|
588
|
-
|
|
589
|
-
closeIconColorInfo: string;
|
|
590
|
-
closeIconColorHoverInfo: string;
|
|
591
|
-
closeIconColorPressedInfo: string;
|
|
551
|
+
closeColorInfo: string;
|
|
592
552
|
closeColorHoverInfo: string;
|
|
593
553
|
closeColorPressedInfo: string;
|
|
594
554
|
borderSuccess: string;
|
|
595
555
|
textColorSuccess: string;
|
|
596
556
|
colorSuccess: string;
|
|
597
|
-
|
|
598
|
-
closeIconColorSuccess: string;
|
|
599
|
-
closeIconColorHoverSuccess: string;
|
|
600
|
-
closeIconColorPressedSuccess: string;
|
|
557
|
+
closeColorSuccess: string;
|
|
601
558
|
closeColorHoverSuccess: string;
|
|
602
559
|
closeColorPressedSuccess: string;
|
|
603
560
|
borderWarning: string;
|
|
604
561
|
textColorWarning: string;
|
|
605
562
|
colorWarning: string;
|
|
606
|
-
|
|
607
|
-
closeIconColorWarning: string;
|
|
608
|
-
closeIconColorHoverWarning: string;
|
|
609
|
-
closeIconColorPressedWarning: string;
|
|
563
|
+
closeColorWarning: string;
|
|
610
564
|
closeColorHoverWarning: string;
|
|
611
565
|
closeColorPressedWarning: string;
|
|
612
566
|
borderError: string;
|
|
613
567
|
textColorError: string;
|
|
614
568
|
colorError: string;
|
|
615
|
-
|
|
616
|
-
closeIconColorError: string;
|
|
617
|
-
closeIconColorHoverError: string;
|
|
618
|
-
closeIconColorPressedError: string;
|
|
569
|
+
closeColorError: string;
|
|
619
570
|
closeColorHoverError: string;
|
|
620
571
|
closeColorPressedError: string;
|
|
621
|
-
closeIconSizeTiny: string;
|
|
622
|
-
closeIconSizeSmall: string;
|
|
623
|
-
closeIconSizeMedium: string;
|
|
624
|
-
closeIconSizeLarge: string;
|
|
625
572
|
closeSizeTiny: string;
|
|
626
573
|
closeSizeSmall: string;
|
|
627
574
|
closeSizeMedium: string;
|
|
@@ -631,7 +578,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
631
578
|
closeMarginRtl: string;
|
|
632
579
|
}, any>>>;
|
|
633
580
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
634
|
-
closeBorderRadius: string;
|
|
635
581
|
heightTiny: string;
|
|
636
582
|
heightSmall: string;
|
|
637
583
|
heightMedium: string;
|
|
@@ -642,7 +588,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
642
588
|
fontSizeSmall: string;
|
|
643
589
|
fontSizeMedium: string;
|
|
644
590
|
fontSizeLarge: string;
|
|
645
|
-
fontWeightStrong: string;
|
|
646
591
|
textColorCheckable: string;
|
|
647
592
|
textColorHoverCheckable: string;
|
|
648
593
|
textColorPressedCheckable: string;
|
|
@@ -656,61 +601,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
656
601
|
border: string;
|
|
657
602
|
textColor: string;
|
|
658
603
|
color: string;
|
|
659
|
-
|
|
660
|
-
closeIconColor: string;
|
|
661
|
-
closeIconColorHover: string;
|
|
662
|
-
closeIconColorPressed: string;
|
|
604
|
+
closeColor: string;
|
|
663
605
|
closeColorHover: string;
|
|
664
606
|
closeColorPressed: string;
|
|
665
607
|
borderPrimary: string;
|
|
666
608
|
textColorPrimary: string;
|
|
667
609
|
colorPrimary: string;
|
|
668
|
-
|
|
669
|
-
closeIconColorPrimary: string;
|
|
670
|
-
closeIconColorHoverPrimary: string;
|
|
671
|
-
closeIconColorPressedPrimary: string;
|
|
610
|
+
closeColorPrimary: string;
|
|
672
611
|
closeColorHoverPrimary: string;
|
|
673
612
|
closeColorPressedPrimary: string;
|
|
674
613
|
borderInfo: string;
|
|
675
614
|
textColorInfo: string;
|
|
676
615
|
colorInfo: string;
|
|
677
|
-
|
|
678
|
-
closeIconColorInfo: string;
|
|
679
|
-
closeIconColorHoverInfo: string;
|
|
680
|
-
closeIconColorPressedInfo: string;
|
|
616
|
+
closeColorInfo: string;
|
|
681
617
|
closeColorHoverInfo: string;
|
|
682
618
|
closeColorPressedInfo: string;
|
|
683
619
|
borderSuccess: string;
|
|
684
620
|
textColorSuccess: string;
|
|
685
621
|
colorSuccess: string;
|
|
686
|
-
|
|
687
|
-
closeIconColorSuccess: string;
|
|
688
|
-
closeIconColorHoverSuccess: string;
|
|
689
|
-
closeIconColorPressedSuccess: string;
|
|
622
|
+
closeColorSuccess: string;
|
|
690
623
|
closeColorHoverSuccess: string;
|
|
691
624
|
closeColorPressedSuccess: string;
|
|
692
625
|
borderWarning: string;
|
|
693
626
|
textColorWarning: string;
|
|
694
627
|
colorWarning: string;
|
|
695
|
-
|
|
696
|
-
closeIconColorWarning: string;
|
|
697
|
-
closeIconColorHoverWarning: string;
|
|
698
|
-
closeIconColorPressedWarning: string;
|
|
628
|
+
closeColorWarning: string;
|
|
699
629
|
closeColorHoverWarning: string;
|
|
700
630
|
closeColorPressedWarning: string;
|
|
701
631
|
borderError: string;
|
|
702
632
|
textColorError: string;
|
|
703
633
|
colorError: string;
|
|
704
|
-
|
|
705
|
-
closeIconColorError: string;
|
|
706
|
-
closeIconColorHoverError: string;
|
|
707
|
-
closeIconColorPressedError: string;
|
|
634
|
+
closeColorError: string;
|
|
708
635
|
closeColorHoverError: string;
|
|
709
636
|
closeColorPressedError: string;
|
|
710
|
-
closeIconSizeTiny: string;
|
|
711
|
-
closeIconSizeSmall: string;
|
|
712
|
-
closeIconSizeMedium: string;
|
|
713
|
-
closeIconSizeLarge: string;
|
|
714
637
|
closeSizeTiny: string;
|
|
715
638
|
closeSizeSmall: string;
|
|
716
639
|
closeSizeMedium: string;
|
|
@@ -727,19 +650,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
727
650
|
handleClick: (e: MouseEvent) => void;
|
|
728
651
|
handleCloseClick: (e: MouseEvent) => void;
|
|
729
652
|
cssVars: import("vue").ComputedRef<{
|
|
730
|
-
'--n-font-weight-strong': string;
|
|
731
653
|
'--n-avatar-size-override': string;
|
|
732
654
|
'--n-bezier': string;
|
|
733
655
|
'--n-border-radius': string;
|
|
734
656
|
'--n-border': string;
|
|
735
|
-
'--n-close-
|
|
736
|
-
'--n-close-color-pressed': string;
|
|
657
|
+
'--n-close-color': string;
|
|
737
658
|
'--n-close-color-hover': string;
|
|
738
|
-
'--n-close-
|
|
739
|
-
'--n-close-
|
|
740
|
-
'--n-close-icon-color-hover': string;
|
|
741
|
-
'--n-close-icon-color-pressed': string;
|
|
742
|
-
'--n-close-icon-color-disabled': string;
|
|
659
|
+
'--n-close-color-pressed': string;
|
|
660
|
+
'--n-close-color-disabled': string;
|
|
743
661
|
'--n-close-margin': string;
|
|
744
662
|
'--n-close-margin-rtl': string;
|
|
745
663
|
'--n-close-size': string;
|
|
@@ -770,16 +688,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
770
688
|
};
|
|
771
689
|
checked: BooleanConstructor;
|
|
772
690
|
checkable: BooleanConstructor;
|
|
773
|
-
strong: BooleanConstructor;
|
|
774
691
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
775
692
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
776
693
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
777
694
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
778
695
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
779
|
-
internalCloseFocusable: {
|
|
780
|
-
type: BooleanConstructor;
|
|
781
|
-
default: boolean;
|
|
782
|
-
};
|
|
783
696
|
internalStopClickPropagation: BooleanConstructor;
|
|
784
697
|
onCheckedChange: {
|
|
785
698
|
type: PropType<(checked: boolean) => void>;
|
|
@@ -802,7 +715,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
802
715
|
readonly default: undefined;
|
|
803
716
|
};
|
|
804
717
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
805
|
-
closeBorderRadius: string;
|
|
806
718
|
heightTiny: string;
|
|
807
719
|
heightSmall: string;
|
|
808
720
|
heightMedium: string;
|
|
@@ -813,7 +725,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
813
725
|
fontSizeSmall: string;
|
|
814
726
|
fontSizeMedium: string;
|
|
815
727
|
fontSizeLarge: string;
|
|
816
|
-
fontWeightStrong: string;
|
|
817
728
|
textColorCheckable: string;
|
|
818
729
|
textColorHoverCheckable: string;
|
|
819
730
|
textColorPressedCheckable: string;
|
|
@@ -827,61 +738,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
738
|
border: string;
|
|
828
739
|
textColor: string;
|
|
829
740
|
color: string;
|
|
830
|
-
|
|
831
|
-
closeIconColor: string;
|
|
832
|
-
closeIconColorHover: string;
|
|
833
|
-
closeIconColorPressed: string;
|
|
741
|
+
closeColor: string;
|
|
834
742
|
closeColorHover: string;
|
|
835
743
|
closeColorPressed: string;
|
|
836
744
|
borderPrimary: string;
|
|
837
745
|
textColorPrimary: string;
|
|
838
746
|
colorPrimary: string;
|
|
839
|
-
|
|
840
|
-
closeIconColorPrimary: string;
|
|
841
|
-
closeIconColorHoverPrimary: string;
|
|
842
|
-
closeIconColorPressedPrimary: string;
|
|
747
|
+
closeColorPrimary: string;
|
|
843
748
|
closeColorHoverPrimary: string;
|
|
844
749
|
closeColorPressedPrimary: string;
|
|
845
750
|
borderInfo: string;
|
|
846
751
|
textColorInfo: string;
|
|
847
752
|
colorInfo: string;
|
|
848
|
-
|
|
849
|
-
closeIconColorInfo: string;
|
|
850
|
-
closeIconColorHoverInfo: string;
|
|
851
|
-
closeIconColorPressedInfo: string;
|
|
753
|
+
closeColorInfo: string;
|
|
852
754
|
closeColorHoverInfo: string;
|
|
853
755
|
closeColorPressedInfo: string;
|
|
854
756
|
borderSuccess: string;
|
|
855
757
|
textColorSuccess: string;
|
|
856
758
|
colorSuccess: string;
|
|
857
|
-
|
|
858
|
-
closeIconColorSuccess: string;
|
|
859
|
-
closeIconColorHoverSuccess: string;
|
|
860
|
-
closeIconColorPressedSuccess: string;
|
|
759
|
+
closeColorSuccess: string;
|
|
861
760
|
closeColorHoverSuccess: string;
|
|
862
761
|
closeColorPressedSuccess: string;
|
|
863
762
|
borderWarning: string;
|
|
864
763
|
textColorWarning: string;
|
|
865
764
|
colorWarning: string;
|
|
866
|
-
|
|
867
|
-
closeIconColorWarning: string;
|
|
868
|
-
closeIconColorHoverWarning: string;
|
|
869
|
-
closeIconColorPressedWarning: string;
|
|
765
|
+
closeColorWarning: string;
|
|
870
766
|
closeColorHoverWarning: string;
|
|
871
767
|
closeColorPressedWarning: string;
|
|
872
768
|
borderError: string;
|
|
873
769
|
textColorError: string;
|
|
874
770
|
colorError: string;
|
|
875
|
-
|
|
876
|
-
closeIconColorError: string;
|
|
877
|
-
closeIconColorHoverError: string;
|
|
878
|
-
closeIconColorPressedError: string;
|
|
771
|
+
closeColorError: string;
|
|
879
772
|
closeColorHoverError: string;
|
|
880
773
|
closeColorPressedError: string;
|
|
881
|
-
closeIconSizeTiny: string;
|
|
882
|
-
closeIconSizeSmall: string;
|
|
883
|
-
closeIconSizeMedium: string;
|
|
884
|
-
closeIconSizeLarge: string;
|
|
885
774
|
closeSizeTiny: string;
|
|
886
775
|
closeSizeSmall: string;
|
|
887
776
|
closeSizeMedium: string;
|
|
@@ -891,7 +780,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
891
780
|
closeMarginRtl: string;
|
|
892
781
|
}, any>>;
|
|
893
782
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
894
|
-
closeBorderRadius: string;
|
|
895
783
|
heightTiny: string;
|
|
896
784
|
heightSmall: string;
|
|
897
785
|
heightMedium: string;
|
|
@@ -902,7 +790,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
902
790
|
fontSizeSmall: string;
|
|
903
791
|
fontSizeMedium: string;
|
|
904
792
|
fontSizeLarge: string;
|
|
905
|
-
fontWeightStrong: string;
|
|
906
793
|
textColorCheckable: string;
|
|
907
794
|
textColorHoverCheckable: string;
|
|
908
795
|
textColorPressedCheckable: string;
|
|
@@ -916,61 +803,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
916
803
|
border: string;
|
|
917
804
|
textColor: string;
|
|
918
805
|
color: string;
|
|
919
|
-
|
|
920
|
-
closeIconColor: string;
|
|
921
|
-
closeIconColorHover: string;
|
|
922
|
-
closeIconColorPressed: string;
|
|
806
|
+
closeColor: string;
|
|
923
807
|
closeColorHover: string;
|
|
924
808
|
closeColorPressed: string;
|
|
925
809
|
borderPrimary: string;
|
|
926
810
|
textColorPrimary: string;
|
|
927
811
|
colorPrimary: string;
|
|
928
|
-
|
|
929
|
-
closeIconColorPrimary: string;
|
|
930
|
-
closeIconColorHoverPrimary: string;
|
|
931
|
-
closeIconColorPressedPrimary: string;
|
|
812
|
+
closeColorPrimary: string;
|
|
932
813
|
closeColorHoverPrimary: string;
|
|
933
814
|
closeColorPressedPrimary: string;
|
|
934
815
|
borderInfo: string;
|
|
935
816
|
textColorInfo: string;
|
|
936
817
|
colorInfo: string;
|
|
937
|
-
|
|
938
|
-
closeIconColorInfo: string;
|
|
939
|
-
closeIconColorHoverInfo: string;
|
|
940
|
-
closeIconColorPressedInfo: string;
|
|
818
|
+
closeColorInfo: string;
|
|
941
819
|
closeColorHoverInfo: string;
|
|
942
820
|
closeColorPressedInfo: string;
|
|
943
821
|
borderSuccess: string;
|
|
944
822
|
textColorSuccess: string;
|
|
945
823
|
colorSuccess: string;
|
|
946
|
-
|
|
947
|
-
closeIconColorSuccess: string;
|
|
948
|
-
closeIconColorHoverSuccess: string;
|
|
949
|
-
closeIconColorPressedSuccess: string;
|
|
824
|
+
closeColorSuccess: string;
|
|
950
825
|
closeColorHoverSuccess: string;
|
|
951
826
|
closeColorPressedSuccess: string;
|
|
952
827
|
borderWarning: string;
|
|
953
828
|
textColorWarning: string;
|
|
954
829
|
colorWarning: string;
|
|
955
|
-
|
|
956
|
-
closeIconColorWarning: string;
|
|
957
|
-
closeIconColorHoverWarning: string;
|
|
958
|
-
closeIconColorPressedWarning: string;
|
|
830
|
+
closeColorWarning: string;
|
|
959
831
|
closeColorHoverWarning: string;
|
|
960
832
|
closeColorPressedWarning: string;
|
|
961
833
|
borderError: string;
|
|
962
834
|
textColorError: string;
|
|
963
835
|
colorError: string;
|
|
964
|
-
|
|
965
|
-
closeIconColorError: string;
|
|
966
|
-
closeIconColorHoverError: string;
|
|
967
|
-
closeIconColorPressedError: string;
|
|
836
|
+
closeColorError: string;
|
|
968
837
|
closeColorHoverError: string;
|
|
969
838
|
closeColorPressedError: string;
|
|
970
|
-
closeIconSizeTiny: string;
|
|
971
|
-
closeIconSizeSmall: string;
|
|
972
|
-
closeIconSizeMedium: string;
|
|
973
|
-
closeIconSizeLarge: string;
|
|
974
839
|
closeSizeTiny: string;
|
|
975
840
|
closeSizeSmall: string;
|
|
976
841
|
closeSizeMedium: string;
|
|
@@ -980,7 +845,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
980
845
|
closeMarginRtl: string;
|
|
981
846
|
}, any>>>;
|
|
982
847
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
983
|
-
closeBorderRadius: string;
|
|
984
848
|
heightTiny: string;
|
|
985
849
|
heightSmall: string;
|
|
986
850
|
heightMedium: string;
|
|
@@ -991,7 +855,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
991
855
|
fontSizeSmall: string;
|
|
992
856
|
fontSizeMedium: string;
|
|
993
857
|
fontSizeLarge: string;
|
|
994
|
-
fontWeightStrong: string;
|
|
995
858
|
textColorCheckable: string;
|
|
996
859
|
textColorHoverCheckable: string;
|
|
997
860
|
textColorPressedCheckable: string;
|
|
@@ -1005,61 +868,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1005
868
|
border: string;
|
|
1006
869
|
textColor: string;
|
|
1007
870
|
color: string;
|
|
1008
|
-
|
|
1009
|
-
closeIconColor: string;
|
|
1010
|
-
closeIconColorHover: string;
|
|
1011
|
-
closeIconColorPressed: string;
|
|
871
|
+
closeColor: string;
|
|
1012
872
|
closeColorHover: string;
|
|
1013
873
|
closeColorPressed: string;
|
|
1014
874
|
borderPrimary: string;
|
|
1015
875
|
textColorPrimary: string;
|
|
1016
876
|
colorPrimary: string;
|
|
1017
|
-
|
|
1018
|
-
closeIconColorPrimary: string;
|
|
1019
|
-
closeIconColorHoverPrimary: string;
|
|
1020
|
-
closeIconColorPressedPrimary: string;
|
|
877
|
+
closeColorPrimary: string;
|
|
1021
878
|
closeColorHoverPrimary: string;
|
|
1022
879
|
closeColorPressedPrimary: string;
|
|
1023
880
|
borderInfo: string;
|
|
1024
881
|
textColorInfo: string;
|
|
1025
882
|
colorInfo: string;
|
|
1026
|
-
|
|
1027
|
-
closeIconColorInfo: string;
|
|
1028
|
-
closeIconColorHoverInfo: string;
|
|
1029
|
-
closeIconColorPressedInfo: string;
|
|
883
|
+
closeColorInfo: string;
|
|
1030
884
|
closeColorHoverInfo: string;
|
|
1031
885
|
closeColorPressedInfo: string;
|
|
1032
886
|
borderSuccess: string;
|
|
1033
887
|
textColorSuccess: string;
|
|
1034
888
|
colorSuccess: string;
|
|
1035
|
-
|
|
1036
|
-
closeIconColorSuccess: string;
|
|
1037
|
-
closeIconColorHoverSuccess: string;
|
|
1038
|
-
closeIconColorPressedSuccess: string;
|
|
889
|
+
closeColorSuccess: string;
|
|
1039
890
|
closeColorHoverSuccess: string;
|
|
1040
891
|
closeColorPressedSuccess: string;
|
|
1041
892
|
borderWarning: string;
|
|
1042
893
|
textColorWarning: string;
|
|
1043
894
|
colorWarning: string;
|
|
1044
|
-
|
|
1045
|
-
closeIconColorWarning: string;
|
|
1046
|
-
closeIconColorHoverWarning: string;
|
|
1047
|
-
closeIconColorPressedWarning: string;
|
|
895
|
+
closeColorWarning: string;
|
|
1048
896
|
closeColorHoverWarning: string;
|
|
1049
897
|
closeColorPressedWarning: string;
|
|
1050
898
|
borderError: string;
|
|
1051
899
|
textColorError: string;
|
|
1052
900
|
colorError: string;
|
|
1053
|
-
|
|
1054
|
-
closeIconColorError: string;
|
|
1055
|
-
closeIconColorHoverError: string;
|
|
1056
|
-
closeIconColorPressedError: string;
|
|
901
|
+
closeColorError: string;
|
|
1057
902
|
closeColorHoverError: string;
|
|
1058
903
|
closeColorPressedError: string;
|
|
1059
|
-
closeIconSizeTiny: string;
|
|
1060
|
-
closeIconSizeSmall: string;
|
|
1061
|
-
closeIconSizeMedium: string;
|
|
1062
|
-
closeIconSizeLarge: string;
|
|
1063
904
|
closeSizeTiny: string;
|
|
1064
905
|
closeSizeSmall: string;
|
|
1065
906
|
closeSizeMedium: string;
|
|
@@ -1074,13 +915,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
915
|
size: "small" | "medium" | "tiny" | "large";
|
|
1075
916
|
disabled: boolean | undefined;
|
|
1076
917
|
checked: boolean;
|
|
1077
|
-
strong: boolean;
|
|
1078
918
|
bordered: boolean | undefined;
|
|
1079
|
-
closable: boolean;
|
|
1080
919
|
checkable: boolean;
|
|
1081
|
-
internalCloseFocusable: boolean;
|
|
1082
920
|
internalStopClickPropagation: boolean;
|
|
1083
921
|
onCheckedChange: (checked: boolean) => void;
|
|
922
|
+
closable: boolean;
|
|
1084
923
|
}>;
|
|
1085
924
|
SlotRender: import("vue").DefineComponent<{
|
|
1086
925
|
renderer: {
|
|
@@ -1233,11 +1072,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1233
1072
|
opacity5: string;
|
|
1234
1073
|
dividerColor: string;
|
|
1235
1074
|
borderColor: string;
|
|
1236
|
-
|
|
1237
|
-
closeIconColorHover: string;
|
|
1238
|
-
closeIconColorPressed: string;
|
|
1075
|
+
closeColor: string;
|
|
1239
1076
|
closeColorHover: string;
|
|
1240
1077
|
closeColorPressed: string;
|
|
1078
|
+
closeColorDisabled: string;
|
|
1241
1079
|
clearColor: string;
|
|
1242
1080
|
clearColorHover: string;
|
|
1243
1081
|
clearColorPressed: string;
|
|
@@ -1433,7 +1271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1433
1271
|
}>;
|
|
1434
1272
|
}>>>;
|
|
1435
1273
|
}>>, {
|
|
1436
|
-
|
|
1274
|
+
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1437
1275
|
}>;
|
|
1438
1276
|
NTooltip: import("vue").DefineComponent<{
|
|
1439
1277
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1563,11 +1401,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1563
1401
|
scrollable: BooleanConstructor;
|
|
1564
1402
|
contentStyle: PropType<string | CSSProperties>;
|
|
1565
1403
|
headerStyle: PropType<string | CSSProperties>;
|
|
1566
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
1567
1404
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1568
1405
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1569
1406
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1570
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
1571
1407
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1572
1408
|
internalInheritedEventHandlers: {
|
|
1573
1409
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1632,11 +1468,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1632
1468
|
opacity5: string;
|
|
1633
1469
|
dividerColor: string;
|
|
1634
1470
|
borderColor: string;
|
|
1635
|
-
|
|
1636
|
-
closeIconColorHover: string;
|
|
1637
|
-
closeIconColorPressed: string;
|
|
1471
|
+
closeColor: string;
|
|
1638
1472
|
closeColorHover: string;
|
|
1639
1473
|
closeColorPressed: string;
|
|
1474
|
+
closeColorDisabled: string;
|
|
1640
1475
|
clearColor: string;
|
|
1641
1476
|
clearColorHover: string;
|
|
1642
1477
|
clearColorPressed: string;
|
|
@@ -1865,11 +1700,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1865
1700
|
scrollable: BooleanConstructor;
|
|
1866
1701
|
contentStyle: PropType<string | CSSProperties>;
|
|
1867
1702
|
headerStyle: PropType<string | CSSProperties>;
|
|
1868
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
1869
1703
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1870
1704
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1871
1705
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1872
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
1873
1706
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1874
1707
|
internalInheritedEventHandlers: {
|
|
1875
1708
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1905,7 +1738,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1905
1738
|
arrowPointToCenter: boolean;
|
|
1906
1739
|
displayDirective: "show" | "if";
|
|
1907
1740
|
keepAliveOnHover: boolean;
|
|
1908
|
-
internalDeactivateImmediately: boolean;
|
|
1909
1741
|
animated: boolean;
|
|
1910
1742
|
internalTrapFocus: boolean;
|
|
1911
1743
|
defaultShow: boolean;
|
|
@@ -2102,11 +1934,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2102
1934
|
opacity5: string;
|
|
2103
1935
|
dividerColor: string;
|
|
2104
1936
|
borderColor: string;
|
|
2105
|
-
|
|
2106
|
-
closeIconColorHover: string;
|
|
2107
|
-
closeIconColorPressed: string;
|
|
1937
|
+
closeColor: string;
|
|
2108
1938
|
closeColorHover: string;
|
|
2109
1939
|
closeColorPressed: string;
|
|
1940
|
+
closeColorDisabled: string;
|
|
2110
1941
|
clearColor: string;
|
|
2111
1942
|
clearColorHover: string;
|
|
2112
1943
|
clearColorPressed: string;
|
|
@@ -2302,7 +2133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2302
2133
|
}>;
|
|
2303
2134
|
}>>>;
|
|
2304
2135
|
}>>, {
|
|
2305
|
-
|
|
2136
|
+
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
2306
2137
|
}>;
|
|
2307
2138
|
NTooltip: import("vue").DefineComponent<{
|
|
2308
2139
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -2432,11 +2263,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2432
2263
|
scrollable: BooleanConstructor;
|
|
2433
2264
|
contentStyle: PropType<string | CSSProperties>;
|
|
2434
2265
|
headerStyle: PropType<string | CSSProperties>;
|
|
2435
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
2436
2266
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2437
2267
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2438
2268
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2439
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
2440
2269
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2441
2270
|
internalInheritedEventHandlers: {
|
|
2442
2271
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2501,11 +2330,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2501
2330
|
opacity5: string;
|
|
2502
2331
|
dividerColor: string;
|
|
2503
2332
|
borderColor: string;
|
|
2504
|
-
|
|
2505
|
-
closeIconColorHover: string;
|
|
2506
|
-
closeIconColorPressed: string;
|
|
2333
|
+
closeColor: string;
|
|
2507
2334
|
closeColorHover: string;
|
|
2508
2335
|
closeColorPressed: string;
|
|
2336
|
+
closeColorDisabled: string;
|
|
2509
2337
|
clearColor: string;
|
|
2510
2338
|
clearColorHover: string;
|
|
2511
2339
|
clearColorPressed: string;
|
|
@@ -2734,11 +2562,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2734
2562
|
scrollable: BooleanConstructor;
|
|
2735
2563
|
contentStyle: PropType<string | CSSProperties>;
|
|
2736
2564
|
headerStyle: PropType<string | CSSProperties>;
|
|
2737
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
2738
2565
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2739
2566
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2740
2567
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2741
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
2742
2568
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2743
2569
|
internalInheritedEventHandlers: {
|
|
2744
2570
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2774,7 +2600,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2774
2600
|
arrowPointToCenter: boolean;
|
|
2775
2601
|
displayDirective: "show" | "if";
|
|
2776
2602
|
keepAliveOnHover: boolean;
|
|
2777
|
-
internalDeactivateImmediately: boolean;
|
|
2778
2603
|
animated: boolean;
|
|
2779
2604
|
internalTrapFocus: boolean;
|
|
2780
2605
|
defaultShow: boolean;
|
|
@@ -2865,7 +2690,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2865
2690
|
}, {
|
|
2866
2691
|
separator: string;
|
|
2867
2692
|
labelField: string;
|
|
2868
|
-
valueField: string;
|
|
2869
2693
|
patientInfo: Partial<{
|
|
2870
2694
|
name: string;
|
|
2871
2695
|
sex: string;
|
|
@@ -2876,6 +2700,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2876
2700
|
content: string;
|
|
2877
2701
|
}>[] | undefined;
|
|
2878
2702
|
}>;
|
|
2703
|
+
valueField: string;
|
|
2879
2704
|
minColumnWidth: string | number;
|
|
2880
2705
|
rowHeight: string | number;
|
|
2881
2706
|
}>;
|