clickgo 5.9.0 → 5.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/demo.cga +0 -0
- package/dist/clickgo.d.ts +4 -0
- package/dist/control/box.cgc +0 -0
- package/dist/control/common.cgc +0 -0
- package/dist/control/fabric.cgc +0 -0
- package/dist/index.js +1 -1
- package/dist/lib/core.d.ts +2 -0
- package/doc/clickgo-rag.md +207 -179
- package/package.json +2 -1
package/doc/clickgo-rag.md
CHANGED
|
@@ -7317,7 +7317,7 @@ clickgo/classes/AbstractBoot.md
|
|
|
7317
7317
|
|
|
7318
7318
|
# Abstract Class: AbstractBoot
|
|
7319
7319
|
|
|
7320
|
-
Defined in: [clickgo.ts:
|
|
7320
|
+
Defined in: [clickgo.ts:165](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L165)
|
|
7321
7321
|
|
|
7322
7322
|
全局类
|
|
7323
7323
|
|
|
@@ -7327,7 +7327,7 @@ Defined in: [clickgo.ts:161](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7327
7327
|
|
|
7328
7328
|
> **new AbstractBoot**(`opt?`): `AbstractBoot`
|
|
7329
7329
|
|
|
7330
|
-
Defined in: [clickgo.ts:
|
|
7330
|
+
Defined in: [clickgo.ts:185](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L185)
|
|
7331
7331
|
|
|
7332
7332
|
#### Parameters
|
|
7333
7333
|
|
|
@@ -7347,7 +7347,7 @@ Defined in: [clickgo.ts:181](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7347
7347
|
|
|
7348
7348
|
> `protected` **\_sysId**: `string` = `''`
|
|
7349
7349
|
|
|
7350
|
-
Defined in: [clickgo.ts:
|
|
7350
|
+
Defined in: [clickgo.ts:171](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L171)
|
|
7351
7351
|
|
|
7352
7352
|
切勿传给 App
|
|
7353
7353
|
|
|
@@ -7357,7 +7357,7 @@ Defined in: [clickgo.ts:167](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7357
7357
|
|
|
7358
7358
|
> **isDebug**(): `boolean`
|
|
7359
7359
|
|
|
7360
|
-
Defined in: [clickgo.ts:
|
|
7360
|
+
Defined in: [clickgo.ts:181](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L181)
|
|
7361
7361
|
|
|
7362
7362
|
判断当前是否是 debug 模式
|
|
7363
7363
|
|
|
@@ -7371,7 +7371,7 @@ Defined in: [clickgo.ts:177](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7371
7371
|
|
|
7372
7372
|
> `abstract` **main**(): `void` \| `Promise`\<`void`\>
|
|
7373
7373
|
|
|
7374
|
-
Defined in: [clickgo.ts:
|
|
7374
|
+
Defined in: [clickgo.ts:194](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L194)
|
|
7375
7375
|
|
|
7376
7376
|
入口方法
|
|
7377
7377
|
|
|
@@ -7385,7 +7385,7 @@ Defined in: [clickgo.ts:190](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7385
7385
|
|
|
7386
7386
|
> **onConfigChanged**\<`T`, `TK`\>(`n`, `v`): `void` \| `Promise`\<`void`\>
|
|
7387
7387
|
|
|
7388
|
-
Defined in: [clickgo.ts:
|
|
7388
|
+
Defined in: [clickgo.ts:209](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L209)
|
|
7389
7389
|
|
|
7390
7390
|
系统配置变更事件
|
|
7391
7391
|
|
|
@@ -7419,7 +7419,7 @@ Defined in: [clickgo.ts:205](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7419
7419
|
|
|
7420
7420
|
> **onError**(`taskId`, `formId`, `error`, `info`): `void` \| `Promise`\<`void`\>
|
|
7421
7421
|
|
|
7422
|
-
Defined in: [clickgo.ts:
|
|
7422
|
+
Defined in: [clickgo.ts:197](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L197)
|
|
7423
7423
|
|
|
7424
7424
|
全局错误事件
|
|
7425
7425
|
|
|
@@ -7451,7 +7451,7 @@ Defined in: [clickgo.ts:193](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7451
7451
|
|
|
7452
7452
|
> **onFormBlurred**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
7453
7453
|
|
|
7454
|
-
Defined in: [clickgo.ts:
|
|
7454
|
+
Defined in: [clickgo.ts:265](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L265)
|
|
7455
7455
|
|
|
7456
7456
|
窗体丢失焦点事件
|
|
7457
7457
|
|
|
@@ -7475,7 +7475,7 @@ Defined in: [clickgo.ts:261](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7475
7475
|
|
|
7476
7476
|
> **onFormCreated**(`taskId`, `formId`, `title`, `icon`, `showInSystemTask`): `void` \| `Promise`\<`void`\>
|
|
7477
7477
|
|
|
7478
|
-
Defined in: [clickgo.ts:
|
|
7478
|
+
Defined in: [clickgo.ts:215](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L215)
|
|
7479
7479
|
|
|
7480
7480
|
窗体创建事件
|
|
7481
7481
|
|
|
@@ -7511,7 +7511,7 @@ Defined in: [clickgo.ts:211](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7511
7511
|
|
|
7512
7512
|
> **onFormFlash**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
7513
7513
|
|
|
7514
|
-
Defined in: [clickgo.ts:
|
|
7514
|
+
Defined in: [clickgo.ts:271](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L271)
|
|
7515
7515
|
|
|
7516
7516
|
窗体闪烁事件
|
|
7517
7517
|
|
|
@@ -7535,7 +7535,7 @@ Defined in: [clickgo.ts:267](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7535
7535
|
|
|
7536
7536
|
> **onFormFocused**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
7537
7537
|
|
|
7538
|
-
Defined in: [clickgo.ts:
|
|
7538
|
+
Defined in: [clickgo.ts:259](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L259)
|
|
7539
7539
|
|
|
7540
7540
|
窗体获得焦点事件
|
|
7541
7541
|
|
|
@@ -7559,7 +7559,7 @@ Defined in: [clickgo.ts:255](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7559
7559
|
|
|
7560
7560
|
> **onFormHashChange**(`taskId`, `formId`, `value`, `data`): `void` \| `Promise`\<`void`\>
|
|
7561
7561
|
|
|
7562
|
-
Defined in: [clickgo.ts:
|
|
7562
|
+
Defined in: [clickgo.ts:283](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L283)
|
|
7563
7563
|
|
|
7564
7564
|
窗体的 formHash 改变事件
|
|
7565
7565
|
|
|
@@ -7591,7 +7591,7 @@ Defined in: [clickgo.ts:279](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7591
7591
|
|
|
7592
7592
|
> **onFormIconChanged**(`taskId`, `formId`, `icon`): `void` \| `Promise`\<`void`\>
|
|
7593
7593
|
|
|
7594
|
-
Defined in: [clickgo.ts:
|
|
7594
|
+
Defined in: [clickgo.ts:235](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L235)
|
|
7595
7595
|
|
|
7596
7596
|
窗体图标改变事件
|
|
7597
7597
|
|
|
@@ -7619,7 +7619,7 @@ Defined in: [clickgo.ts:231](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7619
7619
|
|
|
7620
7620
|
> **onFormRemoved**(`taskId`, `formId`, `title`, `icon`): `void` \| `Promise`\<`void`\>
|
|
7621
7621
|
|
|
7622
|
-
Defined in: [clickgo.ts:
|
|
7622
|
+
Defined in: [clickgo.ts:223](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L223)
|
|
7623
7623
|
|
|
7624
7624
|
窗体销毁事件
|
|
7625
7625
|
|
|
@@ -7651,7 +7651,7 @@ Defined in: [clickgo.ts:219](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7651
7651
|
|
|
7652
7652
|
> **onFormShowChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
7653
7653
|
|
|
7654
|
-
Defined in: [clickgo.ts:
|
|
7654
|
+
Defined in: [clickgo.ts:253](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L253)
|
|
7655
7655
|
|
|
7656
7656
|
窗体显示状态改变事件
|
|
7657
7657
|
|
|
@@ -7679,7 +7679,7 @@ Defined in: [clickgo.ts:249](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7679
7679
|
|
|
7680
7680
|
> **onFormShowInSystemTaskChange**(`taskId`, `formId`, `value`): `void` \| `Promise`\<`void`\>
|
|
7681
7681
|
|
|
7682
|
-
Defined in: [clickgo.ts:
|
|
7682
|
+
Defined in: [clickgo.ts:277](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L277)
|
|
7683
7683
|
|
|
7684
7684
|
窗体是否显示在任务栏属性改变事件
|
|
7685
7685
|
|
|
@@ -7707,7 +7707,7 @@ Defined in: [clickgo.ts:273](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7707
7707
|
|
|
7708
7708
|
> **onFormStateMaxChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
7709
7709
|
|
|
7710
|
-
Defined in: [clickgo.ts:
|
|
7710
|
+
Defined in: [clickgo.ts:247](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L247)
|
|
7711
7711
|
|
|
7712
7712
|
窗体最大化状态改变事件
|
|
7713
7713
|
|
|
@@ -7735,7 +7735,7 @@ Defined in: [clickgo.ts:243](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7735
7735
|
|
|
7736
7736
|
> **onFormStateMinChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
7737
7737
|
|
|
7738
|
-
Defined in: [clickgo.ts:
|
|
7738
|
+
Defined in: [clickgo.ts:241](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L241)
|
|
7739
7739
|
|
|
7740
7740
|
窗体最小化状态改变事件
|
|
7741
7741
|
|
|
@@ -7763,7 +7763,7 @@ Defined in: [clickgo.ts:237](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7763
7763
|
|
|
7764
7764
|
> **onFormTitleChanged**(`taskId`, `formId`, `title`): `void` \| `Promise`\<`void`\>
|
|
7765
7765
|
|
|
7766
|
-
Defined in: [clickgo.ts:
|
|
7766
|
+
Defined in: [clickgo.ts:229](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L229)
|
|
7767
7767
|
|
|
7768
7768
|
窗体标题改变事件
|
|
7769
7769
|
|
|
@@ -7791,7 +7791,7 @@ Defined in: [clickgo.ts:225](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7791
7791
|
|
|
7792
7792
|
> **onHashChanged**(`hash`): `void` \| `Promise`\<`void`\>
|
|
7793
7793
|
|
|
7794
|
-
Defined in: [clickgo.ts:
|
|
7794
|
+
Defined in: [clickgo.ts:309](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L309)
|
|
7795
7795
|
|
|
7796
7796
|
location hash 改变事件
|
|
7797
7797
|
|
|
@@ -7811,7 +7811,7 @@ location hash 改变事件
|
|
|
7811
7811
|
|
|
7812
7812
|
> **onKeydown**(`e`): `void` \| `Promise`\<`void`\>
|
|
7813
7813
|
|
|
7814
|
-
Defined in: [clickgo.ts:
|
|
7814
|
+
Defined in: [clickgo.ts:315](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L315)
|
|
7815
7815
|
|
|
7816
7816
|
键盘按下事件
|
|
7817
7817
|
|
|
@@ -7831,7 +7831,7 @@ Defined in: [clickgo.ts:311](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7831
7831
|
|
|
7832
7832
|
> **onKeyup**(`e`): `void` \| `Promise`\<`void`\>
|
|
7833
7833
|
|
|
7834
|
-
Defined in: [clickgo.ts:
|
|
7834
|
+
Defined in: [clickgo.ts:321](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L321)
|
|
7835
7835
|
|
|
7836
7836
|
键盘弹起事件
|
|
7837
7837
|
|
|
@@ -7851,7 +7851,7 @@ Defined in: [clickgo.ts:317](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7851
7851
|
|
|
7852
7852
|
> **onLauncherFolderNameChanged**(`id`, `name`): `void` \| `Promise`\<`void`\>
|
|
7853
7853
|
|
|
7854
|
-
Defined in: [clickgo.ts:
|
|
7854
|
+
Defined in: [clickgo.ts:303](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L303)
|
|
7855
7855
|
|
|
7856
7856
|
launcher 文件夹名称修改事件
|
|
7857
7857
|
|
|
@@ -7875,7 +7875,7 @@ launcher 文件夹名称修改事件
|
|
|
7875
7875
|
|
|
7876
7876
|
> **onRuntimeFileLoad**(`url`): `void` \| `Promise`\<`void`\>
|
|
7877
7877
|
|
|
7878
|
-
Defined in: [clickgo.ts:
|
|
7878
|
+
Defined in: [clickgo.ts:327](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L327)
|
|
7879
7879
|
|
|
7880
7880
|
环境文件准备加载时的事件
|
|
7881
7881
|
|
|
@@ -7895,7 +7895,7 @@ Defined in: [clickgo.ts:323](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7895
7895
|
|
|
7896
7896
|
> **onRuntimeFileLoaded**(`url`, `state`): `void` \| `Promise`\<`void`\>
|
|
7897
7897
|
|
|
7898
|
-
Defined in: [clickgo.ts:
|
|
7898
|
+
Defined in: [clickgo.ts:333](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L333)
|
|
7899
7899
|
|
|
7900
7900
|
环境文件加载完成的事件
|
|
7901
7901
|
|
|
@@ -7919,7 +7919,7 @@ Defined in: [clickgo.ts:329](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7919
7919
|
|
|
7920
7920
|
> **onScreenResize**(): `void` \| `Promise`\<`void`\>
|
|
7921
7921
|
|
|
7922
|
-
Defined in: [clickgo.ts:
|
|
7922
|
+
Defined in: [clickgo.ts:203](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L203)
|
|
7923
7923
|
|
|
7924
7924
|
屏幕大小改变事件
|
|
7925
7925
|
|
|
@@ -7933,7 +7933,7 @@ Defined in: [clickgo.ts:199](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7933
7933
|
|
|
7934
7934
|
> **onTaskEnded**(`taskId`): `void` \| `Promise`\<`void`\>
|
|
7935
7935
|
|
|
7936
|
-
Defined in: [clickgo.ts:
|
|
7936
|
+
Defined in: [clickgo.ts:297](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L297)
|
|
7937
7937
|
|
|
7938
7938
|
任务结束事件
|
|
7939
7939
|
|
|
@@ -7953,7 +7953,7 @@ Defined in: [clickgo.ts:293](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7953
7953
|
|
|
7954
7954
|
> **onTaskStarted**(`taskId`): `void` \| `Promise`\<`void`\>
|
|
7955
7955
|
|
|
7956
|
-
Defined in: [clickgo.ts:
|
|
7956
|
+
Defined in: [clickgo.ts:291](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L291)
|
|
7957
7957
|
|
|
7958
7958
|
任务开始事件
|
|
7959
7959
|
|
|
@@ -7973,7 +7973,7 @@ Defined in: [clickgo.ts:287](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
7973
7973
|
|
|
7974
7974
|
> **setSysId**(`sysId`): `void`
|
|
7975
7975
|
|
|
7976
|
-
Defined in: [clickgo.ts:
|
|
7976
|
+
Defined in: [clickgo.ts:173](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L173)
|
|
7977
7977
|
|
|
7978
7978
|
#### Parameters
|
|
7979
7979
|
|
|
@@ -7998,7 +7998,7 @@ clickgo/functions/getCdn.md
|
|
|
7998
7998
|
|
|
7999
7999
|
> **getCdn**(): `string`
|
|
8000
8000
|
|
|
8001
|
-
Defined in: [clickgo.ts:
|
|
8001
|
+
Defined in: [clickgo.ts:103](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L103)
|
|
8002
8002
|
|
|
8003
8003
|
获取当前 cdn 前缀
|
|
8004
8004
|
|
|
@@ -8019,7 +8019,7 @@ clickgo/functions/getDevice.md
|
|
|
8019
8019
|
|
|
8020
8020
|
> **getDevice**(): `object`
|
|
8021
8021
|
|
|
8022
|
-
Defined in: [clickgo.ts:
|
|
8022
|
+
Defined in: [clickgo.ts:129](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L129)
|
|
8023
8023
|
|
|
8024
8024
|
获取当前设备信息(支持 native 和 web)
|
|
8025
8025
|
|
|
@@ -8048,7 +8048,7 @@ clickgo/functions/getDirname.md
|
|
|
8048
8048
|
|
|
8049
8049
|
> **getDirname**(): `string`
|
|
8050
8050
|
|
|
8051
|
-
Defined in: [clickgo.ts:
|
|
8051
|
+
Defined in: [clickgo.ts:81](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L81)
|
|
8052
8052
|
|
|
8053
8053
|
获取当前 ClickGo 所在的目录,不以 / 结尾
|
|
8054
8054
|
|
|
@@ -8069,7 +8069,7 @@ clickgo/functions/getPlatform.md
|
|
|
8069
8069
|
|
|
8070
8070
|
> **getPlatform**(): `Platform` \| `"web"`
|
|
8071
8071
|
|
|
8072
|
-
Defined in: [clickgo.ts:
|
|
8072
|
+
Defined in: [clickgo.ts:116](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L116)
|
|
8073
8073
|
|
|
8074
8074
|
获取当前平台(web 则只返回 web)
|
|
8075
8075
|
|
|
@@ -8090,7 +8090,7 @@ clickgo/functions/getVersion.md
|
|
|
8090
8090
|
|
|
8091
8091
|
> **getVersion**(): `string`
|
|
8092
8092
|
|
|
8093
|
-
Defined in: [clickgo.ts:
|
|
8093
|
+
Defined in: [clickgo.ts:69](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L69)
|
|
8094
8094
|
|
|
8095
8095
|
获取当前版本
|
|
8096
8096
|
|
|
@@ -8111,7 +8111,7 @@ clickgo/functions/hasFrame.md
|
|
|
8111
8111
|
|
|
8112
8112
|
> **hasFrame**(): `boolean`
|
|
8113
8113
|
|
|
8114
|
-
Defined in: [clickgo.ts:
|
|
8114
|
+
Defined in: [clickgo.ts:160](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L160)
|
|
8115
8115
|
|
|
8116
8116
|
是否含有窗体外边框
|
|
8117
8117
|
|
|
@@ -8132,7 +8132,7 @@ clickgo/functions/isNative.md
|
|
|
8132
8132
|
|
|
8133
8133
|
> **isNative**(): `boolean`
|
|
8134
8134
|
|
|
8135
|
-
Defined in: [clickgo.ts:
|
|
8135
|
+
Defined in: [clickgo.ts:75](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L75)
|
|
8136
8136
|
|
|
8137
8137
|
是否是 native 环境
|
|
8138
8138
|
|
|
@@ -8153,7 +8153,7 @@ clickgo/functions/launcher.md
|
|
|
8153
8153
|
|
|
8154
8154
|
> **launcher**(`boot`): `Promise`\<`void`\>
|
|
8155
8155
|
|
|
8156
|
-
Defined in: [clickgo.ts:
|
|
8156
|
+
Defined in: [clickgo.ts:344](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L344)
|
|
8157
8157
|
|
|
8158
8158
|
启动 ClickGo
|
|
8159
8159
|
|
|
@@ -8279,7 +8279,7 @@ clickgo/variables/global.md
|
|
|
8279
8279
|
|
|
8280
8280
|
> `const` **global**: `any`
|
|
8281
8281
|
|
|
8282
|
-
Defined in: [clickgo.ts:
|
|
8282
|
+
Defined in: [clickgo.ts:98](https://github.com/maiyun/clickgo/blob/master/dist/clickgo.ts#L98)
|
|
8283
8283
|
|
|
8284
8284
|
用户定义的全局对象
|
|
8285
8285
|
|
|
@@ -8312,12 +8312,24 @@ Defined in: [clickgo.ts:43](https://github.com/maiyun/clickgo/blob/master/dist/c
|
|
|
8312
8312
|
|
|
8313
8313
|
> **clickgo**: *typeof* [`clickgo`](../index.md)
|
|
8314
8314
|
|
|
8315
|
+
### fabric
|
|
8316
|
+
|
|
8317
|
+
> **fabric**: `__module`
|
|
8318
|
+
|
|
8319
|
+
原生 fabric
|
|
8320
|
+
|
|
8315
8321
|
### jszip
|
|
8316
8322
|
|
|
8317
8323
|
> **jszip**: `__module`
|
|
8318
8324
|
|
|
8319
8325
|
原生 jszip
|
|
8320
8326
|
|
|
8327
|
+
### mpegts
|
|
8328
|
+
|
|
8329
|
+
> **mpegts**: `__module`
|
|
8330
|
+
|
|
8331
|
+
原生 mpegts 对象
|
|
8332
|
+
|
|
8321
8333
|
### pointer
|
|
8322
8334
|
|
|
8323
8335
|
> **pointer**: `__module`
|
|
@@ -12893,7 +12905,7 @@ lib/core/classes/AbstractApp.md
|
|
|
12893
12905
|
|
|
12894
12906
|
# Abstract Class: AbstractApp
|
|
12895
12907
|
|
|
12896
|
-
Defined in: [lib/core.ts:
|
|
12908
|
+
Defined in: [lib/core.ts:57](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L57)
|
|
12897
12909
|
|
|
12898
12910
|
App 抽象类
|
|
12899
12911
|
|
|
@@ -12913,7 +12925,7 @@ App 抽象类
|
|
|
12913
12925
|
|
|
12914
12926
|
> **filename**: `string` = `''`
|
|
12915
12927
|
|
|
12916
|
-
Defined in: [lib/core.ts:
|
|
12928
|
+
Defined in: [lib/core.ts:60](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L60)
|
|
12917
12929
|
|
|
12918
12930
|
当前 js 文件在包内的完整路径
|
|
12919
12931
|
|
|
@@ -12923,7 +12935,7 @@ Defined in: [lib/core.ts:59](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
12923
12935
|
|
|
12924
12936
|
> **taskId**: `string` = `''`
|
|
12925
12937
|
|
|
12926
|
-
Defined in: [lib/core.ts:
|
|
12938
|
+
Defined in: [lib/core.ts:63](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L63)
|
|
12927
12939
|
|
|
12928
12940
|
系统会自动设置本项
|
|
12929
12941
|
|
|
@@ -12933,7 +12945,7 @@ Defined in: [lib/core.ts:62](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
12933
12945
|
|
|
12934
12946
|
> `abstract` **main**(`data`): `Promise`\<`void`\>
|
|
12935
12947
|
|
|
12936
|
-
Defined in: [lib/core.ts:
|
|
12948
|
+
Defined in: [lib/core.ts:66](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L66)
|
|
12937
12949
|
|
|
12938
12950
|
App 的入口文件
|
|
12939
12951
|
|
|
@@ -12953,7 +12965,7 @@ App 的入口文件
|
|
|
12953
12965
|
|
|
12954
12966
|
> **onConfigChanged**\<`T`, `TK`\>(`n`, `v`): `void` \| `Promise`\<`void`\>
|
|
12955
12967
|
|
|
12956
|
-
Defined in: [lib/core.ts:
|
|
12968
|
+
Defined in: [lib/core.ts:89](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L89)
|
|
12957
12969
|
|
|
12958
12970
|
系统配置变更事件
|
|
12959
12971
|
|
|
@@ -12987,7 +12999,7 @@ Defined in: [lib/core.ts:88](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
12987
12999
|
|
|
12988
13000
|
> **onError**(`taskId`, `formId`, `error`, `info`): `void` \| `Promise`\<`void`\>
|
|
12989
13001
|
|
|
12990
|
-
Defined in: [lib/core.ts:
|
|
13002
|
+
Defined in: [lib/core.ts:77](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L77)
|
|
12991
13003
|
|
|
12992
13004
|
全局错误事件
|
|
12993
13005
|
|
|
@@ -13019,7 +13031,7 @@ Defined in: [lib/core.ts:76](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
13019
13031
|
|
|
13020
13032
|
> **onFormBlurred**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
13021
13033
|
|
|
13022
|
-
Defined in: [lib/core.ts:
|
|
13034
|
+
Defined in: [lib/core.ts:145](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L145)
|
|
13023
13035
|
|
|
13024
13036
|
窗体丢失焦点事件
|
|
13025
13037
|
|
|
@@ -13043,7 +13055,7 @@ Defined in: [lib/core.ts:144](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13043
13055
|
|
|
13044
13056
|
> **onFormCreated**(`taskId`, `formId`, `title`, `icon`, `showInSystemTask`): `void` \| `Promise`\<`void`\>
|
|
13045
13057
|
|
|
13046
|
-
Defined in: [lib/core.ts:
|
|
13058
|
+
Defined in: [lib/core.ts:95](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L95)
|
|
13047
13059
|
|
|
13048
13060
|
窗体创建事件
|
|
13049
13061
|
|
|
@@ -13079,7 +13091,7 @@ Defined in: [lib/core.ts:94](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
13079
13091
|
|
|
13080
13092
|
> **onFormFlash**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
13081
13093
|
|
|
13082
|
-
Defined in: [lib/core.ts:
|
|
13094
|
+
Defined in: [lib/core.ts:151](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L151)
|
|
13083
13095
|
|
|
13084
13096
|
窗体闪烁事件
|
|
13085
13097
|
|
|
@@ -13103,7 +13115,7 @@ Defined in: [lib/core.ts:150](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13103
13115
|
|
|
13104
13116
|
> **onFormFocused**(`taskId`, `formId`): `void` \| `Promise`\<`void`\>
|
|
13105
13117
|
|
|
13106
|
-
Defined in: [lib/core.ts:
|
|
13118
|
+
Defined in: [lib/core.ts:139](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L139)
|
|
13107
13119
|
|
|
13108
13120
|
窗体获得焦点事件
|
|
13109
13121
|
|
|
@@ -13127,7 +13139,7 @@ Defined in: [lib/core.ts:138](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13127
13139
|
|
|
13128
13140
|
> **onFormHashChange**(`taskId`, `formId`, `value`, `data`): `void` \| `Promise`\<`void`\>
|
|
13129
13141
|
|
|
13130
|
-
Defined in: [lib/core.ts:
|
|
13142
|
+
Defined in: [lib/core.ts:163](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L163)
|
|
13131
13143
|
|
|
13132
13144
|
窗体的 formHash 改变事件
|
|
13133
13145
|
|
|
@@ -13159,7 +13171,7 @@ Defined in: [lib/core.ts:162](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13159
13171
|
|
|
13160
13172
|
> **onFormIconChanged**(`taskId`, `formId`, `icon`): `void` \| `Promise`\<`void`\>
|
|
13161
13173
|
|
|
13162
|
-
Defined in: [lib/core.ts:
|
|
13174
|
+
Defined in: [lib/core.ts:115](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L115)
|
|
13163
13175
|
|
|
13164
13176
|
窗体图标改变事件
|
|
13165
13177
|
|
|
@@ -13187,7 +13199,7 @@ Defined in: [lib/core.ts:114](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13187
13199
|
|
|
13188
13200
|
> **onFormRemoved**(`taskId`, `formId`, `title`, `icon`): `void` \| `Promise`\<`void`\>
|
|
13189
13201
|
|
|
13190
|
-
Defined in: [lib/core.ts:
|
|
13202
|
+
Defined in: [lib/core.ts:103](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L103)
|
|
13191
13203
|
|
|
13192
13204
|
窗体销毁事件
|
|
13193
13205
|
|
|
@@ -13219,7 +13231,7 @@ Defined in: [lib/core.ts:102](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13219
13231
|
|
|
13220
13232
|
> **onFormShowChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
13221
13233
|
|
|
13222
|
-
Defined in: [lib/core.ts:
|
|
13234
|
+
Defined in: [lib/core.ts:133](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L133)
|
|
13223
13235
|
|
|
13224
13236
|
窗体显示状态改变事件
|
|
13225
13237
|
|
|
@@ -13247,7 +13259,7 @@ Defined in: [lib/core.ts:132](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13247
13259
|
|
|
13248
13260
|
> **onFormShowInSystemTaskChange**(`taskId`, `formId`, `value`): `void` \| `Promise`\<`void`\>
|
|
13249
13261
|
|
|
13250
|
-
Defined in: [lib/core.ts:
|
|
13262
|
+
Defined in: [lib/core.ts:157](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L157)
|
|
13251
13263
|
|
|
13252
13264
|
窗体是否显示在任务栏属性改变事件
|
|
13253
13265
|
|
|
@@ -13275,7 +13287,7 @@ Defined in: [lib/core.ts:156](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13275
13287
|
|
|
13276
13288
|
> **onFormStateMaxChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
13277
13289
|
|
|
13278
|
-
Defined in: [lib/core.ts:
|
|
13290
|
+
Defined in: [lib/core.ts:127](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L127)
|
|
13279
13291
|
|
|
13280
13292
|
窗体最大化状态改变事件
|
|
13281
13293
|
|
|
@@ -13303,7 +13315,7 @@ Defined in: [lib/core.ts:126](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13303
13315
|
|
|
13304
13316
|
> **onFormStateMinChanged**(`taskId`, `formId`, `state`): `void` \| `Promise`\<`void`\>
|
|
13305
13317
|
|
|
13306
|
-
Defined in: [lib/core.ts:
|
|
13318
|
+
Defined in: [lib/core.ts:121](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L121)
|
|
13307
13319
|
|
|
13308
13320
|
窗体最小化状态改变事件
|
|
13309
13321
|
|
|
@@ -13331,7 +13343,7 @@ Defined in: [lib/core.ts:120](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13331
13343
|
|
|
13332
13344
|
> **onFormTitleChanged**(`taskId`, `formId`, `title`): `void` \| `Promise`\<`void`\>
|
|
13333
13345
|
|
|
13334
|
-
Defined in: [lib/core.ts:
|
|
13346
|
+
Defined in: [lib/core.ts:109](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L109)
|
|
13335
13347
|
|
|
13336
13348
|
窗体标题改变事件
|
|
13337
13349
|
|
|
@@ -13359,7 +13371,7 @@ Defined in: [lib/core.ts:108](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13359
13371
|
|
|
13360
13372
|
> **onHashChanged**(`hash`): `void` \| `Promise`\<`void`\>
|
|
13361
13373
|
|
|
13362
|
-
Defined in: [lib/core.ts:
|
|
13374
|
+
Defined in: [lib/core.ts:189](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L189)
|
|
13363
13375
|
|
|
13364
13376
|
location hash 改变事件
|
|
13365
13377
|
|
|
@@ -13379,7 +13391,7 @@ location hash 改变事件
|
|
|
13379
13391
|
|
|
13380
13392
|
> **onKeydown**(`e`): `void` \| `Promise`\<`void`\>
|
|
13381
13393
|
|
|
13382
|
-
Defined in: [lib/core.ts:
|
|
13394
|
+
Defined in: [lib/core.ts:195](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L195)
|
|
13383
13395
|
|
|
13384
13396
|
键盘按下事件
|
|
13385
13397
|
|
|
@@ -13399,7 +13411,7 @@ Defined in: [lib/core.ts:194](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13399
13411
|
|
|
13400
13412
|
> **onKeyup**(`e`): `void` \| `Promise`\<`void`\>
|
|
13401
13413
|
|
|
13402
|
-
Defined in: [lib/core.ts:
|
|
13414
|
+
Defined in: [lib/core.ts:201](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L201)
|
|
13403
13415
|
|
|
13404
13416
|
键盘弹起事件
|
|
13405
13417
|
|
|
@@ -13419,7 +13431,7 @@ Defined in: [lib/core.ts:200](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13419
13431
|
|
|
13420
13432
|
> **onLauncherFolderNameChanged**(`id`, `name`): `void` \| `Promise`\<`void`\>
|
|
13421
13433
|
|
|
13422
|
-
Defined in: [lib/core.ts:
|
|
13434
|
+
Defined in: [lib/core.ts:183](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L183)
|
|
13423
13435
|
|
|
13424
13436
|
launcher 文件夹名称修改事件
|
|
13425
13437
|
|
|
@@ -13443,7 +13455,7 @@ launcher 文件夹名称修改事件
|
|
|
13443
13455
|
|
|
13444
13456
|
> **onScreenResize**(): `void` \| `Promise`\<`void`\>
|
|
13445
13457
|
|
|
13446
|
-
Defined in: [lib/core.ts:
|
|
13458
|
+
Defined in: [lib/core.ts:83](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L83)
|
|
13447
13459
|
|
|
13448
13460
|
屏幕大小改变事件
|
|
13449
13461
|
|
|
@@ -13457,7 +13469,7 @@ Defined in: [lib/core.ts:82](https://github.com/maiyun/clickgo/blob/master/dist/
|
|
|
13457
13469
|
|
|
13458
13470
|
> **onTaskEnded**(`taskId`): `void` \| `Promise`\<`void`\>
|
|
13459
13471
|
|
|
13460
|
-
Defined in: [lib/core.ts:
|
|
13472
|
+
Defined in: [lib/core.ts:177](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L177)
|
|
13461
13473
|
|
|
13462
13474
|
任务结束事件
|
|
13463
13475
|
|
|
@@ -13477,7 +13489,7 @@ Defined in: [lib/core.ts:176](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13477
13489
|
|
|
13478
13490
|
> **onTaskStarted**(`taskId`): `void` \| `Promise`\<`void`\>
|
|
13479
13491
|
|
|
13480
|
-
Defined in: [lib/core.ts:
|
|
13492
|
+
Defined in: [lib/core.ts:171](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L171)
|
|
13481
13493
|
|
|
13482
13494
|
任务开始事件
|
|
13483
13495
|
|
|
@@ -13497,7 +13509,7 @@ Defined in: [lib/core.ts:170](https://github.com/maiyun/clickgo/blob/master/dist
|
|
|
13497
13509
|
|
|
13498
13510
|
> **run**(`form`): `Promise`\<`void`\>
|
|
13499
13511
|
|
|
13500
|
-
Defined in: [lib/core.ts:
|
|
13512
|
+
Defined in: [lib/core.ts:72](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L72)
|
|
13501
13513
|
|
|
13502
13514
|
以某个窗体进行正式启动这个 app(入口 form),不启动则任务也启动失败
|
|
13503
13515
|
|
|
@@ -13526,7 +13538,7 @@ lib/core/functions/back.md
|
|
|
13526
13538
|
|
|
13527
13539
|
> **back**(`current`): `Promise`\<`boolean`\>
|
|
13528
13540
|
|
|
13529
|
-
Defined in: [lib/core.ts:
|
|
13541
|
+
Defined in: [lib/core.ts:720](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L720)
|
|
13530
13542
|
|
|
13531
13543
|
对浏览器做返回操作
|
|
13532
13544
|
|
|
@@ -13555,7 +13567,7 @@ lib/core/functions/checkModule.md
|
|
|
13555
13567
|
|
|
13556
13568
|
> **checkModule**(`name`): `boolean`
|
|
13557
13569
|
|
|
13558
|
-
Defined in: [lib/core.ts:
|
|
13570
|
+
Defined in: [lib/core.ts:1072](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1072)
|
|
13559
13571
|
|
|
13560
13572
|
检查特殊模块是否注册
|
|
13561
13573
|
|
|
@@ -13584,7 +13596,7 @@ lib/core/functions/fetchApp.md
|
|
|
13584
13596
|
|
|
13585
13597
|
> **fetchApp**(`taskId`, `url`, `opt?`): `Promise`\<[`IApp`](../interfaces/IApp.md) \| `null`\>
|
|
13586
13598
|
|
|
13587
|
-
Defined in: [lib/core.ts:
|
|
13599
|
+
Defined in: [lib/core.ts:530](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L530)
|
|
13588
13600
|
|
|
13589
13601
|
从网址下载应用
|
|
13590
13602
|
|
|
@@ -13625,7 +13637,7 @@ lib/core/functions/getAvailArea.md
|
|
|
13625
13637
|
|
|
13626
13638
|
> **getAvailArea**(): [`IAvailArea`](../interfaces/IAvailArea.md)
|
|
13627
13639
|
|
|
13628
|
-
Defined in: [lib/core.ts:
|
|
13640
|
+
Defined in: [lib/core.ts:601](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L601)
|
|
13629
13641
|
|
|
13630
13642
|
获取屏幕可用区域
|
|
13631
13643
|
|
|
@@ -13646,7 +13658,7 @@ lib/core/functions/getHash.md
|
|
|
13646
13658
|
|
|
13647
13659
|
> **getHash**(): `string`
|
|
13648
13660
|
|
|
13649
|
-
Defined in: [lib/core.ts:
|
|
13661
|
+
Defined in: [lib/core.ts:677](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L677)
|
|
13650
13662
|
|
|
13651
13663
|
获取当前浏览器的 hash
|
|
13652
13664
|
|
|
@@ -13667,7 +13679,7 @@ lib/core/functions/getHost.md
|
|
|
13667
13679
|
|
|
13668
13680
|
> **getHost**(): `string`
|
|
13669
13681
|
|
|
13670
|
-
Defined in: [lib/core.ts:
|
|
13682
|
+
Defined in: [lib/core.ts:684](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L684)
|
|
13671
13683
|
|
|
13672
13684
|
获取当前浏览器的 host
|
|
13673
13685
|
|
|
@@ -13688,7 +13700,7 @@ lib/core/functions/getLocation.md
|
|
|
13688
13700
|
|
|
13689
13701
|
> **getLocation**(): `string`
|
|
13690
13702
|
|
|
13691
|
-
Defined in: [lib/core.ts:
|
|
13703
|
+
Defined in: [lib/core.ts:712](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L712)
|
|
13692
13704
|
|
|
13693
13705
|
获取当前的浏览器的 url
|
|
13694
13706
|
|
|
@@ -13717,7 +13729,7 @@ lib/core/functions/getModule.md
|
|
|
13717
13729
|
|
|
13718
13730
|
> **getModule**(`name`): `Promise`\<[`ITumsPlayer`](../interfaces/ITumsPlayer.md) \| `null`\>
|
|
13719
13731
|
|
|
13720
|
-
Defined in: [lib/core.ts:
|
|
13732
|
+
Defined in: [lib/core.ts:1076](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1076)
|
|
13721
13733
|
|
|
13722
13734
|
### Parameters
|
|
13723
13735
|
|
|
@@ -13733,7 +13745,7 @@ Defined in: [lib/core.ts:1075](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
13733
13745
|
|
|
13734
13746
|
> **getModule**(`name`): `Promise`\<\{ \} \| `null`\>
|
|
13735
13747
|
|
|
13736
|
-
Defined in: [lib/core.ts:
|
|
13748
|
+
Defined in: [lib/core.ts:1077](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1077)
|
|
13737
13749
|
|
|
13738
13750
|
### Parameters
|
|
13739
13751
|
|
|
@@ -13747,9 +13759,25 @@ Defined in: [lib/core.ts:1076](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
13747
13759
|
|
|
13748
13760
|
## Call Signature
|
|
13749
13761
|
|
|
13762
|
+
> **getModule**(`name`): `Promise`\<`__module` \| `null`\>
|
|
13763
|
+
|
|
13764
|
+
Defined in: [lib/core.ts:1078](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1078)
|
|
13765
|
+
|
|
13766
|
+
### Parameters
|
|
13767
|
+
|
|
13768
|
+
#### name
|
|
13769
|
+
|
|
13770
|
+
`"fabric"`
|
|
13771
|
+
|
|
13772
|
+
### Returns
|
|
13773
|
+
|
|
13774
|
+
`Promise`\<`__module` \| `null`\>
|
|
13775
|
+
|
|
13776
|
+
## Call Signature
|
|
13777
|
+
|
|
13750
13778
|
> **getModule**(`name`): `Promise`\<`any`\>
|
|
13751
13779
|
|
|
13752
|
-
Defined in: [lib/core.ts:
|
|
13780
|
+
Defined in: [lib/core.ts:1079](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1079)
|
|
13753
13781
|
|
|
13754
13782
|
### Parameters
|
|
13755
13783
|
|
|
@@ -13774,7 +13802,7 @@ lib/core/functions/hash.md
|
|
|
13774
13802
|
|
|
13775
13803
|
> **hash**(`current`, `hash`): `Promise`\<`boolean`\>
|
|
13776
13804
|
|
|
13777
|
-
Defined in: [lib/core.ts:
|
|
13805
|
+
Defined in: [lib/core.ts:662](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L662)
|
|
13778
13806
|
|
|
13779
13807
|
修改浏览器 hash
|
|
13780
13808
|
|
|
@@ -13809,7 +13837,7 @@ lib/core/functions/init.md
|
|
|
13809
13837
|
|
|
13810
13838
|
> **init**(): `void`
|
|
13811
13839
|
|
|
13812
|
-
Defined in: [lib/core.ts:
|
|
13840
|
+
Defined in: [lib/core.ts:1141](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1141)
|
|
13813
13841
|
|
|
13814
13842
|
## Returns
|
|
13815
13843
|
|
|
@@ -13828,7 +13856,7 @@ lib/core/functions/initSysId.md
|
|
|
13828
13856
|
|
|
13829
13857
|
> **initSysId**(`id`): `void`
|
|
13830
13858
|
|
|
13831
|
-
Defined in: [lib/core.ts:
|
|
13859
|
+
Defined in: [lib/core.ts:34](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L34)
|
|
13832
13860
|
|
|
13833
13861
|
初始化系统级 ID,仅能设置一次
|
|
13834
13862
|
|
|
@@ -13857,7 +13885,7 @@ lib/core/functions/loadModule.md
|
|
|
13857
13885
|
|
|
13858
13886
|
> **loadModule**(`name`): `Promise`\<`boolean`\>
|
|
13859
13887
|
|
|
13860
|
-
Defined in: [lib/core.ts:
|
|
13888
|
+
Defined in: [lib/core.ts:1096](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1096)
|
|
13861
13889
|
|
|
13862
13890
|
加载模块,返回 true / false
|
|
13863
13891
|
|
|
@@ -13886,7 +13914,7 @@ lib/core/functions/location.md
|
|
|
13886
13914
|
|
|
13887
13915
|
> **location**(`current`, `url`): `Promise`\<`boolean`\>
|
|
13888
13916
|
|
|
13889
|
-
Defined in: [lib/core.ts:
|
|
13917
|
+
Defined in: [lib/core.ts:697](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L697)
|
|
13890
13918
|
|
|
13891
13919
|
对浏览器做跳转操作
|
|
13892
13920
|
|
|
@@ -13921,7 +13949,7 @@ lib/core/functions/open.md
|
|
|
13921
13949
|
|
|
13922
13950
|
> **open**(`url`): `void`
|
|
13923
13951
|
|
|
13924
|
-
Defined in: [lib/core.ts:
|
|
13952
|
+
Defined in: [lib/core.ts:736](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L736)
|
|
13925
13953
|
|
|
13926
13954
|
打开新的标签页
|
|
13927
13955
|
|
|
@@ -13950,7 +13978,7 @@ lib/core/functions/readApp.md
|
|
|
13950
13978
|
|
|
13951
13979
|
> **readApp**(`blob`): `Promise`\<`false` \| [`IApp`](../interfaces/IApp.md)\>
|
|
13952
13980
|
|
|
13953
|
-
Defined in: [lib/core.ts:
|
|
13981
|
+
Defined in: [lib/core.ts:468](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L468)
|
|
13954
13982
|
|
|
13955
13983
|
cga blob 文件解包
|
|
13956
13984
|
|
|
@@ -13979,7 +14007,7 @@ lib/core/functions/regModule.md
|
|
|
13979
14007
|
|
|
13980
14008
|
> **regModule**(`current`, `name`, `opt`): `Promise`\<`boolean`\>
|
|
13981
14009
|
|
|
13982
|
-
Defined in: [lib/core.ts:
|
|
14010
|
+
Defined in: [lib/core.ts:1043](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1043)
|
|
13983
14011
|
|
|
13984
14012
|
注册模块
|
|
13985
14013
|
|
|
@@ -14030,7 +14058,7 @@ lib/core/functions/setBoot.md
|
|
|
14030
14058
|
|
|
14031
14059
|
> **setBoot**(`b`): `void`
|
|
14032
14060
|
|
|
14033
|
-
Defined in: [lib/core.ts:
|
|
14061
|
+
Defined in: [lib/core.ts:210](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L210)
|
|
14034
14062
|
|
|
14035
14063
|
## Parameters
|
|
14036
14064
|
|
|
@@ -14055,7 +14083,7 @@ lib/core/functions/trigger.md
|
|
|
14055
14083
|
|
|
14056
14084
|
> **trigger**(`name`, `taskId?`, `formId?`, `param1?`, `param2?`, `param3?`): `Promise`\<`void`\>
|
|
14057
14085
|
|
|
14058
|
-
Defined in: [lib/core.ts:
|
|
14086
|
+
Defined in: [lib/core.ts:267](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L267)
|
|
14059
14087
|
|
|
14060
14088
|
主动触发系统级事件,用 this.trigger 替代
|
|
14061
14089
|
|
|
@@ -14161,7 +14189,7 @@ lib/core/interfaces/IApp.md
|
|
|
14161
14189
|
|
|
14162
14190
|
# Interface: IApp
|
|
14163
14191
|
|
|
14164
|
-
Defined in: [lib/core.ts:
|
|
14192
|
+
Defined in: [lib/core.ts:1273](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1273)
|
|
14165
14193
|
|
|
14166
14194
|
应用包解包后对象
|
|
14167
14195
|
|
|
@@ -14171,7 +14199,7 @@ Defined in: [lib/core.ts:1271](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14171
14199
|
|
|
14172
14200
|
> **config**: [`IAppConfig`](IAppConfig.md)
|
|
14173
14201
|
|
|
14174
|
-
Defined in: [lib/core.ts:
|
|
14202
|
+
Defined in: [lib/core.ts:1276](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1276)
|
|
14175
14203
|
|
|
14176
14204
|
控件对象配置文件
|
|
14177
14205
|
|
|
@@ -14181,7 +14209,7 @@ Defined in: [lib/core.ts:1274](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14181
14209
|
|
|
14182
14210
|
> **files**: `Record`\<`string`, `Blob` \| `string`\>
|
|
14183
14211
|
|
|
14184
|
-
Defined in: [lib/core.ts:
|
|
14212
|
+
Defined in: [lib/core.ts:1278](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1278)
|
|
14185
14213
|
|
|
14186
14214
|
所有已加载的文件内容
|
|
14187
14215
|
|
|
@@ -14191,7 +14219,7 @@ Defined in: [lib/core.ts:1276](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14191
14219
|
|
|
14192
14220
|
> **icon**: `string`
|
|
14193
14221
|
|
|
14194
|
-
Defined in: [lib/core.ts:
|
|
14222
|
+
Defined in: [lib/core.ts:1280](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1280)
|
|
14195
14223
|
|
|
14196
14224
|
应用图标
|
|
14197
14225
|
|
|
@@ -14201,7 +14229,7 @@ Defined in: [lib/core.ts:1278](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14201
14229
|
|
|
14202
14230
|
> **type**: `"app"`
|
|
14203
14231
|
|
|
14204
|
-
Defined in: [lib/core.ts:
|
|
14232
|
+
Defined in: [lib/core.ts:1274](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1274)
|
|
14205
14233
|
|
|
14206
14234
|
lib/core/interfaces/IAppConfig.md
|
|
14207
14235
|
---
|
|
@@ -14214,7 +14242,7 @@ lib/core/interfaces/IAppConfig.md
|
|
|
14214
14242
|
|
|
14215
14243
|
# Interface: IAppConfig
|
|
14216
14244
|
|
|
14217
|
-
Defined in: [lib/core.ts:
|
|
14245
|
+
Defined in: [lib/core.ts:1284](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1284)
|
|
14218
14246
|
|
|
14219
14247
|
应用文件包 config
|
|
14220
14248
|
|
|
@@ -14224,7 +14252,7 @@ Defined in: [lib/core.ts:1282](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14224
14252
|
|
|
14225
14253
|
> **author**: `string`
|
|
14226
14254
|
|
|
14227
|
-
Defined in: [lib/core.ts:
|
|
14255
|
+
Defined in: [lib/core.ts:1292](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1292)
|
|
14228
14256
|
|
|
14229
14257
|
作者
|
|
14230
14258
|
|
|
@@ -14234,7 +14262,7 @@ Defined in: [lib/core.ts:1290](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14234
14262
|
|
|
14235
14263
|
> **controls**: `string`[]
|
|
14236
14264
|
|
|
14237
|
-
Defined in: [lib/core.ts:
|
|
14265
|
+
Defined in: [lib/core.ts:1295](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1295)
|
|
14238
14266
|
|
|
14239
14267
|
将要加载的控件
|
|
14240
14268
|
|
|
@@ -14244,7 +14272,7 @@ Defined in: [lib/core.ts:1293](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14244
14272
|
|
|
14245
14273
|
> `optional` **files**: `string`[]
|
|
14246
14274
|
|
|
14247
|
-
Defined in: [lib/core.ts:
|
|
14275
|
+
Defined in: [lib/core.ts:1308](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1308)
|
|
14248
14276
|
|
|
14249
14277
|
将要加载的非 js 文件列表,打包为 cga 模式下此配置可省略
|
|
14250
14278
|
|
|
@@ -14254,7 +14282,7 @@ Defined in: [lib/core.ts:1306](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14254
14282
|
|
|
14255
14283
|
> `optional` **icon**: `string`
|
|
14256
14284
|
|
|
14257
|
-
Defined in: [lib/core.ts:
|
|
14285
|
+
Defined in: [lib/core.ts:1305](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1305)
|
|
14258
14286
|
|
|
14259
14287
|
图标路径,需包含扩展名
|
|
14260
14288
|
|
|
@@ -14264,7 +14292,7 @@ Defined in: [lib/core.ts:1303](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14264
14292
|
|
|
14265
14293
|
> `optional` **locales**: `Record`\<`string`, `string`\>
|
|
14266
14294
|
|
|
14267
|
-
Defined in: [lib/core.ts:
|
|
14295
|
+
Defined in: [lib/core.ts:1301](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1301)
|
|
14268
14296
|
|
|
14269
14297
|
将自动加载的语言包,path: lang
|
|
14270
14298
|
|
|
@@ -14274,7 +14302,7 @@ Defined in: [lib/core.ts:1299](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14274
14302
|
|
|
14275
14303
|
> `optional` **modules**: `string`[]
|
|
14276
14304
|
|
|
14277
|
-
Defined in: [lib/core.ts:
|
|
14305
|
+
Defined in: [lib/core.ts:1310](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1310)
|
|
14278
14306
|
|
|
14279
14307
|
要提前加载的库名
|
|
14280
14308
|
|
|
@@ -14284,7 +14312,7 @@ Defined in: [lib/core.ts:1308](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14284
14312
|
|
|
14285
14313
|
> **name**: `string`
|
|
14286
14314
|
|
|
14287
|
-
Defined in: [lib/core.ts:
|
|
14315
|
+
Defined in: [lib/core.ts:1286](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1286)
|
|
14288
14316
|
|
|
14289
14317
|
应用名
|
|
14290
14318
|
|
|
@@ -14294,7 +14322,7 @@ Defined in: [lib/core.ts:1284](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14294
14322
|
|
|
14295
14323
|
> `optional` **permissions**: `string`[]
|
|
14296
14324
|
|
|
14297
|
-
Defined in: [lib/core.ts:
|
|
14325
|
+
Defined in: [lib/core.ts:1299](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1299)
|
|
14298
14326
|
|
|
14299
14327
|
将自动申请的权限
|
|
14300
14328
|
|
|
@@ -14304,7 +14332,7 @@ Defined in: [lib/core.ts:1297](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14304
14332
|
|
|
14305
14333
|
> `optional` **style**: `string`
|
|
14306
14334
|
|
|
14307
|
-
Defined in: [lib/core.ts:
|
|
14335
|
+
Defined in: [lib/core.ts:1303](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1303)
|
|
14308
14336
|
|
|
14309
14337
|
全局样式,不带扩展名,系统会在末尾添加 .css
|
|
14310
14338
|
|
|
@@ -14314,7 +14342,7 @@ Defined in: [lib/core.ts:1301](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14314
14342
|
|
|
14315
14343
|
> `optional` **themes**: `string`[]
|
|
14316
14344
|
|
|
14317
|
-
Defined in: [lib/core.ts:
|
|
14345
|
+
Defined in: [lib/core.ts:1297](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1297)
|
|
14318
14346
|
|
|
14319
14347
|
将自动加载的主题
|
|
14320
14348
|
|
|
@@ -14324,7 +14352,7 @@ Defined in: [lib/core.ts:1295](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14324
14352
|
|
|
14325
14353
|
> **ver**: `number`
|
|
14326
14354
|
|
|
14327
|
-
Defined in: [lib/core.ts:
|
|
14355
|
+
Defined in: [lib/core.ts:1288](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1288)
|
|
14328
14356
|
|
|
14329
14357
|
发行版本
|
|
14330
14358
|
|
|
@@ -14334,7 +14362,7 @@ Defined in: [lib/core.ts:1286](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14334
14362
|
|
|
14335
14363
|
> **version**: `string`
|
|
14336
14364
|
|
|
14337
|
-
Defined in: [lib/core.ts:
|
|
14365
|
+
Defined in: [lib/core.ts:1290](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1290)
|
|
14338
14366
|
|
|
14339
14367
|
发行版本字符串
|
|
14340
14368
|
|
|
@@ -14349,7 +14377,7 @@ lib/core/interfaces/IAvailArea.md
|
|
|
14349
14377
|
|
|
14350
14378
|
# Interface: IAvailArea
|
|
14351
14379
|
|
|
14352
|
-
Defined in: [lib/core.ts:
|
|
14380
|
+
Defined in: [lib/core.ts:1239](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1239)
|
|
14353
14381
|
|
|
14354
14382
|
屏幕可用区域
|
|
14355
14383
|
|
|
@@ -14359,7 +14387,7 @@ Defined in: [lib/core.ts:1237](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14359
14387
|
|
|
14360
14388
|
> **height**: `number`
|
|
14361
14389
|
|
|
14362
|
-
Defined in: [lib/core.ts:
|
|
14390
|
+
Defined in: [lib/core.ts:1243](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1243)
|
|
14363
14391
|
|
|
14364
14392
|
***
|
|
14365
14393
|
|
|
@@ -14367,7 +14395,7 @@ Defined in: [lib/core.ts:1241](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14367
14395
|
|
|
14368
14396
|
> **left**: `number`
|
|
14369
14397
|
|
|
14370
|
-
Defined in: [lib/core.ts:
|
|
14398
|
+
Defined in: [lib/core.ts:1240](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1240)
|
|
14371
14399
|
|
|
14372
14400
|
***
|
|
14373
14401
|
|
|
@@ -14375,7 +14403,7 @@ Defined in: [lib/core.ts:1238](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14375
14403
|
|
|
14376
14404
|
> **oheight**: `number`
|
|
14377
14405
|
|
|
14378
|
-
Defined in: [lib/core.ts:
|
|
14406
|
+
Defined in: [lib/core.ts:1245](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1245)
|
|
14379
14407
|
|
|
14380
14408
|
***
|
|
14381
14409
|
|
|
@@ -14383,7 +14411,7 @@ Defined in: [lib/core.ts:1243](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14383
14411
|
|
|
14384
14412
|
> **owidth**: `number`
|
|
14385
14413
|
|
|
14386
|
-
Defined in: [lib/core.ts:
|
|
14414
|
+
Defined in: [lib/core.ts:1244](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1244)
|
|
14387
14415
|
|
|
14388
14416
|
***
|
|
14389
14417
|
|
|
@@ -14391,7 +14419,7 @@ Defined in: [lib/core.ts:1242](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14391
14419
|
|
|
14392
14420
|
> **top**: `number`
|
|
14393
14421
|
|
|
14394
|
-
Defined in: [lib/core.ts:
|
|
14422
|
+
Defined in: [lib/core.ts:1241](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1241)
|
|
14395
14423
|
|
|
14396
14424
|
***
|
|
14397
14425
|
|
|
@@ -14399,7 +14427,7 @@ Defined in: [lib/core.ts:1239](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14399
14427
|
|
|
14400
14428
|
> **width**: `number`
|
|
14401
14429
|
|
|
14402
|
-
Defined in: [lib/core.ts:
|
|
14430
|
+
Defined in: [lib/core.ts:1242](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1242)
|
|
14403
14431
|
|
|
14404
14432
|
lib/core/interfaces/IConfig.md
|
|
14405
14433
|
---
|
|
@@ -14412,7 +14440,7 @@ lib/core/interfaces/IConfig.md
|
|
|
14412
14440
|
|
|
14413
14441
|
# Interface: IConfig
|
|
14414
14442
|
|
|
14415
|
-
Defined in: [lib/core.ts:
|
|
14443
|
+
Defined in: [lib/core.ts:1218](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1218)
|
|
14416
14444
|
|
|
14417
14445
|
Config 对象
|
|
14418
14446
|
|
|
@@ -14422,7 +14450,7 @@ Config 对象
|
|
|
14422
14450
|
|
|
14423
14451
|
> **desktop.icon.recycler**: `boolean`
|
|
14424
14452
|
|
|
14425
|
-
Defined in: [lib/core.ts:
|
|
14453
|
+
Defined in: [lib/core.ts:1223](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1223)
|
|
14426
14454
|
|
|
14427
14455
|
***
|
|
14428
14456
|
|
|
@@ -14430,7 +14458,7 @@ Defined in: [lib/core.ts:1221](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14430
14458
|
|
|
14431
14459
|
> **desktop.icon.storage**: `boolean`
|
|
14432
14460
|
|
|
14433
|
-
Defined in: [lib/core.ts:
|
|
14461
|
+
Defined in: [lib/core.ts:1222](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1222)
|
|
14434
14462
|
|
|
14435
14463
|
***
|
|
14436
14464
|
|
|
@@ -14438,7 +14466,7 @@ Defined in: [lib/core.ts:1220](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14438
14466
|
|
|
14439
14467
|
> **desktop.path**: `string` \| `null`
|
|
14440
14468
|
|
|
14441
|
-
Defined in: [lib/core.ts:
|
|
14469
|
+
Defined in: [lib/core.ts:1225](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1225)
|
|
14442
14470
|
|
|
14443
14471
|
***
|
|
14444
14472
|
|
|
@@ -14446,7 +14474,7 @@ Defined in: [lib/core.ts:1223](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14446
14474
|
|
|
14447
14475
|
> **desktop.wallpaper**: `string` \| `null`
|
|
14448
14476
|
|
|
14449
|
-
Defined in: [lib/core.ts:
|
|
14477
|
+
Defined in: [lib/core.ts:1224](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1224)
|
|
14450
14478
|
|
|
14451
14479
|
***
|
|
14452
14480
|
|
|
@@ -14454,7 +14482,7 @@ Defined in: [lib/core.ts:1222](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14454
14482
|
|
|
14455
14483
|
> **launcher.list**: [`IConfigLauncherItem`](IConfigLauncherItem.md)[]
|
|
14456
14484
|
|
|
14457
|
-
Defined in: [lib/core.ts:
|
|
14485
|
+
Defined in: [lib/core.ts:1226](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1226)
|
|
14458
14486
|
|
|
14459
14487
|
***
|
|
14460
14488
|
|
|
@@ -14462,7 +14490,7 @@ Defined in: [lib/core.ts:1224](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14462
14490
|
|
|
14463
14491
|
> **locale**: `string`
|
|
14464
14492
|
|
|
14465
|
-
Defined in: [lib/core.ts:
|
|
14493
|
+
Defined in: [lib/core.ts:1219](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1219)
|
|
14466
14494
|
|
|
14467
14495
|
***
|
|
14468
14496
|
|
|
@@ -14470,7 +14498,7 @@ Defined in: [lib/core.ts:1217](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14470
14498
|
|
|
14471
14499
|
> **task.pin**: `Record`\<`string`, \{ `icon`: `string`; `name`: `string`; \}\>
|
|
14472
14500
|
|
|
14473
|
-
Defined in: [lib/core.ts:
|
|
14501
|
+
Defined in: [lib/core.ts:1221](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1221)
|
|
14474
14502
|
|
|
14475
14503
|
***
|
|
14476
14504
|
|
|
@@ -14478,7 +14506,7 @@ Defined in: [lib/core.ts:1219](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14478
14506
|
|
|
14479
14507
|
> **task.position**: `"left"` \| `"top"` \| `"right"` \| `"bottom"`
|
|
14480
14508
|
|
|
14481
|
-
Defined in: [lib/core.ts:
|
|
14509
|
+
Defined in: [lib/core.ts:1220](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1220)
|
|
14482
14510
|
|
|
14483
14511
|
lib/core/interfaces/IConfigLauncherItem.md
|
|
14484
14512
|
---
|
|
@@ -14491,7 +14519,7 @@ lib/core/interfaces/IConfigLauncherItem.md
|
|
|
14491
14519
|
|
|
14492
14520
|
# Interface: IConfigLauncherItem
|
|
14493
14521
|
|
|
14494
|
-
Defined in: [lib/core.ts:
|
|
14522
|
+
Defined in: [lib/core.ts:1230](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1230)
|
|
14495
14523
|
|
|
14496
14524
|
Launcher 的 item 对象
|
|
14497
14525
|
|
|
@@ -14501,7 +14529,7 @@ Launcher 的 item 对象
|
|
|
14501
14529
|
|
|
14502
14530
|
> `optional` **icon**: `string`
|
|
14503
14531
|
|
|
14504
|
-
Defined in: [lib/core.ts:
|
|
14532
|
+
Defined in: [lib/core.ts:1234](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1234)
|
|
14505
14533
|
|
|
14506
14534
|
***
|
|
14507
14535
|
|
|
@@ -14509,7 +14537,7 @@ Defined in: [lib/core.ts:1232](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14509
14537
|
|
|
14510
14538
|
> `optional` **id**: `string`
|
|
14511
14539
|
|
|
14512
|
-
Defined in: [lib/core.ts:
|
|
14540
|
+
Defined in: [lib/core.ts:1231](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1231)
|
|
14513
14541
|
|
|
14514
14542
|
***
|
|
14515
14543
|
|
|
@@ -14517,7 +14545,7 @@ Defined in: [lib/core.ts:1229](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14517
14545
|
|
|
14518
14546
|
> `optional` **list**: `object`[]
|
|
14519
14547
|
|
|
14520
|
-
Defined in: [lib/core.ts:
|
|
14548
|
+
Defined in: [lib/core.ts:1235](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1235)
|
|
14521
14549
|
|
|
14522
14550
|
#### icon
|
|
14523
14551
|
|
|
@@ -14541,7 +14569,7 @@ Defined in: [lib/core.ts:1233](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14541
14569
|
|
|
14542
14570
|
> **name**: `string`
|
|
14543
14571
|
|
|
14544
|
-
Defined in: [lib/core.ts:
|
|
14572
|
+
Defined in: [lib/core.ts:1232](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1232)
|
|
14545
14573
|
|
|
14546
14574
|
***
|
|
14547
14575
|
|
|
@@ -14549,7 +14577,7 @@ Defined in: [lib/core.ts:1230](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14549
14577
|
|
|
14550
14578
|
> `optional` **path**: `string`
|
|
14551
14579
|
|
|
14552
|
-
Defined in: [lib/core.ts:
|
|
14580
|
+
Defined in: [lib/core.ts:1233](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1233)
|
|
14553
14581
|
|
|
14554
14582
|
lib/core/interfaces/ICoreFetchAppOptions.md
|
|
14555
14583
|
---
|
|
@@ -14562,7 +14590,7 @@ lib/core/interfaces/ICoreFetchAppOptions.md
|
|
|
14562
14590
|
|
|
14563
14591
|
# Interface: ICoreFetchAppOptions
|
|
14564
14592
|
|
|
14565
|
-
Defined in: [lib/core.ts:
|
|
14593
|
+
Defined in: [lib/core.ts:1252](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1252)
|
|
14566
14594
|
|
|
14567
14595
|
现场下载 app 的参数
|
|
14568
14596
|
|
|
@@ -14572,7 +14600,7 @@ Defined in: [lib/core.ts:1250](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14572
14600
|
|
|
14573
14601
|
> `optional` **after**: `string`
|
|
14574
14602
|
|
|
14575
|
-
Defined in: [lib/core.ts:
|
|
14603
|
+
Defined in: [lib/core.ts:1262](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1262)
|
|
14576
14604
|
|
|
14577
14605
|
网址后面附带的前缀,如 ?123
|
|
14578
14606
|
|
|
@@ -14582,7 +14610,7 @@ Defined in: [lib/core.ts:1260](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14582
14610
|
|
|
14583
14611
|
> `optional` **notify**: `number` \| \{ `id?`: `number`; `loaded?`: `number`; `total?`: `number`; \}
|
|
14584
14612
|
|
|
14585
|
-
Defined in: [lib/core.ts:
|
|
14613
|
+
Defined in: [lib/core.ts:1253](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1253)
|
|
14586
14614
|
|
|
14587
14615
|
#### Type Declaration
|
|
14588
14616
|
|
|
@@ -14614,7 +14642,7 @@ notify id
|
|
|
14614
14642
|
|
|
14615
14643
|
> `optional` **progress**: (`loaded`, `total`, `per`) => `void` \| `Promise`\<`void`\>
|
|
14616
14644
|
|
|
14617
|
-
Defined in: [lib/core.ts:
|
|
14645
|
+
Defined in: [lib/core.ts:1269](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1269)
|
|
14618
14646
|
|
|
14619
14647
|
下载进度
|
|
14620
14648
|
|
|
@@ -14653,7 +14681,7 @@ lib/core/interfaces/ITumsPlayer.md
|
|
|
14653
14681
|
|
|
14654
14682
|
# Interface: ITumsPlayer
|
|
14655
14683
|
|
|
14656
|
-
Defined in: [lib/core.ts:
|
|
14684
|
+
Defined in: [lib/core.ts:1396](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1396)
|
|
14657
14685
|
|
|
14658
14686
|
tums-player 模块对象
|
|
14659
14687
|
|
|
@@ -14663,7 +14691,7 @@ tums-player 模块对象
|
|
|
14663
14691
|
|
|
14664
14692
|
> **default**: `any`
|
|
14665
14693
|
|
|
14666
|
-
Defined in: [lib/core.ts:
|
|
14694
|
+
Defined in: [lib/core.ts:1397](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1397)
|
|
14667
14695
|
|
|
14668
14696
|
***
|
|
14669
14697
|
|
|
@@ -14671,7 +14699,7 @@ Defined in: [lib/core.ts:1395](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14671
14699
|
|
|
14672
14700
|
> **startTalk**: (`opt`) => `Promise`\<`void`\>
|
|
14673
14701
|
|
|
14674
|
-
Defined in: [lib/core.ts:
|
|
14702
|
+
Defined in: [lib/core.ts:1399](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1399)
|
|
14675
14703
|
|
|
14676
14704
|
开始对讲
|
|
14677
14705
|
|
|
@@ -14707,7 +14735,7 @@ half_duplex-半双工模式,vad-VAD 人声检测模式,aec-AEC 全双工模式
|
|
|
14707
14735
|
|
|
14708
14736
|
> **stopTalk**: () => `void`
|
|
14709
14737
|
|
|
14710
|
-
Defined in: [lib/core.ts:
|
|
14738
|
+
Defined in: [lib/core.ts:1407](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1407)
|
|
14711
14739
|
|
|
14712
14740
|
停止对讲
|
|
14713
14741
|
|
|
@@ -14726,7 +14754,7 @@ lib/core/interfaces/IVApp.md
|
|
|
14726
14754
|
|
|
14727
14755
|
# Interface: IVApp
|
|
14728
14756
|
|
|
14729
|
-
Defined in: [lib/core.ts:
|
|
14757
|
+
Defined in: [lib/core.ts:1376](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1376)
|
|
14730
14758
|
|
|
14731
14759
|
Vue 应用
|
|
14732
14760
|
|
|
@@ -14736,7 +14764,7 @@ Vue 应用
|
|
|
14736
14764
|
|
|
14737
14765
|
> **\_container**: `HTMLElement`
|
|
14738
14766
|
|
|
14739
|
-
Defined in: [lib/core.ts:
|
|
14767
|
+
Defined in: [lib/core.ts:1388](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1388)
|
|
14740
14768
|
|
|
14741
14769
|
***
|
|
14742
14770
|
|
|
@@ -14744,7 +14772,7 @@ Defined in: [lib/core.ts:1386](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14744
14772
|
|
|
14745
14773
|
> **config**: [`IVueConfig`](IVueConfig.md)
|
|
14746
14774
|
|
|
14747
|
-
Defined in: [lib/core.ts:
|
|
14775
|
+
Defined in: [lib/core.ts:1379](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1379)
|
|
14748
14776
|
|
|
14749
14777
|
***
|
|
14750
14778
|
|
|
@@ -14752,7 +14780,7 @@ Defined in: [lib/core.ts:1377](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14752
14780
|
|
|
14753
14781
|
> **version**: `string`
|
|
14754
14782
|
|
|
14755
|
-
Defined in: [lib/core.ts:
|
|
14783
|
+
Defined in: [lib/core.ts:1386](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1386)
|
|
14756
14784
|
|
|
14757
14785
|
## Methods
|
|
14758
14786
|
|
|
@@ -14762,7 +14790,7 @@ Defined in: [lib/core.ts:1384](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14762
14790
|
|
|
14763
14791
|
> **component**(`name`): `any`
|
|
14764
14792
|
|
|
14765
|
-
Defined in: [lib/core.ts:
|
|
14793
|
+
Defined in: [lib/core.ts:1377](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1377)
|
|
14766
14794
|
|
|
14767
14795
|
##### Parameters
|
|
14768
14796
|
|
|
@@ -14778,7 +14806,7 @@ Defined in: [lib/core.ts:1375](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14778
14806
|
|
|
14779
14807
|
> **component**(`name`, `config`): `this`
|
|
14780
14808
|
|
|
14781
|
-
Defined in: [lib/core.ts:
|
|
14809
|
+
Defined in: [lib/core.ts:1378](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1378)
|
|
14782
14810
|
|
|
14783
14811
|
##### Parameters
|
|
14784
14812
|
|
|
@@ -14802,7 +14830,7 @@ Defined in: [lib/core.ts:1376](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14802
14830
|
|
|
14803
14831
|
> **directive**(`name`): `any`
|
|
14804
14832
|
|
|
14805
|
-
Defined in: [lib/core.ts:
|
|
14833
|
+
Defined in: [lib/core.ts:1380](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1380)
|
|
14806
14834
|
|
|
14807
14835
|
##### Parameters
|
|
14808
14836
|
|
|
@@ -14818,7 +14846,7 @@ Defined in: [lib/core.ts:1378](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14818
14846
|
|
|
14819
14847
|
> **directive**(`name`, `config`): `this`
|
|
14820
14848
|
|
|
14821
|
-
Defined in: [lib/core.ts:
|
|
14849
|
+
Defined in: [lib/core.ts:1381](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1381)
|
|
14822
14850
|
|
|
14823
14851
|
##### Parameters
|
|
14824
14852
|
|
|
@@ -14840,7 +14868,7 @@ Defined in: [lib/core.ts:1379](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14840
14868
|
|
|
14841
14869
|
> **mixin**(`mixin`): `this`
|
|
14842
14870
|
|
|
14843
|
-
Defined in: [lib/core.ts:
|
|
14871
|
+
Defined in: [lib/core.ts:1382](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1382)
|
|
14844
14872
|
|
|
14845
14873
|
#### Parameters
|
|
14846
14874
|
|
|
@@ -14858,7 +14886,7 @@ Defined in: [lib/core.ts:1380](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14858
14886
|
|
|
14859
14887
|
> **mount**(`rootContainer`): [`IVue`](IVue.md)
|
|
14860
14888
|
|
|
14861
|
-
Defined in: [lib/core.ts:
|
|
14889
|
+
Defined in: [lib/core.ts:1383](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1383)
|
|
14862
14890
|
|
|
14863
14891
|
#### Parameters
|
|
14864
14892
|
|
|
@@ -14876,7 +14904,7 @@ Defined in: [lib/core.ts:1381](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14876
14904
|
|
|
14877
14905
|
> **provide**\<`T`\>(`key`, `value`): `this`
|
|
14878
14906
|
|
|
14879
|
-
Defined in: [lib/core.ts:
|
|
14907
|
+
Defined in: [lib/core.ts:1384](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1384)
|
|
14880
14908
|
|
|
14881
14909
|
#### Type Parameters
|
|
14882
14910
|
|
|
@@ -14904,7 +14932,7 @@ Defined in: [lib/core.ts:1382](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14904
14932
|
|
|
14905
14933
|
> **unmount**(): `void`
|
|
14906
14934
|
|
|
14907
|
-
Defined in: [lib/core.ts:
|
|
14935
|
+
Defined in: [lib/core.ts:1385](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1385)
|
|
14908
14936
|
|
|
14909
14937
|
#### Returns
|
|
14910
14938
|
|
|
@@ -14921,7 +14949,7 @@ lib/core/interfaces/IVNode.md
|
|
|
14921
14949
|
|
|
14922
14950
|
# Interface: IVNode
|
|
14923
14951
|
|
|
14924
|
-
Defined in: [lib/core.ts:
|
|
14952
|
+
Defined in: [lib/core.ts:1339](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1339)
|
|
14925
14953
|
|
|
14926
14954
|
Vue 节点
|
|
14927
14955
|
|
|
@@ -14935,7 +14963,7 @@ Vue 节点
|
|
|
14935
14963
|
|
|
14936
14964
|
> **children**: `object` & `IVNode`[]
|
|
14937
14965
|
|
|
14938
|
-
Defined in: [lib/core.ts:
|
|
14966
|
+
Defined in: [lib/core.ts:1340](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1340)
|
|
14939
14967
|
|
|
14940
14968
|
#### Type Declaration
|
|
14941
14969
|
|
|
@@ -14949,7 +14977,7 @@ Defined in: [lib/core.ts:1338](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14949
14977
|
|
|
14950
14978
|
> **props**: `Record`\<`string`, `any`\>
|
|
14951
14979
|
|
|
14952
|
-
Defined in: [lib/core.ts:
|
|
14980
|
+
Defined in: [lib/core.ts:1344](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1344)
|
|
14953
14981
|
|
|
14954
14982
|
***
|
|
14955
14983
|
|
|
@@ -14957,7 +14985,7 @@ Defined in: [lib/core.ts:1342](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14957
14985
|
|
|
14958
14986
|
> **type**: `symbol` \| `Record`\<`string`, `any`\>
|
|
14959
14987
|
|
|
14960
|
-
Defined in: [lib/core.ts:
|
|
14988
|
+
Defined in: [lib/core.ts:1345](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1345)
|
|
14961
14989
|
|
|
14962
14990
|
lib/core/interfaces/IVue.md
|
|
14963
14991
|
---
|
|
@@ -14970,7 +14998,7 @@ lib/core/interfaces/IVue.md
|
|
|
14970
14998
|
|
|
14971
14999
|
# Interface: IVue
|
|
14972
15000
|
|
|
14973
|
-
Defined in: [lib/core.ts:
|
|
15001
|
+
Defined in: [lib/core.ts:1314](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1314)
|
|
14974
15002
|
|
|
14975
15003
|
Vue 实例
|
|
14976
15004
|
|
|
@@ -14984,7 +15012,7 @@ Vue 实例
|
|
|
14984
15012
|
|
|
14985
15013
|
> **$attrs**: `Record`\<`string`, `string`\>
|
|
14986
15014
|
|
|
14987
|
-
Defined in: [lib/core.ts:
|
|
15015
|
+
Defined in: [lib/core.ts:1315](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1315)
|
|
14988
15016
|
|
|
14989
15017
|
***
|
|
14990
15018
|
|
|
@@ -14992,7 +15020,7 @@ Defined in: [lib/core.ts:1313](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
14992
15020
|
|
|
14993
15021
|
> **$data**: `Record`\<`string`, `any`\>
|
|
14994
15022
|
|
|
14995
|
-
Defined in: [lib/core.ts:
|
|
15023
|
+
Defined in: [lib/core.ts:1316](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1316)
|
|
14996
15024
|
|
|
14997
15025
|
***
|
|
14998
15026
|
|
|
@@ -15000,7 +15028,7 @@ Defined in: [lib/core.ts:1314](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15000
15028
|
|
|
15001
15029
|
> **$el**: `HTMLElement`
|
|
15002
15030
|
|
|
15003
|
-
Defined in: [lib/core.ts:
|
|
15031
|
+
Defined in: [lib/core.ts:1317](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1317)
|
|
15004
15032
|
|
|
15005
15033
|
***
|
|
15006
15034
|
|
|
@@ -15008,7 +15036,7 @@ Defined in: [lib/core.ts:1315](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15008
15036
|
|
|
15009
15037
|
> **$options**: `Record`\<`string`, `any`\>
|
|
15010
15038
|
|
|
15011
|
-
Defined in: [lib/core.ts:
|
|
15039
|
+
Defined in: [lib/core.ts:1321](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1321)
|
|
15012
15040
|
|
|
15013
15041
|
***
|
|
15014
15042
|
|
|
@@ -15016,7 +15044,7 @@ Defined in: [lib/core.ts:1319](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15016
15044
|
|
|
15017
15045
|
> **$parent**: `IVue` \| `null`
|
|
15018
15046
|
|
|
15019
|
-
Defined in: [lib/core.ts:
|
|
15047
|
+
Defined in: [lib/core.ts:1322](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1322)
|
|
15020
15048
|
|
|
15021
15049
|
***
|
|
15022
15050
|
|
|
@@ -15024,7 +15052,7 @@ Defined in: [lib/core.ts:1320](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15024
15052
|
|
|
15025
15053
|
> **$props**: `Record`\<`string`, `any`\>
|
|
15026
15054
|
|
|
15027
|
-
Defined in: [lib/core.ts:
|
|
15055
|
+
Defined in: [lib/core.ts:1323](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1323)
|
|
15028
15056
|
|
|
15029
15057
|
***
|
|
15030
15058
|
|
|
@@ -15032,7 +15060,7 @@ Defined in: [lib/core.ts:1321](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15032
15060
|
|
|
15033
15061
|
> **$refs**: `Record`\<`string`, `HTMLElement` & `IVue`\>
|
|
15034
15062
|
|
|
15035
|
-
Defined in: [lib/core.ts:
|
|
15063
|
+
Defined in: [lib/core.ts:1324](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1324)
|
|
15036
15064
|
|
|
15037
15065
|
***
|
|
15038
15066
|
|
|
@@ -15040,7 +15068,7 @@ Defined in: [lib/core.ts:1322](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15040
15068
|
|
|
15041
15069
|
> **$root**: `IVue`
|
|
15042
15070
|
|
|
15043
|
-
Defined in: [lib/core.ts:
|
|
15071
|
+
Defined in: [lib/core.ts:1325](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1325)
|
|
15044
15072
|
|
|
15045
15073
|
***
|
|
15046
15074
|
|
|
@@ -15048,7 +15076,7 @@ Defined in: [lib/core.ts:1323](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15048
15076
|
|
|
15049
15077
|
> **$slots**: `object`
|
|
15050
15078
|
|
|
15051
|
-
Defined in: [lib/core.ts:
|
|
15079
|
+
Defined in: [lib/core.ts:1326](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1326)
|
|
15052
15080
|
|
|
15053
15081
|
#### Index Signature
|
|
15054
15082
|
|
|
@@ -15064,7 +15092,7 @@ Defined in: [lib/core.ts:1324](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15064
15092
|
|
|
15065
15093
|
> **$watch**: (`o`, `cb`, `opt?`) => `void`
|
|
15066
15094
|
|
|
15067
|
-
Defined in: [lib/core.ts:
|
|
15095
|
+
Defined in: [lib/core.ts:1330](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1330)
|
|
15068
15096
|
|
|
15069
15097
|
#### Parameters
|
|
15070
15098
|
|
|
@@ -15096,7 +15124,7 @@ Defined in: [lib/core.ts:1328](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15096
15124
|
|
|
15097
15125
|
> **$emit**(`name`, ...`arg`): `void`
|
|
15098
15126
|
|
|
15099
|
-
Defined in: [lib/core.ts:
|
|
15127
|
+
Defined in: [lib/core.ts:1318](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1318)
|
|
15100
15128
|
|
|
15101
15129
|
#### Parameters
|
|
15102
15130
|
|
|
@@ -15118,7 +15146,7 @@ Defined in: [lib/core.ts:1316](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15118
15146
|
|
|
15119
15147
|
> **$forceUpdate**(): `void`
|
|
15120
15148
|
|
|
15121
|
-
Defined in: [lib/core.ts:
|
|
15149
|
+
Defined in: [lib/core.ts:1319](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1319)
|
|
15122
15150
|
|
|
15123
15151
|
#### Returns
|
|
15124
15152
|
|
|
@@ -15130,7 +15158,7 @@ Defined in: [lib/core.ts:1317](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15130
15158
|
|
|
15131
15159
|
> **$nextTick**(): `Promise`\<`void`\>
|
|
15132
15160
|
|
|
15133
|
-
Defined in: [lib/core.ts:
|
|
15161
|
+
Defined in: [lib/core.ts:1320](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1320)
|
|
15134
15162
|
|
|
15135
15163
|
#### Returns
|
|
15136
15164
|
|
|
@@ -15147,7 +15175,7 @@ lib/core/interfaces/IVueConfig.md
|
|
|
15147
15175
|
|
|
15148
15176
|
# Interface: IVueConfig
|
|
15149
15177
|
|
|
15150
|
-
Defined in: [lib/core.ts:
|
|
15178
|
+
Defined in: [lib/core.ts:1366](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1366)
|
|
15151
15179
|
|
|
15152
15180
|
Vue 配置
|
|
15153
15181
|
|
|
@@ -15157,7 +15185,7 @@ Vue 配置
|
|
|
15157
15185
|
|
|
15158
15186
|
> **globalProperties**: `Record`\<`string`, `any`\>
|
|
15159
15187
|
|
|
15160
|
-
Defined in: [lib/core.ts:
|
|
15188
|
+
Defined in: [lib/core.ts:1368](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1368)
|
|
15161
15189
|
|
|
15162
15190
|
***
|
|
15163
15191
|
|
|
@@ -15165,7 +15193,7 @@ Defined in: [lib/core.ts:1366](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15165
15193
|
|
|
15166
15194
|
> **optionMergeStrategies**: `Record`\<`string`, [`IVueOptionMergeFunction`](../type-aliases/IVueOptionMergeFunction.md)\>
|
|
15167
15195
|
|
|
15168
|
-
Defined in: [lib/core.ts:
|
|
15196
|
+
Defined in: [lib/core.ts:1370](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1370)
|
|
15169
15197
|
|
|
15170
15198
|
***
|
|
15171
15199
|
|
|
@@ -15173,7 +15201,7 @@ Defined in: [lib/core.ts:1368](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15173
15201
|
|
|
15174
15202
|
> **performance**: `boolean`
|
|
15175
15203
|
|
|
15176
|
-
Defined in: [lib/core.ts:
|
|
15204
|
+
Defined in: [lib/core.ts:1371](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1371)
|
|
15177
15205
|
|
|
15178
15206
|
## Methods
|
|
15179
15207
|
|
|
@@ -15181,7 +15209,7 @@ Defined in: [lib/core.ts:1369](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15181
15209
|
|
|
15182
15210
|
> `optional` **errorHandler**(`err`, `instance`, `info`): `void`
|
|
15183
15211
|
|
|
15184
|
-
Defined in: [lib/core.ts:
|
|
15212
|
+
Defined in: [lib/core.ts:1367](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1367)
|
|
15185
15213
|
|
|
15186
15214
|
#### Parameters
|
|
15187
15215
|
|
|
@@ -15207,7 +15235,7 @@ Defined in: [lib/core.ts:1365](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15207
15235
|
|
|
15208
15236
|
> **isCustomElement**(`tag`): `boolean`
|
|
15209
15237
|
|
|
15210
|
-
Defined in: [lib/core.ts:
|
|
15238
|
+
Defined in: [lib/core.ts:1369](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1369)
|
|
15211
15239
|
|
|
15212
15240
|
#### Parameters
|
|
15213
15241
|
|
|
@@ -15225,7 +15253,7 @@ Defined in: [lib/core.ts:1367](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15225
15253
|
|
|
15226
15254
|
> `optional` **warnHandler**(`msg`, `instance`, `trace`): `void`
|
|
15227
15255
|
|
|
15228
|
-
Defined in: [lib/core.ts:
|
|
15256
|
+
Defined in: [lib/core.ts:1372](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1372)
|
|
15229
15257
|
|
|
15230
15258
|
#### Parameters
|
|
15231
15259
|
|
|
@@ -15256,7 +15284,7 @@ lib/core/interfaces/IVueObject.md
|
|
|
15256
15284
|
|
|
15257
15285
|
# Interface: IVueObject
|
|
15258
15286
|
|
|
15259
|
-
Defined in: [lib/core.ts:
|
|
15287
|
+
Defined in: [lib/core.ts:1350](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1350)
|
|
15260
15288
|
|
|
15261
15289
|
## Methods
|
|
15262
15290
|
|
|
@@ -15264,7 +15292,7 @@ Defined in: [lib/core.ts:1348](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15264
15292
|
|
|
15265
15293
|
> **createApp**(`opt`): [`IVApp`](IVApp.md)
|
|
15266
15294
|
|
|
15267
|
-
Defined in: [lib/core.ts:
|
|
15295
|
+
Defined in: [lib/core.ts:1351](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1351)
|
|
15268
15296
|
|
|
15269
15297
|
#### Parameters
|
|
15270
15298
|
|
|
@@ -15282,7 +15310,7 @@ Defined in: [lib/core.ts:1349](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15282
15310
|
|
|
15283
15311
|
> **h**(`tag`, `props?`, `list?`): `any`
|
|
15284
15312
|
|
|
15285
|
-
Defined in: [lib/core.ts:
|
|
15313
|
+
Defined in: [lib/core.ts:1359](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1359)
|
|
15286
15314
|
|
|
15287
15315
|
#### Parameters
|
|
15288
15316
|
|
|
@@ -15308,7 +15336,7 @@ Defined in: [lib/core.ts:1357](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15308
15336
|
|
|
15309
15337
|
> **reactive**\<`T`\>(`obj`): `T`
|
|
15310
15338
|
|
|
15311
|
-
Defined in: [lib/core.ts:
|
|
15339
|
+
Defined in: [lib/core.ts:1353](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1353)
|
|
15312
15340
|
|
|
15313
15341
|
#### Type Parameters
|
|
15314
15342
|
|
|
@@ -15332,7 +15360,7 @@ Defined in: [lib/core.ts:1351](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15332
15360
|
|
|
15333
15361
|
> **ref**\<`T`\>(`obj`): `object`
|
|
15334
15362
|
|
|
15335
|
-
Defined in: [lib/core.ts:
|
|
15363
|
+
Defined in: [lib/core.ts:1352](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1352)
|
|
15336
15364
|
|
|
15337
15365
|
#### Type Parameters
|
|
15338
15366
|
|
|
@@ -15360,7 +15388,7 @@ Defined in: [lib/core.ts:1350](https://github.com/maiyun/clickgo/blob/master/dis
|
|
|
15360
15388
|
|
|
15361
15389
|
> **watch**(`v`, `cb`, `opt`): `void`
|
|
15362
15390
|
|
|
15363
|
-
Defined in: [lib/core.ts:
|
|
15391
|
+
Defined in: [lib/core.ts:1354](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1354)
|
|
15364
15392
|
|
|
15365
15393
|
#### Parameters
|
|
15366
15394
|
|
|
@@ -15393,7 +15421,7 @@ lib/core/type-aliases/IVueOptionMergeFunction.md
|
|
|
15393
15421
|
|
|
15394
15422
|
> **IVueOptionMergeFunction** = (`to`, `from`, `instance`) => `any`
|
|
15395
15423
|
|
|
15396
|
-
Defined in: [lib/core.ts:
|
|
15424
|
+
Defined in: [lib/core.ts:1363](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1363)
|
|
15397
15425
|
|
|
15398
15426
|
Vue 选项合并函数
|
|
15399
15427
|
|
|
@@ -15428,7 +15456,7 @@ lib/core/type-aliases/TCurrent.md
|
|
|
15428
15456
|
|
|
15429
15457
|
> **TCurrent** = `string` \| [`AbstractForm`](../../form/classes/AbstractForm.md) \| [`AbstractPanel`](../../form/classes/AbstractPanel.md) \| [`AbstractControl`](../../control/classes/AbstractControl.md) \| [`AbstractApp`](../classes/AbstractApp.md)
|
|
15430
15458
|
|
|
15431
|
-
Defined in: [lib/core.ts:
|
|
15459
|
+
Defined in: [lib/core.ts:1391](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1391)
|
|
15432
15460
|
|
|
15433
15461
|
lib/core/type-aliases/TGlobalEvent.md
|
|
15434
15462
|
---
|
|
@@ -15443,7 +15471,7 @@ lib/core/type-aliases/TGlobalEvent.md
|
|
|
15443
15471
|
|
|
15444
15472
|
> **TGlobalEvent** = `"error"` \| `"screenResize"` \| `"configChanged"` \| `"formCreated"` \| `"formRemoved"` \| `"formTitleChanged"` \| `"formIconChanged"` \| `"formStateMinChanged"` \| `"formStateMaxChanged"` \| `"formShowChanged"` \| `"formFocused"` \| `"formBlurred"` \| `"formFlash"` \| `"formShowInSystemTaskChange"` \| `"formHashChange"` \| `"taskStarted"` \| `"taskEnded"` \| `"launcherFolderNameChanged"` \| `"hashChanged"` \| `"keydown"` \| `"keyup"`
|
|
15445
15473
|
|
|
15446
|
-
Defined in: [lib/core.ts:
|
|
15474
|
+
Defined in: [lib/core.ts:1249](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1249)
|
|
15447
15475
|
|
|
15448
15476
|
全局事件类型
|
|
15449
15477
|
|
|
@@ -15460,7 +15488,7 @@ lib/core/variables/config.md
|
|
|
15460
15488
|
|
|
15461
15489
|
> **config**: [`IConfig`](../interfaces/IConfig.md)
|
|
15462
15490
|
|
|
15463
|
-
Defined in: [lib/core.ts:
|
|
15491
|
+
Defined in: [lib/core.ts:54](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L54)
|
|
15464
15492
|
|
|
15465
15493
|
Config 配置对象
|
|
15466
15494
|
|