clickgo 5.18.1 → 5.18.3
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/dist/app/demo.cga +0 -0
- package/dist/index.js +1 -1
- package/dist/lib/form.d.ts +12 -0
- package/doc/clickgo-rag.md +117 -75
- package/package.json +1 -1
package/doc/clickgo-rag.md
CHANGED
|
@@ -21375,7 +21375,7 @@ lib/form/functions/captcha.md
|
|
|
21375
21375
|
|
|
21376
21376
|
> **captcha**(`current`, `opt`): `Promise`\<`false` \| [`ICaptchaResultEvent`](../../control/interfaces/ICaptchaResultEvent.md)\>
|
|
21377
21377
|
|
|
21378
|
-
Defined in: [lib/form.ts:
|
|
21378
|
+
Defined in: [lib/form.ts:3945](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3945)
|
|
21379
21379
|
|
|
21380
21380
|
显示一个验证码窗口
|
|
21381
21381
|
|
|
@@ -21491,7 +21491,7 @@ lib/form/functions/confirm.md
|
|
|
21491
21491
|
|
|
21492
21492
|
> **confirm**(`current`, `opt`): `Promise`\<`number` \| `boolean`\>
|
|
21493
21493
|
|
|
21494
|
-
Defined in: [lib/form.ts:
|
|
21494
|
+
Defined in: [lib/form.ts:4016](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4016)
|
|
21495
21495
|
|
|
21496
21496
|
显示一个 confirm
|
|
21497
21497
|
|
|
@@ -21718,7 +21718,7 @@ lib/form/functions/flash.md
|
|
|
21718
21718
|
|
|
21719
21719
|
> **flash**(`current`, `formId`): `Promise`\<`void`\>
|
|
21720
21720
|
|
|
21721
|
-
Defined in: [lib/form.ts:
|
|
21721
|
+
Defined in: [lib/form.ts:4113](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4113)
|
|
21722
21722
|
|
|
21723
21723
|
让窗体闪烁
|
|
21724
21724
|
|
|
@@ -22086,7 +22086,7 @@ lib/form/functions/hideLauncher.md
|
|
|
22086
22086
|
|
|
22087
22087
|
> **hideLauncher**(): `void`
|
|
22088
22088
|
|
|
22089
|
-
Defined in: [lib/form.ts:
|
|
22089
|
+
Defined in: [lib/form.ts:4150](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4150)
|
|
22090
22090
|
|
|
22091
22091
|
隐藏 launcher 界面
|
|
22092
22092
|
|
|
@@ -22184,7 +22184,7 @@ lib/form/functions/init.md
|
|
|
22184
22184
|
|
|
22185
22185
|
> **init**(): `void`
|
|
22186
22186
|
|
|
22187
|
-
Defined in: [lib/form.ts:
|
|
22187
|
+
Defined in: [lib/form.ts:4164](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4164)
|
|
22188
22188
|
|
|
22189
22189
|
## Returns
|
|
22190
22190
|
|
|
@@ -22447,7 +22447,7 @@ lib/form/functions/prompt.md
|
|
|
22447
22447
|
|
|
22448
22448
|
> **prompt**(`current`, `opt`): `Promise`\<`string`\>
|
|
22449
22449
|
|
|
22450
|
-
Defined in: [lib/form.ts:
|
|
22450
|
+
Defined in: [lib/form.ts:4053](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4053)
|
|
22451
22451
|
|
|
22452
22452
|
显示一个输入框 dialog
|
|
22453
22453
|
|
|
@@ -22775,7 +22775,7 @@ lib/form/functions/showLauncher.md
|
|
|
22775
22775
|
|
|
22776
22776
|
> **showLauncher**(): `void`
|
|
22777
22777
|
|
|
22778
|
-
Defined in: [lib/form.ts:
|
|
22778
|
+
Defined in: [lib/form.ts:4140](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4140)
|
|
22779
22779
|
|
|
22780
22780
|
显示 launcher 界面
|
|
22781
22781
|
|
|
@@ -23039,7 +23039,7 @@ lib/form/interfaces/IAbstractPanelQsChangeShowEvent.md
|
|
|
23039
23039
|
|
|
23040
23040
|
# Interface: IAbstractPanelQsChangeShowEvent
|
|
23041
23041
|
|
|
23042
|
-
Defined in: [lib/form.ts:
|
|
23042
|
+
Defined in: [lib/form.ts:4190](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4190)
|
|
23043
23043
|
|
|
23044
23044
|
AbstractPanel qsChange 显示事件
|
|
23045
23045
|
|
|
@@ -23049,7 +23049,7 @@ AbstractPanel qsChange 显示事件
|
|
|
23049
23049
|
|
|
23050
23050
|
> **detail**: `object`
|
|
23051
23051
|
|
|
23052
|
-
Defined in: [lib/form.ts:
|
|
23052
|
+
Defined in: [lib/form.ts:4191](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4191)
|
|
23053
23053
|
|
|
23054
23054
|
#### action
|
|
23055
23055
|
|
|
@@ -23090,7 +23090,7 @@ lib/form/interfaces/IAbstractPanelShowEvent.md
|
|
|
23090
23090
|
|
|
23091
23091
|
# Interface: IAbstractPanelShowEvent
|
|
23092
23092
|
|
|
23093
|
-
Defined in: [lib/form.ts:
|
|
23093
|
+
Defined in: [lib/form.ts:4175](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4175)
|
|
23094
23094
|
|
|
23095
23095
|
AbstractPanel 显示事件
|
|
23096
23096
|
|
|
@@ -23100,7 +23100,7 @@ AbstractPanel 显示事件
|
|
|
23100
23100
|
|
|
23101
23101
|
> **detail**: `object`
|
|
23102
23102
|
|
|
23103
|
-
Defined in: [lib/form.ts:
|
|
23103
|
+
Defined in: [lib/form.ts:4176](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4176)
|
|
23104
23104
|
|
|
23105
23105
|
#### action
|
|
23106
23106
|
|
|
@@ -23141,7 +23141,7 @@ lib/form/interfaces/IFormCaptchaOptions.md
|
|
|
23141
23141
|
|
|
23142
23142
|
# Interface: IFormCaptchaOptions
|
|
23143
23143
|
|
|
23144
|
-
Defined in: [lib/form.ts:
|
|
23144
|
+
Defined in: [lib/form.ts:4320](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4320)
|
|
23145
23145
|
|
|
23146
23146
|
显示验证码选项
|
|
23147
23147
|
|
|
@@ -23151,7 +23151,7 @@ Defined in: [lib/form.ts:4302](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23151
23151
|
|
|
23152
23152
|
> **akey**: `string`
|
|
23153
23153
|
|
|
23154
|
-
Defined in: [lib/form.ts:
|
|
23154
|
+
Defined in: [lib/form.ts:4324](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4324)
|
|
23155
23155
|
|
|
23156
23156
|
验证码 key
|
|
23157
23157
|
|
|
@@ -23161,7 +23161,7 @@ Defined in: [lib/form.ts:4306](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23161
23161
|
|
|
23162
23162
|
> **factory**: `"tc"` \| `"cf"`
|
|
23163
23163
|
|
|
23164
|
-
Defined in: [lib/form.ts:
|
|
23164
|
+
Defined in: [lib/form.ts:4322](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4322)
|
|
23165
23165
|
|
|
23166
23166
|
验证码服务商
|
|
23167
23167
|
|
|
@@ -23176,7 +23176,7 @@ lib/form/interfaces/IFormConfirmOptions.md
|
|
|
23176
23176
|
|
|
23177
23177
|
# Interface: IFormConfirmOptions
|
|
23178
23178
|
|
|
23179
|
-
Defined in: [lib/form.ts:
|
|
23179
|
+
Defined in: [lib/form.ts:4313](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4313)
|
|
23180
23180
|
|
|
23181
23181
|
Confirm 选项
|
|
23182
23182
|
|
|
@@ -23186,7 +23186,7 @@ Confirm 选项
|
|
|
23186
23186
|
|
|
23187
23187
|
> `optional` **cancel?**: `boolean`
|
|
23188
23188
|
|
|
23189
|
-
Defined in: [lib/form.ts:
|
|
23189
|
+
Defined in: [lib/form.ts:4316](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4316)
|
|
23190
23190
|
|
|
23191
23191
|
***
|
|
23192
23192
|
|
|
@@ -23194,7 +23194,7 @@ Defined in: [lib/form.ts:4298](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23194
23194
|
|
|
23195
23195
|
> **content**: `string`
|
|
23196
23196
|
|
|
23197
|
-
Defined in: [lib/form.ts:
|
|
23197
|
+
Defined in: [lib/form.ts:4315](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4315)
|
|
23198
23198
|
|
|
23199
23199
|
***
|
|
23200
23200
|
|
|
@@ -23202,7 +23202,7 @@ Defined in: [lib/form.ts:4297](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23202
23202
|
|
|
23203
23203
|
> `optional` **title?**: `string`
|
|
23204
23204
|
|
|
23205
|
-
Defined in: [lib/form.ts:
|
|
23205
|
+
Defined in: [lib/form.ts:4314](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4314)
|
|
23206
23206
|
|
|
23207
23207
|
lib/form/interfaces/IFormDialogOptions.md
|
|
23208
23208
|
---
|
|
@@ -23215,7 +23215,7 @@ lib/form/interfaces/IFormDialogOptions.md
|
|
|
23215
23215
|
|
|
23216
23216
|
# Interface: IFormDialogOptions
|
|
23217
23217
|
|
|
23218
|
-
Defined in: [lib/form.ts:
|
|
23218
|
+
Defined in: [lib/form.ts:4259](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4259)
|
|
23219
23219
|
|
|
23220
23220
|
Dialog 选项
|
|
23221
23221
|
|
|
@@ -23225,7 +23225,9 @@ Dialog 选项
|
|
|
23225
23225
|
|
|
23226
23226
|
> `optional` **autoDialogResult?**: `boolean`
|
|
23227
23227
|
|
|
23228
|
-
Defined in: [lib/form.ts:
|
|
23228
|
+
Defined in: [lib/form.ts:4267](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4267)
|
|
23229
|
+
|
|
23230
|
+
点击按钮后是否自动将按钮文本写入 dialogResult,默认 true
|
|
23229
23231
|
|
|
23230
23232
|
***
|
|
23231
23233
|
|
|
@@ -23233,7 +23235,9 @@ Defined in: [lib/form.ts:4257](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23233
23235
|
|
|
23234
23236
|
> `optional` **buttons?**: `string`[]
|
|
23235
23237
|
|
|
23236
|
-
Defined in: [lib/form.ts:
|
|
23238
|
+
Defined in: [lib/form.ts:4265](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4265)
|
|
23239
|
+
|
|
23240
|
+
底部按钮文本列表,默认使用当前语言的确定按钮文本
|
|
23237
23241
|
|
|
23238
23242
|
***
|
|
23239
23243
|
|
|
@@ -23241,7 +23245,9 @@ Defined in: [lib/form.ts:4256](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23241
23245
|
|
|
23242
23246
|
> **content**: `string`
|
|
23243
23247
|
|
|
23244
|
-
Defined in: [lib/form.ts:
|
|
23248
|
+
Defined in: [lib/form.ts:4263](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4263)
|
|
23249
|
+
|
|
23250
|
+
dialog 内容,支持直接传布局字符串
|
|
23245
23251
|
|
|
23246
23252
|
***
|
|
23247
23253
|
|
|
@@ -23249,7 +23255,7 @@ Defined in: [lib/form.ts:4255](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23249
23255
|
|
|
23250
23256
|
> `optional` **data?**: `Record`\<`string`, `any`\>
|
|
23251
23257
|
|
|
23252
|
-
Defined in: [lib/form.ts:
|
|
23258
|
+
Defined in: [lib/form.ts:4281](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4281)
|
|
23253
23259
|
|
|
23254
23260
|
传值,需要用 data.x 读取
|
|
23255
23261
|
|
|
@@ -23259,7 +23265,9 @@ Defined in: [lib/form.ts:4263](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23259
23265
|
|
|
23260
23266
|
> `optional` **direction?**: `"v"` \| `"h"`
|
|
23261
23267
|
|
|
23262
|
-
Defined in: [lib/form.ts:
|
|
23268
|
+
Defined in: [lib/form.ts:4270](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4270)
|
|
23269
|
+
|
|
23270
|
+
dialog 控件内容布局方向,h 为横向,v 为纵向
|
|
23263
23271
|
|
|
23264
23272
|
***
|
|
23265
23273
|
|
|
@@ -23267,7 +23275,19 @@ Defined in: [lib/form.ts:4259](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23267
23275
|
|
|
23268
23276
|
> `optional` **gutter?**: `string` \| `number`
|
|
23269
23277
|
|
|
23270
|
-
Defined in: [lib/form.ts:
|
|
23278
|
+
Defined in: [lib/form.ts:4272](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4272)
|
|
23279
|
+
|
|
23280
|
+
dialog 控件内容区项目间距,会透传给 dialog 控件
|
|
23281
|
+
|
|
23282
|
+
***
|
|
23283
|
+
|
|
23284
|
+
### height?
|
|
23285
|
+
|
|
23286
|
+
> `optional` **height?**: `string` \| `number`
|
|
23287
|
+
|
|
23288
|
+
Defined in: [lib/form.ts:4276](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4276)
|
|
23289
|
+
|
|
23290
|
+
dialog 控件高度,传数字时为像素值,传 fill 时代表填充可用高度
|
|
23271
23291
|
|
|
23272
23292
|
***
|
|
23273
23293
|
|
|
@@ -23275,7 +23295,7 @@ Defined in: [lib/form.ts:4260](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23275
23295
|
|
|
23276
23296
|
> `optional` **methods?**: `Record`\<`string`, (...`param`) => `any`\>
|
|
23277
23297
|
|
|
23278
|
-
Defined in: [lib/form.ts:
|
|
23298
|
+
Defined in: [lib/form.ts:4283](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4283)
|
|
23279
23299
|
|
|
23280
23300
|
传值,需要用 methods.x 读取
|
|
23281
23301
|
|
|
@@ -23285,7 +23305,7 @@ Defined in: [lib/form.ts:4265](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23285
23305
|
|
|
23286
23306
|
> `optional` **onMounted?**: () => `void` \| `Promise`\<`void`\>
|
|
23287
23307
|
|
|
23288
|
-
Defined in: [lib/form.ts:
|
|
23308
|
+
Defined in: [lib/form.ts:4303](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4303)
|
|
23289
23309
|
|
|
23290
23310
|
窗体挂载完成事件
|
|
23291
23311
|
|
|
@@ -23295,11 +23315,21 @@ Defined in: [lib/form.ts:4285](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23295
23315
|
|
|
23296
23316
|
***
|
|
23297
23317
|
|
|
23318
|
+
### padding?
|
|
23319
|
+
|
|
23320
|
+
> `optional` **padding?**: `string` \| `boolean`
|
|
23321
|
+
|
|
23322
|
+
Defined in: [lib/form.ts:4278](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4278)
|
|
23323
|
+
|
|
23324
|
+
dialog 控件内容区是否显示内边距,默认表现与控件自身一致
|
|
23325
|
+
|
|
23326
|
+
***
|
|
23327
|
+
|
|
23298
23328
|
### path?
|
|
23299
23329
|
|
|
23300
23330
|
> `optional` **path?**: `string`
|
|
23301
23331
|
|
|
23302
|
-
Defined in: [lib/form.ts:
|
|
23332
|
+
Defined in: [lib/form.ts:4287](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4287)
|
|
23303
23333
|
|
|
23304
23334
|
路径基,以 / 结束或文件路径则以文件的基路径为准,可留空
|
|
23305
23335
|
|
|
@@ -23309,7 +23339,7 @@ Defined in: [lib/form.ts:4269](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23309
23339
|
|
|
23310
23340
|
> `optional` **select?**: (`this`, `e`, `button`) => `void`
|
|
23311
23341
|
|
|
23312
|
-
Defined in: [lib/form.ts:
|
|
23342
|
+
Defined in: [lib/form.ts:4294](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4294)
|
|
23313
23343
|
|
|
23314
23344
|
点击按钮触发事件,不能用 Promise
|
|
23315
23345
|
|
|
@@ -23341,7 +23371,7 @@ Defined in: [lib/form.ts:4276](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23341
23371
|
|
|
23342
23372
|
> `optional` **style?**: `string`
|
|
23343
23373
|
|
|
23344
|
-
Defined in: [lib/form.ts:
|
|
23374
|
+
Defined in: [lib/form.ts:4285](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4285)
|
|
23345
23375
|
|
|
23346
23376
|
样式表
|
|
23347
23377
|
|
|
@@ -23351,7 +23381,19 @@ Defined in: [lib/form.ts:4267](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23351
23381
|
|
|
23352
23382
|
> `optional` **title?**: `string`
|
|
23353
23383
|
|
|
23354
|
-
Defined in: [lib/form.ts:
|
|
23384
|
+
Defined in: [lib/form.ts:4261](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4261)
|
|
23385
|
+
|
|
23386
|
+
dialog 窗体标题,不传则使用默认标题 dialog
|
|
23387
|
+
|
|
23388
|
+
***
|
|
23389
|
+
|
|
23390
|
+
### width?
|
|
23391
|
+
|
|
23392
|
+
> `optional` **width?**: `string` \| `number`
|
|
23393
|
+
|
|
23394
|
+
Defined in: [lib/form.ts:4274](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4274)
|
|
23395
|
+
|
|
23396
|
+
dialog 控件宽度,传数字时为像素值,传 fill 时代表填充可用宽度
|
|
23355
23397
|
|
|
23356
23398
|
lib/form/interfaces/IFormDialogSelectEvent.md
|
|
23357
23399
|
---
|
|
@@ -23364,7 +23406,7 @@ lib/form/interfaces/IFormDialogSelectEvent.md
|
|
|
23364
23406
|
|
|
23365
23407
|
# Interface: IFormDialogSelectEvent
|
|
23366
23408
|
|
|
23367
|
-
Defined in: [lib/form.ts:
|
|
23409
|
+
Defined in: [lib/form.ts:4306](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4306)
|
|
23368
23410
|
|
|
23369
23411
|
Custom Event
|
|
23370
23412
|
|
|
@@ -23378,7 +23420,7 @@ Custom Event
|
|
|
23378
23420
|
|
|
23379
23421
|
> **detail**: `object`
|
|
23380
23422
|
|
|
23381
|
-
Defined in: [lib/form.ts:
|
|
23423
|
+
Defined in: [lib/form.ts:4307](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4307)
|
|
23382
23424
|
|
|
23383
23425
|
#### button
|
|
23384
23426
|
|
|
@@ -23423,7 +23465,7 @@ lib/form/interfaces/IFormInfo.md
|
|
|
23423
23465
|
|
|
23424
23466
|
# Interface: IFormInfo
|
|
23425
23467
|
|
|
23426
|
-
Defined in: [lib/form.ts:
|
|
23468
|
+
Defined in: [lib/form.ts:4214](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4214)
|
|
23427
23469
|
|
|
23428
23470
|
Form 的简略情况,通常在 list 当中
|
|
23429
23471
|
|
|
@@ -23433,7 +23475,7 @@ Form 的简略情况,通常在 list 当中
|
|
|
23433
23475
|
|
|
23434
23476
|
> **focus**: `boolean`
|
|
23435
23477
|
|
|
23436
|
-
Defined in: [lib/form.ts:
|
|
23478
|
+
Defined in: [lib/form.ts:4221](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4221)
|
|
23437
23479
|
|
|
23438
23480
|
***
|
|
23439
23481
|
|
|
@@ -23441,7 +23483,7 @@ Defined in: [lib/form.ts:4215](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23441
23483
|
|
|
23442
23484
|
> **icon**: `string`
|
|
23443
23485
|
|
|
23444
|
-
Defined in: [lib/form.ts:
|
|
23486
|
+
Defined in: [lib/form.ts:4217](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4217)
|
|
23445
23487
|
|
|
23446
23488
|
***
|
|
23447
23489
|
|
|
@@ -23449,7 +23491,7 @@ Defined in: [lib/form.ts:4211](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23449
23491
|
|
|
23450
23492
|
> **show**: `boolean`
|
|
23451
23493
|
|
|
23452
|
-
Defined in: [lib/form.ts:
|
|
23494
|
+
Defined in: [lib/form.ts:4220](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4220)
|
|
23453
23495
|
|
|
23454
23496
|
***
|
|
23455
23497
|
|
|
@@ -23457,7 +23499,7 @@ Defined in: [lib/form.ts:4214](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23457
23499
|
|
|
23458
23500
|
> **showInSystemTask**: `boolean`
|
|
23459
23501
|
|
|
23460
|
-
Defined in: [lib/form.ts:
|
|
23502
|
+
Defined in: [lib/form.ts:4222](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4222)
|
|
23461
23503
|
|
|
23462
23504
|
***
|
|
23463
23505
|
|
|
@@ -23465,7 +23507,7 @@ Defined in: [lib/form.ts:4216](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23465
23507
|
|
|
23466
23508
|
> **stateMax**: `boolean`
|
|
23467
23509
|
|
|
23468
|
-
Defined in: [lib/form.ts:
|
|
23510
|
+
Defined in: [lib/form.ts:4218](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4218)
|
|
23469
23511
|
|
|
23470
23512
|
***
|
|
23471
23513
|
|
|
@@ -23473,7 +23515,7 @@ Defined in: [lib/form.ts:4212](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23473
23515
|
|
|
23474
23516
|
> **stateMin**: `boolean`
|
|
23475
23517
|
|
|
23476
|
-
Defined in: [lib/form.ts:
|
|
23518
|
+
Defined in: [lib/form.ts:4219](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4219)
|
|
23477
23519
|
|
|
23478
23520
|
***
|
|
23479
23521
|
|
|
@@ -23481,7 +23523,7 @@ Defined in: [lib/form.ts:4213](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23481
23523
|
|
|
23482
23524
|
> **taskId**: `string`
|
|
23483
23525
|
|
|
23484
|
-
Defined in: [lib/form.ts:
|
|
23526
|
+
Defined in: [lib/form.ts:4215](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4215)
|
|
23485
23527
|
|
|
23486
23528
|
***
|
|
23487
23529
|
|
|
@@ -23489,7 +23531,7 @@ Defined in: [lib/form.ts:4209](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23489
23531
|
|
|
23490
23532
|
> **title**: `string`
|
|
23491
23533
|
|
|
23492
|
-
Defined in: [lib/form.ts:
|
|
23534
|
+
Defined in: [lib/form.ts:4216](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4216)
|
|
23493
23535
|
|
|
23494
23536
|
lib/form/interfaces/IForm.md
|
|
23495
23537
|
---
|
|
@@ -23502,7 +23544,7 @@ lib/form/interfaces/IForm.md
|
|
|
23502
23544
|
|
|
23503
23545
|
# Interface: IForm
|
|
23504
23546
|
|
|
23505
|
-
Defined in: [lib/form.ts:
|
|
23547
|
+
Defined in: [lib/form.ts:4205](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4205)
|
|
23506
23548
|
|
|
23507
23549
|
运行时 task 中的 form 对象
|
|
23508
23550
|
|
|
@@ -23512,7 +23554,7 @@ Defined in: [lib/form.ts:4199](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23512
23554
|
|
|
23513
23555
|
> **closed**: `boolean`
|
|
23514
23556
|
|
|
23515
|
-
Defined in: [lib/form.ts:
|
|
23557
|
+
Defined in: [lib/form.ts:4210](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4210)
|
|
23516
23558
|
|
|
23517
23559
|
是否已经执行过了关闭窗体方法,此处加判断为了防止重复执行 close 导致的 bug
|
|
23518
23560
|
|
|
@@ -23522,7 +23564,7 @@ Defined in: [lib/form.ts:4204](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23522
23564
|
|
|
23523
23565
|
> **id**: `string`
|
|
23524
23566
|
|
|
23525
|
-
Defined in: [lib/form.ts:
|
|
23567
|
+
Defined in: [lib/form.ts:4206](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4206)
|
|
23526
23568
|
|
|
23527
23569
|
***
|
|
23528
23570
|
|
|
@@ -23530,7 +23572,7 @@ Defined in: [lib/form.ts:4200](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23530
23572
|
|
|
23531
23573
|
> **vapp**: [`IVApp`](../../core/interfaces/IVApp.md)
|
|
23532
23574
|
|
|
23533
|
-
Defined in: [lib/form.ts:
|
|
23575
|
+
Defined in: [lib/form.ts:4207](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4207)
|
|
23534
23576
|
|
|
23535
23577
|
***
|
|
23536
23578
|
|
|
@@ -23538,7 +23580,7 @@ Defined in: [lib/form.ts:4201](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23538
23580
|
|
|
23539
23581
|
> **vroot**: [`IVue`](../../core/interfaces/IVue.md)
|
|
23540
23582
|
|
|
23541
|
-
Defined in: [lib/form.ts:
|
|
23583
|
+
Defined in: [lib/form.ts:4208](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4208)
|
|
23542
23584
|
|
|
23543
23585
|
lib/form/interfaces/IFormPromptOptions.md
|
|
23544
23586
|
---
|
|
@@ -23551,7 +23593,7 @@ lib/form/interfaces/IFormPromptOptions.md
|
|
|
23551
23593
|
|
|
23552
23594
|
# Interface: IFormPromptOptions
|
|
23553
23595
|
|
|
23554
|
-
Defined in: [lib/form.ts:
|
|
23596
|
+
Defined in: [lib/form.ts:4328](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4328)
|
|
23555
23597
|
|
|
23556
23598
|
Prompt 选项
|
|
23557
23599
|
|
|
@@ -23561,7 +23603,7 @@ Prompt 选项
|
|
|
23561
23603
|
|
|
23562
23604
|
> `optional` **cancel?**: `boolean`
|
|
23563
23605
|
|
|
23564
|
-
Defined in: [lib/form.ts:
|
|
23606
|
+
Defined in: [lib/form.ts:4336](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4336)
|
|
23565
23607
|
|
|
23566
23608
|
是否显示取消按钮,默认显示
|
|
23567
23609
|
|
|
@@ -23571,7 +23613,7 @@ Defined in: [lib/form.ts:4318](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23571
23613
|
|
|
23572
23614
|
> **content**: `string`
|
|
23573
23615
|
|
|
23574
|
-
Defined in: [lib/form.ts:
|
|
23616
|
+
Defined in: [lib/form.ts:4332](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4332)
|
|
23575
23617
|
|
|
23576
23618
|
内容说明
|
|
23577
23619
|
|
|
@@ -23581,7 +23623,7 @@ Defined in: [lib/form.ts:4314](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23581
23623
|
|
|
23582
23624
|
> `optional` **select?**: (`this`, `e`, `button`) => `void`
|
|
23583
23625
|
|
|
23584
|
-
Defined in: [lib/form.ts:
|
|
23626
|
+
Defined in: [lib/form.ts:4343](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4343)
|
|
23585
23627
|
|
|
23586
23628
|
点击按钮触发事件
|
|
23587
23629
|
|
|
@@ -23613,7 +23655,7 @@ true 代表确定,false 代表取消
|
|
|
23613
23655
|
|
|
23614
23656
|
> `optional` **text?**: `string`
|
|
23615
23657
|
|
|
23616
|
-
Defined in: [lib/form.ts:
|
|
23658
|
+
Defined in: [lib/form.ts:4334](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4334)
|
|
23617
23659
|
|
|
23618
23660
|
文本默认值
|
|
23619
23661
|
|
|
@@ -23623,7 +23665,7 @@ Defined in: [lib/form.ts:4316](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23623
23665
|
|
|
23624
23666
|
> `optional` **title?**: `string`
|
|
23625
23667
|
|
|
23626
|
-
Defined in: [lib/form.ts:
|
|
23668
|
+
Defined in: [lib/form.ts:4330](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4330)
|
|
23627
23669
|
|
|
23628
23670
|
标题
|
|
23629
23671
|
|
|
@@ -23638,7 +23680,7 @@ lib/form/interfaces/IFormPromptSelectEvent.md
|
|
|
23638
23680
|
|
|
23639
23681
|
# Interface: IFormPromptSelectEvent
|
|
23640
23682
|
|
|
23641
|
-
Defined in: [lib/form.ts:
|
|
23683
|
+
Defined in: [lib/form.ts:4350](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4350)
|
|
23642
23684
|
|
|
23643
23685
|
Custom Event
|
|
23644
23686
|
|
|
@@ -23652,7 +23694,7 @@ Custom Event
|
|
|
23652
23694
|
|
|
23653
23695
|
> **detail**: `object`
|
|
23654
23696
|
|
|
23655
|
-
Defined in: [lib/form.ts:
|
|
23697
|
+
Defined in: [lib/form.ts:4351](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4351)
|
|
23656
23698
|
|
|
23657
23699
|
#### button
|
|
23658
23700
|
|
|
@@ -23703,7 +23745,7 @@ lib/form/interfaces/IMoveDragOptions.md
|
|
|
23703
23745
|
|
|
23704
23746
|
# Interface: IMoveDragOptions
|
|
23705
23747
|
|
|
23706
|
-
Defined in: [lib/form.ts:
|
|
23748
|
+
Defined in: [lib/form.ts:4226](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4226)
|
|
23707
23749
|
|
|
23708
23750
|
移动 drag 到新位置函数的选项
|
|
23709
23751
|
|
|
@@ -23713,7 +23755,7 @@ Defined in: [lib/form.ts:4220](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23713
23755
|
|
|
23714
23756
|
> `optional` **height?**: `number`
|
|
23715
23757
|
|
|
23716
|
-
Defined in: [lib/form.ts:
|
|
23758
|
+
Defined in: [lib/form.ts:4230](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4230)
|
|
23717
23759
|
|
|
23718
23760
|
***
|
|
23719
23761
|
|
|
@@ -23721,7 +23763,7 @@ Defined in: [lib/form.ts:4224](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23721
23763
|
|
|
23722
23764
|
> `optional` **icon?**: `boolean`
|
|
23723
23765
|
|
|
23724
|
-
Defined in: [lib/form.ts:
|
|
23766
|
+
Defined in: [lib/form.ts:4231](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4231)
|
|
23725
23767
|
|
|
23726
23768
|
***
|
|
23727
23769
|
|
|
@@ -23729,7 +23771,7 @@ Defined in: [lib/form.ts:4225](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23729
23771
|
|
|
23730
23772
|
> `optional` **left?**: `number`
|
|
23731
23773
|
|
|
23732
|
-
Defined in: [lib/form.ts:
|
|
23774
|
+
Defined in: [lib/form.ts:4228](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4228)
|
|
23733
23775
|
|
|
23734
23776
|
***
|
|
23735
23777
|
|
|
@@ -23737,7 +23779,7 @@ Defined in: [lib/form.ts:4222](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23737
23779
|
|
|
23738
23780
|
> `optional` **top?**: `number`
|
|
23739
23781
|
|
|
23740
|
-
Defined in: [lib/form.ts:
|
|
23782
|
+
Defined in: [lib/form.ts:4227](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4227)
|
|
23741
23783
|
|
|
23742
23784
|
***
|
|
23743
23785
|
|
|
@@ -23745,7 +23787,7 @@ Defined in: [lib/form.ts:4221](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23745
23787
|
|
|
23746
23788
|
> `optional` **width?**: `number`
|
|
23747
23789
|
|
|
23748
|
-
Defined in: [lib/form.ts:
|
|
23790
|
+
Defined in: [lib/form.ts:4229](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4229)
|
|
23749
23791
|
|
|
23750
23792
|
lib/form/interfaces/INotifyContentOptions.md
|
|
23751
23793
|
---
|
|
@@ -23758,7 +23800,7 @@ lib/form/interfaces/INotifyContentOptions.md
|
|
|
23758
23800
|
|
|
23759
23801
|
# Interface: INotifyContentOptions
|
|
23760
23802
|
|
|
23761
|
-
Defined in: [lib/form.ts:
|
|
23803
|
+
Defined in: [lib/form.ts:4248](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4248)
|
|
23762
23804
|
|
|
23763
23805
|
notify 信息框的修改选项
|
|
23764
23806
|
|
|
@@ -23768,7 +23810,7 @@ notify 信息框的修改选项
|
|
|
23768
23810
|
|
|
23769
23811
|
> `optional` **content?**: `string`
|
|
23770
23812
|
|
|
23771
|
-
Defined in: [lib/form.ts:
|
|
23813
|
+
Defined in: [lib/form.ts:4250](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4250)
|
|
23772
23814
|
|
|
23773
23815
|
***
|
|
23774
23816
|
|
|
@@ -23776,7 +23818,7 @@ Defined in: [lib/form.ts:4244](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23776
23818
|
|
|
23777
23819
|
> `optional` **note?**: `string`
|
|
23778
23820
|
|
|
23779
|
-
Defined in: [lib/form.ts:
|
|
23821
|
+
Defined in: [lib/form.ts:4251](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4251)
|
|
23780
23822
|
|
|
23781
23823
|
***
|
|
23782
23824
|
|
|
@@ -23784,7 +23826,7 @@ Defined in: [lib/form.ts:4245](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23784
23826
|
|
|
23785
23827
|
> `optional` **progress?**: `number`
|
|
23786
23828
|
|
|
23787
|
-
Defined in: [lib/form.ts:
|
|
23829
|
+
Defined in: [lib/form.ts:4253](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4253)
|
|
23788
23830
|
|
|
23789
23831
|
可顺便修改进度
|
|
23790
23832
|
|
|
@@ -23794,7 +23836,7 @@ Defined in: [lib/form.ts:4247](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23794
23836
|
|
|
23795
23837
|
> `optional` **timeout?**: `number`
|
|
23796
23838
|
|
|
23797
|
-
Defined in: [lib/form.ts:
|
|
23839
|
+
Defined in: [lib/form.ts:4255](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4255)
|
|
23798
23840
|
|
|
23799
23841
|
设置后将在 x 毫秒后隐藏,这不会大于创建时的设置的总时长
|
|
23800
23842
|
|
|
@@ -23804,7 +23846,7 @@ Defined in: [lib/form.ts:4249](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23804
23846
|
|
|
23805
23847
|
> `optional` **title?**: `string`
|
|
23806
23848
|
|
|
23807
|
-
Defined in: [lib/form.ts:
|
|
23849
|
+
Defined in: [lib/form.ts:4249](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4249)
|
|
23808
23850
|
|
|
23809
23851
|
lib/form/interfaces/INotifyOptions.md
|
|
23810
23852
|
---
|
|
@@ -23817,7 +23859,7 @@ lib/form/interfaces/INotifyOptions.md
|
|
|
23817
23859
|
|
|
23818
23860
|
# Interface: INotifyOptions
|
|
23819
23861
|
|
|
23820
|
-
Defined in: [lib/form.ts:
|
|
23862
|
+
Defined in: [lib/form.ts:4235](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4235)
|
|
23821
23863
|
|
|
23822
23864
|
弹出 notify 信息框的选项
|
|
23823
23865
|
|
|
@@ -23827,7 +23869,7 @@ Defined in: [lib/form.ts:4229](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23827
23869
|
|
|
23828
23870
|
> `optional` **content?**: `string`
|
|
23829
23871
|
|
|
23830
|
-
Defined in: [lib/form.ts:
|
|
23872
|
+
Defined in: [lib/form.ts:4238](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4238)
|
|
23831
23873
|
|
|
23832
23874
|
正文
|
|
23833
23875
|
|
|
@@ -23837,7 +23879,7 @@ Defined in: [lib/form.ts:4232](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23837
23879
|
|
|
23838
23880
|
> `optional` **icon?**: `string` \| `null`
|
|
23839
23881
|
|
|
23840
|
-
Defined in: [lib/form.ts:
|
|
23882
|
+
Defined in: [lib/form.ts:4241](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4241)
|
|
23841
23883
|
|
|
23842
23884
|
***
|
|
23843
23885
|
|
|
@@ -23845,7 +23887,7 @@ Defined in: [lib/form.ts:4235](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23845
23887
|
|
|
23846
23888
|
> `optional` **note?**: `string`
|
|
23847
23889
|
|
|
23848
|
-
Defined in: [lib/form.ts:
|
|
23890
|
+
Defined in: [lib/form.ts:4240](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4240)
|
|
23849
23891
|
|
|
23850
23892
|
浅色描述
|
|
23851
23893
|
|
|
@@ -23855,7 +23897,7 @@ Defined in: [lib/form.ts:4234](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23855
23897
|
|
|
23856
23898
|
> `optional` **progress?**: `boolean`
|
|
23857
23899
|
|
|
23858
|
-
Defined in: [lib/form.ts:
|
|
23900
|
+
Defined in: [lib/form.ts:4244](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4244)
|
|
23859
23901
|
|
|
23860
23902
|
***
|
|
23861
23903
|
|
|
@@ -23863,7 +23905,7 @@ Defined in: [lib/form.ts:4238](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23863
23905
|
|
|
23864
23906
|
> `optional` **timeout?**: `number`
|
|
23865
23907
|
|
|
23866
|
-
Defined in: [lib/form.ts:
|
|
23908
|
+
Defined in: [lib/form.ts:4242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4242)
|
|
23867
23909
|
|
|
23868
23910
|
***
|
|
23869
23911
|
|
|
@@ -23871,7 +23913,7 @@ Defined in: [lib/form.ts:4236](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23871
23913
|
|
|
23872
23914
|
> `optional` **title?**: `string`
|
|
23873
23915
|
|
|
23874
|
-
Defined in: [lib/form.ts:
|
|
23916
|
+
Defined in: [lib/form.ts:4236](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4236)
|
|
23875
23917
|
|
|
23876
23918
|
***
|
|
23877
23919
|
|
|
@@ -23879,7 +23921,7 @@ Defined in: [lib/form.ts:4230](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
23879
23921
|
|
|
23880
23922
|
> `optional` **type?**: `"progress"` \| `"info"` \| `"warning"` \| `"danger"` \| `"primary"`
|
|
23881
23923
|
|
|
23882
|
-
Defined in: [lib/form.ts:
|
|
23924
|
+
Defined in: [lib/form.ts:4243](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4243)
|
|
23883
23925
|
|
|
23884
23926
|
lib/form/variables/activePanels.md
|
|
23885
23927
|
---
|