cnhis-design-vue 3.1.18-beta.5 → 3.1.18-beta.8
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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +32 -2
- 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 +32 -2
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/components/button-print/src/components/IdentityVerification.js +16 -7
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +32 -2
- package/es/components/button-print/src/utils/dialog.d.ts +8 -0
- package/es/components/button-print/src/utils/dialog.js +77 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +11 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +348 -0
- 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/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/drag-layout/index.d.ts +90 -10
- 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 +45 -7
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +2 -0
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +90 -10
- 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 +28 -3
- 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 +28 -3
- package/es/components/form-config/index.d.ts +44 -4
- 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 +44 -4
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -2
- 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 +28 -2
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
- 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 +16 -2
- 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 +16 -2
- 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 +13 -10
- 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 +130 -12
- 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 +151 -19
- package/es/components/form-table/src/components/index.d.ts +130 -12
- 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 +13 -3
- 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 +18 -2
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +11 -3
- 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 +15 -0
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +15 -0
- 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 +18 -2
- 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 +2 -0
- 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 +2 -0
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +2 -0
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +15 -0
- 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 +10 -2
- 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 +9 -0
- 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 +3 -3
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/components/map/index.d.ts +15 -0
- 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 +15 -0
- package/es/components/scale-view/index.d.ts +1 -0
- 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 +1 -0
- 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/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/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 +33 -6
- 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 +51 -9
- 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 +18 -3
- package/es/components/select-label/src/SelectLabel.vue.d.ts +34 -9
- 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 +18 -3
- package/es/components/select-person/index.d.ts +59 -0
- 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 +22 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +63 -6
- 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 +16 -2
- 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 +16 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +15 -0
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- 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/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 +4 -4
- 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
|
@@ -58,6 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
handleSetData: (config?: any) => void;
|
|
59
59
|
mountedInit: () => void;
|
|
60
60
|
NGrid: import("vue").DefineComponent<{
|
|
61
|
+
readonly layoutShiftDisabled: BooleanConstructor;
|
|
61
62
|
readonly responsive: {
|
|
62
63
|
readonly type: import("vue").PropType<"self" | "screen">;
|
|
63
64
|
readonly default: "self";
|
|
@@ -92,6 +93,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
93
|
handleResize: import("vue").ComputedRef<import("vueuc").VResizeObserverOnResize | undefined>;
|
|
93
94
|
overflow: import("vue").Ref<boolean>;
|
|
94
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
|
+
readonly layoutShiftDisabled: BooleanConstructor;
|
|
95
97
|
readonly responsive: {
|
|
96
98
|
readonly type: import("vue").PropType<"self" | "screen">;
|
|
97
99
|
readonly default: "self";
|
|
@@ -119,6 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
121
|
readonly cols: string | number;
|
|
120
122
|
readonly responsive: "self" | "screen";
|
|
121
123
|
readonly collapsed: boolean;
|
|
124
|
+
readonly layoutShiftDisabled: boolean;
|
|
122
125
|
readonly itemResponsive: boolean;
|
|
123
126
|
readonly collapsedRows: number;
|
|
124
127
|
readonly xGap: string | number;
|
|
@@ -2168,6 +2171,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2168
2171
|
colorPopover: string;
|
|
2169
2172
|
colorTarget: string;
|
|
2170
2173
|
colorEmbedded: string;
|
|
2174
|
+
colorEmbeddedModal: string;
|
|
2175
|
+
colorEmbeddedPopover: string;
|
|
2171
2176
|
textColor: string;
|
|
2172
2177
|
titleTextColor: string;
|
|
2173
2178
|
borderColor: string;
|
|
@@ -2450,6 +2455,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2450
2455
|
colorPopover: string;
|
|
2451
2456
|
colorTarget: string;
|
|
2452
2457
|
colorEmbedded: string;
|
|
2458
|
+
colorEmbeddedModal: string;
|
|
2459
|
+
colorEmbeddedPopover: string;
|
|
2453
2460
|
textColor: string;
|
|
2454
2461
|
titleTextColor: string;
|
|
2455
2462
|
borderColor: string;
|
|
@@ -2732,6 +2739,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2732
2739
|
colorPopover: string;
|
|
2733
2740
|
colorTarget: string;
|
|
2734
2741
|
colorEmbedded: string;
|
|
2742
|
+
colorEmbeddedModal: string;
|
|
2743
|
+
colorEmbeddedPopover: string;
|
|
2735
2744
|
textColor: string;
|
|
2736
2745
|
titleTextColor: string;
|
|
2737
2746
|
borderColor: string;
|
|
@@ -3130,6 +3139,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3130
3139
|
colorPopover: string;
|
|
3131
3140
|
colorTarget: string;
|
|
3132
3141
|
colorEmbedded: string;
|
|
3142
|
+
colorEmbeddedModal: string;
|
|
3143
|
+
colorEmbeddedPopover: string;
|
|
3133
3144
|
textColor: string;
|
|
3134
3145
|
titleTextColor: string;
|
|
3135
3146
|
borderColor: string;
|
|
@@ -3412,6 +3423,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3412
3423
|
colorPopover: string;
|
|
3413
3424
|
colorTarget: string;
|
|
3414
3425
|
colorEmbedded: string;
|
|
3426
|
+
colorEmbeddedModal: string;
|
|
3427
|
+
colorEmbeddedPopover: string;
|
|
3415
3428
|
textColor: string;
|
|
3416
3429
|
titleTextColor: string;
|
|
3417
3430
|
borderColor: string;
|
|
@@ -3694,6 +3707,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3694
3707
|
colorPopover: string;
|
|
3695
3708
|
colorTarget: string;
|
|
3696
3709
|
colorEmbedded: string;
|
|
3710
|
+
colorEmbeddedModal: string;
|
|
3711
|
+
colorEmbeddedPopover: string;
|
|
3697
3712
|
textColor: string;
|
|
3698
3713
|
titleTextColor: string;
|
|
3699
3714
|
borderColor: string;
|
|
@@ -4068,6 +4083,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4068
4083
|
default: undefined;
|
|
4069
4084
|
};
|
|
4070
4085
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4086
|
+
renderCount: import("vue").PropType<(props: {
|
|
4087
|
+
value: string;
|
|
4088
|
+
}) => import("vue").VNodeChild>;
|
|
4071
4089
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4072
4090
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4073
4091
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4096,6 +4114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4096
4114
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4097
4115
|
showPasswordToggle: BooleanConstructor;
|
|
4098
4116
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4117
|
+
countTextColorDisabled: string;
|
|
4099
4118
|
countTextColor: string;
|
|
4100
4119
|
heightTiny: string;
|
|
4101
4120
|
heightSmall: string;
|
|
@@ -4156,6 +4175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4156
4175
|
clearSize: string;
|
|
4157
4176
|
}, any>>;
|
|
4158
4177
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4178
|
+
countTextColorDisabled: string;
|
|
4159
4179
|
countTextColor: string;
|
|
4160
4180
|
heightTiny: string;
|
|
4161
4181
|
heightSmall: string;
|
|
@@ -4216,6 +4236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4216
4236
|
clearSize: string;
|
|
4217
4237
|
}, any>>>;
|
|
4218
4238
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4239
|
+
countTextColorDisabled: string;
|
|
4219
4240
|
countTextColor: string;
|
|
4220
4241
|
heightTiny: string;
|
|
4221
4242
|
heightSmall: string;
|
|
@@ -4444,6 +4465,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4444
4465
|
name: "common";
|
|
4445
4466
|
};
|
|
4446
4467
|
self: {
|
|
4468
|
+
countTextColorDisabled: string;
|
|
4447
4469
|
countTextColor: string;
|
|
4448
4470
|
heightTiny: string;
|
|
4449
4471
|
heightSmall: string;
|
|
@@ -4511,6 +4533,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4511
4533
|
cssVars: import("vue").ComputedRef<{
|
|
4512
4534
|
'--n-bezier': string;
|
|
4513
4535
|
'--n-count-text-color': string;
|
|
4536
|
+
'--n-count-text-color-disabled': string;
|
|
4514
4537
|
'--n-color': string;
|
|
4515
4538
|
'--n-font-size': string;
|
|
4516
4539
|
'--n-border-radius': string;
|
|
@@ -4565,6 +4588,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4565
4588
|
select: () => void;
|
|
4566
4589
|
activate: () => void;
|
|
4567
4590
|
deactivate: () => void;
|
|
4591
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4568
4592
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4569
4593
|
bordered: {
|
|
4570
4594
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4624,6 +4648,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4624
4648
|
default: undefined;
|
|
4625
4649
|
};
|
|
4626
4650
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4651
|
+
renderCount: import("vue").PropType<(props: {
|
|
4652
|
+
value: string;
|
|
4653
|
+
}) => import("vue").VNodeChild>;
|
|
4627
4654
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4628
4655
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4629
4656
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4652,6 +4679,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4652
4679
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4653
4680
|
showPasswordToggle: BooleanConstructor;
|
|
4654
4681
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4682
|
+
countTextColorDisabled: string;
|
|
4655
4683
|
countTextColor: string;
|
|
4656
4684
|
heightTiny: string;
|
|
4657
4685
|
heightSmall: string;
|
|
@@ -4712,6 +4740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4712
4740
|
clearSize: string;
|
|
4713
4741
|
}, any>>;
|
|
4714
4742
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4743
|
+
countTextColorDisabled: string;
|
|
4715
4744
|
countTextColor: string;
|
|
4716
4745
|
heightTiny: string;
|
|
4717
4746
|
heightSmall: string;
|
|
@@ -4772,6 +4801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4772
4801
|
clearSize: string;
|
|
4773
4802
|
}, any>>>;
|
|
4774
4803
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4804
|
+
countTextColorDisabled: string;
|
|
4775
4805
|
countTextColor: string;
|
|
4776
4806
|
heightTiny: string;
|
|
4777
4807
|
heightSmall: string;
|
|
@@ -4940,6 +4970,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4940
4970
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
4941
4971
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
4942
4972
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
4973
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
4943
4974
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
4944
4975
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
4945
4976
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -5762,6 +5793,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5762
5793
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
5763
5794
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
5764
5795
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
5796
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
5765
5797
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
5766
5798
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
5767
5799
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -6636,7 +6668,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6636
6668
|
};
|
|
6637
6669
|
min: (NumberConstructor | StringConstructor)[];
|
|
6638
6670
|
max: (NumberConstructor | StringConstructor)[];
|
|
6639
|
-
size: import("vue").PropType<"
|
|
6671
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
6640
6672
|
disabled: {
|
|
6641
6673
|
type: import("vue").PropType<boolean | undefined>;
|
|
6642
6674
|
default: undefined;
|
|
@@ -6885,6 +6917,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6885
6917
|
rippleDuration: string;
|
|
6886
6918
|
}, any>;
|
|
6887
6919
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6920
|
+
countTextColorDisabled: string;
|
|
6888
6921
|
countTextColor: string;
|
|
6889
6922
|
heightTiny: string;
|
|
6890
6923
|
heightSmall: string;
|
|
@@ -7153,6 +7186,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7153
7186
|
rippleDuration: string;
|
|
7154
7187
|
}, any>;
|
|
7155
7188
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7189
|
+
countTextColorDisabled: string;
|
|
7156
7190
|
countTextColor: string;
|
|
7157
7191
|
heightTiny: string;
|
|
7158
7192
|
heightSmall: string;
|
|
@@ -7421,6 +7455,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7421
7455
|
rippleDuration: string;
|
|
7422
7456
|
}, any>;
|
|
7423
7457
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7458
|
+
countTextColorDisabled: string;
|
|
7424
7459
|
countTextColor: string;
|
|
7425
7460
|
heightTiny: string;
|
|
7426
7461
|
heightSmall: string;
|
|
@@ -7493,6 +7528,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7493
7528
|
select: () => void;
|
|
7494
7529
|
activate: () => void;
|
|
7495
7530
|
deactivate: () => void;
|
|
7531
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
7496
7532
|
} | null>;
|
|
7497
7533
|
minusButtonInstRef: import("vue").Ref<{
|
|
7498
7534
|
$el: HTMLElement;
|
|
@@ -7506,7 +7542,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7506
7542
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
7507
7543
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
7508
7544
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
7509
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
7545
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
7510
7546
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
7511
7547
|
displayedValue: import("vue").Ref<string>;
|
|
7512
7548
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -7837,6 +7873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7837
7873
|
rippleDuration: string;
|
|
7838
7874
|
}, any>;
|
|
7839
7875
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7876
|
+
countTextColorDisabled: string;
|
|
7840
7877
|
countTextColor: string;
|
|
7841
7878
|
heightTiny: string;
|
|
7842
7879
|
heightSmall: string;
|
|
@@ -7939,7 +7976,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7939
7976
|
};
|
|
7940
7977
|
min: (NumberConstructor | StringConstructor)[];
|
|
7941
7978
|
max: (NumberConstructor | StringConstructor)[];
|
|
7942
|
-
size: import("vue").PropType<"
|
|
7979
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
7943
7980
|
disabled: {
|
|
7944
7981
|
type: import("vue").PropType<boolean | undefined>;
|
|
7945
7982
|
default: undefined;
|
|
@@ -8188,6 +8225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8188
8225
|
rippleDuration: string;
|
|
8189
8226
|
}, any>;
|
|
8190
8227
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8228
|
+
countTextColorDisabled: string;
|
|
8191
8229
|
countTextColor: string;
|
|
8192
8230
|
heightTiny: string;
|
|
8193
8231
|
heightSmall: string;
|
|
@@ -8456,6 +8494,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8456
8494
|
rippleDuration: string;
|
|
8457
8495
|
}, any>;
|
|
8458
8496
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8497
|
+
countTextColorDisabled: string;
|
|
8459
8498
|
countTextColor: string;
|
|
8460
8499
|
heightTiny: string;
|
|
8461
8500
|
heightSmall: string;
|
|
@@ -8724,6 +8763,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8724
8763
|
rippleDuration: string;
|
|
8725
8764
|
}, any>;
|
|
8726
8765
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8766
|
+
countTextColorDisabled: string;
|
|
8727
8767
|
countTextColor: string;
|
|
8728
8768
|
heightTiny: string;
|
|
8729
8769
|
heightSmall: string;
|
|
@@ -9013,6 +9053,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9013
9053
|
calendarRightPaddingYearrange: string;
|
|
9014
9054
|
}, {
|
|
9015
9055
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9056
|
+
countTextColorDisabled: string;
|
|
9016
9057
|
countTextColor: string;
|
|
9017
9058
|
heightTiny: string;
|
|
9018
9059
|
heightSmall: string;
|
|
@@ -9502,6 +9543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9502
9543
|
rippleDuration: string;
|
|
9503
9544
|
}, any>;
|
|
9504
9545
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9546
|
+
countTextColorDisabled: string;
|
|
9505
9547
|
countTextColor: string;
|
|
9506
9548
|
heightTiny: string;
|
|
9507
9549
|
heightSmall: string;
|
|
@@ -9631,6 +9673,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9631
9673
|
calendarRightPaddingYearrange: string;
|
|
9632
9674
|
}, {
|
|
9633
9675
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9676
|
+
countTextColorDisabled: string;
|
|
9634
9677
|
countTextColor: string;
|
|
9635
9678
|
heightTiny: string;
|
|
9636
9679
|
heightSmall: string;
|
|
@@ -10120,6 +10163,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10120
10163
|
rippleDuration: string;
|
|
10121
10164
|
}, any>;
|
|
10122
10165
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10166
|
+
countTextColorDisabled: string;
|
|
10123
10167
|
countTextColor: string;
|
|
10124
10168
|
heightTiny: string;
|
|
10125
10169
|
heightSmall: string;
|
|
@@ -10249,6 +10293,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10249
10293
|
calendarRightPaddingYearrange: string;
|
|
10250
10294
|
}, {
|
|
10251
10295
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10296
|
+
countTextColorDisabled: string;
|
|
10252
10297
|
countTextColor: string;
|
|
10253
10298
|
heightTiny: string;
|
|
10254
10299
|
heightSmall: string;
|
|
@@ -10738,6 +10783,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10738
10783
|
rippleDuration: string;
|
|
10739
10784
|
}, any>;
|
|
10740
10785
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10786
|
+
countTextColorDisabled: string;
|
|
10741
10787
|
countTextColor: string;
|
|
10742
10788
|
heightTiny: string;
|
|
10743
10789
|
heightSmall: string;
|
|
@@ -10911,6 +10957,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10911
10957
|
select: () => void;
|
|
10912
10958
|
activate: () => void;
|
|
10913
10959
|
deactivate: () => void;
|
|
10960
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10914
10961
|
} | null>;
|
|
10915
10962
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
10916
10963
|
displayTime: import("vue").Ref<string>;
|
|
@@ -11114,6 +11161,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11114
11161
|
};
|
|
11115
11162
|
peers: {
|
|
11116
11163
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11164
|
+
countTextColorDisabled: string;
|
|
11117
11165
|
countTextColor: string;
|
|
11118
11166
|
heightTiny: string;
|
|
11119
11167
|
heightSmall: string;
|
|
@@ -11603,6 +11651,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11603
11651
|
rippleDuration: string;
|
|
11604
11652
|
}, any>;
|
|
11605
11653
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11654
|
+
countTextColorDisabled: string;
|
|
11606
11655
|
countTextColor: string;
|
|
11607
11656
|
heightTiny: string;
|
|
11608
11657
|
heightSmall: string;
|
|
@@ -11890,6 +11939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11890
11939
|
rippleDuration: string;
|
|
11891
11940
|
}, any>> | undefined;
|
|
11892
11941
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11942
|
+
countTextColorDisabled: string;
|
|
11893
11943
|
countTextColor: string;
|
|
11894
11944
|
heightTiny: string;
|
|
11895
11945
|
heightSmall: string;
|
|
@@ -11961,8 +12011,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11961
12011
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
11962
12012
|
triggerCssVars: import("vue").ComputedRef<{
|
|
11963
12013
|
'--n-bezier': string;
|
|
11964
|
-
'--n-icon-color': string;
|
|
11965
|
-
'--n-icon-color-disabled': string;
|
|
12014
|
+
'--n-icon-color-override': string;
|
|
12015
|
+
'--n-icon-color-disabled-override': string;
|
|
11966
12016
|
}> | undefined;
|
|
11967
12017
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
11968
12018
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -12145,6 +12195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12145
12195
|
calendarRightPaddingYearrange: string;
|
|
12146
12196
|
}, {
|
|
12147
12197
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12198
|
+
countTextColorDisabled: string;
|
|
12148
12199
|
countTextColor: string;
|
|
12149
12200
|
heightTiny: string;
|
|
12150
12201
|
heightSmall: string;
|
|
@@ -12634,6 +12685,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12634
12685
|
rippleDuration: string;
|
|
12635
12686
|
}, any>;
|
|
12636
12687
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12688
|
+
countTextColorDisabled: string;
|
|
12637
12689
|
countTextColor: string;
|
|
12638
12690
|
heightTiny: string;
|
|
12639
12691
|
heightSmall: string;
|
|
@@ -12763,6 +12815,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12763
12815
|
calendarRightPaddingYearrange: string;
|
|
12764
12816
|
}, {
|
|
12765
12817
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12818
|
+
countTextColorDisabled: string;
|
|
12766
12819
|
countTextColor: string;
|
|
12767
12820
|
heightTiny: string;
|
|
12768
12821
|
heightSmall: string;
|
|
@@ -13252,6 +13305,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13252
13305
|
rippleDuration: string;
|
|
13253
13306
|
}, any>;
|
|
13254
13307
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13308
|
+
countTextColorDisabled: string;
|
|
13255
13309
|
countTextColor: string;
|
|
13256
13310
|
heightTiny: string;
|
|
13257
13311
|
heightSmall: string;
|
|
@@ -13381,6 +13435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13381
13435
|
calendarRightPaddingYearrange: string;
|
|
13382
13436
|
}, {
|
|
13383
13437
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13438
|
+
countTextColorDisabled: string;
|
|
13384
13439
|
countTextColor: string;
|
|
13385
13440
|
heightTiny: string;
|
|
13386
13441
|
heightSmall: string;
|
|
@@ -13870,6 +13925,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13870
13925
|
rippleDuration: string;
|
|
13871
13926
|
}, any>;
|
|
13872
13927
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13928
|
+
countTextColorDisabled: string;
|
|
13873
13929
|
countTextColor: string;
|
|
13874
13930
|
heightTiny: string;
|
|
13875
13931
|
heightSmall: string;
|
|
@@ -14032,6 +14088,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14032
14088
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
14033
14089
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14034
14090
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
14091
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
14035
14092
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14036
14093
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
14037
14094
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -14854,6 +14911,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14854
14911
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
14855
14912
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14856
14913
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
14914
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
14857
14915
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14858
14916
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
14859
14917
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -15285,7 +15343,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15285
15343
|
NRadio: import("vue").DefineComponent<{
|
|
15286
15344
|
name: StringConstructor;
|
|
15287
15345
|
value: {
|
|
15288
|
-
readonly type: import("vue").PropType<string | number>;
|
|
15346
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
15289
15347
|
readonly default: "on";
|
|
15290
15348
|
};
|
|
15291
15349
|
checked: {
|
|
@@ -15303,7 +15361,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15303
15361
|
'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
15304
15362
|
checkedValue: {
|
|
15305
15363
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15306
|
-
readonly validator: () => boolean;
|
|
15307
15364
|
readonly default: undefined;
|
|
15308
15365
|
};
|
|
15309
15366
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
@@ -15321,6 +15378,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15321
15378
|
boxShadowDisabled: string;
|
|
15322
15379
|
color: string;
|
|
15323
15380
|
colorDisabled: string;
|
|
15381
|
+
colorActive: string;
|
|
15324
15382
|
textColor: string;
|
|
15325
15383
|
textColorDisabled: string;
|
|
15326
15384
|
dotColorActive: string;
|
|
@@ -15358,6 +15416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15358
15416
|
boxShadowDisabled: string;
|
|
15359
15417
|
color: string;
|
|
15360
15418
|
colorDisabled: string;
|
|
15419
|
+
colorActive: string;
|
|
15361
15420
|
textColor: string;
|
|
15362
15421
|
textColorDisabled: string;
|
|
15363
15422
|
dotColorActive: string;
|
|
@@ -15395,6 +15454,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15395
15454
|
boxShadowDisabled: string;
|
|
15396
15455
|
color: string;
|
|
15397
15456
|
colorDisabled: string;
|
|
15457
|
+
colorActive: string;
|
|
15398
15458
|
textColor: string;
|
|
15399
15459
|
textColorDisabled: string;
|
|
15400
15460
|
dotColorActive: string;
|
|
@@ -15428,6 +15488,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15428
15488
|
'--n-box-shadow-focus': string;
|
|
15429
15489
|
'--n-box-shadow-hover': string;
|
|
15430
15490
|
'--n-color': string;
|
|
15491
|
+
'--n-color-active': string;
|
|
15431
15492
|
'--n-color-disabled': string;
|
|
15432
15493
|
'--n-dot-color-active': string;
|
|
15433
15494
|
'--n-dot-color-disabled': string;
|
|
@@ -15442,7 +15503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15442
15503
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15443
15504
|
name: StringConstructor;
|
|
15444
15505
|
value: {
|
|
15445
|
-
readonly type: import("vue").PropType<string | number>;
|
|
15506
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
15446
15507
|
readonly default: "on";
|
|
15447
15508
|
};
|
|
15448
15509
|
checked: {
|
|
@@ -15460,7 +15521,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15460
15521
|
'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
15461
15522
|
checkedValue: {
|
|
15462
15523
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15463
|
-
readonly validator: () => boolean;
|
|
15464
15524
|
readonly default: undefined;
|
|
15465
15525
|
};
|
|
15466
15526
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
@@ -15478,6 +15538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15478
15538
|
boxShadowDisabled: string;
|
|
15479
15539
|
color: string;
|
|
15480
15540
|
colorDisabled: string;
|
|
15541
|
+
colorActive: string;
|
|
15481
15542
|
textColor: string;
|
|
15482
15543
|
textColorDisabled: string;
|
|
15483
15544
|
dotColorActive: string;
|
|
@@ -15515,6 +15576,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15515
15576
|
boxShadowDisabled: string;
|
|
15516
15577
|
color: string;
|
|
15517
15578
|
colorDisabled: string;
|
|
15579
|
+
colorActive: string;
|
|
15518
15580
|
textColor: string;
|
|
15519
15581
|
textColorDisabled: string;
|
|
15520
15582
|
dotColorActive: string;
|
|
@@ -15552,6 +15614,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15552
15614
|
boxShadowDisabled: string;
|
|
15553
15615
|
color: string;
|
|
15554
15616
|
colorDisabled: string;
|
|
15617
|
+
colorActive: string;
|
|
15555
15618
|
textColor: string;
|
|
15556
15619
|
textColorDisabled: string;
|
|
15557
15620
|
dotColorActive: string;
|
|
@@ -15575,7 +15638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15575
15638
|
labelPadding: string;
|
|
15576
15639
|
}, any>>>;
|
|
15577
15640
|
}>>, {
|
|
15578
|
-
value: string | number;
|
|
15641
|
+
value: string | number | boolean;
|
|
15579
15642
|
disabled: boolean | undefined;
|
|
15580
15643
|
checked: boolean | undefined;
|
|
15581
15644
|
defaultChecked: boolean;
|
|
@@ -16068,6 +16131,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16068
16131
|
default: undefined;
|
|
16069
16132
|
};
|
|
16070
16133
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16134
|
+
renderCount: import("vue").PropType<(props: {
|
|
16135
|
+
value: string;
|
|
16136
|
+
}) => import("vue").VNodeChild>;
|
|
16071
16137
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16072
16138
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16073
16139
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16096,6 +16162,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16096
16162
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
16097
16163
|
showPasswordToggle: BooleanConstructor;
|
|
16098
16164
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16165
|
+
countTextColorDisabled: string;
|
|
16099
16166
|
countTextColor: string;
|
|
16100
16167
|
heightTiny: string;
|
|
16101
16168
|
heightSmall: string;
|
|
@@ -16156,6 +16223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16156
16223
|
clearSize: string;
|
|
16157
16224
|
}, any>>;
|
|
16158
16225
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16226
|
+
countTextColorDisabled: string;
|
|
16159
16227
|
countTextColor: string;
|
|
16160
16228
|
heightTiny: string;
|
|
16161
16229
|
heightSmall: string;
|
|
@@ -16216,6 +16284,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16216
16284
|
clearSize: string;
|
|
16217
16285
|
}, any>>>;
|
|
16218
16286
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16287
|
+
countTextColorDisabled: string;
|
|
16219
16288
|
countTextColor: string;
|
|
16220
16289
|
heightTiny: string;
|
|
16221
16290
|
heightSmall: string;
|
|
@@ -16444,6 +16513,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16444
16513
|
name: "common";
|
|
16445
16514
|
};
|
|
16446
16515
|
self: {
|
|
16516
|
+
countTextColorDisabled: string;
|
|
16447
16517
|
countTextColor: string;
|
|
16448
16518
|
heightTiny: string;
|
|
16449
16519
|
heightSmall: string;
|
|
@@ -16511,6 +16581,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16511
16581
|
cssVars: import("vue").ComputedRef<{
|
|
16512
16582
|
'--n-bezier': string;
|
|
16513
16583
|
'--n-count-text-color': string;
|
|
16584
|
+
'--n-count-text-color-disabled': string;
|
|
16514
16585
|
'--n-color': string;
|
|
16515
16586
|
'--n-font-size': string;
|
|
16516
16587
|
'--n-border-radius': string;
|
|
@@ -16565,6 +16636,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16565
16636
|
select: () => void;
|
|
16566
16637
|
activate: () => void;
|
|
16567
16638
|
deactivate: () => void;
|
|
16639
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
16568
16640
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16569
16641
|
bordered: {
|
|
16570
16642
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16624,6 +16696,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16624
16696
|
default: undefined;
|
|
16625
16697
|
};
|
|
16626
16698
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16699
|
+
renderCount: import("vue").PropType<(props: {
|
|
16700
|
+
value: string;
|
|
16701
|
+
}) => import("vue").VNodeChild>;
|
|
16627
16702
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16628
16703
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16629
16704
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16652,6 +16727,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16652
16727
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
16653
16728
|
showPasswordToggle: BooleanConstructor;
|
|
16654
16729
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16730
|
+
countTextColorDisabled: string;
|
|
16655
16731
|
countTextColor: string;
|
|
16656
16732
|
heightTiny: string;
|
|
16657
16733
|
heightSmall: string;
|
|
@@ -16712,6 +16788,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16712
16788
|
clearSize: string;
|
|
16713
16789
|
}, any>>;
|
|
16714
16790
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16791
|
+
countTextColorDisabled: string;
|
|
16715
16792
|
countTextColor: string;
|
|
16716
16793
|
heightTiny: string;
|
|
16717
16794
|
heightSmall: string;
|
|
@@ -16772,6 +16849,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16772
16849
|
clearSize: string;
|
|
16773
16850
|
}, any>>>;
|
|
16774
16851
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16852
|
+
countTextColorDisabled: string;
|
|
16775
16853
|
countTextColor: string;
|
|
16776
16854
|
heightTiny: string;
|
|
16777
16855
|
heightSmall: string;
|
|
@@ -18748,6 +18826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18748
18826
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
18749
18827
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
18750
18828
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
18829
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
18751
18830
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
18752
18831
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
18753
18832
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -19570,6 +19649,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19570
19649
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
19571
19650
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
19572
19651
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
19652
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
19573
19653
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
19574
19654
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
19575
19655
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/Editor.js';
|
|
4
|
-
|
|
5
|
-
const Editor = script;
|
|
6
|
-
Editor.install = function(app) {
|
|
7
|
-
safeComponentRegister(app, Editor, COMPONENT_NAMESPACE + "Editor");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { Editor as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../shared/global/variable2.js';
|
|
2
|
+
import { safeComponentRegister } from '../../shared/utils/index2.js';
|
|
3
|
+
import script from './src/Editor.js';
|
|
4
|
+
|
|
5
|
+
const Editor = script;
|
|
6
|
+
Editor.install = function(app) {
|
|
7
|
+
safeComponentRegister(app, Editor, COMPONENT_NAMESPACE + "Editor");
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { Editor as default };
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FabricChart.js';
|
|
4
|
-
|
|
5
|
-
const FabricChart = script;
|
|
6
|
-
FabricChart.install = function(app) {
|
|
7
|
-
safeComponentRegister(app, FabricChart, COMPONENT_NAMESPACE + "FabricChart");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { FabricChart as default };
|
|
1
|
+
export { default } from './index2.js';
|