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,1446 @@
|
|
|
1
|
+
import { AnyObject } from 'cnhis-design-vue/es/src/types';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
searchPageConfig: {
|
|
5
|
+
type: PropType<AnyObject>;
|
|
6
|
+
default: () => {
|
|
7
|
+
page: number;
|
|
8
|
+
total: number;
|
|
9
|
+
hasNextPage: boolean;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
handleSearchChangePage: {
|
|
13
|
+
type: FunctionConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
searchPageConfig: {
|
|
19
|
+
type: PropType<AnyObject>;
|
|
20
|
+
default: () => {
|
|
21
|
+
page: number;
|
|
22
|
+
total: number;
|
|
23
|
+
hasNextPage: boolean;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
handleSearchChangePage: {
|
|
27
|
+
type: FunctionConstructor;
|
|
28
|
+
default: () => void;
|
|
29
|
+
};
|
|
30
|
+
}>> & {
|
|
31
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
32
|
+
}>>;
|
|
33
|
+
NButton: import("vue").DefineComponent<{
|
|
34
|
+
readonly color: StringConstructor;
|
|
35
|
+
readonly textColor: StringConstructor;
|
|
36
|
+
readonly text: BooleanConstructor;
|
|
37
|
+
readonly block: BooleanConstructor;
|
|
38
|
+
readonly loading: BooleanConstructor;
|
|
39
|
+
readonly disabled: BooleanConstructor;
|
|
40
|
+
readonly circle: BooleanConstructor;
|
|
41
|
+
readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
|
|
42
|
+
readonly ghost: BooleanConstructor;
|
|
43
|
+
readonly round: BooleanConstructor;
|
|
44
|
+
readonly secondary: BooleanConstructor;
|
|
45
|
+
readonly tertiary: BooleanConstructor;
|
|
46
|
+
readonly quaternary: BooleanConstructor;
|
|
47
|
+
readonly strong: BooleanConstructor;
|
|
48
|
+
readonly focusable: {
|
|
49
|
+
readonly type: BooleanConstructor;
|
|
50
|
+
readonly default: true;
|
|
51
|
+
};
|
|
52
|
+
readonly keyboard: {
|
|
53
|
+
readonly type: BooleanConstructor;
|
|
54
|
+
readonly default: true;
|
|
55
|
+
};
|
|
56
|
+
readonly tag: {
|
|
57
|
+
readonly type: PropType<keyof HTMLElementTagNameMap>;
|
|
58
|
+
readonly default: "button";
|
|
59
|
+
};
|
|
60
|
+
readonly type: {
|
|
61
|
+
readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
|
|
62
|
+
readonly default: "default";
|
|
63
|
+
};
|
|
64
|
+
readonly dashed: BooleanConstructor;
|
|
65
|
+
readonly iconPlacement: {
|
|
66
|
+
readonly type: PropType<"left" | "right">;
|
|
67
|
+
readonly default: "left";
|
|
68
|
+
};
|
|
69
|
+
readonly attrType: {
|
|
70
|
+
readonly type: PropType<"button" | "reset" | "submit">;
|
|
71
|
+
readonly default: "button";
|
|
72
|
+
};
|
|
73
|
+
readonly bordered: {
|
|
74
|
+
readonly type: BooleanConstructor;
|
|
75
|
+
readonly default: true;
|
|
76
|
+
};
|
|
77
|
+
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
78
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
79
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
80
|
+
heightTiny: string;
|
|
81
|
+
heightSmall: string;
|
|
82
|
+
heightMedium: string;
|
|
83
|
+
heightLarge: string;
|
|
84
|
+
borderRadiusTiny: string;
|
|
85
|
+
borderRadiusSmall: string;
|
|
86
|
+
borderRadiusMedium: string;
|
|
87
|
+
borderRadiusLarge: string;
|
|
88
|
+
fontSizeTiny: string;
|
|
89
|
+
fontSizeSmall: string;
|
|
90
|
+
fontSizeMedium: string;
|
|
91
|
+
fontSizeLarge: string;
|
|
92
|
+
opacityDisabled: string;
|
|
93
|
+
colorOpacitySecondary: string;
|
|
94
|
+
colorOpacitySecondaryHover: string;
|
|
95
|
+
colorOpacitySecondaryPressed: string;
|
|
96
|
+
colorSecondary: string;
|
|
97
|
+
colorSecondaryHover: string;
|
|
98
|
+
colorSecondaryPressed: string;
|
|
99
|
+
colorTertiary: string;
|
|
100
|
+
colorTertiaryHover: string;
|
|
101
|
+
colorTertiaryPressed: string;
|
|
102
|
+
colorQuaternary: string;
|
|
103
|
+
colorQuaternaryHover: string;
|
|
104
|
+
colorQuaternaryPressed: string;
|
|
105
|
+
color: string;
|
|
106
|
+
colorHover: string;
|
|
107
|
+
colorPressed: string;
|
|
108
|
+
colorFocus: string;
|
|
109
|
+
colorDisabled: string;
|
|
110
|
+
textColor: string;
|
|
111
|
+
textColorTertiary: string;
|
|
112
|
+
textColorHover: string;
|
|
113
|
+
textColorPressed: string;
|
|
114
|
+
textColorFocus: string;
|
|
115
|
+
textColorDisabled: string;
|
|
116
|
+
textColorText: string;
|
|
117
|
+
textColorTextHover: string;
|
|
118
|
+
textColorTextPressed: string;
|
|
119
|
+
textColorTextFocus: string;
|
|
120
|
+
textColorTextDisabled: string;
|
|
121
|
+
textColorGhost: string;
|
|
122
|
+
textColorGhostHover: string;
|
|
123
|
+
textColorGhostPressed: string;
|
|
124
|
+
textColorGhostFocus: string;
|
|
125
|
+
textColorGhostDisabled: string;
|
|
126
|
+
border: string;
|
|
127
|
+
borderHover: string;
|
|
128
|
+
borderPressed: string;
|
|
129
|
+
borderFocus: string;
|
|
130
|
+
borderDisabled: string;
|
|
131
|
+
rippleColor: string;
|
|
132
|
+
colorPrimary: string;
|
|
133
|
+
colorHoverPrimary: string;
|
|
134
|
+
colorPressedPrimary: string;
|
|
135
|
+
colorFocusPrimary: string;
|
|
136
|
+
colorDisabledPrimary: string;
|
|
137
|
+
textColorPrimary: string;
|
|
138
|
+
textColorHoverPrimary: string;
|
|
139
|
+
textColorPressedPrimary: string;
|
|
140
|
+
textColorFocusPrimary: string;
|
|
141
|
+
textColorDisabledPrimary: string;
|
|
142
|
+
textColorTextPrimary: string;
|
|
143
|
+
textColorTextHoverPrimary: string;
|
|
144
|
+
textColorTextPressedPrimary: string;
|
|
145
|
+
textColorTextFocusPrimary: string;
|
|
146
|
+
textColorTextDisabledPrimary: string;
|
|
147
|
+
textColorGhostPrimary: string;
|
|
148
|
+
textColorGhostHoverPrimary: string;
|
|
149
|
+
textColorGhostPressedPrimary: string;
|
|
150
|
+
textColorGhostFocusPrimary: string;
|
|
151
|
+
textColorGhostDisabledPrimary: string;
|
|
152
|
+
borderPrimary: string;
|
|
153
|
+
borderHoverPrimary: string;
|
|
154
|
+
borderPressedPrimary: string;
|
|
155
|
+
borderFocusPrimary: string;
|
|
156
|
+
borderDisabledPrimary: string;
|
|
157
|
+
rippleColorPrimary: string;
|
|
158
|
+
colorInfo: string;
|
|
159
|
+
colorHoverInfo: string;
|
|
160
|
+
colorPressedInfo: string;
|
|
161
|
+
colorFocusInfo: string;
|
|
162
|
+
colorDisabledInfo: string;
|
|
163
|
+
textColorInfo: string;
|
|
164
|
+
textColorHoverInfo: string;
|
|
165
|
+
textColorPressedInfo: string;
|
|
166
|
+
textColorFocusInfo: string;
|
|
167
|
+
textColorDisabledInfo: string;
|
|
168
|
+
textColorTextInfo: string;
|
|
169
|
+
textColorTextHoverInfo: string;
|
|
170
|
+
textColorTextPressedInfo: string;
|
|
171
|
+
textColorTextFocusInfo: string;
|
|
172
|
+
textColorTextDisabledInfo: string;
|
|
173
|
+
textColorGhostInfo: string;
|
|
174
|
+
textColorGhostHoverInfo: string;
|
|
175
|
+
textColorGhostPressedInfo: string;
|
|
176
|
+
textColorGhostFocusInfo: string;
|
|
177
|
+
textColorGhostDisabledInfo: string;
|
|
178
|
+
borderInfo: string;
|
|
179
|
+
borderHoverInfo: string;
|
|
180
|
+
borderPressedInfo: string;
|
|
181
|
+
borderFocusInfo: string;
|
|
182
|
+
borderDisabledInfo: string;
|
|
183
|
+
rippleColorInfo: string;
|
|
184
|
+
colorSuccess: string;
|
|
185
|
+
colorHoverSuccess: string;
|
|
186
|
+
colorPressedSuccess: string;
|
|
187
|
+
colorFocusSuccess: string;
|
|
188
|
+
colorDisabledSuccess: string;
|
|
189
|
+
textColorSuccess: string;
|
|
190
|
+
textColorHoverSuccess: string;
|
|
191
|
+
textColorPressedSuccess: string;
|
|
192
|
+
textColorFocusSuccess: string;
|
|
193
|
+
textColorDisabledSuccess: string;
|
|
194
|
+
textColorTextSuccess: string;
|
|
195
|
+
textColorTextHoverSuccess: string;
|
|
196
|
+
textColorTextPressedSuccess: string;
|
|
197
|
+
textColorTextFocusSuccess: string;
|
|
198
|
+
textColorTextDisabledSuccess: string;
|
|
199
|
+
textColorGhostSuccess: string;
|
|
200
|
+
textColorGhostHoverSuccess: string;
|
|
201
|
+
textColorGhostPressedSuccess: string;
|
|
202
|
+
textColorGhostFocusSuccess: string;
|
|
203
|
+
textColorGhostDisabledSuccess: string;
|
|
204
|
+
borderSuccess: string;
|
|
205
|
+
borderHoverSuccess: string;
|
|
206
|
+
borderPressedSuccess: string;
|
|
207
|
+
borderFocusSuccess: string;
|
|
208
|
+
borderDisabledSuccess: string;
|
|
209
|
+
rippleColorSuccess: string;
|
|
210
|
+
colorWarning: string;
|
|
211
|
+
colorHoverWarning: string;
|
|
212
|
+
colorPressedWarning: string;
|
|
213
|
+
colorFocusWarning: string;
|
|
214
|
+
colorDisabledWarning: string;
|
|
215
|
+
textColorWarning: string;
|
|
216
|
+
textColorHoverWarning: string;
|
|
217
|
+
textColorPressedWarning: string;
|
|
218
|
+
textColorFocusWarning: string;
|
|
219
|
+
textColorDisabledWarning: string;
|
|
220
|
+
textColorTextWarning: string;
|
|
221
|
+
textColorTextHoverWarning: string;
|
|
222
|
+
textColorTextPressedWarning: string;
|
|
223
|
+
textColorTextFocusWarning: string;
|
|
224
|
+
textColorTextDisabledWarning: string;
|
|
225
|
+
textColorGhostWarning: string;
|
|
226
|
+
textColorGhostHoverWarning: string;
|
|
227
|
+
textColorGhostPressedWarning: string;
|
|
228
|
+
textColorGhostFocusWarning: string;
|
|
229
|
+
textColorGhostDisabledWarning: string;
|
|
230
|
+
borderWarning: string;
|
|
231
|
+
borderHoverWarning: string;
|
|
232
|
+
borderPressedWarning: string;
|
|
233
|
+
borderFocusWarning: string;
|
|
234
|
+
borderDisabledWarning: string;
|
|
235
|
+
rippleColorWarning: string;
|
|
236
|
+
colorError: string;
|
|
237
|
+
colorHoverError: string;
|
|
238
|
+
colorPressedError: string;
|
|
239
|
+
colorFocusError: string;
|
|
240
|
+
colorDisabledError: string;
|
|
241
|
+
textColorError: string;
|
|
242
|
+
textColorHoverError: string;
|
|
243
|
+
textColorPressedError: string;
|
|
244
|
+
textColorFocusError: string;
|
|
245
|
+
textColorDisabledError: string;
|
|
246
|
+
textColorTextError: string;
|
|
247
|
+
textColorTextHoverError: string;
|
|
248
|
+
textColorTextPressedError: string;
|
|
249
|
+
textColorTextFocusError: string;
|
|
250
|
+
textColorTextDisabledError: string;
|
|
251
|
+
textColorGhostError: string;
|
|
252
|
+
textColorGhostHoverError: string;
|
|
253
|
+
textColorGhostPressedError: string;
|
|
254
|
+
textColorGhostFocusError: string;
|
|
255
|
+
textColorGhostDisabledError: string;
|
|
256
|
+
borderError: string;
|
|
257
|
+
borderHoverError: string;
|
|
258
|
+
borderPressedError: string;
|
|
259
|
+
borderFocusError: string;
|
|
260
|
+
borderDisabledError: string;
|
|
261
|
+
rippleColorError: string;
|
|
262
|
+
waveOpacity: string;
|
|
263
|
+
fontWeight: string;
|
|
264
|
+
fontWeightStrong: string;
|
|
265
|
+
paddingTiny: string;
|
|
266
|
+
paddingSmall: string;
|
|
267
|
+
paddingMedium: string;
|
|
268
|
+
paddingLarge: string;
|
|
269
|
+
paddingRoundTiny: string;
|
|
270
|
+
paddingRoundSmall: string;
|
|
271
|
+
paddingRoundMedium: string;
|
|
272
|
+
paddingRoundLarge: string;
|
|
273
|
+
iconMarginTiny: string;
|
|
274
|
+
iconMarginSmall: string;
|
|
275
|
+
iconMarginMedium: string;
|
|
276
|
+
iconMarginLarge: string;
|
|
277
|
+
iconSizeTiny: string;
|
|
278
|
+
iconSizeSmall: string;
|
|
279
|
+
iconSizeMedium: string;
|
|
280
|
+
iconSizeLarge: string;
|
|
281
|
+
rippleDuration: string;
|
|
282
|
+
}, any>>;
|
|
283
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
284
|
+
heightTiny: string;
|
|
285
|
+
heightSmall: string;
|
|
286
|
+
heightMedium: string;
|
|
287
|
+
heightLarge: string;
|
|
288
|
+
borderRadiusTiny: string;
|
|
289
|
+
borderRadiusSmall: string;
|
|
290
|
+
borderRadiusMedium: string;
|
|
291
|
+
borderRadiusLarge: string;
|
|
292
|
+
fontSizeTiny: string;
|
|
293
|
+
fontSizeSmall: string;
|
|
294
|
+
fontSizeMedium: string;
|
|
295
|
+
fontSizeLarge: string;
|
|
296
|
+
opacityDisabled: string;
|
|
297
|
+
colorOpacitySecondary: string;
|
|
298
|
+
colorOpacitySecondaryHover: string;
|
|
299
|
+
colorOpacitySecondaryPressed: string;
|
|
300
|
+
colorSecondary: string;
|
|
301
|
+
colorSecondaryHover: string;
|
|
302
|
+
colorSecondaryPressed: string;
|
|
303
|
+
colorTertiary: string;
|
|
304
|
+
colorTertiaryHover: string;
|
|
305
|
+
colorTertiaryPressed: string;
|
|
306
|
+
colorQuaternary: string;
|
|
307
|
+
colorQuaternaryHover: string;
|
|
308
|
+
colorQuaternaryPressed: string;
|
|
309
|
+
color: string;
|
|
310
|
+
colorHover: string;
|
|
311
|
+
colorPressed: string;
|
|
312
|
+
colorFocus: string;
|
|
313
|
+
colorDisabled: string;
|
|
314
|
+
textColor: string;
|
|
315
|
+
textColorTertiary: string;
|
|
316
|
+
textColorHover: string;
|
|
317
|
+
textColorPressed: string;
|
|
318
|
+
textColorFocus: string;
|
|
319
|
+
textColorDisabled: string;
|
|
320
|
+
textColorText: string;
|
|
321
|
+
textColorTextHover: string;
|
|
322
|
+
textColorTextPressed: string;
|
|
323
|
+
textColorTextFocus: string;
|
|
324
|
+
textColorTextDisabled: string;
|
|
325
|
+
textColorGhost: string;
|
|
326
|
+
textColorGhostHover: string;
|
|
327
|
+
textColorGhostPressed: string;
|
|
328
|
+
textColorGhostFocus: string;
|
|
329
|
+
textColorGhostDisabled: string;
|
|
330
|
+
border: string;
|
|
331
|
+
borderHover: string;
|
|
332
|
+
borderPressed: string;
|
|
333
|
+
borderFocus: string;
|
|
334
|
+
borderDisabled: string;
|
|
335
|
+
rippleColor: string;
|
|
336
|
+
colorPrimary: string;
|
|
337
|
+
colorHoverPrimary: string;
|
|
338
|
+
colorPressedPrimary: string;
|
|
339
|
+
colorFocusPrimary: string;
|
|
340
|
+
colorDisabledPrimary: string;
|
|
341
|
+
textColorPrimary: string;
|
|
342
|
+
textColorHoverPrimary: string;
|
|
343
|
+
textColorPressedPrimary: string;
|
|
344
|
+
textColorFocusPrimary: string;
|
|
345
|
+
textColorDisabledPrimary: string;
|
|
346
|
+
textColorTextPrimary: string;
|
|
347
|
+
textColorTextHoverPrimary: string;
|
|
348
|
+
textColorTextPressedPrimary: string;
|
|
349
|
+
textColorTextFocusPrimary: string;
|
|
350
|
+
textColorTextDisabledPrimary: string;
|
|
351
|
+
textColorGhostPrimary: string;
|
|
352
|
+
textColorGhostHoverPrimary: string;
|
|
353
|
+
textColorGhostPressedPrimary: string;
|
|
354
|
+
textColorGhostFocusPrimary: string;
|
|
355
|
+
textColorGhostDisabledPrimary: string;
|
|
356
|
+
borderPrimary: string;
|
|
357
|
+
borderHoverPrimary: string;
|
|
358
|
+
borderPressedPrimary: string;
|
|
359
|
+
borderFocusPrimary: string;
|
|
360
|
+
borderDisabledPrimary: string;
|
|
361
|
+
rippleColorPrimary: string;
|
|
362
|
+
colorInfo: string;
|
|
363
|
+
colorHoverInfo: string;
|
|
364
|
+
colorPressedInfo: string;
|
|
365
|
+
colorFocusInfo: string;
|
|
366
|
+
colorDisabledInfo: string;
|
|
367
|
+
textColorInfo: string;
|
|
368
|
+
textColorHoverInfo: string;
|
|
369
|
+
textColorPressedInfo: string;
|
|
370
|
+
textColorFocusInfo: string;
|
|
371
|
+
textColorDisabledInfo: string;
|
|
372
|
+
textColorTextInfo: string;
|
|
373
|
+
textColorTextHoverInfo: string;
|
|
374
|
+
textColorTextPressedInfo: string;
|
|
375
|
+
textColorTextFocusInfo: string;
|
|
376
|
+
textColorTextDisabledInfo: string;
|
|
377
|
+
textColorGhostInfo: string;
|
|
378
|
+
textColorGhostHoverInfo: string;
|
|
379
|
+
textColorGhostPressedInfo: string;
|
|
380
|
+
textColorGhostFocusInfo: string;
|
|
381
|
+
textColorGhostDisabledInfo: string;
|
|
382
|
+
borderInfo: string;
|
|
383
|
+
borderHoverInfo: string;
|
|
384
|
+
borderPressedInfo: string;
|
|
385
|
+
borderFocusInfo: string;
|
|
386
|
+
borderDisabledInfo: string;
|
|
387
|
+
rippleColorInfo: string;
|
|
388
|
+
colorSuccess: string;
|
|
389
|
+
colorHoverSuccess: string;
|
|
390
|
+
colorPressedSuccess: string;
|
|
391
|
+
colorFocusSuccess: string;
|
|
392
|
+
colorDisabledSuccess: string;
|
|
393
|
+
textColorSuccess: string;
|
|
394
|
+
textColorHoverSuccess: string;
|
|
395
|
+
textColorPressedSuccess: string;
|
|
396
|
+
textColorFocusSuccess: string;
|
|
397
|
+
textColorDisabledSuccess: string;
|
|
398
|
+
textColorTextSuccess: string;
|
|
399
|
+
textColorTextHoverSuccess: string;
|
|
400
|
+
textColorTextPressedSuccess: string;
|
|
401
|
+
textColorTextFocusSuccess: string;
|
|
402
|
+
textColorTextDisabledSuccess: string;
|
|
403
|
+
textColorGhostSuccess: string;
|
|
404
|
+
textColorGhostHoverSuccess: string;
|
|
405
|
+
textColorGhostPressedSuccess: string;
|
|
406
|
+
textColorGhostFocusSuccess: string;
|
|
407
|
+
textColorGhostDisabledSuccess: string;
|
|
408
|
+
borderSuccess: string;
|
|
409
|
+
borderHoverSuccess: string;
|
|
410
|
+
borderPressedSuccess: string;
|
|
411
|
+
borderFocusSuccess: string;
|
|
412
|
+
borderDisabledSuccess: string;
|
|
413
|
+
rippleColorSuccess: string;
|
|
414
|
+
colorWarning: string;
|
|
415
|
+
colorHoverWarning: string;
|
|
416
|
+
colorPressedWarning: string;
|
|
417
|
+
colorFocusWarning: string;
|
|
418
|
+
colorDisabledWarning: string;
|
|
419
|
+
textColorWarning: string;
|
|
420
|
+
textColorHoverWarning: string;
|
|
421
|
+
textColorPressedWarning: string;
|
|
422
|
+
textColorFocusWarning: string;
|
|
423
|
+
textColorDisabledWarning: string;
|
|
424
|
+
textColorTextWarning: string;
|
|
425
|
+
textColorTextHoverWarning: string;
|
|
426
|
+
textColorTextPressedWarning: string;
|
|
427
|
+
textColorTextFocusWarning: string;
|
|
428
|
+
textColorTextDisabledWarning: string;
|
|
429
|
+
textColorGhostWarning: string;
|
|
430
|
+
textColorGhostHoverWarning: string;
|
|
431
|
+
textColorGhostPressedWarning: string;
|
|
432
|
+
textColorGhostFocusWarning: string;
|
|
433
|
+
textColorGhostDisabledWarning: string;
|
|
434
|
+
borderWarning: string;
|
|
435
|
+
borderHoverWarning: string;
|
|
436
|
+
borderPressedWarning: string;
|
|
437
|
+
borderFocusWarning: string;
|
|
438
|
+
borderDisabledWarning: string;
|
|
439
|
+
rippleColorWarning: string;
|
|
440
|
+
colorError: string;
|
|
441
|
+
colorHoverError: string;
|
|
442
|
+
colorPressedError: string;
|
|
443
|
+
colorFocusError: string;
|
|
444
|
+
colorDisabledError: string;
|
|
445
|
+
textColorError: string;
|
|
446
|
+
textColorHoverError: string;
|
|
447
|
+
textColorPressedError: string;
|
|
448
|
+
textColorFocusError: string;
|
|
449
|
+
textColorDisabledError: string;
|
|
450
|
+
textColorTextError: string;
|
|
451
|
+
textColorTextHoverError: string;
|
|
452
|
+
textColorTextPressedError: string;
|
|
453
|
+
textColorTextFocusError: string;
|
|
454
|
+
textColorTextDisabledError: string;
|
|
455
|
+
textColorGhostError: string;
|
|
456
|
+
textColorGhostHoverError: string;
|
|
457
|
+
textColorGhostPressedError: string;
|
|
458
|
+
textColorGhostFocusError: string;
|
|
459
|
+
textColorGhostDisabledError: string;
|
|
460
|
+
borderError: string;
|
|
461
|
+
borderHoverError: string;
|
|
462
|
+
borderPressedError: string;
|
|
463
|
+
borderFocusError: string;
|
|
464
|
+
borderDisabledError: string;
|
|
465
|
+
rippleColorError: string;
|
|
466
|
+
waveOpacity: string;
|
|
467
|
+
fontWeight: string;
|
|
468
|
+
fontWeightStrong: string;
|
|
469
|
+
paddingTiny: string;
|
|
470
|
+
paddingSmall: string;
|
|
471
|
+
paddingMedium: string;
|
|
472
|
+
paddingLarge: string;
|
|
473
|
+
paddingRoundTiny: string;
|
|
474
|
+
paddingRoundSmall: string;
|
|
475
|
+
paddingRoundMedium: string;
|
|
476
|
+
paddingRoundLarge: string;
|
|
477
|
+
iconMarginTiny: string;
|
|
478
|
+
iconMarginSmall: string;
|
|
479
|
+
iconMarginMedium: string;
|
|
480
|
+
iconMarginLarge: string;
|
|
481
|
+
iconSizeTiny: string;
|
|
482
|
+
iconSizeSmall: string;
|
|
483
|
+
iconSizeMedium: string;
|
|
484
|
+
iconSizeLarge: string;
|
|
485
|
+
rippleDuration: string;
|
|
486
|
+
}, any>>>;
|
|
487
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
488
|
+
heightTiny: string;
|
|
489
|
+
heightSmall: string;
|
|
490
|
+
heightMedium: string;
|
|
491
|
+
heightLarge: string;
|
|
492
|
+
borderRadiusTiny: string;
|
|
493
|
+
borderRadiusSmall: string;
|
|
494
|
+
borderRadiusMedium: string;
|
|
495
|
+
borderRadiusLarge: string;
|
|
496
|
+
fontSizeTiny: string;
|
|
497
|
+
fontSizeSmall: string;
|
|
498
|
+
fontSizeMedium: string;
|
|
499
|
+
fontSizeLarge: string;
|
|
500
|
+
opacityDisabled: string;
|
|
501
|
+
colorOpacitySecondary: string;
|
|
502
|
+
colorOpacitySecondaryHover: string;
|
|
503
|
+
colorOpacitySecondaryPressed: string;
|
|
504
|
+
colorSecondary: string;
|
|
505
|
+
colorSecondaryHover: string;
|
|
506
|
+
colorSecondaryPressed: string;
|
|
507
|
+
colorTertiary: string;
|
|
508
|
+
colorTertiaryHover: string;
|
|
509
|
+
colorTertiaryPressed: string;
|
|
510
|
+
colorQuaternary: string;
|
|
511
|
+
colorQuaternaryHover: string;
|
|
512
|
+
colorQuaternaryPressed: string;
|
|
513
|
+
color: string;
|
|
514
|
+
colorHover: string;
|
|
515
|
+
colorPressed: string;
|
|
516
|
+
colorFocus: string;
|
|
517
|
+
colorDisabled: string;
|
|
518
|
+
textColor: string;
|
|
519
|
+
textColorTertiary: string;
|
|
520
|
+
textColorHover: string;
|
|
521
|
+
textColorPressed: string;
|
|
522
|
+
textColorFocus: string;
|
|
523
|
+
textColorDisabled: string;
|
|
524
|
+
textColorText: string;
|
|
525
|
+
textColorTextHover: string;
|
|
526
|
+
textColorTextPressed: string;
|
|
527
|
+
textColorTextFocus: string;
|
|
528
|
+
textColorTextDisabled: string;
|
|
529
|
+
textColorGhost: string;
|
|
530
|
+
textColorGhostHover: string;
|
|
531
|
+
textColorGhostPressed: string;
|
|
532
|
+
textColorGhostFocus: string;
|
|
533
|
+
textColorGhostDisabled: string;
|
|
534
|
+
border: string;
|
|
535
|
+
borderHover: string;
|
|
536
|
+
borderPressed: string;
|
|
537
|
+
borderFocus: string;
|
|
538
|
+
borderDisabled: string;
|
|
539
|
+
rippleColor: string;
|
|
540
|
+
colorPrimary: string;
|
|
541
|
+
colorHoverPrimary: string;
|
|
542
|
+
colorPressedPrimary: string;
|
|
543
|
+
colorFocusPrimary: string;
|
|
544
|
+
colorDisabledPrimary: string;
|
|
545
|
+
textColorPrimary: string;
|
|
546
|
+
textColorHoverPrimary: string;
|
|
547
|
+
textColorPressedPrimary: string;
|
|
548
|
+
textColorFocusPrimary: string;
|
|
549
|
+
textColorDisabledPrimary: string;
|
|
550
|
+
textColorTextPrimary: string;
|
|
551
|
+
textColorTextHoverPrimary: string;
|
|
552
|
+
textColorTextPressedPrimary: string;
|
|
553
|
+
textColorTextFocusPrimary: string;
|
|
554
|
+
textColorTextDisabledPrimary: string;
|
|
555
|
+
textColorGhostPrimary: string;
|
|
556
|
+
textColorGhostHoverPrimary: string;
|
|
557
|
+
textColorGhostPressedPrimary: string;
|
|
558
|
+
textColorGhostFocusPrimary: string;
|
|
559
|
+
textColorGhostDisabledPrimary: string;
|
|
560
|
+
borderPrimary: string;
|
|
561
|
+
borderHoverPrimary: string;
|
|
562
|
+
borderPressedPrimary: string;
|
|
563
|
+
borderFocusPrimary: string;
|
|
564
|
+
borderDisabledPrimary: string;
|
|
565
|
+
rippleColorPrimary: string;
|
|
566
|
+
colorInfo: string;
|
|
567
|
+
colorHoverInfo: string;
|
|
568
|
+
colorPressedInfo: string;
|
|
569
|
+
colorFocusInfo: string;
|
|
570
|
+
colorDisabledInfo: string;
|
|
571
|
+
textColorInfo: string;
|
|
572
|
+
textColorHoverInfo: string;
|
|
573
|
+
textColorPressedInfo: string;
|
|
574
|
+
textColorFocusInfo: string;
|
|
575
|
+
textColorDisabledInfo: string;
|
|
576
|
+
textColorTextInfo: string;
|
|
577
|
+
textColorTextHoverInfo: string;
|
|
578
|
+
textColorTextPressedInfo: string;
|
|
579
|
+
textColorTextFocusInfo: string;
|
|
580
|
+
textColorTextDisabledInfo: string;
|
|
581
|
+
textColorGhostInfo: string;
|
|
582
|
+
textColorGhostHoverInfo: string;
|
|
583
|
+
textColorGhostPressedInfo: string;
|
|
584
|
+
textColorGhostFocusInfo: string;
|
|
585
|
+
textColorGhostDisabledInfo: string;
|
|
586
|
+
borderInfo: string;
|
|
587
|
+
borderHoverInfo: string;
|
|
588
|
+
borderPressedInfo: string;
|
|
589
|
+
borderFocusInfo: string;
|
|
590
|
+
borderDisabledInfo: string;
|
|
591
|
+
rippleColorInfo: string;
|
|
592
|
+
colorSuccess: string;
|
|
593
|
+
colorHoverSuccess: string;
|
|
594
|
+
colorPressedSuccess: string;
|
|
595
|
+
colorFocusSuccess: string;
|
|
596
|
+
colorDisabledSuccess: string;
|
|
597
|
+
textColorSuccess: string;
|
|
598
|
+
textColorHoverSuccess: string;
|
|
599
|
+
textColorPressedSuccess: string;
|
|
600
|
+
textColorFocusSuccess: string;
|
|
601
|
+
textColorDisabledSuccess: string;
|
|
602
|
+
textColorTextSuccess: string;
|
|
603
|
+
textColorTextHoverSuccess: string;
|
|
604
|
+
textColorTextPressedSuccess: string;
|
|
605
|
+
textColorTextFocusSuccess: string;
|
|
606
|
+
textColorTextDisabledSuccess: string;
|
|
607
|
+
textColorGhostSuccess: string;
|
|
608
|
+
textColorGhostHoverSuccess: string;
|
|
609
|
+
textColorGhostPressedSuccess: string;
|
|
610
|
+
textColorGhostFocusSuccess: string;
|
|
611
|
+
textColorGhostDisabledSuccess: string;
|
|
612
|
+
borderSuccess: string;
|
|
613
|
+
borderHoverSuccess: string;
|
|
614
|
+
borderPressedSuccess: string;
|
|
615
|
+
borderFocusSuccess: string;
|
|
616
|
+
borderDisabledSuccess: string;
|
|
617
|
+
rippleColorSuccess: string;
|
|
618
|
+
colorWarning: string;
|
|
619
|
+
colorHoverWarning: string;
|
|
620
|
+
colorPressedWarning: string;
|
|
621
|
+
colorFocusWarning: string;
|
|
622
|
+
colorDisabledWarning: string;
|
|
623
|
+
textColorWarning: string;
|
|
624
|
+
textColorHoverWarning: string;
|
|
625
|
+
textColorPressedWarning: string;
|
|
626
|
+
textColorFocusWarning: string;
|
|
627
|
+
textColorDisabledWarning: string;
|
|
628
|
+
textColorTextWarning: string;
|
|
629
|
+
textColorTextHoverWarning: string;
|
|
630
|
+
textColorTextPressedWarning: string;
|
|
631
|
+
textColorTextFocusWarning: string;
|
|
632
|
+
textColorTextDisabledWarning: string;
|
|
633
|
+
textColorGhostWarning: string;
|
|
634
|
+
textColorGhostHoverWarning: string;
|
|
635
|
+
textColorGhostPressedWarning: string;
|
|
636
|
+
textColorGhostFocusWarning: string;
|
|
637
|
+
textColorGhostDisabledWarning: string;
|
|
638
|
+
borderWarning: string;
|
|
639
|
+
borderHoverWarning: string;
|
|
640
|
+
borderPressedWarning: string;
|
|
641
|
+
borderFocusWarning: string;
|
|
642
|
+
borderDisabledWarning: string;
|
|
643
|
+
rippleColorWarning: string;
|
|
644
|
+
colorError: string;
|
|
645
|
+
colorHoverError: string;
|
|
646
|
+
colorPressedError: string;
|
|
647
|
+
colorFocusError: string;
|
|
648
|
+
colorDisabledError: string;
|
|
649
|
+
textColorError: string;
|
|
650
|
+
textColorHoverError: string;
|
|
651
|
+
textColorPressedError: string;
|
|
652
|
+
textColorFocusError: string;
|
|
653
|
+
textColorDisabledError: string;
|
|
654
|
+
textColorTextError: string;
|
|
655
|
+
textColorTextHoverError: string;
|
|
656
|
+
textColorTextPressedError: string;
|
|
657
|
+
textColorTextFocusError: string;
|
|
658
|
+
textColorTextDisabledError: string;
|
|
659
|
+
textColorGhostError: string;
|
|
660
|
+
textColorGhostHoverError: string;
|
|
661
|
+
textColorGhostPressedError: string;
|
|
662
|
+
textColorGhostFocusError: string;
|
|
663
|
+
textColorGhostDisabledError: string;
|
|
664
|
+
borderError: string;
|
|
665
|
+
borderHoverError: string;
|
|
666
|
+
borderPressedError: string;
|
|
667
|
+
borderFocusError: string;
|
|
668
|
+
borderDisabledError: string;
|
|
669
|
+
rippleColorError: string;
|
|
670
|
+
waveOpacity: string;
|
|
671
|
+
fontWeight: string;
|
|
672
|
+
fontWeightStrong: string;
|
|
673
|
+
paddingTiny: string;
|
|
674
|
+
paddingSmall: string;
|
|
675
|
+
paddingMedium: string;
|
|
676
|
+
paddingLarge: string;
|
|
677
|
+
paddingRoundTiny: string;
|
|
678
|
+
paddingRoundSmall: string;
|
|
679
|
+
paddingRoundMedium: string;
|
|
680
|
+
paddingRoundLarge: string;
|
|
681
|
+
iconMarginTiny: string;
|
|
682
|
+
iconMarginSmall: string;
|
|
683
|
+
iconMarginMedium: string;
|
|
684
|
+
iconMarginLarge: string;
|
|
685
|
+
iconSizeTiny: string;
|
|
686
|
+
iconSizeSmall: string;
|
|
687
|
+
iconSizeMedium: string;
|
|
688
|
+
iconSizeLarge: string;
|
|
689
|
+
rippleDuration: string;
|
|
690
|
+
}, any>>>;
|
|
691
|
+
}, {
|
|
692
|
+
selfElRef: import("vue").Ref<HTMLElement | null>;
|
|
693
|
+
waveElRef: import("vue").Ref<{
|
|
694
|
+
play: () => void;
|
|
695
|
+
} | null>;
|
|
696
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
697
|
+
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
698
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
|
|
699
|
+
showBorder: import("vue").ComputedRef<boolean>;
|
|
700
|
+
enterPressed: import("vue").Ref<boolean>;
|
|
701
|
+
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
702
|
+
handleMousedown: (e: MouseEvent) => void;
|
|
703
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
704
|
+
handleBlur: () => void;
|
|
705
|
+
handleKeyup: (e: KeyboardEvent) => void;
|
|
706
|
+
handleClick: (e: MouseEvent) => void;
|
|
707
|
+
customColorCssVars: import("vue").ComputedRef<{
|
|
708
|
+
'--n-border-color': string;
|
|
709
|
+
'--n-border-color-hover': string;
|
|
710
|
+
'--n-border-color-pressed': string;
|
|
711
|
+
'--n-border-color-focus': string;
|
|
712
|
+
'--n-border-color-disabled': string;
|
|
713
|
+
} | null>;
|
|
714
|
+
cssVars: import("vue").ComputedRef<{
|
|
715
|
+
'--n-width': string;
|
|
716
|
+
'--n-height': string;
|
|
717
|
+
'--n-font-size': string;
|
|
718
|
+
'--n-padding': string;
|
|
719
|
+
'--n-icon-size': string;
|
|
720
|
+
'--n-icon-margin': string;
|
|
721
|
+
'--n-border-radius': string;
|
|
722
|
+
'--n-border': string;
|
|
723
|
+
'--n-border-hover': string;
|
|
724
|
+
'--n-border-pressed': string;
|
|
725
|
+
'--n-border-focus': string;
|
|
726
|
+
'--n-border-disabled': string;
|
|
727
|
+
'--n-color': string;
|
|
728
|
+
'--n-color-hover': string;
|
|
729
|
+
'--n-color-pressed': string;
|
|
730
|
+
'--n-color-focus': string;
|
|
731
|
+
'--n-color-disabled': string;
|
|
732
|
+
'--n-ripple-color': string;
|
|
733
|
+
'--n-text-color': string;
|
|
734
|
+
'--n-text-color-hover': string;
|
|
735
|
+
'--n-text-color-pressed': string;
|
|
736
|
+
'--n-text-color-focus': string;
|
|
737
|
+
'--n-text-color-disabled': string;
|
|
738
|
+
'font-weight': string;
|
|
739
|
+
'--n-bezier': string;
|
|
740
|
+
'--n-bezier-ease-out': string;
|
|
741
|
+
'--n-ripple-duration': string;
|
|
742
|
+
'--n-opacity-disabled': string;
|
|
743
|
+
'--n-wave-opacity': string;
|
|
744
|
+
}> | undefined;
|
|
745
|
+
themeClass: import("vue").Ref<string> | undefined;
|
|
746
|
+
onRender: (() => void) | undefined;
|
|
747
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
748
|
+
readonly color: StringConstructor;
|
|
749
|
+
readonly textColor: StringConstructor;
|
|
750
|
+
readonly text: BooleanConstructor;
|
|
751
|
+
readonly block: BooleanConstructor;
|
|
752
|
+
readonly loading: BooleanConstructor;
|
|
753
|
+
readonly disabled: BooleanConstructor;
|
|
754
|
+
readonly circle: BooleanConstructor;
|
|
755
|
+
readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
|
|
756
|
+
readonly ghost: BooleanConstructor;
|
|
757
|
+
readonly round: BooleanConstructor;
|
|
758
|
+
readonly secondary: BooleanConstructor;
|
|
759
|
+
readonly tertiary: BooleanConstructor;
|
|
760
|
+
readonly quaternary: BooleanConstructor;
|
|
761
|
+
readonly strong: BooleanConstructor;
|
|
762
|
+
readonly focusable: {
|
|
763
|
+
readonly type: BooleanConstructor;
|
|
764
|
+
readonly default: true;
|
|
765
|
+
};
|
|
766
|
+
readonly keyboard: {
|
|
767
|
+
readonly type: BooleanConstructor;
|
|
768
|
+
readonly default: true;
|
|
769
|
+
};
|
|
770
|
+
readonly tag: {
|
|
771
|
+
readonly type: PropType<keyof HTMLElementTagNameMap>;
|
|
772
|
+
readonly default: "button";
|
|
773
|
+
};
|
|
774
|
+
readonly type: {
|
|
775
|
+
readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
|
|
776
|
+
readonly default: "default";
|
|
777
|
+
};
|
|
778
|
+
readonly dashed: BooleanConstructor;
|
|
779
|
+
readonly iconPlacement: {
|
|
780
|
+
readonly type: PropType<"left" | "right">;
|
|
781
|
+
readonly default: "left";
|
|
782
|
+
};
|
|
783
|
+
readonly attrType: {
|
|
784
|
+
readonly type: PropType<"button" | "reset" | "submit">;
|
|
785
|
+
readonly default: "button";
|
|
786
|
+
};
|
|
787
|
+
readonly bordered: {
|
|
788
|
+
readonly type: BooleanConstructor;
|
|
789
|
+
readonly default: true;
|
|
790
|
+
};
|
|
791
|
+
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
792
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
793
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
794
|
+
heightTiny: string;
|
|
795
|
+
heightSmall: string;
|
|
796
|
+
heightMedium: string;
|
|
797
|
+
heightLarge: string;
|
|
798
|
+
borderRadiusTiny: string;
|
|
799
|
+
borderRadiusSmall: string;
|
|
800
|
+
borderRadiusMedium: string;
|
|
801
|
+
borderRadiusLarge: string;
|
|
802
|
+
fontSizeTiny: string;
|
|
803
|
+
fontSizeSmall: string;
|
|
804
|
+
fontSizeMedium: string;
|
|
805
|
+
fontSizeLarge: string;
|
|
806
|
+
opacityDisabled: string;
|
|
807
|
+
colorOpacitySecondary: string;
|
|
808
|
+
colorOpacitySecondaryHover: string;
|
|
809
|
+
colorOpacitySecondaryPressed: string;
|
|
810
|
+
colorSecondary: string;
|
|
811
|
+
colorSecondaryHover: string;
|
|
812
|
+
colorSecondaryPressed: string;
|
|
813
|
+
colorTertiary: string;
|
|
814
|
+
colorTertiaryHover: string;
|
|
815
|
+
colorTertiaryPressed: string;
|
|
816
|
+
colorQuaternary: string;
|
|
817
|
+
colorQuaternaryHover: string;
|
|
818
|
+
colorQuaternaryPressed: string;
|
|
819
|
+
color: string;
|
|
820
|
+
colorHover: string;
|
|
821
|
+
colorPressed: string;
|
|
822
|
+
colorFocus: string;
|
|
823
|
+
colorDisabled: string;
|
|
824
|
+
textColor: string;
|
|
825
|
+
textColorTertiary: string;
|
|
826
|
+
textColorHover: string;
|
|
827
|
+
textColorPressed: string;
|
|
828
|
+
textColorFocus: string;
|
|
829
|
+
textColorDisabled: string;
|
|
830
|
+
textColorText: string;
|
|
831
|
+
textColorTextHover: string;
|
|
832
|
+
textColorTextPressed: string;
|
|
833
|
+
textColorTextFocus: string;
|
|
834
|
+
textColorTextDisabled: string;
|
|
835
|
+
textColorGhost: string;
|
|
836
|
+
textColorGhostHover: string;
|
|
837
|
+
textColorGhostPressed: string;
|
|
838
|
+
textColorGhostFocus: string;
|
|
839
|
+
textColorGhostDisabled: string;
|
|
840
|
+
border: string;
|
|
841
|
+
borderHover: string;
|
|
842
|
+
borderPressed: string;
|
|
843
|
+
borderFocus: string;
|
|
844
|
+
borderDisabled: string;
|
|
845
|
+
rippleColor: string;
|
|
846
|
+
colorPrimary: string;
|
|
847
|
+
colorHoverPrimary: string;
|
|
848
|
+
colorPressedPrimary: string;
|
|
849
|
+
colorFocusPrimary: string;
|
|
850
|
+
colorDisabledPrimary: string;
|
|
851
|
+
textColorPrimary: string;
|
|
852
|
+
textColorHoverPrimary: string;
|
|
853
|
+
textColorPressedPrimary: string;
|
|
854
|
+
textColorFocusPrimary: string;
|
|
855
|
+
textColorDisabledPrimary: string;
|
|
856
|
+
textColorTextPrimary: string;
|
|
857
|
+
textColorTextHoverPrimary: string;
|
|
858
|
+
textColorTextPressedPrimary: string;
|
|
859
|
+
textColorTextFocusPrimary: string;
|
|
860
|
+
textColorTextDisabledPrimary: string;
|
|
861
|
+
textColorGhostPrimary: string;
|
|
862
|
+
textColorGhostHoverPrimary: string;
|
|
863
|
+
textColorGhostPressedPrimary: string;
|
|
864
|
+
textColorGhostFocusPrimary: string;
|
|
865
|
+
textColorGhostDisabledPrimary: string;
|
|
866
|
+
borderPrimary: string;
|
|
867
|
+
borderHoverPrimary: string;
|
|
868
|
+
borderPressedPrimary: string;
|
|
869
|
+
borderFocusPrimary: string;
|
|
870
|
+
borderDisabledPrimary: string;
|
|
871
|
+
rippleColorPrimary: string;
|
|
872
|
+
colorInfo: string;
|
|
873
|
+
colorHoverInfo: string;
|
|
874
|
+
colorPressedInfo: string;
|
|
875
|
+
colorFocusInfo: string;
|
|
876
|
+
colorDisabledInfo: string;
|
|
877
|
+
textColorInfo: string;
|
|
878
|
+
textColorHoverInfo: string;
|
|
879
|
+
textColorPressedInfo: string;
|
|
880
|
+
textColorFocusInfo: string;
|
|
881
|
+
textColorDisabledInfo: string;
|
|
882
|
+
textColorTextInfo: string;
|
|
883
|
+
textColorTextHoverInfo: string;
|
|
884
|
+
textColorTextPressedInfo: string;
|
|
885
|
+
textColorTextFocusInfo: string;
|
|
886
|
+
textColorTextDisabledInfo: string;
|
|
887
|
+
textColorGhostInfo: string;
|
|
888
|
+
textColorGhostHoverInfo: string;
|
|
889
|
+
textColorGhostPressedInfo: string;
|
|
890
|
+
textColorGhostFocusInfo: string;
|
|
891
|
+
textColorGhostDisabledInfo: string;
|
|
892
|
+
borderInfo: string;
|
|
893
|
+
borderHoverInfo: string;
|
|
894
|
+
borderPressedInfo: string;
|
|
895
|
+
borderFocusInfo: string;
|
|
896
|
+
borderDisabledInfo: string;
|
|
897
|
+
rippleColorInfo: string;
|
|
898
|
+
colorSuccess: string;
|
|
899
|
+
colorHoverSuccess: string;
|
|
900
|
+
colorPressedSuccess: string;
|
|
901
|
+
colorFocusSuccess: string;
|
|
902
|
+
colorDisabledSuccess: string;
|
|
903
|
+
textColorSuccess: string;
|
|
904
|
+
textColorHoverSuccess: string;
|
|
905
|
+
textColorPressedSuccess: string;
|
|
906
|
+
textColorFocusSuccess: string;
|
|
907
|
+
textColorDisabledSuccess: string;
|
|
908
|
+
textColorTextSuccess: string;
|
|
909
|
+
textColorTextHoverSuccess: string;
|
|
910
|
+
textColorTextPressedSuccess: string;
|
|
911
|
+
textColorTextFocusSuccess: string;
|
|
912
|
+
textColorTextDisabledSuccess: string;
|
|
913
|
+
textColorGhostSuccess: string;
|
|
914
|
+
textColorGhostHoverSuccess: string;
|
|
915
|
+
textColorGhostPressedSuccess: string;
|
|
916
|
+
textColorGhostFocusSuccess: string;
|
|
917
|
+
textColorGhostDisabledSuccess: string;
|
|
918
|
+
borderSuccess: string;
|
|
919
|
+
borderHoverSuccess: string;
|
|
920
|
+
borderPressedSuccess: string;
|
|
921
|
+
borderFocusSuccess: string;
|
|
922
|
+
borderDisabledSuccess: string;
|
|
923
|
+
rippleColorSuccess: string;
|
|
924
|
+
colorWarning: string;
|
|
925
|
+
colorHoverWarning: string;
|
|
926
|
+
colorPressedWarning: string;
|
|
927
|
+
colorFocusWarning: string;
|
|
928
|
+
colorDisabledWarning: string;
|
|
929
|
+
textColorWarning: string;
|
|
930
|
+
textColorHoverWarning: string;
|
|
931
|
+
textColorPressedWarning: string;
|
|
932
|
+
textColorFocusWarning: string;
|
|
933
|
+
textColorDisabledWarning: string;
|
|
934
|
+
textColorTextWarning: string;
|
|
935
|
+
textColorTextHoverWarning: string;
|
|
936
|
+
textColorTextPressedWarning: string;
|
|
937
|
+
textColorTextFocusWarning: string;
|
|
938
|
+
textColorTextDisabledWarning: string;
|
|
939
|
+
textColorGhostWarning: string;
|
|
940
|
+
textColorGhostHoverWarning: string;
|
|
941
|
+
textColorGhostPressedWarning: string;
|
|
942
|
+
textColorGhostFocusWarning: string;
|
|
943
|
+
textColorGhostDisabledWarning: string;
|
|
944
|
+
borderWarning: string;
|
|
945
|
+
borderHoverWarning: string;
|
|
946
|
+
borderPressedWarning: string;
|
|
947
|
+
borderFocusWarning: string;
|
|
948
|
+
borderDisabledWarning: string;
|
|
949
|
+
rippleColorWarning: string;
|
|
950
|
+
colorError: string;
|
|
951
|
+
colorHoverError: string;
|
|
952
|
+
colorPressedError: string;
|
|
953
|
+
colorFocusError: string;
|
|
954
|
+
colorDisabledError: string;
|
|
955
|
+
textColorError: string;
|
|
956
|
+
textColorHoverError: string;
|
|
957
|
+
textColorPressedError: string;
|
|
958
|
+
textColorFocusError: string;
|
|
959
|
+
textColorDisabledError: string;
|
|
960
|
+
textColorTextError: string;
|
|
961
|
+
textColorTextHoverError: string;
|
|
962
|
+
textColorTextPressedError: string;
|
|
963
|
+
textColorTextFocusError: string;
|
|
964
|
+
textColorTextDisabledError: string;
|
|
965
|
+
textColorGhostError: string;
|
|
966
|
+
textColorGhostHoverError: string;
|
|
967
|
+
textColorGhostPressedError: string;
|
|
968
|
+
textColorGhostFocusError: string;
|
|
969
|
+
textColorGhostDisabledError: string;
|
|
970
|
+
borderError: string;
|
|
971
|
+
borderHoverError: string;
|
|
972
|
+
borderPressedError: string;
|
|
973
|
+
borderFocusError: string;
|
|
974
|
+
borderDisabledError: string;
|
|
975
|
+
rippleColorError: string;
|
|
976
|
+
waveOpacity: string;
|
|
977
|
+
fontWeight: string;
|
|
978
|
+
fontWeightStrong: string;
|
|
979
|
+
paddingTiny: string;
|
|
980
|
+
paddingSmall: string;
|
|
981
|
+
paddingMedium: string;
|
|
982
|
+
paddingLarge: string;
|
|
983
|
+
paddingRoundTiny: string;
|
|
984
|
+
paddingRoundSmall: string;
|
|
985
|
+
paddingRoundMedium: string;
|
|
986
|
+
paddingRoundLarge: string;
|
|
987
|
+
iconMarginTiny: string;
|
|
988
|
+
iconMarginSmall: string;
|
|
989
|
+
iconMarginMedium: string;
|
|
990
|
+
iconMarginLarge: string;
|
|
991
|
+
iconSizeTiny: string;
|
|
992
|
+
iconSizeSmall: string;
|
|
993
|
+
iconSizeMedium: string;
|
|
994
|
+
iconSizeLarge: string;
|
|
995
|
+
rippleDuration: string;
|
|
996
|
+
}, any>>;
|
|
997
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
998
|
+
heightTiny: string;
|
|
999
|
+
heightSmall: string;
|
|
1000
|
+
heightMedium: string;
|
|
1001
|
+
heightLarge: string;
|
|
1002
|
+
borderRadiusTiny: string;
|
|
1003
|
+
borderRadiusSmall: string;
|
|
1004
|
+
borderRadiusMedium: string;
|
|
1005
|
+
borderRadiusLarge: string;
|
|
1006
|
+
fontSizeTiny: string;
|
|
1007
|
+
fontSizeSmall: string;
|
|
1008
|
+
fontSizeMedium: string;
|
|
1009
|
+
fontSizeLarge: string;
|
|
1010
|
+
opacityDisabled: string;
|
|
1011
|
+
colorOpacitySecondary: string;
|
|
1012
|
+
colorOpacitySecondaryHover: string;
|
|
1013
|
+
colorOpacitySecondaryPressed: string;
|
|
1014
|
+
colorSecondary: string;
|
|
1015
|
+
colorSecondaryHover: string;
|
|
1016
|
+
colorSecondaryPressed: string;
|
|
1017
|
+
colorTertiary: string;
|
|
1018
|
+
colorTertiaryHover: string;
|
|
1019
|
+
colorTertiaryPressed: string;
|
|
1020
|
+
colorQuaternary: string;
|
|
1021
|
+
colorQuaternaryHover: string;
|
|
1022
|
+
colorQuaternaryPressed: string;
|
|
1023
|
+
color: string;
|
|
1024
|
+
colorHover: string;
|
|
1025
|
+
colorPressed: string;
|
|
1026
|
+
colorFocus: string;
|
|
1027
|
+
colorDisabled: string;
|
|
1028
|
+
textColor: string;
|
|
1029
|
+
textColorTertiary: string;
|
|
1030
|
+
textColorHover: string;
|
|
1031
|
+
textColorPressed: string;
|
|
1032
|
+
textColorFocus: string;
|
|
1033
|
+
textColorDisabled: string;
|
|
1034
|
+
textColorText: string;
|
|
1035
|
+
textColorTextHover: string;
|
|
1036
|
+
textColorTextPressed: string;
|
|
1037
|
+
textColorTextFocus: string;
|
|
1038
|
+
textColorTextDisabled: string;
|
|
1039
|
+
textColorGhost: string;
|
|
1040
|
+
textColorGhostHover: string;
|
|
1041
|
+
textColorGhostPressed: string;
|
|
1042
|
+
textColorGhostFocus: string;
|
|
1043
|
+
textColorGhostDisabled: string;
|
|
1044
|
+
border: string;
|
|
1045
|
+
borderHover: string;
|
|
1046
|
+
borderPressed: string;
|
|
1047
|
+
borderFocus: string;
|
|
1048
|
+
borderDisabled: string;
|
|
1049
|
+
rippleColor: string;
|
|
1050
|
+
colorPrimary: string;
|
|
1051
|
+
colorHoverPrimary: string;
|
|
1052
|
+
colorPressedPrimary: string;
|
|
1053
|
+
colorFocusPrimary: string;
|
|
1054
|
+
colorDisabledPrimary: string;
|
|
1055
|
+
textColorPrimary: string;
|
|
1056
|
+
textColorHoverPrimary: string;
|
|
1057
|
+
textColorPressedPrimary: string;
|
|
1058
|
+
textColorFocusPrimary: string;
|
|
1059
|
+
textColorDisabledPrimary: string;
|
|
1060
|
+
textColorTextPrimary: string;
|
|
1061
|
+
textColorTextHoverPrimary: string;
|
|
1062
|
+
textColorTextPressedPrimary: string;
|
|
1063
|
+
textColorTextFocusPrimary: string;
|
|
1064
|
+
textColorTextDisabledPrimary: string;
|
|
1065
|
+
textColorGhostPrimary: string;
|
|
1066
|
+
textColorGhostHoverPrimary: string;
|
|
1067
|
+
textColorGhostPressedPrimary: string;
|
|
1068
|
+
textColorGhostFocusPrimary: string;
|
|
1069
|
+
textColorGhostDisabledPrimary: string;
|
|
1070
|
+
borderPrimary: string;
|
|
1071
|
+
borderHoverPrimary: string;
|
|
1072
|
+
borderPressedPrimary: string;
|
|
1073
|
+
borderFocusPrimary: string;
|
|
1074
|
+
borderDisabledPrimary: string;
|
|
1075
|
+
rippleColorPrimary: string;
|
|
1076
|
+
colorInfo: string;
|
|
1077
|
+
colorHoverInfo: string;
|
|
1078
|
+
colorPressedInfo: string;
|
|
1079
|
+
colorFocusInfo: string;
|
|
1080
|
+
colorDisabledInfo: string;
|
|
1081
|
+
textColorInfo: string;
|
|
1082
|
+
textColorHoverInfo: string;
|
|
1083
|
+
textColorPressedInfo: string;
|
|
1084
|
+
textColorFocusInfo: string;
|
|
1085
|
+
textColorDisabledInfo: string;
|
|
1086
|
+
textColorTextInfo: string;
|
|
1087
|
+
textColorTextHoverInfo: string;
|
|
1088
|
+
textColorTextPressedInfo: string;
|
|
1089
|
+
textColorTextFocusInfo: string;
|
|
1090
|
+
textColorTextDisabledInfo: string;
|
|
1091
|
+
textColorGhostInfo: string;
|
|
1092
|
+
textColorGhostHoverInfo: string;
|
|
1093
|
+
textColorGhostPressedInfo: string;
|
|
1094
|
+
textColorGhostFocusInfo: string;
|
|
1095
|
+
textColorGhostDisabledInfo: string;
|
|
1096
|
+
borderInfo: string;
|
|
1097
|
+
borderHoverInfo: string;
|
|
1098
|
+
borderPressedInfo: string;
|
|
1099
|
+
borderFocusInfo: string;
|
|
1100
|
+
borderDisabledInfo: string;
|
|
1101
|
+
rippleColorInfo: string;
|
|
1102
|
+
colorSuccess: string;
|
|
1103
|
+
colorHoverSuccess: string;
|
|
1104
|
+
colorPressedSuccess: string;
|
|
1105
|
+
colorFocusSuccess: string;
|
|
1106
|
+
colorDisabledSuccess: string;
|
|
1107
|
+
textColorSuccess: string;
|
|
1108
|
+
textColorHoverSuccess: string;
|
|
1109
|
+
textColorPressedSuccess: string;
|
|
1110
|
+
textColorFocusSuccess: string;
|
|
1111
|
+
textColorDisabledSuccess: string;
|
|
1112
|
+
textColorTextSuccess: string;
|
|
1113
|
+
textColorTextHoverSuccess: string;
|
|
1114
|
+
textColorTextPressedSuccess: string;
|
|
1115
|
+
textColorTextFocusSuccess: string;
|
|
1116
|
+
textColorTextDisabledSuccess: string;
|
|
1117
|
+
textColorGhostSuccess: string;
|
|
1118
|
+
textColorGhostHoverSuccess: string;
|
|
1119
|
+
textColorGhostPressedSuccess: string;
|
|
1120
|
+
textColorGhostFocusSuccess: string;
|
|
1121
|
+
textColorGhostDisabledSuccess: string;
|
|
1122
|
+
borderSuccess: string;
|
|
1123
|
+
borderHoverSuccess: string;
|
|
1124
|
+
borderPressedSuccess: string;
|
|
1125
|
+
borderFocusSuccess: string;
|
|
1126
|
+
borderDisabledSuccess: string;
|
|
1127
|
+
rippleColorSuccess: string;
|
|
1128
|
+
colorWarning: string;
|
|
1129
|
+
colorHoverWarning: string;
|
|
1130
|
+
colorPressedWarning: string;
|
|
1131
|
+
colorFocusWarning: string;
|
|
1132
|
+
colorDisabledWarning: string;
|
|
1133
|
+
textColorWarning: string;
|
|
1134
|
+
textColorHoverWarning: string;
|
|
1135
|
+
textColorPressedWarning: string;
|
|
1136
|
+
textColorFocusWarning: string;
|
|
1137
|
+
textColorDisabledWarning: string;
|
|
1138
|
+
textColorTextWarning: string;
|
|
1139
|
+
textColorTextHoverWarning: string;
|
|
1140
|
+
textColorTextPressedWarning: string;
|
|
1141
|
+
textColorTextFocusWarning: string;
|
|
1142
|
+
textColorTextDisabledWarning: string;
|
|
1143
|
+
textColorGhostWarning: string;
|
|
1144
|
+
textColorGhostHoverWarning: string;
|
|
1145
|
+
textColorGhostPressedWarning: string;
|
|
1146
|
+
textColorGhostFocusWarning: string;
|
|
1147
|
+
textColorGhostDisabledWarning: string;
|
|
1148
|
+
borderWarning: string;
|
|
1149
|
+
borderHoverWarning: string;
|
|
1150
|
+
borderPressedWarning: string;
|
|
1151
|
+
borderFocusWarning: string;
|
|
1152
|
+
borderDisabledWarning: string;
|
|
1153
|
+
rippleColorWarning: string;
|
|
1154
|
+
colorError: string;
|
|
1155
|
+
colorHoverError: string;
|
|
1156
|
+
colorPressedError: string;
|
|
1157
|
+
colorFocusError: string;
|
|
1158
|
+
colorDisabledError: string;
|
|
1159
|
+
textColorError: string;
|
|
1160
|
+
textColorHoverError: string;
|
|
1161
|
+
textColorPressedError: string;
|
|
1162
|
+
textColorFocusError: string;
|
|
1163
|
+
textColorDisabledError: string;
|
|
1164
|
+
textColorTextError: string;
|
|
1165
|
+
textColorTextHoverError: string;
|
|
1166
|
+
textColorTextPressedError: string;
|
|
1167
|
+
textColorTextFocusError: string;
|
|
1168
|
+
textColorTextDisabledError: string;
|
|
1169
|
+
textColorGhostError: string;
|
|
1170
|
+
textColorGhostHoverError: string;
|
|
1171
|
+
textColorGhostPressedError: string;
|
|
1172
|
+
textColorGhostFocusError: string;
|
|
1173
|
+
textColorGhostDisabledError: string;
|
|
1174
|
+
borderError: string;
|
|
1175
|
+
borderHoverError: string;
|
|
1176
|
+
borderPressedError: string;
|
|
1177
|
+
borderFocusError: string;
|
|
1178
|
+
borderDisabledError: string;
|
|
1179
|
+
rippleColorError: string;
|
|
1180
|
+
waveOpacity: string;
|
|
1181
|
+
fontWeight: string;
|
|
1182
|
+
fontWeightStrong: string;
|
|
1183
|
+
paddingTiny: string;
|
|
1184
|
+
paddingSmall: string;
|
|
1185
|
+
paddingMedium: string;
|
|
1186
|
+
paddingLarge: string;
|
|
1187
|
+
paddingRoundTiny: string;
|
|
1188
|
+
paddingRoundSmall: string;
|
|
1189
|
+
paddingRoundMedium: string;
|
|
1190
|
+
paddingRoundLarge: string;
|
|
1191
|
+
iconMarginTiny: string;
|
|
1192
|
+
iconMarginSmall: string;
|
|
1193
|
+
iconMarginMedium: string;
|
|
1194
|
+
iconMarginLarge: string;
|
|
1195
|
+
iconSizeTiny: string;
|
|
1196
|
+
iconSizeSmall: string;
|
|
1197
|
+
iconSizeMedium: string;
|
|
1198
|
+
iconSizeLarge: string;
|
|
1199
|
+
rippleDuration: string;
|
|
1200
|
+
}, any>>>;
|
|
1201
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1202
|
+
heightTiny: string;
|
|
1203
|
+
heightSmall: string;
|
|
1204
|
+
heightMedium: string;
|
|
1205
|
+
heightLarge: string;
|
|
1206
|
+
borderRadiusTiny: string;
|
|
1207
|
+
borderRadiusSmall: string;
|
|
1208
|
+
borderRadiusMedium: string;
|
|
1209
|
+
borderRadiusLarge: string;
|
|
1210
|
+
fontSizeTiny: string;
|
|
1211
|
+
fontSizeSmall: string;
|
|
1212
|
+
fontSizeMedium: string;
|
|
1213
|
+
fontSizeLarge: string;
|
|
1214
|
+
opacityDisabled: string;
|
|
1215
|
+
colorOpacitySecondary: string;
|
|
1216
|
+
colorOpacitySecondaryHover: string;
|
|
1217
|
+
colorOpacitySecondaryPressed: string;
|
|
1218
|
+
colorSecondary: string;
|
|
1219
|
+
colorSecondaryHover: string;
|
|
1220
|
+
colorSecondaryPressed: string;
|
|
1221
|
+
colorTertiary: string;
|
|
1222
|
+
colorTertiaryHover: string;
|
|
1223
|
+
colorTertiaryPressed: string;
|
|
1224
|
+
colorQuaternary: string;
|
|
1225
|
+
colorQuaternaryHover: string;
|
|
1226
|
+
colorQuaternaryPressed: string;
|
|
1227
|
+
color: string;
|
|
1228
|
+
colorHover: string;
|
|
1229
|
+
colorPressed: string;
|
|
1230
|
+
colorFocus: string;
|
|
1231
|
+
colorDisabled: string;
|
|
1232
|
+
textColor: string;
|
|
1233
|
+
textColorTertiary: string;
|
|
1234
|
+
textColorHover: string;
|
|
1235
|
+
textColorPressed: string;
|
|
1236
|
+
textColorFocus: string;
|
|
1237
|
+
textColorDisabled: string;
|
|
1238
|
+
textColorText: string;
|
|
1239
|
+
textColorTextHover: string;
|
|
1240
|
+
textColorTextPressed: string;
|
|
1241
|
+
textColorTextFocus: string;
|
|
1242
|
+
textColorTextDisabled: string;
|
|
1243
|
+
textColorGhost: string;
|
|
1244
|
+
textColorGhostHover: string;
|
|
1245
|
+
textColorGhostPressed: string;
|
|
1246
|
+
textColorGhostFocus: string;
|
|
1247
|
+
textColorGhostDisabled: string;
|
|
1248
|
+
border: string;
|
|
1249
|
+
borderHover: string;
|
|
1250
|
+
borderPressed: string;
|
|
1251
|
+
borderFocus: string;
|
|
1252
|
+
borderDisabled: string;
|
|
1253
|
+
rippleColor: string;
|
|
1254
|
+
colorPrimary: string;
|
|
1255
|
+
colorHoverPrimary: string;
|
|
1256
|
+
colorPressedPrimary: string;
|
|
1257
|
+
colorFocusPrimary: string;
|
|
1258
|
+
colorDisabledPrimary: string;
|
|
1259
|
+
textColorPrimary: string;
|
|
1260
|
+
textColorHoverPrimary: string;
|
|
1261
|
+
textColorPressedPrimary: string;
|
|
1262
|
+
textColorFocusPrimary: string;
|
|
1263
|
+
textColorDisabledPrimary: string;
|
|
1264
|
+
textColorTextPrimary: string;
|
|
1265
|
+
textColorTextHoverPrimary: string;
|
|
1266
|
+
textColorTextPressedPrimary: string;
|
|
1267
|
+
textColorTextFocusPrimary: string;
|
|
1268
|
+
textColorTextDisabledPrimary: string;
|
|
1269
|
+
textColorGhostPrimary: string;
|
|
1270
|
+
textColorGhostHoverPrimary: string;
|
|
1271
|
+
textColorGhostPressedPrimary: string;
|
|
1272
|
+
textColorGhostFocusPrimary: string;
|
|
1273
|
+
textColorGhostDisabledPrimary: string;
|
|
1274
|
+
borderPrimary: string;
|
|
1275
|
+
borderHoverPrimary: string;
|
|
1276
|
+
borderPressedPrimary: string;
|
|
1277
|
+
borderFocusPrimary: string;
|
|
1278
|
+
borderDisabledPrimary: string;
|
|
1279
|
+
rippleColorPrimary: string;
|
|
1280
|
+
colorInfo: string;
|
|
1281
|
+
colorHoverInfo: string;
|
|
1282
|
+
colorPressedInfo: string;
|
|
1283
|
+
colorFocusInfo: string;
|
|
1284
|
+
colorDisabledInfo: string;
|
|
1285
|
+
textColorInfo: string;
|
|
1286
|
+
textColorHoverInfo: string;
|
|
1287
|
+
textColorPressedInfo: string;
|
|
1288
|
+
textColorFocusInfo: string;
|
|
1289
|
+
textColorDisabledInfo: string;
|
|
1290
|
+
textColorTextInfo: string;
|
|
1291
|
+
textColorTextHoverInfo: string;
|
|
1292
|
+
textColorTextPressedInfo: string;
|
|
1293
|
+
textColorTextFocusInfo: string;
|
|
1294
|
+
textColorTextDisabledInfo: string;
|
|
1295
|
+
textColorGhostInfo: string;
|
|
1296
|
+
textColorGhostHoverInfo: string;
|
|
1297
|
+
textColorGhostPressedInfo: string;
|
|
1298
|
+
textColorGhostFocusInfo: string;
|
|
1299
|
+
textColorGhostDisabledInfo: string;
|
|
1300
|
+
borderInfo: string;
|
|
1301
|
+
borderHoverInfo: string;
|
|
1302
|
+
borderPressedInfo: string;
|
|
1303
|
+
borderFocusInfo: string;
|
|
1304
|
+
borderDisabledInfo: string;
|
|
1305
|
+
rippleColorInfo: string;
|
|
1306
|
+
colorSuccess: string;
|
|
1307
|
+
colorHoverSuccess: string;
|
|
1308
|
+
colorPressedSuccess: string;
|
|
1309
|
+
colorFocusSuccess: string;
|
|
1310
|
+
colorDisabledSuccess: string;
|
|
1311
|
+
textColorSuccess: string;
|
|
1312
|
+
textColorHoverSuccess: string;
|
|
1313
|
+
textColorPressedSuccess: string;
|
|
1314
|
+
textColorFocusSuccess: string;
|
|
1315
|
+
textColorDisabledSuccess: string;
|
|
1316
|
+
textColorTextSuccess: string;
|
|
1317
|
+
textColorTextHoverSuccess: string;
|
|
1318
|
+
textColorTextPressedSuccess: string;
|
|
1319
|
+
textColorTextFocusSuccess: string;
|
|
1320
|
+
textColorTextDisabledSuccess: string;
|
|
1321
|
+
textColorGhostSuccess: string;
|
|
1322
|
+
textColorGhostHoverSuccess: string;
|
|
1323
|
+
textColorGhostPressedSuccess: string;
|
|
1324
|
+
textColorGhostFocusSuccess: string;
|
|
1325
|
+
textColorGhostDisabledSuccess: string;
|
|
1326
|
+
borderSuccess: string;
|
|
1327
|
+
borderHoverSuccess: string;
|
|
1328
|
+
borderPressedSuccess: string;
|
|
1329
|
+
borderFocusSuccess: string;
|
|
1330
|
+
borderDisabledSuccess: string;
|
|
1331
|
+
rippleColorSuccess: string;
|
|
1332
|
+
colorWarning: string;
|
|
1333
|
+
colorHoverWarning: string;
|
|
1334
|
+
colorPressedWarning: string;
|
|
1335
|
+
colorFocusWarning: string;
|
|
1336
|
+
colorDisabledWarning: string;
|
|
1337
|
+
textColorWarning: string;
|
|
1338
|
+
textColorHoverWarning: string;
|
|
1339
|
+
textColorPressedWarning: string;
|
|
1340
|
+
textColorFocusWarning: string;
|
|
1341
|
+
textColorDisabledWarning: string;
|
|
1342
|
+
textColorTextWarning: string;
|
|
1343
|
+
textColorTextHoverWarning: string;
|
|
1344
|
+
textColorTextPressedWarning: string;
|
|
1345
|
+
textColorTextFocusWarning: string;
|
|
1346
|
+
textColorTextDisabledWarning: string;
|
|
1347
|
+
textColorGhostWarning: string;
|
|
1348
|
+
textColorGhostHoverWarning: string;
|
|
1349
|
+
textColorGhostPressedWarning: string;
|
|
1350
|
+
textColorGhostFocusWarning: string;
|
|
1351
|
+
textColorGhostDisabledWarning: string;
|
|
1352
|
+
borderWarning: string;
|
|
1353
|
+
borderHoverWarning: string;
|
|
1354
|
+
borderPressedWarning: string;
|
|
1355
|
+
borderFocusWarning: string;
|
|
1356
|
+
borderDisabledWarning: string;
|
|
1357
|
+
rippleColorWarning: string;
|
|
1358
|
+
colorError: string;
|
|
1359
|
+
colorHoverError: string;
|
|
1360
|
+
colorPressedError: string;
|
|
1361
|
+
colorFocusError: string;
|
|
1362
|
+
colorDisabledError: string;
|
|
1363
|
+
textColorError: string;
|
|
1364
|
+
textColorHoverError: string;
|
|
1365
|
+
textColorPressedError: string;
|
|
1366
|
+
textColorFocusError: string;
|
|
1367
|
+
textColorDisabledError: string;
|
|
1368
|
+
textColorTextError: string;
|
|
1369
|
+
textColorTextHoverError: string;
|
|
1370
|
+
textColorTextPressedError: string;
|
|
1371
|
+
textColorTextFocusError: string;
|
|
1372
|
+
textColorTextDisabledError: string;
|
|
1373
|
+
textColorGhostError: string;
|
|
1374
|
+
textColorGhostHoverError: string;
|
|
1375
|
+
textColorGhostPressedError: string;
|
|
1376
|
+
textColorGhostFocusError: string;
|
|
1377
|
+
textColorGhostDisabledError: string;
|
|
1378
|
+
borderError: string;
|
|
1379
|
+
borderHoverError: string;
|
|
1380
|
+
borderPressedError: string;
|
|
1381
|
+
borderFocusError: string;
|
|
1382
|
+
borderDisabledError: string;
|
|
1383
|
+
rippleColorError: string;
|
|
1384
|
+
waveOpacity: string;
|
|
1385
|
+
fontWeight: string;
|
|
1386
|
+
fontWeightStrong: string;
|
|
1387
|
+
paddingTiny: string;
|
|
1388
|
+
paddingSmall: string;
|
|
1389
|
+
paddingMedium: string;
|
|
1390
|
+
paddingLarge: string;
|
|
1391
|
+
paddingRoundTiny: string;
|
|
1392
|
+
paddingRoundSmall: string;
|
|
1393
|
+
paddingRoundMedium: string;
|
|
1394
|
+
paddingRoundLarge: string;
|
|
1395
|
+
iconMarginTiny: string;
|
|
1396
|
+
iconMarginSmall: string;
|
|
1397
|
+
iconMarginMedium: string;
|
|
1398
|
+
iconMarginLarge: string;
|
|
1399
|
+
iconSizeTiny: string;
|
|
1400
|
+
iconSizeSmall: string;
|
|
1401
|
+
iconSizeMedium: string;
|
|
1402
|
+
iconSizeLarge: string;
|
|
1403
|
+
rippleDuration: string;
|
|
1404
|
+
}, any>>>;
|
|
1405
|
+
}>>, {
|
|
1406
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1407
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1408
|
+
readonly block: boolean;
|
|
1409
|
+
readonly round: boolean;
|
|
1410
|
+
readonly dashed: boolean;
|
|
1411
|
+
readonly text: boolean;
|
|
1412
|
+
readonly circle: boolean;
|
|
1413
|
+
readonly disabled: boolean;
|
|
1414
|
+
readonly focusable: boolean;
|
|
1415
|
+
readonly strong: boolean;
|
|
1416
|
+
readonly loading: boolean;
|
|
1417
|
+
readonly bordered: boolean;
|
|
1418
|
+
readonly tertiary: boolean;
|
|
1419
|
+
readonly ghost: boolean;
|
|
1420
|
+
readonly keyboard: boolean;
|
|
1421
|
+
readonly secondary: boolean;
|
|
1422
|
+
readonly quaternary: boolean;
|
|
1423
|
+
readonly iconPlacement: "left" | "right";
|
|
1424
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1425
|
+
readonly nativeFocusBehavior: boolean;
|
|
1426
|
+
}>;
|
|
1427
|
+
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1428
|
+
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1429
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1430
|
+
searchPageConfig: {
|
|
1431
|
+
type: PropType<AnyObject>;
|
|
1432
|
+
default: () => {
|
|
1433
|
+
page: number;
|
|
1434
|
+
total: number;
|
|
1435
|
+
hasNextPage: boolean;
|
|
1436
|
+
};
|
|
1437
|
+
};
|
|
1438
|
+
handleSearchChangePage: {
|
|
1439
|
+
type: FunctionConstructor;
|
|
1440
|
+
default: () => void;
|
|
1441
|
+
};
|
|
1442
|
+
}>>, {
|
|
1443
|
+
searchPageConfig: AnyObject;
|
|
1444
|
+
handleSearchChangePage: Function;
|
|
1445
|
+
}>;
|
|
1446
|
+
export default _default;
|