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
|
@@ -250,6 +250,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
250
|
calendarRightPaddingYearrange: string;
|
|
251
251
|
}, {
|
|
252
252
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
253
|
+
countTextColorDisabled: string;
|
|
253
254
|
countTextColor: string;
|
|
254
255
|
heightTiny: string;
|
|
255
256
|
heightSmall: string;
|
|
@@ -739,6 +740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
739
740
|
rippleDuration: string;
|
|
740
741
|
}, any>;
|
|
741
742
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
743
|
+
countTextColorDisabled: string;
|
|
742
744
|
countTextColor: string;
|
|
743
745
|
heightTiny: string;
|
|
744
746
|
heightSmall: string;
|
|
@@ -868,6 +870,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
868
870
|
calendarRightPaddingYearrange: string;
|
|
869
871
|
}, {
|
|
870
872
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
873
|
+
countTextColorDisabled: string;
|
|
871
874
|
countTextColor: string;
|
|
872
875
|
heightTiny: string;
|
|
873
876
|
heightSmall: string;
|
|
@@ -1357,6 +1360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1357
1360
|
rippleDuration: string;
|
|
1358
1361
|
}, any>;
|
|
1359
1362
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1363
|
+
countTextColorDisabled: string;
|
|
1360
1364
|
countTextColor: string;
|
|
1361
1365
|
heightTiny: string;
|
|
1362
1366
|
heightSmall: string;
|
|
@@ -1486,6 +1490,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1486
1490
|
calendarRightPaddingYearrange: string;
|
|
1487
1491
|
}, {
|
|
1488
1492
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1493
|
+
countTextColorDisabled: string;
|
|
1489
1494
|
countTextColor: string;
|
|
1490
1495
|
heightTiny: string;
|
|
1491
1496
|
heightSmall: string;
|
|
@@ -1975,6 +1980,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1975
1980
|
rippleDuration: string;
|
|
1976
1981
|
}, any>;
|
|
1977
1982
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1983
|
+
countTextColorDisabled: string;
|
|
1978
1984
|
countTextColor: string;
|
|
1979
1985
|
heightTiny: string;
|
|
1980
1986
|
heightSmall: string;
|
|
@@ -2148,6 +2154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2148
2154
|
select: () => void;
|
|
2149
2155
|
activate: () => void;
|
|
2150
2156
|
deactivate: () => void;
|
|
2157
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2151
2158
|
} | null>;
|
|
2152
2159
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2153
2160
|
displayTime: import("vue").Ref<string>;
|
|
@@ -2351,6 +2358,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2351
2358
|
};
|
|
2352
2359
|
peers: {
|
|
2353
2360
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2361
|
+
countTextColorDisabled: string;
|
|
2354
2362
|
countTextColor: string;
|
|
2355
2363
|
heightTiny: string;
|
|
2356
2364
|
heightSmall: string;
|
|
@@ -2840,6 +2848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2840
2848
|
rippleDuration: string;
|
|
2841
2849
|
}, any>;
|
|
2842
2850
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2851
|
+
countTextColorDisabled: string;
|
|
2843
2852
|
countTextColor: string;
|
|
2844
2853
|
heightTiny: string;
|
|
2845
2854
|
heightSmall: string;
|
|
@@ -3127,6 +3136,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3127
3136
|
rippleDuration: string;
|
|
3128
3137
|
}, any>> | undefined;
|
|
3129
3138
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3139
|
+
countTextColorDisabled: string;
|
|
3130
3140
|
countTextColor: string;
|
|
3131
3141
|
heightTiny: string;
|
|
3132
3142
|
heightSmall: string;
|
|
@@ -3198,8 +3208,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3198
3208
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
3199
3209
|
triggerCssVars: import("vue").ComputedRef<{
|
|
3200
3210
|
'--n-bezier': string;
|
|
3201
|
-
'--n-icon-color': string;
|
|
3202
|
-
'--n-icon-color-disabled': string;
|
|
3211
|
+
'--n-icon-color-override': string;
|
|
3212
|
+
'--n-icon-color-disabled-override': string;
|
|
3203
3213
|
}> | undefined;
|
|
3204
3214
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
3205
3215
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -3382,6 +3392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3382
3392
|
calendarRightPaddingYearrange: string;
|
|
3383
3393
|
}, {
|
|
3384
3394
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3395
|
+
countTextColorDisabled: string;
|
|
3385
3396
|
countTextColor: string;
|
|
3386
3397
|
heightTiny: string;
|
|
3387
3398
|
heightSmall: string;
|
|
@@ -3871,6 +3882,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3871
3882
|
rippleDuration: string;
|
|
3872
3883
|
}, any>;
|
|
3873
3884
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3885
|
+
countTextColorDisabled: string;
|
|
3874
3886
|
countTextColor: string;
|
|
3875
3887
|
heightTiny: string;
|
|
3876
3888
|
heightSmall: string;
|
|
@@ -4000,6 +4012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4000
4012
|
calendarRightPaddingYearrange: string;
|
|
4001
4013
|
}, {
|
|
4002
4014
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4015
|
+
countTextColorDisabled: string;
|
|
4003
4016
|
countTextColor: string;
|
|
4004
4017
|
heightTiny: string;
|
|
4005
4018
|
heightSmall: string;
|
|
@@ -4489,6 +4502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4489
4502
|
rippleDuration: string;
|
|
4490
4503
|
}, any>;
|
|
4491
4504
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4505
|
+
countTextColorDisabled: string;
|
|
4492
4506
|
countTextColor: string;
|
|
4493
4507
|
heightTiny: string;
|
|
4494
4508
|
heightSmall: string;
|
|
@@ -4618,6 +4632,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4618
4632
|
calendarRightPaddingYearrange: string;
|
|
4619
4633
|
}, {
|
|
4620
4634
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4635
|
+
countTextColorDisabled: string;
|
|
4621
4636
|
countTextColor: string;
|
|
4622
4637
|
heightTiny: string;
|
|
4623
4638
|
heightSmall: string;
|
|
@@ -5107,6 +5122,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5107
5122
|
rippleDuration: string;
|
|
5108
5123
|
}, any>;
|
|
5109
5124
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5125
|
+
countTextColorDisabled: string;
|
|
5110
5126
|
countTextColor: string;
|
|
5111
5127
|
heightTiny: string;
|
|
5112
5128
|
heightSmall: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, Fragment, createCommentVNode, unref, createBlock, normalizeClass, createSlots, withCtx, createVNode } from 'vue';
|
|
2
2
|
import { useMessage } from 'naive-ui';
|
|
3
|
-
import { useSearch } from '../hooks/
|
|
3
|
+
import { useSearch } from '../hooks/useSearch2.js';
|
|
4
4
|
import script from '../../../../shared/components/SelectPage/SelectPage.js';
|
|
5
5
|
import axios from 'axios';
|
|
6
6
|
|
|
@@ -346,6 +346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
346
346
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
347
347
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
348
348
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
349
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
349
350
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
350
351
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
351
352
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1168,6 +1169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1168
1169
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1169
1170
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1170
1171
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1172
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1171
1173
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1172
1174
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1173
1175
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, createCommentVNode, createBlock, unref, normalizeClass, createSlots, withCtx, withModifiers, createVNode, Fragment, withDirectives, resolveDirective } from 'vue';
|
|
2
2
|
import { useMessage, NSelect } from 'naive-ui';
|
|
3
|
-
import { useSearch } from '../hooks/
|
|
3
|
+
import { useSearch } from '../hooks/useSearch2.js';
|
|
4
4
|
import script from '../../../../shared/components/SelectPage/SelectPage.js';
|
|
5
5
|
import axios from 'axios';
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, unref, openBlock, createBlock, normalizeClass, withCtx, createCommentVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { useMessage, 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 _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
@@ -245,6 +245,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
245
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
246
246
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
247
247
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
248
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
248
249
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
249
250
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
250
251
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1067,6 +1068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1067
1068
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1068
1069
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1069
1070
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1071
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1070
1072
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1071
1073
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1072
1074
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createBlock, unref, normalizeClass, withCtx, createCommentVNode } from 'vue';
|
|
2
2
|
import { useMessage, 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 _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
@@ -244,6 +244,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
244
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
245
245
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
246
246
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
247
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
247
248
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
248
249
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
249
250
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1066,6 +1067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1066
1067
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1067
1068
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1068
1069
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1070
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1069
1071
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1070
1072
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1071
1073
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, normalizeClass, 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 script from '../../../../shared/components/TextOverTooltip/TextOverTooltip.js';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -220,6 +220,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
default: undefined;
|
|
221
221
|
};
|
|
222
222
|
allowInput: PropType<(value: string) => boolean>;
|
|
223
|
+
renderCount: PropType<(props: {
|
|
224
|
+
value: string;
|
|
225
|
+
}) => import("vue").VNodeChild>;
|
|
223
226
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
224
227
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
225
228
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -248,6 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
248
251
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
249
252
|
showPasswordToggle: BooleanConstructor;
|
|
250
253
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
254
|
+
countTextColorDisabled: string;
|
|
251
255
|
countTextColor: string;
|
|
252
256
|
heightTiny: string;
|
|
253
257
|
heightSmall: string;
|
|
@@ -308,6 +312,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
308
312
|
clearSize: string;
|
|
309
313
|
}, any>>;
|
|
310
314
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
315
|
+
countTextColorDisabled: string;
|
|
311
316
|
countTextColor: string;
|
|
312
317
|
heightTiny: string;
|
|
313
318
|
heightSmall: string;
|
|
@@ -368,6 +373,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
373
|
clearSize: string;
|
|
369
374
|
}, any>>>;
|
|
370
375
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
376
|
+
countTextColorDisabled: string;
|
|
371
377
|
countTextColor: string;
|
|
372
378
|
heightTiny: string;
|
|
373
379
|
heightSmall: string;
|
|
@@ -596,6 +602,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
596
602
|
name: "common";
|
|
597
603
|
};
|
|
598
604
|
self: {
|
|
605
|
+
countTextColorDisabled: string;
|
|
599
606
|
countTextColor: string;
|
|
600
607
|
heightTiny: string;
|
|
601
608
|
heightSmall: string;
|
|
@@ -663,6 +670,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
663
670
|
cssVars: import("vue").ComputedRef<{
|
|
664
671
|
'--n-bezier': string;
|
|
665
672
|
'--n-count-text-color': string;
|
|
673
|
+
'--n-count-text-color-disabled': string;
|
|
666
674
|
'--n-color': string;
|
|
667
675
|
'--n-font-size': string;
|
|
668
676
|
'--n-border-radius': string;
|
|
@@ -717,6 +725,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
717
725
|
select: () => void;
|
|
718
726
|
activate: () => void;
|
|
719
727
|
deactivate: () => void;
|
|
728
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
720
729
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
721
730
|
bordered: {
|
|
722
731
|
type: PropType<boolean | undefined>;
|
|
@@ -776,6 +785,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
776
785
|
default: undefined;
|
|
777
786
|
};
|
|
778
787
|
allowInput: PropType<(value: string) => boolean>;
|
|
788
|
+
renderCount: PropType<(props: {
|
|
789
|
+
value: string;
|
|
790
|
+
}) => import("vue").VNodeChild>;
|
|
779
791
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
780
792
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
781
793
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -804,6 +816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
804
816
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
805
817
|
showPasswordToggle: BooleanConstructor;
|
|
806
818
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
819
|
+
countTextColorDisabled: string;
|
|
807
820
|
countTextColor: string;
|
|
808
821
|
heightTiny: string;
|
|
809
822
|
heightSmall: string;
|
|
@@ -864,6 +877,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
864
877
|
clearSize: string;
|
|
865
878
|
}, any>>;
|
|
866
879
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
880
|
+
countTextColorDisabled: string;
|
|
867
881
|
countTextColor: string;
|
|
868
882
|
heightTiny: string;
|
|
869
883
|
heightSmall: string;
|
|
@@ -924,6 +938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
924
938
|
clearSize: string;
|
|
925
939
|
}, any>>>;
|
|
926
940
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
941
|
+
countTextColorDisabled: string;
|
|
927
942
|
countTextColor: string;
|
|
928
943
|
heightTiny: string;
|
|
929
944
|
heightSmall: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, unref, normalizeClass } from 'vue';
|
|
2
2
|
import { useMessage, NTimePicker } 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
|
|
|
@@ -474,6 +474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
474
474
|
rippleDuration: string;
|
|
475
475
|
}, any>;
|
|
476
476
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
477
|
+
countTextColorDisabled: string;
|
|
477
478
|
countTextColor: string;
|
|
478
479
|
heightTiny: string;
|
|
479
480
|
heightSmall: string;
|
|
@@ -760,6 +761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
760
761
|
rippleDuration: string;
|
|
761
762
|
}, any>;
|
|
762
763
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
764
|
+
countTextColorDisabled: string;
|
|
763
765
|
countTextColor: string;
|
|
764
766
|
heightTiny: string;
|
|
765
767
|
heightSmall: string;
|
|
@@ -1046,6 +1048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1046
1048
|
rippleDuration: string;
|
|
1047
1049
|
}, any>;
|
|
1048
1050
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1051
|
+
countTextColorDisabled: string;
|
|
1049
1052
|
countTextColor: string;
|
|
1050
1053
|
heightTiny: string;
|
|
1051
1054
|
heightSmall: string;
|
|
@@ -1126,6 +1129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1126
1129
|
select: () => void;
|
|
1127
1130
|
activate: () => void;
|
|
1128
1131
|
deactivate: () => void;
|
|
1132
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
1129
1133
|
} | null>;
|
|
1130
1134
|
panelInstRef: import("vue").Ref<{
|
|
1131
1135
|
$el: HTMLElement;
|
|
@@ -1552,6 +1556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1552
1556
|
rippleDuration: string;
|
|
1553
1557
|
}, any>;
|
|
1554
1558
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1559
|
+
countTextColorDisabled: string;
|
|
1555
1560
|
countTextColor: string;
|
|
1556
1561
|
heightTiny: string;
|
|
1557
1562
|
heightSmall: string;
|
|
@@ -1631,8 +1636,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1631
1636
|
};
|
|
1632
1637
|
}>;
|
|
1633
1638
|
triggerCssVars: import("vue").ComputedRef<{
|
|
1634
|
-
'--n-icon-color': string;
|
|
1635
|
-
'--n-icon-color-disabled': string;
|
|
1639
|
+
'--n-icon-color-override': string;
|
|
1640
|
+
'--n-icon-color-disabled-override': string;
|
|
1636
1641
|
'--n-bezier': string;
|
|
1637
1642
|
}> | undefined;
|
|
1638
1643
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -1956,6 +1961,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1956
1961
|
rippleDuration: string;
|
|
1957
1962
|
}, any>;
|
|
1958
1963
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1964
|
+
countTextColorDisabled: string;
|
|
1959
1965
|
countTextColor: string;
|
|
1960
1966
|
heightTiny: string;
|
|
1961
1967
|
heightSmall: string;
|
|
@@ -2242,6 +2248,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2242
2248
|
rippleDuration: string;
|
|
2243
2249
|
}, any>;
|
|
2244
2250
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2251
|
+
countTextColorDisabled: string;
|
|
2245
2252
|
countTextColor: string;
|
|
2246
2253
|
heightTiny: string;
|
|
2247
2254
|
heightSmall: string;
|
|
@@ -2528,6 +2535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2528
2535
|
rippleDuration: string;
|
|
2529
2536
|
}, any>;
|
|
2530
2537
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2538
|
+
countTextColorDisabled: string;
|
|
2531
2539
|
countTextColor: string;
|
|
2532
2540
|
heightTiny: string;
|
|
2533
2541
|
heightSmall: string;
|
|
@@ -3,7 +3,7 @@ import axios from 'axios';
|
|
|
3
3
|
import { useMessage, NTreeSelect } from 'naive-ui';
|
|
4
4
|
import 'moment';
|
|
5
5
|
import 'xe-utils';
|
|
6
|
-
import { useSearch } from '../hooks/
|
|
6
|
+
import { useSearch } from '../hooks/useSearch2.js';
|
|
7
7
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|
|
9
9
|
const _hoisted_1 = { class: "tableTreeSelect" };
|
|
@@ -305,6 +305,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
305
|
readonly type: StringConstructor;
|
|
306
306
|
readonly default: "children";
|
|
307
307
|
};
|
|
308
|
+
readonly disabledField: {
|
|
309
|
+
readonly type: StringConstructor;
|
|
310
|
+
readonly default: "disabled";
|
|
311
|
+
};
|
|
308
312
|
readonly defaultExpandedKeys: {
|
|
309
313
|
readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
310
314
|
readonly default: () => never[];
|
|
@@ -1267,6 +1271,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1267
1271
|
readonly type: StringConstructor;
|
|
1268
1272
|
readonly default: "children";
|
|
1269
1273
|
};
|
|
1274
|
+
readonly disabledField: {
|
|
1275
|
+
readonly type: StringConstructor;
|
|
1276
|
+
readonly default: "disabled";
|
|
1277
|
+
};
|
|
1270
1278
|
readonly defaultExpandedKeys: {
|
|
1271
1279
|
readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
1272
1280
|
readonly default: () => never[];
|
|
@@ -1821,6 +1829,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1821
1829
|
readonly allowCheckingNotLoaded: boolean;
|
|
1822
1830
|
readonly cascade: boolean;
|
|
1823
1831
|
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
1832
|
+
readonly disabledField: string;
|
|
1824
1833
|
readonly leafOnly: boolean;
|
|
1825
1834
|
readonly showPath: boolean;
|
|
1826
1835
|
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
@@ -1,67 +1 @@
|
|
|
1
|
-
|
|
2
|
-
comTypeMap: {
|
|
3
|
-
INPUT: "tableInput",
|
|
4
|
-
DIGITAL: "tableDigital",
|
|
5
|
-
TEXTAREA: "tableTextarea",
|
|
6
|
-
RADIO: "tableSelect",
|
|
7
|
-
RADIO_BLOCK: "tableSelect",
|
|
8
|
-
CHECKBOX_BLOCK: "tableSelectMultiple",
|
|
9
|
-
CHECKBOX: "tableSelectMultiple",
|
|
10
|
-
SEARCH: "tableSearch",
|
|
11
|
-
SEARCH_MORE: "tableSearchMore",
|
|
12
|
-
DATE: "tableDatePicker",
|
|
13
|
-
"DATE-INPUT": "tableDatePicker",
|
|
14
|
-
"DATETIME-INPUT": "tableDatePicker",
|
|
15
|
-
SELECT: "tableSelect",
|
|
16
|
-
PHONE_TYPE: "tableSelect",
|
|
17
|
-
IDCARD_TYPE: "tableSelect",
|
|
18
|
-
tableMonthPicker: "tableMonthPicker",
|
|
19
|
-
tableTimePicker: "tableTimePicker",
|
|
20
|
-
tableDatePicker: "tableDatePicker",
|
|
21
|
-
tableSelect: "tableSelect",
|
|
22
|
-
tableInputPassword: "tableInputPassword",
|
|
23
|
-
tableSelectMultiple: "tableSelectMultiple",
|
|
24
|
-
AGE: "tableAge"
|
|
25
|
-
},
|
|
26
|
-
getComName(v = {}) {
|
|
27
|
-
const { isMonthPicker_com, isDate_com, isTimePicker_com, isSelect_com, isPassword_com, isTreeSelect_com } = this;
|
|
28
|
-
const { comTypeMap } = configData;
|
|
29
|
-
if (isDate_com(v.html_type)) {
|
|
30
|
-
if (isMonthPicker_com(v))
|
|
31
|
-
return "tableMonthPicker";
|
|
32
|
-
if (isTimePicker_com(v))
|
|
33
|
-
return "tableTimePicker";
|
|
34
|
-
return "tableDatePicker";
|
|
35
|
-
}
|
|
36
|
-
if (isSelect_com(v))
|
|
37
|
-
return "tableSelect";
|
|
38
|
-
if (isTreeSelect_com(v))
|
|
39
|
-
return "tableTreeSelect";
|
|
40
|
-
const res = comTypeMap[v.html_type];
|
|
41
|
-
if (res) {
|
|
42
|
-
return res;
|
|
43
|
-
}
|
|
44
|
-
return "tableInput";
|
|
45
|
-
},
|
|
46
|
-
isMonthPicker_com(v) {
|
|
47
|
-
return v.date_format && v.date_format.replace(/yyyy-MM/gi, "YYYY-MM") == "YYYY-MM";
|
|
48
|
-
},
|
|
49
|
-
isDate_com(key) {
|
|
50
|
-
return key === "DATE" || key === "DATE-INPUT" || key === "DATETIME-INPUT";
|
|
51
|
-
},
|
|
52
|
-
isTimePicker_com(v) {
|
|
53
|
-
return v.html_type == "TIME-INPUT" || v.date_format == "HH:mm:ss" || v.date_format == "HH:mm";
|
|
54
|
-
},
|
|
55
|
-
isSelect_com(v) {
|
|
56
|
-
return ["SELECT", "PHONE_TYPE", "IDCARD_TYPE"].includes(v.html_type);
|
|
57
|
-
},
|
|
58
|
-
isPassword_com(v) {
|
|
59
|
-
var _a;
|
|
60
|
-
return (((_a = v == null ? void 0 : v.validate) == null ? void 0 : _a.obj_type) || "") === "password";
|
|
61
|
-
},
|
|
62
|
-
isTreeSelect_com(v) {
|
|
63
|
-
return ((v == null ? void 0 : v.show_type) || "") == "tree" && (v == null ? void 0 : v.html_type) == "SEARCH";
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export { configData as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
const configData = {
|
|
2
|
+
comTypeMap: {
|
|
3
|
+
INPUT: "tableInput",
|
|
4
|
+
DIGITAL: "tableDigital",
|
|
5
|
+
TEXTAREA: "tableTextarea",
|
|
6
|
+
RADIO: "tableSelect",
|
|
7
|
+
RADIO_BLOCK: "tableSelect",
|
|
8
|
+
CHECKBOX_BLOCK: "tableSelectMultiple",
|
|
9
|
+
CHECKBOX: "tableSelectMultiple",
|
|
10
|
+
SEARCH: "tableSearch",
|
|
11
|
+
SEARCH_MORE: "tableSearchMore",
|
|
12
|
+
DATE: "tableDatePicker",
|
|
13
|
+
"DATE-INPUT": "tableDatePicker",
|
|
14
|
+
"DATETIME-INPUT": "tableDatePicker",
|
|
15
|
+
SELECT: "tableSelect",
|
|
16
|
+
PHONE_TYPE: "tableSelect",
|
|
17
|
+
IDCARD_TYPE: "tableSelect",
|
|
18
|
+
tableMonthPicker: "tableMonthPicker",
|
|
19
|
+
tableTimePicker: "tableTimePicker",
|
|
20
|
+
tableDatePicker: "tableDatePicker",
|
|
21
|
+
tableSelect: "tableSelect",
|
|
22
|
+
tableInputPassword: "tableInputPassword",
|
|
23
|
+
tableSelectMultiple: "tableSelectMultiple",
|
|
24
|
+
AGE: "tableAge"
|
|
25
|
+
},
|
|
26
|
+
getComName(v = {}) {
|
|
27
|
+
const { isMonthPicker_com, isDate_com, isTimePicker_com, isSelect_com, isPassword_com, isTreeSelect_com } = this;
|
|
28
|
+
const { comTypeMap } = configData;
|
|
29
|
+
if (isDate_com(v.html_type)) {
|
|
30
|
+
if (isMonthPicker_com(v))
|
|
31
|
+
return "tableMonthPicker";
|
|
32
|
+
if (isTimePicker_com(v))
|
|
33
|
+
return "tableTimePicker";
|
|
34
|
+
return "tableDatePicker";
|
|
35
|
+
}
|
|
36
|
+
if (isSelect_com(v))
|
|
37
|
+
return "tableSelect";
|
|
38
|
+
if (isTreeSelect_com(v))
|
|
39
|
+
return "tableTreeSelect";
|
|
40
|
+
const res = comTypeMap[v.html_type];
|
|
41
|
+
if (res) {
|
|
42
|
+
return res;
|
|
43
|
+
}
|
|
44
|
+
return "tableInput";
|
|
45
|
+
},
|
|
46
|
+
isMonthPicker_com(v) {
|
|
47
|
+
return v.date_format && v.date_format.replace(/yyyy-MM/gi, "YYYY-MM") == "YYYY-MM";
|
|
48
|
+
},
|
|
49
|
+
isDate_com(key) {
|
|
50
|
+
return key === "DATE" || key === "DATE-INPUT" || key === "DATETIME-INPUT";
|
|
51
|
+
},
|
|
52
|
+
isTimePicker_com(v) {
|
|
53
|
+
return v.html_type == "TIME-INPUT" || v.date_format == "HH:mm:ss" || v.date_format == "HH:mm";
|
|
54
|
+
},
|
|
55
|
+
isSelect_com(v) {
|
|
56
|
+
return ["SELECT", "PHONE_TYPE", "IDCARD_TYPE"].includes(v.html_type);
|
|
57
|
+
},
|
|
58
|
+
isPassword_com(v) {
|
|
59
|
+
var _a;
|
|
60
|
+
return (((_a = v == null ? void 0 : v.validate) == null ? void 0 : _a.obj_type) || "") === "password";
|
|
61
|
+
},
|
|
62
|
+
isTreeSelect_com(v) {
|
|
63
|
+
return ((v == null ? void 0 : v.show_type) || "") == "tree" && (v == null ? void 0 : v.html_type) == "SEARCH";
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
export { configData as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useBoundDate } from './
|
|
2
|
-
export { useItemDefault } from './
|
|
3
|
-
export { useValidate } from './
|
|
4
|
-
export { useDateType } from './
|
|
5
|
-
export { useSearch } from './
|
|
1
|
+
export { useBoundDate } from './useBoundDate2.js';
|
|
2
|
+
export { useItemDefault } from './useItemDefault2.js';
|
|
3
|
+
export { useValidate } from './useValidate2.js';
|
|
4
|
+
export { useDateType } from './useDateType2.js';
|
|
5
|
+
export { useSearch } from './useSearch2.js';
|