@teamix/pro 1.5.18 → 1.5.20

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.
@@ -989,7 +989,9 @@ var ProTable = function ProTable(props) {
989
989
  scrollHeight: fullscreenState || fixedTableBody ? "calc(100vh - ".concat(headerHeight, "px)") : undefined,
990
990
  actionRef: actionRef,
991
991
  context: context,
992
- columns: (0, _genProColumnToColumn.default)(filteredColumns, showSkeleton, actionRef, context)
992
+ columns: (0, _genProColumnToColumn.default)(filteredColumns, showSkeleton, actionRef, context),
993
+ emptyProps: emptyProps,
994
+ emptyContent: otherProps === null || otherProps === void 0 ? void 0 : otherProps.emptyContent
993
995
  }));
994
996
  } else {
995
997
  // 不传 columns 直接返回原始 Table
@@ -406,6 +406,10 @@ export declare type ProTableCardViewProps = {
406
406
  cardProps?: ProTableCardProps['cardProps'];
407
407
  /** 表格分页器参数 **/
408
408
  tablePaginationProps?: PaginationProps;
409
+ /** 空数据配置 **/
410
+ emptyProps?: ProTableProps['emptyProps'];
411
+ /** 自定义渲染空数据 **/
412
+ emptyContent?: ProTableProps['emptyContent'];
409
413
  };
410
414
  export declare type ProTableBindUrlProps = {
411
415
  /** 翻页器区域 **/
package/lib/xconsole.scss CHANGED
@@ -500,4 +500,27 @@
500
500
  border: 0 solid #d9d9d9;
501
501
  border: var(--colortag-border-width,0) solid var(--color-line1-2,#d9d9d9);
502
502
  }
503
+ .teamix-pro-table-toolbar-filter-column-all-select {
504
+ .next-menu-item-inner {
505
+ display: flex;
506
+ }
507
+ }
508
+ .next-dialog-centered {
509
+ text-align: center;
510
+ }
511
+ .next-dialog-wrapper {
512
+ position: fixed;
513
+ left: 0;
514
+ top: 0;
515
+ right: 0;
516
+ bottom: 0;
517
+
518
+ .next-dialog-v2 {
519
+ margin: 40px 0;
520
+ display: inline-block;
521
+ text-align: left;
522
+ vertical-align: middle;
523
+ position: relative;
524
+ }
525
+ }
503
526
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.5.18",
3
+ "version": "1.5.20",
4
4
  "description": "TeamixPro大包",
5
5
  "keywords": [
6
6
  "aliyun",