@juzhenfe/page-model 3.16.2 → 3.16.3

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.
@@ -244,6 +244,16 @@ declare global {
244
244
  */
245
245
  exportPageSize?: number
246
246
 
247
+ /**
248
+ * 导出的文件默认名称
249
+ */
250
+ exportFileName?: string
251
+
252
+ /**
253
+ * 导出的提示文字可选列表
254
+ */
255
+ exportLoadingText?: string[]
256
+
247
257
  // xlsx配置
248
258
  xlsx?: {
249
259
  // 单元格合并规则