clickgo 6.1.2 → 6.1.4

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.
@@ -2906,13 +2906,13 @@ public init(canvas: fabric.Canvas): void {
2906
2906
 
2907
2907
  `number` | `string`
2908
2908
 
2909
- 最小宽度,默认 200
2909
+ 最小宽度,默认 200。沉浸式 Native 首个窗体会同步到实体窗口,后续修改也会同步。
2910
2910
 
2911
2911
  #### minHeight
2912
2912
 
2913
2913
  `number` | `string`
2914
2914
 
2915
- 最小高度,默认 100
2915
+ 最小高度,默认 100。沉浸式 Native 首个窗体会同步到实体窗口,后续修改也会同步。
2916
2916
 
2917
2917
  #### border
2918
2918
 
@@ -2992,7 +2992,7 @@ public init(canvas: fabric.Canvas): void {
2992
2992
 
2993
2993
  `() => void`
2994
2994
 
2995
- 关闭时触发。
2995
+ 关闭时触发,参数为 `IFormCloseEvent`,可调用 `event.preventDefault()` 阻止默认关闭。沉浸式 Native 首个窗体的系统关闭(如 Alt+F4)也会触发,此时 `event.detail.event` 为 `null`。程序调用 `form.close()` 不触发此事件,确认完成后可用它关闭窗体。
2996
2996
 
2997
2997
  #### size
2998
2998
 
@@ -11601,7 +11601,7 @@ Defined in: [lib/control.ts:1061](https://github.com/maiyun/clickgo/blob/master/
11601
11601
 
11602
11602
  #### event
11603
11603
 
11604
- > **event**: `MouseEvent`
11604
+ > **event**: `MouseEvent` \| `null`
11605
11605
 
11606
11606
  ***
11607
11607
 
@@ -19147,7 +19147,7 @@ lib/form/classes/AbstractComponent.md
19147
19147
 
19148
19148
  # Abstract Class: AbstractComponent
19149
19149
 
19150
- Defined in: [lib/form.ts:549](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L549)
19150
+ Defined in: [lib/form.ts:552](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L552)
19151
19151
 
19152
19152
  Form/Panel 内使用的应用局部组件抽象类
19153
19153
 
@@ -19175,7 +19175,7 @@ Form/Panel 内使用的应用局部组件抽象类
19175
19175
 
19176
19176
  > `readonly` **components**: `Record`\<`string`, () => `AbstractComponent`\> = `{}`
19177
19177
 
19178
- Defined in: [lib/form.ts:552](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L552)
19178
+ Defined in: [lib/form.ts:555](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L555)
19179
19179
 
19180
19180
  当前组件内继续局部注册的应用组件
19181
19181
 
@@ -19189,7 +19189,7 @@ Defined in: [lib/form.ts:552](https://github.com/maiyun/clickgo/blob/master/dist
19189
19189
 
19190
19190
  > `readonly` **emits**: `Record`\<`string`, `null` \| ((`payload`) => `boolean`)\> = `{}`
19191
19191
 
19192
- Defined in: [lib/form.ts:615](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L615)
19192
+ Defined in: [lib/form.ts:618](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L618)
19193
19193
 
19194
19194
  组件事件,由用户定义重写
19195
19195
 
@@ -19199,7 +19199,7 @@ Defined in: [lib/form.ts:615](https://github.com/maiyun/clickgo/blob/master/dist
19199
19199
 
19200
19200
  > `readonly` **packageFiles**: `Record`\<`string`, `Blob` \| `string`\> = `{}`
19201
19201
 
19202
- Defined in: [lib/form.ts:609](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L609)
19202
+ Defined in: [lib/form.ts:612](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L612)
19203
19203
 
19204
19204
  组件内部文件,由系统重写
19205
19205
 
@@ -19209,7 +19209,7 @@ Defined in: [lib/form.ts:609](https://github.com/maiyun/clickgo/blob/master/dist
19209
19209
 
19210
19210
  > `readonly` **props**: `object` = `{}`
19211
19211
 
19212
- Defined in: [lib/form.ts:612](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L612)
19212
+ Defined in: [lib/form.ts:615](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L615)
19213
19213
 
19214
19214
  组件参数,由用户定义重写
19215
19215
 
@@ -19219,7 +19219,7 @@ Defined in: [lib/form.ts:612](https://github.com/maiyun/clickgo/blob/master/dist
19219
19219
 
19220
19220
  > `readonly` **slots**: `Record`\<`string`, () => `any`[]\> = `{}`
19221
19221
 
19222
- Defined in: [lib/form.ts:618](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L618)
19222
+ Defined in: [lib/form.ts:621](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L621)
19223
19223
 
19224
19224
  组件的子插槽
19225
19225
 
@@ -19231,7 +19231,7 @@ Defined in: [lib/form.ts:618](https://github.com/maiyun/clickgo/blob/master/dist
19231
19231
 
19232
19232
  > **get** **classPrepend**(): (`cla`) => `string`
19233
19233
 
19234
- Defined in: [lib/form.ts:599](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L599)
19234
+ Defined in: [lib/form.ts:602](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L602)
19235
19235
 
19236
19236
  应用组件动态 class 的隔离前缀
19237
19237
 
@@ -19251,7 +19251,7 @@ Defined in: [lib/form.ts:599](https://github.com/maiyun/clickgo/blob/master/dist
19251
19251
 
19252
19252
  > **get** **controlName**(): `string`
19253
19253
 
19254
- Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L248)
19254
+ Defined in: [lib/form.ts:251](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L251)
19255
19255
 
19256
19256
  当前控件的名字
19257
19257
 
@@ -19263,7 +19263,7 @@ Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist
19263
19263
 
19264
19264
  > **set** **controlName**(`v`): `void`
19265
19265
 
19266
- Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L252)
19266
+ Defined in: [lib/form.ts:255](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L255)
19267
19267
 
19268
19268
  ##### Parameters
19269
19269
 
@@ -19287,7 +19287,7 @@ Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist
19287
19287
 
19288
19288
  > **get** **element**(): `HTMLElement`
19289
19289
 
19290
- Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L356)
19290
+ Defined in: [lib/form.ts:359](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L359)
19291
19291
 
19292
19292
  获取当前的 HTML DOM
19293
19293
 
@@ -19307,7 +19307,7 @@ Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist
19307
19307
 
19308
19308
  > **get** **filename**(): `string`
19309
19309
 
19310
- Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L242)
19310
+ Defined in: [lib/form.ts:245](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L245)
19311
19311
 
19312
19312
  当前文件在包内的路径
19313
19313
 
@@ -19327,7 +19327,7 @@ Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist
19327
19327
 
19328
19328
  > **get** **findex**(): `number`
19329
19329
 
19330
- Defined in: [lib/form.ts:555](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L555)
19330
+ Defined in: [lib/form.ts:558](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L558)
19331
19331
 
19332
19332
  当前组件所在窗体的创建序号
19333
19333
 
@@ -19343,7 +19343,7 @@ Defined in: [lib/form.ts:555](https://github.com/maiyun/clickgo/blob/master/dist
19343
19343
 
19344
19344
  > **get** **fl**(): (`key`, `data?`) => `string`
19345
19345
 
19346
- Defined in: [lib/form.ts:589](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L589)
19346
+ Defined in: [lib/form.ts:592](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L592)
19347
19347
 
19348
19348
  获取宿主窗体语言内容
19349
19349
 
@@ -19359,7 +19359,7 @@ Defined in: [lib/form.ts:589](https://github.com/maiyun/clickgo/blob/master/dist
19359
19359
 
19360
19360
  > **get** **formFocus**(): `boolean`
19361
19361
 
19362
- Defined in: [lib/form.ts:577](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L577)
19362
+ Defined in: [lib/form.ts:580](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L580)
19363
19363
 
19364
19364
  当前组件是否跟随宿主窗体获得焦点
19365
19365
 
@@ -19379,7 +19379,7 @@ Defined in: [lib/form.ts:577](https://github.com/maiyun/clickgo/blob/master/dist
19379
19379
 
19380
19380
  > **get** **formId**(): `string`
19381
19381
 
19382
- Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L268)
19382
+ Defined in: [lib/form.ts:271](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L271)
19383
19383
 
19384
19384
  当前的窗体 ID
19385
19385
 
@@ -19399,7 +19399,7 @@ Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist
19399
19399
 
19400
19400
  > **get** **l**(): (`key`, `data?`) => `string`
19401
19401
 
19402
- Defined in: [lib/form.ts:582](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L582)
19402
+ Defined in: [lib/form.ts:585](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L585)
19403
19403
 
19404
19404
  获取宿主 Form/Panel 的语言内容
19405
19405
 
@@ -19419,7 +19419,7 @@ Defined in: [lib/form.ts:582](https://github.com/maiyun/clickgo/blob/master/dist
19419
19419
 
19420
19420
  > **get** **locale**(): `string`
19421
19421
 
19422
- Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L294)
19422
+ Defined in: [lib/form.ts:297](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L297)
19423
19423
 
19424
19424
  当前的语言
19425
19425
 
@@ -19439,7 +19439,7 @@ Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist
19439
19439
 
19440
19440
  > **get** **nextTick**(): () => `Promise`\<`void`\>
19441
19441
 
19442
- Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L363)
19442
+ Defined in: [lib/form.ts:366](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L366)
19443
19443
 
19444
19444
  等待渲染
19445
19445
 
@@ -19459,7 +19459,7 @@ Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist
19459
19459
 
19460
19460
  > **get** **parent**(): `never`
19461
19461
 
19462
- Defined in: [lib/form.ts:666](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L666)
19462
+ Defined in: [lib/form.ts:669](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L669)
19463
19463
 
19464
19464
  获取上层控件或组件
19465
19465
 
@@ -19475,7 +19475,7 @@ Defined in: [lib/form.ts:666](https://github.com/maiyun/clickgo/blob/master/dist
19475
19475
 
19476
19476
  > **get** **parentByAccess**(): (`name`, `val`) => `Record`\<`string`, `any`\> \| `null`
19477
19477
 
19478
- Defined in: [lib/form.ts:685](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L685)
19478
+ Defined in: [lib/form.ts:688](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L688)
19479
19479
 
19480
19480
  根据 access 查询上层对象
19481
19481
 
@@ -19491,7 +19491,7 @@ Defined in: [lib/form.ts:685](https://github.com/maiyun/clickgo/blob/master/dist
19491
19491
 
19492
19492
  > **get** **parentByName**(): (`controlName`) => `Record`\<`string`, `any`\> \| `null`
19493
19493
 
19494
- Defined in: [lib/form.ts:671](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L671)
19494
+ Defined in: [lib/form.ts:674](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L674)
19495
19495
 
19496
19496
  根据 controlName 查询上层对象
19497
19497
 
@@ -19507,7 +19507,7 @@ Defined in: [lib/form.ts:671](https://github.com/maiyun/clickgo/blob/master/dist
19507
19507
 
19508
19508
  > **get** **path**(): `string`
19509
19509
 
19510
- Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L282)
19510
+ Defined in: [lib/form.ts:285](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L285)
19511
19511
 
19512
19512
  当前文件的包内路径不以 / 结尾
19513
19513
 
@@ -19527,7 +19527,7 @@ Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist
19527
19527
 
19528
19528
  > **get** **prep**(): `string`
19529
19529
 
19530
- Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L288)
19530
+ Defined in: [lib/form.ts:291](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L291)
19531
19531
 
19532
19532
  样式独占前缀
19533
19533
 
@@ -19547,7 +19547,7 @@ Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist
19547
19547
 
19548
19548
  > **get** **propArray**(): (`name`) => `any`[]
19549
19549
 
19550
- Defined in: [lib/form.ts:656](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L656)
19550
+ Defined in: [lib/form.ts:659](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L659)
19551
19551
 
19552
19552
  获取 props 中的 array 类型值
19553
19553
 
@@ -19563,7 +19563,7 @@ Defined in: [lib/form.ts:656](https://github.com/maiyun/clickgo/blob/master/dist
19563
19563
 
19564
19564
  > **get** **propBoolean**(): (`name`) => `boolean`
19565
19565
 
19566
- Defined in: [lib/form.ts:641](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L641)
19566
+ Defined in: [lib/form.ts:644](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L644)
19567
19567
 
19568
19568
  获取 props 中的 boolean 类型值
19569
19569
 
@@ -19579,7 +19579,7 @@ Defined in: [lib/form.ts:641](https://github.com/maiyun/clickgo/blob/master/dist
19579
19579
 
19580
19580
  > **get** **propInt**(): (`name`) => `number`
19581
19581
 
19582
- Defined in: [lib/form.ts:651](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L651)
19582
+ Defined in: [lib/form.ts:654](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L654)
19583
19583
 
19584
19584
  获取 props 中的 int 类型值
19585
19585
 
@@ -19595,7 +19595,7 @@ Defined in: [lib/form.ts:651](https://github.com/maiyun/clickgo/blob/master/dist
19595
19595
 
19596
19596
  > **get** **propNumber**(): (`name`) => `number`
19597
19597
 
19598
- Defined in: [lib/form.ts:646](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L646)
19598
+ Defined in: [lib/form.ts:649](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L649)
19599
19599
 
19600
19600
  获取 props 中的 number 类型值
19601
19601
 
@@ -19611,7 +19611,7 @@ Defined in: [lib/form.ts:646](https://github.com/maiyun/clickgo/blob/master/dist
19611
19611
 
19612
19612
  > **get** **refs**(): `Record`\<`string`, `HTMLElement` & [`AbstractControl`](../../control/classes/AbstractControl.md) & `Record`\<`string`, `any`\>\>
19613
19613
 
19614
- Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L351)
19614
+ Defined in: [lib/form.ts:354](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L354)
19615
19615
 
19616
19616
  获取 refs 情况
19617
19617
 
@@ -19631,7 +19631,7 @@ Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist
19631
19631
 
19632
19632
  > **get** **rootForm**(): [`AbstractForm`](AbstractForm.md) & `Record`\<`string`, `any`\>
19633
19633
 
19634
- Defined in: [lib/form.ts:562](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L562)
19634
+ Defined in: [lib/form.ts:565](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L565)
19635
19635
 
19636
19636
  ##### Returns
19637
19637
 
@@ -19645,7 +19645,7 @@ Defined in: [lib/form.ts:562](https://github.com/maiyun/clickgo/blob/master/dist
19645
19645
 
19646
19646
  > **get** **slotsAll**(): (`name`) => `any`[]
19647
19647
 
19648
- Defined in: [lib/form.ts:621](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L621)
19648
+ Defined in: [lib/form.ts:624](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L624)
19649
19649
 
19650
19650
  获取某插槽所有子项
19651
19651
 
@@ -19661,7 +19661,7 @@ Defined in: [lib/form.ts:621](https://github.com/maiyun/clickgo/blob/master/dist
19661
19661
 
19662
19662
  > **get** **taskId**(): `string`
19663
19663
 
19664
- Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L262)
19664
+ Defined in: [lib/form.ts:265](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L265)
19665
19665
 
19666
19666
  当前的任务 ID
19667
19667
 
@@ -19679,7 +19679,7 @@ Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist
19679
19679
 
19680
19680
  > **allowEvent**(`e`): `boolean`
19681
19681
 
19682
- Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L371)
19682
+ Defined in: [lib/form.ts:374](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L374)
19683
19683
 
19684
19684
  判断当前事件可否执行
19685
19685
 
@@ -19705,7 +19705,7 @@ Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist
19705
19705
 
19706
19706
  > **emit**(`name`, ...`v`): `void`
19707
19707
 
19708
- Defined in: [lib/form.ts:661](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L661)
19708
+ Defined in: [lib/form.ts:664](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L664)
19709
19709
 
19710
19710
  向上触发组件事件
19711
19711
 
@@ -19729,7 +19729,7 @@ Defined in: [lib/form.ts:661](https://github.com/maiyun/clickgo/blob/master/dist
19729
19729
 
19730
19730
  > **onBeforeCreate**(): `void` \| `Promise`\<`void`\>
19731
19731
 
19732
- Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L401)
19732
+ Defined in: [lib/form.ts:404](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L404)
19733
19733
 
19734
19734
  #### Returns
19735
19735
 
@@ -19745,7 +19745,7 @@ Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist
19745
19745
 
19746
19746
  > **onBeforeMount**(): `void` \| `Promise`\<`void`\>
19747
19747
 
19748
- Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L409)
19748
+ Defined in: [lib/form.ts:412](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L412)
19749
19749
 
19750
19750
  #### Returns
19751
19751
 
@@ -19761,7 +19761,7 @@ Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist
19761
19761
 
19762
19762
  > **onBeforeUnmount**(): `void` \| `Promise`\<`void`\>
19763
19763
 
19764
- Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L421)
19764
+ Defined in: [lib/form.ts:424](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L424)
19765
19765
 
19766
19766
  #### Returns
19767
19767
 
@@ -19777,7 +19777,7 @@ Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist
19777
19777
 
19778
19778
  > **onBeforeUpdate**(): `void` \| `Promise`\<`void`\>
19779
19779
 
19780
- Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L413)
19780
+ Defined in: [lib/form.ts:416](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L416)
19781
19781
 
19782
19782
  #### Returns
19783
19783
 
@@ -19793,7 +19793,7 @@ Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist
19793
19793
 
19794
19794
  > **onCreated**(): `void` \| `Promise`\<`void`\>
19795
19795
 
19796
- Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L405)
19796
+ Defined in: [lib/form.ts:408](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L408)
19797
19797
 
19798
19798
  #### Returns
19799
19799
 
@@ -19809,7 +19809,7 @@ Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist
19809
19809
 
19810
19810
  > **onMounted**(): `void` \| `Promise`\<`void`\>
19811
19811
 
19812
- Defined in: [lib/form.ts:699](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L699)
19812
+ Defined in: [lib/form.ts:702](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L702)
19813
19813
 
19814
19814
  组件挂载好后触发
19815
19815
 
@@ -19823,7 +19823,7 @@ Defined in: [lib/form.ts:699](https://github.com/maiyun/clickgo/blob/master/dist
19823
19823
 
19824
19824
  > **onUnmounted**(): `void` \| `Promise`\<`void`\>
19825
19825
 
19826
- Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L425)
19826
+ Defined in: [lib/form.ts:428](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L428)
19827
19827
 
19828
19828
  #### Returns
19829
19829
 
@@ -19839,7 +19839,7 @@ Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist
19839
19839
 
19840
19840
  > **onUpdated**(): `void` \| `Promise`\<`void`\>
19841
19841
 
19842
- Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L417)
19842
+ Defined in: [lib/form.ts:420](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L420)
19843
19843
 
19844
19844
  #### Returns
19845
19845
 
@@ -19855,7 +19855,7 @@ Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist
19855
19855
 
19856
19856
  > **send**(`fid`, `obj`): `void`
19857
19857
 
19858
- Defined in: [lib/form.ts:393](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L393)
19858
+ Defined in: [lib/form.ts:396](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L396)
19859
19859
 
19860
19860
  给一个窗体发送一个对象,不会知道成功与失败状态
19861
19861
 
@@ -19887,7 +19887,7 @@ formId 要接收对象的 form id
19887
19887
 
19888
19888
  > **trigger**(`name`, `param1?`, `param2?`): `Promise`\<`void`\>
19889
19889
 
19890
- Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L381)
19890
+ Defined in: [lib/form.ts:384](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L384)
19891
19891
 
19892
19892
  触发系统方法
19893
19893
 
@@ -19925,7 +19925,7 @@ Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist
19925
19925
 
19926
19926
  > **watch**\<`T`, `TK`, `TR`\>(`name`, `cb`, `opt?`): () => `void`
19927
19927
 
19928
- Defined in: [lib/form.ts:337](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L337)
19928
+ Defined in: [lib/form.ts:340](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L340)
19929
19929
 
19930
19930
  监视变动
19931
19931
 
@@ -19988,7 +19988,7 @@ lib/form/classes/AbstractForm.md
19988
19988
 
19989
19989
  # Abstract Class: AbstractForm
19990
19990
 
19991
- Defined in: [lib/form.ts:919](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L919)
19991
+ Defined in: [lib/form.ts:922](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L922)
19992
19992
 
19993
19993
  窗体的抽象类
19994
19994
 
@@ -20016,7 +20016,7 @@ Defined in: [lib/form.ts:919](https://github.com/maiyun/clickgo/blob/master/dist
20016
20016
 
20017
20017
  > `readonly` **components**: `Record`\<`string`, () => [`AbstractComponent`](AbstractComponent.md)\> = `{}`
20018
20018
 
20019
- Defined in: [lib/form.ts:239](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L239)
20019
+ Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L242)
20020
20020
 
20021
20021
  当前视图内局部注册的应用组件
20022
20022
 
@@ -20030,7 +20030,7 @@ Defined in: [lib/form.ts:239](https://github.com/maiyun/clickgo/blob/master/dist
20030
20030
 
20031
20031
  > **dialogResult**: `string` = `''`
20032
20032
 
20033
- Defined in: [lib/form.ts:1208](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1208)
20033
+ Defined in: [lib/form.ts:1211](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1211)
20034
20034
 
20035
20035
  dialog mask 窗体返回值,在 close 之后会进行传导
20036
20036
 
@@ -20040,7 +20040,7 @@ dialog mask 窗体返回值,在 close 之后会进行传导
20040
20040
 
20041
20041
  > **isNativeNoFrameFirst**: `boolean` = `false`
20042
20042
 
20043
- Defined in: [lib/form.ts:927](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L927)
20043
+ Defined in: [lib/form.ts:930](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L930)
20044
20044
 
20045
20045
  是否是 native 下无边框的第一个窗体
20046
20046
 
@@ -20050,7 +20050,7 @@ Defined in: [lib/form.ts:927](https://github.com/maiyun/clickgo/blob/master/dist
20050
20050
 
20051
20051
  > **isReady**: `boolean` = `false`
20052
20052
 
20053
- Defined in: [lib/form.ts:924](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L924)
20053
+ Defined in: [lib/form.ts:927](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L927)
20054
20054
 
20055
20055
  当前是否完全创建完毕
20056
20056
 
@@ -20060,7 +20060,7 @@ Defined in: [lib/form.ts:924](https://github.com/maiyun/clickgo/blob/master/dist
20060
20060
 
20061
20061
  > **lockLoading**: `boolean` = `false`
20062
20062
 
20063
- Defined in: [lib/form.ts:1079](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1079)
20063
+ Defined in: [lib/form.ts:1082](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1082)
20064
20064
 
20065
20065
  是否阻止任何人修改 loading
20066
20066
 
@@ -20072,7 +20072,7 @@ Defined in: [lib/form.ts:1079](https://github.com/maiyun/clickgo/blob/master/dis
20072
20072
 
20073
20073
  > **get** **bottomMost**(): `boolean`
20074
20074
 
20075
- Defined in: [lib/form.ts:964](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L964)
20075
+ Defined in: [lib/form.ts:967](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L967)
20076
20076
 
20077
20077
  是否是置底
20078
20078
 
@@ -20084,7 +20084,7 @@ Defined in: [lib/form.ts:964](https://github.com/maiyun/clickgo/blob/master/dist
20084
20084
 
20085
20085
  > **set** **bottomMost**(`v`): `void`
20086
20086
 
20087
- Defined in: [lib/form.ts:969](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L969)
20087
+ Defined in: [lib/form.ts:972](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L972)
20088
20088
 
20089
20089
  ##### Parameters
20090
20090
 
@@ -20104,7 +20104,7 @@ Defined in: [lib/form.ts:969](https://github.com/maiyun/clickgo/blob/master/dist
20104
20104
 
20105
20105
  > **get** **classPrepend**(): (`cla`) => `string`
20106
20106
 
20107
- Defined in: [lib/form.ts:321](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L321)
20107
+ Defined in: [lib/form.ts:324](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L324)
20108
20108
 
20109
20109
  layout 中 :class 的转义
20110
20110
 
@@ -20124,7 +20124,7 @@ layout 中 :class 的转义
20124
20124
 
20125
20125
  > **get** **controlName**(): `string`
20126
20126
 
20127
- Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L248)
20127
+ Defined in: [lib/form.ts:251](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L251)
20128
20128
 
20129
20129
  当前控件的名字
20130
20130
 
@@ -20136,7 +20136,7 @@ Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist
20136
20136
 
20137
20137
  > **set** **controlName**(`v`): `void`
20138
20138
 
20139
- Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L252)
20139
+ Defined in: [lib/form.ts:255](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L255)
20140
20140
 
20141
20141
  ##### Parameters
20142
20142
 
@@ -20160,7 +20160,7 @@ Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist
20160
20160
 
20161
20161
  > **get** **element**(): `HTMLElement`
20162
20162
 
20163
- Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L356)
20163
+ Defined in: [lib/form.ts:359](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L359)
20164
20164
 
20165
20165
  获取当前的 HTML DOM
20166
20166
 
@@ -20180,7 +20180,7 @@ Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist
20180
20180
 
20181
20181
  > **get** **filename**(): `string`
20182
20182
 
20183
- Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L242)
20183
+ Defined in: [lib/form.ts:245](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L245)
20184
20184
 
20185
20185
  当前文件在包内的路径
20186
20186
 
@@ -20200,7 +20200,7 @@ Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist
20200
20200
 
20201
20201
  > **get** **findex**(): `number`
20202
20202
 
20203
- Defined in: [lib/form.ts:930](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L930)
20203
+ Defined in: [lib/form.ts:933](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L933)
20204
20204
 
20205
20205
  当前的窗体创建的位数
20206
20206
 
@@ -20216,7 +20216,7 @@ Defined in: [lib/form.ts:930](https://github.com/maiyun/clickgo/blob/master/dist
20216
20216
 
20217
20217
  > **get** **formFocus**(): `boolean`
20218
20218
 
20219
- Defined in: [lib/form.ts:994](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L994)
20219
+ Defined in: [lib/form.ts:997](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L997)
20220
20220
 
20221
20221
  当前窗体是否是焦点
20222
20222
 
@@ -20236,7 +20236,7 @@ Defined in: [lib/form.ts:994](https://github.com/maiyun/clickgo/blob/master/dist
20236
20236
 
20237
20237
  > **get** **formHash**(): `string`
20238
20238
 
20239
- Defined in: [lib/form.ts:936](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L936)
20239
+ Defined in: [lib/form.ts:939](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L939)
20240
20240
 
20241
20241
  获取 form 的 hash 值,不是浏览器的 hash
20242
20242
 
@@ -20248,7 +20248,7 @@ Defined in: [lib/form.ts:936](https://github.com/maiyun/clickgo/blob/master/dist
20248
20248
 
20249
20249
  > **set** **formHash**(`v`): `void`
20250
20250
 
20251
- Defined in: [lib/form.ts:940](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L940)
20251
+ Defined in: [lib/form.ts:943](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L943)
20252
20252
 
20253
20253
  ##### Parameters
20254
20254
 
@@ -20268,7 +20268,7 @@ Defined in: [lib/form.ts:940](https://github.com/maiyun/clickgo/blob/master/dist
20268
20268
 
20269
20269
  > **get** **formHashData**(): `Record`\<`string`, `any`\>
20270
20270
 
20271
- Defined in: [lib/form.ts:945](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L945)
20271
+ Defined in: [lib/form.ts:948](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L948)
20272
20272
 
20273
20273
  获取 form 的 formhash with data 值
20274
20274
 
@@ -20280,7 +20280,7 @@ Defined in: [lib/form.ts:945](https://github.com/maiyun/clickgo/blob/master/dist
20280
20280
 
20281
20281
  > **set** **formHashData**(`v`): `void`
20282
20282
 
20283
- Defined in: [lib/form.ts:949](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L949)
20283
+ Defined in: [lib/form.ts:952](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L952)
20284
20284
 
20285
20285
  ##### Parameters
20286
20286
 
@@ -20300,7 +20300,7 @@ Defined in: [lib/form.ts:949](https://github.com/maiyun/clickgo/blob/master/dist
20300
20300
 
20301
20301
  > **get** **formId**(): `string`
20302
20302
 
20303
- Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L268)
20303
+ Defined in: [lib/form.ts:271](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L271)
20304
20304
 
20305
20305
  当前的窗体 ID
20306
20306
 
@@ -20320,7 +20320,7 @@ Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist
20320
20320
 
20321
20321
  > **get** **inStep**(): `boolean`
20322
20322
 
20323
- Defined in: [lib/form.ts:1086](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1086)
20323
+ Defined in: [lib/form.ts:1089](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1089)
20324
20324
 
20325
20325
  当前是否在 step 环节中
20326
20326
 
@@ -20336,7 +20336,7 @@ Defined in: [lib/form.ts:1086](https://github.com/maiyun/clickgo/blob/master/dis
20336
20336
 
20337
20337
  > **get** **isMask**(): `boolean`
20338
20338
 
20339
- Defined in: [lib/form.ts:976](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L976)
20339
+ Defined in: [lib/form.ts:979](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L979)
20340
20340
 
20341
20341
  是否在本窗体上显示遮罩层
20342
20342
 
@@ -20352,7 +20352,7 @@ Defined in: [lib/form.ts:976](https://github.com/maiyun/clickgo/blob/master/dist
20352
20352
 
20353
20353
  > **get** **l**(): (`key`, `data?`, `origin?`) => `string`
20354
20354
 
20355
- Defined in: [lib/form.ts:302](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L302)
20355
+ Defined in: [lib/form.ts:305](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L305)
20356
20356
 
20357
20357
  获取语言内容
20358
20358
 
@@ -20372,7 +20372,7 @@ Defined in: [lib/form.ts:302](https://github.com/maiyun/clickgo/blob/master/dist
20372
20372
 
20373
20373
  > **get** **loading**(): `boolean`
20374
20374
 
20375
- Defined in: [lib/form.ts:1067](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1067)
20375
+ Defined in: [lib/form.ts:1070](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1070)
20376
20376
 
20377
20377
  覆盖整个窗体的 loading
20378
20378
 
@@ -20384,7 +20384,7 @@ Defined in: [lib/form.ts:1067](https://github.com/maiyun/clickgo/blob/master/dis
20384
20384
 
20385
20385
  > **set** **loading**(`val`): `void`
20386
20386
 
20387
- Defined in: [lib/form.ts:1071](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1071)
20387
+ Defined in: [lib/form.ts:1074](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1074)
20388
20388
 
20389
20389
  ##### Parameters
20390
20390
 
@@ -20404,7 +20404,7 @@ Defined in: [lib/form.ts:1071](https://github.com/maiyun/clickgo/blob/master/dis
20404
20404
 
20405
20405
  > **get** **locale**(): `string`
20406
20406
 
20407
- Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L294)
20407
+ Defined in: [lib/form.ts:297](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L297)
20408
20408
 
20409
20409
  当前的语言
20410
20410
 
@@ -20424,7 +20424,7 @@ Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist
20424
20424
 
20425
20425
  > **get** **nextTick**(): () => `Promise`\<`void`\>
20426
20426
 
20427
- Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L363)
20427
+ Defined in: [lib/form.ts:366](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L366)
20428
20428
 
20429
20429
  等待渲染
20430
20430
 
@@ -20444,7 +20444,7 @@ Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist
20444
20444
 
20445
20445
  > **get** **path**(): `string`
20446
20446
 
20447
- Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L282)
20447
+ Defined in: [lib/form.ts:285](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L285)
20448
20448
 
20449
20449
  当前文件的包内路径不以 / 结尾
20450
20450
 
@@ -20464,7 +20464,7 @@ Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist
20464
20464
 
20465
20465
  > **get** **prep**(): `string`
20466
20466
 
20467
- Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L288)
20467
+ Defined in: [lib/form.ts:291](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L291)
20468
20468
 
20469
20469
  样式独占前缀
20470
20470
 
@@ -20484,7 +20484,7 @@ Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist
20484
20484
 
20485
20485
  > **get** **refs**(): `Record`\<`string`, `HTMLElement` & [`AbstractControl`](../../control/classes/AbstractControl.md) & `Record`\<`string`, `any`\>\>
20486
20486
 
20487
- Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L351)
20487
+ Defined in: [lib/form.ts:354](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L354)
20488
20488
 
20489
20489
  获取 refs 情况
20490
20490
 
@@ -20504,7 +20504,7 @@ Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist
20504
20504
 
20505
20505
  > **get** **showInSystemTask**(): `boolean`
20506
20506
 
20507
- Defined in: [lib/form.ts:1000](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1000)
20507
+ Defined in: [lib/form.ts:1003](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1003)
20508
20508
 
20509
20509
  当前窗体是否显示在任务栏
20510
20510
 
@@ -20516,7 +20516,7 @@ Defined in: [lib/form.ts:1000](https://github.com/maiyun/clickgo/blob/master/dis
20516
20516
 
20517
20517
  > **set** **showInSystemTask**(`v`): `void`
20518
20518
 
20519
- Defined in: [lib/form.ts:1005](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1005)
20519
+ Defined in: [lib/form.ts:1008](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1008)
20520
20520
 
20521
20521
  ##### Parameters
20522
20522
 
@@ -20536,7 +20536,7 @@ Defined in: [lib/form.ts:1005](https://github.com/maiyun/clickgo/blob/master/dis
20536
20536
 
20537
20537
  > **get** **taskId**(): `string`
20538
20538
 
20539
- Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L262)
20539
+ Defined in: [lib/form.ts:265](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L265)
20540
20540
 
20541
20541
  当前的任务 ID
20542
20542
 
@@ -20556,7 +20556,7 @@ Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist
20556
20556
 
20557
20557
  > **get** **topMost**(): `boolean`
20558
20558
 
20559
- Defined in: [lib/form.ts:954](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L954)
20559
+ Defined in: [lib/form.ts:957](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L957)
20560
20560
 
20561
20561
  是否是置顶
20562
20562
 
@@ -20568,7 +20568,7 @@ Defined in: [lib/form.ts:954](https://github.com/maiyun/clickgo/blob/master/dist
20568
20568
 
20569
20569
  > **set** **topMost**(`v`): `void`
20570
20570
 
20571
- Defined in: [lib/form.ts:959](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L959)
20571
+ Defined in: [lib/form.ts:962](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L962)
20572
20572
 
20573
20573
  ##### Parameters
20574
20574
 
@@ -20586,7 +20586,7 @@ Defined in: [lib/form.ts:959](https://github.com/maiyun/clickgo/blob/master/dist
20586
20586
 
20587
20587
  > **allowEvent**(`e`): `boolean`
20588
20588
 
20589
- Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L371)
20589
+ Defined in: [lib/form.ts:374](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L374)
20590
20590
 
20591
20591
  判断当前事件可否执行
20592
20592
 
@@ -20612,7 +20612,7 @@ Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist
20612
20612
 
20613
20613
  > **close**(): `void`
20614
20614
 
20615
- Defined in: [lib/form.ts:1201](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1201)
20615
+ Defined in: [lib/form.ts:1204](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1204)
20616
20616
 
20617
20617
  关闭当前窗体
20618
20618
 
@@ -20626,7 +20626,7 @@ Defined in: [lib/form.ts:1201](https://github.com/maiyun/clickgo/blob/master/dis
20626
20626
 
20627
20627
  > **doneStep**(): `Promise`\<`void`\>
20628
20628
 
20629
- Defined in: [lib/form.ts:1133](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1133)
20629
+ Defined in: [lib/form.ts:1136](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1136)
20630
20630
 
20631
20631
  完成当前步骤条
20632
20632
 
@@ -20640,7 +20640,7 @@ Defined in: [lib/form.ts:1133](https://github.com/maiyun/clickgo/blob/master/dis
20640
20640
 
20641
20641
  > **enterStep**(`list`): `Promise`\<`boolean`\>
20642
20642
 
20643
- Defined in: [lib/form.ts:1094](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1094)
20643
+ Defined in: [lib/form.ts:1097](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1097)
20644
20644
 
20645
20645
  进入 form hash 为源的步进条
20646
20646
 
@@ -20660,7 +20660,7 @@ Defined in: [lib/form.ts:1094](https://github.com/maiyun/clickgo/blob/master/dis
20660
20660
 
20661
20661
  > **formHashBack**(): `Promise`\<`void`\>
20662
20662
 
20663
- Defined in: [lib/form.ts:1016](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1016)
20663
+ Defined in: [lib/form.ts:1019](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1019)
20664
20664
 
20665
20665
  form hash 回退
20666
20666
 
@@ -20674,7 +20674,7 @@ form hash 回退
20674
20674
 
20675
20675
  > **hide**(): `void`
20676
20676
 
20677
- Defined in: [lib/form.ts:1193](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1193)
20677
+ Defined in: [lib/form.ts:1196](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1196)
20678
20678
 
20679
20679
  让窗体隐藏
20680
20680
 
@@ -20688,7 +20688,7 @@ Defined in: [lib/form.ts:1193](https://github.com/maiyun/clickgo/blob/master/dis
20688
20688
 
20689
20689
  > **onBeforeCreate**(): `void` \| `Promise`\<`void`\>
20690
20690
 
20691
- Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L401)
20691
+ Defined in: [lib/form.ts:404](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L404)
20692
20692
 
20693
20693
  #### Returns
20694
20694
 
@@ -20704,7 +20704,7 @@ Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist
20704
20704
 
20705
20705
  > **onBeforeMount**(): `void` \| `Promise`\<`void`\>
20706
20706
 
20707
- Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L409)
20707
+ Defined in: [lib/form.ts:412](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L412)
20708
20708
 
20709
20709
  #### Returns
20710
20710
 
@@ -20720,7 +20720,7 @@ Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist
20720
20720
 
20721
20721
  > **onBeforeUnmount**(): `void` \| `Promise`\<`void`\>
20722
20722
 
20723
- Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L421)
20723
+ Defined in: [lib/form.ts:424](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L424)
20724
20724
 
20725
20725
  #### Returns
20726
20726
 
@@ -20736,7 +20736,7 @@ Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist
20736
20736
 
20737
20737
  > **onBeforeUpdate**(): `void` \| `Promise`\<`void`\>
20738
20738
 
20739
- Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L413)
20739
+ Defined in: [lib/form.ts:416](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L416)
20740
20740
 
20741
20741
  #### Returns
20742
20742
 
@@ -20752,7 +20752,7 @@ Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist
20752
20752
 
20753
20753
  > **onConfigChanged**\<`T`\>(`n`, `v`): `void`
20754
20754
 
20755
- Defined in: [lib/form.ts:1230](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1230)
20755
+ Defined in: [lib/form.ts:1233](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1233)
20756
20756
 
20757
20757
  系统配置变更事件
20758
20758
 
@@ -20782,7 +20782,7 @@ keyof [`IConfig`](../../core/interfaces/IConfig.md)
20782
20782
 
20783
20783
  > **onCreated**(): `void` \| `Promise`\<`void`\>
20784
20784
 
20785
- Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L405)
20785
+ Defined in: [lib/form.ts:408](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L408)
20786
20786
 
20787
20787
  #### Returns
20788
20788
 
@@ -20798,7 +20798,7 @@ Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist
20798
20798
 
20799
20799
  > **onFormBlurred**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
20800
20800
 
20801
- Defined in: [lib/form.ts:1286](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1286)
20801
+ Defined in: [lib/form.ts:1289](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1289)
20802
20802
 
20803
20803
  窗体丢失焦点事件
20804
20804
 
@@ -20822,7 +20822,7 @@ Defined in: [lib/form.ts:1286](https://github.com/maiyun/clickgo/blob/master/dis
20822
20822
 
20823
20823
  > **onFormCreated**(`taskId`, `formId`, `title`, `icon`, `showInSystemTask`): `void` \| `Promise`\<`void`\>
20824
20824
 
20825
- Defined in: [lib/form.ts:1236](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1236)
20825
+ Defined in: [lib/form.ts:1239](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1239)
20826
20826
 
20827
20827
  窗体创建事件
20828
20828
 
@@ -20858,7 +20858,7 @@ Defined in: [lib/form.ts:1236](https://github.com/maiyun/clickgo/blob/master/dis
20858
20858
 
20859
20859
  > **onFormFlash**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
20860
20860
 
20861
- Defined in: [lib/form.ts:1292](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1292)
20861
+ Defined in: [lib/form.ts:1295](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1295)
20862
20862
 
20863
20863
  窗体闪烁事件
20864
20864
 
@@ -20882,7 +20882,7 @@ Defined in: [lib/form.ts:1292](https://github.com/maiyun/clickgo/blob/master/dis
20882
20882
 
20883
20883
  > **onFormFocused**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
20884
20884
 
20885
- Defined in: [lib/form.ts:1280](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1280)
20885
+ Defined in: [lib/form.ts:1283](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1283)
20886
20886
 
20887
20887
  窗体获得焦点事件
20888
20888
 
@@ -20906,7 +20906,7 @@ Defined in: [lib/form.ts:1280](https://github.com/maiyun/clickgo/blob/master/dis
20906
20906
 
20907
20907
  > **onFormHashChange**(`taskId`, `formId`, `value`, `data`): `void` \| `Promise`\<`void`\>
20908
20908
 
20909
- Defined in: [lib/form.ts:1304](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1304)
20909
+ Defined in: [lib/form.ts:1307](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1307)
20910
20910
 
20911
20911
  窗体的 formHash 改变事件
20912
20912
 
@@ -20938,7 +20938,7 @@ Defined in: [lib/form.ts:1304](https://github.com/maiyun/clickgo/blob/master/dis
20938
20938
 
20939
20939
  > **onFormIconChanged**(`taskId`, `formId`, `icon`): `void` \| `Promise`\<`void`\>
20940
20940
 
20941
- Defined in: [lib/form.ts:1256](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1256)
20941
+ Defined in: [lib/form.ts:1259](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1259)
20942
20942
 
20943
20943
  窗体图标改变事件
20944
20944
 
@@ -20966,7 +20966,7 @@ Defined in: [lib/form.ts:1256](https://github.com/maiyun/clickgo/blob/master/dis
20966
20966
 
20967
20967
  > **onFormRemoved**(`taskId`, `formId`, `title`, `icon`): `void` \| `Promise`\<`void`\>
20968
20968
 
20969
- Defined in: [lib/form.ts:1244](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1244)
20969
+ Defined in: [lib/form.ts:1247](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1247)
20970
20970
 
20971
20971
  窗体销毁事件
20972
20972
 
@@ -20998,7 +20998,7 @@ Defined in: [lib/form.ts:1244](https://github.com/maiyun/clickgo/blob/master/dis
20998
20998
 
20999
20999
  > **onFormShowChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
21000
21000
 
21001
- Defined in: [lib/form.ts:1274](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1274)
21001
+ Defined in: [lib/form.ts:1277](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1277)
21002
21002
 
21003
21003
  窗体显示状态改变事件
21004
21004
 
@@ -21026,7 +21026,7 @@ Defined in: [lib/form.ts:1274](https://github.com/maiyun/clickgo/blob/master/dis
21026
21026
 
21027
21027
  > **onFormShowInSystemTaskChange**(`taskId`, `formId`, `value`): `void` \| `Promise`\<`void`\>
21028
21028
 
21029
- Defined in: [lib/form.ts:1298](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1298)
21029
+ Defined in: [lib/form.ts:1301](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1301)
21030
21030
 
21031
21031
  窗体是否显示在任务栏属性改变事件
21032
21032
 
@@ -21054,7 +21054,7 @@ Defined in: [lib/form.ts:1298](https://github.com/maiyun/clickgo/blob/master/dis
21054
21054
 
21055
21055
  > **onFormStateMaxChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
21056
21056
 
21057
- Defined in: [lib/form.ts:1268](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1268)
21057
+ Defined in: [lib/form.ts:1271](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1271)
21058
21058
 
21059
21059
  窗体最大化状态改变事件
21060
21060
 
@@ -21082,7 +21082,7 @@ Defined in: [lib/form.ts:1268](https://github.com/maiyun/clickgo/blob/master/dis
21082
21082
 
21083
21083
  > **onFormStateMinChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
21084
21084
 
21085
- Defined in: [lib/form.ts:1262](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1262)
21085
+ Defined in: [lib/form.ts:1265](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1265)
21086
21086
 
21087
21087
  窗体最小化状态改变事件
21088
21088
 
@@ -21110,7 +21110,7 @@ Defined in: [lib/form.ts:1262](https://github.com/maiyun/clickgo/blob/master/dis
21110
21110
 
21111
21111
  > **onFormTitleChanged**(`taskId`, `formId`, `title`): `void` \| `Promise`\<`void`\>
21112
21112
 
21113
- Defined in: [lib/form.ts:1250](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1250)
21113
+ Defined in: [lib/form.ts:1253](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1253)
21114
21114
 
21115
21115
  窗体标题改变事件
21116
21116
 
@@ -21138,7 +21138,7 @@ Defined in: [lib/form.ts:1250](https://github.com/maiyun/clickgo/blob/master/dis
21138
21138
 
21139
21139
  > **onHashChanged**(`hash`): `void` \| `Promise`\<`void`\>
21140
21140
 
21141
- Defined in: [lib/form.ts:1330](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1330)
21141
+ Defined in: [lib/form.ts:1333](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1333)
21142
21142
 
21143
21143
  location hash 改变事件
21144
21144
 
@@ -21158,7 +21158,7 @@ location hash 改变事件
21158
21158
 
21159
21159
  > **onKeydown**(`e`): `void` \| `Promise`\<`void`\>
21160
21160
 
21161
- Defined in: [lib/form.ts:1336](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1336)
21161
+ Defined in: [lib/form.ts:1339](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1339)
21162
21162
 
21163
21163
  键盘按下事件
21164
21164
 
@@ -21178,7 +21178,7 @@ Defined in: [lib/form.ts:1336](https://github.com/maiyun/clickgo/blob/master/dis
21178
21178
 
21179
21179
  > **onKeyup**(`e`): `void` \| `Promise`\<`void`\>
21180
21180
 
21181
- Defined in: [lib/form.ts:1342](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1342)
21181
+ Defined in: [lib/form.ts:1345](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1345)
21182
21182
 
21183
21183
  键盘弹起事件
21184
21184
 
@@ -21198,7 +21198,7 @@ Defined in: [lib/form.ts:1342](https://github.com/maiyun/clickgo/blob/master/dis
21198
21198
 
21199
21199
  > **onLauncherFolderNameChanged**(`id`, `name`): `void` \| `Promise`\<`void`\>
21200
21200
 
21201
- Defined in: [lib/form.ts:1324](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1324)
21201
+ Defined in: [lib/form.ts:1327](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1327)
21202
21202
 
21203
21203
  launcher 文件夹名称修改事件
21204
21204
 
@@ -21222,7 +21222,7 @@ launcher 文件夹名称修改事件
21222
21222
 
21223
21223
  > **onMounted**(`data`): `void` \| `Promise`\<`void`\>
21224
21224
 
21225
- Defined in: [lib/form.ts:1212](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1212)
21225
+ Defined in: [lib/form.ts:1215](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1215)
21226
21226
 
21227
21227
  #### Parameters
21228
21228
 
@@ -21240,7 +21240,7 @@ Defined in: [lib/form.ts:1212](https://github.com/maiyun/clickgo/blob/master/dis
21240
21240
 
21241
21241
  > **onReceive**(`data`): `void` \| `Promise`\<`void`\>
21242
21242
 
21243
- Defined in: [lib/form.ts:1218](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1218)
21243
+ Defined in: [lib/form.ts:1221](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1221)
21244
21244
 
21245
21245
  接收 send 传递过来的 data 数据
21246
21246
 
@@ -21260,7 +21260,7 @@ Defined in: [lib/form.ts:1218](https://github.com/maiyun/clickgo/blob/master/dis
21260
21260
 
21261
21261
  > **onScreenResize**(): `void` \| `Promise`\<`void`\>
21262
21262
 
21263
- Defined in: [lib/form.ts:1224](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1224)
21263
+ Defined in: [lib/form.ts:1227](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1227)
21264
21264
 
21265
21265
  屏幕大小改变事件
21266
21266
 
@@ -21274,7 +21274,7 @@ Defined in: [lib/form.ts:1224](https://github.com/maiyun/clickgo/blob/master/dis
21274
21274
 
21275
21275
  > **onTaskEnded**(`taskId`): `void` \| `Promise`\<`void`\>
21276
21276
 
21277
- Defined in: [lib/form.ts:1318](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1318)
21277
+ Defined in: [lib/form.ts:1321](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1321)
21278
21278
 
21279
21279
  任务结束事件
21280
21280
 
@@ -21294,7 +21294,7 @@ Defined in: [lib/form.ts:1318](https://github.com/maiyun/clickgo/blob/master/dis
21294
21294
 
21295
21295
  > **onTaskStarted**(`taskId`): `void` \| `Promise`\<`void`\>
21296
21296
 
21297
- Defined in: [lib/form.ts:1312](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1312)
21297
+ Defined in: [lib/form.ts:1315](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1315)
21298
21298
 
21299
21299
  任务开始事件
21300
21300
 
@@ -21314,7 +21314,7 @@ Defined in: [lib/form.ts:1312](https://github.com/maiyun/clickgo/blob/master/dis
21314
21314
 
21315
21315
  > **onUnmounted**(): `void` \| `Promise`\<`void`\>
21316
21316
 
21317
- Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L425)
21317
+ Defined in: [lib/form.ts:428](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L428)
21318
21318
 
21319
21319
  #### Returns
21320
21320
 
@@ -21330,7 +21330,7 @@ Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist
21330
21330
 
21331
21331
  > **onUpdated**(): `void` \| `Promise`\<`void`\>
21332
21332
 
21333
- Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L417)
21333
+ Defined in: [lib/form.ts:420](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L420)
21334
21334
 
21335
21335
  #### Returns
21336
21336
 
@@ -21346,7 +21346,7 @@ Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist
21346
21346
 
21347
21347
  > **ready**(`cb`): `void`
21348
21348
 
21349
- Defined in: [lib/form.ts:1010](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1010)
21349
+ Defined in: [lib/form.ts:1013](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1013)
21350
21350
 
21351
21351
  将在 form 完全装载完后执行,如果已经装载完则立即执行
21352
21352
 
@@ -21366,7 +21366,7 @@ Defined in: [lib/form.ts:1010](https://github.com/maiyun/clickgo/blob/master/dis
21366
21366
 
21367
21367
  > **send**(`fid`, `obj`): `void`
21368
21368
 
21369
- Defined in: [lib/form.ts:393](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L393)
21369
+ Defined in: [lib/form.ts:396](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L396)
21370
21370
 
21371
21371
  给一个窗体发送一个对象,不会知道成功与失败状态
21372
21372
 
@@ -21398,7 +21398,7 @@ formId 要接收对象的 form id
21398
21398
 
21399
21399
  > **sendToPanel**(`panel`, `data`): `void`
21400
21400
 
21401
- Defined in: [lib/form.ts:1059](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1059)
21401
+ Defined in: [lib/form.ts:1062](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1062)
21402
21402
 
21403
21403
  发送一段数据到 panel 控件,本质上也是调用的 panel 控件的 send 方法
21404
21404
 
@@ -21422,7 +21422,7 @@ Defined in: [lib/form.ts:1059](https://github.com/maiyun/clickgo/blob/master/dis
21422
21422
 
21423
21423
  > **show**(): `Promise`\<`void`\>
21424
21424
 
21425
- Defined in: [lib/form.ts:1147](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1147)
21425
+ Defined in: [lib/form.ts:1150](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1150)
21426
21426
 
21427
21427
  显示窗体
21428
21428
 
@@ -21436,7 +21436,7 @@ Defined in: [lib/form.ts:1147](https://github.com/maiyun/clickgo/blob/master/dis
21436
21436
 
21437
21437
  > **showDialog**(): `Promise`\<`string`\>
21438
21438
 
21439
- Defined in: [lib/form.ts:1172](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1172)
21439
+ Defined in: [lib/form.ts:1175](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1175)
21440
21440
 
21441
21441
  显示独占的窗体
21442
21442
 
@@ -21450,7 +21450,7 @@ Defined in: [lib/form.ts:1172](https://github.com/maiyun/clickgo/blob/master/dis
21450
21450
 
21451
21451
  > **trigger**(`name`, `param1?`, `param2?`): `Promise`\<`void`\>
21452
21452
 
21453
- Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L381)
21453
+ Defined in: [lib/form.ts:384](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L384)
21454
21454
 
21455
21455
  触发系统方法
21456
21456
 
@@ -21488,7 +21488,7 @@ Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist
21488
21488
 
21489
21489
  > **updateStep**(`index`, `value`): `boolean`
21490
21490
 
21491
- Defined in: [lib/form.ts:1121](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1121)
21491
+ Defined in: [lib/form.ts:1124](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1124)
21492
21492
 
21493
21493
  更新步进条,用于动态改变某个项的 hash 值时使用
21494
21494
 
@@ -21512,7 +21512,7 @@ Defined in: [lib/form.ts:1121](https://github.com/maiyun/clickgo/blob/master/dis
21512
21512
 
21513
21513
  > **watch**\<`T`, `TK`, `TR`\>(`name`, `cb`, `opt?`): () => `void`
21514
21514
 
21515
- Defined in: [lib/form.ts:337](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L337)
21515
+ Defined in: [lib/form.ts:340](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L340)
21516
21516
 
21517
21517
  监视变动
21518
21518
 
@@ -21575,7 +21575,7 @@ lib/form/classes/AbstractPanel.md
21575
21575
 
21576
21576
  # Abstract Class: AbstractPanel
21577
21577
 
21578
- Defined in: [lib/form.ts:432](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L432)
21578
+ Defined in: [lib/form.ts:435](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L435)
21579
21579
 
21580
21580
  Panel 控件抽象类
21581
21581
 
@@ -21603,7 +21603,7 @@ Panel 控件抽象类
21603
21603
 
21604
21604
  > `readonly` **components**: `Record`\<`string`, () => [`AbstractComponent`](AbstractComponent.md)\> = `{}`
21605
21605
 
21606
- Defined in: [lib/form.ts:239](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L239)
21606
+ Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L242)
21607
21607
 
21608
21608
  当前视图内局部注册的应用组件
21609
21609
 
@@ -21617,7 +21617,7 @@ Defined in: [lib/form.ts:239](https://github.com/maiyun/clickgo/blob/master/dist
21617
21617
 
21618
21618
  > **qs**: `Record`\<`string`, `string`\> = `{}`
21619
21619
 
21620
- Defined in: [lib/form.ts:496](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L496)
21620
+ Defined in: [lib/form.ts:499](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L499)
21621
21621
 
21622
21622
  当前的 nav(若有)传递过来的 qs
21623
21623
 
@@ -21629,7 +21629,7 @@ Defined in: [lib/form.ts:496](https://github.com/maiyun/clickgo/blob/master/dist
21629
21629
 
21630
21630
  > **get** **classPrepend**(): (`cla`) => `string`
21631
21631
 
21632
- Defined in: [lib/form.ts:321](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L321)
21632
+ Defined in: [lib/form.ts:324](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L324)
21633
21633
 
21634
21634
  layout 中 :class 的转义
21635
21635
 
@@ -21649,7 +21649,7 @@ layout 中 :class 的转义
21649
21649
 
21650
21650
  > **get** **controlName**(): `string`
21651
21651
 
21652
- Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L248)
21652
+ Defined in: [lib/form.ts:251](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L251)
21653
21653
 
21654
21654
  当前控件的名字
21655
21655
 
@@ -21661,7 +21661,7 @@ Defined in: [lib/form.ts:248](https://github.com/maiyun/clickgo/blob/master/dist
21661
21661
 
21662
21662
  > **set** **controlName**(`v`): `void`
21663
21663
 
21664
- Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L252)
21664
+ Defined in: [lib/form.ts:255](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L255)
21665
21665
 
21666
21666
  ##### Parameters
21667
21667
 
@@ -21685,7 +21685,7 @@ Defined in: [lib/form.ts:252](https://github.com/maiyun/clickgo/blob/master/dist
21685
21685
 
21686
21686
  > **get** **element**(): `HTMLElement`
21687
21687
 
21688
- Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L356)
21688
+ Defined in: [lib/form.ts:359](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L359)
21689
21689
 
21690
21690
  获取当前的 HTML DOM
21691
21691
 
@@ -21705,7 +21705,7 @@ Defined in: [lib/form.ts:356](https://github.com/maiyun/clickgo/blob/master/dist
21705
21705
 
21706
21706
  > **get** **filename**(): `string`
21707
21707
 
21708
- Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L242)
21708
+ Defined in: [lib/form.ts:245](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L245)
21709
21709
 
21710
21710
  当前文件在包内的路径
21711
21711
 
@@ -21725,7 +21725,7 @@ Defined in: [lib/form.ts:242](https://github.com/maiyun/clickgo/blob/master/dist
21725
21725
 
21726
21726
  > **get** **formFocus**(): `boolean`
21727
21727
 
21728
- Defined in: [lib/form.ts:504](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L504)
21728
+ Defined in: [lib/form.ts:507](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L507)
21729
21729
 
21730
21730
  当前窗体是否是焦点
21731
21731
 
@@ -21745,7 +21745,7 @@ Defined in: [lib/form.ts:504](https://github.com/maiyun/clickgo/blob/master/dist
21745
21745
 
21746
21746
  > **get** **formHash**(): `string`
21747
21747
 
21748
- Defined in: [lib/form.ts:451](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L451)
21748
+ Defined in: [lib/form.ts:454](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L454)
21749
21749
 
21750
21750
  获取母窗体的 formHash
21751
21751
 
@@ -21757,7 +21757,7 @@ Defined in: [lib/form.ts:451](https://github.com/maiyun/clickgo/blob/master/dist
21757
21757
 
21758
21758
  > **set** **formHash**(`fh`): `void`
21759
21759
 
21760
- Defined in: [lib/form.ts:456](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L456)
21760
+ Defined in: [lib/form.ts:459](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L459)
21761
21761
 
21762
21762
  设置母窗体的 formHash
21763
21763
 
@@ -21779,7 +21779,7 @@ Defined in: [lib/form.ts:456](https://github.com/maiyun/clickgo/blob/master/dist
21779
21779
 
21780
21780
  > **get** **formHashData**(): `Record`\<`string`, `any`\>
21781
21781
 
21782
- Defined in: [lib/form.ts:461](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L461)
21782
+ Defined in: [lib/form.ts:464](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L464)
21783
21783
 
21784
21784
  获取 form 的 formhash with data 值
21785
21785
 
@@ -21791,7 +21791,7 @@ Defined in: [lib/form.ts:461](https://github.com/maiyun/clickgo/blob/master/dist
21791
21791
 
21792
21792
  > **set** **formHashData**(`v`): `void`
21793
21793
 
21794
- Defined in: [lib/form.ts:465](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L465)
21794
+ Defined in: [lib/form.ts:468](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L468)
21795
21795
 
21796
21796
  ##### Parameters
21797
21797
 
@@ -21811,7 +21811,7 @@ Defined in: [lib/form.ts:465](https://github.com/maiyun/clickgo/blob/master/dist
21811
21811
 
21812
21812
  > **get** **formId**(): `string`
21813
21813
 
21814
- Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L268)
21814
+ Defined in: [lib/form.ts:271](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L271)
21815
21815
 
21816
21816
  当前的窗体 ID
21817
21817
 
@@ -21831,7 +21831,7 @@ Defined in: [lib/form.ts:268](https://github.com/maiyun/clickgo/blob/master/dist
21831
21831
 
21832
21832
  > **get** **l**(): (`key`, `data?`, `origin?`) => `string`
21833
21833
 
21834
- Defined in: [lib/form.ts:302](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L302)
21834
+ Defined in: [lib/form.ts:305](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L305)
21835
21835
 
21836
21836
  获取语言内容
21837
21837
 
@@ -21851,7 +21851,7 @@ Defined in: [lib/form.ts:302](https://github.com/maiyun/clickgo/blob/master/dist
21851
21851
 
21852
21852
  > **get** **locale**(): `string`
21853
21853
 
21854
- Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L294)
21854
+ Defined in: [lib/form.ts:297](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L297)
21855
21855
 
21856
21856
  当前的语言
21857
21857
 
@@ -21871,7 +21871,7 @@ Defined in: [lib/form.ts:294](https://github.com/maiyun/clickgo/blob/master/dist
21871
21871
 
21872
21872
  > **get** **nextTick**(): () => `Promise`\<`void`\>
21873
21873
 
21874
- Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L363)
21874
+ Defined in: [lib/form.ts:366](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L366)
21875
21875
 
21876
21876
  等待渲染
21877
21877
 
@@ -21891,7 +21891,7 @@ Defined in: [lib/form.ts:363](https://github.com/maiyun/clickgo/blob/master/dist
21891
21891
 
21892
21892
  > **get** **panelId**(): `string`
21893
21893
 
21894
- Defined in: [lib/form.ts:435](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L435)
21894
+ Defined in: [lib/form.ts:438](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L438)
21895
21895
 
21896
21896
  当前的 panel ID
21897
21897
 
@@ -21907,7 +21907,7 @@ Defined in: [lib/form.ts:435](https://github.com/maiyun/clickgo/blob/master/dist
21907
21907
 
21908
21908
  > **get** **path**(): `string`
21909
21909
 
21910
- Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L282)
21910
+ Defined in: [lib/form.ts:285](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L285)
21911
21911
 
21912
21912
  当前文件的包内路径不以 / 结尾
21913
21913
 
@@ -21927,7 +21927,7 @@ Defined in: [lib/form.ts:282](https://github.com/maiyun/clickgo/blob/master/dist
21927
21927
 
21928
21928
  > **get** **prep**(): `string`
21929
21929
 
21930
- Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L288)
21930
+ Defined in: [lib/form.ts:291](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L291)
21931
21931
 
21932
21932
  样式独占前缀
21933
21933
 
@@ -21947,7 +21947,7 @@ Defined in: [lib/form.ts:288](https://github.com/maiyun/clickgo/blob/master/dist
21947
21947
 
21948
21948
  > **get** **refs**(): `Record`\<`string`, `HTMLElement` & [`AbstractControl`](../../control/classes/AbstractControl.md) & `Record`\<`string`, `any`\>\>
21949
21949
 
21950
- Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L351)
21950
+ Defined in: [lib/form.ts:354](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L354)
21951
21951
 
21952
21952
  获取 refs 情况
21953
21953
 
@@ -21967,7 +21967,7 @@ Defined in: [lib/form.ts:351](https://github.com/maiyun/clickgo/blob/master/dist
21967
21967
 
21968
21968
  > **get** **rootForm**(): [`AbstractForm`](AbstractForm.md) & `Record`\<`string`, `any`\>
21969
21969
 
21970
- Defined in: [lib/form.ts:441](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L441)
21970
+ Defined in: [lib/form.ts:444](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L444)
21971
21971
 
21972
21972
  当前 panel 所在窗体的窗体对象,系统会在创建时重写本函数
21973
21973
 
@@ -21983,7 +21983,7 @@ Defined in: [lib/form.ts:441](https://github.com/maiyun/clickgo/blob/master/dist
21983
21983
 
21984
21984
  > **get** **rootPanel**(): [`AbstractControl`](../../control/classes/AbstractControl.md) & `Record`\<`string`, `any`\>
21985
21985
 
21986
- Defined in: [lib/form.ts:446](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L446)
21986
+ Defined in: [lib/form.ts:449](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L449)
21987
21987
 
21988
21988
  当前 panel 所在的 panel control 对象,系统会在创建时重写本函数
21989
21989
 
@@ -21999,7 +21999,7 @@ Defined in: [lib/form.ts:446](https://github.com/maiyun/clickgo/blob/master/dist
21999
21999
 
22000
22000
  > **get** **taskId**(): `string`
22001
22001
 
22002
- Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L262)
22002
+ Defined in: [lib/form.ts:265](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L265)
22003
22003
 
22004
22004
  当前的任务 ID
22005
22005
 
@@ -22017,7 +22017,7 @@ Defined in: [lib/form.ts:262](https://github.com/maiyun/clickgo/blob/master/dist
22017
22017
 
22018
22018
  > **allowEvent**(`e`): `boolean`
22019
22019
 
22020
- Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L371)
22020
+ Defined in: [lib/form.ts:374](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L374)
22021
22021
 
22022
22022
  判断当前事件可否执行
22023
22023
 
@@ -22043,7 +22043,7 @@ Defined in: [lib/form.ts:371](https://github.com/maiyun/clickgo/blob/master/dist
22043
22043
 
22044
22044
  > **clearQs**(): `void`
22045
22045
 
22046
- Defined in: [lib/form.ts:499](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L499)
22046
+ Defined in: [lib/form.ts:502](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L502)
22047
22047
 
22048
22048
  确定不再使用 qs 时可调用此方法清空,这样再次通过相同 qs 进入本 panel 依然会响应 qschange 事件
22049
22049
 
@@ -22057,7 +22057,7 @@ Defined in: [lib/form.ts:499](https://github.com/maiyun/clickgo/blob/master/dist
22057
22057
 
22058
22058
  > **doneStep**(): `Promise`\<`void`\>
22059
22059
 
22060
- Defined in: [lib/form.ts:491](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L491)
22060
+ Defined in: [lib/form.ts:494](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L494)
22061
22061
 
22062
22062
  目窗体完成当前步骤
22063
22063
 
@@ -22071,7 +22071,7 @@ Defined in: [lib/form.ts:491](https://github.com/maiyun/clickgo/blob/master/dist
22071
22071
 
22072
22072
  > **enterStep**(`list`): `Promise`\<`boolean`\>
22073
22073
 
22074
- Defined in: [lib/form.ts:480](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L480)
22074
+ Defined in: [lib/form.ts:483](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L483)
22075
22075
 
22076
22076
  母窗体进入 form hash 为源的步进条
22077
22077
 
@@ -22091,7 +22091,7 @@ Defined in: [lib/form.ts:480](https://github.com/maiyun/clickgo/blob/master/dist
22091
22091
 
22092
22092
  > **formHashBack**(): `Promise`\<`void`\>
22093
22093
 
22094
- Defined in: [lib/form.ts:470](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L470)
22094
+ Defined in: [lib/form.ts:473](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L473)
22095
22095
 
22096
22096
  将母窗体的 form hash 回退
22097
22097
 
@@ -22105,7 +22105,7 @@ Defined in: [lib/form.ts:470](https://github.com/maiyun/clickgo/blob/master/dist
22105
22105
 
22106
22106
  > **onBeforeCreate**(): `void` \| `Promise`\<`void`\>
22107
22107
 
22108
- Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L401)
22108
+ Defined in: [lib/form.ts:404](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L404)
22109
22109
 
22110
22110
  #### Returns
22111
22111
 
@@ -22121,7 +22121,7 @@ Defined in: [lib/form.ts:401](https://github.com/maiyun/clickgo/blob/master/dist
22121
22121
 
22122
22122
  > **onBeforeMount**(): `void` \| `Promise`\<`void`\>
22123
22123
 
22124
- Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L409)
22124
+ Defined in: [lib/form.ts:412](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L412)
22125
22125
 
22126
22126
  #### Returns
22127
22127
 
@@ -22137,7 +22137,7 @@ Defined in: [lib/form.ts:409](https://github.com/maiyun/clickgo/blob/master/dist
22137
22137
 
22138
22138
  > **onBeforeUnmount**(): `void` \| `Promise`\<`void`\>
22139
22139
 
22140
- Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L421)
22140
+ Defined in: [lib/form.ts:424](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L424)
22141
22141
 
22142
22142
  #### Returns
22143
22143
 
@@ -22153,7 +22153,7 @@ Defined in: [lib/form.ts:421](https://github.com/maiyun/clickgo/blob/master/dist
22153
22153
 
22154
22154
  > **onBeforeUpdate**(): `void` \| `Promise`\<`void`\>
22155
22155
 
22156
- Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L413)
22156
+ Defined in: [lib/form.ts:416](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L416)
22157
22157
 
22158
22158
  #### Returns
22159
22159
 
@@ -22169,7 +22169,7 @@ Defined in: [lib/form.ts:413](https://github.com/maiyun/clickgo/blob/master/dist
22169
22169
 
22170
22170
  > **onCreated**(): `void` \| `Promise`\<`void`\>
22171
22171
 
22172
- Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L405)
22172
+ Defined in: [lib/form.ts:408](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L408)
22173
22173
 
22174
22174
  #### Returns
22175
22175
 
@@ -22185,7 +22185,7 @@ Defined in: [lib/form.ts:405](https://github.com/maiyun/clickgo/blob/master/dist
22185
22185
 
22186
22186
  > **onHide**(): `void` \| `Promise`\<`void`\>
22187
22187
 
22188
- Defined in: [lib/form.ts:519](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L519)
22188
+ Defined in: [lib/form.ts:522](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L522)
22189
22189
 
22190
22190
  #### Returns
22191
22191
 
@@ -22197,7 +22197,7 @@ Defined in: [lib/form.ts:519](https://github.com/maiyun/clickgo/blob/master/dist
22197
22197
 
22198
22198
  > **onMounted**(): `void` \| `Promise`\<`void`\>
22199
22199
 
22200
- Defined in: [lib/form.ts:524](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L524)
22200
+ Defined in: [lib/form.ts:527](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L527)
22201
22201
 
22202
22202
  #### Returns
22203
22203
 
@@ -22209,7 +22209,7 @@ Defined in: [lib/form.ts:524](https://github.com/maiyun/clickgo/blob/master/dist
22209
22209
 
22210
22210
  > **onQsChange**(): `void` \| `Promise`\<`void`\>
22211
22211
 
22212
- Defined in: [lib/form.ts:536](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L536)
22212
+ Defined in: [lib/form.ts:539](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L539)
22213
22213
 
22214
22214
  qs 变动时调用,如果只是用来做 qs 数据处理,建议用此方法
22215
22215
 
@@ -22223,7 +22223,7 @@ qs 变动时调用,如果只是用来做 qs 数据处理,建议用此方法
22223
22223
 
22224
22224
  > **onQsChangeShow**(`e`): `void` \| `Promise`\<`void`\>
22225
22225
 
22226
- Defined in: [lib/form.ts:541](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L541)
22226
+ Defined in: [lib/form.ts:544](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L544)
22227
22227
 
22228
22228
  无论是 show 还是 qschange 都会触发,优先触发 show 或 qschange 事件本身,之后触发这个
22229
22229
 
@@ -22243,7 +22243,7 @@ Defined in: [lib/form.ts:541](https://github.com/maiyun/clickgo/blob/master/dist
22243
22243
 
22244
22244
  > **onReceive**(`data`): `void` \| `Promise`\<`void`\>
22245
22245
 
22246
- Defined in: [lib/form.ts:530](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L530)
22246
+ Defined in: [lib/form.ts:533](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L533)
22247
22247
 
22248
22248
  接收 send 传递过来的 data 数据(是 panel 控件的 send,不是 form 的 send)
22249
22249
 
@@ -22263,7 +22263,7 @@ Defined in: [lib/form.ts:530](https://github.com/maiyun/clickgo/blob/master/dist
22263
22263
 
22264
22264
  > **onShow**(`e`): `void` \| `Promise`\<`void`\>
22265
22265
 
22266
- Defined in: [lib/form.ts:508](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L508)
22266
+ Defined in: [lib/form.ts:511](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L511)
22267
22267
 
22268
22268
  #### Parameters
22269
22269
 
@@ -22281,7 +22281,7 @@ Defined in: [lib/form.ts:508](https://github.com/maiyun/clickgo/blob/master/dist
22281
22281
 
22282
22282
  > **onShowed**(): `void` \| `Promise`\<`void`\>
22283
22283
 
22284
- Defined in: [lib/form.ts:513](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L513)
22284
+ Defined in: [lib/form.ts:516](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L516)
22285
22285
 
22286
22286
  panel 已经完全显示后所要执行的
22287
22287
 
@@ -22295,7 +22295,7 @@ panel 已经完全显示后所要执行的
22295
22295
 
22296
22296
  > **onUnmounted**(): `void` \| `Promise`\<`void`\>
22297
22297
 
22298
- Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L425)
22298
+ Defined in: [lib/form.ts:428](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L428)
22299
22299
 
22300
22300
  #### Returns
22301
22301
 
@@ -22311,7 +22311,7 @@ Defined in: [lib/form.ts:425](https://github.com/maiyun/clickgo/blob/master/dist
22311
22311
 
22312
22312
  > **onUpdated**(): `void` \| `Promise`\<`void`\>
22313
22313
 
22314
- Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L417)
22314
+ Defined in: [lib/form.ts:420](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L420)
22315
22315
 
22316
22316
  #### Returns
22317
22317
 
@@ -22327,7 +22327,7 @@ Defined in: [lib/form.ts:417](https://github.com/maiyun/clickgo/blob/master/dist
22327
22327
 
22328
22328
  > **send**(`fid`, `obj`): `void`
22329
22329
 
22330
- Defined in: [lib/form.ts:393](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L393)
22330
+ Defined in: [lib/form.ts:396](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L396)
22331
22331
 
22332
22332
  给一个窗体发送一个对象,不会知道成功与失败状态
22333
22333
 
@@ -22359,7 +22359,7 @@ formId 要接收对象的 form id
22359
22359
 
22360
22360
  > **sendToRootPanel**(`data`): `void`
22361
22361
 
22362
- Defined in: [lib/form.ts:475](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L475)
22362
+ Defined in: [lib/form.ts:478](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L478)
22363
22363
 
22364
22364
  发送一段数据到自己这个 panel 控件,本质上也是调用的 panel 控件的 send 方法,主要用来实现发送给跳转后的 panel
22365
22365
 
@@ -22379,7 +22379,7 @@ Defined in: [lib/form.ts:475](https://github.com/maiyun/clickgo/blob/master/dist
22379
22379
 
22380
22380
  > **trigger**(`name`, `param1?`, `param2?`): `Promise`\<`void`\>
22381
22381
 
22382
- Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L381)
22382
+ Defined in: [lib/form.ts:384](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L384)
22383
22383
 
22384
22384
  触发系统方法
22385
22385
 
@@ -22417,7 +22417,7 @@ Defined in: [lib/form.ts:381](https://github.com/maiyun/clickgo/blob/master/dist
22417
22417
 
22418
22418
  > **watch**\<`T`, `TK`, `TR`\>(`name`, `cb`, `opt?`): () => `void`
22419
22419
 
22420
- Defined in: [lib/form.ts:337](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L337)
22420
+ Defined in: [lib/form.ts:340](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L340)
22421
22421
 
22422
22422
  监视变动
22423
22423
 
@@ -22482,7 +22482,7 @@ lib/form/functions/alert.md
22482
22482
 
22483
22483
  > **alert**(`content`, `type?`): `number`
22484
22484
 
22485
- Defined in: [lib/form.ts:2624](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2624)
22485
+ Defined in: [lib/form.ts:2635](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2635)
22486
22486
 
22487
22487
  从下方弹出 alert
22488
22488
 
@@ -22517,7 +22517,7 @@ lib/form/functions/appendToPop.md
22517
22517
 
22518
22518
  > **appendToPop**(`el`): `void`
22519
22519
 
22520
- Defined in: [lib/form.ts:2873](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2873)
22520
+ Defined in: [lib/form.ts:2884](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2884)
22521
22521
 
22522
22522
  将标签追加到 pop 层
22523
22523
 
@@ -22546,7 +22546,7 @@ lib/form/functions/bindDrag.md
22546
22546
 
22547
22547
  > **bindDrag**(`e`): `void`
22548
22548
 
22549
- Defined in: [lib/form.ts:1993](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1993)
22549
+ Defined in: [lib/form.ts:1996](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1996)
22550
22550
 
22551
22551
  绑定窗体拖动事件,在 pointerdown 中绑定
22552
22552
 
@@ -22575,7 +22575,7 @@ lib/form/functions/bindResize.md
22575
22575
 
22576
22576
  > **bindResize**(`e`, `border`): `void`
22577
22577
 
22578
- Defined in: [lib/form.ts:1972](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1972)
22578
+ Defined in: [lib/form.ts:1975](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1975)
22579
22579
 
22580
22580
  绑定窗体拖动大小事件,在 pointerdown 中绑定
22581
22581
 
@@ -22610,7 +22610,7 @@ lib/form/functions/captcha.md
22610
22610
 
22611
22611
  > **captcha**(`current`, `opt`): `Promise`\<`false` \| [`ICaptchaResultEvent`](../../control/interfaces/ICaptchaResultEvent.md)\>
22612
22612
 
22613
- Defined in: [lib/form.ts:4392](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4392)
22613
+ Defined in: [lib/form.ts:4403](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4403)
22614
22614
 
22615
22615
  显示一个验证码窗口
22616
22616
 
@@ -22647,7 +22647,7 @@ lib/form/functions/changeFocusMaxZIndex.md
22647
22647
 
22648
22648
  > **changeFocusMaxZIndex**(): `Promise`\<`void`\>
22649
22649
 
22650
- Defined in: [lib/form.ts:2435](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2435)
22650
+ Defined in: [lib/form.ts:2446](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2446)
22651
22651
 
22652
22652
  让最大的 z index 窗体获取焦点(不含 top 和最小化的)
22653
22653
 
@@ -22668,7 +22668,7 @@ lib/form/functions/changeFocus.md
22668
22668
 
22669
22669
  > **changeFocus**(`formId?`): `Promise`\<`void`\>
22670
22670
 
22671
- Defined in: [lib/form.ts:2280](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2280)
22671
+ Defined in: [lib/form.ts:2283](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2283)
22672
22672
 
22673
22673
  改变 form 的焦点 class
22674
22674
 
@@ -22697,7 +22697,7 @@ lib/form/functions/close.md
22697
22697
 
22698
22698
  > **close**(`formId`): `boolean`
22699
22699
 
22700
- Defined in: [lib/form.ts:1963](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1963)
22700
+ Defined in: [lib/form.ts:1966](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1966)
22701
22701
 
22702
22702
  关闭一个窗体
22703
22703
 
@@ -22726,7 +22726,7 @@ lib/form/functions/confirm.md
22726
22726
 
22727
22727
  > **confirm**(`current`, `opt`): `Promise`\<`number` \| `boolean`\>
22728
22728
 
22729
- Defined in: [lib/form.ts:4463](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4463)
22729
+ Defined in: [lib/form.ts:4474](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4474)
22730
22730
 
22731
22731
  显示一个 confirm
22732
22732
 
@@ -22761,7 +22761,7 @@ lib/form/functions/create.md
22761
22761
 
22762
22762
  > **create**\<`T`\>(`current`, `cls`, `data?`, `opt?`): `Promise`\<`T`\>
22763
22763
 
22764
- Defined in: [lib/form.ts:3811](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3811)
22764
+ Defined in: [lib/form.ts:3822](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3822)
22765
22765
 
22766
22766
  创建一个窗体
22767
22767
 
@@ -22826,7 +22826,7 @@ lib/form/functions/createPanel.md
22826
22826
 
22827
22827
  > **createPanel**\<`T`\>(`rootPanel`, `cls`, `opt?`): `Promise`\<\{ `id`: `string`; `vapp`: [`IVApp`](../../core/interfaces/IVApp.md); `vroot`: `T`; \}\>
22828
22828
 
22829
- Defined in: [lib/form.ts:3444](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3444)
22829
+ Defined in: [lib/form.ts:3455](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3455)
22830
22830
 
22831
22831
  创建 panel 对象,一般情况下无需使用
22832
22832
 
@@ -22889,7 +22889,7 @@ lib/form/functions/dialog.md
22889
22889
 
22890
22890
  > **dialog**(`current`, `opt`): `Promise`\<`string`\>
22891
22891
 
22892
- Defined in: [lib/form.ts:4296](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4296)
22892
+ Defined in: [lib/form.ts:4307](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4307)
22893
22893
 
22894
22894
  显示一个 dialog
22895
22895
 
@@ -22924,7 +22924,7 @@ lib/form/functions/doFocusAndPopEvent.md
22924
22924
 
22925
22925
  > **doFocusAndPopEvent**(`e`): `Promise`\<`void`\>
22926
22926
 
22927
- Defined in: [lib/form.ts:3245](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3245)
22927
+ Defined in: [lib/form.ts:3256](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3256)
22928
22928
 
22929
22929
  点下 pointerdown 屏幕任意一位置时根据点击处处理隐藏 pop 和焦点丢失事件,鼠标和 touch 只会响应一个
22930
22930
 
@@ -22953,7 +22953,7 @@ lib/form/functions/flash.md
22953
22953
 
22954
22954
  > **flash**(`current`, `formId`): `Promise`\<`void`\>
22955
22955
 
22956
- Defined in: [lib/form.ts:4560](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4560)
22956
+ Defined in: [lib/form.ts:4571](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4571)
22957
22957
 
22958
22958
  让窗体闪烁
22959
22959
 
@@ -22988,7 +22988,7 @@ lib/form/functions/getActivePanel.md
22988
22988
 
22989
22989
  > **getActivePanel**(`formId`): `string`[]
22990
22990
 
22991
- Defined in: [lib/form.ts:2152](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2152)
22991
+ Defined in: [lib/form.ts:2155](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2155)
22992
22992
 
22993
22993
  获取窗体当前活跃中的 panelId 列表
22994
22994
 
@@ -23017,7 +23017,7 @@ lib/form/functions/getFocus.md
23017
23017
 
23018
23018
  > **getFocus**(): `string` \| `null`
23019
23019
 
23020
- Defined in: [lib/form.ts:2139](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2139)
23020
+ Defined in: [lib/form.ts:2142](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2142)
23021
23021
 
23022
23022
  获取当前有焦点的窗体 form id
23023
23023
 
@@ -23038,7 +23038,7 @@ lib/form/functions/getHash.md
23038
23038
 
23039
23039
  > **getHash**(`formId`): `string`
23040
23040
 
23041
- Defined in: [lib/form.ts:2240](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2240)
23041
+ Defined in: [lib/form.ts:2243](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2243)
23042
23042
 
23043
23043
  获取窗体的 hash
23044
23044
 
@@ -23065,7 +23065,7 @@ lib/form/functions/getList.md
23065
23065
 
23066
23066
  > **getList**(`taskId`): `Record`\<`string`, [`IFormInfo`](../interfaces/IFormInfo.md)\>
23067
23067
 
23068
- Defined in: [lib/form.ts:2111](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2111)
23068
+ Defined in: [lib/form.ts:2114](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2114)
23069
23069
 
23070
23070
  获取 form list 的简略情况
23071
23071
 
@@ -23094,7 +23094,7 @@ lib/form/functions/getMaxZIndexID.md
23094
23094
 
23095
23095
  > **getMaxZIndexID**(`current`, `out?`): `Promise`\<`string` \| `null`\>
23096
23096
 
23097
- Defined in: [lib/form.ts:2383](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2383)
23097
+ Defined in: [lib/form.ts:2394](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2394)
23098
23098
 
23099
23099
  获取当前 z-index 值最大的 form id(除了 top 模式的窗体和最小化的窗体)
23100
23100
 
@@ -23135,7 +23135,7 @@ lib/form/functions/get.md
23135
23135
 
23136
23136
  > **get**(`formId`): [`IFormInfo`](../interfaces/IFormInfo.md) \| `null`
23137
23137
 
23138
- Defined in: [lib/form.ts:2064](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2064)
23138
+ Defined in: [lib/form.ts:2067](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2067)
23139
23139
 
23140
23140
  获取窗体信息
23141
23141
 
@@ -23164,7 +23164,7 @@ lib/form/functions/getRectByBorder.md
23164
23164
 
23165
23165
  > **getRectByBorder**(`border`): `object`
23166
23166
 
23167
- Defined in: [lib/form.ts:2447](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2447)
23167
+ Defined in: [lib/form.ts:2458](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2458)
23168
23168
 
23169
23169
  根据 border 方向 获取理论窗体大小
23170
23170
 
@@ -23209,7 +23209,7 @@ lib/form/functions/getTaskId.md
23209
23209
 
23210
23210
  > **getTaskId**(`formId`): `string`
23211
23211
 
23212
- Defined in: [lib/form.ts:2047](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2047)
23212
+ Defined in: [lib/form.ts:2050](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2050)
23213
23213
 
23214
23214
  根据窗体 id 获取 task id
23215
23215
 
@@ -23238,7 +23238,7 @@ lib/form/functions/hashBack.md
23238
23238
 
23239
23239
  > **hashBack**(`formId`): `Promise`\<`boolean`\>
23240
23240
 
23241
- Defined in: [lib/form.ts:2259](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2259)
23241
+ Defined in: [lib/form.ts:2262](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2262)
23242
23242
 
23243
23243
  将窗体的 hash 退回上一个
23244
23244
 
@@ -23265,7 +23265,7 @@ lib/form/functions/hash.md
23265
23265
 
23266
23266
  > **hash**(`formId`, `hash`): `boolean`
23267
23267
 
23268
- Defined in: [lib/form.ts:2220](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2220)
23268
+ Defined in: [lib/form.ts:2223](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2223)
23269
23269
 
23270
23270
  修改窗体 hash
23271
23271
 
@@ -23300,7 +23300,7 @@ lib/form/functions/hideKeyboard.md
23300
23300
 
23301
23301
  > **hideKeyboard**(): `void`
23302
23302
 
23303
- Defined in: [lib/form.ts:1907](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1907)
23303
+ Defined in: [lib/form.ts:1910](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1910)
23304
23304
 
23305
23305
  隐藏系统级虚拟键盘
23306
23306
 
@@ -23321,7 +23321,7 @@ lib/form/functions/hideLauncher.md
23321
23321
 
23322
23322
  > **hideLauncher**(): `void`
23323
23323
 
23324
- Defined in: [lib/form.ts:4597](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4597)
23324
+ Defined in: [lib/form.ts:4608](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4608)
23325
23325
 
23326
23326
  隐藏 launcher 界面
23327
23327
 
@@ -23342,7 +23342,7 @@ lib/form/functions/hideNotify.md
23342
23342
 
23343
23343
  > **hideNotify**(`notifyId`): `void`
23344
23344
 
23345
- Defined in: [lib/form.ts:2839](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2839)
23345
+ Defined in: [lib/form.ts:2850](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2850)
23346
23346
 
23347
23347
  隐藏 notify
23348
23348
 
@@ -23371,7 +23371,7 @@ lib/form/functions/hidePop.md
23371
23371
 
23372
23372
  > **hidePop**(`pop?`): `void`
23373
23373
 
23374
- Defined in: [lib/form.ts:3144](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3144)
23374
+ Defined in: [lib/form.ts:3155](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3155)
23375
23375
 
23376
23376
  隐藏正在显示中的所有 pop,或指定 pop/el
23377
23377
 
@@ -23398,7 +23398,7 @@ lib/form/functions/hideRectangle.md
23398
23398
 
23399
23399
  > **hideRectangle**(): `void`
23400
23400
 
23401
- Defined in: [lib/form.ts:2610](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2610)
23401
+ Defined in: [lib/form.ts:2621](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2621)
23402
23402
 
23403
23403
  结束时请隐藏矩形
23404
23404
 
@@ -23419,7 +23419,7 @@ lib/form/functions/init.md
23419
23419
 
23420
23420
  > **init**(): `void`
23421
23421
 
23422
- Defined in: [lib/form.ts:4611](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4611)
23422
+ Defined in: [lib/form.ts:4622](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4622)
23423
23423
 
23424
23424
  ## Returns
23425
23425
 
@@ -23467,7 +23467,7 @@ lib/form/functions/isJustPop.md
23467
23467
 
23468
23468
  > **isJustPop**(`el`): `boolean`
23469
23469
 
23470
- Defined in: [lib/form.ts:3226](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3226)
23470
+ Defined in: [lib/form.ts:3237](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3237)
23471
23471
 
23472
23472
  检测 pop 是不是刚刚显示的
23473
23473
 
@@ -23494,7 +23494,7 @@ lib/form/functions/max.md
23494
23494
 
23495
23495
  > **max**(`formId`): `boolean`
23496
23496
 
23497
- Defined in: [lib/form.ts:1955](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1955)
23497
+ Defined in: [lib/form.ts:1958](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1958)
23498
23498
 
23499
23499
  最大化某个窗体
23500
23500
 
@@ -23523,7 +23523,7 @@ lib/form/functions/min.md
23523
23523
 
23524
23524
  > **min**(`formId`): `boolean`
23525
23525
 
23526
- Defined in: [lib/form.ts:1947](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1947)
23526
+ Defined in: [lib/form.ts:1950](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1950)
23527
23527
 
23528
23528
  最小化某个窗体
23529
23529
 
@@ -23552,7 +23552,7 @@ lib/form/functions/moveRectangle.md
23552
23552
 
23553
23553
  > **moveRectangle**(`border`): `void`
23554
23554
 
23555
- Defined in: [lib/form.ts:2557](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2557)
23555
+ Defined in: [lib/form.ts:2568](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2568)
23556
23556
 
23557
23557
  移动矩形到新位置
23558
23558
 
@@ -23581,7 +23581,7 @@ lib/form/functions/notifyContent.md
23581
23581
 
23582
23582
  > **notifyContent**(`notifyId`, `opt`): `void`
23583
23583
 
23584
- Defined in: [lib/form.ts:2799](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2799)
23584
+ Defined in: [lib/form.ts:2810](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2810)
23585
23585
 
23586
23586
  修改 notify 的提示信息
23587
23587
 
@@ -23616,7 +23616,7 @@ lib/form/functions/notify.md
23616
23616
 
23617
23617
  > **notify**(`opt`): `number`
23618
23618
 
23619
- Defined in: [lib/form.ts:2685](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2685)
23619
+ Defined in: [lib/form.ts:2696](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2696)
23620
23620
 
23621
23621
  弹出右下角信息框
23622
23622
 
@@ -23647,7 +23647,7 @@ lib/form/functions/notifyProgress.md
23647
23647
 
23648
23648
  > **notifyProgress**(`notifyId`, `per`): `void`
23649
23649
 
23650
- Defined in: [lib/form.ts:2768](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2768)
23650
+ Defined in: [lib/form.ts:2779](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2779)
23651
23651
 
23652
23652
  修改 notify 的进度条进度
23653
23653
 
@@ -23682,7 +23682,7 @@ lib/form/functions/prompt.md
23682
23682
 
23683
23683
  > **prompt**(`current`, `opt`): `Promise`\<`string`\>
23684
23684
 
23685
- Defined in: [lib/form.ts:4500](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4500)
23685
+ Defined in: [lib/form.ts:4511](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4511)
23686
23686
 
23687
23687
  显示一个输入框 dialog
23688
23688
 
@@ -23717,7 +23717,7 @@ lib/form/functions/refreshMaxPosition.md
23717
23717
 
23718
23718
  > **refreshMaxPosition**(): `void`
23719
23719
 
23720
- Defined in: [lib/form.ts:2013](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2013)
23720
+ Defined in: [lib/form.ts:2016](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2016)
23721
23721
 
23722
23722
  重置所有已经最大化的窗体大小和位置
23723
23723
 
@@ -23738,7 +23738,7 @@ lib/form/functions/removeActivePanel.md
23738
23738
 
23739
23739
  > **removeActivePanel**(`current`, `formId`, `panelId`): `boolean`
23740
23740
 
23741
- Defined in: [lib/form.ts:2162](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2162)
23741
+ Defined in: [lib/form.ts:2165](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2165)
23742
23742
 
23743
23743
  移除 form 中正在活跃中的 panel id (panel 本身被置于隐藏时)
23744
23744
 
@@ -23779,7 +23779,7 @@ lib/form/functions/removeFromPop.md
23779
23779
 
23780
23780
  > **removeFromPop**(`el`): `void`
23781
23781
 
23782
- Defined in: [lib/form.ts:2881](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2881)
23782
+ Defined in: [lib/form.ts:2892](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2892)
23783
23783
 
23784
23784
  将标签从 pop 层移除
23785
23785
 
@@ -23808,7 +23808,7 @@ lib/form/functions/remove.md
23808
23808
 
23809
23809
  > **remove**(`formId`): `boolean`
23810
23810
 
23811
- Defined in: [lib/form.ts:3314](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3314)
23811
+ Defined in: [lib/form.ts:3325](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3325)
23812
23812
 
23813
23813
  移除一个 form(关闭窗口)
23814
23814
 
@@ -23837,7 +23837,7 @@ lib/form/functions/removePanel.md
23837
23837
 
23838
23838
  > **removePanel**(`id`, `vapp`, `el`): `boolean`
23839
23839
 
23840
- Defined in: [lib/form.ts:3387](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3387)
23840
+ Defined in: [lib/form.ts:3398](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3398)
23841
23841
 
23842
23842
  移除 panel 挂载,通常发生在 panel 控件的 onBeforeUnmount 中
23843
23843
 
@@ -23878,7 +23878,7 @@ lib/form/functions/send.md
23878
23878
 
23879
23879
  > **send**(`formId`, `obj`): `void`
23880
23880
 
23881
- Defined in: [lib/form.ts:2094](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2094)
23881
+ Defined in: [lib/form.ts:2097](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2097)
23882
23882
 
23883
23883
  给一个窗体发送一个对象,不会知道成功与失败状态,用 this.send 替代
23884
23884
 
@@ -23913,7 +23913,7 @@ lib/form/functions/setActivePanel.md
23913
23913
 
23914
23914
  > **setActivePanel**(`current`, `formId`, `panelId`): `boolean`
23915
23915
 
23916
- Defined in: [lib/form.ts:2193](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2193)
23916
+ Defined in: [lib/form.ts:2196](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2196)
23917
23917
 
23918
23918
  将 form 中某个 panel 设置为活动的
23919
23919
 
@@ -23954,7 +23954,7 @@ lib/form/functions/showCircular.md
23954
23954
 
23955
23955
  > **showCircular**(`x`, `y`): `void`
23956
23956
 
23957
- Defined in: [lib/form.ts:2532](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2532)
23957
+ Defined in: [lib/form.ts:2543](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2543)
23958
23958
 
23959
23959
  显示从小到大的圆圈动画特效对象
23960
23960
 
@@ -23989,7 +23989,7 @@ lib/form/functions/showKeyboard.md
23989
23989
 
23990
23990
  > **showKeyboard**(): `void`
23991
23991
 
23992
- Defined in: [lib/form.ts:1890](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1890)
23992
+ Defined in: [lib/form.ts:1893](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1893)
23993
23993
 
23994
23994
  显示系统级虚拟键盘
23995
23995
 
@@ -24010,7 +24010,7 @@ lib/form/functions/showLauncher.md
24010
24010
 
24011
24011
  > **showLauncher**(): `void`
24012
24012
 
24013
- Defined in: [lib/form.ts:4587](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4587)
24013
+ Defined in: [lib/form.ts:4598](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4598)
24014
24014
 
24015
24015
  显示 launcher 界面
24016
24016
 
@@ -24031,7 +24031,7 @@ lib/form/functions/showPop.md
24031
24031
 
24032
24032
  > **showPop**(`el`, `pop`, `direction`, `opt?`): `void`
24033
24033
 
24034
- Defined in: [lib/form.ts:3030](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3030)
24034
+ Defined in: [lib/form.ts:3041](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L3041)
24035
24035
 
24036
24036
  获取 pop 显示出来的坐标并报系统全局记录
24037
24037
 
@@ -24110,7 +24110,7 @@ lib/form/functions/showRectangle.md
24110
24110
 
24111
24111
  > **showRectangle**(`x`, `y`, `border`): `void`
24112
24112
 
24113
- Defined in: [lib/form.ts:2587](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2587)
24113
+ Defined in: [lib/form.ts:2598](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2598)
24114
24114
 
24115
24115
  显示从小到大的矩形动画特效对象
24116
24116
 
@@ -24151,7 +24151,7 @@ lib/form/functions/superConfirm.md
24151
24151
 
24152
24152
  > **superConfirm**(`current`, `html`): `Promise`\<`boolean`\>
24153
24153
 
24154
- Defined in: [lib/form.ts:1869](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1869)
24154
+ Defined in: [lib/form.ts:1872](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1872)
24155
24155
 
24156
24156
  显示系统级询问框
24157
24157
 
@@ -24275,7 +24275,7 @@ lib/form/interfaces/IAbstractPanelQsChangeShowEvent.md
24275
24275
 
24276
24276
  # Interface: IAbstractPanelQsChangeShowEvent
24277
24277
 
24278
- Defined in: [lib/form.ts:4637](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4637)
24278
+ Defined in: [lib/form.ts:4667](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4667)
24279
24279
 
24280
24280
  AbstractPanel qsChange 显示事件
24281
24281
 
@@ -24285,7 +24285,7 @@ AbstractPanel qsChange 显示事件
24285
24285
 
24286
24286
  > **detail**: `object`
24287
24287
 
24288
- Defined in: [lib/form.ts:4638](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4638)
24288
+ Defined in: [lib/form.ts:4668](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4668)
24289
24289
 
24290
24290
  #### action
24291
24291
 
@@ -24326,7 +24326,7 @@ lib/form/interfaces/IAbstractPanelShowEvent.md
24326
24326
 
24327
24327
  # Interface: IAbstractPanelShowEvent
24328
24328
 
24329
- Defined in: [lib/form.ts:4622](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4622)
24329
+ Defined in: [lib/form.ts:4652](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4652)
24330
24330
 
24331
24331
  AbstractPanel 显示事件
24332
24332
 
@@ -24336,7 +24336,7 @@ AbstractPanel 显示事件
24336
24336
 
24337
24337
  > **detail**: `object`
24338
24338
 
24339
- Defined in: [lib/form.ts:4623](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4623)
24339
+ Defined in: [lib/form.ts:4653](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4653)
24340
24340
 
24341
24341
  #### action
24342
24342
 
@@ -24377,7 +24377,7 @@ lib/form/interfaces/IFormCaptchaOptions.md
24377
24377
 
24378
24378
  # Interface: IFormCaptchaOptions
24379
24379
 
24380
- Defined in: [lib/form.ts:4767](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4767)
24380
+ Defined in: [lib/form.ts:4797](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4797)
24381
24381
 
24382
24382
  显示验证码选项
24383
24383
 
@@ -24387,7 +24387,7 @@ Defined in: [lib/form.ts:4767](https://github.com/maiyun/clickgo/blob/master/dis
24387
24387
 
24388
24388
  > **akey**: `string`
24389
24389
 
24390
- Defined in: [lib/form.ts:4771](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4771)
24390
+ Defined in: [lib/form.ts:4801](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4801)
24391
24391
 
24392
24392
  验证码 key
24393
24393
 
@@ -24397,7 +24397,7 @@ Defined in: [lib/form.ts:4771](https://github.com/maiyun/clickgo/blob/master/dis
24397
24397
 
24398
24398
  > **factory**: `"tc"` \| `"cf"`
24399
24399
 
24400
- Defined in: [lib/form.ts:4769](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4769)
24400
+ Defined in: [lib/form.ts:4799](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4799)
24401
24401
 
24402
24402
  验证码服务商
24403
24403
 
@@ -24412,7 +24412,7 @@ lib/form/interfaces/IFormConfirmOptions.md
24412
24412
 
24413
24413
  # Interface: IFormConfirmOptions
24414
24414
 
24415
- Defined in: [lib/form.ts:4760](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4760)
24415
+ Defined in: [lib/form.ts:4790](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4790)
24416
24416
 
24417
24417
  Confirm 选项
24418
24418
 
@@ -24422,7 +24422,7 @@ Confirm 选项
24422
24422
 
24423
24423
  > `optional` **cancel?**: `boolean`
24424
24424
 
24425
- Defined in: [lib/form.ts:4763](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4763)
24425
+ Defined in: [lib/form.ts:4793](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4793)
24426
24426
 
24427
24427
  ***
24428
24428
 
@@ -24430,7 +24430,7 @@ Defined in: [lib/form.ts:4763](https://github.com/maiyun/clickgo/blob/master/dis
24430
24430
 
24431
24431
  > **content**: `string`
24432
24432
 
24433
- Defined in: [lib/form.ts:4762](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4762)
24433
+ Defined in: [lib/form.ts:4792](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4792)
24434
24434
 
24435
24435
  ***
24436
24436
 
@@ -24438,7 +24438,7 @@ Defined in: [lib/form.ts:4762](https://github.com/maiyun/clickgo/blob/master/dis
24438
24438
 
24439
24439
  > `optional` **title?**: `string`
24440
24440
 
24441
- Defined in: [lib/form.ts:4761](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4761)
24441
+ Defined in: [lib/form.ts:4791](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4791)
24442
24442
 
24443
24443
  lib/form/interfaces/IFormDialogOptions.md
24444
24444
  ---
@@ -24451,7 +24451,7 @@ lib/form/interfaces/IFormDialogOptions.md
24451
24451
 
24452
24452
  # Interface: IFormDialogOptions
24453
24453
 
24454
- Defined in: [lib/form.ts:4706](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4706)
24454
+ Defined in: [lib/form.ts:4736](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4736)
24455
24455
 
24456
24456
  Dialog 选项
24457
24457
 
@@ -24461,7 +24461,7 @@ Dialog 选项
24461
24461
 
24462
24462
  > `optional` **autoDialogResult?**: `boolean`
24463
24463
 
24464
- Defined in: [lib/form.ts:4714](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4714)
24464
+ Defined in: [lib/form.ts:4744](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4744)
24465
24465
 
24466
24466
  点击按钮后是否自动将按钮文本写入 dialogResult,默认 true
24467
24467
 
@@ -24471,7 +24471,7 @@ Defined in: [lib/form.ts:4714](https://github.com/maiyun/clickgo/blob/master/dis
24471
24471
 
24472
24472
  > `optional` **buttons?**: `string`[]
24473
24473
 
24474
- Defined in: [lib/form.ts:4712](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4712)
24474
+ Defined in: [lib/form.ts:4742](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4742)
24475
24475
 
24476
24476
  底部按钮文本列表,默认使用当前语言的确定按钮文本
24477
24477
 
@@ -24481,7 +24481,7 @@ Defined in: [lib/form.ts:4712](https://github.com/maiyun/clickgo/blob/master/dis
24481
24481
 
24482
24482
  > **content**: `string`
24483
24483
 
24484
- Defined in: [lib/form.ts:4710](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4710)
24484
+ Defined in: [lib/form.ts:4740](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4740)
24485
24485
 
24486
24486
  dialog 内容,支持直接传布局字符串
24487
24487
 
@@ -24491,7 +24491,7 @@ dialog 内容,支持直接传布局字符串
24491
24491
 
24492
24492
  > `optional` **data?**: `Record`\<`string`, `any`\>
24493
24493
 
24494
- Defined in: [lib/form.ts:4728](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4728)
24494
+ Defined in: [lib/form.ts:4758](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4758)
24495
24495
 
24496
24496
  传值,需要用 data.x 读取
24497
24497
 
@@ -24501,7 +24501,7 @@ Defined in: [lib/form.ts:4728](https://github.com/maiyun/clickgo/blob/master/dis
24501
24501
 
24502
24502
  > `optional` **direction?**: `"v"` \| `"h"`
24503
24503
 
24504
- Defined in: [lib/form.ts:4717](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4717)
24504
+ Defined in: [lib/form.ts:4747](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4747)
24505
24505
 
24506
24506
  dialog 控件内容布局方向,h 为横向,v 为纵向
24507
24507
 
@@ -24511,7 +24511,7 @@ dialog 控件内容布局方向,h 为横向,v 为纵向
24511
24511
 
24512
24512
  > `optional` **gutter?**: `string` \| `number`
24513
24513
 
24514
- Defined in: [lib/form.ts:4719](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4719)
24514
+ Defined in: [lib/form.ts:4749](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4749)
24515
24515
 
24516
24516
  dialog 控件内容区项目间距,会透传给 dialog 控件
24517
24517
 
@@ -24521,7 +24521,7 @@ dialog 控件内容区项目间距,会透传给 dialog 控件
24521
24521
 
24522
24522
  > `optional` **height?**: `string` \| `number`
24523
24523
 
24524
- Defined in: [lib/form.ts:4723](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4723)
24524
+ Defined in: [lib/form.ts:4753](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4753)
24525
24525
 
24526
24526
  dialog 控件高度,传数字时为像素值,传 fill 时代表填充可用高度
24527
24527
 
@@ -24531,7 +24531,7 @@ dialog 控件高度,传数字时为像素值,传 fill 时代表填充可用
24531
24531
 
24532
24532
  > `optional` **methods?**: `Record`\<`string`, (...`param`) => `any`\>
24533
24533
 
24534
- Defined in: [lib/form.ts:4730](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4730)
24534
+ Defined in: [lib/form.ts:4760](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4760)
24535
24535
 
24536
24536
  传值,需要用 methods.x 读取
24537
24537
 
@@ -24541,7 +24541,7 @@ Defined in: [lib/form.ts:4730](https://github.com/maiyun/clickgo/blob/master/dis
24541
24541
 
24542
24542
  > `optional` **onMounted?**: () => `void` \| `Promise`\<`void`\>
24543
24543
 
24544
- Defined in: [lib/form.ts:4750](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4750)
24544
+ Defined in: [lib/form.ts:4780](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4780)
24545
24545
 
24546
24546
  窗体挂载完成事件
24547
24547
 
@@ -24555,7 +24555,7 @@ Defined in: [lib/form.ts:4750](https://github.com/maiyun/clickgo/blob/master/dis
24555
24555
 
24556
24556
  > `optional` **padding?**: `string` \| `boolean`
24557
24557
 
24558
- Defined in: [lib/form.ts:4725](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4725)
24558
+ Defined in: [lib/form.ts:4755](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4755)
24559
24559
 
24560
24560
  dialog 控件内容区是否显示内边距,默认表现与控件自身一致
24561
24561
 
@@ -24565,7 +24565,7 @@ dialog 控件内容区是否显示内边距,默认表现与控件自身一致
24565
24565
 
24566
24566
  > `optional` **path?**: `string`
24567
24567
 
24568
- Defined in: [lib/form.ts:4734](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4734)
24568
+ Defined in: [lib/form.ts:4764](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4764)
24569
24569
 
24570
24570
  路径基,以 / 结束或文件路径则以文件的基路径为准,可留空
24571
24571
 
@@ -24575,7 +24575,7 @@ Defined in: [lib/form.ts:4734](https://github.com/maiyun/clickgo/blob/master/dis
24575
24575
 
24576
24576
  > `optional` **select?**: (`this`, `e`, `button`) => `void`
24577
24577
 
24578
- Defined in: [lib/form.ts:4741](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4741)
24578
+ Defined in: [lib/form.ts:4771](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4771)
24579
24579
 
24580
24580
  点击按钮触发事件,不能用 Promise
24581
24581
 
@@ -24607,7 +24607,7 @@ Defined in: [lib/form.ts:4741](https://github.com/maiyun/clickgo/blob/master/dis
24607
24607
 
24608
24608
  > `optional` **style?**: `string`
24609
24609
 
24610
- Defined in: [lib/form.ts:4732](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4732)
24610
+ Defined in: [lib/form.ts:4762](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4762)
24611
24611
 
24612
24612
  样式表
24613
24613
 
@@ -24617,7 +24617,7 @@ Defined in: [lib/form.ts:4732](https://github.com/maiyun/clickgo/blob/master/dis
24617
24617
 
24618
24618
  > `optional` **title?**: `string`
24619
24619
 
24620
- Defined in: [lib/form.ts:4708](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4708)
24620
+ Defined in: [lib/form.ts:4738](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4738)
24621
24621
 
24622
24622
  dialog 窗体标题,不传则使用默认标题 dialog
24623
24623
 
@@ -24627,7 +24627,7 @@ dialog 窗体标题,不传则使用默认标题 dialog
24627
24627
 
24628
24628
  > `optional` **width?**: `string` \| `number`
24629
24629
 
24630
- Defined in: [lib/form.ts:4721](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4721)
24630
+ Defined in: [lib/form.ts:4751](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4751)
24631
24631
 
24632
24632
  dialog 控件宽度,传数字时为像素值,传 fill 时代表填充可用宽度
24633
24633
 
@@ -24642,7 +24642,7 @@ lib/form/interfaces/IFormDialogSelectEvent.md
24642
24642
 
24643
24643
  # Interface: IFormDialogSelectEvent
24644
24644
 
24645
- Defined in: [lib/form.ts:4753](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4753)
24645
+ Defined in: [lib/form.ts:4783](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4783)
24646
24646
 
24647
24647
  Custom Event
24648
24648
 
@@ -24656,7 +24656,7 @@ Custom Event
24656
24656
 
24657
24657
  > **detail**: `object`
24658
24658
 
24659
- Defined in: [lib/form.ts:4754](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4754)
24659
+ Defined in: [lib/form.ts:4784](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4784)
24660
24660
 
24661
24661
  #### button
24662
24662
 
@@ -24701,7 +24701,7 @@ lib/form/interfaces/IFormInfo.md
24701
24701
 
24702
24702
  # Interface: IFormInfo
24703
24703
 
24704
- Defined in: [lib/form.ts:4661](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4661)
24704
+ Defined in: [lib/form.ts:4691](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4691)
24705
24705
 
24706
24706
  Form 的简略情况,通常在 list 当中
24707
24707
 
@@ -24711,7 +24711,7 @@ Form 的简略情况,通常在 list 当中
24711
24711
 
24712
24712
  > **focus**: `boolean`
24713
24713
 
24714
- Defined in: [lib/form.ts:4668](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4668)
24714
+ Defined in: [lib/form.ts:4698](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4698)
24715
24715
 
24716
24716
  ***
24717
24717
 
@@ -24719,7 +24719,7 @@ Defined in: [lib/form.ts:4668](https://github.com/maiyun/clickgo/blob/master/dis
24719
24719
 
24720
24720
  > **icon**: `string`
24721
24721
 
24722
- Defined in: [lib/form.ts:4664](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4664)
24722
+ Defined in: [lib/form.ts:4694](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4694)
24723
24723
 
24724
24724
  ***
24725
24725
 
@@ -24727,7 +24727,7 @@ Defined in: [lib/form.ts:4664](https://github.com/maiyun/clickgo/blob/master/dis
24727
24727
 
24728
24728
  > **show**: `boolean`
24729
24729
 
24730
- Defined in: [lib/form.ts:4667](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4667)
24730
+ Defined in: [lib/form.ts:4697](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4697)
24731
24731
 
24732
24732
  ***
24733
24733
 
@@ -24735,7 +24735,7 @@ Defined in: [lib/form.ts:4667](https://github.com/maiyun/clickgo/blob/master/dis
24735
24735
 
24736
24736
  > **showInSystemTask**: `boolean`
24737
24737
 
24738
- Defined in: [lib/form.ts:4669](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4669)
24738
+ Defined in: [lib/form.ts:4699](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4699)
24739
24739
 
24740
24740
  ***
24741
24741
 
@@ -24743,7 +24743,7 @@ Defined in: [lib/form.ts:4669](https://github.com/maiyun/clickgo/blob/master/dis
24743
24743
 
24744
24744
  > **stateMax**: `boolean`
24745
24745
 
24746
- Defined in: [lib/form.ts:4665](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4665)
24746
+ Defined in: [lib/form.ts:4695](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4695)
24747
24747
 
24748
24748
  ***
24749
24749
 
@@ -24751,7 +24751,7 @@ Defined in: [lib/form.ts:4665](https://github.com/maiyun/clickgo/blob/master/dis
24751
24751
 
24752
24752
  > **stateMin**: `boolean`
24753
24753
 
24754
- Defined in: [lib/form.ts:4666](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4666)
24754
+ Defined in: [lib/form.ts:4696](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4696)
24755
24755
 
24756
24756
  ***
24757
24757
 
@@ -24759,7 +24759,7 @@ Defined in: [lib/form.ts:4666](https://github.com/maiyun/clickgo/blob/master/dis
24759
24759
 
24760
24760
  > **taskId**: `string`
24761
24761
 
24762
- Defined in: [lib/form.ts:4662](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4662)
24762
+ Defined in: [lib/form.ts:4692](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4692)
24763
24763
 
24764
24764
  ***
24765
24765
 
@@ -24767,7 +24767,7 @@ Defined in: [lib/form.ts:4662](https://github.com/maiyun/clickgo/blob/master/dis
24767
24767
 
24768
24768
  > **title**: `string`
24769
24769
 
24770
- Defined in: [lib/form.ts:4663](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4663)
24770
+ Defined in: [lib/form.ts:4693](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4693)
24771
24771
 
24772
24772
  lib/form/interfaces/IForm.md
24773
24773
  ---
@@ -24780,7 +24780,7 @@ lib/form/interfaces/IForm.md
24780
24780
 
24781
24781
  # Interface: IForm
24782
24782
 
24783
- Defined in: [lib/form.ts:4652](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4652)
24783
+ Defined in: [lib/form.ts:4682](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4682)
24784
24784
 
24785
24785
  运行时 task 中的 form 对象
24786
24786
 
@@ -24790,7 +24790,7 @@ Defined in: [lib/form.ts:4652](https://github.com/maiyun/clickgo/blob/master/dis
24790
24790
 
24791
24791
  > **closed**: `boolean`
24792
24792
 
24793
- Defined in: [lib/form.ts:4657](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4657)
24793
+ Defined in: [lib/form.ts:4687](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4687)
24794
24794
 
24795
24795
  是否已经执行过了关闭窗体方法,此处加判断为了防止重复执行 close 导致的 bug
24796
24796
 
@@ -24800,7 +24800,7 @@ Defined in: [lib/form.ts:4657](https://github.com/maiyun/clickgo/blob/master/dis
24800
24800
 
24801
24801
  > **id**: `string`
24802
24802
 
24803
- Defined in: [lib/form.ts:4653](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4653)
24803
+ Defined in: [lib/form.ts:4683](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4683)
24804
24804
 
24805
24805
  ***
24806
24806
 
@@ -24808,7 +24808,7 @@ Defined in: [lib/form.ts:4653](https://github.com/maiyun/clickgo/blob/master/dis
24808
24808
 
24809
24809
  > **vapp**: [`IVApp`](../../core/interfaces/IVApp.md)
24810
24810
 
24811
- Defined in: [lib/form.ts:4654](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4654)
24811
+ Defined in: [lib/form.ts:4684](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4684)
24812
24812
 
24813
24813
  ***
24814
24814
 
@@ -24816,7 +24816,7 @@ Defined in: [lib/form.ts:4654](https://github.com/maiyun/clickgo/blob/master/dis
24816
24816
 
24817
24817
  > **vroot**: [`IVue`](../../core/interfaces/IVue.md)
24818
24818
 
24819
- Defined in: [lib/form.ts:4655](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4655)
24819
+ Defined in: [lib/form.ts:4685](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4685)
24820
24820
 
24821
24821
  lib/form/interfaces/IFormPromptOptions.md
24822
24822
  ---
@@ -24829,7 +24829,7 @@ lib/form/interfaces/IFormPromptOptions.md
24829
24829
 
24830
24830
  # Interface: IFormPromptOptions
24831
24831
 
24832
- Defined in: [lib/form.ts:4775](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4775)
24832
+ Defined in: [lib/form.ts:4805](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4805)
24833
24833
 
24834
24834
  Prompt 选项
24835
24835
 
@@ -24839,7 +24839,7 @@ Prompt 选项
24839
24839
 
24840
24840
  > `optional` **cancel?**: `boolean`
24841
24841
 
24842
- Defined in: [lib/form.ts:4783](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4783)
24842
+ Defined in: [lib/form.ts:4813](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4813)
24843
24843
 
24844
24844
  是否显示取消按钮,默认显示
24845
24845
 
@@ -24849,7 +24849,7 @@ Defined in: [lib/form.ts:4783](https://github.com/maiyun/clickgo/blob/master/dis
24849
24849
 
24850
24850
  > **content**: `string`
24851
24851
 
24852
- Defined in: [lib/form.ts:4779](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4779)
24852
+ Defined in: [lib/form.ts:4809](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4809)
24853
24853
 
24854
24854
  内容说明
24855
24855
 
@@ -24859,7 +24859,7 @@ Defined in: [lib/form.ts:4779](https://github.com/maiyun/clickgo/blob/master/dis
24859
24859
 
24860
24860
  > `optional` **select?**: (`this`, `e`, `button`) => `void`
24861
24861
 
24862
- Defined in: [lib/form.ts:4790](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4790)
24862
+ Defined in: [lib/form.ts:4820](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4820)
24863
24863
 
24864
24864
  点击按钮触发事件
24865
24865
 
@@ -24891,7 +24891,7 @@ true 代表确定,false 代表取消
24891
24891
 
24892
24892
  > `optional` **text?**: `string`
24893
24893
 
24894
- Defined in: [lib/form.ts:4781](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4781)
24894
+ Defined in: [lib/form.ts:4811](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4811)
24895
24895
 
24896
24896
  文本默认值
24897
24897
 
@@ -24901,7 +24901,7 @@ Defined in: [lib/form.ts:4781](https://github.com/maiyun/clickgo/blob/master/dis
24901
24901
 
24902
24902
  > `optional` **title?**: `string`
24903
24903
 
24904
- Defined in: [lib/form.ts:4777](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4777)
24904
+ Defined in: [lib/form.ts:4807](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4807)
24905
24905
 
24906
24906
  标题
24907
24907
 
@@ -24916,7 +24916,7 @@ lib/form/interfaces/IFormPromptSelectEvent.md
24916
24916
 
24917
24917
  # Interface: IFormPromptSelectEvent
24918
24918
 
24919
- Defined in: [lib/form.ts:4797](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4797)
24919
+ Defined in: [lib/form.ts:4827](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4827)
24920
24920
 
24921
24921
  Custom Event
24922
24922
 
@@ -24930,7 +24930,7 @@ Custom Event
24930
24930
 
24931
24931
  > **detail**: `object`
24932
24932
 
24933
- Defined in: [lib/form.ts:4798](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4798)
24933
+ Defined in: [lib/form.ts:4828](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4828)
24934
24934
 
24935
24935
  #### button
24936
24936
 
@@ -24981,7 +24981,7 @@ lib/form/interfaces/IMoveDragOptions.md
24981
24981
 
24982
24982
  # Interface: IMoveDragOptions
24983
24983
 
24984
- Defined in: [lib/form.ts:4673](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4673)
24984
+ Defined in: [lib/form.ts:4703](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4703)
24985
24985
 
24986
24986
  移动 drag 到新位置函数的选项
24987
24987
 
@@ -24991,7 +24991,7 @@ Defined in: [lib/form.ts:4673](https://github.com/maiyun/clickgo/blob/master/dis
24991
24991
 
24992
24992
  > `optional` **height?**: `number`
24993
24993
 
24994
- Defined in: [lib/form.ts:4677](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4677)
24994
+ Defined in: [lib/form.ts:4707](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4707)
24995
24995
 
24996
24996
  ***
24997
24997
 
@@ -24999,7 +24999,7 @@ Defined in: [lib/form.ts:4677](https://github.com/maiyun/clickgo/blob/master/dis
24999
24999
 
25000
25000
  > `optional` **icon?**: `boolean`
25001
25001
 
25002
- Defined in: [lib/form.ts:4678](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4678)
25002
+ Defined in: [lib/form.ts:4708](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4708)
25003
25003
 
25004
25004
  ***
25005
25005
 
@@ -25007,7 +25007,7 @@ Defined in: [lib/form.ts:4678](https://github.com/maiyun/clickgo/blob/master/dis
25007
25007
 
25008
25008
  > `optional` **left?**: `number`
25009
25009
 
25010
- Defined in: [lib/form.ts:4675](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4675)
25010
+ Defined in: [lib/form.ts:4705](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4705)
25011
25011
 
25012
25012
  ***
25013
25013
 
@@ -25015,7 +25015,7 @@ Defined in: [lib/form.ts:4675](https://github.com/maiyun/clickgo/blob/master/dis
25015
25015
 
25016
25016
  > `optional` **top?**: `number`
25017
25017
 
25018
- Defined in: [lib/form.ts:4674](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4674)
25018
+ Defined in: [lib/form.ts:4704](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4704)
25019
25019
 
25020
25020
  ***
25021
25021
 
@@ -25023,7 +25023,7 @@ Defined in: [lib/form.ts:4674](https://github.com/maiyun/clickgo/blob/master/dis
25023
25023
 
25024
25024
  > `optional` **width?**: `number`
25025
25025
 
25026
- Defined in: [lib/form.ts:4676](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4676)
25026
+ Defined in: [lib/form.ts:4706](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4706)
25027
25027
 
25028
25028
  lib/form/interfaces/INotifyContentOptions.md
25029
25029
  ---
@@ -25036,7 +25036,7 @@ lib/form/interfaces/INotifyContentOptions.md
25036
25036
 
25037
25037
  # Interface: INotifyContentOptions
25038
25038
 
25039
- Defined in: [lib/form.ts:4695](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4695)
25039
+ Defined in: [lib/form.ts:4725](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4725)
25040
25040
 
25041
25041
  notify 信息框的修改选项
25042
25042
 
@@ -25046,7 +25046,7 @@ notify 信息框的修改选项
25046
25046
 
25047
25047
  > `optional` **content?**: `string`
25048
25048
 
25049
- Defined in: [lib/form.ts:4697](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4697)
25049
+ Defined in: [lib/form.ts:4727](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4727)
25050
25050
 
25051
25051
  ***
25052
25052
 
@@ -25054,7 +25054,7 @@ Defined in: [lib/form.ts:4697](https://github.com/maiyun/clickgo/blob/master/dis
25054
25054
 
25055
25055
  > `optional` **note?**: `string`
25056
25056
 
25057
- Defined in: [lib/form.ts:4698](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4698)
25057
+ Defined in: [lib/form.ts:4728](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4728)
25058
25058
 
25059
25059
  ***
25060
25060
 
@@ -25062,7 +25062,7 @@ Defined in: [lib/form.ts:4698](https://github.com/maiyun/clickgo/blob/master/dis
25062
25062
 
25063
25063
  > `optional` **progress?**: `number`
25064
25064
 
25065
- Defined in: [lib/form.ts:4700](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4700)
25065
+ Defined in: [lib/form.ts:4730](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4730)
25066
25066
 
25067
25067
  可顺便修改进度
25068
25068
 
@@ -25072,7 +25072,7 @@ Defined in: [lib/form.ts:4700](https://github.com/maiyun/clickgo/blob/master/dis
25072
25072
 
25073
25073
  > `optional` **timeout?**: `number`
25074
25074
 
25075
- Defined in: [lib/form.ts:4702](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4702)
25075
+ Defined in: [lib/form.ts:4732](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4732)
25076
25076
 
25077
25077
  设置后将在 x 毫秒后隐藏,这不会大于创建时的设置的总时长
25078
25078
 
@@ -25082,7 +25082,7 @@ Defined in: [lib/form.ts:4702](https://github.com/maiyun/clickgo/blob/master/dis
25082
25082
 
25083
25083
  > `optional` **title?**: `string`
25084
25084
 
25085
- Defined in: [lib/form.ts:4696](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4696)
25085
+ Defined in: [lib/form.ts:4726](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4726)
25086
25086
 
25087
25087
  lib/form/interfaces/INotifyOptions.md
25088
25088
  ---
@@ -25095,7 +25095,7 @@ lib/form/interfaces/INotifyOptions.md
25095
25095
 
25096
25096
  # Interface: INotifyOptions
25097
25097
 
25098
- Defined in: [lib/form.ts:4682](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4682)
25098
+ Defined in: [lib/form.ts:4712](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4712)
25099
25099
 
25100
25100
  弹出 notify 信息框的选项
25101
25101
 
@@ -25105,7 +25105,7 @@ Defined in: [lib/form.ts:4682](https://github.com/maiyun/clickgo/blob/master/dis
25105
25105
 
25106
25106
  > `optional` **content?**: `string`
25107
25107
 
25108
- Defined in: [lib/form.ts:4685](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4685)
25108
+ Defined in: [lib/form.ts:4715](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4715)
25109
25109
 
25110
25110
  正文
25111
25111
 
@@ -25115,7 +25115,7 @@ Defined in: [lib/form.ts:4685](https://github.com/maiyun/clickgo/blob/master/dis
25115
25115
 
25116
25116
  > `optional` **icon?**: `string` \| `null`
25117
25117
 
25118
- Defined in: [lib/form.ts:4688](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4688)
25118
+ Defined in: [lib/form.ts:4718](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4718)
25119
25119
 
25120
25120
  ***
25121
25121
 
@@ -25123,7 +25123,7 @@ Defined in: [lib/form.ts:4688](https://github.com/maiyun/clickgo/blob/master/dis
25123
25123
 
25124
25124
  > `optional` **note?**: `string`
25125
25125
 
25126
- Defined in: [lib/form.ts:4687](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4687)
25126
+ Defined in: [lib/form.ts:4717](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4717)
25127
25127
 
25128
25128
  浅色描述
25129
25129
 
@@ -25133,7 +25133,7 @@ Defined in: [lib/form.ts:4687](https://github.com/maiyun/clickgo/blob/master/dis
25133
25133
 
25134
25134
  > `optional` **progress?**: `boolean`
25135
25135
 
25136
- Defined in: [lib/form.ts:4691](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4691)
25136
+ Defined in: [lib/form.ts:4721](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4721)
25137
25137
 
25138
25138
  ***
25139
25139
 
@@ -25141,7 +25141,7 @@ Defined in: [lib/form.ts:4691](https://github.com/maiyun/clickgo/blob/master/dis
25141
25141
 
25142
25142
  > `optional` **timeout?**: `number`
25143
25143
 
25144
- Defined in: [lib/form.ts:4689](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4689)
25144
+ Defined in: [lib/form.ts:4719](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4719)
25145
25145
 
25146
25146
  ***
25147
25147
 
@@ -25149,7 +25149,7 @@ Defined in: [lib/form.ts:4689](https://github.com/maiyun/clickgo/blob/master/dis
25149
25149
 
25150
25150
  > `optional` **title?**: `string`
25151
25151
 
25152
- Defined in: [lib/form.ts:4683](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4683)
25152
+ Defined in: [lib/form.ts:4713](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4713)
25153
25153
 
25154
25154
  ***
25155
25155
 
@@ -25157,7 +25157,7 @@ Defined in: [lib/form.ts:4683](https://github.com/maiyun/clickgo/blob/master/dis
25157
25157
 
25158
25158
  > `optional` **type?**: `"progress"` \| `"info"` \| `"warning"` \| `"danger"` \| `"primary"`
25159
25159
 
25160
- Defined in: [lib/form.ts:4690](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4690)
25160
+ Defined in: [lib/form.ts:4720](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L4720)
25161
25161
 
25162
25162
  lib/form/variables/activePanels.md
25163
25163
  ---
@@ -25172,7 +25172,7 @@ lib/form/variables/activePanels.md
25172
25172
 
25173
25173
  > `const` **activePanels**: `Record`\<`string`, `string`[]\> = `{}`
25174
25174
 
25175
- Defined in: [lib/form.ts:2146](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2146)
25175
+ Defined in: [lib/form.ts:2149](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L2149)
25176
25176
 
25177
25177
  当前活跃中的 panelId 列表
25178
25178
 
@@ -25189,7 +25189,7 @@ lib/form/variables/elements.md
25189
25189
 
25190
25190
  > `const` **elements**: `object`
25191
25191
 
25192
- Defined in: [lib/form.ts:1375](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1375)
25192
+ Defined in: [lib/form.ts:1378](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1378)
25193
25193
 
25194
25194
  ## Type Declaration
25195
25195
 
@@ -25258,7 +25258,7 @@ lib/form/variables/launcherRoot.md
25258
25258
 
25259
25259
  > **launcherRoot**: [`IVue`](../../core/interfaces/IVue.md)
25260
25260
 
25261
- Defined in: [lib/form.ts:1370](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1370)
25261
+ Defined in: [lib/form.ts:1373](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1373)
25262
25262
 
25263
25263
  lib/form/variables/simpleSystemTaskRoot.md
25264
25264
  ---
@@ -25273,7 +25273,7 @@ lib/form/variables/simpleSystemTaskRoot.md
25273
25273
 
25274
25274
  > **simpleSystemTaskRoot**: [`IVue`](../../core/interfaces/IVue.md)
25275
25275
 
25276
- Defined in: [lib/form.ts:1369](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1369)
25276
+ Defined in: [lib/form.ts:1372](https://github.com/maiyun/clickgo/blob/master/dist/lib/form.ts#L1372)
25277
25277
 
25278
25278
  lib/fs/functions/chmod.md
25279
25279
  ---
@@ -26606,7 +26606,7 @@ lib/native/functions/activate.md
26606
26606
 
26607
26607
  > **activate**(`current`): `Promise`\<`boolean`\>
26608
26608
 
26609
- Defined in: [lib/native.ts:281](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L281)
26609
+ Defined in: [lib/native.ts:301](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L301)
26610
26610
 
26611
26611
  ## Parameters
26612
26612
 
@@ -26631,7 +26631,7 @@ lib/native/functions/clear.md
26631
26631
 
26632
26632
  > **clear**(`taskId`, `formId?`): `void`
26633
26633
 
26634
- Defined in: [lib/native.ts:141](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L141)
26634
+ Defined in: [lib/native.ts:144](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L144)
26635
26635
 
26636
26636
  清除某个窗体或某个任务的所有事件监听
26637
26637
 
@@ -26666,7 +26666,7 @@ lib/native/functions/close.md
26666
26666
 
26667
26667
  > **close**(`current`): `Promise`\<`boolean`\>
26668
26668
 
26669
- Defined in: [lib/native.ts:293](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L293)
26669
+ Defined in: [lib/native.ts:313](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L313)
26670
26670
 
26671
26671
  关闭当前 native 真实窗体,根据配置整个 native 任务可能结束也可能保留 node 不结束
26672
26672
 
@@ -26695,7 +26695,7 @@ lib/native/functions/dialog.md
26695
26695
 
26696
26696
  > **dialog**(`options?`): `Promise`\<`number`\>
26697
26697
 
26698
- Defined in: [lib/native.ts:360](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L360)
26698
+ Defined in: [lib/native.ts:380](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L380)
26699
26699
 
26700
26700
  弹出消息框
26701
26701
 
@@ -26726,7 +26726,7 @@ lib/native/functions/getListenerList.md
26726
26726
 
26727
26727
  > **getListenerList**(`taskId?`): `Record`\<`string`, `Record`\<`string`, `Record`\<`string`, `number`\>\>\>
26728
26728
 
26729
- Defined in: [lib/native.ts:164](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L164)
26729
+ Defined in: [lib/native.ts:167](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L167)
26730
26730
 
26731
26731
  获取监听 native 事件的监听统计信息列表
26732
26732
 
@@ -26755,7 +26755,7 @@ lib/native/functions/init.md
26755
26755
 
26756
26756
  > **init**(): `void`
26757
26757
 
26758
- Defined in: [lib/native.ts:391](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L391)
26758
+ Defined in: [lib/native.ts:411](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L411)
26759
26759
 
26760
26760
  ## Returns
26761
26761
 
@@ -26803,7 +26803,7 @@ lib/native/functions/invoke.md
26803
26803
 
26804
26804
  > **invoke**(`name`, ...`param`): `Promise`\<`any`\>
26805
26805
 
26806
- Defined in: [lib/native.ts:205](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L205)
26806
+ Defined in: [lib/native.ts:208](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L208)
26807
26807
 
26808
26808
  向 native 发送指令
26809
26809
 
@@ -26838,7 +26838,7 @@ lib/native/functions/invokeSys.md
26838
26838
 
26839
26839
  > **invokeSys**(`current`, `name`, ...`param`): `Promise`\<`any`\>
26840
26840
 
26841
- Defined in: [lib/native.ts:218](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L218)
26841
+ Defined in: [lib/native.ts:221](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L221)
26842
26842
 
26843
26843
  向 native 发送指令(系统级)
26844
26844
 
@@ -26879,7 +26879,7 @@ lib/native/functions/isMax.md
26879
26879
 
26880
26880
  > **isMax**(): `Promise`\<`boolean`\>
26881
26881
 
26882
- Defined in: [lib/native.ts:384](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L384)
26882
+ Defined in: [lib/native.ts:404](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L404)
26883
26883
 
26884
26884
  判断窗体是否是最大化状态
26885
26885
 
@@ -26900,7 +26900,7 @@ lib/native/functions/maximizable.md
26900
26900
 
26901
26901
  > **maximizable**(`current`, `val`): `Promise`\<`boolean`\>
26902
26902
 
26903
- Defined in: [lib/native.ts:301](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L301)
26903
+ Defined in: [lib/native.ts:321](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L321)
26904
26904
 
26905
26905
  ## Parameters
26906
26906
 
@@ -26929,7 +26929,7 @@ lib/native/functions/max.md
26929
26929
 
26930
26930
  > **max**(`current`): `Promise`\<`boolean`\>
26931
26931
 
26932
- Defined in: [lib/native.ts:247](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L247)
26932
+ Defined in: [lib/native.ts:267](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L267)
26933
26933
 
26934
26934
  ## Parameters
26935
26935
 
@@ -26954,7 +26954,34 @@ lib/native/functions/min.md
26954
26954
 
26955
26955
  > **min**(`current`): `Promise`\<`boolean`\>
26956
26956
 
26957
- Defined in: [lib/native.ts:255](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L255)
26957
+ Defined in: [lib/native.ts:275](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L275)
26958
+
26959
+ ## Parameters
26960
+
26961
+ ### current
26962
+
26963
+ [`TCurrent`](../../core/type-aliases/TCurrent.md)
26964
+
26965
+ ## Returns
26966
+
26967
+ `Promise`\<`boolean`\>
26968
+
26969
+ lib/native/functions/minSize.md
26970
+ ---
26971
+
26972
+ [**Documents for clickgo**](../../../index.md)
26973
+
26974
+ ***
26975
+
26976
+ [Documents for clickgo](../../../index.md) / [lib/native](../index.md) / minSize
26977
+
26978
+ # Function: minSize()
26979
+
26980
+ > **minSize**(`current`, `width`, `height`): `Promise`\<`boolean`\>
26981
+
26982
+ Defined in: [lib/native.ts:256](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L256)
26983
+
26984
+ 设置实体窗体的最小尺寸,0 表示不限制对应方向
26958
26985
 
26959
26986
  ## Parameters
26960
26987
 
@@ -26962,6 +26989,20 @@ Defined in: [lib/native.ts:255](https://github.com/maiyun/clickgo/blob/master/di
26962
26989
 
26963
26990
  [`TCurrent`](../../core/type-aliases/TCurrent.md)
26964
26991
 
26992
+ 当前任务
26993
+
26994
+ ### width
26995
+
26996
+ `number`
26997
+
26998
+ 最小宽度
26999
+
27000
+ ### height
27001
+
27002
+ `number`
27003
+
27004
+ 最小高度
27005
+
26965
27006
  ## Returns
26966
27007
 
26967
27008
  `Promise`\<`boolean`\>
@@ -26979,7 +27020,7 @@ lib/native/functions/off.md
26979
27020
 
26980
27021
  > **off**(`current`, `name`, `formId?`): `void`
26981
27022
 
26982
- Defined in: [lib/native.ts:122](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L122)
27023
+ Defined in: [lib/native.ts:125](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L125)
26983
27024
 
26984
27025
  解绑监听的方法
26985
27026
 
@@ -27020,7 +27061,7 @@ lib/native/functions/once.md
27020
27061
 
27021
27062
  > **once**(`current`, `name`, `handler`, `formId?`): `void`
27022
27063
 
27023
- Defined in: [lib/native.ts:107](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L107)
27064
+ Defined in: [lib/native.ts:110](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L110)
27024
27065
 
27025
27066
  监听 native 传输过来的事件(仅一次)
27026
27067
 
@@ -27067,7 +27108,7 @@ lib/native/functions/on.md
27067
27108
 
27068
27109
  > **on**(`current`, `name`, `handler`, `once?`, `formId?`): `void`
27069
27110
 
27070
- Defined in: [lib/native.ts:78](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L78)
27111
+ Defined in: [lib/native.ts:81](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L81)
27071
27112
 
27072
27113
  监听 native 传输过来的事件
27073
27114
 
@@ -27120,7 +27161,7 @@ lib/native/functions/open.md
27120
27161
 
27121
27162
  > **open**(`options?`): `Promise`\<`string`[] \| `null`\>
27122
27163
 
27123
- Defined in: [lib/native.ts:316](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L316)
27164
+ Defined in: [lib/native.ts:336](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L336)
27124
27165
 
27125
27166
  弹出文件选择框
27126
27167
 
@@ -27183,7 +27224,7 @@ lib/native/functions/ping.md
27183
27224
 
27184
27225
  > **ping**(`val`): `Promise`\<`string`\>
27185
27226
 
27186
- Defined in: [lib/native.ts:377](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L377)
27227
+ Defined in: [lib/native.ts:397](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L397)
27187
27228
 
27188
27229
  测试与 native 的连通性
27189
27230
 
@@ -27214,7 +27255,7 @@ lib/native/functions/quit.md
27214
27255
 
27215
27256
  > **quit**(`current`): `Promise`\<`boolean`\>
27216
27257
 
27217
- Defined in: [lib/native.ts:231](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L231)
27258
+ Defined in: [lib/native.ts:234](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L234)
27218
27259
 
27219
27260
  直接让整个 native 进程退出
27220
27261
 
@@ -27243,7 +27284,7 @@ lib/native/functions/restore.md
27243
27284
 
27244
27285
  > **restore**(`current`): `Promise`\<`boolean`\>
27245
27286
 
27246
- Defined in: [lib/native.ts:273](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L273)
27287
+ Defined in: [lib/native.ts:293](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L293)
27247
27288
 
27248
27289
  从最小化还原
27249
27290
 
@@ -27270,7 +27311,7 @@ lib/native/functions/save.md
27270
27311
 
27271
27312
  > **save**(`options?`): `Promise`\<`string` \| `null`\>
27272
27313
 
27273
- Defined in: [lib/native.ts:342](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L342)
27314
+ Defined in: [lib/native.ts:362](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L362)
27274
27315
 
27275
27316
  弹出文件保存框
27276
27317
 
@@ -27311,7 +27352,7 @@ lib/native/functions/size.md
27311
27352
 
27312
27353
  > **size**(`current`, `width`, `height`): `Promise`\<`boolean`\>
27313
27354
 
27314
- Defined in: [lib/native.ts:239](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L239)
27355
+ Defined in: [lib/native.ts:242](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L242)
27315
27356
 
27316
27357
  ## Parameters
27317
27358
 
@@ -27344,7 +27385,7 @@ lib/native/functions/unmaximize.md
27344
27385
 
27345
27386
  > **unmaximize**(`current`): `Promise`\<`boolean`\>
27346
27387
 
27347
- Defined in: [lib/native.ts:264](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L264)
27388
+ Defined in: [lib/native.ts:284](https://github.com/maiyun/clickgo/blob/master/dist/lib/native.ts#L284)
27348
27389
 
27349
27390
  从最大化还原
27350
27391
 
@@ -27384,6 +27425,7 @@ lib/native/index.md
27384
27425
  - [max](functions/max.md)
27385
27426
  - [maximizable](functions/maximizable.md)
27386
27427
  - [min](functions/min.md)
27428
+ - [minSize](functions/minSize.md)
27387
27429
  - [off](functions/off.md)
27388
27430
  - [on](functions/on.md)
27389
27431
  - [once](functions/once.md)