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
|
@@ -2017,6 +2017,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2017
2017
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
2018
2018
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2019
2019
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
2020
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
2020
2021
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2021
2022
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2022
2023
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -2839,6 +2840,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2839
2840
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
2840
2841
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2841
2842
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
2843
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
2842
2844
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2843
2845
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2844
2846
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -3326,6 +3328,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3326
3328
|
default: undefined;
|
|
3327
3329
|
};
|
|
3328
3330
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3331
|
+
renderCount: import("vue").PropType<(props: {
|
|
3332
|
+
value: string;
|
|
3333
|
+
}) => import("vue").VNodeChild>;
|
|
3329
3334
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3330
3335
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3331
3336
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3354,6 +3359,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3354
3359
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3355
3360
|
showPasswordToggle: BooleanConstructor;
|
|
3356
3361
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3362
|
+
countTextColorDisabled: string;
|
|
3357
3363
|
countTextColor: string;
|
|
3358
3364
|
heightTiny: string;
|
|
3359
3365
|
heightSmall: string;
|
|
@@ -3414,6 +3420,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3414
3420
|
clearSize: string;
|
|
3415
3421
|
}, any>>;
|
|
3416
3422
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3423
|
+
countTextColorDisabled: string;
|
|
3417
3424
|
countTextColor: string;
|
|
3418
3425
|
heightTiny: string;
|
|
3419
3426
|
heightSmall: string;
|
|
@@ -3474,6 +3481,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3474
3481
|
clearSize: string;
|
|
3475
3482
|
}, any>>>;
|
|
3476
3483
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3484
|
+
countTextColorDisabled: string;
|
|
3477
3485
|
countTextColor: string;
|
|
3478
3486
|
heightTiny: string;
|
|
3479
3487
|
heightSmall: string;
|
|
@@ -3702,6 +3710,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3702
3710
|
name: "common";
|
|
3703
3711
|
};
|
|
3704
3712
|
self: {
|
|
3713
|
+
countTextColorDisabled: string;
|
|
3705
3714
|
countTextColor: string;
|
|
3706
3715
|
heightTiny: string;
|
|
3707
3716
|
heightSmall: string;
|
|
@@ -3769,6 +3778,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3769
3778
|
cssVars: import("vue").ComputedRef<{
|
|
3770
3779
|
'--n-bezier': string;
|
|
3771
3780
|
'--n-count-text-color': string;
|
|
3781
|
+
'--n-count-text-color-disabled': string;
|
|
3772
3782
|
'--n-color': string;
|
|
3773
3783
|
'--n-font-size': string;
|
|
3774
3784
|
'--n-border-radius': string;
|
|
@@ -3823,6 +3833,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3823
3833
|
select: () => void;
|
|
3824
3834
|
activate: () => void;
|
|
3825
3835
|
deactivate: () => void;
|
|
3836
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
3826
3837
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3827
3838
|
bordered: {
|
|
3828
3839
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -3882,6 +3893,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3882
3893
|
default: undefined;
|
|
3883
3894
|
};
|
|
3884
3895
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3896
|
+
renderCount: import("vue").PropType<(props: {
|
|
3897
|
+
value: string;
|
|
3898
|
+
}) => import("vue").VNodeChild>;
|
|
3885
3899
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3886
3900
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3887
3901
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3910,6 +3924,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3910
3924
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3911
3925
|
showPasswordToggle: BooleanConstructor;
|
|
3912
3926
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3927
|
+
countTextColorDisabled: string;
|
|
3913
3928
|
countTextColor: string;
|
|
3914
3929
|
heightTiny: string;
|
|
3915
3930
|
heightSmall: string;
|
|
@@ -3970,6 +3985,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3970
3985
|
clearSize: string;
|
|
3971
3986
|
}, any>>;
|
|
3972
3987
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3988
|
+
countTextColorDisabled: string;
|
|
3973
3989
|
countTextColor: string;
|
|
3974
3990
|
heightTiny: string;
|
|
3975
3991
|
heightSmall: string;
|
|
@@ -4030,6 +4046,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4030
4046
|
clearSize: string;
|
|
4031
4047
|
}, any>>>;
|
|
4032
4048
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4049
|
+
countTextColorDisabled: string;
|
|
4033
4050
|
countTextColor: string;
|
|
4034
4051
|
heightTiny: string;
|
|
4035
4052
|
heightSmall: string;
|
|
@@ -4133,7 +4150,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4133
4150
|
};
|
|
4134
4151
|
min: (NumberConstructor | StringConstructor)[];
|
|
4135
4152
|
max: (NumberConstructor | StringConstructor)[];
|
|
4136
|
-
size: import("vue").PropType<"
|
|
4153
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
4137
4154
|
disabled: {
|
|
4138
4155
|
type: import("vue").PropType<boolean | undefined>;
|
|
4139
4156
|
default: undefined;
|
|
@@ -4382,6 +4399,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4382
4399
|
rippleDuration: string;
|
|
4383
4400
|
}, any>;
|
|
4384
4401
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4402
|
+
countTextColorDisabled: string;
|
|
4385
4403
|
countTextColor: string;
|
|
4386
4404
|
heightTiny: string;
|
|
4387
4405
|
heightSmall: string;
|
|
@@ -4650,6 +4668,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4650
4668
|
rippleDuration: string;
|
|
4651
4669
|
}, any>;
|
|
4652
4670
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4671
|
+
countTextColorDisabled: string;
|
|
4653
4672
|
countTextColor: string;
|
|
4654
4673
|
heightTiny: string;
|
|
4655
4674
|
heightSmall: string;
|
|
@@ -4918,6 +4937,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4918
4937
|
rippleDuration: string;
|
|
4919
4938
|
}, any>;
|
|
4920
4939
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4940
|
+
countTextColorDisabled: string;
|
|
4921
4941
|
countTextColor: string;
|
|
4922
4942
|
heightTiny: string;
|
|
4923
4943
|
heightSmall: string;
|
|
@@ -4990,6 +5010,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4990
5010
|
select: () => void;
|
|
4991
5011
|
activate: () => void;
|
|
4992
5012
|
deactivate: () => void;
|
|
5013
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4993
5014
|
} | null>;
|
|
4994
5015
|
minusButtonInstRef: import("vue").Ref<{
|
|
4995
5016
|
$el: HTMLElement;
|
|
@@ -5003,7 +5024,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5003
5024
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
5004
5025
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
5005
5026
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
5006
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
5027
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
5007
5028
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
5008
5029
|
displayedValue: import("vue").Ref<string>;
|
|
5009
5030
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -5334,6 +5355,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5334
5355
|
rippleDuration: string;
|
|
5335
5356
|
}, any>;
|
|
5336
5357
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5358
|
+
countTextColorDisabled: string;
|
|
5337
5359
|
countTextColor: string;
|
|
5338
5360
|
heightTiny: string;
|
|
5339
5361
|
heightSmall: string;
|
|
@@ -5436,7 +5458,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5436
5458
|
};
|
|
5437
5459
|
min: (NumberConstructor | StringConstructor)[];
|
|
5438
5460
|
max: (NumberConstructor | StringConstructor)[];
|
|
5439
|
-
size: import("vue").PropType<"
|
|
5461
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
5440
5462
|
disabled: {
|
|
5441
5463
|
type: import("vue").PropType<boolean | undefined>;
|
|
5442
5464
|
default: undefined;
|
|
@@ -5685,6 +5707,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5685
5707
|
rippleDuration: string;
|
|
5686
5708
|
}, any>;
|
|
5687
5709
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5710
|
+
countTextColorDisabled: string;
|
|
5688
5711
|
countTextColor: string;
|
|
5689
5712
|
heightTiny: string;
|
|
5690
5713
|
heightSmall: string;
|
|
@@ -5953,6 +5976,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5953
5976
|
rippleDuration: string;
|
|
5954
5977
|
}, any>;
|
|
5955
5978
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5979
|
+
countTextColorDisabled: string;
|
|
5956
5980
|
countTextColor: string;
|
|
5957
5981
|
heightTiny: string;
|
|
5958
5982
|
heightSmall: string;
|
|
@@ -6221,6 +6245,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6221
6245
|
rippleDuration: string;
|
|
6222
6246
|
}, any>;
|
|
6223
6247
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6248
|
+
countTextColorDisabled: string;
|
|
6224
6249
|
countTextColor: string;
|
|
6225
6250
|
heightTiny: string;
|
|
6226
6251
|
heightSmall: string;
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FieldSet.js';
|
|
4
|
-
|
|
5
|
-
const FieldSet = script;
|
|
6
|
-
FieldSet.install = function(app) {
|
|
7
|
-
safeComponentRegister(app, FieldSet, COMPONENT_NAMESPACE + "FieldSet");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { FieldSet as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../shared/global/variable2.js';
|
|
2
|
+
import { safeComponentRegister } from '../../shared/utils/index2.js';
|
|
3
|
+
import script from './src/FieldSet.js';
|
|
4
|
+
|
|
5
|
+
const FieldSet = script;
|
|
6
|
+
FieldSet.install = function(app) {
|
|
7
|
+
safeComponentRegister(app, FieldSet, COMPONENT_NAMESPACE + "FieldSet");
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { FieldSet as default };
|
|
@@ -1993,6 +1993,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1993
1993
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1994
1994
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1995
1995
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1996
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1996
1997
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1997
1998
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1998
1999
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -2815,6 +2816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2815
2816
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
2816
2817
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2817
2818
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
2819
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
2818
2820
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2819
2821
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2820
2822
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -3302,6 +3304,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3302
3304
|
default: undefined;
|
|
3303
3305
|
};
|
|
3304
3306
|
allowInput: PropType<(value: string) => boolean>;
|
|
3307
|
+
renderCount: PropType<(props: {
|
|
3308
|
+
value: string;
|
|
3309
|
+
}) => import("vue").VNodeChild>;
|
|
3305
3310
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
3306
3311
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
3307
3312
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3330,6 +3335,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3330
3335
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3331
3336
|
showPasswordToggle: BooleanConstructor;
|
|
3332
3337
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3338
|
+
countTextColorDisabled: string;
|
|
3333
3339
|
countTextColor: string;
|
|
3334
3340
|
heightTiny: string;
|
|
3335
3341
|
heightSmall: string;
|
|
@@ -3390,6 +3396,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3396
|
clearSize: string;
|
|
3391
3397
|
}, any>>;
|
|
3392
3398
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3399
|
+
countTextColorDisabled: string;
|
|
3393
3400
|
countTextColor: string;
|
|
3394
3401
|
heightTiny: string;
|
|
3395
3402
|
heightSmall: string;
|
|
@@ -3450,6 +3457,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3450
3457
|
clearSize: string;
|
|
3451
3458
|
}, any>>>;
|
|
3452
3459
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3460
|
+
countTextColorDisabled: string;
|
|
3453
3461
|
countTextColor: string;
|
|
3454
3462
|
heightTiny: string;
|
|
3455
3463
|
heightSmall: string;
|
|
@@ -3678,6 +3686,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3678
3686
|
name: "common";
|
|
3679
3687
|
};
|
|
3680
3688
|
self: {
|
|
3689
|
+
countTextColorDisabled: string;
|
|
3681
3690
|
countTextColor: string;
|
|
3682
3691
|
heightTiny: string;
|
|
3683
3692
|
heightSmall: string;
|
|
@@ -3745,6 +3754,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3745
3754
|
cssVars: import("vue").ComputedRef<{
|
|
3746
3755
|
'--n-bezier': string;
|
|
3747
3756
|
'--n-count-text-color': string;
|
|
3757
|
+
'--n-count-text-color-disabled': string;
|
|
3748
3758
|
'--n-color': string;
|
|
3749
3759
|
'--n-font-size': string;
|
|
3750
3760
|
'--n-border-radius': string;
|
|
@@ -3799,6 +3809,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3799
3809
|
select: () => void;
|
|
3800
3810
|
activate: () => void;
|
|
3801
3811
|
deactivate: () => void;
|
|
3812
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
3802
3813
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3803
3814
|
bordered: {
|
|
3804
3815
|
type: PropType<boolean | undefined>;
|
|
@@ -3858,6 +3869,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3858
3869
|
default: undefined;
|
|
3859
3870
|
};
|
|
3860
3871
|
allowInput: PropType<(value: string) => boolean>;
|
|
3872
|
+
renderCount: PropType<(props: {
|
|
3873
|
+
value: string;
|
|
3874
|
+
}) => import("vue").VNodeChild>;
|
|
3861
3875
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
3862
3876
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
3863
3877
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3886,6 +3900,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3886
3900
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3887
3901
|
showPasswordToggle: BooleanConstructor;
|
|
3888
3902
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3903
|
+
countTextColorDisabled: string;
|
|
3889
3904
|
countTextColor: string;
|
|
3890
3905
|
heightTiny: string;
|
|
3891
3906
|
heightSmall: string;
|
|
@@ -3946,6 +3961,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3946
3961
|
clearSize: string;
|
|
3947
3962
|
}, any>>;
|
|
3948
3963
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3964
|
+
countTextColorDisabled: string;
|
|
3949
3965
|
countTextColor: string;
|
|
3950
3966
|
heightTiny: string;
|
|
3951
3967
|
heightSmall: string;
|
|
@@ -4006,6 +4022,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4006
4022
|
clearSize: string;
|
|
4007
4023
|
}, any>>>;
|
|
4008
4024
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4025
|
+
countTextColorDisabled: string;
|
|
4009
4026
|
countTextColor: string;
|
|
4010
4027
|
heightTiny: string;
|
|
4011
4028
|
heightSmall: string;
|
|
@@ -4109,7 +4126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4109
4126
|
};
|
|
4110
4127
|
min: (NumberConstructor | StringConstructor)[];
|
|
4111
4128
|
max: (NumberConstructor | StringConstructor)[];
|
|
4112
|
-
size: PropType<"
|
|
4129
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
4113
4130
|
disabled: {
|
|
4114
4131
|
type: PropType<boolean | undefined>;
|
|
4115
4132
|
default: undefined;
|
|
@@ -4358,6 +4375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4358
4375
|
rippleDuration: string;
|
|
4359
4376
|
}, any>;
|
|
4360
4377
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4378
|
+
countTextColorDisabled: string;
|
|
4361
4379
|
countTextColor: string;
|
|
4362
4380
|
heightTiny: string;
|
|
4363
4381
|
heightSmall: string;
|
|
@@ -4626,6 +4644,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4626
4644
|
rippleDuration: string;
|
|
4627
4645
|
}, any>;
|
|
4628
4646
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4647
|
+
countTextColorDisabled: string;
|
|
4629
4648
|
countTextColor: string;
|
|
4630
4649
|
heightTiny: string;
|
|
4631
4650
|
heightSmall: string;
|
|
@@ -4894,6 +4913,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4894
4913
|
rippleDuration: string;
|
|
4895
4914
|
}, any>;
|
|
4896
4915
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4916
|
+
countTextColorDisabled: string;
|
|
4897
4917
|
countTextColor: string;
|
|
4898
4918
|
heightTiny: string;
|
|
4899
4919
|
heightSmall: string;
|
|
@@ -4966,6 +4986,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4966
4986
|
select: () => void;
|
|
4967
4987
|
activate: () => void;
|
|
4968
4988
|
deactivate: () => void;
|
|
4989
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4969
4990
|
} | null>;
|
|
4970
4991
|
minusButtonInstRef: import("vue").Ref<{
|
|
4971
4992
|
$el: HTMLElement;
|
|
@@ -4979,7 +5000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4979
5000
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
4980
5001
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
4981
5002
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
4982
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
5003
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
4983
5004
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4984
5005
|
displayedValue: import("vue").Ref<string>;
|
|
4985
5006
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -5310,6 +5331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5310
5331
|
rippleDuration: string;
|
|
5311
5332
|
}, any>;
|
|
5312
5333
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5334
|
+
countTextColorDisabled: string;
|
|
5313
5335
|
countTextColor: string;
|
|
5314
5336
|
heightTiny: string;
|
|
5315
5337
|
heightSmall: string;
|
|
@@ -5412,7 +5434,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5412
5434
|
};
|
|
5413
5435
|
min: (NumberConstructor | StringConstructor)[];
|
|
5414
5436
|
max: (NumberConstructor | StringConstructor)[];
|
|
5415
|
-
size: PropType<"
|
|
5437
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
5416
5438
|
disabled: {
|
|
5417
5439
|
type: PropType<boolean | undefined>;
|
|
5418
5440
|
default: undefined;
|
|
@@ -5661,6 +5683,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5661
5683
|
rippleDuration: string;
|
|
5662
5684
|
}, any>;
|
|
5663
5685
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5686
|
+
countTextColorDisabled: string;
|
|
5664
5687
|
countTextColor: string;
|
|
5665
5688
|
heightTiny: string;
|
|
5666
5689
|
heightSmall: string;
|
|
@@ -5929,6 +5952,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5929
5952
|
rippleDuration: string;
|
|
5930
5953
|
}, any>;
|
|
5931
5954
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5955
|
+
countTextColorDisabled: string;
|
|
5932
5956
|
countTextColor: string;
|
|
5933
5957
|
heightTiny: string;
|
|
5934
5958
|
heightSmall: string;
|
|
@@ -6197,6 +6221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6197
6221
|
rippleDuration: string;
|
|
6198
6222
|
}, any>;
|
|
6199
6223
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6224
|
+
countTextColorDisabled: string;
|
|
6200
6225
|
countTextColor: string;
|
|
6201
6226
|
heightTiny: string;
|
|
6202
6227
|
heightSmall: string;
|
|
@@ -6266,10 +6266,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6266
6266
|
confirm: string;
|
|
6267
6267
|
clear: string;
|
|
6268
6268
|
};
|
|
6269
|
-
|
|
6269
|
+
LegacyTransfer: {
|
|
6270
6270
|
sourceTitle: string;
|
|
6271
6271
|
targetTitle: string;
|
|
6272
6272
|
};
|
|
6273
|
+
Transfer: {
|
|
6274
|
+
selectAll: string;
|
|
6275
|
+
unselectAll: string;
|
|
6276
|
+
clearAll: string;
|
|
6277
|
+
total: (num: number) => string;
|
|
6278
|
+
selected: (num: number) => string;
|
|
6279
|
+
};
|
|
6273
6280
|
Empty: {
|
|
6274
6281
|
description: string;
|
|
6275
6282
|
};
|
|
@@ -6413,10 +6420,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6413
6420
|
confirm: string;
|
|
6414
6421
|
clear: string;
|
|
6415
6422
|
};
|
|
6416
|
-
|
|
6423
|
+
LegacyTransfer: {
|
|
6417
6424
|
sourceTitle: string;
|
|
6418
6425
|
targetTitle: string;
|
|
6419
6426
|
};
|
|
6427
|
+
Transfer: {
|
|
6428
|
+
selectAll: string;
|
|
6429
|
+
unselectAll: string;
|
|
6430
|
+
clearAll: string;
|
|
6431
|
+
total: (num: number) => string;
|
|
6432
|
+
selected: (num: number) => string;
|
|
6433
|
+
};
|
|
6420
6434
|
Empty: {
|
|
6421
6435
|
description: string;
|
|
6422
6436
|
};
|
|
@@ -8775,6 +8789,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8775
8789
|
colorPopover: string;
|
|
8776
8790
|
colorTarget: string;
|
|
8777
8791
|
colorEmbedded: string;
|
|
8792
|
+
colorEmbeddedModal: string;
|
|
8793
|
+
colorEmbeddedPopover: string;
|
|
8778
8794
|
textColor: string;
|
|
8779
8795
|
titleTextColor: string;
|
|
8780
8796
|
borderColor: string;
|
|
@@ -9057,6 +9073,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9057
9073
|
colorPopover: string;
|
|
9058
9074
|
colorTarget: string;
|
|
9059
9075
|
colorEmbedded: string;
|
|
9076
|
+
colorEmbeddedModal: string;
|
|
9077
|
+
colorEmbeddedPopover: string;
|
|
9060
9078
|
textColor: string;
|
|
9061
9079
|
titleTextColor: string;
|
|
9062
9080
|
borderColor: string;
|
|
@@ -9339,6 +9357,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9339
9357
|
colorPopover: string;
|
|
9340
9358
|
colorTarget: string;
|
|
9341
9359
|
colorEmbedded: string;
|
|
9360
|
+
colorEmbeddedModal: string;
|
|
9361
|
+
colorEmbeddedPopover: string;
|
|
9342
9362
|
textColor: string;
|
|
9343
9363
|
titleTextColor: string;
|
|
9344
9364
|
borderColor: string;
|
|
@@ -9737,6 +9757,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9737
9757
|
colorPopover: string;
|
|
9738
9758
|
colorTarget: string;
|
|
9739
9759
|
colorEmbedded: string;
|
|
9760
|
+
colorEmbeddedModal: string;
|
|
9761
|
+
colorEmbeddedPopover: string;
|
|
9740
9762
|
textColor: string;
|
|
9741
9763
|
titleTextColor: string;
|
|
9742
9764
|
borderColor: string;
|
|
@@ -10019,6 +10041,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10019
10041
|
colorPopover: string;
|
|
10020
10042
|
colorTarget: string;
|
|
10021
10043
|
colorEmbedded: string;
|
|
10044
|
+
colorEmbeddedModal: string;
|
|
10045
|
+
colorEmbeddedPopover: string;
|
|
10022
10046
|
textColor: string;
|
|
10023
10047
|
titleTextColor: string;
|
|
10024
10048
|
borderColor: string;
|
|
@@ -10301,6 +10325,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10301
10325
|
colorPopover: string;
|
|
10302
10326
|
colorTarget: string;
|
|
10303
10327
|
colorEmbedded: string;
|
|
10328
|
+
colorEmbeddedModal: string;
|
|
10329
|
+
colorEmbeddedPopover: string;
|
|
10304
10330
|
textColor: string;
|
|
10305
10331
|
titleTextColor: string;
|
|
10306
10332
|
borderColor: string;
|
|
@@ -11735,10 +11761,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11735
11761
|
confirm: string;
|
|
11736
11762
|
clear: string;
|
|
11737
11763
|
};
|
|
11738
|
-
|
|
11764
|
+
LegacyTransfer: {
|
|
11739
11765
|
sourceTitle: string;
|
|
11740
11766
|
targetTitle: string;
|
|
11741
11767
|
};
|
|
11768
|
+
Transfer: {
|
|
11769
|
+
selectAll: string;
|
|
11770
|
+
unselectAll: string;
|
|
11771
|
+
clearAll: string;
|
|
11772
|
+
total: (num: number) => string;
|
|
11773
|
+
selected: (num: number) => string;
|
|
11774
|
+
};
|
|
11742
11775
|
Empty: {
|
|
11743
11776
|
description: string;
|
|
11744
11777
|
};
|
|
@@ -11882,10 +11915,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11882
11915
|
confirm: string;
|
|
11883
11916
|
clear: string;
|
|
11884
11917
|
};
|
|
11885
|
-
|
|
11918
|
+
LegacyTransfer: {
|
|
11886
11919
|
sourceTitle: string;
|
|
11887
11920
|
targetTitle: string;
|
|
11888
11921
|
};
|
|
11922
|
+
Transfer: {
|
|
11923
|
+
selectAll: string;
|
|
11924
|
+
unselectAll: string;
|
|
11925
|
+
clearAll: string;
|
|
11926
|
+
total: (num: number) => string;
|
|
11927
|
+
selected: (num: number) => string;
|
|
11928
|
+
};
|
|
11889
11929
|
Empty: {
|
|
11890
11930
|
description: string;
|
|
11891
11931
|
};
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FormConfig.js';
|
|
4
|
-
|
|
5
|
-
const FormConfig = script;
|
|
6
|
-
FormConfig.install = function(app) {
|
|
7
|
-
safeComponentRegister(app, FormConfig, COMPONENT_NAMESPACE + "FormConfig");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { FormConfig as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../shared/global/variable2.js';
|
|
2
|
+
import { safeComponentRegister } from '../../shared/utils/index2.js';
|
|
3
|
+
import script from './src/FormConfig.js';
|
|
4
|
+
|
|
5
|
+
const FormConfig = script;
|
|
6
|
+
FormConfig.install = function(app) {
|
|
7
|
+
safeComponentRegister(app, FormConfig, COMPONENT_NAMESPACE + "FormConfig");
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { FormConfig as default };
|
|
@@ -5,11 +5,11 @@ import Draggable from 'vuedraggable';
|
|
|
5
5
|
import FormConfigCreator from './components/FormConfigCreator.js';
|
|
6
6
|
import FormConfigDragDisplay from './components/FormConfigDragDisplay.js';
|
|
7
7
|
import FormConfigEdit from './components/FormConfigEdit.js';
|
|
8
|
-
import { layoutWidthEnum2Column } from './utils/
|
|
9
|
-
import { InjectionFieldList, InjectionMaterialList, InjectionActiveFieldItem } from './constants/
|
|
8
|
+
import { layoutWidthEnum2Column } from './utils/index2.js';
|
|
9
|
+
import { InjectionFieldList, InjectionMaterialList, InjectionActiveFieldItem } from './constants/index2.js';
|
|
10
10
|
import '@vicons/ionicons5';
|
|
11
11
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
12
|
-
import { useSortableConfig } from './hooks/
|
|
12
|
+
import { useSortableConfig } from './hooks/useSortalbeConfig2.js';
|
|
13
13
|
|
|
14
14
|
const _hoisted_1 = { class: "form-config__material" };
|
|
15
15
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("header", { class: "form-config__materialHeader" }, "\u7269\u6599\u533A", -1);
|