@icos-desktop/react-components 2.0.0-beta.1.1.1 → 2.0.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/icos-desktop.d.ts +408 -245
- package/dist/icos-desktop.js +7382 -5473
- package/dist/icos-desktop.umd.cjs +1 -1
- package/package.json +225 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@icos-desktop/react-components",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1",
|
4
4
|
"description": "ICOS Desktop React Components",
|
5
5
|
"main": "dist/icos-desktop.umd.cjs",
|
6
6
|
"module": "dist/icos-desktop.js",
|
@@ -36,16 +36,19 @@
|
|
36
36
|
"@xirang/design-icon": "^0.1.0",
|
37
37
|
"@xirang/request": "^0.1.4",
|
38
38
|
"ahooks": "^3.8.0",
|
39
|
+
"antd": "^5.24.0",
|
39
40
|
"classnames": "^2.5.1",
|
40
41
|
"dayjs": "^1.11.13",
|
41
42
|
"immer": "^10.1.1",
|
42
43
|
"lodash": "^4.17.21",
|
43
44
|
"pinyin-pro": "^3.25.0",
|
45
|
+
"qs": "^6.14.0",
|
44
46
|
"rc-overflow": "^1.3.2",
|
45
47
|
"rc-resize-observer": "^1.4.0",
|
46
48
|
"rc-util": "^5.44.3",
|
47
49
|
"react-contexify": "^6.0.0",
|
48
50
|
"react-highlight-words": "^0.20.0",
|
51
|
+
"react-infinite-scroll-component": "^6.1.0",
|
49
52
|
"uuid": "^10.0.0",
|
50
53
|
"wellknown": "^0.5.0"
|
51
54
|
},
|
@@ -72,6 +75,7 @@
|
|
72
75
|
"@storybook/test": "^8.5.6",
|
73
76
|
"@svgr/rollup": "^8.1.0",
|
74
77
|
"@types/lodash": "^4.17.13",
|
78
|
+
"@types/qs": "^6.9.18",
|
75
79
|
"@types/react": "^18.3.12",
|
76
80
|
"@types/react-dom": "^18.3.1",
|
77
81
|
"@types/react-highlight-words": "^0.20.0",
|
@@ -80,7 +84,6 @@
|
|
80
84
|
"@typescript-eslint/eslint-plugin": "^8.12.1",
|
81
85
|
"@typescript-eslint/parser": "^8.12.1",
|
82
86
|
"@vitejs/plugin-react": "^4.3.3",
|
83
|
-
"antd": "^5.21.6",
|
84
87
|
"axios": "^1.7.7",
|
85
88
|
"colors": "^1.4.0",
|
86
89
|
"eslint": "^8.57.1",
|
@@ -116,6 +119,11 @@
|
|
116
119
|
"name": "视频播放器",
|
117
120
|
"description": ""
|
118
121
|
},
|
122
|
+
{
|
123
|
+
"key": "CcosTagConfig",
|
124
|
+
"name": "实体标签配置",
|
125
|
+
"description": ""
|
126
|
+
},
|
119
127
|
{
|
120
128
|
"key": "CcosSenseView",
|
121
129
|
"name": "实体资源视窗",
|
@@ -123,22 +131,27 @@
|
|
123
131
|
},
|
124
132
|
{
|
125
133
|
"key": "CcosSenseTree",
|
126
|
-
"name": "
|
134
|
+
"name": "实体资源视窗 - 资源树",
|
127
135
|
"description": ""
|
128
136
|
},
|
129
137
|
{
|
130
138
|
"key": "CcosSenseSearch",
|
131
|
-
"name": "
|
139
|
+
"name": "实体资源视窗 - 检索和筛选",
|
132
140
|
"description": ""
|
133
141
|
},
|
134
142
|
{
|
135
143
|
"key": "CcosSenseManager",
|
136
|
-
"name": "
|
144
|
+
"name": "实体资源管理器",
|
145
|
+
"description": ""
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"key": "CcosSenseFullTable",
|
149
|
+
"name": "实体列表",
|
137
150
|
"description": ""
|
138
151
|
},
|
139
152
|
{
|
140
153
|
"key": "CcosSenseEdit",
|
141
|
-
"name": "
|
154
|
+
"name": "单条实体新建和编辑",
|
142
155
|
"description": ""
|
143
156
|
},
|
144
157
|
{
|
@@ -148,8 +161,212 @@
|
|
148
161
|
},
|
149
162
|
{
|
150
163
|
"key": "CcosSenseCreate",
|
151
|
-
"name": "
|
164
|
+
"name": "实体新建和编辑",
|
165
|
+
"description": ""
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"key": "CcosImportTable",
|
169
|
+
"name": "导入管理",
|
152
170
|
"description": ""
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"key": "CcosBookDetail",
|
174
|
+
"name": "台账属性",
|
175
|
+
"description": ""
|
176
|
+
}
|
177
|
+
],
|
178
|
+
"apiList": [
|
179
|
+
{
|
180
|
+
"apiPath": "/v1/open/view/system-view-list"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"apiPath": "/v1/open/user/jmt-user-auth-info"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"apiPath": "/v1/open/user/resource-permission"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"apiPath": "/v1/open/user/user-page"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"apiPath": "/v2/open/tag/tag-tree-list"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"apiPath": "/v1/open/tag/sense-tags-save"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"apiPath": "/v1/open/tag/sense-tags-delete"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"apiPath": "/v1/open/sense-search/org-tree"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"apiPath": "/v1/open/sense-search/book-region-tree"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"apiPath": "/v1/open/sense-search/sense-region-tree"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"apiPath": "/v1/open/sense-search/entity-class-tree"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"apiPath": "/v1/open/sense-search/book-list"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"apiPath": "/v1/open/sense-search/sense-list"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"apiPath": "/v1/open/sense-search/sense-excel-export-config"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"apiPath": "/v1/open/sense-search/sense-excel"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"apiPath": "/v1/open/sense-manager/book-page"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"apiPath": "/v1/open/sense-manager/sense-page-filter-config"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"apiPath": "/v1/open/sense-manager/sense-page"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"apiPath": "/v1/open/sense-manager/book-group-statistics"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"apiPath": "/v1/open/sense-manager/sense-delete"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"apiPath": "/v1/open/sense-manager/book-options"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"apiPath": "/v1/open/sense-form/sense-detail"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"apiPath": "/v1/open/sense-form/sense-content-config"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"apiPath": "/v1/open/sense-form/camera-realtime-video-url"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"apiPath": "/v1/open/sense-form/sense-relation-info"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"apiPath": "/v1/open/sense-form/sense-relation-node-page"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"apiPath": "/v1/open/sense-form/im-meeting-info"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"apiPath": "/v1/open/sense-form/sense-edit"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"apiPath": "/v1/open/sense-form/sense"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"apiPath": "/v1/open/sense-form/sense-excel-template"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"apiPath": "/v1/open/sense-form/excel-input/:bookId"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"apiPath": "/v1/open/sense-form/excel-input-schedule"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"apiPath": "/v1/open/sense-form/excel-input-error-msg"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"apiPath": "/v1/open/sense-form/camera-ptz-control"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"apiPath": "/v1/open/sense-form/book-list"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"apiPath": "/v1/open/sense-form/template-page"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"apiPath": "/v1/open/org/org-list"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"apiPath": "/v1/open/org/all-org-list"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"apiPath": "/v1/open/org/rel-region"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"apiPath": "/v2/open/entity/entity-class-list"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"apiPath": "/v2/open/gis/region-children"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"apiPath": "/v2/open/gis/geom-list"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"apiPath": "/v1/open/entity-manager/book-group-list"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"apiPath": "/v1/open/sense-manager/book-path-info"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"apiPath": "/v1/open/import/import-excel-template/:templateId"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"apiPath": "/v1/open/import/manual-book-group/:templateId"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"apiPath": "/v1/open/import/geolevel-book-group/:templateId"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"apiPath": "/v1/open/import/template-field-list/:templateId"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"apiPath": "/v1/open/import/template-outline-overview/:templateId"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"apiPath": "/v1/open/import/template-group-book/mapping"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"apiPath": "/v1/open/import/target-group-book/:templateId"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"apiPath": "/v1/open/import/template-field-similar/initial"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"apiPath": "/v1/open/import/template-field-similar/identify"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"apiPath": "/v1/open/import/book-to-book/execute"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"apiPath": "/v1/open/import/excel-to-book/schedule"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"apiPath": "/v1/open/import/excel-to-book/errors"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"apiPath": "/v1/open/entity-manager/catalog-tree"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"apiPath": "/v1/open/sense-form/book-detail"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"apiPath": "/v1/open/sense-form/book"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"apiPath": "/v1/open/import/task-page"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"apiPath": "/v1/open/import/task-operate-msg"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"apiPath": "/v1/open/entity-manager/book/:bookId"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"apiPath": "/v1/open/entity/category-ks-code-map"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"apiPath": "/v1/open/sense-form/sense-content-data-page"
|
153
370
|
}
|
154
371
|
]
|
155
|
-
}
|
372
|
+
}
|