ll-plus 2.3.16 → 2.3.18

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.
Files changed (79) hide show
  1. package/es/components/index.mjs +2 -2
  2. package/es/components/modal/src/modal.vue2.mjs +23 -13
  3. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  4. package/es/components/select-group/index.d.ts +18 -4
  5. package/es/components/select-group/index.mjs +1 -1
  6. package/es/components/select-group/src/select-group.d.ts +2 -1
  7. package/es/components/select-group/src/select-group.mjs +3 -2
  8. package/es/components/select-group/src/select-group.mjs.map +1 -1
  9. package/es/components/select-group/src/select-group.vue.d.ts +18 -4
  10. package/es/components/select-group/src/select-group.vue2.mjs +58 -14
  11. package/es/components/select-group/src/select-group.vue2.mjs.map +1 -1
  12. package/es/components/table/index.d.ts +19 -2
  13. package/es/components/table/index.mjs +1 -1
  14. package/es/components/table/src/components/header-search.vue.d.ts +10 -2
  15. package/es/components/table/src/components/header-search.vue2.mjs +29 -2
  16. package/es/components/table/src/components/header-search.vue2.mjs.map +1 -1
  17. package/es/components/table/src/config/header-search.d.ts +2 -0
  18. package/es/components/table/src/config/header-search.mjs +7 -1
  19. package/es/components/table/src/config/header-search.mjs.map +1 -1
  20. package/es/components/table/src/config/index.mjs +1 -1
  21. package/es/components/table/src/config/table.d.ts +4 -0
  22. package/es/components/table/src/config/table.mjs +3 -1
  23. package/es/components/table/src/config/table.mjs.map +1 -1
  24. package/es/components/table/src/table.vue.d.ts +19 -2
  25. package/es/components/table/src/table.vue2.mjs +46 -26
  26. package/es/components/table/src/table.vue2.mjs.map +1 -1
  27. package/es/index.mjs +2 -2
  28. package/index.full.js +166 -53
  29. package/index.full.min.js +22 -22
  30. package/index.full.min.js.map +1 -1
  31. package/index.full.min.mjs +19 -19
  32. package/index.full.min.mjs.map +1 -1
  33. package/index.full.mjs +164 -54
  34. package/lib/components/index.js +3 -0
  35. package/lib/components/index.js.map +1 -1
  36. package/lib/components/modal/src/modal.vue2.js +23 -13
  37. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  38. package/lib/components/select-group/index.d.ts +18 -4
  39. package/lib/components/select-group/index.js +1 -0
  40. package/lib/components/select-group/index.js.map +1 -1
  41. package/lib/components/select-group/src/select-group.d.ts +2 -1
  42. package/lib/components/select-group/src/select-group.js +3 -1
  43. package/lib/components/select-group/src/select-group.js.map +1 -1
  44. package/lib/components/select-group/src/select-group.vue.d.ts +18 -4
  45. package/lib/components/select-group/src/select-group.vue2.js +56 -12
  46. package/lib/components/select-group/src/select-group.vue2.js.map +1 -1
  47. package/lib/components/table/index.d.ts +19 -2
  48. package/lib/components/table/index.js +2 -0
  49. package/lib/components/table/index.js.map +1 -1
  50. package/lib/components/table/src/components/header-search.vue.d.ts +10 -2
  51. package/lib/components/table/src/components/header-search.vue2.js +28 -1
  52. package/lib/components/table/src/components/header-search.vue2.js.map +1 -1
  53. package/lib/components/table/src/config/header-search.d.ts +2 -0
  54. package/lib/components/table/src/config/header-search.js +7 -1
  55. package/lib/components/table/src/config/header-search.js.map +1 -1
  56. package/lib/components/table/src/config/index.js +2 -0
  57. package/lib/components/table/src/config/index.js.map +1 -1
  58. package/lib/components/table/src/config/table.d.ts +4 -0
  59. package/lib/components/table/src/config/table.js +4 -0
  60. package/lib/components/table/src/config/table.js.map +1 -1
  61. package/lib/components/table/src/table.vue.d.ts +19 -2
  62. package/lib/components/table/src/table.vue2.js +45 -25
  63. package/lib/components/table/src/table.vue2.js.map +1 -1
  64. package/lib/index.js +3 -0
  65. package/lib/index.js.map +1 -1
  66. package/package.json +1 -1
  67. package/theme-chalk/css/drawer.css +1 -1
  68. package/theme-chalk/css/index.css +1 -1
  69. package/theme-chalk/css/modal.css +1 -1
  70. package/theme-chalk/css/select-group.css +1 -1
  71. package/theme-chalk/css/table.css +1 -1
  72. package/types/packages/components/select-group/index.d.ts +18 -4
  73. package/types/packages/components/select-group/src/select-group.d.ts +2 -1
  74. package/types/packages/components/select-group/src/select-group.vue.d.ts +18 -4
  75. package/types/packages/components/table/index.d.ts +19 -2
  76. package/types/packages/components/table/src/components/header-search.vue.d.ts +10 -2
  77. package/types/packages/components/table/src/config/header-search.d.ts +2 -0
  78. package/types/packages/components/table/src/config/table.d.ts +4 -0
  79. package/types/packages/components/table/src/table.vue.d.ts +19 -2
@@ -1 +1 @@
1
- @charset "UTF-8";:root{--color-success:#52c41a;--color-warning:#faad14;--color-error:#ff4d4f;--color-info:#1187ff;--color-text-base:#000;--color-text:rgba(0, 0, 0, 0.88);--color-text-secondary:rgba(0, 0, 0, 0.65);--color-text-tertiary:rgba(0, 0, 0, 0.45);--color-text-quaternary:rgba(0, 0, 0, 0.25);--color-border:#d9d9d9;--color-border-secondary:#f0f0f0;--color-split:rgba(0, 0, 0, 0.06);--color-fill:rgba(0, 0, 0, 0.15);--color-fill-secondary:rgba(0, 0, 0, 0.06);--color-fill-tertiary:rgba(0, 0, 0, 0.04);--color-fill-quaternary:rgba(0, 0, 0, 0.02);--color-bg-base:#fff;--color-bg-container:#fff;--color-bg-elevated:#fff;--color-bg-layout:#f5f5f5;--color-bg-spotlight:rgba(0, 0, 0, 0.85);--color-bg-mask:rgba(0, 0, 0, 0.45);--control-item-bg-hover:#f4f4f4;--control-outline:rgba(238, 38, 5, 0.06);--main-bg-color:#f4f7fd;--submenu-bg-color:#fff;--menu-search-bg-color:#f6f6f6;--menu-border-color:#f0f0f0;--menu-button-icon-hover:var(--color-primary-hover);--menu-button-icon-hover-bg:rgba(0, 0, 0, 0.06);--collect-icon-color:#faad14;--header-icon-color:rgba(0, 0, 0, 0.65);--setting-bg-color:#f4f5f7;--setting-modal-bg-color:#fff;--default-icon:rgba(0, 0, 0, 0.45);--default-icon-hover:var(--color-primary-hover);--default-icon-hover-bg:rgba(0, 0, 0, 0.06);--default-icon-active:var(--color-primary-active);--default-icon-disable:rgba(0, 0, 0, 0.25);--primary-icon:var(--color-primary);--primary-icon-hover:var(--color-primary-hover);--primary-icon-active:var(--color-primary-active);--primary-icon-disabled:rgba(0, 0, 0, 0.25);--scroll-color:rgba(0, 0, 0, 0.25);--detail-descriptions-label-bg-color:#fafafa;--card-ribbon-bg-color:#e1f0ff;--card-ribbon-corner-bg-color:#5597dd;--help-des-bg-color:#fff4de;--blue-tag-bg-color:rgba(17, 135, 255, 0.1);--orange-tag-bg-color:rgba(250, 173, 20, 0.1);--green-tag-bg-color:rgba(82, 196, 26, 0.1);--success-status-bg-color:rgba(82, 196, 26, 0.08);--failure-status-bg-color:rgba(255, 77, 79, 0.08)}.technology-blue{--color-primary-bg:#f0f9ff;--color-primary-bg-hover:#b5e4ff;--color-primary-border:#8cd1ff;--color-primary-border-hover:#63bcff;--color-primary-hover:#3ba3ff;--color-primary:#1187ff;--color-primary-active:#0467d9;--color-primary-text-hover:#3ba3ff;--color-primary-text:#1187ff;--color-primary-text-active:#0467d9;--color-info:#1187ff}.cyan-blue{--color-primary-bg:#f0f9ff;--color-primary-bg-hover:#ebfaf8;--color-primary-border:#dfedec;--color-primary-border-hover:#afe0de;--color-primary-hover:#83d4d2;--color-primary:#5bc5c7;--color-primary-active:#429ca1;--color-primary-text-hover:#83d4d2;--color-primary-text:#5bc5c7;--color-primary-text-active:#429ca1;--color-info:#5bc5c7;--main-bg-color:#f4f7fd}.dark{--color-primary-bg:#111d2c;--color-primary-bg-hover:#102945;--color-primary-border:#13375b;--color-primary-border-hover:#13487e;--color-primary-hover:#3795e8;--color-primary:#1176dc;--color-primary-active:#125fad;--color-primary-text-hover:#3795e8;--color-primary-text:#1176dc;--color-primary-text-active:#125fad;--dark-color-primary:#1187ff;--color-success:#49aa19;--color-warning:#d89614;--color-error:#dc4446;--color-info:#1176dc;--color-text-base:#fff;--color-text:rgba(255, 255, 255);--color-text-secondary:rgba(255, 255, 255, 0.75);--color-text-tertiary:rgba(255, 255, 255, 0.45);--color-text-quaternary:rgba(255, 255, 255, 0.25);--color-border:#424242;--color-border-secondary:#303030;--color-split:rgba(255, 255, 255, 0.12);--color-fill:rgba(255, 255, 255, 0.18);--color-fill-secondary:rgba(255, 255, 255, 0.12);--color-fill-tertiary:rgba(255, 255, 255, 0.08);--color-fill-quaternary:rgba(255, 255, 255, 0.04);--color-bg-base:#000;--color-bg-container:#141414;--color-bg-elevated:#1f1f1f;--color-bg-layout:#000;--color-bg-spotlight:#424242;--color-bg-mask:rgba(0, 0, 0, 0.45);--control-item-bg-hover:rgba(255, 255, 255, 0.15);--control-outline:rgba(238, 38, 56, 0.11);--main-bg-color:transparent;--submenu-bg-color:#141414;--menu-search-bg-color:#000;--menu-border-color:#303030;--menu-button-icon-hover:var(--color-primary-hover);--menu-button-icon-hover-bg:rgba(255, 255, 255, 0.15);--collect-icon-color:var(--default-icon);--header-icon-color:rgba(255, 255, 255, 0.75);--setting-bg-color:#1f1f1f;--setting-modal-bg-color:#1f1f1f;--default-icon:rgba(255, 255, 255, 0.75);--default-icon-disable:rgba(255, 255, 255, 0.25);--scroll-color:rgba(255, 255, 255, 0.25);--detail-descriptions-label-bg-color:rgba(255, 255, 255, 0.04)//type=detail下的LlDescriptions的label背景颜色}.ant-menu-submenu.ant-menu-submenu-popup .ant-menu-submenu.ant-menu-submenu-vertical.ll-menu-sub .ant-menu-submenu-title{display:flex;align-items:center;justify-content:space-between;width:100%}.ant-menu-submenu.ant-menu-submenu-popup .ant-menu-submenu.ant-menu-submenu-vertical.ll-menu-sub .ant-menu-submenu-title .ll-icon{margin-left:20px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{margin-bottom:4px}.ant-dropdown .ant-dropdown-menu :last-child{margin-bottom:0!important}.ant-select:hover .ant-select-selector{border-color:var(--color-primary-hover)!important}.ant-select-dropdown .ant-cascader-menu-item-active,.ant-select-dropdown .ant-select-item-option-selected{color:var(--color-primary)!important}.ant-select-dropdown .ant-cascader-menu .ant-cascader-menu-item{margin-bottom:4px}.ant-select-dropdown .ant-cascader-menu :last-child{margin-bottom:0!important}.rc-virtual-list-holder-inner .ant-select-item{margin-bottom:4px}.rc-virtual-list-holder-inner :last-child{margin-bottom:0!important}.ant-picker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner{background-color:var(--color-primary)!important}.ll-table{display:flex;position:relative;flex-direction:column;justify-content:space-between;height:100%}.ll-table--fixed-height{flex:1;height:calc(100% - 126px)}.ll-table--fixed-height .ant-table-wrapper{height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-spin-container,.ll-table--fixed-height .ant-table-wrapper .ant-spin-nested-loading,.ll-table--fixed-height .ant-table-wrapper .ant-table,.ll-table--fixed-height .ant-table-wrapper .ant-table-content{height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-table-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-table-body{flex:1}.ll-table--empty table{height:100%}.ll-table--empty table .ant-table-tbody{height:100%}.ll-table--empty table .ant-table-placeholder{height:100%}.ll-table--empty table .ant-table-placeholder .ant-table-cell{border:none!important}.ll-table__header-wrapper{margin-bottom:20px}.ll-table__header{display:flex;justify-content:space-between;align-items:center}.ll-table__header-right{display:flex;justify-content:space-between;align-items:center}.ll-table__header-menu-icon{display:flex;align-items:center}.ll-table__header-menu-icon:hover{border-color:var(--radio-hover-border-color)}.ll-table__header-menu-icon:hover .ll-icon{color:var(--radio-hover-color)}.ll-table__header-menu-radio-group{height:36px;display:flex;margin-left:20px}.ll-table__header-menu-radio-group .ant-radio-button-wrapper{display:flex;align-items:center;height:100%;padding:0 12px}.ll-table__header-menu-radio-group .ant-radio-button-wrapper :nth-child(2){display:flex;align-items:center}.ll-table__header-menu-radio-group .ant-radio-button-wrapper-checked{border-color:var(--radio-active-border-color)}.ll-table__header-menu-radio-group .ant-radio-button-wrapper-checked .svg-icon{color:var(--radio-active-color)}.ll-table__main-content .table-serial-number-cell{width:50px}.ll-table__main-content table{table-layout:fixed}.ll-table__main-content table .ant-table-thead .ant-table-cell{font-size:14px;font-weight:400;color:var(--color-text-secondary)}.ll-table__main-content table .ant-table-thead .ant-table-cell::before{height:24px!important;background-color:var(--color-split)!important}.ll-table__main-content table .ant-table-tbody .ant-table-cell{color:var(--color-text-base)}.ll-table__main-content .table-operate-cell{width:120px}.ll-table__operate{display:flex;align-items:center}.ll-table__setting-icon{display:flex;align-items:center;justify-content:center;width:36px;padding:0;margin-left:20px;background-color:transparent;border:none}.ll-table__setting-popover{display:flex;flex-direction:column;width:280px}.ll-table__setting-popover .ant-checkbox{margin-right:2px}.ll-table__setting-popover-header{display:flex;align-items:center;justify-content:space-between;padding:12px 17px 12px 42px;border-bottom:1px solid var(--color-fill-secondary)}.ll-table__setting-reset-btn{color:var(--color-primary);cursor:pointer}.ll-table__setting-popover-content{flex:1;padding:0 0 10px;overflow:hidden;border-bottom:1px solid var(--color-fill-secondary)}.ll-table__setting-popover-content>div{height:100%;max-height:250px;padding:0 10px;overflow-y:auto}.ll-table__setting-popover-content>div>div{padding-top:10px}.ll-table__setting-popover-menu{display:flex;align-items:center;justify-content:space-between;height:34px}.ll-table__setting-popover-menu:hover{background:#f4f4f4;border-radius:6px}.ll-table__setting-popover-menu .ant-divider{margin:0 5px;background-color:var(--color-fill-secondary)}.ll-table__setting-popover-menu button:hover{background-color:transparent!important}.ll-table__setting-popover-menu-left{display:flex;align-items:center}.ll-table__setting-popover-menu-right{display:flex;align-items:center}.ll-table__setting-popover-menu-fixed-icon{color:var(--color-primary-active)!important}.ll-table__setting-popover-menu-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0;text-align:center;border-radius:2px!important}.ll-table__setting-popover-menu-icon .icon{color:var(--color-primary)}.ll-table__setting-popover-menu-icon:hover .ll-icon{color:var(--color-primary-hover)}.ll-table__setting-popover-menu-icon:active .ll-icon{color:var(--color-primary-active)}.ll-table__pagination{display:flex;align-items:center;justify-content:flex-end;height:60px;position:relative}.ll-table__pagination::before{position:absolute;top:0;width:100%;height:1px;background-color:var(--color-split);content:""}.ll-table__pagination .ant-pagination-item a{color:var(--color-text-tertiary)}.ll-table__pagination .ant-pagination-item-active{font-weight:800;border-color:var(--color-bg-base)}.ll-table__pagination .ant-pagination-item-active a{color:var(--color-text)}.ll-table__pagination .ant-pagination-item-active:hover{transition:all .2s;background-color:rgba(0,0,0,.06);border-color:var(--color-bg-base)}.ll-table__pagination .ant-pagination-item-active:hover a{color:var(--color-text)}.ll-table__pagination .ant-pagination-total-text{display:flex;align-items:center;color:var(--color-text-secondary)}.ll-table__pagination .ant-pagination-options{display:flex;align-items:center}.ll-table__pagination .ant-pagination-options .ant-select-selector{height:28px}.ll-table__pagination .ant-pagination-options .ant-select-selector .ant-select-selection-item{line-height:26px}.ll-table__pagination .ant-pagination-options .ant-select-selector .ant-select-selection-search input{height:26px}.ll-table__pagination .ant-pagination-options .ant-pagination-options-quick-jumper{color:var(--color-text-secondary)}.ll-table__pagination .ant-pagination-options .ant-pagination-options-quick-jumper input{height:28px}
1
+ @charset "UTF-8";:root{--color-success:#52c41a;--color-warning:#faad14;--color-error:#ff4d4f;--color-info:#1187ff;--color-text-base:#000;--color-text:rgba(0, 0, 0, 0.88);--color-text-secondary:rgba(0, 0, 0, 0.65);--color-text-tertiary:rgba(0, 0, 0, 0.45);--color-text-quaternary:rgba(0, 0, 0, 0.25);--color-border:#d9d9d9;--color-border-secondary:#f0f0f0;--color-split:rgba(0, 0, 0, 0.06);--color-fill:rgba(0, 0, 0, 0.15);--color-fill-secondary:rgba(0, 0, 0, 0.06);--color-fill-tertiary:rgba(0, 0, 0, 0.04);--color-fill-quaternary:rgba(0, 0, 0, 0.02);--color-bg-base:#fff;--color-bg-container:#fff;--color-bg-elevated:#fff;--color-bg-layout:#f5f5f5;--color-bg-spotlight:rgba(0, 0, 0, 0.85);--color-bg-mask:rgba(0, 0, 0, 0.45);--control-item-bg-hover:#f4f4f4;--control-outline:rgba(238, 38, 5, 0.06);--main-bg-color:#f4f7fd;--submenu-bg-color:#fff;--menu-search-bg-color:#f6f6f6;--menu-border-color:#f0f0f0;--menu-button-icon-hover:var(--color-primary-hover);--menu-button-icon-hover-bg:rgba(0, 0, 0, 0.06);--collect-icon-color:#faad14;--header-icon-color:rgba(0, 0, 0, 0.65);--setting-bg-color:#f4f5f7;--setting-modal-bg-color:#fff;--default-icon:rgba(0, 0, 0, 0.45);--default-icon-hover:var(--color-primary-hover);--default-icon-hover-bg:rgba(0, 0, 0, 0.06);--default-icon-active:var(--color-primary-active);--default-icon-disable:rgba(0, 0, 0, 0.25);--primary-icon:var(--color-primary);--primary-icon-hover:var(--color-primary-hover);--primary-icon-active:var(--color-primary-active);--primary-icon-disabled:rgba(0, 0, 0, 0.25);--scroll-color:rgba(0, 0, 0, 0.25);--detail-descriptions-label-bg-color:#fafafa;--card-ribbon-bg-color:#e1f0ff;--card-ribbon-corner-bg-color:#5597dd;--help-des-bg-color:#fff4de;--blue-tag-bg-color:rgba(17, 135, 255, 0.1);--orange-tag-bg-color:rgba(250, 173, 20, 0.1);--green-tag-bg-color:rgba(82, 196, 26, 0.1);--success-status-bg-color:rgba(82, 196, 26, 0.08);--failure-status-bg-color:rgba(255, 77, 79, 0.08)}.technology-blue{--color-primary-bg:#f0f9ff;--color-primary-bg-hover:#b5e4ff;--color-primary-border:#8cd1ff;--color-primary-border-hover:#63bcff;--color-primary-hover:#3ba3ff;--color-primary:#1187ff;--color-primary-active:#0467d9;--color-primary-text-hover:#3ba3ff;--color-primary-text:#1187ff;--color-primary-text-active:#0467d9;--color-info:#1187ff}.cyan-blue{--color-primary-bg:#f0f9ff;--color-primary-bg-hover:#ebfaf8;--color-primary-border:#dfedec;--color-primary-border-hover:#afe0de;--color-primary-hover:#83d4d2;--color-primary:#5bc5c7;--color-primary-active:#429ca1;--color-primary-text-hover:#83d4d2;--color-primary-text:#5bc5c7;--color-primary-text-active:#429ca1;--color-info:#5bc5c7;--main-bg-color:#f4f7fd}.dark{--color-primary-bg:#111d2c;--color-primary-bg-hover:#102945;--color-primary-border:#13375b;--color-primary-border-hover:#13487e;--color-primary-hover:#3795e8;--color-primary:#1176dc;--color-primary-active:#125fad;--color-primary-text-hover:#3795e8;--color-primary-text:#1176dc;--color-primary-text-active:#125fad;--dark-color-primary:#1187ff;--color-success:#49aa19;--color-warning:#d89614;--color-error:#dc4446;--color-info:#1176dc;--color-text-base:#fff;--color-text:rgba(255, 255, 255);--color-text-secondary:rgba(255, 255, 255, 0.75);--color-text-tertiary:rgba(255, 255, 255, 0.45);--color-text-quaternary:rgba(255, 255, 255, 0.25);--color-border:#424242;--color-border-secondary:#303030;--color-split:rgba(255, 255, 255, 0.12);--color-fill:rgba(255, 255, 255, 0.18);--color-fill-secondary:rgba(255, 255, 255, 0.12);--color-fill-tertiary:rgba(255, 255, 255, 0.08);--color-fill-quaternary:rgba(255, 255, 255, 0.04);--color-bg-base:#000;--color-bg-container:#141414;--color-bg-elevated:#1f1f1f;--color-bg-layout:#000;--color-bg-spotlight:#424242;--color-bg-mask:rgba(0, 0, 0, 0.45);--control-item-bg-hover:rgba(255, 255, 255, 0.15);--control-outline:rgba(238, 38, 56, 0.11);--main-bg-color:transparent;--submenu-bg-color:#141414;--menu-search-bg-color:#000;--menu-border-color:#303030;--menu-button-icon-hover:var(--color-primary-hover);--menu-button-icon-hover-bg:rgba(255, 255, 255, 0.15);--collect-icon-color:var(--default-icon);--header-icon-color:rgba(255, 255, 255, 0.75);--setting-bg-color:#1f1f1f;--setting-modal-bg-color:#1f1f1f;--default-icon:rgba(255, 255, 255, 0.75);--default-icon-disable:rgba(255, 255, 255, 0.25);--scroll-color:rgba(255, 255, 255, 0.25);--detail-descriptions-label-bg-color:rgba(255, 255, 255, 0.04)//type=detail下的LlDescriptions的label背景颜色}.ant-menu-submenu.ant-menu-submenu-popup .ant-menu-submenu.ant-menu-submenu-vertical.ll-menu-sub .ant-menu-submenu-title{display:flex;align-items:center;justify-content:space-between;width:100%}.ant-menu-submenu.ant-menu-submenu-popup .ant-menu-submenu.ant-menu-submenu-vertical.ll-menu-sub .ant-menu-submenu-title .ll-icon{margin-left:20px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{margin-bottom:4px}.ant-dropdown .ant-dropdown-menu :last-child{margin-bottom:0!important}.ant-select:hover .ant-select-selector{border-color:var(--color-primary-hover)!important}.ant-select-dropdown .ant-cascader-menu-item-active,.ant-select-dropdown .ant-select-item-option-selected{color:var(--color-primary)!important}.ant-select-dropdown .ant-cascader-menu .ant-cascader-menu-item{margin-bottom:4px}.ant-select-dropdown .ant-cascader-menu :last-child{margin-bottom:0!important}.rc-virtual-list-holder-inner .ant-select-item{margin-bottom:4px}.rc-virtual-list-holder-inner :last-child{margin-bottom:0!important}.ant-picker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner{background-color:var(--color-primary)!important}.ll-table{display:flex;position:relative;flex-direction:column;justify-content:space-between;height:100%}.ll-table--fixed-height{flex:1}.ll-table--fixed-height .ant-table-wrapper{height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-spin-container,.ll-table--fixed-height .ant-table-wrapper .ant-spin-nested-loading,.ll-table--fixed-height .ant-table-wrapper .ant-table,.ll-table--fixed-height .ant-table-wrapper .ant-table-content{height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-table-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.ll-table--fixed-height .ant-table-wrapper .ant-table-body{flex:1}.ll-table--empty table{height:100%}.ll-table--empty table .ant-table-tbody{height:100%}.ll-table--empty table .ant-table-placeholder{height:100%}.ll-table--empty table .ant-table-placeholder .ant-table-cell{border:none!important}.ll-table__header-wrapper{margin-bottom:20px}.ll-table__header{display:flex;justify-content:space-between;align-items:center}.ll-table__header-right{display:flex;justify-content:space-between;align-items:center}.ll-table__header-menu-icon{display:flex;align-items:center}.ll-table__header-menu-icon:hover{border-color:var(--radio-hover-border-color)}.ll-table__header-menu-icon:hover .ll-icon{color:var(--radio-hover-color)}.ll-table__header-menu-radio-group{height:36px;display:flex;margin-left:20px}.ll-table__header-menu-radio-group .ant-radio-button-wrapper{display:flex;align-items:center;height:100%;padding:0 12px}.ll-table__header-menu-radio-group .ant-radio-button-wrapper :nth-child(2){display:flex;align-items:center}.ll-table__header-menu-radio-group .ant-radio-button-wrapper-checked{border-color:var(--radio-active-border-color)}.ll-table__header-menu-radio-group .ant-radio-button-wrapper-checked .svg-icon{color:var(--radio-active-color)}.ll-table__main-content .table-serial-number-cell{width:50px}.ll-table__main-content table{table-layout:fixed}.ll-table__main-content table .ant-table-thead .ant-table-cell{font-size:14px;font-weight:400;color:var(--color-text-secondary)}.ll-table__main-content table .ant-table-thead .ant-table-cell::before{height:24px!important;background-color:var(--color-split)!important}.ll-table__main-content table .ant-table-tbody .ant-table-cell{color:var(--color-text-base)}.ll-table__main-content .table-operate-cell{width:120px}.ll-table__operate{display:flex;align-items:center}.ll-table__setting-icon{display:flex;align-items:center;justify-content:center;width:36px;padding:0;margin-left:20px;background-color:transparent;border:none}.ll-table__setting-popover{display:flex;flex-direction:column;width:280px}.ll-table__setting-popover .ant-checkbox{margin-right:2px}.ll-table__setting-popover-header{display:flex;align-items:center;justify-content:space-between;padding:12px 17px 12px 42px;border-bottom:1px solid var(--color-fill-secondary)}.ll-table__setting-reset-btn{color:var(--color-primary);cursor:pointer}.ll-table__setting-popover-content{flex:1;padding:0 0 10px;overflow:hidden;border-bottom:1px solid var(--color-fill-secondary)}.ll-table__setting-popover-content>div{height:100%;max-height:250px;padding:0 10px;overflow-y:auto}.ll-table__setting-popover-content>div>div{padding-top:10px}.ll-table__setting-popover-menu{display:flex;align-items:center;justify-content:space-between;height:34px}.ll-table__setting-popover-menu:hover{background:#f4f4f4;border-radius:6px}.ll-table__setting-popover-menu .ant-divider{margin:0 5px;background-color:var(--color-fill-secondary)}.ll-table__setting-popover-menu button:hover{background-color:transparent!important}.ll-table__setting-popover-menu-left{display:flex;align-items:center}.ll-table__setting-popover-menu-right{display:flex;align-items:center}.ll-table__setting-popover-menu-fixed-icon{color:var(--color-primary-active)!important}.ll-table__setting-popover-menu-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0;text-align:center;border-radius:2px!important}.ll-table__setting-popover-menu-icon .icon{color:var(--color-primary)}.ll-table__setting-popover-menu-icon:hover .ll-icon{color:var(--color-primary-hover)}.ll-table__setting-popover-menu-icon:active .ll-icon{color:var(--color-primary-active)}.ll-table__pagination{display:flex;align-items:center;justify-content:flex-end;height:60px;position:relative}.ll-table__pagination::before{position:absolute;top:0;width:100%;height:1px;background-color:var(--color-split);content:""}.ll-table__pagination .ant-pagination-item a{color:var(--color-text-tertiary)}.ll-table__pagination .ant-pagination-item-active{font-weight:800;border-color:var(--color-bg-base)}.ll-table__pagination .ant-pagination-item-active a{color:var(--color-text)}.ll-table__pagination .ant-pagination-item-active:hover{transition:all .2s;background-color:rgba(0,0,0,.06);border-color:var(--color-bg-base)}.ll-table__pagination .ant-pagination-item-active:hover a{color:var(--color-text)}.ll-table__pagination .ant-pagination-total-text{display:flex;align-items:center;color:var(--color-text-secondary)}.ll-table__pagination .ant-pagination-options{display:flex;align-items:center}.ll-table__pagination .ant-pagination-options .ant-select-selector{height:28px}.ll-table__pagination .ant-pagination-options .ant-select-selector .ant-select-selection-item{line-height:26px}.ll-table__pagination .ant-pagination-options .ant-select-selector .ant-select-selection-search input{height:26px}.ll-table__pagination .ant-pagination-options .ant-pagination-options-quick-jumper{color:var(--color-text-secondary)}.ll-table__pagination .ant-pagination-options .ant-pagination-options-quick-jumper input{height:28px}
@@ -13,13 +13,26 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
13
13
  readonly data: import("./src/select-group").SelectGroupData[];
14
14
  readonly value?: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown> | undefined;
15
15
  readonly selectValue?: string | undefined;
16
- readonly onChange?: ((selectV: string, value: string) => any) | undefined;
16
+ readonly onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
17
17
  readonly onOnSelectChange?: ((selectV: string, item: import("./src/select-group").SelectGroupData) => any) | undefined;
18
18
  } & {}>;
19
- emits: ((event: "change", selectV: string, value: string) => void) & ((event: "onSelectChange", selectV: string, item: import("./src/select-group").SelectGroupData) => void);
19
+ emits: ((event: "change", selectV: string, value?: string | undefined) => void) & ((event: "onSelectChange", selectV: string, item: import("./src/select-group").SelectGroupData) => void);
20
20
  typeSelectValue: import("vue").Ref<string>;
21
21
  value: import("vue").Ref<any>;
22
22
  selectItem: import("vue").Ref<import("./src/select-group").SelectGroupData | undefined>;
23
+ newList: import("vue").Ref<{
24
+ readonly value: string;
25
+ readonly name: string;
26
+ readonly options?: any[] | undefined;
27
+ readonly placeholder?: string | undefined;
28
+ readonly fieldNames?: object | undefined;
29
+ readonly list?: {
30
+ [x: string]: any;
31
+ name?: string | undefined;
32
+ value?: any;
33
+ }[] | undefined;
34
+ readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
35
+ }[]>;
23
36
  bem: {
24
37
  b: (blockSuffix?: string) => string;
25
38
  e: (element?: string) => string;
@@ -40,10 +53,11 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
40
53
  bem: (blockSuffix: string, element: string, modifier: string) => string;
41
54
  is: (name?: string) => string;
42
55
  };
56
+ leftSelectWidth: import("vue").ComputedRef<string>;
43
57
  handleSelectChange: (_: string, options: any) => void;
44
58
  handleChange: () => void;
45
59
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
- change: (selectV: string, value: string) => boolean;
60
+ change: (selectV: string, value?: string | undefined) => boolean;
47
61
  onSelectChange: (selectV: string, item: import("./src/select-group").SelectGroupData) => boolean;
48
62
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
63
  readonly selectValue: {
@@ -55,7 +69,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
55
69
  readonly value: import("ll-plus/es/utils").EpPropFinalized<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown, undefined, boolean>;
56
70
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/select-group").SelectGroupData[]) | (() => import("./src/select-group").SelectGroupData[]) | ((new (...args: any[]) => import("./src/select-group").SelectGroupData[]) | (() => import("./src/select-group").SelectGroupData[]))[], unknown, unknown, () => never[], boolean>;
57
71
  }>> & {
58
- onChange?: ((selectV: string, value: string) => any) | undefined;
72
+ onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
59
73
  onOnSelectChange?: ((selectV: string, item: import("./src/select-group").SelectGroupData) => any) | undefined;
60
74
  }, {
61
75
  readonly value: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown>;
@@ -61,9 +61,10 @@ export declare const selectGroupProps: {
61
61
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]) | ((new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]))[], unknown, unknown, () => never[], boolean>;
62
62
  };
