cnhis-design-vue 3.1.18-beta.6 → 3.1.18-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.js +1 -10
- package/es/components/annotation-edit/index2.js +10 -0
- package/es/components/big-table/index.d.ts +47 -98
- package/es/components/big-table/index.js +2 -18
- package/es/components/big-table/index2.js +19 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +63 -99
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
- package/es/components/big-table/src/bigTableEmits.js +1 -53
- package/es/components/big-table/src/bigTableEmits2.js +53 -0
- package/es/components/big-table/src/bigTableProps.js +1 -119
- package/es/components/big-table/src/bigTableProps2.js +119 -0
- package/es/components/big-table/src/bigTableState.js +1 -62
- package/es/components/big-table/src/bigTableState2.js +62 -0
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +6 -16
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
- package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/components/big-table/src/components/separate.js +1 -1
- package/es/components/big-table/src/constants/index.js +1 -3
- package/es/components/big-table/src/constants/index2.js +3 -0
- package/es/components/big-table/src/hooks/export.js +1 -1
- package/es/components/big-table/src/hooks/index.js +8 -8
- package/es/components/big-table/src/hooks/useAnchor.js +1 -49
- package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
- package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +6 -16
- package/es/components/big-table/src/hooks/useEdit.js +1 -122
- package/es/components/big-table/src/hooks/useEdit2.js +122 -0
- package/es/components/big-table/src/hooks/useEvent.js +1 -72
- package/es/components/big-table/src/hooks/useEvent2.js +72 -0
- package/es/components/big-table/src/hooks/useFormat.js +1 -492
- package/es/components/big-table/src/hooks/useFormat2.js +492 -0
- package/es/components/big-table/src/hooks/useNestTable.js +1 -86
- package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
- package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
- package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
- package/es/components/big-table/src/hooks/useTableParse.js +1 -136
- package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
- package/es/components/big-table/src/utils.js +1 -630
- package/es/components/big-table/src/utils2.js +630 -0
- package/es/components/bpmn-workflow/index.js +1 -10
- package/es/components/bpmn-workflow/index2.js +10 -0
- package/es/components/button-print/index.d.ts +113 -190
- package/es/components/button-print/index.js +2 -11
- package/es/components/button-print/index2.js +11 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +113 -190
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.js +2 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +59 -117
- package/es/components/button-print/src/utils/dialog.d.ts +6 -0
- package/es/components/button-print/src/utils/dialog.js +65 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +6 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +330 -0
- package/es/components/chunk-upload/index.d.ts +22 -28
- package/es/components/chunk-upload/index.js +1 -14
- package/es/components/chunk-upload/index2.js +14 -0
- package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +32 -38
- package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
- package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +22 -28
- package/es/components/drag-layout/index.d.ts +298 -478
- package/es/components/drag-layout/index.js +1 -11
- package/es/components/drag-layout/index2.js +11 -0
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +298 -478
- package/es/components/editor/index.js +1 -10
- package/es/components/editor/index2.js +10 -0
- package/es/components/fabric-chart/index.js +1 -10
- package/es/components/fabric-chart/index2.js +10 -0
- package/es/components/fabric-chart/src/FabricChart.js +9 -9
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -36
- package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -36
- package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
- package/es/components/fabric-chart/src/hooks/index.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
- package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
- package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
- package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
- package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
- package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
- package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
- package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
- package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
- package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
- package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
- package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
- package/es/components/fabric-chart/src/interface.js +1 -4
- package/es/components/fabric-chart/src/interface2.js +4 -0
- package/es/components/field-set/index.d.ts +92 -142
- package/es/components/field-set/index.js +1 -10
- package/es/components/field-set/index2.js +10 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +92 -142
- package/es/components/form-config/index.d.ts +122 -264
- package/es/components/form-config/index.js +1 -10
- package/es/components/form-config/index2.js +10 -0
- package/es/components/form-config/src/FormConfig.js +3 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +122 -264
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -107
- package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
- package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -129
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/DefaultNode.js +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +47 -60
- package/es/components/form-config/src/constants/index.js +1 -60
- package/es/components/form-config/src/constants/index2.js +60 -0
- package/es/components/form-config/src/hooks/index.js +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
- package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
- package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
- package/es/components/form-config/src/utils/index.js +1 -26
- package/es/components/form-config/src/utils/index2.js +26 -0
- package/es/components/form-render/index.d.ts +31 -69
- package/es/components/form-render/index.js +14 -23
- package/es/components/form-render/index2.js +46 -0
- package/es/components/form-render/src/FormRender.js +10 -10
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
- package/es/components/form-render/src/components/renderer/cascader.js +6 -6
- package/es/components/form-render/src/components/renderer/checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/combination.js +4 -4
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +3 -3
- package/es/components/form-render/src/components/renderer/formItem.js +3 -3
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/index2.js +18 -0
- package/es/components/form-render/src/components/renderer/input.js +2 -2
- package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/components/form-render/src/components/renderer/inputNumber.js +2 -2
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +2 -2
- package/es/components/form-render/src/components/renderer/linebar.js +3 -3
- package/es/components/form-render/src/components/renderer/radio.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +6 -6
- package/es/components/form-render/src/components/renderer/slider.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +2 -2
- package/es/components/form-render/src/constants/index.js +1 -41
- package/es/components/form-render/src/constants/index2.js +41 -0
- package/es/components/form-render/src/hooks/index.js +13 -13
- package/es/components/form-render/src/hooks/useAnchor.js +1 -90
- package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
- package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
- package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
- package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
- package/es/components/form-render/src/hooks/useCommonInjection.js +1 -32
- package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
- package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
- package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
- package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -66
- package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -13
- package/es/components/form-render/src/hooks/useFormField2.js +13 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
- package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
- package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
- package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
- package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
- package/es/components/form-render/src/utils/business.js +1 -78
- package/es/components/form-render/src/utils/business2.js +78 -0
- package/es/components/form-render/src/utils/dom.js +1 -14
- package/es/components/form-render/src/utils/dom2.js +14 -0
- package/es/components/form-render/src/utils/index.js +3 -4
- package/es/components/form-render/src/utils/schema.js +1 -93
- package/es/components/form-render/src/utils/schema2.js +93 -0
- package/es/components/form-table/index.d.ts +408 -654
- package/es/components/form-table/index.js +1 -10
- package/es/components/form-table/index2.js +10 -0
- package/es/components/form-table/src/FormTable.js +2 -2
- package/es/components/form-table/src/FormTable.vue.d.ts +408 -654
- package/es/components/form-table/src/components/index.d.ts +408 -654
- package/es/components/form-table/src/components/index.js +1 -40
- package/es/components/form-table/src/components/index2.js +40 -0
- package/es/components/form-table/src/components/table-age.js +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +61 -101
- package/es/components/form-table/src/components/table-date-picker.js +2 -2
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -26
- package/es/components/form-table/src/components/table-input-password.js +1 -1
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-month-picker.js +2 -2
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +22 -28
- package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-search.vue.d.ts +79 -103
- package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-time-picker.js +2 -2
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +19 -23
- package/es/components/form-table/src/components/table-tree-select.js +1 -1
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +31 -46
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/components/form-table/src/configs/index.js +1 -67
- package/es/components/form-table/src/configs/index2.js +67 -0
- package/es/components/form-table/src/hooks/index.js +5 -5
- package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
- package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/components/form-table/src/hooks/useDateType.js +1 -160
- package/es/components/form-table/src/hooks/useDateType2.js +160 -0
- package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
- package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
- package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
- package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
- package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
- package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
- package/es/components/form-table/src/hooks/useSearch.js +1 -1154
- package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
- package/es/components/form-table/src/hooks/useValidate.js +1 -480
- package/es/components/form-table/src/hooks/useValidate2.js +480 -0
- package/es/components/grid/index.js +1 -13
- package/es/components/grid/index2.js +13 -0
- package/es/components/grid/src/Grid.js +1 -1
- package/es/components/grid/src/hooks.js +1 -165
- package/es/components/grid/src/hooks2.js +165 -0
- package/es/components/index.js +39 -96
- package/es/components/index2.js +79 -0
- package/es/components/info-header/index.d.ts +58 -233
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoHeader.vue.d.ts +58 -233
- package/es/components/map/index.d.ts +28 -37
- package/es/components/map/index.js +1 -10
- package/es/components/map/index2.js +10 -0
- package/es/components/map/src/Map.vue.d.ts +28 -37
- package/es/components/scale-view/index.d.ts +60 -74
- package/es/components/scale-view/index.js +1 -35
- package/es/components/scale-view/index2.js +35 -0
- package/es/components/scale-view/src/ScaleView.js +8 -8
- package/es/components/scale-view/src/ScaleView.vue.d.ts +60 -74
- package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/components/scale-view/src/components/formitem/address.js +1 -3993
- package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
- package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
- package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
- package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
- package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
- package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/components/scale-view/src/hooks/use-component.js +1 -82
- package/es/components/scale-view/src/hooks/use-component2.js +82 -0
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/components/scale-view/src/hooks/use-event.js +1 -129
- package/es/components/scale-view/src/hooks/use-event2.js +129 -0
- package/es/components/scale-view/src/hooks/use-noData.js +1 -41
- package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/components/scale-view/src/utils/judge-types.js +1 -36
- package/es/components/scale-view/src/utils/judge-types2.js +36 -0
- package/es/components/select-label/index.d.ts +253 -905
- package/es/components/select-label/index.js +1 -15
- package/es/components/select-label/index2.js +15 -0
- package/es/components/select-label/src/LabelFormContent.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +98 -313
- package/es/components/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/components/select-person/index.d.ts +111 -151
- package/es/components/select-person/index.js +1 -10
- package/es/components/select-person/index2.js +10 -0
- package/es/components/select-person/src/SearchTree.vue.d.ts +40 -55
- package/es/components/select-person/src/SelectPerson.vue.d.ts +117 -159
- package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-person/src/utils/index.js +1 -84
- package/es/components/select-person/src/utils/index2.js +84 -0
- package/es/components/shortcut-provider/index.js +3 -12
- package/es/components/shortcut-provider/index2.js +13 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
- package/es/components/shortcut-provider/src/constants/index.js +1 -8
- package/es/components/shortcut-provider/src/constants/index2.js +8 -0
- package/es/components/shortcut-provider/src/hooks/index.js +2 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
- package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
- package/es/components/shortcut-provider/src/utils/index.js +1 -59
- package/es/components/shortcut-provider/src/utils/index2.js +59 -0
- package/es/components/shortcut-setter/index.d.ts +31 -69
- package/es/components/shortcut-setter/index.js +1 -10
- package/es/components/shortcut-setter/index2.js +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -69
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +6 -9
- package/es/components/steps-wheel/index.d.ts +2 -8
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -8
- package/es/components/time-line/index.d.ts +30 -55
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/shared/components/SelectPage/index.js +0 -1
- package/es/shared/components/SelectPage/index2.js +2 -0
- package/es/shared/components/SlotRender/index.js +0 -1
- package/es/shared/components/SlotRender/index2.js +2 -0
- package/es/shared/components/SvgIcon/index.js +0 -1
- package/es/shared/components/SvgIcon/index2.js +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/shared/components/TextOverTooltip/index.js +0 -1
- package/es/shared/components/TextOverTooltip/index2.js +2 -0
- package/es/shared/global/variable.js +1 -4
- package/es/shared/global/variable2.js +4 -0
- package/es/shared/utils/anime.js +1 -129
- package/es/shared/utils/anime2.js +129 -0
- package/es/shared/utils/clickoutside.js +1 -48
- package/es/shared/utils/clickoutside2.js +48 -0
- package/es/shared/utils/colorLog.js +1 -44
- package/es/shared/utils/colorLog2.js +44 -0
- package/es/shared/utils/index.js +1 -25
- package/es/shared/utils/index2.js +25 -0
- package/es/shared/utils/loadViewer.js +1 -11
- package/es/shared/utils/loadViewer2.js +11 -0
- package/es/shared/utils/loadVxe.js +1 -12
- package/es/shared/utils/loadVxe2.js +12 -0
- package/es/shared/utils/state.js +1 -44
- package/es/shared/utils/state2.js +44 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
- package/es/shared/utils/tapable/SyncBailHook.js +2 -23
- package/es/shared/utils/tapable/SyncHook.js +2 -23
- package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
- package/es/shared/utils/utilExpand.js +46 -46
- package/es/shared/utils/vexutils.js +1 -22
- package/package.json +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
- package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
- package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
- package/es/shared/components/player-vod/index.js +0 -14
- package/es/shared/components/player-vod/video-list.js +0 -126
- package/es/shared/core/create.js +0 -8
- package/es/shared/utils/crypto.js +0 -25
- package/es/shared/utils/tapable/HookMap.js +0 -32
- package/es/shared/utils/tapable/MultiHook.js +0 -38
- package/es/shared/utils/tapable/index.js +0 -12
|
@@ -151,10 +151,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
151
151
|
readonly default: true;
|
|
152
152
|
};
|
|
153
153
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
154
|
-
readonly nativeFocusBehavior:
|
|
155
|
-
readonly type: BooleanConstructor;
|
|
156
|
-
readonly default: boolean;
|
|
157
|
-
};
|
|
154
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
158
155
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
159
156
|
heightTiny: string;
|
|
160
157
|
heightSmall: string;
|
|
@@ -868,10 +865,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
868
865
|
readonly default: true;
|
|
869
866
|
};
|
|
870
867
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
871
|
-
readonly nativeFocusBehavior:
|
|
872
|
-
readonly type: BooleanConstructor;
|
|
873
|
-
readonly default: boolean;
|
|
874
|
-
};
|
|
868
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
875
869
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
876
870
|
heightTiny: string;
|
|
877
871
|
heightSmall: string;
|
|
@@ -1485,26 +1479,26 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1485
1479
|
rippleDuration: string;
|
|
1486
1480
|
}, any>>>;
|
|
1487
1481
|
}>>, {
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1482
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
1483
|
+
tag: keyof HTMLElementTagNameMap;
|
|
1484
|
+
block: boolean;
|
|
1485
|
+
round: boolean;
|
|
1486
|
+
dashed: boolean;
|
|
1487
|
+
text: boolean;
|
|
1488
|
+
circle: boolean;
|
|
1489
|
+
disabled: boolean;
|
|
1490
|
+
focusable: boolean;
|
|
1491
|
+
strong: boolean;
|
|
1492
|
+
loading: boolean;
|
|
1493
|
+
bordered: boolean;
|
|
1494
|
+
tertiary: boolean;
|
|
1495
|
+
ghost: boolean;
|
|
1496
|
+
keyboard: boolean;
|
|
1497
|
+
secondary: boolean;
|
|
1498
|
+
quaternary: boolean;
|
|
1499
|
+
iconPlacement: "left" | "right";
|
|
1500
|
+
attrType: "button" | "reset" | "submit";
|
|
1501
|
+
nativeFocusBehavior: boolean;
|
|
1508
1502
|
}>;
|
|
1509
1503
|
NCheckbox: import("vue").DefineComponent<{
|
|
1510
1504
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -1673,11 +1667,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1673
1667
|
opacity5: string;
|
|
1674
1668
|
dividerColor: string;
|
|
1675
1669
|
borderColor: string;
|
|
1676
|
-
|
|
1677
|
-
closeIconColorHover: string;
|
|
1678
|
-
closeIconColorPressed: string;
|
|
1670
|
+
closeColor: string;
|
|
1679
1671
|
closeColorHover: string;
|
|
1680
1672
|
closeColorPressed: string;
|
|
1673
|
+
closeColorDisabled: string;
|
|
1681
1674
|
clearColor: string;
|
|
1682
1675
|
clearColorHover: string;
|
|
1683
1676
|
clearColorPressed: string;
|
|
@@ -1927,8 +1920,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1927
1920
|
}>>, {
|
|
1928
1921
|
disabled: boolean | undefined;
|
|
1929
1922
|
checked: string | number | boolean | undefined;
|
|
1930
|
-
indeterminate: boolean;
|
|
1931
1923
|
focusable: boolean;
|
|
1924
|
+
indeterminate: boolean;
|
|
1932
1925
|
defaultChecked: string | number | boolean;
|
|
1933
1926
|
checkedValue: string | number | boolean;
|
|
1934
1927
|
uncheckedValue: string | number | boolean;
|
|
@@ -1968,7 +1961,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1968
1961
|
};
|
|
1969
1962
|
readonly remote: BooleanConstructor;
|
|
1970
1963
|
readonly loading: BooleanConstructor;
|
|
1971
|
-
readonly filter:
|
|
1964
|
+
readonly filter: {
|
|
1965
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1966
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1967
|
+
};
|
|
1972
1968
|
readonly placement: {
|
|
1973
1969
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1974
1970
|
readonly default: "bottom-start";
|
|
@@ -1978,10 +1974,19 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1978
1974
|
readonly default: "trigger";
|
|
1979
1975
|
};
|
|
1980
1976
|
readonly tag: BooleanConstructor;
|
|
1981
|
-
readonly onCreate:
|
|
1977
|
+
readonly onCreate: {
|
|
1978
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1979
|
+
readonly default: (label: string) => {
|
|
1980
|
+
label: string;
|
|
1981
|
+
value: string;
|
|
1982
|
+
};
|
|
1983
|
+
};
|
|
1982
1984
|
readonly fallbackOption: {
|
|
1983
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
1984
|
-
readonly default:
|
|
1985
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1986
|
+
readonly default: () => (value: string | number) => {
|
|
1987
|
+
label: string;
|
|
1988
|
+
value: string | number;
|
|
1989
|
+
};
|
|
1985
1990
|
};
|
|
1986
1991
|
readonly show: {
|
|
1987
1992
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2000,18 +2005,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2000
2005
|
readonly type: BooleanConstructor;
|
|
2001
2006
|
readonly default: true;
|
|
2002
2007
|
};
|
|
2003
|
-
readonly labelField: {
|
|
2004
|
-
readonly type: StringConstructor;
|
|
2005
|
-
readonly default: "label";
|
|
2006
|
-
};
|
|
2007
|
-
readonly valueField: {
|
|
2008
|
-
readonly type: StringConstructor;
|
|
2009
|
-
readonly default: "value";
|
|
2010
|
-
};
|
|
2011
|
-
readonly childrenField: {
|
|
2012
|
-
readonly type: StringConstructor;
|
|
2013
|
-
readonly default: "children";
|
|
2014
|
-
};
|
|
2015
2008
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
2016
2009
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
2017
2010
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -2034,10 +2027,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2034
2027
|
readonly default: true;
|
|
2035
2028
|
};
|
|
2036
2029
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2037
|
-
readonly internalShowCheckmark: {
|
|
2038
|
-
readonly type: BooleanConstructor;
|
|
2039
|
-
readonly default: true;
|
|
2040
|
-
};
|
|
2041
2030
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
2042
2031
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
2043
2032
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -2133,7 +2122,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2133
2122
|
optionCheckColor: string;
|
|
2134
2123
|
optionColorPending: string;
|
|
2135
2124
|
optionColorActive: string;
|
|
2136
|
-
optionColorActivePending: string;
|
|
2137
2125
|
actionTextColor: string;
|
|
2138
2126
|
loadingColor: string;
|
|
2139
2127
|
height: string;
|
|
@@ -2259,7 +2247,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2259
2247
|
optionCheckColor: string;
|
|
2260
2248
|
optionColorPending: string;
|
|
2261
2249
|
optionColorActive: string;
|
|
2262
|
-
optionColorActivePending: string;
|
|
2263
2250
|
actionTextColor: string;
|
|
2264
2251
|
loadingColor: string;
|
|
2265
2252
|
height: string;
|
|
@@ -2385,7 +2372,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2385
2372
|
optionCheckColor: string;
|
|
2386
2373
|
optionColorPending: string;
|
|
2387
2374
|
optionColorActive: string;
|
|
2388
|
-
optionColorActivePending: string;
|
|
2389
2375
|
actionTextColor: string;
|
|
2390
2376
|
loadingColor: string;
|
|
2391
2377
|
height: string;
|
|
@@ -2515,11 +2501,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2515
2501
|
opacity5: string;
|
|
2516
2502
|
dividerColor: string;
|
|
2517
2503
|
borderColor: string;
|
|
2518
|
-
|
|
2519
|
-
closeIconColorHover: string;
|
|
2520
|
-
closeIconColorPressed: string;
|
|
2504
|
+
closeColor: string;
|
|
2521
2505
|
closeColorHover: string;
|
|
2522
2506
|
closeColorPressed: string;
|
|
2507
|
+
closeColorDisabled: string;
|
|
2523
2508
|
clearColor: string;
|
|
2524
2509
|
clearColorHover: string;
|
|
2525
2510
|
clearColorPressed: string;
|
|
@@ -2674,7 +2659,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2674
2659
|
optionCheckColor: string;
|
|
2675
2660
|
optionColorPending: string;
|
|
2676
2661
|
optionColorActive: string;
|
|
2677
|
-
optionColorActivePending: string;
|
|
2678
2662
|
actionTextColor: string;
|
|
2679
2663
|
loadingColor: string;
|
|
2680
2664
|
height: string;
|
|
@@ -2790,7 +2774,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2790
2774
|
};
|
|
2791
2775
|
readonly remote: BooleanConstructor;
|
|
2792
2776
|
readonly loading: BooleanConstructor;
|
|
2793
|
-
readonly filter:
|
|
2777
|
+
readonly filter: {
|
|
2778
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
2779
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
2780
|
+
};
|
|
2794
2781
|
readonly placement: {
|
|
2795
2782
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
2796
2783
|
readonly default: "bottom-start";
|
|
@@ -2800,10 +2787,19 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2800
2787
|
readonly default: "trigger";
|
|
2801
2788
|
};
|
|
2802
2789
|
readonly tag: BooleanConstructor;
|
|
2803
|
-
readonly onCreate:
|
|
2790
|
+
readonly onCreate: {
|
|
2791
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
2792
|
+
readonly default: (label: string) => {
|
|
2793
|
+
label: string;
|
|
2794
|
+
value: string;
|
|
2795
|
+
};
|
|
2796
|
+
};
|
|
2804
2797
|
readonly fallbackOption: {
|
|
2805
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
2806
|
-
readonly default:
|
|
2798
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
2799
|
+
readonly default: () => (value: string | number) => {
|
|
2800
|
+
label: string;
|
|
2801
|
+
value: string | number;
|
|
2802
|
+
};
|
|
2807
2803
|
};
|
|
2808
2804
|
readonly show: {
|
|
2809
2805
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2822,18 +2818,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2822
2818
|
readonly type: BooleanConstructor;
|
|
2823
2819
|
readonly default: true;
|
|
2824
2820
|
};
|
|
2825
|
-
readonly labelField: {
|
|
2826
|
-
readonly type: StringConstructor;
|
|
2827
|
-
readonly default: "label";
|
|
2828
|
-
};
|
|
2829
|
-
readonly valueField: {
|
|
2830
|
-
readonly type: StringConstructor;
|
|
2831
|
-
readonly default: "value";
|
|
2832
|
-
};
|
|
2833
|
-
readonly childrenField: {
|
|
2834
|
-
readonly type: StringConstructor;
|
|
2835
|
-
readonly default: "children";
|
|
2836
|
-
};
|
|
2837
2821
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
2838
2822
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
2839
2823
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -2856,10 +2840,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2856
2840
|
readonly default: true;
|
|
2857
2841
|
};
|
|
2858
2842
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2859
|
-
readonly internalShowCheckmark: {
|
|
2860
|
-
readonly type: BooleanConstructor;
|
|
2861
|
-
readonly default: true;
|
|
2862
|
-
};
|
|
2863
2843
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
2864
2844
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
2865
2845
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -2955,7 +2935,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2955
2935
|
optionCheckColor: string;
|
|
2956
2936
|
optionColorPending: string;
|
|
2957
2937
|
optionColorActive: string;
|
|
2958
|
-
optionColorActivePending: string;
|
|
2959
2938
|
actionTextColor: string;
|
|
2960
2939
|
loadingColor: string;
|
|
2961
2940
|
height: string;
|
|
@@ -3081,7 +3060,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3081
3060
|
optionCheckColor: string;
|
|
3082
3061
|
optionColorPending: string;
|
|
3083
3062
|
optionColorActive: string;
|
|
3084
|
-
optionColorActivePending: string;
|
|
3085
3063
|
actionTextColor: string;
|
|
3086
3064
|
loadingColor: string;
|
|
3087
3065
|
height: string;
|
|
@@ -3207,7 +3185,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3207
3185
|
optionCheckColor: string;
|
|
3208
3186
|
optionColorPending: string;
|
|
3209
3187
|
optionColorActive: string;
|
|
3210
|
-
optionColorActivePending: string;
|
|
3211
3188
|
actionTextColor: string;
|
|
3212
3189
|
loadingColor: string;
|
|
3213
3190
|
height: string;
|
|
@@ -3241,31 +3218,29 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3241
3218
|
}>;
|
|
3242
3219
|
}>>>;
|
|
3243
3220
|
}>>, {
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
readonly consistentMenuWidth: boolean;
|
|
3268
|
-
readonly childrenField: string;
|
|
3221
|
+
tag: boolean;
|
|
3222
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
3223
|
+
show: boolean | undefined;
|
|
3224
|
+
multiple: boolean;
|
|
3225
|
+
disabled: boolean | undefined;
|
|
3226
|
+
to: string | boolean | HTMLElement;
|
|
3227
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
3228
|
+
loading: boolean;
|
|
3229
|
+
bordered: boolean | undefined;
|
|
3230
|
+
placement: import("vueuc").FollowerPlacement;
|
|
3231
|
+
virtualScroll: boolean;
|
|
3232
|
+
resetMenuOnOptionsChange: boolean;
|
|
3233
|
+
showArrow: boolean;
|
|
3234
|
+
displayDirective: "show" | "if";
|
|
3235
|
+
filterable: boolean;
|
|
3236
|
+
clearable: boolean;
|
|
3237
|
+
clearFilterAfterSelect: boolean;
|
|
3238
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
3239
|
+
remote: boolean;
|
|
3240
|
+
widthMode: string;
|
|
3241
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
3242
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
3243
|
+
consistentMenuWidth: boolean;
|
|
3269
3244
|
}>;
|
|
3270
3245
|
NInput: import("vue").DefineComponent<{
|
|
3271
3246
|
bordered: {
|
|
@@ -3325,7 +3300,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3325
3300
|
type: BooleanConstructor;
|
|
3326
3301
|
default: undefined;
|
|
3327
3302
|
};
|
|
3328
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3329
3303
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3330
3304
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3331
3305
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3546,8 +3520,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3546
3520
|
contentRef: HTMLElement | null;
|
|
3547
3521
|
containerScrollTop: number;
|
|
3548
3522
|
syncUnifiedContainer: () => void;
|
|
3549
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3550
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3523
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
3524
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
3551
3525
|
sync: () => void;
|
|
3552
3526
|
handleMouseEnterWrapper: () => void;
|
|
3553
3527
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3581,7 +3555,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3581
3555
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
3582
3556
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
3583
3557
|
handleInputBlur: (e: FocusEvent) => void;
|
|
3584
|
-
handleInputFocus: (e: FocusEvent
|
|
3558
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
3585
3559
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
3586
3560
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
3587
3561
|
handleMouseEnter: () => void;
|
|
@@ -3592,7 +3566,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3592
3566
|
handleClear: (e: MouseEvent) => void;
|
|
3593
3567
|
handlePasswordToggleClick: () => void;
|
|
3594
3568
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
3595
|
-
|
|
3569
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
3596
3570
|
handleTextAreaMirrorResize: () => void;
|
|
3597
3571
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
3598
3572
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -3636,11 +3610,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3636
3610
|
opacity5: string;
|
|
3637
3611
|
dividerColor: string;
|
|
3638
3612
|
borderColor: string;
|
|
3639
|
-
|
|
3640
|
-
closeIconColorHover: string;
|
|
3641
|
-
closeIconColorPressed: string;
|
|
3613
|
+
closeColor: string;
|
|
3642
3614
|
closeColorHover: string;
|
|
3643
3615
|
closeColorPressed: string;
|
|
3616
|
+
closeColorDisabled: string;
|
|
3644
3617
|
clearColor: string;
|
|
3645
3618
|
clearColorHover: string;
|
|
3646
3619
|
clearColorPressed: string;
|
|
@@ -3881,7 +3854,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3881
3854
|
type: BooleanConstructor;
|
|
3882
3855
|
default: undefined;
|
|
3883
3856
|
};
|
|
3884
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3885
3857
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3886
3858
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3887
3859
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4147,10 +4119,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4147
4119
|
type: BooleanConstructor;
|
|
4148
4120
|
default: boolean;
|
|
4149
4121
|
};
|
|
4150
|
-
buttonPlacement: {
|
|
4151
|
-
type: import("vue").PropType<"right" | "both">;
|
|
4152
|
-
default: string;
|
|
4153
|
-
};
|
|
4154
4122
|
readonly: BooleanConstructor;
|
|
4155
4123
|
clearable: BooleanConstructor;
|
|
4156
4124
|
keyboard: {
|
|
@@ -4164,9 +4132,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4164
4132
|
type: BooleanConstructor;
|
|
4165
4133
|
default: boolean;
|
|
4166
4134
|
};
|
|
4167
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
4168
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
4169
|
-
precision: NumberConstructor;
|
|
4170
4135
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4171
4136
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
4172
4137
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -5060,11 +5025,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5060
5025
|
opacity5: string;
|
|
5061
5026
|
dividerColor: string;
|
|
5062
5027
|
borderColor: string;
|
|
5063
|
-
|
|
5064
|
-
closeIconColorHover: string;
|
|
5065
|
-
closeIconColorPressed: string;
|
|
5028
|
+
closeColor: string;
|
|
5066
5029
|
closeColorHover: string;
|
|
5067
5030
|
closeColorPressed: string;
|
|
5031
|
+
closeColorDisabled: string;
|
|
5068
5032
|
clearColor: string;
|
|
5069
5033
|
clearColorHover: string;
|
|
5070
5034
|
clearColorPressed: string;
|
|
@@ -5450,10 +5414,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5450
5414
|
type: BooleanConstructor;
|
|
5451
5415
|
default: boolean;
|
|
5452
5416
|
};
|
|
5453
|
-
buttonPlacement: {
|
|
5454
|
-
type: import("vue").PropType<"right" | "both">;
|
|
5455
|
-
default: string;
|
|
5456
|
-
};
|
|
5457
5417
|
readonly: BooleanConstructor;
|
|
5458
5418
|
clearable: BooleanConstructor;
|
|
5459
5419
|
keyboard: {
|
|
@@ -5467,9 +5427,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5467
5427
|
type: BooleanConstructor;
|
|
5468
5428
|
default: boolean;
|
|
5469
5429
|
};
|
|
5470
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
5471
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
5472
|
-
precision: NumberConstructor;
|
|
5473
5430
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5474
5431
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
5475
5432
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -6295,7 +6252,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6295
6252
|
ArrowDown?: boolean | undefined;
|
|
6296
6253
|
};
|
|
6297
6254
|
showButton: boolean;
|
|
6298
|
-
buttonPlacement: "right" | "both";
|
|
6299
6255
|
updateValueOnInput: boolean;
|
|
6300
6256
|
}>;
|
|
6301
6257
|
NSpin: import("vue").DefineComponent<{
|
|
@@ -6553,11 +6509,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6553
6509
|
scrollable: BooleanConstructor;
|
|
6554
6510
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6555
6511
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6556
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6557
6512
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6558
6513
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6559
6514
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6560
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
6561
6515
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
6562
6516
|
internalInheritedEventHandlers: {
|
|
6563
6517
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -6622,11 +6576,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6622
6576
|
opacity5: string;
|
|
6623
6577
|
dividerColor: string;
|
|
6624
6578
|
borderColor: string;
|
|
6625
|
-
|
|
6626
|
-
closeIconColorHover: string;
|
|
6627
|
-
closeIconColorPressed: string;
|
|
6579
|
+
closeColor: string;
|
|
6628
6580
|
closeColorHover: string;
|
|
6629
6581
|
closeColorPressed: string;
|
|
6582
|
+
closeColorDisabled: string;
|
|
6630
6583
|
clearColor: string;
|
|
6631
6584
|
clearColorHover: string;
|
|
6632
6585
|
clearColorPressed: string;
|
|
@@ -6855,11 +6808,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6855
6808
|
scrollable: BooleanConstructor;
|
|
6856
6809
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6857
6810
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6858
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6859
6811
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6860
6812
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6861
6813
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6862
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
6863
6814
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
6864
6815
|
internalInheritedEventHandlers: {
|
|
6865
6816
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -6895,7 +6846,6 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6895
6846
|
arrowPointToCenter: boolean;
|
|
6896
6847
|
displayDirective: "show" | "if";
|
|
6897
6848
|
keepAliveOnHover: boolean;
|
|
6898
|
-
internalDeactivateImmediately: boolean;
|
|
6899
6849
|
animated: boolean;
|
|
6900
6850
|
internalTrapFocus: boolean;
|
|
6901
6851
|
defaultShow: boolean;
|
|
@@ -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 };
|