@ningboyz/types 1.5.115 → 1.5.117
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/package.json +1 -1
- package/src/enums/btnMode.ts +4 -0
package/package.json
CHANGED
package/src/enums/btnMode.ts
CHANGED
|
@@ -98,6 +98,8 @@ export enum TButtonType {
|
|
|
98
98
|
changeLog = "changeLog",
|
|
99
99
|
/** 导出 */
|
|
100
100
|
exportFile = "export",
|
|
101
|
+
/** 批量导出 */
|
|
102
|
+
batchExportFile = "batchExportFile",
|
|
101
103
|
/** 导入 */
|
|
102
104
|
importFile = "import",
|
|
103
105
|
/** 生成 */
|
|
@@ -108,6 +110,8 @@ export enum TButtonType {
|
|
|
108
110
|
browseRelative = "查看关联业务",
|
|
109
111
|
/** 打印 */
|
|
110
112
|
print = "print",
|
|
113
|
+
/** 批量打印 */
|
|
114
|
+
batchPrint = "batchPrint",
|
|
111
115
|
/** 打印设置 */
|
|
112
116
|
printConfig = "打印设置",
|
|
113
117
|
/** 复制 */
|