63
63
  export declare const selectGroupEmits: {
64
- change: (selectV: string, value: string) => boolean;
64
+ change: (selectV: string, value?: string) => boolean;
65
65
  onSelectChange: (selectV: string, item: SelectGroupData) => boolean;
66
66
  };
67
+ export declare const LEFT_SELECT_MIN_WIDTH = 84;
67
68
  export type SelectGroupProps = ExtractPropTypes<typeof selectGroupProps>;
68
69
  export type SelectGroupData = ExtractPropTypes<typeof selectGroupData>;
69
70
  export type SelectGroupFormType = SelectGroupData['showFormType'];
@@ -13,13 +13,26 @@ declare const _default: import("vue").DefineComponent<{
13
13
  readonly data: SelectGroupData[];
14
14
  readonly value?: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown> | undefined;
15
15
  readonly selectValue?: string | undefined;
16
- readonly onChange?: ((selectV: string, value: string) => any) | undefined;
16
+ readonly onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
17
17
  readonly onOnSelectChange?: ((selectV: string, item: SelectGroupData) => any) | undefined;
18
18
  } & {}>;
19
- emits: ((event: "change", selectV: string, value: string) => void) & ((event: "onSelectChange", selectV: string, item: SelectGroupData) => void);
19
+ emits: ((event: "change", selectV: string, value?: string | undefined) => void) & ((event: "onSelectChange", selectV: string, item: SelectGroupData) => void);
20
20
  typeSelectValue: import("vue").Ref<string>;
