cnhis-design-vue 3.1.5 → 3.1.6
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/.prettierrc.js +23 -0
- package/README.md +22 -22
- package/env.d.ts +38 -26
- package/es/_virtual/_commonjsHelpers.mjs +1 -0
- package/es/_virtual/inherits.mjs +1 -0
- package/es/_virtual/inherits_browser.mjs +1 -0
- package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
- package/es/node_modules/ids/dist/index.esm.mjs +1 -0
- package/es/node_modules/inherits/inherits.mjs +1 -0
- package/es/node_modules/inherits/inherits_browser.mjs +1 -0
- package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
- package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
- package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
- package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
- package/es/packages/big-table/index.d.ts +21 -15
- package/es/packages/big-table/src/BigTable.vue.d.ts +22 -31
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/big-table/src/bigTableEmits2.mjs +1 -1
- package/es/packages/big-table/src/bigTableState.d.ts +5 -2
- package/es/packages/big-table/src/bigTableState2.mjs +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +1 -0
- package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +1 -1
- package/es/packages/big-table/src/hooks/useEdit.d.ts +1 -1
- package/es/packages/big-table/src/hooks/useEdit2.mjs +1 -1
- package/es/packages/big-table/src/hooks/useEvent.d.ts +6 -0
- package/es/packages/big-table/src/hooks/useEvent.mjs +1 -0
- package/es/packages/big-table/src/hooks/useEvent2.mjs +1 -0
- package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
- package/es/packages/big-table/src/hooks/useFormat2.mjs +1 -1
- package/es/packages/big-table/src/hooks/useNestTable2.mjs +1 -1
- package/es/packages/big-table/src/hooks/useTableParse2.mjs +1 -1
- package/es/packages/big-table/src/utils2.mjs +1 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.mjs +1 -0
- package/es/packages/bpmn-workflow/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.css +29 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -0
- package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/index.mjs +1 -0
- package/es/packages/chunk-upload/index2.mjs +1 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.mjs +1 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/upload-computed.d.ts +11 -0
- package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +61 -0
- package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/vod-computed.d.ts +10 -0
- package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +44 -0
- package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -0
- package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-upload-modal.d.ts +25 -0
- package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -0
- package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +1 -0
- package/es/packages/chunk-upload/style/index.css +363 -0
- package/es/packages/chunk-upload/style/index.less +395 -0
- package/es/packages/drag-layout/index.d.ts +8 -8
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +4 -4
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +18 -10
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/editor/index.d.ts +30 -0
- package/es/packages/editor/index.mjs +1 -0
- package/es/packages/editor/index2.mjs +1 -0
- package/es/packages/editor/src/Editor.d.ts +30 -0
- package/es/packages/editor/src/Editor.mjs +1 -0
- package/es/packages/editor/src/Editor2.mjs +1 -0
- package/es/packages/editor/style/index.css +0 -0
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +4 -4
- package/es/packages/field-set/src/FieldSet.vue.d.ts +4 -4
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/field-set/style/index.css +30 -44
- package/es/packages/field-set/style/index.less +157 -172
- package/es/packages/form-table/index.d.ts +35901 -1
- package/es/packages/form-table/src/FormTable.vue.d.ts +35911 -1
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/index.mjs +1 -0
- package/es/packages/form-table/src/components/index2.mjs +1 -0
- package/es/packages/form-table/src/components/table-age.mjs +1 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-age2.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker2.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital2.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password2.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input2.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker2.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more2.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search2.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple2.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select2.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea2.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker2.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select2.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip2.mjs +1 -0
- package/es/packages/form-table/src/configs/index2.mjs +1 -1
- package/es/packages/form-table/src/hooks/index.d.ts +1 -0
- package/es/packages/form-table/src/hooks/index.mjs +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useDateType2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +37 -57
- package/es/packages/form-table/src/hooks/useItemDefault2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useSearch.d.ts +165 -1
- package/es/packages/form-table/src/hooks/useSearch2.mjs +1 -1
- package/es/packages/form-table/src/hooks/useValidate2.mjs +1 -1
- package/es/packages/form-table/src/types/index.d.ts +3 -1
- package/es/packages/form-table/style/index.css +135 -19
- package/es/packages/form-table/style/index.less +301 -122
- package/es/packages/grid/index2.mjs +1 -1
- package/es/packages/grid/src/Grid.mjs +1 -1
- package/es/packages/grid/src/Grid2.mjs +1 -0
- package/es/packages/grid/style/index.css +10 -0
- package/es/packages/grid/style/index.less +13 -1
- package/es/packages/index.css +1501 -44
- package/es/packages/index.d.ts +10 -35611
- package/es/packages/index.less +2776 -1201
- package/es/packages/index.mjs +1 -1
- package/es/packages/index2.mjs +1 -1
- package/es/packages/info-header/index.d.ts +1827 -0
- package/es/packages/info-header/index.mjs +1 -0
- package/es/packages/info-header/index2.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
- package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/hidden-content2.mjs +1 -0
- package/es/packages/info-header/src/info-header.mjs +1 -0
- package/es/packages/info-header/src/info-header.vue.d.ts +1828 -0
- package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/info-header2.mjs +1 -0
- package/es/packages/info-header/style/iconfont.ttf +0 -0
- package/es/packages/info-header/style/index.css +118 -0
- package/es/packages/info-header/style/index.less +149 -0
- package/es/packages/map/index.d.ts +2313 -0
- package/es/packages/map/index.mjs +1 -0
- package/es/packages/map/index2.mjs +1 -0
- package/es/packages/map/src/Map.mjs +1 -0
- package/es/packages/map/src/Map.vue.d.ts +2313 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/map/src/Map2.mjs +1 -0
- package/es/packages/map/style/index.css +61 -0
- package/es/packages/map/style/index.less +60 -0
- package/es/packages/popper/index.d.ts +0 -0
- package/es/packages/popper/index.mjs +1 -0
- package/es/packages/popper/src/components/popover.mjs +1 -0
- package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
- package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/popper/src/components/popover2.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
- package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
- package/es/packages/popper/src/types/index.d.ts +1 -0
- package/es/packages/popper/src/types/index.mjs +1 -0
- package/es/packages/scale-view/index.d.ts +4297 -0
- package/es/packages/scale-view/index.mjs +1 -0
- package/es/packages/scale-view/index2.mjs +1 -0
- package/es/packages/scale-view/src/ScaleView.mjs +1 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/ScaleView2.mjs +1 -0
- package/es/packages/scale-view/src/components/AnswerParse.mjs +1 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/AnswerParse2.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluatePage.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluatePage2.mjs +1 -0
- package/es/packages/scale-view/src/components/NoData.mjs +1 -0
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/NoData2.mjs +1 -0
- package/es/packages/scale-view/src/components/ScaleScore.d.ts +23 -0
- package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -0
- package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +10 -0
- package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/address.d.ts +3992 -0
- package/es/packages/scale-view/src/components/formitem/address.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/address2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-address.d.ts +34 -0
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-address2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
- package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +34 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +32 -0
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-input.d.ts +34 -0
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-input2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-map.d.ts +52 -0
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-map2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +34 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-select.d.ts +61 -0
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-select2.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-upload.d.ts +52 -0
- package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -0
- package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +1 -0
- package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.mjs +0 -0
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +560 -0
- package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -0
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-init.d.ts +3 -0
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +83 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +33 -0
- package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
- package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -0
- package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
- package/es/packages/scale-view/src/hooks/use-component.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-component2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-evaluate.d.ts +21 -0
- package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-event.d.ts +4 -0
- package/es/packages/scale-view/src/hooks/use-event.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-event2.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-noData.d.ts +9 -0
- package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -0
- package/es/packages/scale-view/src/hooks/use-noData2.mjs +1 -0
- package/es/packages/scale-view/src/utils/judge-types.d.ts +5 -0
- package/es/packages/scale-view/src/utils/judge-types.mjs +1 -0
- package/es/packages/scale-view/src/utils/judge-types2.mjs +1 -0
- package/es/packages/scale-view/style/index.css +697 -0
- package/es/packages/scale-view/style/index.less +734 -0
- package/es/packages/select-label/index.d.ts +12091 -0
- package/es/packages/select-label/index.mjs +1 -0
- package/es/packages/select-label/index2.mjs +1 -0
- package/es/packages/select-label/src/LabelFormContent.mjs +1 -0
- package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +11 -4
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/src/LabelFormContent2.mjs +1 -0
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +155 -74
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/style/index.css +86 -19
- package/es/packages/select-label/style/index.less +151 -85
- package/es/packages/select-person/index.d.ts +4 -4
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +7 -11
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +1720 -0
- package/es/packages/time-line/index.mjs +1 -0
- package/es/packages/time-line/index2.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/src/TimeLine2.mjs +1 -0
- package/es/packages/time-line/style/index.css +32 -0
- package/es/packages/time-line/style/index.less +35 -0
- package/es/src/assets/img/success.png +0 -0
- package/es/src/assets/img/video.png +0 -0
- package/es/src/assets/img/video_hover.png +0 -0
- package/es/src/assets/img/video_play_hover.png +0 -0
- package/es/src/components/SelectPage/SelectPage.mjs +1 -0
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SelectPage/SelectPage2.mjs +1 -0
- package/es/src/components/SelectPage/index.d.ts +2 -0
- package/es/src/components/SelectPage/index.mjs +1 -0
- package/es/src/components/SelectPage/index2.mjs +1 -0
- package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.mjs +0 -0
- package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue.d.ts +2 -2
- package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon2.mjs +1 -1
- package/es/src/components/SvgIcon/index.d.ts +2 -0
- package/es/src/components/SvgIcon/index.mjs +1 -0
- package/es/src/components/SvgIcon/index2.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +1 -0
- package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip2.mjs +1 -1
- package/es/src/components/TextOverTooltip/index.d.ts +2 -0
- package/es/src/components/TextOverTooltip/index.mjs +1 -0
- package/es/src/components/TextOverTooltip/index2.mjs +1 -0
- package/es/src/components/player-vod/index.mjs +1 -0
- package/es/src/components/player-vod/index.vue.d.ts +2 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index2.mjs +1 -0
- package/es/src/components/player-vod/player.d.ts +17 -0
- package/es/src/components/player-vod/player.mjs +1 -0
- package/es/src/components/player-vod/player2.mjs +1 -0
- package/es/src/components/player-vod/video-list.d.ts +32 -0
- package/es/src/components/player-vod/video-list.mjs +1 -0
- package/es/src/components/player-vod/video-list2.mjs +1 -0
- package/es/src/components/player-vod/video-modal.d.ts +54 -0
- package/es/src/components/player-vod/video-modal.mjs +1 -0
- package/es/src/components/player-vod/video-modal2.mjs +1 -0
- package/es/src/utils/index.d.ts +1 -0
- package/es/src/utils/index.mjs +1 -1
- package/es/src/utils/index2.mjs +1 -1
- package/es/src/utils/vexutils2.mjs +1 -1
- package/global.d.ts +8 -8
- package/package.json +122 -104
- package/yarn-error.log +103 -8067
- package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
- package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as e,ref as a,computed as t,openBlock as l,createElementBlock as n,unref as r,createBlock as o,withCtx as i,createCommentVNode as d}from"vue";import c from"axios";import{useMessage as s,NTreeSelect as h}from"naive-ui";import{useSearch as u}from"cnhis-design-vue/es/packages/form-table/src/hooks";const p={class:"tableTreeSelect"};var m=e({name:"table-tree-select",props:{mainForm:{type:Object,default:()=>({})},userInfo:{type:Object,default:()=>({})},styleSetting:{type:Object,default:()=>({})},defaultValue:{type:Object,default:()=>({})},dbParams:{type:Object},row:{type:Object,default:()=>({})},item:{type:Object,default:()=>({_own:{}})},defaultFieldList:{type:Array,default:()=>[]},cacheUniqueKey:{type:Object,default:()=>({_own:{}})},params_formId:[String,Number],formType:{type:Object,default:()=>({_own:{}})},isDetail:{type:Boolean,default:!1},handleFormTableValue:Function},emits:["tableBlur","valueOnChange","handlerAddOptions","opentableSelect"],setup(e,{emit:m}){const f=e,g=s(),y=a(!1),S=a(null),b=a({}),v=a(),C=a(!1),k=()=>{},_=a(),D=a(),w=a(!1),O=a(!1),T=a(!1),{fetching:R,timeout:F,curOptions:j,selectedOptions:A,levelNum:P,cascaderInitLabel:I,defList:L,panelOpen:V,searchAddObj:q,searchPageConfig:M,optionsMaxWidth:B,cacheReqOptionsParams:H,hotSearchConfig:x,searchShowHotList:G,showHotSearchConfig:U,showSearchEmpty:$,selectIsOpen:E,isnoPages:K,hanldeInitSearchMoreVal:N,getSearchDefParams:J,getCascadeParams:W,handleRowUnique:Q,handleGetSearchDefVal:z,handleRequestedOptions:X,handleFreeEntry:Y,formatField:Z,formatFieldValue:ee,getTitleHeader:ae,handleRequestedUniqueKey:te,dealDictionatySearch:le,handleMultipleSearch:ne,multipleSelect:re,multipleDeselect:oe,handlerAddOptions:ie,searchMoreOnChange:de,handleFormCascade:ce,hanldeGetCascadelabel:se,handleCascaderChange:he,handleCascaderFilter:ue,handleCascadeLoadData:pe,handlerDropdownVisibleChange:me,hanlderGetSearchLabel:fe,hanlderSendSelectLog:ge,handleSearchSelect:ye,handleSearchChangePage:Se,handleCalculateOptionsMaxWidth:be,handlerSearchOnFocus:ve,handleQueryParams:Ce,hideHotSearch:ke,confirmSelect:_e,hanldeRemoveDuplicates:De,getFormValue:we,cancelOptionsRequest:Oe,getHotSearchConfig:Te,handleSelectHotKeyword:Re,hanldeClearLately:Fe,closeHotSearch:je,handleSearchTracher:Ae,hanldercheckOption:Pe,handleSearchScrollTop:Ie,handleCascaderTracher:Le,handleSearchBlur:Ve,curMultipleSelected:qe,formTable:Me,hasErr:Be,handleGetJsonStr:He,handleSetFieldsValue:xe,handleGetUniqueKey:Ge,handleSysParams:Ue,defaultInit:$e,handleTableBlur:Ee,handleFormParams:Ke,radioColor:Ne,handleGetAgeUnit:Je,handleAgeToBirthDay:We,changeAgeSelect:Qe,handlerSetIdCarInfoValidate:ze,getInputCheck:Xe,getCustomRegular:Ye,checkDigital:Ze,checkAgeJson:ea,checkAge:aa,checkMultipleChoice:ta,checkLength:la,checkinputBlank:na,handlerGetDateType:ra,checkSearchCascade:oa,checkMultipleTree:ia,handleDateClearBtn:da,handleStartDateEndDate:ca,showTimePanel:sa,momentLib:ha,judgeTimeBoundary:ua,setTimeValue:pa,judgeTimeRange:ma,isSameDate:fa,setDefaultCurrent:ga,handleDefaultRimeRange:ya,judgeMinMaxDateIsSameDate:Sa,handleDefaultTimeRange:ba,changeTimeDate:va,setTimeRangeArr:Ca}=u({wrapperRef:S,refs:[],baseForm:b,curAddBtnItem:v,dropdownHide:C,$_handleTracherLog:()=>{},open:y,message:g,props:f,emit:m,axios:c,$t:k,loadDataPrimary_key:_,optionsRequestSource:D,Choose_to_complete:w,noAllow_check_mid_level:O,selsectVisible:T,$qs:()=>{}}),ka=a([{value:"_init_key_",key:"_init_key_",selectable:!1,scopedSlots:{title:"title"}}]),_a=t((()=>{let e=f.row[f.item.val_key];return null==e?void 0:e.length}));function Da(e,a){var t,l;let n=(null==(l=null==(t=null==a?void 0:a.$options)?void 0:t.propsData)?void 0:l.dataRef)||{};ye(void 0,f.item,"select",{eventType:"treeSelect",data:{...n}})}function wa(e,a){return"string"==typeof a.title&&a.includes(e)}return(a,t)=>(l(),n("div",p,[!e.isDetail||r(_a)?(l(),o(r(h),{key:0,value:e.row[e.item.val_key],"onUpdate:value":t[0]||(t[0]=a=>e.row[e.item.val_key]=a),dropdownClassName:"table-tree-select-container",onSelect:Da,filterable:"",style:{width:"100%"},"dropdown-style":{maxHeight:"293px",overflow:"auto"},options:ka.value,"key-field":"value","label-field":"title",allowClear:0==+e.item.is_empty,disabled:0==+e.item.is_edit||e.isDetail,filter:wa,placeholder:e.item.placeholder||void 0},{default:i((()=>[d(" <span"),d(' class="init-key-loading"'),d(" v-if=\"key === '_init_key_'\""),d(' slot="title"'),d(' slot-scope="{ key, value }"'),d(' style="color: #08c"'),d(" >"),d(' <span v-show="false">{{ value }}</span>'),d(" <a-spin :tip=\"`${$t('1.1.7.14')}...`\"/>"),d(" </span>")])),_:1},8,["value","options","allowClear","disabled","placeholder"])):d("v-if",!0)]))}});export{m as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./table-tree-select.vue_vue_type_script_setup_true_lang.mjs";export{default}from"./table-tree-select.vue_vue_type_script_setup_true_lang.mjs";e.__file="packages/form-table/src/components/table-tree-select.vue";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./text-over-tooltip2.mjs";export{default}from"./text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs";
|
|
@@ -0,0 +1,543 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
content: {
|
|
3
|
+
type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
|
|
4
|
+
};
|
|
5
|
+
className: StringConstructor;
|
|
6
|
+
refName: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
placement: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
tooltipTitle: {
|
|
15
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
isAlias: BooleanConstructor;
|
|
19
|
+
textColor: StringConstructor;
|
|
20
|
+
}, {
|
|
21
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
content: {
|
|
23
|
+
type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
|
|
24
|
+
};
|
|
25
|
+
className: StringConstructor;
|
|
26
|
+
refName: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
placement: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
tooltipTitle: {
|
|
35
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
isAlias: BooleanConstructor;
|
|
39
|
+
textColor: StringConstructor;
|
|
40
|
+
}>> & {
|
|
41
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
42
|
+
}>>;
|
|
43
|
+
curContent: import("vue").ComputedRef<string | Function>;
|
|
44
|
+
NTooltip: import("vue").DefineComponent<{
|
|
45
|
+
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
46
|
+
borderRadius: string;
|
|
47
|
+
boxShadow: string;
|
|
48
|
+
color: string;
|
|
49
|
+
textColor: string;
|
|
50
|
+
padding: string;
|
|
51
|
+
}, {
|
|
52
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
53
|
+
fontSize: string;
|
|
54
|
+
borderRadius: string;
|
|
55
|
+
color: string;
|
|
56
|
+
dividerColor: string;
|
|
57
|
+
textColor: string;
|
|
58
|
+
boxShadow: string;
|
|
59
|
+
space: string;
|
|
60
|
+
spaceArrow: string;
|
|
61
|
+
arrowOffset: string;
|
|
62
|
+
arrowOffsetVertical: string;
|
|
63
|
+
arrowHeight: string;
|
|
64
|
+
padding: string;
|
|
65
|
+
}, any>;
|
|
66
|
+
}>>;
|
|
67
|
+
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
68
|
+
borderRadius: string;
|
|
69
|
+
boxShadow: string;
|
|
70
|
+
color: string;
|
|
71
|
+
textColor: string;
|
|
72
|
+
padding: string;
|
|
73
|
+
}, {
|
|
74
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
75
|
+
fontSize: string;
|
|
76
|
+
borderRadius: string;
|
|
77
|
+
color: string;
|
|
78
|
+
dividerColor: string;
|
|
79
|
+
textColor: string;
|
|
80
|
+
boxShadow: string;
|
|
81
|
+
space: string;
|
|
82
|
+
spaceArrow: string;
|
|
83
|
+
arrowOffset: string;
|
|
84
|
+
arrowOffsetVertical: string;
|
|
85
|
+
arrowHeight: string;
|
|
86
|
+
padding: string;
|
|
87
|
+
}, any>;
|
|
88
|
+
}>>>;
|
|
89
|
+
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
90
|
+
borderRadius: string;
|
|
91
|
+
boxShadow: string;
|
|
92
|
+
color: string;
|
|
93
|
+
textColor: string;
|
|
94
|
+
padding: string;
|
|
95
|
+
}, {
|
|
96
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
97
|
+
fontSize: string;
|
|
98
|
+
borderRadius: string;
|
|
99
|
+
color: string;
|
|
100
|
+
dividerColor: string;
|
|
101
|
+
textColor: string;
|
|
102
|
+
boxShadow: string;
|
|
103
|
+
space: string;
|
|
104
|
+
spaceArrow: string;
|
|
105
|
+
arrowOffset: string;
|
|
106
|
+
arrowOffsetVertical: string;
|
|
107
|
+
arrowHeight: string;
|
|
108
|
+
padding: string;
|
|
109
|
+
}, any>;
|
|
110
|
+
}>>>;
|
|
111
|
+
show: {
|
|
112
|
+
type: import("vue").PropType<boolean | undefined>;
|
|
113
|
+
default: undefined;
|
|
114
|
+
};
|
|
115
|
+
defaultShow: BooleanConstructor;
|
|
116
|
+
showArrow: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
trigger: {
|
|
121
|
+
type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
delay: {
|
|
125
|
+
type: NumberConstructor;
|
|
126
|
+
default: number;
|
|
127
|
+
};
|
|
128
|
+
duration: {
|
|
129
|
+
type: NumberConstructor;
|
|
130
|
+
default: number;
|
|
131
|
+
};
|
|
132
|
+
raw: BooleanConstructor;
|
|
133
|
+
placement: {
|
|
134
|
+
type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
x: NumberConstructor;
|
|
138
|
+
y: NumberConstructor;
|
|
139
|
+
arrowPointToCenter: BooleanConstructor;
|
|
140
|
+
disabled: BooleanConstructor;
|
|
141
|
+
getDisabled: import("vue").PropType<() => boolean>;
|
|
142
|
+
displayDirective: {
|
|
143
|
+
type: import("vue").PropType<"show" | "if">;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
|
+
arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
147
|
+
flip: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
animated: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
width: {
|
|
156
|
+
type: import("vue").PropType<number | "trigger">;
|
|
157
|
+
default: undefined;
|
|
158
|
+
};
|
|
159
|
+
overlap: BooleanConstructor;
|
|
160
|
+
keepAliveOnHover: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
zIndex: NumberConstructor;
|
|
165
|
+
to: {
|
|
166
|
+
type: import("vue").PropType<string | boolean | HTMLElement>;
|
|
167
|
+
default: undefined;
|
|
168
|
+
};
|
|
169
|
+
scrollable: BooleanConstructor;
|
|
170
|
+
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
171
|
+
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
172
|
+
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
173
|
+
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
174
|
+
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
175
|
+
internalSyncTargetWithParent: BooleanConstructor;
|
|
176
|
+
internalInheritedEventHandlers: {
|
|
177
|
+
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
178
|
+
default: () => never[];
|
|
179
|
+
};
|
|
180
|
+
internalTrapFocus: BooleanConstructor;
|
|
181
|
+
internalExtraClass: {
|
|
182
|
+
type: import("vue").PropType<string[]>;
|
|
183
|
+
default: () => never[];
|
|
184
|
+
};
|
|
185
|
+
onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
186
|
+
onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
187
|
+
arrow: {
|
|
188
|
+
type: import("vue").PropType<boolean | undefined>;
|
|
189
|
+
default: undefined;
|
|
190
|
+
};
|
|
191
|
+
minWidth: NumberConstructor;
|
|
192
|
+
maxWidth: NumberConstructor;
|
|
193
|
+
}, {
|
|
194
|
+
popoverRef: import("vue").Ref<{
|
|
195
|
+
syncPosition: () => void;
|
|
196
|
+
setShow: (value: boolean) => void;
|
|
197
|
+
} | null>;
|
|
198
|
+
mergedTheme: import("vue").ComputedRef<{
|
|
199
|
+
common: {
|
|
200
|
+
baseColor: string;
|
|
201
|
+
primaryColor: string;
|
|
202
|
+
primaryColorHover: string;
|
|
203
|
+
primaryColorPressed: string;
|
|
204
|
+
primaryColorSuppl: string;
|
|
205
|
+
infoColor: string;
|
|
206
|
+
infoColorHover: string;
|
|
207
|
+
infoColorPressed: string;
|
|
208
|
+
infoColorSuppl: string;
|
|
209
|
+
successColor: string;
|
|
210
|
+
successColorHover: string;
|
|
211
|
+
successColorPressed: string;
|
|
212
|
+
successColorSuppl: string;
|
|
213
|
+
warningColor: string;
|
|
214
|
+
warningColorHover: string;
|
|
215
|
+
warningColorPressed: string;
|
|
216
|
+
warningColorSuppl: string;
|
|
217
|
+
errorColor: string;
|
|
218
|
+
errorColorHover: string;
|
|
219
|
+
errorColorPressed: string;
|
|
220
|
+
errorColorSuppl: string;
|
|
221
|
+
textColorBase: string;
|
|
222
|
+
textColor1: string;
|
|
223
|
+
textColor2: string;
|
|
224
|
+
textColor3: string;
|
|
225
|
+
textColorDisabled: string;
|
|
226
|
+
placeholderColor: string;
|
|
227
|
+
placeholderColorDisabled: string;
|
|
228
|
+
iconColor: string;
|
|
229
|
+
iconColorHover: string;
|
|
230
|
+
iconColorPressed: string;
|
|
231
|
+
iconColorDisabled: string;
|
|
232
|
+
opacity1: string;
|
|
233
|
+
opacity2: string;
|
|
234
|
+
opacity3: string;
|
|
235
|
+
opacity4: string;
|
|
236
|
+
opacity5: string;
|
|
237
|
+
dividerColor: string;
|
|
238
|
+
borderColor: string;
|
|
239
|
+
closeIconColor: string;
|
|
240
|
+
closeIconColorHover: string;
|
|
241
|
+
closeIconColorPressed: string;
|
|
242
|
+
closeColorHover: string;
|
|
243
|
+
closeColorPressed: string;
|
|
244
|
+
clearColor: string;
|
|
245
|
+
clearColorHover: string;
|
|
246
|
+
clearColorPressed: string;
|
|
247
|
+
scrollbarColor: string;
|
|
248
|
+
scrollbarColorHover: string;
|
|
249
|
+
scrollbarWidth: string;
|
|
250
|
+
scrollbarHeight: string;
|
|
251
|
+
scrollbarBorderRadius: string;
|
|
252
|
+
progressRailColor: string;
|
|
253
|
+
railColor: string;
|
|
254
|
+
popoverColor: string;
|
|
255
|
+
tableColor: string;
|
|
256
|
+
cardColor: string;
|
|
257
|
+
modalColor: string;
|
|
258
|
+
bodyColor: string;
|
|
259
|
+
tagColor: string;
|
|
260
|
+
avatarColor: string;
|
|
261
|
+
invertedColor: string;
|
|
262
|
+
inputColor: string;
|
|
263
|
+
codeColor: string;
|
|
264
|
+
tabColor: string;
|
|
265
|
+
actionColor: string;
|
|
266
|
+
tableHeaderColor: string;
|
|
267
|
+
hoverColor: string;
|
|
268
|
+
tableColorHover: string;
|
|
269
|
+
tableColorStriped: string;
|
|
270
|
+
pressedColor: string;
|
|
271
|
+
opacityDisabled: string;
|
|
272
|
+
inputColorDisabled: string;
|
|
273
|
+
buttonColor2: string;
|
|
274
|
+
buttonColor2Hover: string;
|
|
275
|
+
buttonColor2Pressed: string;
|
|
276
|
+
boxShadow1: string;
|
|
277
|
+
boxShadow2: string;
|
|
278
|
+
boxShadow3: string;
|
|
279
|
+
fontFamily: string;
|
|
280
|
+
fontFamilyMono: string;
|
|
281
|
+
fontWeight: string;
|
|
282
|
+
fontWeightStrong: string;
|
|
283
|
+
cubicBezierEaseInOut: string;
|
|
284
|
+
cubicBezierEaseOut: string;
|
|
285
|
+
cubicBezierEaseIn: string;
|
|
286
|
+
borderRadius: string;
|
|
287
|
+
borderRadiusSmall: string;
|
|
288
|
+
fontSize: string;
|
|
289
|
+
fontSizeMini: string;
|
|
290
|
+
fontSizeTiny: string;
|
|
291
|
+
fontSizeSmall: string;
|
|
292
|
+
fontSizeMedium: string;
|
|
293
|
+
fontSizeLarge: string;
|
|
294
|
+
fontSizeHuge: string;
|
|
295
|
+
lineHeight: string;
|
|
296
|
+
heightMini: string;
|
|
297
|
+
heightTiny: string;
|
|
298
|
+
heightSmall: string;
|
|
299
|
+
heightMedium: string;
|
|
300
|
+
heightLarge: string;
|
|
301
|
+
heightHuge: string;
|
|
302
|
+
name: "common";
|
|
303
|
+
};
|
|
304
|
+
self: {
|
|
305
|
+
borderRadius: string;
|
|
306
|
+
boxShadow: string;
|
|
307
|
+
color: string;
|
|
308
|
+
textColor: string;
|
|
309
|
+
padding: string;
|
|
310
|
+
};
|
|
311
|
+
peers: {
|
|
312
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
313
|
+
fontSize: string;
|
|
314
|
+
borderRadius: string;
|
|
315
|
+
color: string;
|
|
316
|
+
dividerColor: string;
|
|
317
|
+
textColor: string;
|
|
318
|
+
boxShadow: string;
|
|
319
|
+
space: string;
|
|
320
|
+
spaceArrow: string;
|
|
321
|
+
arrowOffset: string;
|
|
322
|
+
arrowOffsetVertical: string;
|
|
323
|
+
arrowHeight: string;
|
|
324
|
+
padding: string;
|
|
325
|
+
}, any>;
|
|
326
|
+
};
|
|
327
|
+
peerOverrides: {
|
|
328
|
+
Popover?: {
|
|
329
|
+
peers?: {
|
|
330
|
+
[x: string]: any;
|
|
331
|
+
} | undefined;
|
|
332
|
+
} | undefined;
|
|
333
|
+
};
|
|
334
|
+
}>;
|
|
335
|
+
popoverThemeOverrides: import("vue").ComputedRef<{
|
|
336
|
+
borderRadius: string;
|
|
337
|
+
boxShadow: string;
|
|
338
|
+
color: string;
|
|
339
|
+
textColor: string;
|
|
340
|
+
padding: string;
|
|
341
|
+
}>;
|
|
342
|
+
syncPosition: () => void;
|
|
343
|
+
setShow: (value: boolean) => void;
|
|
344
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
345
|
+
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
346
|
+
borderRadius: string;
|
|
347
|
+
boxShadow: string;
|
|
348
|
+
color: string;
|
|
349
|
+
textColor: string;
|
|
350
|
+
padding: string;
|
|
351
|
+
}, {
|
|
352
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
353
|
+
fontSize: string;
|
|
354
|
+
borderRadius: string;
|
|
355
|
+
color: string;
|
|
356
|
+
dividerColor: string;
|
|
357
|
+
textColor: string;
|
|
358
|
+
boxShadow: string;
|
|
359
|
+
space: string;
|
|
360
|
+
spaceArrow: string;
|
|
361
|
+
arrowOffset: string;
|
|
362
|
+
arrowOffsetVertical: string;
|
|
363
|
+
arrowHeight: string;
|
|
364
|
+
padding: string;
|
|
365
|
+
}, any>;
|
|
366
|
+
}>>;
|
|
367
|
+
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
368
|
+
borderRadius: string;
|
|
369
|
+
boxShadow: string;
|
|
370
|
+
color: string;
|
|
371
|
+
textColor: string;
|
|
372
|
+
padding: string;
|
|
373
|
+
}, {
|
|
374
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
375
|
+
fontSize: string;
|
|
376
|
+
borderRadius: string;
|
|
377
|
+
color: string;
|
|
378
|
+
dividerColor: string;
|
|
379
|
+
textColor: string;
|
|
380
|
+
boxShadow: string;
|
|
381
|
+
space: string;
|
|
382
|
+
spaceArrow: string;
|
|
383
|
+
arrowOffset: string;
|
|
384
|
+
arrowOffsetVertical: string;
|
|
385
|
+
arrowHeight: string;
|
|
386
|
+
padding: string;
|
|
387
|
+
}, any>;
|
|
388
|
+
}>>>;
|
|
389
|
+
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
390
|
+
borderRadius: string;
|
|
391
|
+
boxShadow: string;
|
|
392
|
+
color: string;
|
|
393
|
+
textColor: string;
|
|
394
|
+
padding: string;
|
|
395
|
+
}, {
|
|
396
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
397
|
+
fontSize: string;
|
|
398
|
+
borderRadius: string;
|
|
399
|
+
color: string;
|
|
400
|
+
dividerColor: string;
|
|
401
|
+
textColor: string;
|
|
402
|
+
boxShadow: string;
|
|
403
|
+
space: string;
|
|
404
|
+
spaceArrow: string;
|
|
405
|
+
arrowOffset: string;
|
|
406
|
+
arrowOffsetVertical: string;
|
|
407
|
+
arrowHeight: string;
|
|
408
|
+
padding: string;
|
|
409
|
+
}, any>;
|
|
410
|
+
}>>>;
|
|
411
|
+
show: {
|
|
412
|
+
type: import("vue").PropType<boolean | undefined>;
|
|
413
|
+
default: undefined;
|
|
414
|
+
};
|
|
415
|
+
defaultShow: BooleanConstructor;
|
|
416
|
+
showArrow: {
|
|
417
|
+
type: BooleanConstructor;
|
|
418
|
+
default: boolean;
|
|
419
|
+
};
|
|
420
|
+
trigger: {
|
|
421
|
+
type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
|
|
422
|
+
default: string;
|
|
423
|
+
};
|
|
424
|
+
delay: {
|
|
425
|
+
type: NumberConstructor;
|
|
426
|
+
default: number;
|
|
427
|
+
};
|
|
428
|
+
duration: {
|
|
429
|
+
type: NumberConstructor;
|
|
430
|
+
default: number;
|
|
431
|
+
};
|
|
432
|
+
raw: BooleanConstructor;
|
|
433
|
+
placement: {
|
|
434
|
+
type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
435
|
+
default: string;
|
|
436
|
+
};
|
|
437
|
+
x: NumberConstructor;
|
|
438
|
+
y: NumberConstructor;
|
|
439
|
+
arrowPointToCenter: BooleanConstructor;
|
|
440
|
+
disabled: BooleanConstructor;
|
|
441
|
+
getDisabled: import("vue").PropType<() => boolean>;
|
|
442
|
+
displayDirective: {
|
|
443
|
+
type: import("vue").PropType<"show" | "if">;
|
|
444
|
+
default: string;
|
|
445
|
+
};
|
|
446
|
+
arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
447
|
+
flip: {
|
|
448
|
+
type: BooleanConstructor;
|
|
449
|
+
default: boolean;
|
|
450
|
+
};
|
|
451
|
+
animated: {
|
|
452
|
+
type: BooleanConstructor;
|
|
453
|
+
default: boolean;
|
|
454
|
+
};
|
|
455
|
+
width: {
|
|
456
|
+
type: import("vue").PropType<number | "trigger">;
|
|
457
|
+
default: undefined;
|
|
458
|
+
};
|
|
459
|
+
overlap: BooleanConstructor;
|
|
460
|
+
keepAliveOnHover: {
|
|
461
|
+
type: BooleanConstructor;
|
|
462
|
+
default: boolean;
|
|
463
|
+
};
|
|
464
|
+
zIndex: NumberConstructor;
|
|
465
|
+
to: {
|
|
466
|
+
type: import("vue").PropType<string | boolean | HTMLElement>;
|
|
467
|
+
default: undefined;
|
|
468
|
+
};
|
|
469
|
+
scrollable: BooleanConstructor;
|
|
470
|
+
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
471
|
+
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
472
|
+
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
473
|
+
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
474
|
+
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
475
|
+
internalSyncTargetWithParent: BooleanConstructor;
|
|
476
|
+
internalInheritedEventHandlers: {
|
|
477
|
+
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
478
|
+
default: () => never[];
|
|
479
|
+
};
|
|
480
|
+
internalTrapFocus: BooleanConstructor;
|
|
481
|
+
internalExtraClass: {
|
|
482
|
+
type: import("vue").PropType<string[]>;
|
|
483
|
+
default: () => never[];
|
|
484
|
+
};
|
|
485
|
+
onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
486
|
+
onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
487
|
+
arrow: {
|
|
488
|
+
type: import("vue").PropType<boolean | undefined>;
|
|
489
|
+
default: undefined;
|
|
490
|
+
};
|
|
491
|
+
minWidth: NumberConstructor;
|
|
492
|
+
maxWidth: NumberConstructor;
|
|
493
|
+
}>>, {
|
|
494
|
+
show: boolean | undefined;
|
|
495
|
+
flip: boolean;
|
|
496
|
+
width: number | "trigger";
|
|
497
|
+
disabled: boolean;
|
|
498
|
+
duration: number;
|
|
499
|
+
to: string | boolean | HTMLElement;
|
|
500
|
+
raw: boolean;
|
|
501
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
502
|
+
overlap: boolean;
|
|
503
|
+
scrollable: boolean;
|
|
504
|
+
trigger: import("naive-ui").PopoverTrigger;
|
|
505
|
+
showArrow: boolean;
|
|
506
|
+
delay: number;
|
|
507
|
+
arrowPointToCenter: boolean;
|
|
508
|
+
displayDirective: "show" | "if";
|
|
509
|
+
keepAliveOnHover: boolean;
|
|
510
|
+
animated: boolean;
|
|
511
|
+
internalTrapFocus: boolean;
|
|
512
|
+
defaultShow: boolean;
|
|
513
|
+
internalSyncTargetWithParent: boolean;
|
|
514
|
+
internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
|
|
515
|
+
internalExtraClass: string[];
|
|
516
|
+
arrow: boolean | undefined;
|
|
517
|
+
}>;
|
|
518
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
519
|
+
content: {
|
|
520
|
+
type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
|
|
521
|
+
};
|
|
522
|
+
className: StringConstructor;
|
|
523
|
+
refName: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: string;
|
|
526
|
+
};
|
|
527
|
+
placement: {
|
|
528
|
+
type: StringConstructor;
|
|
529
|
+
default: string;
|
|
530
|
+
};
|
|
531
|
+
tooltipTitle: {
|
|
532
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
533
|
+
default: string;
|
|
534
|
+
};
|
|
535
|
+
isAlias: BooleanConstructor;
|
|
536
|
+
textColor: StringConstructor;
|
|
537
|
+
}>>, {
|
|
538
|
+
placement: string;
|
|
539
|
+
refName: string;
|
|
540
|
+
tooltipTitle: string | number;
|
|
541
|
+
isAlias: boolean;
|
|
542
|
+
}>;
|
|
543
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as t,computed as e,openBlock as o,createElementBlock as n,createVNode as l,unref as r,withCtx as i,createElementVNode as a,normalizeClass as p,normalizeStyle as s,renderSlot as u,toDisplayString as c}from"vue";import{NTooltip as m}from"naive-ui";const f={class:"text-over-tooltip-components"};var g=t({name:"text-over-tooltip",props:{content:{type:[Number,String,Function]},className:String,refName:{type:String,default:"content"},placement:{type:String,default:"top"},tooltipTitle:{type:[Number,String],default:""},isAlias:Boolean,textColor:String},setup(t){const g=t,d=e((()=>{let t=g.tooltipTitle||g.content||"";return"number"==typeof t?t.toString():t}));return(e,g)=>(o(),n("div",f,[l(r(m),{placement:t.placement},{trigger:i((()=>[a("div",{class:p(["ellipsis",t.className])},[a("i",{ref:t.refName,style:s({color:t.textColor||"unset"})},[u(e.$slots,"default"),a("i",null,c(t.content),1)],4)],2)])),default:i((()=>[a("span",null,c(r(d)),1)])),_:3},8,["placement"])]))}});export{g as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import t from"./text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs";export{default}from"./text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs";t.__file="packages/form-table/src/components/text-over-tooltip.vue";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={comTypeMap:{INPUT:"tableInput",DIGITAL:"tableDigital",TEXTAREA:"tableTextarea",RADIO:"tableSelect",RADIO_BLOCK:"tableSelect",CHECKBOX_BLOCK:"tableSelectMultiple",CHECKBOX:"tableSelectMultiple",SEARCH:"tableSearch",SEARCH_MORE:"tableSearchMore",DATE:"tableDatePicker","DATE-INPUT":"tableDatePicker","DATETIME-INPUT":"tableDatePicker",SELECT:"tableSelect",PHONE_TYPE:"tableSelect",IDCARD_TYPE:"tableSelect",tableMonthPicker:"tableMonthPicker",tableTimePicker:"tableTimePicker",tableDatePicker:"tableDatePicker",tableSelect:"tableSelect",tableInputPassword:"tableInputPassword",tableSelectMultiple:"tableSelectMultiple",AGE:"tableAge"},getComName(t={}){const{isMonthPicker_com:l,isDate_com:a,isTimePicker_com:c,isSelect_com:i,isPassword_com:r,isTreeSelect_com:o}=this,{comTypeMap:b}=e;if(a(t.html_type))return l(t)?"tableMonthPicker":c(t)?"tableTimePicker":"tableDatePicker";if(i(t))return"tableSelect";if(o(t))return"tableTreeSelect";const T=b[t.html_type];return T||"tableInput"},isMonthPicker_com:e=>e.date_format&&"YYYY-MM"==e.date_format.replace(/yyyy-MM/gi,"YYYY-MM"),isDate_com:e=>"DATE"===e||"DATE-INPUT"===e||"DATETIME-INPUT"===e,isTimePicker_com:e=>"TIME-INPUT"==e.html_type||"HH:mm:ss"==e.date_format||"HH:mm"==e.date_format,isSelect_com:e=>["SELECT","PHONE_TYPE","IDCARD_TYPE"].includes(e.html_type),isPassword_com
|
|
1
|
+
const e={comTypeMap:{INPUT:"tableInput",DIGITAL:"tableDigital",TEXTAREA:"tableTextarea",RADIO:"tableSelect",RADIO_BLOCK:"tableSelect",CHECKBOX_BLOCK:"tableSelectMultiple",CHECKBOX:"tableSelectMultiple",SEARCH:"tableSearch",SEARCH_MORE:"tableSearchMore",DATE:"tableDatePicker","DATE-INPUT":"tableDatePicker","DATETIME-INPUT":"tableDatePicker",SELECT:"tableSelect",PHONE_TYPE:"tableSelect",IDCARD_TYPE:"tableSelect",tableMonthPicker:"tableMonthPicker",tableTimePicker:"tableTimePicker",tableDatePicker:"tableDatePicker",tableSelect:"tableSelect",tableInputPassword:"tableInputPassword",tableSelectMultiple:"tableSelectMultiple",AGE:"tableAge"},getComName(t={}){const{isMonthPicker_com:l,isDate_com:a,isTimePicker_com:c,isSelect_com:i,isPassword_com:r,isTreeSelect_com:o}=this,{comTypeMap:b}=e;if(a(t.html_type))return l(t)?"tableMonthPicker":c(t)?"tableTimePicker":"tableDatePicker";if(i(t))return"tableSelect";if(o(t))return"tableTreeSelect";const T=b[t.html_type];return T||"tableInput"},isMonthPicker_com:e=>e.date_format&&"YYYY-MM"==e.date_format.replace(/yyyy-MM/gi,"YYYY-MM"),isDate_com:e=>"DATE"===e||"DATE-INPUT"===e||"DATETIME-INPUT"===e,isTimePicker_com:e=>"TIME-INPUT"==e.html_type||"HH:mm:ss"==e.date_format||"HH:mm"==e.date_format,isSelect_com:e=>["SELECT","PHONE_TYPE","IDCARD_TYPE"].includes(e.html_type),isPassword_com(e){var t;return"password"===((null==(t=null==e?void 0:e.validate)?void 0:t.obj_type)||"")},isTreeSelect_com:e=>"tree"==((null==e?void 0:e.show_type)||"")&&"SEARCH"==(null==e?void 0:e.html_type)};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{useBoundDate}from"./useBoundDate2.mjs";export{useItemDefault}from"./useItemDefault2.mjs";export{useValidate}from"./useValidate2.mjs";export{useDateType}from"./useDateType2.mjs";
|
|
1
|
+
export{useBoundDate}from"./useBoundDate2.mjs";export{useItemDefault}from"./useItemDefault2.mjs";export{useValidate}from"./useValidate2.mjs";export{useDateType}from"./useDateType2.mjs";export{useSearch}from"./useSearch2.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import a from"moment";function e({row:e,defaultFieldList:t},i,r){function d(a,i){const r={startDate:"min_date",endDate:"max_date"};if(e[i.val_key]){let a=[],e=[],d="";if("startDate"===i.attr?(a=t.filter((a=>i.group==a.group&&"endDate"===a.attr)),e=t.filter((a=>i.group==a.group&&"endDate"===a.attr))):"endDate"===i.attr&&(a=t.filter((a=>i.group==a.group&&"startDate"===a.attr)),e=t.filter((a=>i.group==a.group&&"startDate"===a.attr))),e.length&&a.length){let t=e[0].validate;t&&(d="currTime"===t[r[i.attr]]?"currTime":""),a.forEach((a=>{a.validate&&(a.validate[r[i.attr]]=d,a.validate.isSpliceHour=!1)}))}}}function m(a){const i=e[a.val_key].valueOf(),r={startDate:"min_date",endDate:"max_date"},d=
|
|
1
|
+
import a from"moment";function e({row:e,defaultFieldList:t},i,r){function d(a,i){const r={startDate:"min_date",endDate:"max_date"};if(e[i.val_key]){let a=[],e=[],d="";if("startDate"===i.attr?(a=t.filter((a=>i.group==a.group&&"endDate"===a.attr)),e=t.filter((a=>i.group==a.group&&"endDate"===a.attr))):"endDate"===i.attr&&(a=t.filter((a=>i.group==a.group&&"startDate"===a.attr)),e=t.filter((a=>i.group==a.group&&"startDate"===a.attr))),e.length&&a.length){let t=e[0].validate;t&&(d="currTime"===t[r[i.attr]]?"currTime":""),a.forEach((a=>{a.validate&&(a.validate[r[i.attr]]=d,a.validate.isSpliceHour=!1)}))}}}function m(a){const i=e[a.val_key].valueOf(),r={startDate:"min_date",endDate:"max_date"},d=n(a.date_format),m=t.filter((e=>a.group==e.group&&e.attr===a.attr));let o=[];if("startDate"===a.attr?o=t.filter((e=>a.group==e.group&&"endDate"===e.attr)):"endDate"===a.attr&&(o=t.filter((e=>a.group==e.group&&"startDate"===e.attr))),a.validate&&(_(o[0],a.validate.currTime),"YYYY-MM-dd HH:mm:ss"===a.date_format&&Y(i,a),o.forEach((e=>{e.validate&&(Reflect.set(e.validate,r[a.attr],i),Reflect.set(e.validate,"momentFormat",d),e.validate[r[a.attr]]=i,e.validate.momentFormat=d)})),m.forEach((a=>{a.validate&&(a.validate.momentFormat=d)})),("HH:mm:ss"===a.date_format||"HH:mm"===a.date_format)&&a.validate&&a.validate.setCurrTime&&(a.validate.timeRange=s(i,a)),l(a))){const{chooseDate:e}=v(i,o[0])||{},t=s(i,o[0],e);o.forEach((a=>{a.validate&&(Reflect.set(a.validate,"timeRange",t),a.validate.timeRange=t)})),u(i,a)}}function l(a){return"HH:mm:ss"===a.date_format||"HH:mm"===a.date_format||"YYYY-MM-dd HH:mm:ss"===a.date_format}function n(a){let e;switch(a){case"YYYY-MM-dd HH:mm:ss":case"HH:mm:ss":case"YYYY-MM-dd":e="days";break;case"YYYY-MM":e="months"}return e}function u(a,e){if(!e||e.validate)return;const{currTime:t}=e.validate;"currTime"===e.validate.min_date?a<t&&o(t,e):e.validate.min_date&&a<e.validate.min_date&&o(e.validate.min_date,e),"currTime"===e.validate.max_date?a>t&&o(t,e):e.validate.max_date&&a>e.validate.max_date&&o(e.validate.max_date,e)}function o(e,t){const d=i(t),m=a(e).format(d),l=a(m,d),n=t.val_key;setTimeout((()=>{r({[n]:l},t)}),20)}function v(e,t){const i={},r=a(e).format("YYYY-MM-DD");if(!t||!t.validate)return i;if(!t.validate.min_date&&!t.validate.max_date)return i.res=!1,i;if(t.validate.min_date&&t.validate.max_date){let e,d;return"currTime"!==t.validate.min_date&&"currTime"!==t.validate.max_date?(e=a(t.validate.min_date).format("YYYY-MM-DD"),d=a(t.validate.max_date).format("YYYY-MM-DD"),c(r,e,d)):"currTime"!==t.validate.min_date&&"currTime"==t.validate.max_date?(e=a(t.validate.min_date).format("YYYY-MM-DD"),d=a(t.validate.currTime).format("YYYY-MM-DD"),c(r,e,d)):"currTime"===t.validate.min_date&&"currTime"!==t.validate.max_date?(e=a(t.validate.currTime).format("YYYY-MM-DD"),d=a(t.validate.max_date).format("YYYY-MM-DD"),c(r,e,d)):(i.res=!1,i)}if(t.validate.min_date){let e;return e="currTime"===t.validate.min_date?a(t.validate.currTime).format("YYYY-MM-DD"):a(t.validate.min_date).format("YYYY-MM-DD"),c(r,e,"")}if(t.validate.max_date){let e;return e="currTime"===t.validate.max_date?a(t.validate.currTime).format("YYYY-MM-DD"):a(t.validate.max_date).format("YYYY-MM-DD"),c(r,"",e)}}function c(a,e,t){const i={};return e&&t?(i.res=a===e||a===t,i.chooseDate=a===e&&a===t?"":a===e?"min_date":a===t?"max_date":""):e?a===e?(i.chooseDate="min_date",i.res=!0):(i.chooseDate="",i.res=!1):t&&(a===t?(i.chooseDate="max_date",i.res=!0):(i.chooseDate="",i.res=!1)),i}function _(a,e){if(!a)return;const t=(null==a?void 0:a.validate)||{};"currTime"!==(null==t?void 0:t.min_date)&&"currTime"!==(null==t?void 0:t.max_date)||(t.currTime=e)}function Y(a,e){if(e.validate)if(f(e))e.validate.timeRange=s(a,e);else{const{res:t,chooseDate:i}=v(a,e)||{};e.validate.timeRange=t?s(a,e,i):{}}}function f(e){if(!e||!e.validate)return!1;if(e.validate.min_date&&e.validate.min_date){let t,i;return"currTime"!==e.validate.min_date&&"currTime"!==e.validate.max_date?(t=a(e.validate.min_date).format("YYYY-MM-DD"),i=a(e.validate.max_date).format("YYYY-MM-DD"),t===i):"currTime"!==e.validate.min_date&&"currTime"==e.validate.max_date?(t=a(e.validate.min_date).format("YYYY-MM-DD"),i=a(e.validate.currTime).format("YYYY-MM-DD"),t===i):"currTime"===e.validate.min_date&&"currTime"!==e.validate.max_date&&(t=a(e.validate.currTime).format("YYYY-MM-DD"),i=a(e.validate.max_date).format("YYYY-MM-DD"),t===i)}return!1}function s(a,e,t){let i={};if(!e||!e.validate)return{};const{currTime:r}=e.validate;return e.validate.min_date&&!e.validate.max_date?"currTime"===e.validate.min_date?i=D(a,r,"",e):e.validate.min_date&&(i=D(a,e.validate.min_date,"",e)):!e.validate.min_date&&e.validate.max_date?"currTime"===e.validate.max_date?i=D(a,"",r,e):e.validate.max_date&&(i=D(a,"",e.validate.max_date,e)):e.validate.min_date&&e.validate.max_date&&("currTime"===e.validate.min_date&&"currTime"!==e.validate.max_date?t?"max_date"===t?i=D(a,"",e.validate.max_date,e):"min_date"===t&&(i=D(a,r,"",e)):i=D(a,r,e.validate.max_date,e):"currTime"!==e.validate.min_date&&"currTime"===e.validate.max_date?t?"max_date"===t?i=D(a,"",r,e):"min_date"===t&&(i=D(a,e.validate.min_date,"",e)):i=D(a,e.validate.min_date,r,e):"currTime"!==e.validate.min_date&&"currTime"!==e.validate.max_date&&(t?"max_date"===t?i=D(a,"",e.validate.max_date,e):"min_date"===t&&(i=D(a,e.validate.min_date,"",e)):i=D(a,e.validate.min_date,e.validate.max_date,e))),i}function D(e,t,i,r){const d=a(e).hour(),m=a(e).minute();let l=0,n=24,u=0,o=60,v=0,c=60,_={};if(Reflect.set(r.validate,"isSpliceHour",!1),t&&!i){if(e>a(t).endOf("day").valueOf())return T(0,0,0,0,0,0);l=a(t).hour(),u=a(t).minute(),v=a(t).second(),_=d==l?T(0,l,0,u,0,m>u?0:v+1):T(0,l,0,0,0,0)}else if(!t&&i){if(e<a(i).startOf("day").valueOf())return T(0,0,0,0,0,0);n=a(i).hour(),o=a(i).minute(),c=a(i).second(),_=d==n?m<o?T(n+1,24,o+1,60,0,0):T(n+1,24,o+1,60,c,60):T(n+1,24,0,0,0,0)}else t&&i&&(l=a(t).hour(),u=a(t).minute(),v=a(t).second(),n=a(i).hour(),o=a(i).minute(),c=a(i).second(),Reflect.set(r.validate,"isSpliceHour",!0),_=d===n?m<o?T(l,n,o+1,60,0,0):T(l,n,o+1,60,c,60):d===l?T(l,n,0,u,0,m>u?0:v+1):T(l,n,0,0,0,0));return _}function T(a,e,t,i,r,d){const m={};return m.hArr=[a,e],m.mArr=[t,i],m.sArr=[r,d],m}return{isBoundDate:function(a,e){if(d(a,e),!a||"blur"===a.type||!e)return;"DATE"===e.html_type&&["startDate","endDate"].includes(e.attr)&&m(e)},handleDateClearBtn:d,handleStartDateEndDate:m,showTimePanel:l,momentLib:n,judgeTimeBoundary:u,setTimeValue:o,judgeTimeRange:v,isSameDate:c,setDefaultCurrent:_,handleDefaultRimeRange:Y,judgeMinMaxDateIsSameDate:f,handleDefaultTimeRange:s,changeTimeDate:D,setTimeRangeArr:T}}export{e as useBoundDate};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"moment";import{nextTick as a}from"vue";import t from"cnhis-design-vue/es/src/utils/vexutils";function i(i){function r(e){const a=(new Date).valueOf();e.validate&&(("currTime"===e.validate.max_date&&"startDate"===e.attr||"currTime"===e.validate.min_date&&"endDate"===e.attr)&&!e.validate.setCurrTime&&(Reflect.set(e.validate,"setCurrTime",!0),e.validate.timeRange=d(a,e,"match"),e.validate.currTime=a),("currTime"===e.validate.min_date&&"startDate"===e.attr||"currTime"===e.validate.max_date&&"endDate"===e.attr)&&!e.validate.setCurrTime&&(Reflect.set(e.validate,"setCurrTime",!0),e.validate.timeRange=d(a,e,"compare"),e.validate.currTime=a))}function d(a,t,i){let r={};const d=e(a).hour(),m=e(a).minute(),l=e(a).second();return"compare"===i&&"startDate"===t.attr||"match"===i&&"endDate"===t.attr?r=n(0,d,0,m,0,l+1):("compare"===i&&"endDate"===t.attr||"match"===i&&"startDate"===t.attr)&&(r=n(d+1,24,m+1,60,l,60)),r}function n(e,a,t,i,r,d){const n={};return n.hArr=[e,a],n.mArr=[t,i],n.sArr=[r,d],n}function m(e,a){const t=[];for(let i=e;i<a;i++)t.push(i);return t}return{disabledDatePicker:function(a,t){if(!t.validate)return;const i=t
|
|
1
|
+
import e from"moment";import{nextTick as a}from"vue";import t from"cnhis-design-vue/es/src/utils/vexutils";function i(i){function r(e){const a=(new Date).valueOf();e.validate&&(("currTime"===e.validate.max_date&&"startDate"===e.attr||"currTime"===e.validate.min_date&&"endDate"===e.attr)&&!e.validate.setCurrTime&&(Reflect.set(e.validate,"setCurrTime",!0),e.validate.timeRange=d(a,e,"match"),e.validate.currTime=a),("currTime"===e.validate.min_date&&"startDate"===e.attr||"currTime"===e.validate.max_date&&"endDate"===e.attr)&&!e.validate.setCurrTime&&(Reflect.set(e.validate,"setCurrTime",!0),e.validate.timeRange=d(a,e,"compare"),e.validate.currTime=a))}function d(a,t,i){let r={};const d=e(a).hour(),m=e(a).minute(),l=e(a).second();return"compare"===i&&"startDate"===t.attr||"match"===i&&"endDate"===t.attr?r=n(0,d,0,m,0,l+1):("compare"===i&&"endDate"===t.attr||"match"===i&&"startDate"===t.attr)&&(r=n(d+1,24,m+1,60,l,60)),r}function n(e,a,t,i,r,d){const n={};return n.hArr=[e,a],n.mArr=[t,i],n.sArr=[r,d],n}function m(e,a){const t=[];for(let i=e;i<a;i++)t.push(i);return t}return{disabledDatePicker:function(a,t){var i;if(!t.validate)return;const r=(null==(i=null==t?void 0:t.validate)?void 0:i.momentFormat)||"days";if(!t.validate.max_date&&t.validate.min_date){if("currTime"===t.validate.min_date)return a&&a<e().startOf(r);if(t.validate.min_date)return a&&a<e(t.validate.min_date)}if(!t.validate.min_date&&t.validate.max_date){if("currTime"===t.validate.max_date)return a>=e().endOf(r);if(t.validate.max_date)return a&&a>=e(t.validate.max_date).endOf(r)}if(t.validate.min_date&&t.validate.max_date){if("currTime"!=t.validate.min_date&&"currTime"!=t.validate.max_date)return a&&a<e(t.validate.min_date)||a&&a>=e(t.validate.max_date).endOf(r);if("currTime"==t.validate.min_date&&"currTime"!=t.validate.max_date)return a&&a<e().startOf("days")||a&&a>=e(t.validate.max_date).endOf(r);if("currTime"!=t.validate.min_date&&"currTime"==t.validate.max_date)return a&&a<e(t.validate.min_date)||a>=e().endOf(r);if("currTime"==t.validate.min_date&&"currTime"==t.validate.max_date)return a&&a<e().startOf("days")||a>=e().endOf(r)}},disabledTimePicker:function(e,a){var i;if(!a.validate)return;"YYYY-MM-dd HH:mm:ss"===a.date_format&&(!t.isEmpty(a.validate.timeRange)&&a.validate.isSpliceHour||r(a));const{timeRange:d={}}=a.validate;if(!t.isEmpty(d)){const{hArr:e=[],mArr:t=[],sArr:r=[]}=d;let n=m(e[0],e[1]);if("YYYY-MM-dd HH:mm:ss"===a.date_format&&a.validate.isSpliceHour){const a=e[1]-e[0],t=m(0,24);t.splice(e[0],a+1),n=t}let l=0;return["startDate","endDate"].includes(a.attr)&&"currTime"==(null==(i=null==a?void 0:a.validate)?void 0:i.min_date)&&(l=1),{disabledHours:()=>n,disabledMinutes:()=>m(t[0],t[1]-l),disabledSeconds:()=>m(r[0],r[1]-5*l)}}},openTimeChange:function(e,t){i.value=e,t.validate&&(e||a((()=>{Reflect.set(t.validate,"setCurrTime",!1)})))},disabledHours:function(e,a){if(!e.validate)return;!t.isEmpty(e.validate.timeRange)&&e.validate.isSpliceHour||r(e);const{timeRange:i={}}=e.validate;if(!t.isEmpty(i)){const{hArr:t=[],mArr:r=[],sArr:d=[]}=i;let n=m(t[0],t[1]);if(e.validate.min_date&&e.validate.max_date){const e=t[1]-t[0],a=m(0,24);a.splice(t[0],e+1),n=a}if("h"===a)return()=>n;if("m"===a)return()=>m(r[0],r[1]);if("s"===a)return()=>m(d[0],d[1])}},disabledMethodTimeRange:r,handleCompareTimeRange:d,setTimeRangeArr:n,range:m,openDateChange:function(e,a){}}}export{i as useDateType};
|
|
@@ -5,7 +5,7 @@ export declare function useFormCommon({ item, row, defaultValue, defaultFieldLis
|
|
|
5
5
|
defaultValue: AnyObject;
|
|
6
6
|
defaultFieldList: AnyObject[];
|
|
7
7
|
}): {
|
|
8
|
-
handleSetFieldsValue: (setObj?: AnyObject) => void;
|
|
8
|
+
handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
|
|
9
9
|
handleCheckKeyInform: (key: string) => boolean;
|
|
10
10
|
handleGetJsonStr: (str: string | AnyObject) => AnyObject;
|
|
11
11
|
handlerGetDateType: (data: AnyObject) => any;
|