Comparing version 3.15.29 to 3.15.30
@@ -32,3 +32,3 @@ "use strict"; | ||
exports.hasFrame = hasFrame; | ||
const version = '3.15.29'; | ||
const version = '3.15.30'; | ||
function getVersion() { | ||
@@ -35,0 +35,0 @@ return version; |
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
const version = '3.15.29'; | ||
const version = '3.15.30'; | ||
export function getVersion(): string { | ||
@@ -19,0 +19,0 @@ return version; |
{ | ||
"name": "clickgo", | ||
"version": "3.15.29", | ||
"version": "3.15.30", | ||
"description": "Background interface, software interface, mobile phone APP interface operation library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -28,3 +28,3 @@ # ClickGo | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.7/dist/loader.min.js?path=index&npm={'clickgo':'3.15.29'}"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.7/dist/loader.min.js?path=index&npm={'clickgo':'3.15.30'}"></script> | ||
``` | ||
@@ -31,0 +31,0 @@ |
@@ -644,5 +644,12 @@ export * as control from '../dist/lib/control'; | ||
'select'?: (this: AbstractForm & { 'data': Record<string, any>; }, e: IFormDialogSelectEvent, button: string) => void; | ||
'select'?: (this: AbstractForm & { 'data': Record<string, any>; }, e: IFormPromptSelectEvent, button: string) => void; | ||
} | ||
export interface IFormPromptSelectEvent extends ICustomEvent { | ||
'detail': { | ||
'button': string; | ||
'value': string; | ||
}; | ||
} | ||
export interface IFormSetTopMostOptions { | ||
@@ -649,0 +656,0 @@ /** --- 当前 taskId,App 模式下无效 --- */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4638431
34903