21
21
  value: import("vue").Ref<any>;
22
22
  selectItem: import("vue").Ref<SelectGroupData | undefined>;
23
+ newList: import("vue").Ref<{
24
+ readonly value: string;
25
+ readonly name: string;
26
+ readonly options?: any[] | undefined;
27
+ readonly placeholder?: string | undefined;
28
+ readonly fieldNames?: object | undefined;
29
+ readonly list?: {
30
+ [x: string]: any;
31
+ name?: string | undefined;
32
+ value?: any;
33
+ }[] | undefined;
34
+ readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
35
+ }[]>;
23
36
  bem: {
24
37
  b: (blockSuffix?: string) => string;
25
38
  e: (element?: string) => string;
@@ -40,10 +53,11 @@ declare const _default: import("vue").DefineComponent<{
40
53
  bem: (blockSuffix: string, element: string, modifier: string) => string;
41
54
  is: (name?: string) => string;
42
55
  };
56
+ leftSelectWidth: import("vue").ComputedRef<string>;
43
57
  handleSelectChange: (_: string, options: any) => void;
44
58
  handleChange: () => void;
45
59
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
- change: (selectV: string, value: string) => boolean;
60
+ change: (selectV: string, value?: string | undefined) => boolean;
47
61
  onSelectChange: (selectV: string, item: SelectGroupData) => boolean;
48
62
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
63
  readonly selectValue: {
@@ -55,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
55
69
  readonly value: import("ll-plus/es/utils").EpPropFinalized<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown, undefined, boolean>;
56
70
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]) | ((new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]))[], unknown, unknown, () => never[], boolean>;
57
71
  }>> & {
58
- onChange?: ((selectV: string, value: string) => any) | undefined;
72
+ onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
59
73
  onOnSelectChange?: ((selectV: string, item: SelectGroupData) => any) | undefined;
60
74
  }, {
61
75
  readonly value: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown>;
@@ -2,8 +2,10 @@ import Table from './src/table.vue';
2
2
  export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
3
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4
4
  readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
5
+ readonly headerSearchHeight: number;
5
6
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
6
7
  } & {}) | (() => import("./src/config").TableHeaderSearchProps) | ((new (...args: any[]) => {
8
+ readonly headerSearchHeight: number;
7
9
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
8
10
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
9
11
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
@@ -60,6 +62,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
60
62
  props: import("@vue/shared").LooseRequired<{
61
63
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
62
64
  readonly headerSearchProps: {
65
+ readonly headerSearchHeight: number;
63
66
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
64
67
  };
65
68
  readonly tableProps: import("./src/config").MainTableProps;
@@ -73,6 +76,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
73
76
  originDataSource: import("vue").Ref<any>;
74
77
  newNaTableptions: import("vue").Ref<any>;
75
78
  contentType: import("vue").Ref<import("./src/config").ImenuSwitchType>;
79
+ headerSearchHeight: import("vue").Ref<number>;
80
+ tableRef: import("vue").Ref<any>;
76
81
  bem: {
77
82
  b: (blockSuffix?: string) => string;
78
83
  e: (element?: string) => string;
@@ -85,14 +90,20 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
85
90
  };
86
91
  handleChangeDataSource: (dataSource: any[]) => void;
87
92
  handleSwitchMenuChange: (v: import("./src/config").ImenuSwitchType) => void;
93
+ handleChangeHeaderSearch: (height: number) => void;
88
94
  HeaderSearch: import("vue").DefineComponent<{
95
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
89
96
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IMenuSwitchOptions) | (() => import("./src/config").IMenuSwitchOptions) | ((new (...args: any[]) => import("./src/config").IMenuSwitchOptions) | (() => import("./src/config").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
90
97
  }, {
91
98
  props: import("@vue/shared").LooseRequired<{
99
+ readonly headerSearchHeight: number;
92
100
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
93
101
  readonly onChange?: ((v: import("./src/config").ImenuSwitchType) => any) | undefined;
102
+ readonly onChangeHeaderSearch?: ((height: number) => any) | undefined;
94
103
  } & {}>;
95
- emits: (event: "change", v: import("./src/config").ImenuSwitchType) => void;
104
+ headerSearchRef: import("vue").Ref<any>;
105
+ contentType: unknown;
106
+ emits: ((event: "change", v: import("./src/config").ImenuSwitchType) => void) & ((event: "changeHeaderSearch", height: number) => void);
96
107
  bem: {
97
108
  b: (blockSuffix?: string) => string;
98
109
  e: (element?: string) => string;
@@ -104,7 +115,6 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
104
115
  is: (name?: string) => string;
105
116
  };
106
117
  handleMenuSwitchChange: (event: import("ant-design-vue").RadioChangeEvent) => void;
107
- contentType: unknown;
108
118
  readonly menuSwitchRadioList: readonly [{
109
119
  readonly value: import("./src/config").ImenuSwitchType.TABLE;
110
120
  readonly icon: "icon-list";
@@ -171,11 +181,15 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
171
181
  }>>, {}, {}>>;
172
182
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
173
183
  change: (v: import("./src/config").ImenuSwitchType) => boolean;
184
+ changeHeaderSearch: (height: number) => boolean;
174
185
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
186
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
175
187
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IMenuSwitchOptions) | (() => import("./src/config").IMenuSwitchOptions) | ((new (...args: any[]) => import("./src/config").IMenuSwitchOptions) | (() => import("./src/config").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
176
188
  }>> & {
177
189
  onChange?: ((v: import("./src/config").ImenuSwitchType) => any) | undefined;
190
+ onChangeHeaderSearch?: ((height: number) => any) | undefined;
178
191
  }, {
192
+ readonly headerSearchHeight: number;
179
193
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
180
194
  }, {}>;
181
195
  MainTable: import("vue").DefineComponent<{
@@ -531,8 +545,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
531
545
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
532
546
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
533
547
  readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
548
+ readonly headerSearchHeight: number;
534
549
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
535
550
  } & {}) | (() => import("./src/config").TableHeaderSearchProps) | ((new (...args: any[]) => {
551
+ readonly headerSearchHeight: number;
536
552
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
537
553
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
538
554
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
@@ -588,6 +604,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
588
604
  }>>, {
589
605
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
590
606
  readonly headerSearchProps: {
607
+ readonly headerSearchHeight: number;
591
608
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
592
609
  };
593
610
  readonly tableProps: import("./src/config").MainTableProps;
@@ -1,13 +1,18 @@
1
1
  import { ImenuSwitchType } from '../config';
2
2
  import type { RadioChangeEvent } from 'ant-design-vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
4
5
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IMenuSwitchOptions) | (() => import("ll-plus/es/components").IMenuSwitchOptions) | ((new (...args: any[]) => import("ll-plus/es/components").IMenuSwitchOptions) | (() => import("ll-plus/es/components").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
5
6
  }, {
6
7
  props: import("@vue/shared").LooseRequired<{
8
+ readonly headerSearchHeight: number;
7
9
  readonly menuSwitchOptions: import("ll-plus/es/components").IMenuSwitchOptions;
8
10
  readonly onChange?: ((v: ImenuSwitchType) => any) | undefined;
11
+ readonly onChangeHeaderSearch?: ((height: number) => any) | undefined;
9
12
  } & {}>;
10
- emits: (event: "change", v: ImenuSwitchType) => void;
13
+ headerSearchRef: import("vue").Ref<any>;
14
+ contentType: unknown;
15
+ emits: ((event: "change", v: ImenuSwitchType) => void) & ((event: "changeHeaderSearch", height: number) => void);
11
16
  bem: {
12
17
  b: (blockSuffix?: string) => string;
13
18
  e: (element?: string) => string;
@@ -19,7 +24,6 @@ declare const _default: import("vue").DefineComponent<{
19
24
  is: (name?: string) => string;
20
25
  };
21
26
  handleMenuSwitchChange: (event: RadioChangeEvent) => void;
22
- contentType: unknown;
23
27
  readonly menuSwitchRadioList: readonly [{
24
28
  readonly value: ImenuSwitchType.TABLE;
25
29
  readonly icon: "icon-list";
@@ -86,11 +90,15 @@ declare const _default: import("vue").DefineComponent<{
86
90
  }>>, {}, {}>>;
87
91
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
88
92
  change: (v: ImenuSwitchType) => boolean;
93
+ changeHeaderSearch: (height: number) => boolean;
89
94
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
95
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
90
96
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IMenuSwitchOptions) | (() => import("ll-plus/es/components").IMenuSwitchOptions) | ((new (...args: any[]) => import("ll-plus/es/components").IMenuSwitchOptions) | (() => import("ll-plus/es/components").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
91
97
  }>> & {
92
98
  onChange?: ((v: ImenuSwitchType) => any) | undefined;
99
+ onChangeHeaderSearch?: ((height: number) => any) | undefined;
93
100
  }, {
101
+ readonly headerSearchHeight: number;
94
102
  readonly menuSwitchOptions: import("ll-plus/es/components").IMenuSwitchOptions;
95
103
  }, {}>;
96
104
  export default _default;
@@ -16,10 +16,12 @@ export interface IMenuSwitchOptions {
16
16
  onChange?: (value: ImenuSwitchType) => void;
17
17
  }
18
18
  export declare const tableHeaderSearchProps: {
19
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
19
20
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IMenuSwitchOptions) | (() => IMenuSwitchOptions) | ((new (...args: any[]) => IMenuSwitchOptions) | (() => IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
20
21
  };
21
22
  export declare const tableHeaderSearchEmits: {
22
23
  change: (v: ImenuSwitchType) => boolean;
24
+ changeHeaderSearch: (height: number) => boolean;
23
25
  };
24
26
  export type TableHeaderSearchProps = ExtractPropTypes<typeof tableHeaderSearchProps>;
25
27
  export type TableHeaderSearchEmits = typeof tableHeaderSearchEmits;
@@ -4,8 +4,10 @@ import { TableHeaderSearchProps, MainTableProps, TablePaginationProps } from './
4
4
  export declare const tableProps: {
5
5
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6
6
  readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
7
+ readonly headerSearchHeight: number;
7
8
  readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
8
9
  } & {}) | (() => TableHeaderSearchProps) | ((new (...args: any[]) => {
10
+ readonly headerSearchHeight: number;
9
11
  readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
10
12
  } & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
11
13
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
@@ -59,5 +61,7 @@ export declare const tableProps: {
59
61
  readonly pageSize?: number | undefined;
60
62
  }) | (() => TablePaginationProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
61
63
  };
64
+ export declare const HEADER_SRARCH_HEIGHT = 36;
65
+ export declare const PAGINATION_HEIGHT = 60;
62
66
  export type TableProps = ExtractPropTypes<typeof tableProps>;
63
67
  export type TableInstance = InstanceType<typeof Table>;
@@ -2,8 +2,10 @@ import { ImenuSwitchType } from './config';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4
4
  readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
5
+ readonly headerSearchHeight: number;
5
6
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
6
7
  } & {}) | (() => import("./config").TableHeaderSearchProps) | ((new (...args: any[]) => {
8
+ readonly headerSearchHeight: number;
7
9
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
8
10
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
9
11
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
@@ -60,6 +62,7 @@ declare const _default: import("vue").DefineComponent<{
60
62
  props: import("@vue/shared").LooseRequired<{
61
63
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
62
64
  readonly headerSearchProps: {
65
+ readonly headerSearchHeight: number;
63
66
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
64
67
  };
65
68
  readonly tableProps: import("./config").MainTableProps;
@@ -73,6 +76,8 @@ declare const _default: import("vue").DefineComponent<{
73
76
  originDataSource: import("vue").Ref<any>;
74
77
  newNaTableptions: import("vue").Ref<any>;
75
78
  contentType: import("vue").Ref<ImenuSwitchType>;
79
+ headerSearchHeight: import("vue").Ref<number>;
80
+ tableRef: import("vue").Ref<any>;
76
81
  bem: {
77
82
  b: (blockSuffix?: string) => string;
78
83
  e: (element?: string) => string;
@@ -85,14 +90,20 @@ declare const _default: import("vue").DefineComponent<{
85
90
  };
86
91
  handleChangeDataSource: (dataSource: any[]) => void;
87
92
  handleSwitchMenuChange: (v: ImenuSwitchType) => void;
93
+ handleChangeHeaderSearch: (height: number) => void;
88
94
  HeaderSearch: import("vue").DefineComponent<{
95
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
89
96
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IMenuSwitchOptions) | (() => import("./config").IMenuSwitchOptions) | ((new (...args: any[]) => import("./config").IMenuSwitchOptions) | (() => import("./config").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
90
97
  }, {
91
98
  props: import("@vue/shared").LooseRequired<{
99
+ readonly headerSearchHeight: number;
92
100
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
93
101
  readonly onChange?: ((v: ImenuSwitchType) => any) | undefined;
102
+ readonly onChangeHeaderSearch?: ((height: number) => any) | undefined;
94
103
  } & {}>;
95
- emits: (event: "change", v: ImenuSwitchType) => void;
104
+ headerSearchRef: import("vue").Ref<any>;
105
+ contentType: unknown;
106
+ emits: ((event: "change", v: ImenuSwitchType) => void) & ((event: "changeHeaderSearch", height: number) => void);
96
107
  bem: {
97
108
  b: (blockSuffix?: string) => string;
98
109
  e: (element?: string) => string;
@@ -104,7 +115,6 @@ declare const _default: import("vue").DefineComponent<{
104
115
  is: (name?: string) => string;
105
116
  };
106
117
  handleMenuSwitchChange: (event: import("ant-design-vue").RadioChangeEvent) => void;
107
- contentType: unknown;
108
118
  readonly menuSwitchRadioList: readonly [{
109
119
  readonly value: ImenuSwitchType.TABLE;
110
120
  readonly icon: "icon-list";
@@ -171,11 +181,15 @@ declare const _default: import("vue").DefineComponent<{
171
181
  }>>, {}, {}>>;
172
182
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
173
183
  change: (v: ImenuSwitchType) => boolean;
184
+ changeHeaderSearch: (height: number) => boolean;
174
185
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
186
+ readonly headerSearchHeight: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 36, boolean>;
175
187
  readonly menuSwitchOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IMenuSwitchOptions) | (() => import("./config").IMenuSwitchOptions) | ((new (...args: any[]) => import("./config").IMenuSwitchOptions) | (() => import("./config").IMenuSwitchOptions))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
176
188
  }>> & {
177
189
  onChange?: ((v: ImenuSwitchType) => any) | undefined;
190
+ onChangeHeaderSearch?: ((height: number) => any) | undefined;
178
191
  }, {
192
+ readonly headerSearchHeight: number;
179
193
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
180
194
  }, {}>;
181
195
  MainTable: import("vue").DefineComponent<{
@@ -531,8 +545,10 @@ declare const _default: import("vue").DefineComponent<{
531
545
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
532
546
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
533
547
  readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
548
+ readonly headerSearchHeight: number;
534
549
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
535
550
  } & {}) | (() => import("./config").TableHeaderSearchProps) | ((new (...args: any[]) => {
551
+ readonly headerSearchHeight: number;
536
552
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
537
553
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
538
554
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
@@ -588,6 +604,7 @@ declare const _default: import("vue").DefineComponent<{
588
604
  }>>, {
589
605
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
590
606
  readonly headerSearchProps: {
607
+ readonly headerSearchHeight: number;
591
608
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
592
609
  };
593
610
  readonly tableProps: import("./config").MainTableProps;