@icos-desktop/react-components 2.2.1 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icos-desktop.d.ts +4 -0
- package/dist/icos-desktop.js +115 -3878
- package/dist/icos-desktop.umd.cjs +1 -1
- package/package.json +140 -140
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@icos-desktop/react-components",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.3",
|
4
4
|
"description": "ICOS Desktop React Components",
|
5
5
|
"author": "jianghaotian3@jd.com",
|
6
6
|
"main": "dist/icos-desktop.umd.cjs",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@turf/turf": "^6.5.0",
|
35
35
|
"@xirang/design-antd": "^0.5.0",
|
36
36
|
"@xirang/design-icon": "^0.1.0",
|
37
|
-
"@xirang/request": "^0.
|
37
|
+
"@xirang/request": "^0.4.2",
|
38
38
|
"ahooks": "^3.8.0",
|
39
39
|
"classnames": "^2.5.1",
|
40
40
|
"dayjs": "^1.11.13",
|
@@ -189,280 +189,280 @@
|
|
189
189
|
],
|
190
190
|
"apiList": [
|
191
191
|
{
|
192
|
-
"apiPath": "/v1/open/view/system-view-list",
|
193
|
-
"
|
192
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/view/system-view-list",
|
193
|
+
"apiMethod": "GET"
|
194
194
|
},
|
195
195
|
{
|
196
|
-
"apiPath": "/v1/open/user/jmt-user-auth-info",
|
197
|
-
"
|
196
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/user/jmt-user-auth-info",
|
197
|
+
"apiMethod": "GET"
|
198
198
|
},
|
199
199
|
{
|
200
|
-
"apiPath": "/v1/open/user/resource-permission",
|
201
|
-
"
|
200
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/user/resource-permission",
|
201
|
+
"apiMethod": "GET"
|
202
202
|
},
|
203
203
|
{
|
204
|
-
"apiPath": "/v1/open/user/user-page",
|
205
|
-
"
|
204
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/user/user-page",
|
205
|
+
"apiMethod": "POST"
|
206
206
|
},
|
207
207
|
{
|
208
|
-
"apiPath": "/v2/open/tag/tag-tree-list",
|
209
|
-
"
|
208
|
+
"apiPath": "/gatehub/icos-desktop-00001/v2/open/tag/tag-tree-list",
|
209
|
+
"apiMethod": "GET"
|
210
210
|
},
|
211
211
|
{
|
212
|
-
"apiPath": "/v1/open/tag/sense-tags-save",
|
213
|
-
"
|
212
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/tag/sense-tags-save",
|
213
|
+
"apiMethod": "POST"
|
214
214
|
},
|
215
215
|
{
|
216
|
-
"apiPath": "/v1/open/tag/sense-tags-delete",
|
217
|
-
"
|
216
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/tag/sense-tags-delete",
|
217
|
+
"apiMethod": "POST"
|
218
218
|
},
|
219
219
|
{
|
220
|
-
"apiPath": "/v1/open/sense-search/sense-scatter-aggregation",
|
221
|
-
"
|
220
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/sense-scatter-aggregation",
|
221
|
+
"apiMethod": "POST"
|
222
222
|
},
|
223
223
|
{
|
224
|
-
"apiPath": "/v1/open/sense-search/org-tree",
|
225
|
-
"
|
224
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/org-tree",
|
225
|
+
"apiMethod": "POST"
|
226
226
|
},
|
227
227
|
{
|
228
|
-
"apiPath": "/v1/open/sense-search/book-region-tree",
|
229
|
-
"
|
228
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/book-region-tree",
|
229
|
+
"apiMethod": "POST"
|
230
230
|
},
|
231
231
|
{
|
232
|
-
"apiPath": "/v1/open/sense-search/sense-region-tree",
|
233
|
-
"
|
232
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/sense-region-tree",
|
233
|
+
"apiMethod": "POST"
|
234
234
|
},
|
235
235
|
{
|
236
|
-
"apiPath": "/v1/open/sense-search/entity-class-tree",
|
237
|
-
"
|
236
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/entity-class-tree",
|
237
|
+
"apiMethod": "POST"
|
238
238
|
},
|
239
239
|
{
|
240
|
-
"apiPath": "/v1/open/sense-search/book-list",
|
241
|
-
"
|
240
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/book-list",
|
241
|
+
"apiMethod": "POST"
|
242
242
|
},
|
243
243
|
{
|
244
|
-
"apiPath": "/v1/open/sense-search/sense-list",
|
245
|
-
"
|
244
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/sense-list",
|
245
|
+
"apiMethod": "POST"
|
246
246
|
},
|
247
247
|
{
|
248
|
-
"apiPath": "/v1/open/sense-search/sense-excel-export-config",
|
249
|
-
"
|
248
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/sense-excel-export-config",
|
249
|
+
"apiMethod": "POST"
|
250
250
|
},
|
251
251
|
{
|
252
|
-
"apiPath": "/v1/open/sense-search/sense-excel",
|
253
|
-
"
|
252
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-search/sense-excel",
|
253
|
+
"apiMethod": "POST"
|
254
254
|
},
|
255
255
|
{
|
256
|
-
"apiPath": "/v1/open/sense-manager/book-page",
|
257
|
-
"
|
256
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/book-page",
|
257
|
+
"apiMethod": "POST"
|
258
258
|
},
|
259
259
|
{
|
260
|
-
"apiPath": "/v1/open/sense-manager/sense-page-filter-config",
|
261
|
-
"
|
260
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-page-filter-config",
|
261
|
+
"apiMethod": "GET"
|
262
262
|
},
|
263
263
|
{
|
264
|
-
"apiPath": "/v1/open/sense-manager/sense-page",
|
265
|
-
"
|
264
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-page",
|
265
|
+
"apiMethod": "POST"
|
266
266
|
},
|
267
267
|
{
|
268
|
-
"apiPath": "/v1/open/sense-manager/sense-content-page",
|
269
|
-
"
|
268
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-content-page",
|
269
|
+
"apiMethod": "POST"
|
270
270
|
},
|
271
271
|
{
|
272
|
-
"apiPath": "/v1/open/sense-manager/book-group-statistics",
|
273
|
-
"
|
272
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/book-group-statistics",
|
273
|
+
"apiMethod": "GET"
|
274
274
|
},
|
275
275
|
{
|
276
|
-
"apiPath": "/v1/open/sense-manager/sense-delete",
|
277
|
-
"
|
276
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-delete",
|
277
|
+
"apiMethod": "POST"
|
278
278
|
},
|
279
279
|
{
|
280
|
-
"apiPath": "/v1/open/sense-manager/book-options",
|
281
|
-
"
|
280
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/book-options",
|
281
|
+
"apiMethod": "GET"
|
282
282
|
},
|
283
283
|
{
|
284
|
-
"apiPath": "/v1/open/sense-manager/sense-excel-export-config",
|
285
|
-
"
|
284
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-excel-export-config",
|
285
|
+
"apiMethod": "POST"
|
286
286
|
},
|
287
287
|
{
|
288
|
-
"apiPath": "/v1/open/sense-manager/sense-excel",
|
289
|
-
"
|
288
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-excel",
|
289
|
+
"apiMethod": "POST"
|
290
290
|
},
|
291
291
|
{
|
292
|
-
"apiPath": "/v1/open/sense-manager/sense-content-excel-export-config",
|
293
|
-
"
|
292
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-content-excel-export-config",
|
293
|
+
"apiMethod": "POST"
|
294
294
|
},
|
295
295
|
{
|
296
|
-
"apiPath": "/v1/open/sense-manager/sense-content-excel",
|
297
|
-
"
|
296
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-manager/sense-content-excel",
|
297
|
+
"apiMethod": "POST"
|
298
298
|
},
|
299
299
|
{
|
300
|
-
"apiPath": "/v1/open/sense-form/sense-detail",
|
301
|
-
"
|
300
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-detail",
|
301
|
+
"apiMethod": "POST"
|
302
302
|
},
|
303
303
|
{
|
304
|
-
"apiPath": "/v1/open/sense-form/sense-content-config",
|
305
|
-
"
|
304
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-content-config",
|
305
|
+
"apiMethod": "POST"
|
306
306
|
},
|
307
307
|
{
|
308
|
-
"apiPath": "/v1/open/sense-form/camera-realtime-video-url",
|
309
|
-
"
|
308
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/camera-realtime-video-url",
|
309
|
+
"apiMethod": "GET"
|
310
310
|
},
|
311
311
|
{
|
312
|
-
"apiPath": "/v1/open/sense-form/sense-relation-info",
|
313
|
-
"
|
312
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-relation-info",
|
313
|
+
"apiMethod": "POST"
|
314
314
|
},
|
315
315
|
{
|
316
|
-
"apiPath": "/v1/open/sense-form/sense-relation-node-page",
|
317
|
-
"
|
316
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-relation-node-page",
|
317
|
+
"apiMethod": "POST"
|
318
318
|
},
|
319
319
|
{
|
320
|
-
"apiPath": "/v1/open/sense-form/im-meeting-info",
|
321
|
-
"
|
320
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/im-meeting-info",
|
321
|
+
"apiMethod": "POST"
|
322
322
|
},
|
323
323
|
{
|
324
|
-
"apiPath": "/v1/open/sense-form/sense-edit",
|
325
|
-
"
|
324
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-edit",
|
325
|
+
"apiMethod": "POST"
|
326
326
|
},
|
327
327
|
{
|
328
|
-
"apiPath": "/v1/open/sense-form/sense",
|
329
|
-
"
|
328
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense",
|
329
|
+
"apiMethod": "POST"
|
330
330
|
},
|
331
331
|
{
|
332
|
-
"apiPath": "/v1/open/sense-form/sense-excel-template",
|
333
|
-
"
|
332
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-excel-template",
|
333
|
+
"apiMethod": "GET"
|
334
334
|
},
|
335
335
|
{
|
336
|
-
"apiPath": "/v1/open/sense-form/excel-input/:bookId",
|
337
|
-
"
|
336
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/excel-input/:bookId",
|
337
|
+
"apiMethod": "POST"
|
338
338
|
},
|
339
339
|
{
|
340
|
-
"apiPath": "/v1/open/sense-form/excel-input-schedule",
|
341
|
-
"
|
340
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/excel-input-schedule",
|
341
|
+
"apiMethod": "GET"
|
342
342
|
},
|
343
343
|
{
|
344
|
-
"apiPath": "/v1/open/sense-form/excel-input-error-msg",
|
345
|
-
"
|
344
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/excel-input-error-msg",
|
345
|
+
"apiMethod": "GET"
|
346
346
|
},
|
347
347
|
{
|
348
|
-
"apiPath": "/v1/open/sense-form/camera-ptz-control",
|
349
|
-
"
|
348
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/camera-ptz-control",
|
349
|
+
"apiMethod": "POST"
|
350
350
|
},
|
351
351
|
{
|
352
|
-
"apiPath": "/v1/open/sense-form/book-list",
|
353
|
-
"
|
352
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/book-list",
|
353
|
+
"apiMethod": "GET"
|
354
354
|
},
|
355
355
|
{
|
356
|
-
"apiPath": "/v1/open/sense-form/template-page",
|
357
|
-
"
|
356
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/template-page",
|
357
|
+
"apiMethod": "POST"
|
358
358
|
},
|
359
359
|
{
|
360
|
-
"apiPath": "/v1/open/sense-form/sense-content-data-page",
|
361
|
-
"
|
360
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/sense-content-data-page",
|
361
|
+
"apiMethod": "POST"
|
362
362
|
},
|
363
363
|
{
|
364
|
-
"apiPath": "/v1/open/sense-form/book-detail",
|
365
|
-
"
|
364
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/book-detail",
|
365
|
+
"apiMethod": "GET"
|
366
366
|
},
|
367
367
|
{
|
368
|
-
"apiPath": "/v1/open/sense-form/book",
|
369
|
-
"
|
368
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/sense-form/book",
|
369
|
+
"apiMethod": "POST"
|
370
370
|
},
|
371
371
|
{
|
372
|
-
"apiPath": "/v1/open/org/org-list",
|
373
|
-
"
|
372
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/org/org-list",
|
373
|
+
"apiMethod": "GET"
|
374
374
|
},
|
375
375
|
{
|
376
|
-
"apiPath": "/v1/open/org/all-org-list",
|
377
|
-
"
|
376
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/org/all-org-list",
|
377
|
+
"apiMethod": "GET"
|
378
378
|
},
|
379
379
|
{
|
380
|
-
"apiPath": "/v1/open/org/rel-region",
|
381
|
-
"
|
380
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/org/rel-region",
|
381
|
+
"apiMethod": "GET"
|
382
382
|
},
|
383
383
|
{
|
384
|
-
"apiPath": "/v1/open/import/import-excel-template/:templateId",
|
385
|
-
"
|
384
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/import-excel-template/:templateId",
|
385
|
+
"apiMethod": "GET"
|
386
386
|
},
|
387
387
|
{
|
388
|
-
"apiPath": "/v1/open/import/manual-book-group/:templateId",
|
389
|
-
"
|
388
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/manual-book-group/:templateId",
|
389
|
+
"apiMethod": "POST"
|
390
390
|
},
|
391
391
|
{
|
392
|
-
"apiPath": "/v1/open/import/geolevel-book-group/:templateId",
|
393
|
-
"
|
392
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/geolevel-book-group/:templateId",
|
393
|
+
"apiMethod": "POST"
|
394
394
|
},
|
395
395
|
{
|
396
|
-
"apiPath": "/v1/open/import/template-field-list/:templateId",
|
397
|
-
"
|
396
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/template-field-list/:templateId",
|
397
|
+
"apiMethod": "GET"
|
398
398
|
},
|
399
399
|
{
|
400
|
-
"apiPath": "/v1/open/import/template-outline-overview/:templateId",
|
401
|
-
"
|
400
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/template-outline-overview/:templateId",
|
401
|
+
"apiMethod": "GET"
|
402
402
|
},
|
403
403
|
{
|
404
|
-
"apiPath": "/v1/open/import/template-group-book/mapping",
|
405
|
-
"
|
404
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/template-group-book/mapping",
|
405
|
+
"apiMethod": "POST"
|
406
406
|
},
|
407
407
|
{
|
408
|
-
"apiPath": "/v1/open/import/target-group-book/bookList",
|
409
|
-
"
|
408
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/target-group-book/bookList",
|
409
|
+
"apiMethod": "POST"
|
410
410
|
},
|
411
411
|
{
|
412
|
-
"apiPath": "/v1/open/import/template-field-similar/initial",
|
413
|
-
"
|
412
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/template-field-similar/initial",
|
413
|
+
"apiMethod": "POST"
|
414
414
|
},
|
415
415
|
{
|
416
|
-
"apiPath": "/v1/open/import/template-field-similar/identify",
|
417
|
-
"
|
416
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/template-field-similar/identify",
|
417
|
+
"apiMethod": "POST"
|
418
418
|
},
|
419
419
|
{
|
420
|
-
"apiPath": "/v1/open/import/book-to-book/execute",
|
421
|
-
"
|
420
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/book-to-book/execute",
|
421
|
+
"apiMethod": "POST"
|
422
422
|
},
|
423
423
|
{
|
424
|
-
"apiPath": "/v1/open/import/excel-to-book/schedule",
|
425
|
-
"
|
424
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/excel-to-book/schedule",
|
425
|
+
"apiMethod": "GET"
|
426
426
|
},
|
427
427
|
{
|
428
|
-
"apiPath": "/v1/open/import/excel-to-book/errors",
|
429
|
-
"
|
428
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/excel-to-book/errors",
|
429
|
+
"apiMethod": "GET"
|
430
430
|
},
|
431
431
|
{
|
432
|
-
"apiPath": "/v1/open/import/task-page",
|
433
|
-
"
|
432
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/task-page",
|
433
|
+
"apiMethod": "POST"
|
434
434
|
},
|
435
435
|
{
|
436
|
-
"apiPath": "/v1/open/import/task-operate-msg",
|
437
|
-
"
|
436
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/import/task-operate-msg",
|
437
|
+
"apiMethod": "POST"
|
438
438
|
},
|
439
439
|
{
|
440
|
-
"apiPath": "/v2/open/gis/region-children",
|
441
|
-
"
|
440
|
+
"apiPath": "/gatehub/icos-desktop-00001/v2/open/gis/region-children",
|
441
|
+
"apiMethod": "GET"
|
442
442
|
},
|
443
443
|
{
|
444
|
-
"apiPath": "/v2/open/gis/geom-list",
|
445
|
-
"
|
444
|
+
"apiPath": "/gatehub/icos-desktop-00001/v2/open/gis/geom-list",
|
445
|
+
"apiMethod": "GET"
|
446
446
|
},
|
447
447
|
{
|
448
|
-
"apiPath": "/v1/open/entity-manager/book-group-list",
|
449
|
-
"
|
448
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/entity-manager/book-group-list",
|
449
|
+
"apiMethod": "POST"
|
450
450
|
},
|
451
451
|
{
|
452
|
-
"apiPath": "/v1/open/entity-manager/catalog-tree",
|
453
|
-
"
|
452
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/entity-manager/catalog-tree",
|
453
|
+
"apiMethod": "GET"
|
454
454
|
},
|
455
455
|
{
|
456
|
-
"apiPath": "/v1/open/entity-manager/book/:bookId",
|
457
|
-
"
|
456
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/entity-manager/book/:bookId",
|
457
|
+
"apiMethod": "DELETE"
|
458
458
|
},
|
459
459
|
{
|
460
|
-
"apiPath": "/v1/open/entity/category-ks-code-map",
|
461
|
-
"
|
460
|
+
"apiPath": "/gatehub/icos-desktop-00001/v1/open/entity/category-ks-code-map",
|
461
|
+
"apiMethod": "GET"
|
462
462
|
},
|
463
463
|
{
|
464
|
-
"apiPath": "/v2/open/entity/entity-class-list",
|
465
|
-
"
|
464
|
+
"apiPath": "/gatehub/icos-desktop-00001/v2/open/entity/entity-class-list",
|
465
|
+
"apiMethod": "GET"
|
466
466
|
}
|
467
467
|
]
|
468
468
|
}
|