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
|
@@ -111,10 +111,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
111
111
|
readonly default: true;
|
|
112
112
|
};
|
|
113
113
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
114
|
-
readonly nativeFocusBehavior:
|
|
115
|
-
readonly type: BooleanConstructor;
|
|
116
|
-
readonly default: boolean;
|
|
117
|
-
};
|
|
114
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
118
115
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
119
116
|
heightTiny: string;
|
|
120
117
|
heightSmall: string;
|
|
@@ -828,10 +825,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
828
825
|
readonly default: true;
|
|
829
826
|
};
|
|
830
827
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
831
|
-
readonly nativeFocusBehavior:
|
|
832
|
-
readonly type: BooleanConstructor;
|
|
833
|
-
readonly default: boolean;
|
|
834
|
-
};
|
|
828
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
835
829
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
836
830
|
heightTiny: string;
|
|
837
831
|
heightSmall: string;
|
|
@@ -1445,26 +1439,26 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1445
1439
|
rippleDuration: string;
|
|
1446
1440
|
}, any>>>;
|
|
1447
1441
|
}>>, {
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1442
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
1443
|
+
tag: keyof HTMLElementTagNameMap;
|
|
1444
|
+
block: boolean;
|
|
1445
|
+
round: boolean;
|
|
1446
|
+
dashed: boolean;
|
|
1447
|
+
text: boolean;
|
|
1448
|
+
circle: boolean;
|
|
1449
|
+
disabled: boolean;
|
|
1450
|
+
focusable: boolean;
|
|
1451
|
+
strong: boolean;
|
|
1452
|
+
loading: boolean;
|
|
1453
|
+
bordered: boolean;
|
|
1454
|
+
tertiary: boolean;
|
|
1455
|
+
ghost: boolean;
|
|
1456
|
+
keyboard: boolean;
|
|
1457
|
+
secondary: boolean;
|
|
1458
|
+
quaternary: boolean;
|
|
1459
|
+
iconPlacement: "left" | "right";
|
|
1460
|
+
attrType: "button" | "reset" | "submit";
|
|
1461
|
+
nativeFocusBehavior: boolean;
|
|
1468
1462
|
}>;
|
|
1469
1463
|
Draggable: import("vue").DefineComponent<{
|
|
1470
1464
|
list: {
|
|
@@ -1595,10 +1589,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1595
1589
|
readonly default: true;
|
|
1596
1590
|
};
|
|
1597
1591
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1598
|
-
readonly nativeFocusBehavior:
|
|
1599
|
-
readonly type: BooleanConstructor;
|
|
1600
|
-
readonly default: boolean;
|
|
1601
|
-
};
|
|
1592
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
1602
1593
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1603
1594
|
heightTiny: string;
|
|
1604
1595
|
heightSmall: string;
|
|
@@ -2312,10 +2303,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2312
2303
|
readonly default: true;
|
|
2313
2304
|
};
|
|
2314
2305
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2315
|
-
readonly nativeFocusBehavior:
|
|
2316
|
-
readonly type: BooleanConstructor;
|
|
2317
|
-
readonly default: boolean;
|
|
2318
|
-
};
|
|
2306
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
2319
2307
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2320
2308
|
heightTiny: string;
|
|
2321
2309
|
heightSmall: string;
|
|
@@ -2929,26 +2917,26 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2929
2917
|
rippleDuration: string;
|
|
2930
2918
|
}, any>>>;
|
|
2931
2919
|
}>>, {
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2920
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
2921
|
+
tag: keyof HTMLElementTagNameMap;
|
|
2922
|
+
block: boolean;
|
|
2923
|
+
round: boolean;
|
|
2924
|
+
dashed: boolean;
|
|
2925
|
+
text: boolean;
|
|
2926
|
+
circle: boolean;
|
|
2927
|
+
disabled: boolean;
|
|
2928
|
+
focusable: boolean;
|
|
2929
|
+
strong: boolean;
|
|
2930
|
+
loading: boolean;
|
|
2931
|
+
bordered: boolean;
|
|
2932
|
+
tertiary: boolean;
|
|
2933
|
+
ghost: boolean;
|
|
2934
|
+
keyboard: boolean;
|
|
2935
|
+
secondary: boolean;
|
|
2936
|
+
quaternary: boolean;
|
|
2937
|
+
iconPlacement: "left" | "right";
|
|
2938
|
+
attrType: "button" | "reset" | "submit";
|
|
2939
|
+
nativeFocusBehavior: boolean;
|
|
2952
2940
|
}>;
|
|
2953
2941
|
NButtonGroup: import("vue").DefineComponent<{
|
|
2954
2942
|
readonly size: {
|
|
@@ -2966,8 +2954,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2966
2954
|
};
|
|
2967
2955
|
readonly vertical: BooleanConstructor;
|
|
2968
2956
|
}>>, {
|
|
2969
|
-
|
|
2970
|
-
|
|
2957
|
+
size: import("naive-ui/es/button/src/interface").Size | undefined;
|
|
2958
|
+
vertical: boolean;
|
|
2971
2959
|
}>;
|
|
2972
2960
|
NPopconfirm: import("vue").DefineComponent<{
|
|
2973
2961
|
positiveText: import("vue").PropType<string | null>;
|
|
@@ -3041,11 +3029,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3041
3029
|
scrollable: BooleanConstructor;
|
|
3042
3030
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3043
3031
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3044
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3045
3032
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3046
3033
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3047
3034
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3048
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
3049
3035
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3050
3036
|
internalInheritedEventHandlers: {
|
|
3051
3037
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3778,11 +3764,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3778
3764
|
opacity5: string;
|
|
3779
3765
|
dividerColor: string;
|
|
3780
3766
|
borderColor: string;
|
|
3781
|
-
|
|
3782
|
-
closeIconColorHover: string;
|
|
3783
|
-
closeIconColorPressed: string;
|
|
3767
|
+
closeColor: string;
|
|
3784
3768
|
closeColorHover: string;
|
|
3785
3769
|
closeColorPressed: string;
|
|
3770
|
+
closeColorDisabled: string;
|
|
3786
3771
|
clearColor: string;
|
|
3787
3772
|
clearColorHover: string;
|
|
3788
3773
|
clearColorPressed: string;
|
|
@@ -4161,11 +4146,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4161
4146
|
scrollable: BooleanConstructor;
|
|
4162
4147
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4163
4148
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4164
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4165
4149
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4166
4150
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4167
4151
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4168
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
4169
4152
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4170
4153
|
internalInheritedEventHandlers: {
|
|
4171
4154
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4874,7 +4857,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4874
4857
|
arrowPointToCenter: boolean;
|
|
4875
4858
|
displayDirective: "show" | "if";
|
|
4876
4859
|
keepAliveOnHover: boolean;
|
|
4877
|
-
internalDeactivateImmediately: boolean;
|
|
4878
4860
|
animated: boolean;
|
|
4879
4861
|
internalTrapFocus: boolean;
|
|
4880
4862
|
defaultShow: boolean;
|
|
@@ -5568,14 +5550,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5568
5550
|
labelTextAlignHorizontal: string;
|
|
5569
5551
|
}, any>>>;
|
|
5570
5552
|
}>>, {
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5553
|
+
inline: boolean;
|
|
5554
|
+
disabled: boolean;
|
|
5555
|
+
onSubmit: (e: Event) => void;
|
|
5556
|
+
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
5557
|
+
model: Record<string, any>;
|
|
5558
|
+
showRequireMark: boolean | undefined;
|
|
5559
|
+
showFeedback: boolean;
|
|
5560
|
+
showLabel: boolean | undefined;
|
|
5579
5561
|
}>;
|
|
5580
5562
|
NTabPane: import("vue").DefineComponent<{
|
|
5581
5563
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -5624,9 +5606,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5624
5606
|
[key: string]: any;
|
|
5625
5607
|
}> | (() => import("vue").VNodeChild)>;
|
|
5626
5608
|
}>>, {
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5609
|
+
disabled: boolean;
|
|
5610
|
+
closable: boolean | undefined;
|
|
5611
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
5630
5612
|
}>;
|
|
5631
5613
|
NTabs: import("vue").DefineComponent<{
|
|
5632
5614
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -5683,12 +5665,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5683
5665
|
tabTextColorActiveCard: string;
|
|
5684
5666
|
tabTextColorDisabledCard: string;
|
|
5685
5667
|
barColor: string;
|
|
5686
|
-
|
|
5687
|
-
closeIconColorHover: string;
|
|
5688
|
-
closeIconColorPressed: string;
|
|
5668
|
+
closeColor: string;
|
|
5689
5669
|
closeColorHover: string;
|
|
5690
5670
|
closeColorPressed: string;
|
|
5691
|
-
closeBorderRadius: string;
|
|
5692
5671
|
tabColor: string;
|
|
5693
5672
|
tabColorSegment: string;
|
|
5694
5673
|
tabBorderColor: string;
|
|
@@ -5727,8 +5706,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5727
5706
|
panePaddingSmall: string;
|
|
5728
5707
|
panePaddingMedium: string;
|
|
5729
5708
|
panePaddingLarge: string;
|
|
5730
|
-
closeSize: string;
|
|
5731
|
-
closeIconSize: string;
|
|
5732
5709
|
}, any>>;
|
|
5733
5710
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
5734
5711
|
colorSegment: string;
|
|
@@ -5750,12 +5727,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5750
5727
|
tabTextColorActiveCard: string;
|
|
5751
5728
|
tabTextColorDisabledCard: string;
|
|
5752
5729
|
barColor: string;
|
|
5753
|
-
|
|
5754
|
-
closeIconColorHover: string;
|
|
5755
|
-
closeIconColorPressed: string;
|
|
5730
|
+
closeColor: string;
|
|
5756
5731
|
closeColorHover: string;
|
|
5757
5732
|
closeColorPressed: string;
|
|
5758
|
-
closeBorderRadius: string;
|
|
5759
5733
|
tabColor: string;
|
|
5760
5734
|
tabColorSegment: string;
|
|
5761
5735
|
tabBorderColor: string;
|
|
@@ -5794,8 +5768,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5794
5768
|
panePaddingSmall: string;
|
|
5795
5769
|
panePaddingMedium: string;
|
|
5796
5770
|
panePaddingLarge: string;
|
|
5797
|
-
closeSize: string;
|
|
5798
|
-
closeIconSize: string;
|
|
5799
5771
|
}, any>>>;
|
|
5800
5772
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
5801
5773
|
colorSegment: string;
|
|
@@ -5817,12 +5789,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5817
5789
|
tabTextColorActiveCard: string;
|
|
5818
5790
|
tabTextColorDisabledCard: string;
|
|
5819
5791
|
barColor: string;
|
|
5820
|
-
|
|
5821
|
-
closeIconColorHover: string;
|
|
5822
|
-
closeIconColorPressed: string;
|
|
5792
|
+
closeColor: string;
|
|
5823
5793
|
closeColorHover: string;
|
|
5824
5794
|
closeColorPressed: string;
|
|
5825
|
-
closeBorderRadius: string;
|
|
5826
5795
|
tabColor: string;
|
|
5827
5796
|
tabColorSegment: string;
|
|
5828
5797
|
tabBorderColor: string;
|
|
@@ -5861,15 +5830,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5861
5830
|
panePaddingSmall: string;
|
|
5862
5831
|
panePaddingMedium: string;
|
|
5863
5832
|
panePaddingLarge: string;
|
|
5864
|
-
closeSize: string;
|
|
5865
|
-
closeIconSize: string;
|
|
5866
5833
|
}, any>>>;
|
|
5867
5834
|
}, {
|
|
5868
5835
|
syncBarPosition: () => void;
|
|
5869
5836
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
5870
5837
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
5871
5838
|
renderedNames: Set<string | number>;
|
|
5872
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
5873
5839
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
5874
5840
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
5875
5841
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -5934,14 +5900,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5934
5900
|
'--n-pane-text-color': string;
|
|
5935
5901
|
'--n-tab-border-color': string;
|
|
5936
5902
|
'--n-tab-border-radius': string;
|
|
5937
|
-
'--n-close-
|
|
5938
|
-
'--n-close-icon-size': string;
|
|
5903
|
+
'--n-close-color': string;
|
|
5939
5904
|
'--n-close-color-hover': string;
|
|
5940
5905
|
'--n-close-color-pressed': string;
|
|
5941
|
-
'--n-close-border-radius': string;
|
|
5942
|
-
'--n-close-icon-color': string;
|
|
5943
|
-
'--n-close-icon-color-hover': string;
|
|
5944
|
-
'--n-close-icon-color-pressed': string;
|
|
5945
5906
|
'--n-tab-color': string;
|
|
5946
5907
|
'--n-tab-font-weight': string;
|
|
5947
5908
|
'--n-tab-font-weight-active': string;
|
|
@@ -5956,7 +5917,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5956
5917
|
renderNameListRef: {
|
|
5957
5918
|
value: (string | number)[];
|
|
5958
5919
|
};
|
|
5959
|
-
onAnimationBeforeLeave: (
|
|
5920
|
+
onAnimationBeforeLeave: () => void;
|
|
5960
5921
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
5961
5922
|
onAnimationAfterEnter: () => void;
|
|
5962
5923
|
onRender: (() => void) | undefined;
|
|
@@ -6015,12 +5976,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6015
5976
|
tabTextColorActiveCard: string;
|
|
6016
5977
|
tabTextColorDisabledCard: string;
|
|
6017
5978
|
barColor: string;
|
|
6018
|
-
|
|
6019
|
-
closeIconColorHover: string;
|
|
6020
|
-
closeIconColorPressed: string;
|
|
5979
|
+
closeColor: string;
|
|
6021
5980
|
closeColorHover: string;
|
|
6022
5981
|
closeColorPressed: string;
|
|
6023
|
-
closeBorderRadius: string;
|
|
6024
5982
|
tabColor: string;
|
|
6025
5983
|
tabColorSegment: string;
|
|
6026
5984
|
tabBorderColor: string;
|
|
@@ -6059,8 +6017,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6059
6017
|
panePaddingSmall: string;
|
|
6060
6018
|
panePaddingMedium: string;
|
|
6061
6019
|
panePaddingLarge: string;
|
|
6062
|
-
closeSize: string;
|
|
6063
|
-
closeIconSize: string;
|
|
6064
6020
|
}, any>>;
|
|
6065
6021
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
6066
6022
|
colorSegment: string;
|
|
@@ -6082,12 +6038,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6082
6038
|
tabTextColorActiveCard: string;
|
|
6083
6039
|
tabTextColorDisabledCard: string;
|
|
6084
6040
|
barColor: string;
|
|
6085
|
-
|
|
6086
|
-
closeIconColorHover: string;
|
|
6087
|
-
closeIconColorPressed: string;
|
|
6041
|
+
closeColor: string;
|
|
6088
6042
|
closeColorHover: string;
|
|
6089
6043
|
closeColorPressed: string;
|
|
6090
|
-
closeBorderRadius: string;
|
|
6091
6044
|
tabColor: string;
|
|
6092
6045
|
tabColorSegment: string;
|
|
6093
6046
|
tabBorderColor: string;
|
|
@@ -6126,8 +6079,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6126
6079
|
panePaddingSmall: string;
|
|
6127
6080
|
panePaddingMedium: string;
|
|
6128
6081
|
panePaddingLarge: string;
|
|
6129
|
-
closeSize: string;
|
|
6130
|
-
closeIconSize: string;
|
|
6131
6082
|
}, any>>>;
|
|
6132
6083
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
6133
6084
|
colorSegment: string;
|
|
@@ -6149,12 +6100,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6149
6100
|
tabTextColorActiveCard: string;
|
|
6150
6101
|
tabTextColorDisabledCard: string;
|
|
6151
6102
|
barColor: string;
|
|
6152
|
-
|
|
6153
|
-
closeIconColorHover: string;
|
|
6154
|
-
closeIconColorPressed: string;
|
|
6103
|
+
closeColor: string;
|
|
6155
6104
|
closeColorHover: string;
|
|
6156
6105
|
closeColorPressed: string;
|
|
6157
|
-
closeBorderRadius: string;
|
|
6158
6106
|
tabColor: string;
|
|
6159
6107
|
tabColorSegment: string;
|
|
6160
6108
|
tabBorderColor: string;
|
|
@@ -6193,16 +6141,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6193
6141
|
panePaddingSmall: string;
|
|
6194
6142
|
panePaddingMedium: string;
|
|
6195
6143
|
panePaddingLarge: string;
|
|
6196
|
-
closeSize: string;
|
|
6197
|
-
closeIconSize: string;
|
|
6198
6144
|
}, any>>>;
|
|
6199
6145
|
}>>, {
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6146
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
6147
|
+
size: "small" | "medium" | "large";
|
|
6148
|
+
closable: boolean;
|
|
6149
|
+
trigger: "click" | "hover";
|
|
6150
|
+
animated: boolean;
|
|
6151
|
+
tabsPadding: number;
|
|
6206
6152
|
}>;
|
|
6207
6153
|
NConfigProvider: import("vue").DefineComponent<{
|
|
6208
6154
|
readonly abstract: BooleanConstructor;
|
|
@@ -6319,7 +6265,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6319
6265
|
tipZoomOut: string;
|
|
6320
6266
|
tipZoomIn: string;
|
|
6321
6267
|
tipClose: string;
|
|
6322
|
-
tipOriginalSize: string;
|
|
6323
6268
|
};
|
|
6324
6269
|
} | null>;
|
|
6325
6270
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -6466,7 +6411,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6466
6411
|
tipZoomOut: string;
|
|
6467
6412
|
tipZoomIn: string;
|
|
6468
6413
|
tipClose: string;
|
|
6469
|
-
tipOriginalSize: string;
|
|
6470
6414
|
};
|
|
6471
6415
|
} | null>;
|
|
6472
6416
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -6493,12 +6437,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6493
6437
|
readonly default: undefined;
|
|
6494
6438
|
};
|
|
6495
6439
|
}>>, {
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6440
|
+
abstract: boolean;
|
|
6441
|
+
tag: string;
|
|
6442
|
+
as: string | undefined;
|
|
6443
|
+
bordered: boolean | undefined;
|
|
6444
|
+
preflightStyleDisabled: boolean;
|
|
6445
|
+
inlineThemeDisabled: boolean;
|
|
6502
6446
|
}>;
|
|
6503
6447
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6504
6448
|
fieldList: {
|
|
@@ -8538,12 +8482,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8538
8482
|
titleTextColor: string;
|
|
8539
8483
|
textColor: string;
|
|
8540
8484
|
color: string;
|
|
8485
|
+
closeColor: string;
|
|
8541
8486
|
closeColorHover: string;
|
|
8542
8487
|
closeColorPressed: string;
|
|
8543
|
-
closeIconColor: string;
|
|
8544
|
-
closeIconColorHover: string;
|
|
8545
|
-
closeIconColorPressed: string;
|
|
8546
|
-
closeBorderRadius: string;
|
|
8547
8488
|
iconColor: string;
|
|
8548
8489
|
iconColorInfo: string;
|
|
8549
8490
|
iconColorSuccess: string;
|
|
@@ -8559,7 +8500,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8559
8500
|
iconMargin: string;
|
|
8560
8501
|
iconMarginIconTop: string;
|
|
8561
8502
|
closeSize: string;
|
|
8562
|
-
closeIconSize: string;
|
|
8563
8503
|
closeMargin: string;
|
|
8564
8504
|
closeMarginIconTop: string;
|
|
8565
8505
|
}, {
|
|
@@ -8780,12 +8720,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8780
8720
|
borderColor: string;
|
|
8781
8721
|
actionColor: string;
|
|
8782
8722
|
titleFontWeight: string;
|
|
8723
|
+
closeColor: string;
|
|
8783
8724
|
closeColorHover: string;
|
|
8784
8725
|
closeColorPressed: string;
|
|
8785
|
-
closeBorderRadius: string;
|
|
8786
|
-
closeIconColor: string;
|
|
8787
|
-
closeIconColorHover: string;
|
|
8788
|
-
closeIconColorPressed: string;
|
|
8789
8726
|
fontSizeSmall: string;
|
|
8790
8727
|
fontSizeMedium: string;
|
|
8791
8728
|
fontSizeLarge: string;
|
|
@@ -8800,7 +8737,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8800
8737
|
titleFontSizeMedium: string;
|
|
8801
8738
|
titleFontSizeLarge: string;
|
|
8802
8739
|
titleFontSizeHuge: string;
|
|
8803
|
-
closeIconSize: string;
|
|
8804
8740
|
closeSize: string;
|
|
8805
8741
|
}, any>;
|
|
8806
8742
|
}>>;
|
|
@@ -8820,12 +8756,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8820
8756
|
titleTextColor: string;
|
|
8821
8757
|
textColor: string;
|
|
8822
8758
|
color: string;
|
|
8759
|
+
closeColor: string;
|
|
8823
8760
|
closeColorHover: string;
|
|
8824
8761
|
closeColorPressed: string;
|
|
8825
|
-
closeIconColor: string;
|
|
8826
|
-
closeIconColorHover: string;
|
|
8827
|
-
closeIconColorPressed: string;
|
|
8828
|
-
closeBorderRadius: string;
|
|
8829
8762
|
iconColor: string;
|
|
8830
8763
|
iconColorInfo: string;
|
|
8831
8764
|
iconColorSuccess: string;
|
|
@@ -8841,7 +8774,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8841
8774
|
iconMargin: string;
|
|
8842
8775
|
iconMarginIconTop: string;
|
|
8843
8776
|
closeSize: string;
|
|
8844
|
-
closeIconSize: string;
|
|
8845
8777
|
closeMargin: string;
|
|
8846
8778
|
closeMarginIconTop: string;
|
|
8847
8779
|
}, {
|
|
@@ -9062,12 +8994,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9062
8994
|
borderColor: string;
|
|
9063
8995
|
actionColor: string;
|
|
9064
8996
|
titleFontWeight: string;
|
|
8997
|
+
closeColor: string;
|
|
9065
8998
|
closeColorHover: string;
|
|
9066
8999
|
closeColorPressed: string;
|
|
9067
|
-
closeBorderRadius: string;
|
|
9068
|
-
closeIconColor: string;
|
|
9069
|
-
closeIconColorHover: string;
|
|
9070
|
-
closeIconColorPressed: string;
|
|
9071
9000
|
fontSizeSmall: string;
|
|
9072
9001
|
fontSizeMedium: string;
|
|
9073
9002
|
fontSizeLarge: string;
|
|
@@ -9082,7 +9011,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9082
9011
|
titleFontSizeMedium: string;
|
|
9083
9012
|
titleFontSizeLarge: string;
|
|
9084
9013
|
titleFontSizeHuge: string;
|
|
9085
|
-
closeIconSize: string;
|
|
9086
9014
|
closeSize: string;
|
|
9087
9015
|
}, any>;
|
|
9088
9016
|
}>>>;
|
|
@@ -9102,12 +9030,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9102
9030
|
titleTextColor: string;
|
|
9103
9031
|
textColor: string;
|
|
9104
9032
|
color: string;
|
|
9033
|
+
closeColor: string;
|
|
9105
9034
|
closeColorHover: string;
|
|
9106
9035
|
closeColorPressed: string;
|
|
9107
|
-
closeIconColor: string;
|
|
9108
|
-
closeIconColorHover: string;
|
|
9109
|
-
closeIconColorPressed: string;
|
|
9110
|
-
closeBorderRadius: string;
|
|
9111
9036
|
iconColor: string;
|
|
9112
9037
|
iconColorInfo: string;
|
|
9113
9038
|
iconColorSuccess: string;
|
|
@@ -9123,7 +9048,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9123
9048
|
iconMargin: string;
|
|
9124
9049
|
iconMarginIconTop: string;
|
|
9125
9050
|
closeSize: string;
|
|
9126
|
-
closeIconSize: string;
|
|
9127
9051
|
closeMargin: string;
|
|
9128
9052
|
closeMarginIconTop: string;
|
|
9129
9053
|
}, {
|
|
@@ -9344,12 +9268,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9344
9268
|
borderColor: string;
|
|
9345
9269
|
actionColor: string;
|
|
9346
9270
|
titleFontWeight: string;
|
|
9271
|
+
closeColor: string;
|
|
9347
9272
|
closeColorHover: string;
|
|
9348
9273
|
closeColorPressed: string;
|
|
9349
|
-
closeBorderRadius: string;
|
|
9350
|
-
closeIconColor: string;
|
|
9351
|
-
closeIconColorHover: string;
|
|
9352
|
-
closeIconColorPressed: string;
|
|
9353
9274
|
fontSizeSmall: string;
|
|
9354
9275
|
fontSizeMedium: string;
|
|
9355
9276
|
fontSizeLarge: string;
|
|
@@ -9364,7 +9285,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9364
9285
|
titleFontSizeMedium: string;
|
|
9365
9286
|
titleFontSizeLarge: string;
|
|
9366
9287
|
titleFontSizeHuge: string;
|
|
9367
|
-
closeIconSize: string;
|
|
9368
9288
|
closeSize: string;
|
|
9369
9289
|
}, any>;
|
|
9370
9290
|
}>>>;
|
|
@@ -9500,12 +9420,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9500
9420
|
titleTextColor: string;
|
|
9501
9421
|
textColor: string;
|
|
9502
9422
|
color: string;
|
|
9423
|
+
closeColor: string;
|
|
9503
9424
|
closeColorHover: string;
|
|
9504
9425
|
closeColorPressed: string;
|
|
9505
|
-
closeIconColor: string;
|
|
9506
|
-
closeIconColorHover: string;
|
|
9507
|
-
closeIconColorPressed: string;
|
|
9508
|
-
closeBorderRadius: string;
|
|
9509
9426
|
iconColor: string;
|
|
9510
9427
|
iconColorInfo: string;
|
|
9511
9428
|
iconColorSuccess: string;
|
|
@@ -9521,7 +9438,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9521
9438
|
iconMargin: string;
|
|
9522
9439
|
iconMarginIconTop: string;
|
|
9523
9440
|
closeSize: string;
|
|
9524
|
-
closeIconSize: string;
|
|
9525
9441
|
closeMargin: string;
|
|
9526
9442
|
closeMarginIconTop: string;
|
|
9527
9443
|
}, {
|
|
@@ -9742,12 +9658,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9742
9658
|
borderColor: string;
|
|
9743
9659
|
actionColor: string;
|
|
9744
9660
|
titleFontWeight: string;
|
|
9661
|
+
closeColor: string;
|
|
9745
9662
|
closeColorHover: string;
|
|
9746
9663
|
closeColorPressed: string;
|
|
9747
|
-
closeBorderRadius: string;
|
|
9748
|
-
closeIconColor: string;
|
|
9749
|
-
closeIconColorHover: string;
|
|
9750
|
-
closeIconColorPressed: string;
|
|
9751
9664
|
fontSizeSmall: string;
|
|
9752
9665
|
fontSizeMedium: string;
|
|
9753
9666
|
fontSizeLarge: string;
|
|
@@ -9762,7 +9675,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9762
9675
|
titleFontSizeMedium: string;
|
|
9763
9676
|
titleFontSizeLarge: string;
|
|
9764
9677
|
titleFontSizeHuge: string;
|
|
9765
|
-
closeIconSize: string;
|
|
9766
9678
|
closeSize: string;
|
|
9767
9679
|
}, any>;
|
|
9768
9680
|
}>>;
|
|
@@ -9782,12 +9694,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9782
9694
|
titleTextColor: string;
|
|
9783
9695
|
textColor: string;
|
|
9784
9696
|
color: string;
|
|
9697
|
+
closeColor: string;
|
|
9785
9698
|
closeColorHover: string;
|
|
9786
9699
|
closeColorPressed: string;
|
|
9787
|
-
closeIconColor: string;
|
|
9788
|
-
closeIconColorHover: string;
|
|
9789
|
-
closeIconColorPressed: string;
|
|
9790
|
-
closeBorderRadius: string;
|
|
9791
9700
|
iconColor: string;
|
|
9792
9701
|
iconColorInfo: string;
|
|
9793
9702
|
iconColorSuccess: string;
|
|
@@ -9803,7 +9712,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9803
9712
|
iconMargin: string;
|
|
9804
9713
|
iconMarginIconTop: string;
|
|
9805
9714
|
closeSize: string;
|
|
9806
|
-
closeIconSize: string;
|
|
9807
9715
|
closeMargin: string;
|
|
9808
9716
|
closeMarginIconTop: string;
|
|
9809
9717
|
}, {
|
|
@@ -10024,12 +9932,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10024
9932
|
borderColor: string;
|
|
10025
9933
|
actionColor: string;
|
|
10026
9934
|
titleFontWeight: string;
|
|
9935
|
+
closeColor: string;
|
|
10027
9936
|
closeColorHover: string;
|
|
10028
9937
|
closeColorPressed: string;
|
|
10029
|
-
closeBorderRadius: string;
|
|
10030
|
-
closeIconColor: string;
|
|
10031
|
-
closeIconColorHover: string;
|
|
10032
|
-
closeIconColorPressed: string;
|
|
10033
9938
|
fontSizeSmall: string;
|
|
10034
9939
|
fontSizeMedium: string;
|
|
10035
9940
|
fontSizeLarge: string;
|
|
@@ -10044,7 +9949,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10044
9949
|
titleFontSizeMedium: string;
|
|
10045
9950
|
titleFontSizeLarge: string;
|
|
10046
9951
|
titleFontSizeHuge: string;
|
|
10047
|
-
closeIconSize: string;
|
|
10048
9952
|
closeSize: string;
|
|
10049
9953
|
}, any>;
|
|
10050
9954
|
}>>>;
|
|
@@ -10064,12 +9968,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10064
9968
|
titleTextColor: string;
|
|
10065
9969
|
textColor: string;
|
|
10066
9970
|
color: string;
|
|
9971
|
+
closeColor: string;
|
|
10067
9972
|
closeColorHover: string;
|
|
10068
9973
|
closeColorPressed: string;
|
|
10069
|
-
closeIconColor: string;
|
|
10070
|
-
closeIconColorHover: string;
|
|
10071
|
-
closeIconColorPressed: string;
|
|
10072
|
-
closeBorderRadius: string;
|
|
10073
9974
|
iconColor: string;
|
|
10074
9975
|
iconColorInfo: string;
|
|
10075
9976
|
iconColorSuccess: string;
|
|
@@ -10085,7 +9986,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10085
9986
|
iconMargin: string;
|
|
10086
9987
|
iconMarginIconTop: string;
|
|
10087
9988
|
closeSize: string;
|
|
10088
|
-
closeIconSize: string;
|
|
10089
9989
|
closeMargin: string;
|
|
10090
9990
|
closeMarginIconTop: string;
|
|
10091
9991
|
}, {
|
|
@@ -10306,12 +10206,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10306
10206
|
borderColor: string;
|
|
10307
10207
|
actionColor: string;
|
|
10308
10208
|
titleFontWeight: string;
|
|
10209
|
+
closeColor: string;
|
|
10309
10210
|
closeColorHover: string;
|
|
10310
10211
|
closeColorPressed: string;
|
|
10311
|
-
closeBorderRadius: string;
|
|
10312
|
-
closeIconColor: string;
|
|
10313
|
-
closeIconColorHover: string;
|
|
10314
|
-
closeIconColorPressed: string;
|
|
10315
10212
|
fontSizeSmall: string;
|
|
10316
10213
|
fontSizeMedium: string;
|
|
10317
10214
|
fontSizeLarge: string;
|
|
@@ -10326,7 +10223,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10326
10223
|
titleFontSizeMedium: string;
|
|
10327
10224
|
titleFontSizeLarge: string;
|
|
10328
10225
|
titleFontSizeHuge: string;
|
|
10329
|
-
closeIconSize: string;
|
|
10330
10226
|
closeSize: string;
|
|
10331
10227
|
}, any>;
|
|
10332
10228
|
}>>>;
|
|
@@ -11037,14 +10933,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11037
10933
|
labelTextAlignHorizontal: string;
|
|
11038
10934
|
}, any>>>;
|
|
11039
10935
|
}>>, {
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
10936
|
+
inline: boolean;
|
|
10937
|
+
disabled: boolean;
|
|
10938
|
+
onSubmit: (e: Event) => void;
|
|
10939
|
+
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
10940
|
+
model: Record<string, any>;
|
|
10941
|
+
showRequireMark: boolean | undefined;
|
|
10942
|
+
showFeedback: boolean;
|
|
10943
|
+
showLabel: boolean | undefined;
|
|
11048
10944
|
}>;
|
|
11049
10945
|
NTabPane: import("vue").DefineComponent<{
|
|
11050
10946
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -11093,9 +10989,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11093
10989
|
[key: string]: any;
|
|
11094
10990
|
}> | (() => import("vue").VNodeChild)>;
|
|
11095
10991
|
}>>, {
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
10992
|
+
disabled: boolean;
|
|
10993
|
+
closable: boolean | undefined;
|
|
10994
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
11099
10995
|
}>;
|
|
11100
10996
|
NTabs: import("vue").DefineComponent<{
|
|
11101
10997
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -11152,12 +11048,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11152
11048
|
tabTextColorActiveCard: string;
|
|
11153
11049
|
tabTextColorDisabledCard: string;
|
|
11154
11050
|
barColor: string;
|
|
11155
|
-
|
|
11156
|
-
closeIconColorHover: string;
|
|
11157
|
-
closeIconColorPressed: string;
|
|
11051
|
+
closeColor: string;
|
|
11158
11052
|
closeColorHover: string;
|
|
11159
11053
|
closeColorPressed: string;
|
|
11160
|
-
closeBorderRadius: string;
|
|
11161
11054
|
tabColor: string;
|
|
11162
11055
|
tabColorSegment: string;
|
|
11163
11056
|
tabBorderColor: string;
|
|
@@ -11196,8 +11089,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11196
11089
|
panePaddingSmall: string;
|
|
11197
11090
|
panePaddingMedium: string;
|
|
11198
11091
|
panePaddingLarge: string;
|
|
11199
|
-
closeSize: string;
|
|
11200
|
-
closeIconSize: string;
|
|
11201
11092
|
}, any>>;
|
|
11202
11093
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11203
11094
|
colorSegment: string;
|
|
@@ -11219,12 +11110,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11219
11110
|
tabTextColorActiveCard: string;
|
|
11220
11111
|
tabTextColorDisabledCard: string;
|
|
11221
11112
|
barColor: string;
|
|
11222
|
-
|
|
11223
|
-
closeIconColorHover: string;
|
|
11224
|
-
closeIconColorPressed: string;
|
|
11113
|
+
closeColor: string;
|
|
11225
11114
|
closeColorHover: string;
|
|
11226
11115
|
closeColorPressed: string;
|
|
11227
|
-
closeBorderRadius: string;
|
|
11228
11116
|
tabColor: string;
|
|
11229
11117
|
tabColorSegment: string;
|
|
11230
11118
|
tabBorderColor: string;
|
|
@@ -11263,8 +11151,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11263
11151
|
panePaddingSmall: string;
|
|
11264
11152
|
panePaddingMedium: string;
|
|
11265
11153
|
panePaddingLarge: string;
|
|
11266
|
-
closeSize: string;
|
|
11267
|
-
closeIconSize: string;
|
|
11268
11154
|
}, any>>>;
|
|
11269
11155
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11270
11156
|
colorSegment: string;
|
|
@@ -11286,12 +11172,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11286
11172
|
tabTextColorActiveCard: string;
|
|
11287
11173
|
tabTextColorDisabledCard: string;
|
|
11288
11174
|
barColor: string;
|
|
11289
|
-
|
|
11290
|
-
closeIconColorHover: string;
|
|
11291
|
-
closeIconColorPressed: string;
|
|
11175
|
+
closeColor: string;
|
|
11292
11176
|
closeColorHover: string;
|
|
11293
11177
|
closeColorPressed: string;
|
|
11294
|
-
closeBorderRadius: string;
|
|
11295
11178
|
tabColor: string;
|
|
11296
11179
|
tabColorSegment: string;
|
|
11297
11180
|
tabBorderColor: string;
|
|
@@ -11330,15 +11213,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11330
11213
|
panePaddingSmall: string;
|
|
11331
11214
|
panePaddingMedium: string;
|
|
11332
11215
|
panePaddingLarge: string;
|
|
11333
|
-
closeSize: string;
|
|
11334
|
-
closeIconSize: string;
|
|
11335
11216
|
}, any>>>;
|
|
11336
11217
|
}, {
|
|
11337
11218
|
syncBarPosition: () => void;
|
|
11338
11219
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
11339
11220
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
11340
11221
|
renderedNames: Set<string | number>;
|
|
11341
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
11342
11222
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
11343
11223
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
11344
11224
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -11403,14 +11283,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11403
11283
|
'--n-pane-text-color': string;
|
|
11404
11284
|
'--n-tab-border-color': string;
|
|
11405
11285
|
'--n-tab-border-radius': string;
|
|
11406
|
-
'--n-close-
|
|
11407
|
-
'--n-close-icon-size': string;
|
|
11286
|
+
'--n-close-color': string;
|
|
11408
11287
|
'--n-close-color-hover': string;
|
|
11409
11288
|
'--n-close-color-pressed': string;
|
|
11410
|
-
'--n-close-border-radius': string;
|
|
11411
|
-
'--n-close-icon-color': string;
|
|
11412
|
-
'--n-close-icon-color-hover': string;
|
|
11413
|
-
'--n-close-icon-color-pressed': string;
|
|
11414
11289
|
'--n-tab-color': string;
|
|
11415
11290
|
'--n-tab-font-weight': string;
|
|
11416
11291
|
'--n-tab-font-weight-active': string;
|
|
@@ -11425,7 +11300,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11425
11300
|
renderNameListRef: {
|
|
11426
11301
|
value: (string | number)[];
|
|
11427
11302
|
};
|
|
11428
|
-
onAnimationBeforeLeave: (
|
|
11303
|
+
onAnimationBeforeLeave: () => void;
|
|
11429
11304
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
11430
11305
|
onAnimationAfterEnter: () => void;
|
|
11431
11306
|
onRender: (() => void) | undefined;
|
|
@@ -11484,12 +11359,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11484
11359
|
tabTextColorActiveCard: string;
|
|
11485
11360
|
tabTextColorDisabledCard: string;
|
|
11486
11361
|
barColor: string;
|
|
11487
|
-
|
|
11488
|
-
closeIconColorHover: string;
|
|
11489
|
-
closeIconColorPressed: string;
|
|
11362
|
+
closeColor: string;
|
|
11490
11363
|
closeColorHover: string;
|
|
11491
11364
|
closeColorPressed: string;
|
|
11492
|
-
closeBorderRadius: string;
|
|
11493
11365
|
tabColor: string;
|
|
11494
11366
|
tabColorSegment: string;
|
|
11495
11367
|
tabBorderColor: string;
|
|
@@ -11528,8 +11400,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11528
11400
|
panePaddingSmall: string;
|
|
11529
11401
|
panePaddingMedium: string;
|
|
11530
11402
|
panePaddingLarge: string;
|
|
11531
|
-
closeSize: string;
|
|
11532
|
-
closeIconSize: string;
|
|
11533
11403
|
}, any>>;
|
|
11534
11404
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11535
11405
|
colorSegment: string;
|
|
@@ -11551,12 +11421,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11551
11421
|
tabTextColorActiveCard: string;
|
|
11552
11422
|
tabTextColorDisabledCard: string;
|
|
11553
11423
|
barColor: string;
|
|
11554
|
-
|
|
11555
|
-
closeIconColorHover: string;
|
|
11556
|
-
closeIconColorPressed: string;
|
|
11424
|
+
closeColor: string;
|
|
11557
11425
|
closeColorHover: string;
|
|
11558
11426
|
closeColorPressed: string;
|
|
11559
|
-
closeBorderRadius: string;
|
|
11560
11427
|
tabColor: string;
|
|
11561
11428
|
tabColorSegment: string;
|
|
11562
11429
|
tabBorderColor: string;
|
|
@@ -11595,8 +11462,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11595
11462
|
panePaddingSmall: string;
|
|
11596
11463
|
panePaddingMedium: string;
|
|
11597
11464
|
panePaddingLarge: string;
|
|
11598
|
-
closeSize: string;
|
|
11599
|
-
closeIconSize: string;
|
|
11600
11465
|
}, any>>>;
|
|
11601
11466
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11602
11467
|
colorSegment: string;
|
|
@@ -11618,12 +11483,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11618
11483
|
tabTextColorActiveCard: string;
|
|
11619
11484
|
tabTextColorDisabledCard: string;
|
|
11620
11485
|
barColor: string;
|
|
11621
|
-
|
|
11622
|
-
closeIconColorHover: string;
|
|
11623
|
-
closeIconColorPressed: string;
|
|
11486
|
+
closeColor: string;
|
|
11624
11487
|
closeColorHover: string;
|
|
11625
11488
|
closeColorPressed: string;
|
|
11626
|
-
closeBorderRadius: string;
|
|
11627
11489
|
tabColor: string;
|
|
11628
11490
|
tabColorSegment: string;
|
|
11629
11491
|
tabBorderColor: string;
|
|
@@ -11662,16 +11524,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11662
11524
|
panePaddingSmall: string;
|
|
11663
11525
|
panePaddingMedium: string;
|
|
11664
11526
|
panePaddingLarge: string;
|
|
11665
|
-
closeSize: string;
|
|
11666
|
-
closeIconSize: string;
|
|
11667
11527
|
}, any>>>;
|
|
11668
11528
|
}>>, {
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
|
|
11672
|
-
|
|
11673
|
-
|
|
11674
|
-
|
|
11529
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
11530
|
+
size: "small" | "medium" | "large";
|
|
11531
|
+
closable: boolean;
|
|
11532
|
+
trigger: "click" | "hover";
|
|
11533
|
+
animated: boolean;
|
|
11534
|
+
tabsPadding: number;
|
|
11675
11535
|
}>;
|
|
11676
11536
|
NConfigProvider: import("vue").DefineComponent<{
|
|
11677
11537
|
readonly abstract: BooleanConstructor;
|
|
@@ -11788,7 +11648,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11788
11648
|
tipZoomOut: string;
|
|
11789
11649
|
tipZoomIn: string;
|
|
11790
11650
|
tipClose: string;
|
|
11791
|
-
tipOriginalSize: string;
|
|
11792
11651
|
};
|
|
11793
11652
|
} | null>;
|
|
11794
11653
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -11935,7 +11794,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11935
11794
|
tipZoomOut: string;
|
|
11936
11795
|
tipZoomIn: string;
|
|
11937
11796
|
tipClose: string;
|
|
11938
|
-
tipOriginalSize: string;
|
|
11939
11797
|
};
|
|
11940
11798
|
} | null>;
|
|
11941
11799
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -11962,12 +11820,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11962
11820
|
readonly default: undefined;
|
|
11963
11821
|
};
|
|
11964
11822
|
}>>, {
|
|
11965
|
-
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
|
|
11969
|
-
|
|
11970
|
-
|
|
11823
|
+
abstract: boolean;
|
|
11824
|
+
tag: string;
|
|
11825
|
+
as: string | undefined;
|
|
11826
|
+
bordered: boolean | undefined;
|
|
11827
|
+
preflightStyleDisabled: boolean;
|
|
11828
|
+
inlineThemeDisabled: boolean;
|
|
11971
11829
|
}>;
|
|
11972
11830
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11973
11831
|
fieldList: {
|