@gonsin/gview 2.0.29 → 2.0.31

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.
@@ -1 +1,13 @@
1
+ export declare const useClassPrefix: (componentName: string) => string;
1
2
  export declare const dialogPluginClass: string;
3
+ export declare const commonDialogClass: string;
4
+ export declare const commonFormClass: string;
5
+ export declare const commonHeaderClass: string;
6
+ export declare const commonTableClass: string;
7
+ export declare const boardClass: string;
8
+ export declare const dialogClass: string;
9
+ export declare const formClass: string;
10
+ export declare const HeaderClass: string;
11
+ export declare const TabClass: string;
12
+ export declare const TableClass: string;
13
+ export declare const LayoutClass: string;
@@ -233,6 +233,10 @@ export interface ViewButton {
233
233
  * @description 跳转到某个页面(直接url跳转)
234
234
  */
235
235
  link?: string;
236
+ /**
237
+ * @description: 是否跳转到外部
238
+ */
239
+ outLink: boolean;
236
240
  /**
237
241
  * @description 下载文件的路径
238
242
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.29",
3
+ "version": "2.0.31",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [