@gonsin/gview 2.0.30 → 2.0.32

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.
@@ -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.30",
3
+ "version": "2.0.32",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [