clickgo 5.5.0 → 5.6.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/control/common.cgc +0 -0
- package/dist/control/desc.cgc +0 -0
- package/dist/control/form.cgc +0 -0
- package/dist/index.js +1 -1
- package/dist/theme/modern.cgt +0 -0
- package/doc/clickgo-rag.md +125 -101
- package/package.json +1 -1
package/doc/clickgo-rag.md
CHANGED
|
@@ -1455,6 +1455,12 @@ cell 之间的间距,默认 0。
|
|
|
1455
1455
|
|
|
1456
1456
|
是否折叠模式,默认 true。
|
|
1457
1457
|
|
|
1458
|
+
#### outside
|
|
1459
|
+
|
|
1460
|
+
`boolean` | `string`
|
|
1461
|
+
|
|
1462
|
+
是否显示外边框,默认 true。
|
|
1463
|
+
|
|
1458
1464
|
#### size
|
|
1459
1465
|
|
|
1460
1466
|
`'s'` | `'m'` | `'l'` | `'xl'`
|
|
@@ -1493,6 +1499,24 @@ cell 之间的间距,默认 0。
|
|
|
1493
1499
|
|
|
1494
1500
|
是否显示条纹,默认 `false`。
|
|
1495
1501
|
|
|
1502
|
+
#### nopadding
|
|
1503
|
+
|
|
1504
|
+
`boolean` | `string`
|
|
1505
|
+
|
|
1506
|
+
是否移除内边距,默认 `false`。
|
|
1507
|
+
|
|
1508
|
+
#### colspan
|
|
1509
|
+
|
|
1510
|
+
`number` | `string`
|
|
1511
|
+
|
|
1512
|
+
单元格横向合并的列数,默认 `1`。
|
|
1513
|
+
|
|
1514
|
+
#### rowspan
|
|
1515
|
+
|
|
1516
|
+
`number` | `string`
|
|
1517
|
+
|
|
1518
|
+
单元格纵向合并的行数,默认 `1`。
|
|
1519
|
+
|
|
1496
1520
|
### 样式
|
|
1497
1521
|
|
|
1498
1522
|
作为 `desc-row` 的子组件,显示描述内容。使用表格单元格布局。
|
|
@@ -13411,7 +13435,7 @@ lib/core/functions/checkModule.md
|
|
|
13411
13435
|
|
|
13412
13436
|
> **checkModule**(`name`): `boolean`
|
|
13413
13437
|
|
|
13414
|
-
Defined in: [dist/lib/core.ts:
|
|
13438
|
+
Defined in: [dist/lib/core.ts:1058](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1058)
|
|
13415
13439
|
|
|
13416
13440
|
检查特殊模块是否注册
|
|
13417
13441
|
|
|
@@ -13573,7 +13597,7 @@ lib/core/functions/getModule.md
|
|
|
13573
13597
|
|
|
13574
13598
|
> **getModule**(`name`): `Promise`\<[`ITumsPlayer`](../interfaces/ITumsPlayer.md) \| `null`\>
|
|
13575
13599
|
|
|
13576
|
-
Defined in: [dist/lib/core.ts:
|
|
13600
|
+
Defined in: [dist/lib/core.ts:1062](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1062)
|
|
13577
13601
|
|
|
13578
13602
|
### Parameters
|
|
13579
13603
|
|
|
@@ -13589,7 +13613,7 @@ Defined in: [dist/lib/core.ts:1048](https://github.com/maiyun/clickgo/blob/maste
|
|
|
13589
13613
|
|
|
13590
13614
|
> **getModule**(`name`): `Promise`\<\{ \} \| `null`\>
|
|
13591
13615
|
|
|
13592
|
-
Defined in: [dist/lib/core.ts:
|
|
13616
|
+
Defined in: [dist/lib/core.ts:1063](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1063)
|
|
13593
13617
|
|
|
13594
13618
|
### Parameters
|
|
13595
13619
|
|
|
@@ -13605,7 +13629,7 @@ Defined in: [dist/lib/core.ts:1049](https://github.com/maiyun/clickgo/blob/maste
|
|
|
13605
13629
|
|
|
13606
13630
|
> **getModule**(`name`): `Promise`\<`any`\>
|
|
13607
13631
|
|
|
13608
|
-
Defined in: [dist/lib/core.ts:
|
|
13632
|
+
Defined in: [dist/lib/core.ts:1064](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1064)
|
|
13609
13633
|
|
|
13610
13634
|
### Parameters
|
|
13611
13635
|
|
|
@@ -13665,7 +13689,7 @@ lib/core/functions/init.md
|
|
|
13665
13689
|
|
|
13666
13690
|
> **init**(): `void`
|
|
13667
13691
|
|
|
13668
|
-
Defined in: [dist/lib/core.ts:
|
|
13692
|
+
Defined in: [dist/lib/core.ts:1126](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1126)
|
|
13669
13693
|
|
|
13670
13694
|
## Returns
|
|
13671
13695
|
|
|
@@ -13713,7 +13737,7 @@ lib/core/functions/loadModule.md
|
|
|
13713
13737
|
|
|
13714
13738
|
> **loadModule**(`name`): `Promise`\<`boolean`\>
|
|
13715
13739
|
|
|
13716
|
-
Defined in: [dist/lib/core.ts:
|
|
13740
|
+
Defined in: [dist/lib/core.ts:1081](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1081)
|
|
13717
13741
|
|
|
13718
13742
|
加载模块,返回 true / false
|
|
13719
13743
|
|
|
@@ -13835,7 +13859,7 @@ lib/core/functions/regModule.md
|
|
|
13835
13859
|
|
|
13836
13860
|
> **regModule**(`current`, `name`, `opt`): `Promise`\<`boolean`\>
|
|
13837
13861
|
|
|
13838
|
-
Defined in: [dist/lib/core.ts:
|
|
13862
|
+
Defined in: [dist/lib/core.ts:1029](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1029)
|
|
13839
13863
|
|
|
13840
13864
|
注册模块
|
|
13841
13865
|
|
|
@@ -14017,7 +14041,7 @@ lib/core/interfaces/IApp.md
|
|
|
14017
14041
|
|
|
14018
14042
|
# Interface: IApp
|
|
14019
14043
|
|
|
14020
|
-
Defined in: [dist/lib/core.ts:
|
|
14044
|
+
Defined in: [dist/lib/core.ts:1258](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1258)
|
|
14021
14045
|
|
|
14022
14046
|
应用包解包后对象
|
|
14023
14047
|
|
|
@@ -14027,7 +14051,7 @@ Defined in: [dist/lib/core.ts:1244](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14027
14051
|
|
|
14028
14052
|
> **config**: [`IAppConfig`](IAppConfig.md)
|
|
14029
14053
|
|
|
14030
|
-
Defined in: [dist/lib/core.ts:
|
|
14054
|
+
Defined in: [dist/lib/core.ts:1261](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1261)
|
|
14031
14055
|
|
|
14032
14056
|
控件对象配置文件
|
|
14033
14057
|
|
|
@@ -14037,7 +14061,7 @@ Defined in: [dist/lib/core.ts:1247](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14037
14061
|
|
|
14038
14062
|
> **files**: `Record`\<`string`, `Blob` \| `string`\>
|
|
14039
14063
|
|
|
14040
|
-
Defined in: [dist/lib/core.ts:
|
|
14064
|
+
Defined in: [dist/lib/core.ts:1263](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1263)
|
|
14041
14065
|
|
|
14042
14066
|
所有已加载的文件内容
|
|
14043
14067
|
|
|
@@ -14047,7 +14071,7 @@ Defined in: [dist/lib/core.ts:1249](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14047
14071
|
|
|
14048
14072
|
> **icon**: `string`
|
|
14049
14073
|
|
|
14050
|
-
Defined in: [dist/lib/core.ts:
|
|
14074
|
+
Defined in: [dist/lib/core.ts:1265](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1265)
|
|
14051
14075
|
|
|
14052
14076
|
应用图标
|
|
14053
14077
|
|
|
@@ -14057,7 +14081,7 @@ Defined in: [dist/lib/core.ts:1251](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14057
14081
|
|
|
14058
14082
|
> **type**: `"app"`
|
|
14059
14083
|
|
|
14060
|
-
Defined in: [dist/lib/core.ts:
|
|
14084
|
+
Defined in: [dist/lib/core.ts:1259](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1259)
|
|
14061
14085
|
|
|
14062
14086
|
lib/core/interfaces/IAppConfig.md
|
|
14063
14087
|
---
|
|
@@ -14070,7 +14094,7 @@ lib/core/interfaces/IAppConfig.md
|
|
|
14070
14094
|
|
|
14071
14095
|
# Interface: IAppConfig
|
|
14072
14096
|
|
|
14073
|
-
Defined in: [dist/lib/core.ts:
|
|
14097
|
+
Defined in: [dist/lib/core.ts:1269](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1269)
|
|
14074
14098
|
|
|
14075
14099
|
应用文件包 config
|
|
14076
14100
|
|
|
@@ -14080,7 +14104,7 @@ Defined in: [dist/lib/core.ts:1255](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14080
14104
|
|
|
14081
14105
|
> **author**: `string`
|
|
14082
14106
|
|
|
14083
|
-
Defined in: [dist/lib/core.ts:
|
|
14107
|
+
Defined in: [dist/lib/core.ts:1277](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1277)
|
|
14084
14108
|
|
|
14085
14109
|
作者
|
|
14086
14110
|
|
|
@@ -14090,7 +14114,7 @@ Defined in: [dist/lib/core.ts:1263](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14090
14114
|
|
|
14091
14115
|
> **controls**: `string`[]
|
|
14092
14116
|
|
|
14093
|
-
Defined in: [dist/lib/core.ts:
|
|
14117
|
+
Defined in: [dist/lib/core.ts:1280](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1280)
|
|
14094
14118
|
|
|
14095
14119
|
将要加载的控件
|
|
14096
14120
|
|
|
@@ -14100,7 +14124,7 @@ Defined in: [dist/lib/core.ts:1266](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14100
14124
|
|
|
14101
14125
|
> `optional` **files**: `string`[]
|
|
14102
14126
|
|
|
14103
|
-
Defined in: [dist/lib/core.ts:
|
|
14127
|
+
Defined in: [dist/lib/core.ts:1293](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1293)
|
|
14104
14128
|
|
|
14105
14129
|
将要加载的非 js 文件列表,打包为 cga 模式下此配置可省略
|
|
14106
14130
|
|
|
@@ -14110,7 +14134,7 @@ Defined in: [dist/lib/core.ts:1279](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14110
14134
|
|
|
14111
14135
|
> `optional` **icon**: `string`
|
|
14112
14136
|
|
|
14113
|
-
Defined in: [dist/lib/core.ts:
|
|
14137
|
+
Defined in: [dist/lib/core.ts:1290](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1290)
|
|
14114
14138
|
|
|
14115
14139
|
图标路径,需包含扩展名
|
|
14116
14140
|
|
|
@@ -14120,7 +14144,7 @@ Defined in: [dist/lib/core.ts:1276](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14120
14144
|
|
|
14121
14145
|
> `optional` **locales**: `Record`\<`string`, `string`\>
|
|
14122
14146
|
|
|
14123
|
-
Defined in: [dist/lib/core.ts:
|
|
14147
|
+
Defined in: [dist/lib/core.ts:1286](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1286)
|
|
14124
14148
|
|
|
14125
14149
|
将自动加载的语言包,path: lang
|
|
14126
14150
|
|
|
@@ -14130,7 +14154,7 @@ Defined in: [dist/lib/core.ts:1272](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14130
14154
|
|
|
14131
14155
|
> `optional` **modules**: `string`[]
|
|
14132
14156
|
|
|
14133
|
-
Defined in: [dist/lib/core.ts:
|
|
14157
|
+
Defined in: [dist/lib/core.ts:1295](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1295)
|
|
14134
14158
|
|
|
14135
14159
|
要提前加载的库名
|
|
14136
14160
|
|
|
@@ -14140,7 +14164,7 @@ Defined in: [dist/lib/core.ts:1281](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14140
14164
|
|
|
14141
14165
|
> **name**: `string`
|
|
14142
14166
|
|
|
14143
|
-
Defined in: [dist/lib/core.ts:
|
|
14167
|
+
Defined in: [dist/lib/core.ts:1271](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1271)
|
|
14144
14168
|
|
|
14145
14169
|
应用名
|
|
14146
14170
|
|
|
@@ -14150,7 +14174,7 @@ Defined in: [dist/lib/core.ts:1257](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14150
14174
|
|
|
14151
14175
|
> `optional` **permissions**: `string`[]
|
|
14152
14176
|
|
|
14153
|
-
Defined in: [dist/lib/core.ts:
|
|
14177
|
+
Defined in: [dist/lib/core.ts:1284](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1284)
|
|
14154
14178
|
|
|
14155
14179
|
将自动申请的权限
|
|
14156
14180
|
|
|
@@ -14160,7 +14184,7 @@ Defined in: [dist/lib/core.ts:1270](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14160
14184
|
|
|
14161
14185
|
> `optional` **style**: `string`
|
|
14162
14186
|
|
|
14163
|
-
Defined in: [dist/lib/core.ts:
|
|
14187
|
+
Defined in: [dist/lib/core.ts:1288](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1288)
|
|
14164
14188
|
|
|
14165
14189
|
全局样式,不带扩展名,系统会在末尾添加 .css
|
|
14166
14190
|
|
|
@@ -14170,7 +14194,7 @@ Defined in: [dist/lib/core.ts:1274](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14170
14194
|
|
|
14171
14195
|
> `optional` **themes**: `string`[]
|
|
14172
14196
|
|
|
14173
|
-
Defined in: [dist/lib/core.ts:
|
|
14197
|
+
Defined in: [dist/lib/core.ts:1282](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1282)
|
|
14174
14198
|
|
|
14175
14199
|
将自动加载的主题
|
|
14176
14200
|
|
|
@@ -14180,7 +14204,7 @@ Defined in: [dist/lib/core.ts:1268](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14180
14204
|
|
|
14181
14205
|
> **ver**: `number`
|
|
14182
14206
|
|
|
14183
|
-
Defined in: [dist/lib/core.ts:
|
|
14207
|
+
Defined in: [dist/lib/core.ts:1273](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1273)
|
|
14184
14208
|
|
|
14185
14209
|
发行版本
|
|
14186
14210
|
|
|
@@ -14190,7 +14214,7 @@ Defined in: [dist/lib/core.ts:1259](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14190
14214
|
|
|
14191
14215
|
> **version**: `string`
|
|
14192
14216
|
|
|
14193
|
-
Defined in: [dist/lib/core.ts:
|
|
14217
|
+
Defined in: [dist/lib/core.ts:1275](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1275)
|
|
14194
14218
|
|
|
14195
14219
|
发行版本字符串
|
|
14196
14220
|
|
|
@@ -14205,7 +14229,7 @@ lib/core/interfaces/IAvailArea.md
|
|
|
14205
14229
|
|
|
14206
14230
|
# Interface: IAvailArea
|
|
14207
14231
|
|
|
14208
|
-
Defined in: [dist/lib/core.ts:
|
|
14232
|
+
Defined in: [dist/lib/core.ts:1224](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1224)
|
|
14209
14233
|
|
|
14210
14234
|
屏幕可用区域
|
|
14211
14235
|
|
|
@@ -14215,7 +14239,7 @@ Defined in: [dist/lib/core.ts:1210](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14215
14239
|
|
|
14216
14240
|
> **height**: `number`
|
|
14217
14241
|
|
|
14218
|
-
Defined in: [dist/lib/core.ts:
|
|
14242
|
+
Defined in: [dist/lib/core.ts:1228](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1228)
|
|
14219
14243
|
|
|
14220
14244
|
***
|
|
14221
14245
|
|
|
@@ -14223,7 +14247,7 @@ Defined in: [dist/lib/core.ts:1214](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14223
14247
|
|
|
14224
14248
|
> **left**: `number`
|
|
14225
14249
|
|
|
14226
|
-
Defined in: [dist/lib/core.ts:
|
|
14250
|
+
Defined in: [dist/lib/core.ts:1225](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1225)
|
|
14227
14251
|
|
|
14228
14252
|
***
|
|
14229
14253
|
|
|
@@ -14231,7 +14255,7 @@ Defined in: [dist/lib/core.ts:1211](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14231
14255
|
|
|
14232
14256
|
> **oheight**: `number`
|
|
14233
14257
|
|
|
14234
|
-
Defined in: [dist/lib/core.ts:
|
|
14258
|
+
Defined in: [dist/lib/core.ts:1230](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1230)
|
|
14235
14259
|
|
|
14236
14260
|
***
|
|
14237
14261
|
|
|
@@ -14239,7 +14263,7 @@ Defined in: [dist/lib/core.ts:1216](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14239
14263
|
|
|
14240
14264
|
> **owidth**: `number`
|
|
14241
14265
|
|
|
14242
|
-
Defined in: [dist/lib/core.ts:
|
|
14266
|
+
Defined in: [dist/lib/core.ts:1229](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1229)
|
|
14243
14267
|
|
|
14244
14268
|
***
|
|
14245
14269
|
|
|
@@ -14247,7 +14271,7 @@ Defined in: [dist/lib/core.ts:1215](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14247
14271
|
|
|
14248
14272
|
> **top**: `number`
|
|
14249
14273
|
|
|
14250
|
-
Defined in: [dist/lib/core.ts:
|
|
14274
|
+
Defined in: [dist/lib/core.ts:1226](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1226)
|
|
14251
14275
|
|
|
14252
14276
|
***
|
|
14253
14277
|
|
|
@@ -14255,7 +14279,7 @@ Defined in: [dist/lib/core.ts:1212](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14255
14279
|
|
|
14256
14280
|
> **width**: `number`
|
|
14257
14281
|
|
|
14258
|
-
Defined in: [dist/lib/core.ts:
|
|
14282
|
+
Defined in: [dist/lib/core.ts:1227](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1227)
|
|
14259
14283
|
|
|
14260
14284
|
lib/core/interfaces/IConfig.md
|
|
14261
14285
|
---
|
|
@@ -14268,7 +14292,7 @@ lib/core/interfaces/IConfig.md
|
|
|
14268
14292
|
|
|
14269
14293
|
# Interface: IConfig
|
|
14270
14294
|
|
|
14271
|
-
Defined in: [dist/lib/core.ts:
|
|
14295
|
+
Defined in: [dist/lib/core.ts:1203](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1203)
|
|
14272
14296
|
|
|
14273
14297
|
Config 对象
|
|
14274
14298
|
|
|
@@ -14278,7 +14302,7 @@ Config 对象
|
|
|
14278
14302
|
|
|
14279
14303
|
> **desktop.icon.recycler**: `boolean`
|
|
14280
14304
|
|
|
14281
|
-
Defined in: [dist/lib/core.ts:
|
|
14305
|
+
Defined in: [dist/lib/core.ts:1208](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1208)
|
|
14282
14306
|
|
|
14283
14307
|
***
|
|
14284
14308
|
|
|
@@ -14286,7 +14310,7 @@ Defined in: [dist/lib/core.ts:1194](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14286
14310
|
|
|
14287
14311
|
> **desktop.icon.storage**: `boolean`
|
|
14288
14312
|
|
|
14289
|
-
Defined in: [dist/lib/core.ts:
|
|
14313
|
+
Defined in: [dist/lib/core.ts:1207](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1207)
|
|
14290
14314
|
|
|
14291
14315
|
***
|
|
14292
14316
|
|
|
@@ -14294,7 +14318,7 @@ Defined in: [dist/lib/core.ts:1193](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14294
14318
|
|
|
14295
14319
|
> **desktop.path**: `string` \| `null`
|
|
14296
14320
|
|
|
14297
|
-
Defined in: [dist/lib/core.ts:
|
|
14321
|
+
Defined in: [dist/lib/core.ts:1210](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1210)
|
|
14298
14322
|
|
|
14299
14323
|
***
|
|
14300
14324
|
|
|
@@ -14302,7 +14326,7 @@ Defined in: [dist/lib/core.ts:1196](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14302
14326
|
|
|
14303
14327
|
> **desktop.wallpaper**: `string` \| `null`
|
|
14304
14328
|
|
|
14305
|
-
Defined in: [dist/lib/core.ts:
|
|
14329
|
+
Defined in: [dist/lib/core.ts:1209](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1209)
|
|
14306
14330
|
|
|
14307
14331
|
***
|
|
14308
14332
|
|
|
@@ -14310,7 +14334,7 @@ Defined in: [dist/lib/core.ts:1195](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14310
14334
|
|
|
14311
14335
|
> **launcher.list**: [`IConfigLauncherItem`](IConfigLauncherItem.md)[]
|
|
14312
14336
|
|
|
14313
|
-
Defined in: [dist/lib/core.ts:
|
|
14337
|
+
Defined in: [dist/lib/core.ts:1211](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1211)
|
|
14314
14338
|
|
|
14315
14339
|
***
|
|
14316
14340
|
|
|
@@ -14318,7 +14342,7 @@ Defined in: [dist/lib/core.ts:1197](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14318
14342
|
|
|
14319
14343
|
> **locale**: `string`
|
|
14320
14344
|
|
|
14321
|
-
Defined in: [dist/lib/core.ts:
|
|
14345
|
+
Defined in: [dist/lib/core.ts:1204](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1204)
|
|
14322
14346
|
|
|
14323
14347
|
***
|
|
14324
14348
|
|
|
@@ -14326,7 +14350,7 @@ Defined in: [dist/lib/core.ts:1190](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14326
14350
|
|
|
14327
14351
|
> **task.pin**: `Record`\<`string`, \{ `icon`: `string`; `name`: `string`; \}\>
|
|
14328
14352
|
|
|
14329
|
-
Defined in: [dist/lib/core.ts:
|
|
14353
|
+
Defined in: [dist/lib/core.ts:1206](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1206)
|
|
14330
14354
|
|
|
14331
14355
|
***
|
|
14332
14356
|
|
|
@@ -14334,7 +14358,7 @@ Defined in: [dist/lib/core.ts:1192](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14334
14358
|
|
|
14335
14359
|
> **task.position**: `"left"` \| `"top"` \| `"right"` \| `"bottom"`
|
|
14336
14360
|
|
|
14337
|
-
Defined in: [dist/lib/core.ts:
|
|
14361
|
+
Defined in: [dist/lib/core.ts:1205](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1205)
|
|
14338
14362
|
|
|
14339
14363
|
lib/core/interfaces/IConfigLauncherItem.md
|
|
14340
14364
|
---
|
|
@@ -14347,7 +14371,7 @@ lib/core/interfaces/IConfigLauncherItem.md
|
|
|
14347
14371
|
|
|
14348
14372
|
# Interface: IConfigLauncherItem
|
|
14349
14373
|
|
|
14350
|
-
Defined in: [dist/lib/core.ts:
|
|
14374
|
+
Defined in: [dist/lib/core.ts:1215](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1215)
|
|
14351
14375
|
|
|
14352
14376
|
Launcher 的 item 对象
|
|
14353
14377
|
|
|
@@ -14357,7 +14381,7 @@ Launcher 的 item 对象
|
|
|
14357
14381
|
|
|
14358
14382
|
> `optional` **icon**: `string`
|
|
14359
14383
|
|
|
14360
|
-
Defined in: [dist/lib/core.ts:
|
|
14384
|
+
Defined in: [dist/lib/core.ts:1219](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1219)
|
|
14361
14385
|
|
|
14362
14386
|
***
|
|
14363
14387
|
|
|
@@ -14365,7 +14389,7 @@ Defined in: [dist/lib/core.ts:1205](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14365
14389
|
|
|
14366
14390
|
> `optional` **id**: `string`
|
|
14367
14391
|
|
|
14368
|
-
Defined in: [dist/lib/core.ts:
|
|
14392
|
+
Defined in: [dist/lib/core.ts:1216](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1216)
|
|
14369
14393
|
|
|
14370
14394
|
***
|
|
14371
14395
|
|
|
@@ -14373,7 +14397,7 @@ Defined in: [dist/lib/core.ts:1202](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14373
14397
|
|
|
14374
14398
|
> `optional` **list**: `object`[]
|
|
14375
14399
|
|
|
14376
|
-
Defined in: [dist/lib/core.ts:
|
|
14400
|
+
Defined in: [dist/lib/core.ts:1220](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1220)
|
|
14377
14401
|
|
|
14378
14402
|
#### icon
|
|
14379
14403
|
|
|
@@ -14397,7 +14421,7 @@ Defined in: [dist/lib/core.ts:1206](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14397
14421
|
|
|
14398
14422
|
> **name**: `string`
|
|
14399
14423
|
|
|
14400
|
-
Defined in: [dist/lib/core.ts:
|
|
14424
|
+
Defined in: [dist/lib/core.ts:1217](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1217)
|
|
14401
14425
|
|
|
14402
14426
|
***
|
|
14403
14427
|
|
|
@@ -14405,7 +14429,7 @@ Defined in: [dist/lib/core.ts:1203](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14405
14429
|
|
|
14406
14430
|
> `optional` **path**: `string`
|
|
14407
14431
|
|
|
14408
|
-
Defined in: [dist/lib/core.ts:
|
|
14432
|
+
Defined in: [dist/lib/core.ts:1218](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1218)
|
|
14409
14433
|
|
|
14410
14434
|
lib/core/interfaces/ICoreFetchAppOptions.md
|
|
14411
14435
|
---
|
|
@@ -14418,7 +14442,7 @@ lib/core/interfaces/ICoreFetchAppOptions.md
|
|
|
14418
14442
|
|
|
14419
14443
|
# Interface: ICoreFetchAppOptions
|
|
14420
14444
|
|
|
14421
|
-
Defined in: [dist/lib/core.ts:
|
|
14445
|
+
Defined in: [dist/lib/core.ts:1237](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1237)
|
|
14422
14446
|
|
|
14423
14447
|
现场下载 app 的参数
|
|
14424
14448
|
|
|
@@ -14428,7 +14452,7 @@ Defined in: [dist/lib/core.ts:1223](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14428
14452
|
|
|
14429
14453
|
> `optional` **after**: `string`
|
|
14430
14454
|
|
|
14431
|
-
Defined in: [dist/lib/core.ts:
|
|
14455
|
+
Defined in: [dist/lib/core.ts:1247](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1247)
|
|
14432
14456
|
|
|
14433
14457
|
网址后面附带的前缀,如 ?123
|
|
14434
14458
|
|
|
@@ -14438,7 +14462,7 @@ Defined in: [dist/lib/core.ts:1233](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14438
14462
|
|
|
14439
14463
|
> `optional` **notify**: `number` \| \{ `id?`: `number`; `loaded?`: `number`; `total?`: `number`; \}
|
|
14440
14464
|
|
|
14441
|
-
Defined in: [dist/lib/core.ts:
|
|
14465
|
+
Defined in: [dist/lib/core.ts:1238](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1238)
|
|
14442
14466
|
|
|
14443
14467
|
#### Type Declaration
|
|
14444
14468
|
|
|
@@ -14470,7 +14494,7 @@ notify id
|
|
|
14470
14494
|
|
|
14471
14495
|
> `optional` **progress**: (`loaded`, `total`, `per`) => `void` \| `Promise`\<`void`\>
|
|
14472
14496
|
|
|
14473
|
-
Defined in: [dist/lib/core.ts:
|
|
14497
|
+
Defined in: [dist/lib/core.ts:1254](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1254)
|
|
14474
14498
|
|
|
14475
14499
|
下载进度
|
|
14476
14500
|
|
|
@@ -14509,7 +14533,7 @@ lib/core/interfaces/ITumsPlayer.md
|
|
|
14509
14533
|
|
|
14510
14534
|
# Interface: ITumsPlayer
|
|
14511
14535
|
|
|
14512
|
-
Defined in: [dist/lib/core.ts:
|
|
14536
|
+
Defined in: [dist/lib/core.ts:1381](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1381)
|
|
14513
14537
|
|
|
14514
14538
|
tums-player 模块对象
|
|
14515
14539
|
|
|
@@ -14519,7 +14543,7 @@ tums-player 模块对象
|
|
|
14519
14543
|
|
|
14520
14544
|
> **default**: `any`
|
|
14521
14545
|
|
|
14522
|
-
Defined in: [dist/lib/core.ts:
|
|
14546
|
+
Defined in: [dist/lib/core.ts:1382](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1382)
|
|
14523
14547
|
|
|
14524
14548
|
***
|
|
14525
14549
|
|
|
@@ -14527,7 +14551,7 @@ Defined in: [dist/lib/core.ts:1368](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14527
14551
|
|
|
14528
14552
|
> **startTalk**: (`opt`) => `Promise`\<`void`\>
|
|
14529
14553
|
|
|
14530
|
-
Defined in: [dist/lib/core.ts:
|
|
14554
|
+
Defined in: [dist/lib/core.ts:1384](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1384)
|
|
14531
14555
|
|
|
14532
14556
|
开始对讲
|
|
14533
14557
|
|
|
@@ -14563,7 +14587,7 @@ half_duplex-半双工模式,vad-VAD 人声检测模式,aec-AEC 全双工模式
|
|
|
14563
14587
|
|
|
14564
14588
|
> **stopTalk**: () => `void`
|
|
14565
14589
|
|
|
14566
|
-
Defined in: [dist/lib/core.ts:
|
|
14590
|
+
Defined in: [dist/lib/core.ts:1392](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1392)
|
|
14567
14591
|
|
|
14568
14592
|
停止对讲
|
|
14569
14593
|
|
|
@@ -14582,7 +14606,7 @@ lib/core/interfaces/IVApp.md
|
|
|
14582
14606
|
|
|
14583
14607
|
# Interface: IVApp
|
|
14584
14608
|
|
|
14585
|
-
Defined in: [dist/lib/core.ts:
|
|
14609
|
+
Defined in: [dist/lib/core.ts:1361](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1361)
|
|
14586
14610
|
|
|
14587
14611
|
Vue 应用
|
|
14588
14612
|
|
|
@@ -14592,7 +14616,7 @@ Vue 应用
|
|
|
14592
14616
|
|
|
14593
14617
|
> **\_container**: `HTMLElement`
|
|
14594
14618
|
|
|
14595
|
-
Defined in: [dist/lib/core.ts:
|
|
14619
|
+
Defined in: [dist/lib/core.ts:1373](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1373)
|
|
14596
14620
|
|
|
14597
14621
|
***
|
|
14598
14622
|
|
|
@@ -14600,7 +14624,7 @@ Defined in: [dist/lib/core.ts:1359](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14600
14624
|
|
|
14601
14625
|
> **config**: [`IVueConfig`](IVueConfig.md)
|
|
14602
14626
|
|
|
14603
|
-
Defined in: [dist/lib/core.ts:
|
|
14627
|
+
Defined in: [dist/lib/core.ts:1364](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1364)
|
|
14604
14628
|
|
|
14605
14629
|
***
|
|
14606
14630
|
|
|
@@ -14608,7 +14632,7 @@ Defined in: [dist/lib/core.ts:1350](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14608
14632
|
|
|
14609
14633
|
> **version**: `string`
|
|
14610
14634
|
|
|
14611
|
-
Defined in: [dist/lib/core.ts:
|
|
14635
|
+
Defined in: [dist/lib/core.ts:1371](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1371)
|
|
14612
14636
|
|
|
14613
14637
|
## Methods
|
|
14614
14638
|
|
|
@@ -14618,7 +14642,7 @@ Defined in: [dist/lib/core.ts:1357](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14618
14642
|
|
|
14619
14643
|
> **component**(`name`): `any`
|
|
14620
14644
|
|
|
14621
|
-
Defined in: [dist/lib/core.ts:
|
|
14645
|
+
Defined in: [dist/lib/core.ts:1362](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1362)
|
|
14622
14646
|
|
|
14623
14647
|
##### Parameters
|
|
14624
14648
|
|
|
@@ -14634,7 +14658,7 @@ Defined in: [dist/lib/core.ts:1348](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14634
14658
|
|
|
14635
14659
|
> **component**(`name`, `config`): `this`
|
|
14636
14660
|
|
|
14637
|
-
Defined in: [dist/lib/core.ts:
|
|
14661
|
+
Defined in: [dist/lib/core.ts:1363](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1363)
|
|
14638
14662
|
|
|
14639
14663
|
##### Parameters
|
|
14640
14664
|
|
|
@@ -14658,7 +14682,7 @@ Defined in: [dist/lib/core.ts:1349](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14658
14682
|
|
|
14659
14683
|
> **directive**(`name`): `any`
|
|
14660
14684
|
|
|
14661
|
-
Defined in: [dist/lib/core.ts:
|
|
14685
|
+
Defined in: [dist/lib/core.ts:1365](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1365)
|
|
14662
14686
|
|
|
14663
14687
|
##### Parameters
|
|
14664
14688
|
|
|
@@ -14674,7 +14698,7 @@ Defined in: [dist/lib/core.ts:1351](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14674
14698
|
|
|
14675
14699
|
> **directive**(`name`, `config`): `this`
|
|
14676
14700
|
|
|
14677
|
-
Defined in: [dist/lib/core.ts:
|
|
14701
|
+
Defined in: [dist/lib/core.ts:1366](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1366)
|
|
14678
14702
|
|
|
14679
14703
|
##### Parameters
|
|
14680
14704
|
|
|
@@ -14696,7 +14720,7 @@ Defined in: [dist/lib/core.ts:1352](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14696
14720
|
|
|
14697
14721
|
> **mixin**(`mixin`): `this`
|
|
14698
14722
|
|
|
14699
|
-
Defined in: [dist/lib/core.ts:
|
|
14723
|
+
Defined in: [dist/lib/core.ts:1367](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1367)
|
|
14700
14724
|
|
|
14701
14725
|
#### Parameters
|
|
14702
14726
|
|
|
@@ -14714,7 +14738,7 @@ Defined in: [dist/lib/core.ts:1353](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14714
14738
|
|
|
14715
14739
|
> **mount**(`rootContainer`): [`IVue`](IVue.md)
|
|
14716
14740
|
|
|
14717
|
-
Defined in: [dist/lib/core.ts:
|
|
14741
|
+
Defined in: [dist/lib/core.ts:1368](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1368)
|
|
14718
14742
|
|
|
14719
14743
|
#### Parameters
|
|
14720
14744
|
|
|
@@ -14732,7 +14756,7 @@ Defined in: [dist/lib/core.ts:1354](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14732
14756
|
|
|
14733
14757
|
> **provide**\<`T`\>(`key`, `value`): `this`
|
|
14734
14758
|
|
|
14735
|
-
Defined in: [dist/lib/core.ts:
|
|
14759
|
+
Defined in: [dist/lib/core.ts:1369](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1369)
|
|
14736
14760
|
|
|
14737
14761
|
#### Type Parameters
|
|
14738
14762
|
|
|
@@ -14760,7 +14784,7 @@ Defined in: [dist/lib/core.ts:1355](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14760
14784
|
|
|
14761
14785
|
> **unmount**(): `void`
|
|
14762
14786
|
|
|
14763
|
-
Defined in: [dist/lib/core.ts:
|
|
14787
|
+
Defined in: [dist/lib/core.ts:1370](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1370)
|
|
14764
14788
|
|
|
14765
14789
|
#### Returns
|
|
14766
14790
|
|
|
@@ -14777,7 +14801,7 @@ lib/core/interfaces/IVNode.md
|
|
|
14777
14801
|
|
|
14778
14802
|
# Interface: IVNode
|
|
14779
14803
|
|
|
14780
|
-
Defined in: [dist/lib/core.ts:
|
|
14804
|
+
Defined in: [dist/lib/core.ts:1324](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1324)
|
|
14781
14805
|
|
|
14782
14806
|
Vue 节点
|
|
14783
14807
|
|
|
@@ -14791,7 +14815,7 @@ Vue 节点
|
|
|
14791
14815
|
|
|
14792
14816
|
> **children**: `object` & `IVNode`[]
|
|
14793
14817
|
|
|
14794
|
-
Defined in: [dist/lib/core.ts:
|
|
14818
|
+
Defined in: [dist/lib/core.ts:1325](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1325)
|
|
14795
14819
|
|
|
14796
14820
|
#### Type Declaration
|
|
14797
14821
|
|
|
@@ -14805,7 +14829,7 @@ Defined in: [dist/lib/core.ts:1311](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14805
14829
|
|
|
14806
14830
|
> **props**: `Record`\<`string`, `any`\>
|
|
14807
14831
|
|
|
14808
|
-
Defined in: [dist/lib/core.ts:
|
|
14832
|
+
Defined in: [dist/lib/core.ts:1329](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1329)
|
|
14809
14833
|
|
|
14810
14834
|
***
|
|
14811
14835
|
|
|
@@ -14813,7 +14837,7 @@ Defined in: [dist/lib/core.ts:1315](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14813
14837
|
|
|
14814
14838
|
> **type**: `symbol` \| `Record`\<`string`, `any`\>
|
|
14815
14839
|
|
|
14816
|
-
Defined in: [dist/lib/core.ts:
|
|
14840
|
+
Defined in: [dist/lib/core.ts:1330](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1330)
|
|
14817
14841
|
|
|
14818
14842
|
lib/core/interfaces/IVue.md
|
|
14819
14843
|
---
|
|
@@ -14826,7 +14850,7 @@ lib/core/interfaces/IVue.md
|
|
|
14826
14850
|
|
|
14827
14851
|
# Interface: IVue
|
|
14828
14852
|
|
|
14829
|
-
Defined in: [dist/lib/core.ts:
|
|
14853
|
+
Defined in: [dist/lib/core.ts:1299](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1299)
|
|
14830
14854
|
|
|
14831
14855
|
Vue 实例
|
|
14832
14856
|
|
|
@@ -14840,7 +14864,7 @@ Vue 实例
|
|
|
14840
14864
|
|
|
14841
14865
|
> **$attrs**: `Record`\<`string`, `string`\>
|
|
14842
14866
|
|
|
14843
|
-
Defined in: [dist/lib/core.ts:
|
|
14867
|
+
Defined in: [dist/lib/core.ts:1300](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1300)
|
|
14844
14868
|
|
|
14845
14869
|
***
|
|
14846
14870
|
|
|
@@ -14848,7 +14872,7 @@ Defined in: [dist/lib/core.ts:1286](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14848
14872
|
|
|
14849
14873
|
> **$data**: `Record`\<`string`, `any`\>
|
|
14850
14874
|
|
|
14851
|
-
Defined in: [dist/lib/core.ts:
|
|
14875
|
+
Defined in: [dist/lib/core.ts:1301](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1301)
|
|
14852
14876
|
|
|
14853
14877
|
***
|
|
14854
14878
|
|
|
@@ -14856,7 +14880,7 @@ Defined in: [dist/lib/core.ts:1287](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14856
14880
|
|
|
14857
14881
|
> **$el**: `HTMLElement`
|
|
14858
14882
|
|
|
14859
|
-
Defined in: [dist/lib/core.ts:
|
|
14883
|
+
Defined in: [dist/lib/core.ts:1302](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1302)
|
|
14860
14884
|
|
|
14861
14885
|
***
|
|
14862
14886
|
|
|
@@ -14864,7 +14888,7 @@ Defined in: [dist/lib/core.ts:1288](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14864
14888
|
|
|
14865
14889
|
> **$options**: `Record`\<`string`, `any`\>
|
|
14866
14890
|
|
|
14867
|
-
Defined in: [dist/lib/core.ts:
|
|
14891
|
+
Defined in: [dist/lib/core.ts:1306](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1306)
|
|
14868
14892
|
|
|
14869
14893
|
***
|
|
14870
14894
|
|
|
@@ -14872,7 +14896,7 @@ Defined in: [dist/lib/core.ts:1292](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14872
14896
|
|
|
14873
14897
|
> **$parent**: `IVue` \| `null`
|
|
14874
14898
|
|
|
14875
|
-
Defined in: [dist/lib/core.ts:
|
|
14899
|
+
Defined in: [dist/lib/core.ts:1307](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1307)
|
|
14876
14900
|
|
|
14877
14901
|
***
|
|
14878
14902
|
|
|
@@ -14880,7 +14904,7 @@ Defined in: [dist/lib/core.ts:1293](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14880
14904
|
|
|
14881
14905
|
> **$props**: `Record`\<`string`, `any`\>
|
|
14882
14906
|
|
|
14883
|
-
Defined in: [dist/lib/core.ts:
|
|
14907
|
+
Defined in: [dist/lib/core.ts:1308](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1308)
|
|
14884
14908
|
|
|
14885
14909
|
***
|
|
14886
14910
|
|
|
@@ -14888,7 +14912,7 @@ Defined in: [dist/lib/core.ts:1294](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14888
14912
|
|
|
14889
14913
|
> **$refs**: `Record`\<`string`, `HTMLElement` & `IVue`\>
|
|
14890
14914
|
|
|
14891
|
-
Defined in: [dist/lib/core.ts:
|
|
14915
|
+
Defined in: [dist/lib/core.ts:1309](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1309)
|
|
14892
14916
|
|
|
14893
14917
|
***
|
|
14894
14918
|
|
|
@@ -14896,7 +14920,7 @@ Defined in: [dist/lib/core.ts:1295](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14896
14920
|
|
|
14897
14921
|
> **$root**: `IVue`
|
|
14898
14922
|
|
|
14899
|
-
Defined in: [dist/lib/core.ts:
|
|
14923
|
+
Defined in: [dist/lib/core.ts:1310](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1310)
|
|
14900
14924
|
|
|
14901
14925
|
***
|
|
14902
14926
|
|
|
@@ -14904,7 +14928,7 @@ Defined in: [dist/lib/core.ts:1296](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14904
14928
|
|
|
14905
14929
|
> **$slots**: `object`
|
|
14906
14930
|
|
|
14907
|
-
Defined in: [dist/lib/core.ts:
|
|
14931
|
+
Defined in: [dist/lib/core.ts:1311](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1311)
|
|
14908
14932
|
|
|
14909
14933
|
#### Index Signature
|
|
14910
14934
|
|
|
@@ -14920,7 +14944,7 @@ Defined in: [dist/lib/core.ts:1297](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14920
14944
|
|
|
14921
14945
|
> **$watch**: (`o`, `cb`, `opt?`) => `void`
|
|
14922
14946
|
|
|
14923
|
-
Defined in: [dist/lib/core.ts:
|
|
14947
|
+
Defined in: [dist/lib/core.ts:1315](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1315)
|
|
14924
14948
|
|
|
14925
14949
|
#### Parameters
|
|
14926
14950
|
|
|
@@ -14952,7 +14976,7 @@ Defined in: [dist/lib/core.ts:1301](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14952
14976
|
|
|
14953
14977
|
> **$emit**(`name`, ...`arg`): `void`
|
|
14954
14978
|
|
|
14955
|
-
Defined in: [dist/lib/core.ts:
|
|
14979
|
+
Defined in: [dist/lib/core.ts:1303](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1303)
|
|
14956
14980
|
|
|
14957
14981
|
#### Parameters
|
|
14958
14982
|
|
|
@@ -14974,7 +14998,7 @@ Defined in: [dist/lib/core.ts:1289](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14974
14998
|
|
|
14975
14999
|
> **$forceUpdate**(): `void`
|
|
14976
15000
|
|
|
14977
|
-
Defined in: [dist/lib/core.ts:
|
|
15001
|
+
Defined in: [dist/lib/core.ts:1304](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1304)
|
|
14978
15002
|
|
|
14979
15003
|
#### Returns
|
|
14980
15004
|
|
|
@@ -14986,7 +15010,7 @@ Defined in: [dist/lib/core.ts:1290](https://github.com/maiyun/clickgo/blob/maste
|
|
|
14986
15010
|
|
|
14987
15011
|
> **$nextTick**(): `Promise`\<`void`\>
|
|
14988
15012
|
|
|
14989
|
-
Defined in: [dist/lib/core.ts:
|
|
15013
|
+
Defined in: [dist/lib/core.ts:1305](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1305)
|
|
14990
15014
|
|
|
14991
15015
|
#### Returns
|
|
14992
15016
|
|
|
@@ -15003,7 +15027,7 @@ lib/core/interfaces/IVueConfig.md
|
|
|
15003
15027
|
|
|
15004
15028
|
# Interface: IVueConfig
|
|
15005
15029
|
|
|
15006
|
-
Defined in: [dist/lib/core.ts:
|
|
15030
|
+
Defined in: [dist/lib/core.ts:1351](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1351)
|
|
15007
15031
|
|
|
15008
15032
|
Vue 配置
|
|
15009
15033
|
|
|
@@ -15013,7 +15037,7 @@ Vue 配置
|
|
|
15013
15037
|
|
|
15014
15038
|
> **globalProperties**: `Record`\<`string`, `any`\>
|
|
15015
15039
|
|
|
15016
|
-
Defined in: [dist/lib/core.ts:
|
|
15040
|
+
Defined in: [dist/lib/core.ts:1353](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1353)
|
|
15017
15041
|
|
|
15018
15042
|
***
|
|
15019
15043
|
|
|
@@ -15021,7 +15045,7 @@ Defined in: [dist/lib/core.ts:1339](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15021
15045
|
|
|
15022
15046
|
> **optionMergeStrategies**: `Record`\<`string`, [`IVueOptionMergeFunction`](../type-aliases/IVueOptionMergeFunction.md)\>
|
|
15023
15047
|
|
|
15024
|
-
Defined in: [dist/lib/core.ts:
|
|
15048
|
+
Defined in: [dist/lib/core.ts:1355](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1355)
|
|
15025
15049
|
|
|
15026
15050
|
***
|
|
15027
15051
|
|
|
@@ -15029,7 +15053,7 @@ Defined in: [dist/lib/core.ts:1341](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15029
15053
|
|
|
15030
15054
|
> **performance**: `boolean`
|
|
15031
15055
|
|
|
15032
|
-
Defined in: [dist/lib/core.ts:
|
|
15056
|
+
Defined in: [dist/lib/core.ts:1356](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1356)
|
|
15033
15057
|
|
|
15034
15058
|
## Methods
|
|
15035
15059
|
|
|
@@ -15037,7 +15061,7 @@ Defined in: [dist/lib/core.ts:1342](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15037
15061
|
|
|
15038
15062
|
> `optional` **errorHandler**(`err`, `instance`, `info`): `void`
|
|
15039
15063
|
|
|
15040
|
-
Defined in: [dist/lib/core.ts:
|
|
15064
|
+
Defined in: [dist/lib/core.ts:1352](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1352)
|
|
15041
15065
|
|
|
15042
15066
|
#### Parameters
|
|
15043
15067
|
|
|
@@ -15063,7 +15087,7 @@ Defined in: [dist/lib/core.ts:1338](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15063
15087
|
|
|
15064
15088
|
> **isCustomElement**(`tag`): `boolean`
|
|
15065
15089
|
|
|
15066
|
-
Defined in: [dist/lib/core.ts:
|
|
15090
|
+
Defined in: [dist/lib/core.ts:1354](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1354)
|
|
15067
15091
|
|
|
15068
15092
|
#### Parameters
|
|
15069
15093
|
|
|
@@ -15081,7 +15105,7 @@ Defined in: [dist/lib/core.ts:1340](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15081
15105
|
|
|
15082
15106
|
> `optional` **warnHandler**(`msg`, `instance`, `trace`): `void`
|
|
15083
15107
|
|
|
15084
|
-
Defined in: [dist/lib/core.ts:
|
|
15108
|
+
Defined in: [dist/lib/core.ts:1357](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1357)
|
|
15085
15109
|
|
|
15086
15110
|
#### Parameters
|
|
15087
15111
|
|
|
@@ -15112,7 +15136,7 @@ lib/core/interfaces/IVueObject.md
|
|
|
15112
15136
|
|
|
15113
15137
|
# Interface: IVueObject
|
|
15114
15138
|
|
|
15115
|
-
Defined in: [dist/lib/core.ts:
|
|
15139
|
+
Defined in: [dist/lib/core.ts:1335](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1335)
|
|
15116
15140
|
|
|
15117
15141
|
## Methods
|
|
15118
15142
|
|
|
@@ -15120,7 +15144,7 @@ Defined in: [dist/lib/core.ts:1321](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15120
15144
|
|
|
15121
15145
|
> **createApp**(`opt`): [`IVApp`](IVApp.md)
|
|
15122
15146
|
|
|
15123
|
-
Defined in: [dist/lib/core.ts:
|
|
15147
|
+
Defined in: [dist/lib/core.ts:1336](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1336)
|
|
15124
15148
|
|
|
15125
15149
|
#### Parameters
|
|
15126
15150
|
|
|
@@ -15138,7 +15162,7 @@ Defined in: [dist/lib/core.ts:1322](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15138
15162
|
|
|
15139
15163
|
> **h**(`tag`, `props?`, `list?`): `any`
|
|
15140
15164
|
|
|
15141
|
-
Defined in: [dist/lib/core.ts:
|
|
15165
|
+
Defined in: [dist/lib/core.ts:1344](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1344)
|
|
15142
15166
|
|
|
15143
15167
|
#### Parameters
|
|
15144
15168
|
|
|
@@ -15164,7 +15188,7 @@ Defined in: [dist/lib/core.ts:1330](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15164
15188
|
|
|
15165
15189
|
> **reactive**\<`T`\>(`obj`): `T`
|
|
15166
15190
|
|
|
15167
|
-
Defined in: [dist/lib/core.ts:
|
|
15191
|
+
Defined in: [dist/lib/core.ts:1338](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1338)
|
|
15168
15192
|
|
|
15169
15193
|
#### Type Parameters
|
|
15170
15194
|
|
|
@@ -15188,7 +15212,7 @@ Defined in: [dist/lib/core.ts:1324](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15188
15212
|
|
|
15189
15213
|
> **ref**\<`T`\>(`obj`): `object`
|
|
15190
15214
|
|
|
15191
|
-
Defined in: [dist/lib/core.ts:
|
|
15215
|
+
Defined in: [dist/lib/core.ts:1337](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1337)
|
|
15192
15216
|
|
|
15193
15217
|
#### Type Parameters
|
|
15194
15218
|
|
|
@@ -15216,7 +15240,7 @@ Defined in: [dist/lib/core.ts:1323](https://github.com/maiyun/clickgo/blob/maste
|
|
|
15216
15240
|
|
|
15217
15241
|
> **watch**(`v`, `cb`, `opt`): `void`
|
|
15218
15242
|
|
|
15219
|
-
Defined in: [dist/lib/core.ts:
|
|
15243
|
+
Defined in: [dist/lib/core.ts:1339](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1339)
|
|
15220
15244
|
|
|
15221
15245
|
#### Parameters
|
|
15222
15246
|
|
|
@@ -15249,7 +15273,7 @@ lib/core/type-aliases/IVueOptionMergeFunction.md
|
|
|
15249
15273
|
|
|
15250
15274
|
> **IVueOptionMergeFunction** = (`to`, `from`, `instance`) => `any`
|
|
15251
15275
|
|
|
15252
|
-
Defined in: [dist/lib/core.ts:
|
|
15276
|
+
Defined in: [dist/lib/core.ts:1348](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1348)
|
|
15253
15277
|
|
|
15254
15278
|
Vue 选项合并函数
|
|
15255
15279
|
|
|
@@ -15284,7 +15308,7 @@ lib/core/type-aliases/TCurrent.md
|
|
|
15284
15308
|
|
|
15285
15309
|
> **TCurrent** = `string` \| [`AbstractForm`](../../form/classes/AbstractForm.md) \| [`AbstractPanel`](../../form/classes/AbstractPanel.md) \| [`AbstractControl`](../../control/classes/AbstractControl.md) \| [`AbstractApp`](../classes/AbstractApp.md)
|
|
15286
15310
|
|
|
15287
|
-
Defined in: [dist/lib/core.ts:
|
|
15311
|
+
Defined in: [dist/lib/core.ts:1376](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1376)
|
|
15288
15312
|
|
|
15289
15313
|
lib/core/type-aliases/TGlobalEvent.md
|
|
15290
15314
|
---
|
|
@@ -15299,7 +15323,7 @@ lib/core/type-aliases/TGlobalEvent.md
|
|
|
15299
15323
|
|
|
15300
15324
|
> **TGlobalEvent** = `"error"` \| `"screenResize"` \| `"configChanged"` \| `"formCreated"` \| `"formRemoved"` \| `"formTitleChanged"` \| `"formIconChanged"` \| `"formStateMinChanged"` \| `"formStateMaxChanged"` \| `"formShowChanged"` \| `"formFocused"` \| `"formBlurred"` \| `"formFlash"` \| `"formShowInSystemTaskChange"` \| `"formHashChange"` \| `"taskStarted"` \| `"taskEnded"` \| `"launcherFolderNameChanged"` \| `"hashChanged"` \| `"keydown"` \| `"keyup"`
|
|
15301
15325
|
|
|
15302
|
-
Defined in: [dist/lib/core.ts:
|
|
15326
|
+
Defined in: [dist/lib/core.ts:1234](https://github.com/maiyun/clickgo/blob/master/dist/lib/core.ts#L1234)
|
|
15303
15327
|
|
|
15304
15328
|
全局事件类型
|
|
15305
15329
|
|