@mxmweb/xviewer 1.1.49 → 1.3.2

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_enter.d.ts CHANGED
@@ -144,6 +144,10 @@ declare interface ViewType {
144
144
  total?: number;
145
145
  requestPagesize?: number;
146
146
  viewPageSize?: number;
147
+ /** 分页多语言:zh / en / ja,与 SharedPagination 一致 */
148
+ paginationLocale?: 'zh' | 'en' | 'ja';
149
+ /** 分页文案覆盖(可选) */
150
+ paginationMessages?: Record<string, string>;
147
151
  }
148
152
 
149
153
  export declare const Xviwer: default_2.ForwardRefExoticComponent<Omit<DynamicDashView, "ref"> & default_2.RefAttributes<DynamicDashDataCoreRef>>;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.1.49",
8
+ "version": "1.3.2",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "peerDependencies": {