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
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import tableAge from './table-age.js';
|
|
3
|
-
import tableDatePicker from './table-date-picker.js';
|
|
4
|
-
import tableDigital from './table-digital.js';
|
|
5
|
-
import tableInput from './table-input.js';
|
|
6
|
-
import tableInputPassword from './table-input-password.js';
|
|
7
|
-
import tableMonthPicker from './table-month-picker.js';
|
|
8
|
-
import tableSearch from './table-search.js';
|
|
9
|
-
import tableSearchMore from './table-search-more.js';
|
|
10
|
-
import tableSelect from './table-select.js';
|
|
11
|
-
import tableSelectMultiple from './table-select-multiple.js';
|
|
12
|
-
import tableTextarea from './table-textarea.js';
|
|
13
|
-
import tableTimePicker from './table-time-picker.js';
|
|
14
|
-
import tableTreeSelect from './table-tree-select.js';
|
|
15
|
-
import textOverTooltip from './text-over-tooltip.js';
|
|
16
|
-
|
|
17
|
-
function useComponents() {
|
|
18
|
-
const cmps = {
|
|
19
|
-
tableAge,
|
|
20
|
-
tableDatePicker,
|
|
21
|
-
tableDigital,
|
|
22
|
-
tableInput,
|
|
23
|
-
tableInputPassword,
|
|
24
|
-
tableMonthPicker,
|
|
25
|
-
tableSearch,
|
|
26
|
-
tableSearchMore,
|
|
27
|
-
tableSelect,
|
|
28
|
-
tableSelectMultiple,
|
|
29
|
-
tableTextarea,
|
|
30
|
-
tableTimePicker,
|
|
31
|
-
tableTreeSelect,
|
|
32
|
-
textOverTooltip
|
|
33
|
-
};
|
|
34
|
-
function getComName(v = {}) {
|
|
35
|
-
return configData.getComName(v);
|
|
36
|
-
}
|
|
37
|
-
return { cmps, getComName };
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export { useComponents };
|
|
1
|
+
export { useComponents } from './index2.js';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import configData from '../configs/index2.js';
|
|
2
|
+
import tableAge from './table-age.js';
|
|
3
|
+
import tableDatePicker from './table-date-picker.js';
|
|
4
|
+
import tableDigital from './table-digital.js';
|
|
5
|
+
import tableInput from './table-input.js';
|
|
6
|
+
import tableInputPassword from './table-input-password.js';
|
|
7
|
+
import tableMonthPicker from './table-month-picker.js';
|
|
8
|
+
import tableSearch from './table-search.js';
|
|
9
|
+
import tableSearchMore from './table-search-more.js';
|
|
10
|
+
import tableSelect from './table-select.js';
|
|
11
|
+
import tableSelectMultiple from './table-select-multiple.js';
|
|
12
|
+
import tableTextarea from './table-textarea.js';
|
|
13
|
+
import tableTimePicker from './table-time-picker.js';
|
|
14
|
+
import tableTreeSelect from './table-tree-select.js';
|
|
15
|
+
import textOverTooltip from './text-over-tooltip.js';
|
|
16
|
+
|
|
17
|
+
function useComponents() {
|
|
18
|
+
const cmps = {
|
|
19
|
+
tableAge,
|
|
20
|
+
tableDatePicker,
|
|
21
|
+
tableDigital,
|
|
22
|
+
tableInput,
|
|
23
|
+
tableInputPassword,
|
|
24
|
+
tableMonthPicker,
|
|
25
|
+
tableSearch,
|
|
26
|
+
tableSearchMore,
|
|
27
|
+
tableSelect,
|
|
28
|
+
tableSelectMultiple,
|
|
29
|
+
tableTextarea,
|
|
30
|
+
tableTimePicker,
|
|
31
|
+
tableTreeSelect,
|
|
32
|
+
textOverTooltip
|
|
33
|
+
};
|
|
34
|
+
function getComName(v = {}) {
|
|
35
|
+
return configData.getComName(v);
|
|
36
|
+
}
|
|
37
|
+
return { cmps, getComName };
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { useComponents };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createBlock, unref, normalizeClass, withCtx, createVNode, createCommentVNode, createElementBlock } from 'vue';
|
|
2
2
|
import { useMessage, NInputGroup, NInputNumber, NSelect } from 'naive-ui';
|
|
3
3
|
import 'moment';
|
|
4
|
-
import { useItemDefault } from '../hooks/
|
|
4
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
5
5
|
import 'xe-utils';
|
|
6
6
|
import textOverTooltip from './text-over-tooltip.js';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -258,6 +258,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
258
258
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
259
259
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
260
260
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
261
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
261
262
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
262
263
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
263
264
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1080,6 +1081,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1080
1081
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1081
1082
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1082
1083
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1084
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1083
1085
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1084
1086
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1085
1087
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1526,7 +1528,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1526
1528
|
};
|
|
1527
1529
|
min: (NumberConstructor | StringConstructor)[];
|
|
1528
1530
|
max: (NumberConstructor | StringConstructor)[];
|
|
1529
|
-
size: PropType<"
|
|
1531
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1530
1532
|
disabled: {
|
|
1531
1533
|
type: PropType<boolean | undefined>;
|
|
1532
1534
|
default: undefined;
|
|
@@ -1775,6 +1777,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1777
|
rippleDuration: string;
|
|
1776
1778
|
}, any>;
|
|
1777
1779
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1780
|
+
countTextColorDisabled: string;
|
|
1778
1781
|
countTextColor: string;
|
|
1779
1782
|
heightTiny: string;
|
|
1780
1783
|
heightSmall: string;
|
|
@@ -2043,6 +2046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2043
2046
|
rippleDuration: string;
|
|
2044
2047
|
}, any>;
|
|
2045
2048
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2049
|
+
countTextColorDisabled: string;
|
|
2046
2050
|
countTextColor: string;
|
|
2047
2051
|
heightTiny: string;
|
|
2048
2052
|
heightSmall: string;
|
|
@@ -2311,6 +2315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2311
2315
|
rippleDuration: string;
|
|
2312
2316
|
}, any>;
|
|
2313
2317
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2318
|
+
countTextColorDisabled: string;
|
|
2314
2319
|
countTextColor: string;
|
|
2315
2320
|
heightTiny: string;
|
|
2316
2321
|
heightSmall: string;
|
|
@@ -2383,6 +2388,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2383
2388
|
select: () => void;
|
|
2384
2389
|
activate: () => void;
|
|
2385
2390
|
deactivate: () => void;
|
|
2391
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2386
2392
|
} | null>;
|
|
2387
2393
|
minusButtonInstRef: import("vue").Ref<{
|
|
2388
2394
|
$el: HTMLElement;
|
|
@@ -2396,7 +2402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2396
2402
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2397
2403
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2398
2404
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2399
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2405
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2400
2406
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2401
2407
|
displayedValue: import("vue").Ref<string>;
|
|
2402
2408
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2727,6 +2733,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2727
2733
|
rippleDuration: string;
|
|
2728
2734
|
}, any>;
|
|
2729
2735
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2736
|
+
countTextColorDisabled: string;
|
|
2730
2737
|
countTextColor: string;
|
|
2731
2738
|
heightTiny: string;
|
|
2732
2739
|
heightSmall: string;
|
|
@@ -2829,7 +2836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2829
2836
|
};
|
|
2830
2837
|
min: (NumberConstructor | StringConstructor)[];
|
|
2831
2838
|
max: (NumberConstructor | StringConstructor)[];
|
|
2832
|
-
size: PropType<"
|
|
2839
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2833
2840
|
disabled: {
|
|
2834
2841
|
type: PropType<boolean | undefined>;
|
|
2835
2842
|
default: undefined;
|
|
@@ -3078,6 +3085,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3078
3085
|
rippleDuration: string;
|
|
3079
3086
|
}, any>;
|
|
3080
3087
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3088
|
+
countTextColorDisabled: string;
|
|
3081
3089
|
countTextColor: string;
|
|
3082
3090
|
heightTiny: string;
|
|
3083
3091
|
heightSmall: string;
|
|
@@ -3346,6 +3354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3346
3354
|
rippleDuration: string;
|
|
3347
3355
|
}, any>;
|
|
3348
3356
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3357
|
+
countTextColorDisabled: string;
|
|
3349
3358
|
countTextColor: string;
|
|
3350
3359
|
heightTiny: string;
|
|
3351
3360
|
heightSmall: string;
|
|
@@ -3614,6 +3623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3614
3623
|
rippleDuration: string;
|
|
3615
3624
|
}, any>;
|
|
3616
3625
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3626
|
+
countTextColorDisabled: string;
|
|
3617
3627
|
countTextColor: string;
|
|
3618
3628
|
heightTiny: string;
|
|
3619
3629
|
heightSmall: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, Fragment, createCommentVNode, createBlock, unref, normalizeClass } from 'vue';
|
|
2
2
|
import { useMessage, NDatePicker } from 'naive-ui';
|
|
3
3
|
import 'moment';
|
|
4
|
-
import { useItemDefault } from '../hooks/
|
|
5
|
-
import { useDateType } from '../hooks/
|
|
4
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
5
|
+
import { useDateType } from '../hooks/useDateType2.js';
|
|
6
6
|
import 'xe-utils';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|
|
@@ -307,6 +307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
307
307
|
calendarRightPaddingYearrange: string;
|
|
308
308
|
}, {
|
|
309
309
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
310
|
+
countTextColorDisabled: string;
|
|
310
311
|
countTextColor: string;
|
|
311
312
|
heightTiny: string;
|
|
312
313
|
heightSmall: string;
|
|
@@ -796,6 +797,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
796
797
|
rippleDuration: string;
|
|
797
798
|
}, any>;
|
|
798
799
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
800
|
+
countTextColorDisabled: string;
|
|
799
801
|
countTextColor: string;
|
|
800
802
|
heightTiny: string;
|
|
801
803
|
heightSmall: string;
|
|
@@ -925,6 +927,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
925
927
|
calendarRightPaddingYearrange: string;
|
|
926
928
|
}, {
|
|
927
929
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
930
|
+
countTextColorDisabled: string;
|
|
928
931
|
countTextColor: string;
|
|
929
932
|
heightTiny: string;
|
|
930
933
|
heightSmall: string;
|
|
@@ -1414,6 +1417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1414
1417
|
rippleDuration: string;
|
|
1415
1418
|
}, any>;
|
|
1416
1419
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1420
|
+
countTextColorDisabled: string;
|
|
1417
1421
|
countTextColor: string;
|
|
1418
1422
|
heightTiny: string;
|
|
1419
1423
|
heightSmall: string;
|
|
@@ -1543,6 +1547,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1543
1547
|
calendarRightPaddingYearrange: string;
|
|
1544
1548
|
}, {
|
|
1545
1549
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1550
|
+
countTextColorDisabled: string;
|
|
1546
1551
|
countTextColor: string;
|
|
1547
1552
|
heightTiny: string;
|
|
1548
1553
|
heightSmall: string;
|
|
@@ -2032,6 +2037,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2032
2037
|
rippleDuration: string;
|
|
2033
2038
|
}, any>;
|
|
2034
2039
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2040
|
+
countTextColorDisabled: string;
|
|
2035
2041
|
countTextColor: string;
|
|
2036
2042
|
heightTiny: string;
|
|
2037
2043
|
heightSmall: string;
|
|
@@ -2205,6 +2211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2205
2211
|
select: () => void;
|
|
2206
2212
|
activate: () => void;
|
|
2207
2213
|
deactivate: () => void;
|
|
2214
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2208
2215
|
} | null>;
|
|
2209
2216
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2210
2217
|
displayTime: import("vue").Ref<string>;
|
|
@@ -2408,6 +2415,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2408
2415
|
};
|
|
2409
2416
|
peers: {
|
|
2410
2417
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2418
|
+
countTextColorDisabled: string;
|
|
2411
2419
|
countTextColor: string;
|
|
2412
2420
|
heightTiny: string;
|
|
2413
2421
|
heightSmall: string;
|
|
@@ -2897,6 +2905,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2897
2905
|
rippleDuration: string;
|
|
2898
2906
|
}, any>;
|
|
2899
2907
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2908
|
+
countTextColorDisabled: string;
|
|
2900
2909
|
countTextColor: string;
|
|
2901
2910
|
heightTiny: string;
|
|
2902
2911
|
heightSmall: string;
|
|
@@ -3184,6 +3193,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3184
3193
|
rippleDuration: string;
|
|
3185
3194
|
}, any>> | undefined;
|
|
3186
3195
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3196
|
+
countTextColorDisabled: string;
|
|
3187
3197
|
countTextColor: string;
|
|
3188
3198
|
heightTiny: string;
|
|
3189
3199
|
heightSmall: string;
|
|
@@ -3255,8 +3265,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3255
3265
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
3256
3266
|
triggerCssVars: import("vue").ComputedRef<{
|
|
3257
3267
|
'--n-bezier': string;
|
|
3258
|
-
'--n-icon-color': string;
|
|
3259
|
-
'--n-icon-color-disabled': string;
|
|
3268
|
+
'--n-icon-color-override': string;
|
|
3269
|
+
'--n-icon-color-disabled-override': string;
|
|
3260
3270
|
}> | undefined;
|
|
3261
3271
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
3262
3272
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -3439,6 +3449,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3439
3449
|
calendarRightPaddingYearrange: string;
|
|
3440
3450
|
}, {
|
|
3441
3451
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3452
|
+
countTextColorDisabled: string;
|
|
3442
3453
|
countTextColor: string;
|
|
3443
3454
|
heightTiny: string;
|
|
3444
3455
|
heightSmall: string;
|
|
@@ -3928,6 +3939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3928
3939
|
rippleDuration: string;
|
|
3929
3940
|
}, any>;
|
|
3930
3941
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3942
|
+
countTextColorDisabled: string;
|
|
3931
3943
|
countTextColor: string;
|
|
3932
3944
|
heightTiny: string;
|
|
3933
3945
|
heightSmall: string;
|
|
@@ -4057,6 +4069,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4057
4069
|
calendarRightPaddingYearrange: string;
|
|
4058
4070
|
}, {
|
|
4059
4071
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4072
|
+
countTextColorDisabled: string;
|
|
4060
4073
|
countTextColor: string;
|
|
4061
4074
|
heightTiny: string;
|
|
4062
4075
|
heightSmall: string;
|
|
@@ -4546,6 +4559,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4546
4559
|
rippleDuration: string;
|
|
4547
4560
|
}, any>;
|
|
4548
4561
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4562
|
+
countTextColorDisabled: string;
|
|
4549
4563
|
countTextColor: string;
|
|
4550
4564
|
heightTiny: string;
|
|
4551
4565
|
heightSmall: string;
|
|
@@ -4675,6 +4689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4675
4689
|
calendarRightPaddingYearrange: string;
|
|
4676
4690
|
}, {
|
|
4677
4691
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4692
|
+
countTextColorDisabled: string;
|
|
4678
4693
|
countTextColor: string;
|
|
4679
4694
|
heightTiny: string;
|
|
4680
4695
|
heightSmall: string;
|
|
@@ -5164,6 +5179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5164
5179
|
rippleDuration: string;
|
|
5165
5180
|
}, any>;
|
|
5166
5181
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5182
|
+
countTextColorDisabled: string;
|
|
5167
5183
|
countTextColor: string;
|
|
5168
5184
|
heightTiny: string;
|
|
5169
5185
|
heightSmall: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, createVNode, createCommentVNode, unref, normalizeClass } from 'vue';
|
|
2
2
|
import { useMessage, NInputNumber } from 'naive-ui';
|
|
3
3
|
import 'moment';
|
|
4
|
-
import { useItemDefault } from '../hooks/
|
|
4
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
5
5
|
import 'xe-utils';
|
|
6
6
|
import textOverTooltip from './text-over-tooltip.js';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
};
|
|
138
138
|
min: (NumberConstructor | StringConstructor)[];
|
|
139
139
|
max: (NumberConstructor | StringConstructor)[];
|
|
140
|
-
size: PropType<"
|
|
140
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
141
141
|
disabled: {
|
|
142
142
|
type: PropType<boolean | undefined>;
|
|
143
143
|
default: undefined;
|
|
@@ -386,6 +386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
386
386
|
rippleDuration: string;
|
|
387
387
|
}, any>;
|
|
388
388
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
389
|
+
countTextColorDisabled: string;
|
|
389
390
|
countTextColor: string;
|
|
390
391
|
heightTiny: string;
|
|
391
392
|
heightSmall: string;
|
|
@@ -654,6 +655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
654
655
|
rippleDuration: string;
|
|
655
656
|
}, any>;
|
|
656
657
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
658
|
+
countTextColorDisabled: string;
|
|
657
659
|
countTextColor: string;
|
|
658
660
|
heightTiny: string;
|
|
659
661
|
heightSmall: string;
|
|
@@ -922,6 +924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
922
924
|
rippleDuration: string;
|
|
923
925
|
}, any>;
|
|
924
926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
927
|
+
countTextColorDisabled: string;
|
|
925
928
|
countTextColor: string;
|
|
926
929
|
heightTiny: string;
|
|
927
930
|
heightSmall: string;
|
|
@@ -994,6 +997,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
994
997
|
select: () => void;
|
|
995
998
|
activate: () => void;
|
|
996
999
|
deactivate: () => void;
|
|
1000
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
997
1001
|
} | null>;
|
|
998
1002
|
minusButtonInstRef: import("vue").Ref<{
|
|
999
1003
|
$el: HTMLElement;
|
|
@@ -1007,7 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1007
1011
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
1008
1012
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
1009
1013
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
1010
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
1014
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
1011
1015
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1012
1016
|
displayedValue: import("vue").Ref<string>;
|
|
1013
1017
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -1338,6 +1342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1338
1342
|
rippleDuration: string;
|
|
1339
1343
|
}, any>;
|
|
1340
1344
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1345
|
+
countTextColorDisabled: string;
|
|
1341
1346
|
countTextColor: string;
|
|
1342
1347
|
heightTiny: string;
|
|
1343
1348
|
heightSmall: string;
|
|
@@ -1440,7 +1445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1440
1445
|
};
|
|
1441
1446
|
min: (NumberConstructor | StringConstructor)[];
|
|
1442
1447
|
max: (NumberConstructor | StringConstructor)[];
|
|
1443
|
-
size: PropType<"
|
|
1448
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1444
1449
|
disabled: {
|
|
1445
1450
|
type: PropType<boolean | undefined>;
|
|
1446
1451
|
default: undefined;
|
|
@@ -1689,6 +1694,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1689
1694
|
rippleDuration: string;
|
|
1690
1695
|
}, any>;
|
|
1691
1696
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1697
|
+
countTextColorDisabled: string;
|
|
1692
1698
|
countTextColor: string;
|
|
1693
1699
|
heightTiny: string;
|
|
1694
1700
|
heightSmall: string;
|
|
@@ -1957,6 +1963,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1957
1963
|
rippleDuration: string;
|
|
1958
1964
|
}, any>;
|
|
1959
1965
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1966
|
+
countTextColorDisabled: string;
|
|
1960
1967
|
countTextColor: string;
|
|
1961
1968
|
heightTiny: string;
|
|
1962
1969
|
heightSmall: string;
|
|
@@ -2225,6 +2232,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2225
2232
|
rippleDuration: string;
|
|
2226
2233
|
}, any>;
|
|
2227
2234
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2235
|
+
countTextColorDisabled: string;
|
|
2228
2236
|
countTextColor: string;
|
|
2229
2237
|
heightTiny: string;
|
|
2230
2238
|
heightSmall: string;
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, onMounted, openBlock, createElementBlock, normali
|
|
|
2
2
|
import { useMessage, NInput } from 'naive-ui';
|
|
3
3
|
import script from '../../../../shared/components/SvgIcon/SvgIcon.js';
|
|
4
4
|
import 'moment';
|
|
5
|
-
import { useItemDefault } from '../hooks/
|
|
5
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
6
6
|
import 'xe-utils';
|
|
7
7
|
import textOverTooltip from './text-over-tooltip.js';
|
|
8
8
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -179,6 +179,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
default: undefined;
|
|
180
180
|
};
|
|
181
181
|
allowInput: PropType<(value: string) => boolean>;
|
|
182
|
+
renderCount: PropType<(props: {
|
|
183
|
+
value: string;
|
|
184
|
+
}) => import("vue").VNodeChild>;
|
|
182
185
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
183
186
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
184
187
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -207,6 +210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
210
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
208
211
|
showPasswordToggle: BooleanConstructor;
|
|
209
212
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
213
|
+
countTextColorDisabled: string;
|
|
210
214
|
countTextColor: string;
|
|
211
215
|
heightTiny: string;
|
|
212
216
|
heightSmall: string;
|
|
@@ -267,6 +271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
267
271
|
clearSize: string;
|
|
268
272
|
}, any>>;
|
|
269
273
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
274
|
+
countTextColorDisabled: string;
|
|
270
275
|
countTextColor: string;
|
|
271
276
|
heightTiny: string;
|
|
272
277
|
heightSmall: string;
|
|
@@ -327,6 +332,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
332
|
clearSize: string;
|
|
328
333
|
}, any>>>;
|
|
329
334
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
335
|
+
countTextColorDisabled: string;
|
|
330
336
|
countTextColor: string;
|
|
331
337
|
heightTiny: string;
|
|
332
338
|
heightSmall: string;
|
|
@@ -555,6 +561,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
555
561
|
name: "common";
|
|
556
562
|
};
|
|
557
563
|
self: {
|
|
564
|
+
countTextColorDisabled: string;
|
|
558
565
|
countTextColor: string;
|
|
559
566
|
heightTiny: string;
|
|
560
567
|
heightSmall: string;
|
|
@@ -622,6 +629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
629
|
cssVars: import("vue").ComputedRef<{
|
|
623
630
|
'--n-bezier': string;
|
|
624
631
|
'--n-count-text-color': string;
|
|
632
|
+
'--n-count-text-color-disabled': string;
|
|
625
633
|
'--n-color': string;
|
|
626
634
|
'--n-font-size': string;
|
|
627
635
|
'--n-border-radius': string;
|
|
@@ -676,6 +684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
676
684
|
select: () => void;
|
|
677
685
|
activate: () => void;
|
|
678
686
|
deactivate: () => void;
|
|
687
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
679
688
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
680
689
|
bordered: {
|
|
681
690
|
type: PropType<boolean | undefined>;
|
|
@@ -735,6 +744,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
735
744
|
default: undefined;
|
|
736
745
|
};
|
|
737
746
|
allowInput: PropType<(value: string) => boolean>;
|
|
747
|
+
renderCount: PropType<(props: {
|
|
748
|
+
value: string;
|
|
749
|
+
}) => import("vue").VNodeChild>;
|
|
738
750
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
739
751
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
740
752
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -763,6 +775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
775
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
764
776
|
showPasswordToggle: BooleanConstructor;
|
|
765
777
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
778
|
+
countTextColorDisabled: string;
|
|
766
779
|
countTextColor: string;
|
|
767
780
|
heightTiny: string;
|
|
768
781
|
heightSmall: string;
|
|
@@ -823,6 +836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
823
836
|
clearSize: string;
|
|
824
837
|
}, any>>;
|
|
825
838
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
839
|
+
countTextColorDisabled: string;
|
|
826
840
|
countTextColor: string;
|
|
827
841
|
heightTiny: string;
|
|
828
842
|
heightSmall: string;
|
|
@@ -883,6 +897,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
883
897
|
clearSize: string;
|
|
884
898
|
}, any>>>;
|
|
885
899
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
900
|
+
countTextColorDisabled: string;
|
|
886
901
|
countTextColor: string;
|
|
887
902
|
heightTiny: string;
|
|
888
903
|
heightSmall: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createBlock, unref, normalizeClass, withCtx, createCommentVNode, createElementBlock, createVNode } from 'vue';
|
|
2
2
|
import { useMessage, NInput } from 'naive-ui';
|
|
3
3
|
import 'moment';
|
|
4
|
-
import { useItemDefault } from '../hooks/
|
|
4
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
5
5
|
import 'xe-utils';
|
|
6
6
|
import textOverTooltip from './text-over-tooltip.js';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -178,6 +178,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
178
|
default: undefined;
|
|
179
179
|
};
|
|
180
180
|
allowInput: PropType<(value: string) => boolean>;
|
|
181
|
+
renderCount: PropType<(props: {
|
|
182
|
+
value: string;
|
|
183
|
+
}) => import("vue").VNodeChild>;
|
|
181
184
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
182
185
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
183
186
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -206,6 +209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
209
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
207
210
|
showPasswordToggle: BooleanConstructor;
|
|
208
211
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
212
|
+
countTextColorDisabled: string;
|
|
209
213
|
countTextColor: string;
|
|
210
214
|
heightTiny: string;
|
|
211
215
|
heightSmall: string;
|
|
@@ -266,6 +270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
270
|
clearSize: string;
|
|
267
271
|
}, any>>;
|
|
268
272
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
273
|
+
countTextColorDisabled: string;
|
|
269
274
|
countTextColor: string;
|
|
270
275
|
heightTiny: string;
|
|
271
276
|
heightSmall: string;
|
|
@@ -326,6 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
331
|
clearSize: string;
|
|
327
332
|
}, any>>>;
|
|
328
333
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
334
|
+
countTextColorDisabled: string;
|
|
329
335
|
countTextColor: string;
|
|
330
336
|
heightTiny: string;
|
|
331
337
|
heightSmall: string;
|
|
@@ -554,6 +560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
554
560
|
name: "common";
|
|
555
561
|
};
|
|
556
562
|
self: {
|
|
563
|
+
countTextColorDisabled: string;
|
|
557
564
|
countTextColor: string;
|
|
558
565
|
heightTiny: string;
|
|
559
566
|
heightSmall: string;
|
|
@@ -621,6 +628,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
621
628
|
cssVars: import("vue").ComputedRef<{
|
|
622
629
|
'--n-bezier': string;
|
|
623
630
|
'--n-count-text-color': string;
|
|
631
|
+
'--n-count-text-color-disabled': string;
|
|
624
632
|
'--n-color': string;
|
|
625
633
|
'--n-font-size': string;
|
|
626
634
|
'--n-border-radius': string;
|
|
@@ -675,6 +683,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
675
683
|
select: () => void;
|
|
676
684
|
activate: () => void;
|
|
677
685
|
deactivate: () => void;
|
|
686
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
678
687
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
679
688
|
bordered: {
|
|
680
689
|
type: PropType<boolean | undefined>;
|
|
@@ -734,6 +743,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
743
|
default: undefined;
|
|
735
744
|
};
|
|
736
745
|
allowInput: PropType<(value: string) => boolean>;
|
|
746
|
+
renderCount: PropType<(props: {
|
|
747
|
+
value: string;
|
|
748
|
+
}) => import("vue").VNodeChild>;
|
|
737
749
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
738
750
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
739
751
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -762,6 +774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
762
774
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
763
775
|
showPasswordToggle: BooleanConstructor;
|
|
764
776
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
777
|
+
countTextColorDisabled: string;
|
|
765
778
|
countTextColor: string;
|
|
766
779
|
heightTiny: string;
|
|
767
780
|
heightSmall: string;
|
|
@@ -822,6 +835,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
822
835
|
clearSize: string;
|
|
823
836
|
}, any>>;
|
|
824
837
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
838
|
+
countTextColorDisabled: string;
|
|
825
839
|
countTextColor: string;
|
|
826
840
|
heightTiny: string;
|
|
827
841
|
heightSmall: string;
|
|
@@ -882,6 +896,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
882
896
|
clearSize: string;
|
|
883
897
|
}, any>>>;
|
|
884
898
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
899
|
+
countTextColorDisabled: string;
|
|
885
900
|
countTextColor: string;
|
|
886
901
|
heightTiny: string;
|
|
887
902
|
heightSmall: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createBlock, unref, normalizeClass, createCommentVNode } from 'vue';
|
|
2
2
|
import { useMessage, NDatePicker } from 'naive-ui';
|
|
3
3
|
import 'moment';
|
|
4
|
-
import { useItemDefault } from '../hooks/
|
|
5
|
-
import { useDateType } from '../hooks/
|
|
4
|
+
import { useItemDefault } from '../hooks/useItemDefault2.js';
|
|
5
|
+
import { useDateType } from '../hooks/useDateType2.js';
|
|
6
6
|
import 'xe-utils';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|