cnhis-design-vue 3.1.18-beta.6 → 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 -18
- 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/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/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 +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +47 -60
- 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 +10 -10
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
- package/es/components/form-render/src/components/renderer/cascader.js +6 -6
- package/es/components/form-render/src/components/renderer/checkbox.js +1 -1
- 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 +3 -3
- 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.js +2 -2
- 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 +2 -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 +1 -1
- package/es/components/form-render/src/components/renderer/select.js +6 -6
- package/es/components/form-render/src/components/renderer/slider.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +2 -2
- 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.js +1 -32
- 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.js +1 -93
- 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/shared/utils/utilExpand.js +46 -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
|
@@ -147,9 +147,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
readonly activeName: import("vue").PropType<string | number>;
|
|
148
148
|
readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
|
|
149
149
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
150
|
-
/**
|
|
151
|
-
* 设置标签单个状态
|
|
152
|
-
*/
|
|
153
150
|
colorSegment: string;
|
|
154
151
|
tabFontSizeCard: string;
|
|
155
152
|
tabTextColorLine: string;
|
|
@@ -169,12 +166,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
166
|
tabTextColorActiveCard: string;
|
|
170
167
|
tabTextColorDisabledCard: string;
|
|
171
168
|
barColor: string;
|
|
172
|
-
|
|
173
|
-
closeIconColorHover: string;
|
|
174
|
-
closeIconColorPressed: string;
|
|
169
|
+
closeColor: string;
|
|
175
170
|
closeColorHover: string;
|
|
176
171
|
closeColorPressed: string;
|
|
177
|
-
closeBorderRadius: string;
|
|
178
172
|
tabColor: string;
|
|
179
173
|
tabColorSegment: string;
|
|
180
174
|
tabBorderColor: string;
|
|
@@ -213,8 +207,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
207
|
panePaddingSmall: string;
|
|
214
208
|
panePaddingMedium: string;
|
|
215
209
|
panePaddingLarge: string;
|
|
216
|
-
closeSize: string;
|
|
217
|
-
closeIconSize: string;
|
|
218
210
|
}, any>>;
|
|
219
211
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
220
212
|
colorSegment: string;
|
|
@@ -236,12 +228,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
228
|
tabTextColorActiveCard: string;
|
|
237
229
|
tabTextColorDisabledCard: string;
|
|
238
230
|
barColor: string;
|
|
239
|
-
|
|
240
|
-
closeIconColorHover: string;
|
|
241
|
-
closeIconColorPressed: string;
|
|
231
|
+
closeColor: string;
|
|
242
232
|
closeColorHover: string;
|
|
243
233
|
closeColorPressed: string;
|
|
244
|
-
closeBorderRadius: string;
|
|
245
234
|
tabColor: string;
|
|
246
235
|
tabColorSegment: string;
|
|
247
236
|
tabBorderColor: string;
|
|
@@ -280,8 +269,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
269
|
panePaddingSmall: string;
|
|
281
270
|
panePaddingMedium: string;
|
|
282
271
|
panePaddingLarge: string;
|
|
283
|
-
closeSize: string;
|
|
284
|
-
closeIconSize: string;
|
|
285
272
|
}, any>>>;
|
|
286
273
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
287
274
|
colorSegment: string;
|
|
@@ -303,12 +290,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
290
|
tabTextColorActiveCard: string;
|
|
304
291
|
tabTextColorDisabledCard: string;
|
|
305
292
|
barColor: string;
|
|
306
|
-
|
|
307
|
-
closeIconColorHover: string;
|
|
308
|
-
closeIconColorPressed: string;
|
|
293
|
+
closeColor: string;
|
|
309
294
|
closeColorHover: string;
|
|
310
295
|
closeColorPressed: string;
|
|
311
|
-
closeBorderRadius: string;
|
|
312
296
|
tabColor: string;
|
|
313
297
|
tabColorSegment: string;
|
|
314
298
|
tabBorderColor: string;
|
|
@@ -347,15 +331,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
347
331
|
panePaddingSmall: string;
|
|
348
332
|
panePaddingMedium: string;
|
|
349
333
|
panePaddingLarge: string;
|
|
350
|
-
closeSize: string;
|
|
351
|
-
closeIconSize: string;
|
|
352
334
|
}, any>>>;
|
|
353
335
|
}, {
|
|
354
336
|
syncBarPosition: () => void;
|
|
355
337
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
356
338
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
357
339
|
renderedNames: Set<string | number>;
|
|
358
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
359
340
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
360
341
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
361
342
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -420,14 +401,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
401
|
'--n-pane-text-color': string;
|
|
421
402
|
'--n-tab-border-color': string;
|
|
422
403
|
'--n-tab-border-radius': string;
|
|
423
|
-
'--n-close-
|
|
424
|
-
'--n-close-icon-size': string;
|
|
404
|
+
'--n-close-color': string;
|
|
425
405
|
'--n-close-color-hover': string;
|
|
426
406
|
'--n-close-color-pressed': string;
|
|
427
|
-
'--n-close-border-radius': string;
|
|
428
|
-
'--n-close-icon-color': string;
|
|
429
|
-
'--n-close-icon-color-hover': string;
|
|
430
|
-
'--n-close-icon-color-pressed': string;
|
|
431
407
|
'--n-tab-color': string;
|
|
432
408
|
'--n-tab-font-weight': string;
|
|
433
409
|
'--n-tab-font-weight-active': string;
|
|
@@ -442,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
418
|
renderNameListRef: {
|
|
443
419
|
value: (string | number)[];
|
|
444
420
|
};
|
|
445
|
-
onAnimationBeforeLeave: (
|
|
421
|
+
onAnimationBeforeLeave: () => void;
|
|
446
422
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
447
423
|
onAnimationAfterEnter: () => void;
|
|
448
424
|
onRender: (() => void) | undefined;
|
|
@@ -501,12 +477,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
501
477
|
tabTextColorActiveCard: string;
|
|
502
478
|
tabTextColorDisabledCard: string;
|
|
503
479
|
barColor: string;
|
|
504
|
-
|
|
505
|
-
closeIconColorHover: string;
|
|
506
|
-
closeIconColorPressed: string;
|
|
480
|
+
closeColor: string;
|
|
507
481
|
closeColorHover: string;
|
|
508
482
|
closeColorPressed: string;
|
|
509
|
-
closeBorderRadius: string;
|
|
510
483
|
tabColor: string;
|
|
511
484
|
tabColorSegment: string;
|
|
512
485
|
tabBorderColor: string;
|
|
@@ -545,8 +518,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
545
518
|
panePaddingSmall: string;
|
|
546
519
|
panePaddingMedium: string;
|
|
547
520
|
panePaddingLarge: string;
|
|
548
|
-
closeSize: string;
|
|
549
|
-
closeIconSize: string;
|
|
550
521
|
}, any>>;
|
|
551
522
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
552
523
|
colorSegment: string;
|
|
@@ -568,12 +539,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
568
539
|
tabTextColorActiveCard: string;
|
|
569
540
|
tabTextColorDisabledCard: string;
|
|
570
541
|
barColor: string;
|
|
571
|
-
|
|
572
|
-
closeIconColorHover: string;
|
|
573
|
-
closeIconColorPressed: string;
|
|
542
|
+
closeColor: string;
|
|
574
543
|
closeColorHover: string;
|
|
575
544
|
closeColorPressed: string;
|
|
576
|
-
closeBorderRadius: string;
|
|
577
545
|
tabColor: string;
|
|
578
546
|
tabColorSegment: string;
|
|
579
547
|
tabBorderColor: string;
|
|
@@ -612,8 +580,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
580
|
panePaddingSmall: string;
|
|
613
581
|
panePaddingMedium: string;
|
|
614
582
|
panePaddingLarge: string;
|
|
615
|
-
closeSize: string;
|
|
616
|
-
closeIconSize: string;
|
|
617
583
|
}, any>>>;
|
|
618
584
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
619
585
|
colorSegment: string;
|
|
@@ -635,12 +601,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
635
601
|
tabTextColorActiveCard: string;
|
|
636
602
|
tabTextColorDisabledCard: string;
|
|
637
603
|
barColor: string;
|
|
638
|
-
|
|
639
|
-
closeIconColorHover: string;
|
|
640
|
-
closeIconColorPressed: string;
|
|
604
|
+
closeColor: string;
|
|
641
605
|
closeColorHover: string;
|
|
642
606
|
closeColorPressed: string;
|
|
643
|
-
closeBorderRadius: string;
|
|
644
607
|
tabColor: string;
|
|
645
608
|
tabColorSegment: string;
|
|
646
609
|
tabBorderColor: string;
|
|
@@ -679,16 +642,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
679
642
|
panePaddingSmall: string;
|
|
680
643
|
panePaddingMedium: string;
|
|
681
644
|
panePaddingLarge: string;
|
|
682
|
-
closeSize: string;
|
|
683
|
-
closeIconSize: string;
|
|
684
645
|
}, any>>>;
|
|
685
646
|
}>>, {
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
647
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
648
|
+
size: "small" | "medium" | "large";
|
|
649
|
+
closable: boolean;
|
|
650
|
+
trigger: "click" | "hover";
|
|
651
|
+
animated: boolean;
|
|
652
|
+
tabsPadding: number;
|
|
692
653
|
}>;
|
|
693
654
|
NTabPane: import("vue").DefineComponent<{
|
|
694
655
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -737,9 +698,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
737
698
|
[key: string]: any;
|
|
738
699
|
}> | (() => import("vue").VNodeChild)>;
|
|
739
700
|
}>>, {
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
701
|
+
disabled: boolean;
|
|
702
|
+
closable: boolean | undefined;
|
|
703
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
743
704
|
}>;
|
|
744
705
|
NAnchor: import("vue").DefineComponent<{
|
|
745
706
|
readonly type: {
|
|
@@ -913,17 +874,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
913
874
|
railWidth: string;
|
|
914
875
|
}, any>>>;
|
|
915
876
|
}>>, {
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
877
|
+
type: "block" | "rail";
|
|
878
|
+
bound: number;
|
|
879
|
+
position: "fix" | "absolute";
|
|
880
|
+
target: (() => HTMLElement) | undefined;
|
|
881
|
+
affix: boolean;
|
|
882
|
+
offsetTop: number | undefined;
|
|
883
|
+
offsetBottom: number | undefined;
|
|
884
|
+
showRail: boolean;
|
|
885
|
+
showBackground: boolean;
|
|
886
|
+
internalScrollable: boolean;
|
|
887
|
+
ignoreGap: boolean;
|
|
927
888
|
}>;
|
|
928
889
|
NAnchorLink: import("vue").DefineComponent<{
|
|
929
890
|
readonly title: StringConstructor;
|
|
@@ -998,16 +959,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
998
959
|
};
|
|
999
960
|
checked: BooleanConstructor;
|
|
1000
961
|
checkable: BooleanConstructor;
|
|
1001
|
-
strong: BooleanConstructor;
|
|
1002
962
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1003
963
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1004
964
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1005
965
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1006
966
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1007
|
-
internalCloseFocusable: {
|
|
1008
|
-
type: BooleanConstructor;
|
|
1009
|
-
default: boolean;
|
|
1010
|
-
};
|
|
1011
967
|
internalStopClickPropagation: BooleanConstructor;
|
|
1012
968
|
onCheckedChange: {
|
|
1013
969
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1030,7 +986,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1030
986
|
readonly default: undefined;
|
|
1031
987
|
};
|
|
1032
988
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1033
|
-
closeBorderRadius: string;
|
|
1034
989
|
heightTiny: string;
|
|
1035
990
|
heightSmall: string;
|
|
1036
991
|
heightMedium: string;
|
|
@@ -1041,7 +996,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1041
996
|
fontSizeSmall: string;
|
|
1042
997
|
fontSizeMedium: string;
|
|
1043
998
|
fontSizeLarge: string;
|
|
1044
|
-
fontWeightStrong: string;
|
|
1045
999
|
textColorCheckable: string;
|
|
1046
1000
|
textColorHoverCheckable: string;
|
|
1047
1001
|
textColorPressedCheckable: string;
|
|
@@ -1055,61 +1009,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1055
1009
|
border: string;
|
|
1056
1010
|
textColor: string;
|
|
1057
1011
|
color: string;
|
|
1058
|
-
|
|
1059
|
-
closeIconColor: string;
|
|
1060
|
-
closeIconColorHover: string;
|
|
1061
|
-
closeIconColorPressed: string;
|
|
1012
|
+
closeColor: string;
|
|
1062
1013
|
closeColorHover: string;
|
|
1063
1014
|
closeColorPressed: string;
|
|
1064
1015
|
borderPrimary: string;
|
|
1065
1016
|
textColorPrimary: string;
|
|
1066
1017
|
colorPrimary: string;
|
|
1067
|
-
|
|
1068
|
-
closeIconColorPrimary: string;
|
|
1069
|
-
closeIconColorHoverPrimary: string;
|
|
1070
|
-
closeIconColorPressedPrimary: string;
|
|
1018
|
+
closeColorPrimary: string;
|
|
1071
1019
|
closeColorHoverPrimary: string;
|
|
1072
1020
|
closeColorPressedPrimary: string;
|
|
1073
1021
|
borderInfo: string;
|
|
1074
1022
|
textColorInfo: string;
|
|
1075
1023
|
colorInfo: string;
|
|
1076
|
-
|
|
1077
|
-
closeIconColorInfo: string;
|
|
1078
|
-
closeIconColorHoverInfo: string;
|
|
1079
|
-
closeIconColorPressedInfo: string;
|
|
1024
|
+
closeColorInfo: string;
|
|
1080
1025
|
closeColorHoverInfo: string;
|
|
1081
1026
|
closeColorPressedInfo: string;
|
|
1082
1027
|
borderSuccess: string;
|
|
1083
1028
|
textColorSuccess: string;
|
|
1084
1029
|
colorSuccess: string;
|
|
1085
|
-
|
|
1086
|
-
closeIconColorSuccess: string;
|
|
1087
|
-
closeIconColorHoverSuccess: string;
|
|
1088
|
-
closeIconColorPressedSuccess: string;
|
|
1030
|
+
closeColorSuccess: string;
|
|
1089
1031
|
closeColorHoverSuccess: string;
|
|
1090
1032
|
closeColorPressedSuccess: string;
|
|
1091
1033
|
borderWarning: string;
|
|
1092
1034
|
textColorWarning: string;
|
|
1093
1035
|
colorWarning: string;
|
|
1094
|
-
|
|
1095
|
-
closeIconColorWarning: string;
|
|
1096
|
-
closeIconColorHoverWarning: string;
|
|
1097
|
-
closeIconColorPressedWarning: string;
|
|
1036
|
+
closeColorWarning: string;
|
|
1098
1037
|
closeColorHoverWarning: string;
|
|
1099
1038
|
closeColorPressedWarning: string;
|
|
1100
1039
|
borderError: string;
|
|
1101
1040
|
textColorError: string;
|
|
1102
1041
|
colorError: string;
|
|
1103
|
-
|
|
1104
|
-
closeIconColorError: string;
|
|
1105
|
-
closeIconColorHoverError: string;
|
|
1106
|
-
closeIconColorPressedError: string;
|
|
1042
|
+
closeColorError: string;
|
|
1107
1043
|
closeColorHoverError: string;
|
|
1108
1044
|
closeColorPressedError: string;
|
|
1109
|
-
closeIconSizeTiny: string;
|
|
1110
|
-
closeIconSizeSmall: string;
|
|
1111
|
-
closeIconSizeMedium: string;
|
|
1112
|
-
closeIconSizeLarge: string;
|
|
1113
1045
|
closeSizeTiny: string;
|
|
1114
1046
|
closeSizeSmall: string;
|
|
1115
1047
|
closeSizeMedium: string;
|
|
@@ -1119,7 +1051,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1119
1051
|
closeMarginRtl: string;
|
|
1120
1052
|
}, any>>;
|
|
1121
1053
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1122
|
-
closeBorderRadius: string;
|
|
1123
1054
|
heightTiny: string;
|
|
1124
1055
|
heightSmall: string;
|
|
1125
1056
|
heightMedium: string;
|
|
@@ -1130,7 +1061,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1130
1061
|
fontSizeSmall: string;
|
|
1131
1062
|
fontSizeMedium: string;
|
|
1132
1063
|
fontSizeLarge: string;
|
|
1133
|
-
fontWeightStrong: string;
|
|
1134
1064
|
textColorCheckable: string;
|
|
1135
1065
|
textColorHoverCheckable: string;
|
|
1136
1066
|
textColorPressedCheckable: string;
|
|
@@ -1144,61 +1074,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1144
1074
|
border: string;
|
|
1145
1075
|
textColor: string;
|
|
1146
1076
|
color: string;
|
|
1147
|
-
|
|
1148
|
-
closeIconColor: string;
|
|
1149
|
-
closeIconColorHover: string;
|
|
1150
|
-
closeIconColorPressed: string;
|
|
1077
|
+
closeColor: string;
|
|
1151
1078
|
closeColorHover: string;
|
|
1152
1079
|
closeColorPressed: string;
|
|
1153
1080
|
borderPrimary: string;
|
|
1154
1081
|
textColorPrimary: string;
|
|
1155
1082
|
colorPrimary: string;
|
|
1156
|
-
|
|
1157
|
-
closeIconColorPrimary: string;
|
|
1158
|
-
closeIconColorHoverPrimary: string;
|
|
1159
|
-
closeIconColorPressedPrimary: string;
|
|
1083
|
+
closeColorPrimary: string;
|
|
1160
1084
|
closeColorHoverPrimary: string;
|
|
1161
1085
|
closeColorPressedPrimary: string;
|
|
1162
1086
|
borderInfo: string;
|
|
1163
1087
|
textColorInfo: string;
|
|
1164
1088
|
colorInfo: string;
|
|
1165
|
-
|
|
1166
|
-
closeIconColorInfo: string;
|
|
1167
|
-
closeIconColorHoverInfo: string;
|
|
1168
|
-
closeIconColorPressedInfo: string;
|
|
1089
|
+
closeColorInfo: string;
|
|
1169
1090
|
closeColorHoverInfo: string;
|
|
1170
1091
|
closeColorPressedInfo: string;
|
|
1171
1092
|
borderSuccess: string;
|
|
1172
1093
|
textColorSuccess: string;
|
|
1173
1094
|
colorSuccess: string;
|
|
1174
|
-
|
|
1175
|
-
closeIconColorSuccess: string;
|
|
1176
|
-
closeIconColorHoverSuccess: string;
|
|
1177
|
-
closeIconColorPressedSuccess: string;
|
|
1095
|
+
closeColorSuccess: string;
|
|
1178
1096
|
closeColorHoverSuccess: string;
|
|
1179
1097
|
closeColorPressedSuccess: string;
|
|
1180
1098
|
borderWarning: string;
|
|
1181
1099
|
textColorWarning: string;
|
|
1182
1100
|
colorWarning: string;
|
|
1183
|
-
|
|
1184
|
-
closeIconColorWarning: string;
|
|
1185
|
-
closeIconColorHoverWarning: string;
|
|
1186
|
-
closeIconColorPressedWarning: string;
|
|
1101
|
+
closeColorWarning: string;
|
|
1187
1102
|
closeColorHoverWarning: string;
|
|
1188
1103
|
closeColorPressedWarning: string;
|
|
1189
1104
|
borderError: string;
|
|
1190
1105
|
textColorError: string;
|
|
1191
1106
|
colorError: string;
|
|
1192
|
-
|
|
1193
|
-
closeIconColorError: string;
|
|
1194
|
-
closeIconColorHoverError: string;
|
|
1195
|
-
closeIconColorPressedError: string;
|
|
1107
|
+
closeColorError: string;
|
|
1196
1108
|
closeColorHoverError: string;
|
|
1197
1109
|
closeColorPressedError: string;
|
|
1198
|
-
closeIconSizeTiny: string;
|
|
1199
|
-
closeIconSizeSmall: string;
|
|
1200
|
-
closeIconSizeMedium: string;
|
|
1201
|
-
closeIconSizeLarge: string;
|
|
1202
1110
|
closeSizeTiny: string;
|
|
1203
1111
|
closeSizeSmall: string;
|
|
1204
1112
|
closeSizeMedium: string;
|
|
@@ -1208,7 +1116,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1208
1116
|
closeMarginRtl: string;
|
|
1209
1117
|
}, any>>>;
|
|
1210
1118
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1211
|
-
closeBorderRadius: string;
|
|
1212
1119
|
heightTiny: string;
|
|
1213
1120
|
heightSmall: string;
|
|
1214
1121
|
heightMedium: string;
|
|
@@ -1219,7 +1126,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1219
1126
|
fontSizeSmall: string;
|
|
1220
1127
|
fontSizeMedium: string;
|
|
1221
1128
|
fontSizeLarge: string;
|
|
1222
|
-
fontWeightStrong: string;
|
|
1223
1129
|
textColorCheckable: string;
|
|
1224
1130
|
textColorHoverCheckable: string;
|
|
1225
1131
|
textColorPressedCheckable: string;
|
|
@@ -1233,61 +1139,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1233
1139
|
border: string;
|
|
1234
1140
|
textColor: string;
|
|
1235
1141
|
color: string;
|
|
1236
|
-
|
|
1237
|
-
closeIconColor: string;
|
|
1238
|
-
closeIconColorHover: string;
|
|
1239
|
-
closeIconColorPressed: string;
|
|
1142
|
+
closeColor: string;
|
|
1240
1143
|
closeColorHover: string;
|
|
1241
1144
|
closeColorPressed: string;
|
|
1242
1145
|
borderPrimary: string;
|
|
1243
1146
|
textColorPrimary: string;
|
|
1244
1147
|
colorPrimary: string;
|
|
1245
|
-
|
|
1246
|
-
closeIconColorPrimary: string;
|
|
1247
|
-
closeIconColorHoverPrimary: string;
|
|
1248
|
-
closeIconColorPressedPrimary: string;
|
|
1148
|
+
closeColorPrimary: string;
|
|
1249
1149
|
closeColorHoverPrimary: string;
|
|
1250
1150
|
closeColorPressedPrimary: string;
|
|
1251
1151
|
borderInfo: string;
|
|
1252
1152
|
textColorInfo: string;
|
|
1253
1153
|
colorInfo: string;
|
|
1254
|
-
|
|
1255
|
-
closeIconColorInfo: string;
|
|
1256
|
-
closeIconColorHoverInfo: string;
|
|
1257
|
-
closeIconColorPressedInfo: string;
|
|
1154
|
+
closeColorInfo: string;
|
|
1258
1155
|
closeColorHoverInfo: string;
|
|
1259
1156
|
closeColorPressedInfo: string;
|
|
1260
1157
|
borderSuccess: string;
|
|
1261
1158
|
textColorSuccess: string;
|
|
1262
1159
|
colorSuccess: string;
|
|
1263
|
-
|
|
1264
|
-
closeIconColorSuccess: string;
|
|
1265
|
-
closeIconColorHoverSuccess: string;
|
|
1266
|
-
closeIconColorPressedSuccess: string;
|
|
1160
|
+
closeColorSuccess: string;
|
|
1267
1161
|
closeColorHoverSuccess: string;
|
|
1268
1162
|
closeColorPressedSuccess: string;
|
|
1269
1163
|
borderWarning: string;
|
|
1270
1164
|
textColorWarning: string;
|
|
1271
1165
|
colorWarning: string;
|
|
1272
|
-
|
|
1273
|
-
closeIconColorWarning: string;
|
|
1274
|
-
closeIconColorHoverWarning: string;
|
|
1275
|
-
closeIconColorPressedWarning: string;
|
|
1166
|
+
closeColorWarning: string;
|
|
1276
1167
|
closeColorHoverWarning: string;
|
|
1277
1168
|
closeColorPressedWarning: string;
|
|
1278
1169
|
borderError: string;
|
|
1279
1170
|
textColorError: string;
|
|
1280
1171
|
colorError: string;
|
|
1281
|
-
|
|
1282
|
-
closeIconColorError: string;
|
|
1283
|
-
closeIconColorHoverError: string;
|
|
1284
|
-
closeIconColorPressedError: string;
|
|
1172
|
+
closeColorError: string;
|
|
1285
1173
|
closeColorHoverError: string;
|
|
1286
1174
|
closeColorPressedError: string;
|
|
1287
|
-
closeIconSizeTiny: string;
|
|
1288
|
-
closeIconSizeSmall: string;
|
|
1289
|
-
closeIconSizeMedium: string;
|
|
1290
|
-
closeIconSizeLarge: string;
|
|
1291
1175
|
closeSizeTiny: string;
|
|
1292
1176
|
closeSizeSmall: string;
|
|
1293
1177
|
closeSizeMedium: string;
|
|
@@ -1304,19 +1188,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1304
1188
|
handleClick: (e: MouseEvent) => void;
|
|
1305
1189
|
handleCloseClick: (e: MouseEvent) => void;
|
|
1306
1190
|
cssVars: import("vue").ComputedRef<{
|
|
1307
|
-
'--n-font-weight-strong': string;
|
|
1308
1191
|
'--n-avatar-size-override': string;
|
|
1309
1192
|
'--n-bezier': string;
|
|
1310
1193
|
'--n-border-radius': string;
|
|
1311
1194
|
'--n-border': string;
|
|
1312
|
-
'--n-close-
|
|
1313
|
-
'--n-close-color-pressed': string;
|
|
1195
|
+
'--n-close-color': string;
|
|
1314
1196
|
'--n-close-color-hover': string;
|
|
1315
|
-
'--n-close-
|
|
1316
|
-
'--n-close-
|
|
1317
|
-
'--n-close-icon-color-hover': string;
|
|
1318
|
-
'--n-close-icon-color-pressed': string;
|
|
1319
|
-
'--n-close-icon-color-disabled': string;
|
|
1197
|
+
'--n-close-color-pressed': string;
|
|
1198
|
+
'--n-close-color-disabled': string;
|
|
1320
1199
|
'--n-close-margin': string;
|
|
1321
1200
|
'--n-close-margin-rtl': string;
|
|
1322
1201
|
'--n-close-size': string;
|
|
@@ -1347,16 +1226,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1347
1226
|
};
|
|
1348
1227
|
checked: BooleanConstructor;
|
|
1349
1228
|
checkable: BooleanConstructor;
|
|
1350
|
-
strong: BooleanConstructor;
|
|
1351
1229
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1352
1230
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1353
1231
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1354
1232
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1355
1233
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1356
|
-
internalCloseFocusable: {
|
|
1357
|
-
type: BooleanConstructor;
|
|
1358
|
-
default: boolean;
|
|
1359
|
-
};
|
|
1360
1234
|
internalStopClickPropagation: BooleanConstructor;
|
|
1361
1235
|
onCheckedChange: {
|
|
1362
1236
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1379,7 +1253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1379
1253
|
readonly default: undefined;
|
|
1380
1254
|
};
|
|
1381
1255
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1382
|
-
closeBorderRadius: string;
|
|
1383
1256
|
heightTiny: string;
|
|
1384
1257
|
heightSmall: string;
|
|
1385
1258
|
heightMedium: string;
|
|
@@ -1390,7 +1263,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1390
1263
|
fontSizeSmall: string;
|
|
1391
1264
|
fontSizeMedium: string;
|
|
1392
1265
|
fontSizeLarge: string;
|
|
1393
|
-
fontWeightStrong: string;
|
|
1394
1266
|
textColorCheckable: string;
|
|
1395
1267
|
textColorHoverCheckable: string;
|
|
1396
1268
|
textColorPressedCheckable: string;
|
|
@@ -1404,61 +1276,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1404
1276
|
border: string;
|
|
1405
1277
|
textColor: string;
|
|
1406
1278
|
color: string;
|
|
1407
|
-
|
|
1408
|
-
closeIconColor: string;
|
|
1409
|
-
closeIconColorHover: string;
|
|
1410
|
-
closeIconColorPressed: string;
|
|
1279
|
+
closeColor: string;
|
|
1411
1280
|
closeColorHover: string;
|
|
1412
1281
|
closeColorPressed: string;
|
|
1413
1282
|
borderPrimary: string;
|
|
1414
1283
|
textColorPrimary: string;
|
|
1415
1284
|
colorPrimary: string;
|
|
1416
|
-
|
|
1417
|
-
closeIconColorPrimary: string;
|
|
1418
|
-
closeIconColorHoverPrimary: string;
|
|
1419
|
-
closeIconColorPressedPrimary: string;
|
|
1285
|
+
closeColorPrimary: string;
|
|
1420
1286
|
closeColorHoverPrimary: string;
|
|
1421
1287
|
closeColorPressedPrimary: string;
|
|
1422
1288
|
borderInfo: string;
|
|
1423
1289
|
textColorInfo: string;
|
|
1424
1290
|
colorInfo: string;
|
|
1425
|
-
|
|
1426
|
-
closeIconColorInfo: string;
|
|
1427
|
-
closeIconColorHoverInfo: string;
|
|
1428
|
-
closeIconColorPressedInfo: string;
|
|
1291
|
+
closeColorInfo: string;
|
|
1429
1292
|
closeColorHoverInfo: string;
|
|
1430
1293
|
closeColorPressedInfo: string;
|
|
1431
1294
|
borderSuccess: string;
|
|
1432
1295
|
textColorSuccess: string;
|
|
1433
1296
|
colorSuccess: string;
|
|
1434
|
-
|
|
1435
|
-
closeIconColorSuccess: string;
|
|
1436
|
-
closeIconColorHoverSuccess: string;
|
|
1437
|
-
closeIconColorPressedSuccess: string;
|
|
1297
|
+
closeColorSuccess: string;
|
|
1438
1298
|
closeColorHoverSuccess: string;
|
|
1439
1299
|
closeColorPressedSuccess: string;
|
|
1440
1300
|
borderWarning: string;
|
|
1441
1301
|
textColorWarning: string;
|
|
1442
1302
|
colorWarning: string;
|
|
1443
|
-
|
|
1444
|
-
closeIconColorWarning: string;
|
|
1445
|
-
closeIconColorHoverWarning: string;
|
|
1446
|
-
closeIconColorPressedWarning: string;
|
|
1303
|
+
closeColorWarning: string;
|
|
1447
1304
|
closeColorHoverWarning: string;
|
|
1448
1305
|
closeColorPressedWarning: string;
|
|
1449
1306
|
borderError: string;
|
|
1450
1307
|
textColorError: string;
|
|
1451
1308
|
colorError: string;
|
|
1452
|
-
|
|
1453
|
-
closeIconColorError: string;
|
|
1454
|
-
closeIconColorHoverError: string;
|
|
1455
|
-
closeIconColorPressedError: string;
|
|
1309
|
+
closeColorError: string;
|
|
1456
1310
|
closeColorHoverError: string;
|
|
1457
1311
|
closeColorPressedError: string;
|
|
1458
|
-
closeIconSizeTiny: string;
|
|
1459
|
-
closeIconSizeSmall: string;
|
|
1460
|
-
closeIconSizeMedium: string;
|
|
1461
|
-
closeIconSizeLarge: string;
|
|
1462
1312
|
closeSizeTiny: string;
|
|
1463
1313
|
closeSizeSmall: string;
|
|
1464
1314
|
closeSizeMedium: string;
|
|
@@ -1468,7 +1318,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1468
1318
|
closeMarginRtl: string;
|
|
1469
1319
|
}, any>>;
|
|
1470
1320
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1471
|
-
closeBorderRadius: string;
|
|
1472
1321
|
heightTiny: string;
|
|
1473
1322
|
heightSmall: string;
|
|
1474
1323
|
heightMedium: string;
|
|
@@ -1479,7 +1328,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1479
1328
|
fontSizeSmall: string;
|
|
1480
1329
|
fontSizeMedium: string;
|
|
1481
1330
|
fontSizeLarge: string;
|
|
1482
|
-
fontWeightStrong: string;
|
|
1483
1331
|
textColorCheckable: string;
|
|
1484
1332
|
textColorHoverCheckable: string;
|
|
1485
1333
|
textColorPressedCheckable: string;
|
|
@@ -1493,61 +1341,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1493
1341
|
border: string;
|
|
1494
1342
|
textColor: string;
|
|
1495
1343
|
color: string;
|
|
1496
|
-
|
|
1497
|
-
closeIconColor: string;
|
|
1498
|
-
closeIconColorHover: string;
|
|
1499
|
-
closeIconColorPressed: string;
|
|
1344
|
+
closeColor: string;
|
|
1500
1345
|
closeColorHover: string;
|
|
1501
1346
|
closeColorPressed: string;
|
|
1502
1347
|
borderPrimary: string;
|
|
1503
1348
|
textColorPrimary: string;
|
|
1504
1349
|
colorPrimary: string;
|
|
1505
|
-
|
|
1506
|
-
closeIconColorPrimary: string;
|
|
1507
|
-
closeIconColorHoverPrimary: string;
|
|
1508
|
-
closeIconColorPressedPrimary: string;
|
|
1350
|
+
closeColorPrimary: string;
|
|
1509
1351
|
closeColorHoverPrimary: string;
|
|
1510
1352
|
closeColorPressedPrimary: string;
|
|
1511
1353
|
borderInfo: string;
|
|
1512
1354
|
textColorInfo: string;
|
|
1513
1355
|
colorInfo: string;
|
|
1514
|
-
|
|
1515
|
-
closeIconColorInfo: string;
|
|
1516
|
-
closeIconColorHoverInfo: string;
|
|
1517
|
-
closeIconColorPressedInfo: string;
|
|
1356
|
+
closeColorInfo: string;
|
|
1518
1357
|
closeColorHoverInfo: string;
|
|
1519
1358
|
closeColorPressedInfo: string;
|
|
1520
1359
|
borderSuccess: string;
|
|
1521
1360
|
textColorSuccess: string;
|
|
1522
1361
|
colorSuccess: string;
|
|
1523
|
-
|
|
1524
|
-
closeIconColorSuccess: string;
|
|
1525
|
-
closeIconColorHoverSuccess: string;
|
|
1526
|
-
closeIconColorPressedSuccess: string;
|
|
1362
|
+
closeColorSuccess: string;
|
|
1527
1363
|
closeColorHoverSuccess: string;
|
|
1528
1364
|
closeColorPressedSuccess: string;
|
|
1529
1365
|
borderWarning: string;
|
|
1530
1366
|
textColorWarning: string;
|
|
1531
1367
|
colorWarning: string;
|
|
1532
|
-
|
|
1533
|
-
closeIconColorWarning: string;
|
|
1534
|
-
closeIconColorHoverWarning: string;
|
|
1535
|
-
closeIconColorPressedWarning: string;
|
|
1368
|
+
closeColorWarning: string;
|
|
1536
1369
|
closeColorHoverWarning: string;
|
|
1537
1370
|
closeColorPressedWarning: string;
|
|
1538
1371
|
borderError: string;
|
|
1539
1372
|
textColorError: string;
|
|
1540
1373
|
colorError: string;
|
|
1541
|
-
|
|
1542
|
-
closeIconColorError: string;
|
|
1543
|
-
closeIconColorHoverError: string;
|
|
1544
|
-
closeIconColorPressedError: string;
|
|
1374
|
+
closeColorError: string;
|
|
1545
1375
|
closeColorHoverError: string;
|
|
1546
1376
|
closeColorPressedError: string;
|
|
1547
|
-
closeIconSizeTiny: string;
|
|
1548
|
-
closeIconSizeSmall: string;
|
|
1549
|
-
closeIconSizeMedium: string;
|
|
1550
|
-
closeIconSizeLarge: string;
|
|
1551
1377
|
closeSizeTiny: string;
|
|
1552
1378
|
closeSizeSmall: string;
|
|
1553
1379
|
closeSizeMedium: string;
|
|
@@ -1557,7 +1383,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1557
1383
|
closeMarginRtl: string;
|
|
1558
1384
|
}, any>>>;
|
|
1559
1385
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1560
|
-
closeBorderRadius: string;
|
|
1561
1386
|
heightTiny: string;
|
|
1562
1387
|
heightSmall: string;
|
|
1563
1388
|
heightMedium: string;
|
|
@@ -1568,7 +1393,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1568
1393
|
fontSizeSmall: string;
|
|
1569
1394
|
fontSizeMedium: string;
|
|
1570
1395
|
fontSizeLarge: string;
|
|
1571
|
-
fontWeightStrong: string;
|
|
1572
1396
|
textColorCheckable: string;
|
|
1573
1397
|
textColorHoverCheckable: string;
|
|
1574
1398
|
textColorPressedCheckable: string;
|
|
@@ -1582,61 +1406,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1582
1406
|
border: string;
|
|
1583
1407
|
textColor: string;
|
|
1584
1408
|
color: string;
|
|
1585
|
-
|
|
1586
|
-
closeIconColor: string;
|
|
1587
|
-
closeIconColorHover: string;
|
|
1588
|
-
closeIconColorPressed: string;
|
|
1409
|
+
closeColor: string;
|
|
1589
1410
|
closeColorHover: string;
|
|
1590
1411
|
closeColorPressed: string;
|
|
1591
1412
|
borderPrimary: string;
|
|
1592
1413
|
textColorPrimary: string;
|
|
1593
1414
|
colorPrimary: string;
|
|
1594
|
-
|
|
1595
|
-
closeIconColorPrimary: string;
|
|
1596
|
-
closeIconColorHoverPrimary: string;
|
|
1597
|
-
closeIconColorPressedPrimary: string;
|
|
1415
|
+
closeColorPrimary: string;
|
|
1598
1416
|
closeColorHoverPrimary: string;
|
|
1599
1417
|
closeColorPressedPrimary: string;
|
|
1600
1418
|
borderInfo: string;
|
|
1601
1419
|
textColorInfo: string;
|
|
1602
1420
|
colorInfo: string;
|
|
1603
|
-
|
|
1604
|
-
closeIconColorInfo: string;
|
|
1605
|
-
closeIconColorHoverInfo: string;
|
|
1606
|
-
closeIconColorPressedInfo: string;
|
|
1421
|
+
closeColorInfo: string;
|
|
1607
1422
|
closeColorHoverInfo: string;
|
|
1608
1423
|
closeColorPressedInfo: string;
|
|
1609
1424
|
borderSuccess: string;
|
|
1610
1425
|
textColorSuccess: string;
|
|
1611
1426
|
colorSuccess: string;
|
|
1612
|
-
|
|
1613
|
-
closeIconColorSuccess: string;
|
|
1614
|
-
closeIconColorHoverSuccess: string;
|
|
1615
|
-
closeIconColorPressedSuccess: string;
|
|
1427
|
+
closeColorSuccess: string;
|
|
1616
1428
|
closeColorHoverSuccess: string;
|
|
1617
1429
|
closeColorPressedSuccess: string;
|
|
1618
1430
|
borderWarning: string;
|
|
1619
1431
|
textColorWarning: string;
|
|
1620
1432
|
colorWarning: string;
|
|
1621
|
-
|
|
1622
|
-
closeIconColorWarning: string;
|
|
1623
|
-
closeIconColorHoverWarning: string;
|
|
1624
|
-
closeIconColorPressedWarning: string;
|
|
1433
|
+
closeColorWarning: string;
|
|
1625
1434
|
closeColorHoverWarning: string;
|
|
1626
1435
|
closeColorPressedWarning: string;
|
|
1627
1436
|
borderError: string;
|
|
1628
1437
|
textColorError: string;
|
|
1629
1438
|
colorError: string;
|
|
1630
|
-
|
|
1631
|
-
closeIconColorError: string;
|
|
1632
|
-
closeIconColorHoverError: string;
|
|
1633
|
-
closeIconColorPressedError: string;
|
|
1439
|
+
closeColorError: string;
|
|
1634
1440
|
closeColorHoverError: string;
|
|
1635
1441
|
closeColorPressedError: string;
|
|
1636
|
-
closeIconSizeTiny: string;
|
|
1637
|
-
closeIconSizeSmall: string;
|
|
1638
|
-
closeIconSizeMedium: string;
|
|
1639
|
-
closeIconSizeLarge: string;
|
|
1640
1442
|
closeSizeTiny: string;
|
|
1641
1443
|
closeSizeSmall: string;
|
|
1642
1444
|
closeSizeMedium: string;
|
|
@@ -1651,13 +1453,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1651
1453
|
size: "small" | "medium" | "tiny" | "large";
|
|
1652
1454
|
disabled: boolean | undefined;
|
|
1653
1455
|
checked: boolean;
|
|
1654
|
-
strong: boolean;
|
|
1655
1456
|
bordered: boolean | undefined;
|
|
1656
|
-
closable: boolean;
|
|
1657
1457
|
checkable: boolean;
|
|
1658
|
-
internalCloseFocusable: boolean;
|
|
1659
1458
|
internalStopClickPropagation: boolean;
|
|
1660
1459
|
onCheckedChange: (checked: boolean) => void;
|
|
1460
|
+
closable: boolean;
|
|
1661
1461
|
}>;
|
|
1662
1462
|
NTooltip: import("vue").DefineComponent<{
|
|
1663
1463
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1787,11 +1587,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1787
1587
|
scrollable: BooleanConstructor;
|
|
1788
1588
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1789
1589
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1790
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1791
1590
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1792
1591
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1793
1592
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1794
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
1795
1593
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1796
1594
|
internalInheritedEventHandlers: {
|
|
1797
1595
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1856,11 +1654,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1856
1654
|
opacity5: string;
|
|
1857
1655
|
dividerColor: string;
|
|
1858
1656
|
borderColor: string;
|
|
1859
|
-
|
|
1860
|
-
closeIconColorHover: string;
|
|
1861
|
-
closeIconColorPressed: string;
|
|
1657
|
+
closeColor: string;
|
|
1862
1658
|
closeColorHover: string;
|
|
1863
1659
|
closeColorPressed: string;
|
|
1660
|
+
closeColorDisabled: string;
|
|
1864
1661
|
clearColor: string;
|
|
1865
1662
|
clearColorHover: string;
|
|
1866
1663
|
clearColorPressed: string;
|
|
@@ -2089,11 +1886,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2089
1886
|
scrollable: BooleanConstructor;
|
|
2090
1887
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2091
1888
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2092
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2093
1889
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2094
1890
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2095
1891
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2096
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
2097
1892
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2098
1893
|
internalInheritedEventHandlers: {
|
|
2099
1894
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2129,7 +1924,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2129
1924
|
arrowPointToCenter: boolean;
|
|
2130
1925
|
displayDirective: "show" | "if";
|
|
2131
1926
|
keepAliveOnHover: boolean;
|
|
2132
|
-
internalDeactivateImmediately: boolean;
|
|
2133
1927
|
animated: boolean;
|
|
2134
1928
|
internalTrapFocus: boolean;
|
|
2135
1929
|
defaultShow: boolean;
|
|
@@ -2255,10 +2049,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2255
2049
|
readonly default: true;
|
|
2256
2050
|
};
|
|
2257
2051
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2258
|
-
readonly nativeFocusBehavior:
|
|
2259
|
-
readonly type: BooleanConstructor;
|
|
2260
|
-
readonly default: boolean;
|
|
2261
|
-
};
|
|
2052
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
2262
2053
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2263
2054
|
heightTiny: string;
|
|
2264
2055
|
heightSmall: string;
|
|
@@ -2972,10 +2763,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2972
2763
|
readonly default: true;
|
|
2973
2764
|
};
|
|
2974
2765
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2975
|
-
readonly nativeFocusBehavior:
|
|
2976
|
-
readonly type: BooleanConstructor;
|
|
2977
|
-
readonly default: boolean;
|
|
2978
|
-
};
|
|
2766
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
2979
2767
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2980
2768
|
heightTiny: string;
|
|
2981
2769
|
heightSmall: string;
|
|
@@ -3589,26 +3377,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3589
3377
|
rippleDuration: string;
|
|
3590
3378
|
}, any>>>;
|
|
3591
3379
|
}>>, {
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3380
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
3381
|
+
tag: keyof HTMLElementTagNameMap;
|
|
3382
|
+
block: boolean;
|
|
3383
|
+
round: boolean;
|
|
3384
|
+
dashed: boolean;
|
|
3385
|
+
text: boolean;
|
|
3386
|
+
circle: boolean;
|
|
3387
|
+
disabled: boolean;
|
|
3388
|
+
focusable: boolean;
|
|
3389
|
+
strong: boolean;
|
|
3390
|
+
loading: boolean;
|
|
3391
|
+
bordered: boolean;
|
|
3392
|
+
tertiary: boolean;
|
|
3393
|
+
ghost: boolean;
|
|
3394
|
+
keyboard: boolean;
|
|
3395
|
+
secondary: boolean;
|
|
3396
|
+
quaternary: boolean;
|
|
3397
|
+
iconPlacement: "left" | "right";
|
|
3398
|
+
attrType: "button" | "reset" | "submit";
|
|
3399
|
+
nativeFocusBehavior: boolean;
|
|
3612
3400
|
}>;
|
|
3613
3401
|
NInput: import("vue").DefineComponent<{
|
|
3614
3402
|
bordered: {
|
|
@@ -3668,7 +3456,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3668
3456
|
type: BooleanConstructor;
|
|
3669
3457
|
default: undefined;
|
|
3670
3458
|
};
|
|
3671
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3672
3459
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3673
3460
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3674
3461
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3889,8 +3676,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
3676
|
contentRef: HTMLElement | null;
|
|
3890
3677
|
containerScrollTop: number;
|
|
3891
3678
|
syncUnifiedContainer: () => void;
|
|
3892
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3893
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3679
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
3680
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
3894
3681
|
sync: () => void;
|
|
3895
3682
|
handleMouseEnterWrapper: () => void;
|
|
3896
3683
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3924,7 +3711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3924
3711
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
3925
3712
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
3926
3713
|
handleInputBlur: (e: FocusEvent) => void;
|
|
3927
|
-
handleInputFocus: (e: FocusEvent
|
|
3714
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
3928
3715
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
3929
3716
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
3930
3717
|
handleMouseEnter: () => void;
|
|
@@ -3935,7 +3722,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3935
3722
|
handleClear: (e: MouseEvent) => void;
|
|
3936
3723
|
handlePasswordToggleClick: () => void;
|
|
3937
3724
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
3938
|
-
|
|
3725
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
3939
3726
|
handleTextAreaMirrorResize: () => void;
|
|
3940
3727
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
3941
3728
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -3979,11 +3766,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3979
3766
|
opacity5: string;
|
|
3980
3767
|
dividerColor: string;
|
|
3981
3768
|
borderColor: string;
|
|
3982
|
-
|
|
3983
|
-
closeIconColorHover: string;
|
|
3984
|
-
closeIconColorPressed: string;
|
|
3769
|
+
closeColor: string;
|
|
3985
3770
|
closeColorHover: string;
|
|
3986
3771
|
closeColorPressed: string;
|
|
3772
|
+
closeColorDisabled: string;
|
|
3987
3773
|
clearColor: string;
|
|
3988
3774
|
clearColorHover: string;
|
|
3989
3775
|
clearColorPressed: string;
|
|
@@ -4224,7 +4010,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4224
4010
|
type: BooleanConstructor;
|
|
4225
4011
|
default: undefined;
|
|
4226
4012
|
};
|
|
4227
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4228
4013
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4229
4014
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4230
4015
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|