htui-yllkbz 1.3.92 → 1.3.93
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/lib/htui.common.js +1 -1
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.umd.js +1 -1
- package/lib/htui.umd.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/type.ts +3 -3
package/lib/htui.common.js
CHANGED
|
@@ -103547,7 +103547,7 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
|
|
|
103547
103547
|
* @Author: hutao
|
|
103548
103548
|
* @Date: 2021-10-25 17:05:17
|
|
103549
103549
|
* @LastEditors: hutao
|
|
103550
|
-
* @LastEditTime: 2023-
|
|
103550
|
+
* @LastEditTime: 2023-02-09 13:22:24
|
|
103551
103551
|
*/
|
|
103552
103552
|
|
|
103553
103553
|
/** 初始的默认条数 */
|
package/lib/htui.common.js.gz
CHANGED
|
Binary file
|
package/lib/htui.umd.js
CHANGED
|
@@ -103556,7 +103556,7 @@ var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
|
|
|
103556
103556
|
* @Author: hutao
|
|
103557
103557
|
* @Date: 2021-10-25 17:05:17
|
|
103558
103558
|
* @LastEditors: hutao
|
|
103559
|
-
* @LastEditTime: 2023-
|
|
103559
|
+
* @LastEditTime: 2023-02-09 13:22:24
|
|
103560
103560
|
*/
|
|
103561
103561
|
|
|
103562
103562
|
/** 初始的默认条数 */
|
package/lib/htui.umd.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/packages/type.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @Author: hutao
|
|
5
5
|
* @Date: 2021-10-25 17:05:17
|
|
6
6
|
* @LastEditors: hutao
|
|
7
|
-
* @LastEditTime: 2023-
|
|
7
|
+
* @LastEditTime: 2023-02-09 13:22:24
|
|
8
8
|
*/
|
|
9
9
|
/** 初始的默认条数 */
|
|
10
10
|
export const defalutPageSize = 10
|
|
@@ -69,9 +69,9 @@ export interface Column {
|
|
|
69
69
|
/** 时间是否跨行展示 */
|
|
70
70
|
spread?: boolean;
|
|
71
71
|
/** 通过type展示相应的数据 用户id|部门id|时间格式化|是否布尔值|图片 |附件*/
|
|
72
|
-
type?: 'userId' | 'org' | 'time' | 'common' | 'boolean' | 'img' | 'file';
|
|
72
|
+
type?: 'userId' | 'org' | 'time' | 'common' | 'boolean' | 'img' | 'file' | 'unit' | 'position';
|
|
73
73
|
/** 只有当type='common'时候有效 数据类型个ca common里面的一样但不包括时间 时间使用time unit是新资产的单位 position资产位置*/
|
|
74
|
-
commonType?: 'userId' | 'departmentId' | 'baseDataId' | 'roleId' | 'baseDataName' | 'baseDataValue'
|
|
74
|
+
commonType?: 'userId' | 'departmentId' | 'baseDataId' | 'roleId' | 'baseDataName' | 'baseDataValue';
|
|
75
75
|
/** 当type===common时候 设置是否隐藏基础数据的value */
|
|
76
76
|
hideCode?: boolean;
|
|
77
77
|
showOverflowTooltip?: boolean;
|