@teamix/pro 1.5.34 → 1.5.36

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.
@@ -71,7 +71,7 @@ $fullscreenPadding: 24px;
71
71
  box-shadow: var(--shadow-1-up);
72
72
  background-color: var(--table-row-bg, #ffffff);
73
73
  margin: 0;
74
- z-index: 2;
74
+ z-index: 5;
75
75
  }
76
76
 
77
77
  .next-table-body {
@@ -126,6 +126,15 @@ $fullscreenPadding: 24px;
126
126
  }
127
127
  }
128
128
 
129
+ // .teamix-pro-table-fullscreen {
130
+ // .teamix-pro-table-container {
131
+ // height: calc(100vh - 74px);
132
+ // overflow: hidden;
133
+ // overflow-y: auto;
134
+ // }
135
+ // }
136
+
137
+
129
138
  .teamix-pro-table-footer-suction {
130
139
  margin-bottom: 50px;
131
140
  .teamix-pro-table-footer {
@@ -24,6 +24,8 @@ declare type TDataService = {
24
24
  };
25
25
  export declare type responsivePaginationType = 'mini' | 'small' | 'simple' | 'normal';
26
26
  export declare type ProTableColumnProps = {
27
+ /** 是否强制刷新 */
28
+ forcedUpdate?: boolean;
27
29
  /** 是否开启了自动计算宽度 */
28
30
  isAutoWidth?: boolean;
29
31
  /** 自动计算宽度时的被挤占的情况 */
@@ -99,6 +99,9 @@ function useTableSelection() {
99
99
  // console.log('propResult', propResult, selectedRowKeys);
100
100
  var resultProps = _objectSpread(_objectSpread({}, record), propResult);
101
101
  var primaryKey = record === null || record === void 0 ? void 0 : record[resultProps === null || resultProps === void 0 ? void 0 : resultProps['_primaryKey']];
102
+ if ((config === null || config === void 0 ? void 0 : config.mode) === 'single') {
103
+ return resultProps;
104
+ }
102
105
  return _objectSpread(_objectSpread({}, resultProps), {}, {
103
106
  isPreview: true,
104
107
  renderPreview: function renderPreview() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.5.34",
3
+ "version": "1.5.36",
4
4
  "description": "TeamixPro大包",
5
5
  "keywords": [
6
6
  "aliyun",