Comparing version
@@ -202,2 +202,14 @@ "use strict"; | ||
} | ||
dialogData() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
this.dr = yield clickgo.form.dialog({ | ||
'direction': 'v', | ||
'gutter': 10, | ||
'content': '<block>Hello text!</block><text :modelValue="data.txt">', | ||
'data': { | ||
'txt': 'Text\nLine 2.' | ||
} | ||
}); | ||
}); | ||
} | ||
confirm(cancel) { | ||
@@ -204,0 +216,0 @@ return __awaiter(this, void 0, void 0, function* () { |
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.zip = exports.tool = exports.theme = exports.task = exports.native = exports.fs = exports.form = exports.dom = exports.core = exports.control = exports.vue = exports.hasFrame = exports.isImmersion = exports.getPlatform = exports.isNative = exports.getVersion = void 0; | ||
const version = '3.2.7'; | ||
const version = '3.2.8'; | ||
function getVersion() { | ||
@@ -30,0 +30,0 @@ return version; |
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
const version = '3.2.7'; | ||
const version = '3.2.8'; | ||
export function getVersion(): string { | ||
@@ -19,0 +19,0 @@ return version; |
{ | ||
"name": "clickgo", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "Background interface, software interface, mobile phone APP interface operation library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -31,3 +31,3 @@ # ClickGo | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.9/dist/loader.min.js?path=index&npm={'clickgo':'3.2.7'}"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.9/dist/loader.min.js?path=index&npm={'clickgo':'3.2.8'}"></script> | ||
``` | ||
@@ -34,0 +34,0 @@ |
@@ -561,4 +561,9 @@ export * as control from '../dist/lib/control'; | ||
'buttons'?: string[]; | ||
'direction'?: 'h' | 'v'; | ||
'gutter'?: number | string; | ||
/** --- 传值,需要用 data.x 读取 --- */ | ||
'data'?: Record<string, any>; | ||
/** --- 样式表 --- */ | ||
'style'?: string; | ||
@@ -565,0 +570,0 @@ /** --- 路径基,以 / 结束或文件路径则以文件的基路径为准,可留空 --- */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1286161
0.07%27245
0.07%