tianheng-ui 0.1.69 → 0.1.71

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/lib/theme-chalk/styles/dialog.scss +56 -40
  2. package/lib/theme-chalk/styles/feature.scss +7 -0
  3. package/lib/tianheng-ui.js +12 -12
  4. package/package.json +1 -1
  5. package/packages/Dialog/index.vue +18 -9
  6. package/packages/FormMaking/GenerateForm.vue +27 -42
  7. package/packages/FormMaking/GenerateFormItem.vue +10 -26
  8. package/packages/FormMaking/WidgetFormItem.vue +9 -7
  9. package/packages/FormMaking/WidgetGuide.vue +86 -0
  10. package/packages/FormMaking/WidgetSelect.vue +2 -2
  11. package/packages/FormMaking/WidgetTools.vue +10 -6
  12. package/packages/FormMaking/custom/config.js +2 -31
  13. package/packages/FormMaking/custom/configs/list.vue +11 -12
  14. package/packages/FormMaking/custom/configs/radio.vue +2 -5
  15. package/packages/FormMaking/custom/configs/table.vue +12 -9
  16. package/packages/FormMaking/custom/configs/tabs.vue +69 -55
  17. package/packages/FormMaking/custom/index.js +1 -1
  18. package/packages/FormMaking/custom/items/grid_dev.vue +5 -8
  19. package/packages/FormMaking/custom/items/list_dev.vue +19 -23
  20. package/packages/FormMaking/custom/items/list_pro.vue +16 -14
  21. package/packages/FormMaking/custom/items/table_dev.vue +13 -12
  22. package/packages/FormMaking/custom/items/table_pro.vue +5 -5
  23. package/packages/FormMaking/custom/items/tabs_dev.vue +4 -7
  24. package/packages/FormMaking/custom/items/tabs_pro.vue +7 -9
  25. package/packages/FormMaking/index.vue +62 -76
  26. package/packages/FormMaking/styles/index.scss +1 -1
  27. package/packages/Icons/index.js +886 -1
  28. package/packages/Icons/index.vue +53 -306
  29. package/packages/TableMaking/index.vue +18 -3
  30. package/packages/TableMaking/widgetGuide.vue +122 -58
  31. package/packages/FormMaking/custom/configs/tableH5.vue +0 -98
  32. package/packages/FormMaking/custom/items/tableH5_dev.vue +0 -112
  33. package/packages/FormMaking/custom/items/tableH5_pro.vue +0 -119
@@ -5,4 +5,889 @@ Icons.install = function(Vue) {
5
5
  Vue.component(Icons.name, Icons);
6
6
  };
7
7
 
8
- export default Icons;
8
+ export default Icons;
9
+
10
+ export const tianhengIcons = [
11
+ "th-icon-check-circle",
12
+ "th-icon-CI",
13
+ "th-icon-Dollar",
14
+ "th-icon-compass",
15
+ "th-icon-close-circle",
16
+ "th-icon-frown",
17
+ "th-icon-info-circle",
18
+ "th-icon-left-circle",
19
+ "th-icon-down-circle",
20
+ "th-icon-EURO",
21
+ "th-icon-copyright",
22
+ "th-icon-minus-circle",
23
+ "th-icon-meh",
24
+ "th-icon-plus-circle",
25
+ "th-icon-play-circle",
26
+ "th-icon-question-circle",
27
+ "th-icon-Pound",
28
+ "th-icon-right-circle",
29
+ "th-icon-smile",
30
+ "th-icon-trademark",
31
+ "th-icon-time-circle",
32
+ "th-icon-timeout",
33
+ "th-icon-earth",
34
+ "th-icon-YUAN",
35
+ "th-icon-up-circle",
36
+ "th-icon-warning-circle",
37
+ "th-icon-sync",
38
+ "th-icon-transaction",
39
+ "th-icon-undo",
40
+ "th-icon-redo",
41
+ "th-icon-reload",
42
+ "th-icon-reloadtime",
43
+ "th-icon-message",
44
+ "th-icon-dashboard",
45
+ "th-icon-issuesclose",
46
+ "th-icon-poweroff",
47
+ "th-icon-logout",
48
+ "th-icon-piechart",
49
+ "th-icon-setting",
50
+ "th-icon-eye",
51
+ "th-icon-location",
52
+ "th-icon-edit-square",
53
+ "th-icon-export",
54
+ "th-icon-save",
55
+ "th-icon-Import",
56
+ "th-icon-appstore",
57
+ "th-icon-close-square",
58
+ "th-icon-down-square",
59
+ "th-icon-layout",
60
+ "th-icon-left-square",
61
+ "th-icon-play-square",
62
+ "th-icon-control",
63
+ "th-icon-codelibrary",
64
+ "th-icon-detail",
65
+ "th-icon-minus-square",
66
+ "th-icon-plus-square",
67
+ "th-icon-right-square",
68
+ "th-icon-project",
69
+ "th-icon-wallet",
70
+ "th-icon-up-square",
71
+ "th-icon-calculator",
72
+ "th-icon-interation",
73
+ "th-icon-check-square",
74
+ "th-icon-border",
75
+ "th-icon-border-outer",
76
+ "th-icon-border-top",
77
+ "th-icon-border-bottom",
78
+ "th-icon-border-left",
79
+ "th-icon-border-right",
80
+ "th-icon-border-inner",
81
+ "th-icon-border-verticle",
82
+ "th-icon-border-horizontal",
83
+ "th-icon-radius-bottomleft",
84
+ "th-icon-radius-bottomright",
85
+ "th-icon-radius-upleft",
86
+ "th-icon-radius-upright",
87
+ "th-icon-radius-setting",
88
+ "th-icon-adduser",
89
+ "th-icon-deleteteam",
90
+ "th-icon-deleteuser",
91
+ "th-icon-addteam",
92
+ "th-icon-user",
93
+ "th-icon-team",
94
+ "th-icon-areachart",
95
+ "th-icon-linechart",
96
+ "th-icon-barchart",
97
+ "th-icon-pointmap",
98
+ "th-icon-container",
99
+ "th-icon-database",
100
+ "th-icon-sever",
101
+ "th-icon-mobile",
102
+ "th-icon-tablet",
103
+ "th-icon-redenvelope",
104
+ "th-icon-book",
105
+ "th-icon-filedone",
106
+ "th-icon-reconciliation",
107
+ "th-icon-file-exception",
108
+ "th-icon-filesync",
109
+ "th-icon-filesearch",
110
+ "th-icon-solution",
111
+ "th-icon-fileprotect",
112
+ "th-icon-file-add",
113
+ "th-icon-file-excel",
114
+ "th-icon-file-exclamation",
115
+ "th-icon-file-pdf",
116
+ "th-icon-file-image",
117
+ "th-icon-file-markdown",
118
+ "th-icon-file-unknown",
119
+ "th-icon-file-ppt",
120
+ "th-icon-file-word",
121
+ "th-icon-file",
122
+ "th-icon-file-zip",
123
+ "th-icon-file-text",
124
+ "th-icon-file-copy",
125
+ "th-icon-snippets",
126
+ "th-icon-audit",
127
+ "th-icon-diff",
128
+ "th-icon-Batchfolding",
129
+ "th-icon-securityscan",
130
+ "th-icon-propertysafety",
131
+ "th-icon-safetycertificate",
132
+ "th-icon-insurance",
133
+ "th-icon-alert",
134
+ "th-icon-delete",
135
+ "th-icon-hourglass",
136
+ "th-icon-bulb",
137
+ "th-icon-experiment",
138
+ "th-icon-bell",
139
+ "th-icon-trophy",
140
+ "th-icon-rest",
141
+ "th-icon-USB",
142
+ "th-icon-skin",
143
+ "th-icon-home",
144
+ "th-icon-bank",
145
+ "th-icon-filter",
146
+ "th-icon-funnelplot",
147
+ "th-icon-like",
148
+ "th-icon-unlike",
149
+ "th-icon-unlock",
150
+ "th-icon-lock",
151
+ "th-icon-customerservice",
152
+ "th-icon-flag",
153
+ "th-icon-moneycollect",
154
+ "th-icon-medicinebox",
155
+ "th-icon-shop",
156
+ "th-icon-rocket",
157
+ "th-icon-shopping",
158
+ "th-icon-folder",
159
+ "th-icon-folder-open",
160
+ "th-icon-folder-add",
161
+ "th-icon-deploymentunit",
162
+ "th-icon-accountbook",
163
+ "th-icon-contacts",
164
+ "th-icon-carryout",
165
+ "th-icon-calendar-check",
166
+ "th-icon-calendar",
167
+ "th-icon-scan",
168
+ "th-icon-select",
169
+ "th-icon-boxplot",
170
+ "th-icon-build",
171
+ "th-icon-sliders",
172
+ "th-icon-laptop",
173
+ "th-icon-barcode",
174
+ "th-icon-camera",
175
+ "th-icon-cluster",
176
+ "th-icon-gateway",
177
+ "th-icon-car",
178
+ "th-icon-printer",
179
+ "th-icon-read",
180
+ "th-icon-cloud-server",
181
+ "th-icon-cloud-upload",
182
+ "th-icon-cloud",
183
+ "th-icon-cloud-download",
184
+ "th-icon-cloud-sync",
185
+ "th-icon-video",
186
+ "th-icon-notification",
187
+ "th-icon-sound",
188
+ "th-icon-radarchart",
189
+ "th-icon-qrcode",
190
+ "th-icon-fund",
191
+ "th-icon-image",
192
+ "th-icon-mail",
193
+ "th-icon-table",
194
+ "th-icon-idcard",
195
+ "th-icon-creditcard",
196
+ "th-icon-heart",
197
+ "th-icon-block",
198
+ "th-icon-error",
199
+ "th-icon-star",
200
+ "th-icon-gold",
201
+ "th-icon-heatmap",
202
+ "th-icon-wifi",
203
+ "th-icon-attachment",
204
+ "th-icon-edit",
205
+ "th-icon-key",
206
+ "th-icon-api",
207
+ "th-icon-disconnect",
208
+ "th-icon-highlight",
209
+ "th-icon-monitor",
210
+ "th-icon-link",
211
+ "th-icon-man",
212
+ "th-icon-percentage",
213
+ "th-icon-pushpin",
214
+ "th-icon-phone",
215
+ "th-icon-shake",
216
+ "th-icon-tag",
217
+ "th-icon-wrench",
218
+ "th-icon-tags",
219
+ "th-icon-scissor",
220
+ "th-icon-mr",
221
+ "th-icon-share",
222
+ "th-icon-branches",
223
+ "th-icon-fork",
224
+ "th-icon-shrink",
225
+ "th-icon-arrawsalt",
226
+ "th-icon-verticalright",
227
+ "th-icon-verticalleft",
228
+ "th-icon-right",
229
+ "th-icon-left",
230
+ "th-icon-up",
231
+ "th-icon-down",
232
+ "th-icon-fullscreen",
233
+ "th-icon-fullscreen-exit",
234
+ "th-icon-doubleleft",
235
+ "th-icon-doubleright",
236
+ "th-icon-arrowright",
237
+ "th-icon-arrowup",
238
+ "th-icon-arrowleft",
239
+ "th-icon-arrowdown",
240
+ "th-icon-upload",
241
+ "th-icon-colum-height",
242
+ "th-icon-vertical-align-botto",
243
+ "th-icon-vertical-align-middl",
244
+ "th-icon-totop",
245
+ "th-icon-vertical-align-top",
246
+ "th-icon-download",
247
+ "th-icon-sort-descending",
248
+ "th-icon-sort-ascending",
249
+ "th-icon-fall",
250
+ "th-icon-swap",
251
+ "th-icon-stock",
252
+ "th-icon-rise",
253
+ "th-icon-indent",
254
+ "th-icon-outdent",
255
+ "th-icon-menu",
256
+ "th-icon-unorderedlist",
257
+ "th-icon-orderedlist",
258
+ "th-icon-align-right",
259
+ "th-icon-align-center",
260
+ "th-icon-align-left",
261
+ "th-icon-pic-center",
262
+ "th-icon-pic-right",
263
+ "th-icon-pic-left",
264
+ "th-icon-bold",
265
+ "th-icon-font-colors",
266
+ "th-icon-exclaimination",
267
+ "th-icon-font-size",
268
+ "th-icon-infomation",
269
+ "th-icon-line-height",
270
+ "th-icon-strikethrough",
271
+ "th-icon-underline",
272
+ "th-icon-number",
273
+ "th-icon-italic",
274
+ "th-icon-code",
275
+ "th-icon-column-width",
276
+ "th-icon-check",
277
+ "th-icon-ellipsis",
278
+ "th-icon-dash",
279
+ "th-icon-close",
280
+ "th-icon-enter",
281
+ "th-icon-line",
282
+ "th-icon-minus",
283
+ "th-icon-question",
284
+ "th-icon-rollback",
285
+ "th-icon-small-dash",
286
+ "th-icon-pause",
287
+ "th-icon-bg-colors",
288
+ "th-icon-crown",
289
+ "th-icon-drag",
290
+ "th-icon-desktop",
291
+ "th-icon-gift",
292
+ "th-icon-stop",
293
+ "th-icon-fire",
294
+ "th-icon-thunderbolt",
295
+ "th-icon-check-circle-fill",
296
+ "th-icon-left-circle-fill",
297
+ "th-icon-down-circle-fill",
298
+ "th-icon-minus-circle-fill",
299
+ "th-icon-close-circle-fill",
300
+ "th-icon-info-circle-fill",
301
+ "th-icon-up-circle-fill",
302
+ "th-icon-right-circle-fill",
303
+ "th-icon-plus-circle-fill",
304
+ "th-icon-question-circle-fill",
305
+ "th-icon-EURO-circle-fill",
306
+ "th-icon-frown-fill",
307
+ "th-icon-copyright-circle-fil",
308
+ "th-icon-CI-circle-fill",
309
+ "th-icon-compass-fill",
310
+ "th-icon-Dollar-circle-fill",
311
+ "th-icon-poweroff-circle-fill",
312
+ "th-icon-meh-fill",
313
+ "th-icon-play-circle-fill",
314
+ "th-icon-Pound-circle-fill",
315
+ "th-icon-smile-fill",
316
+ "th-icon-stop-fill",
317
+ "th-icon-warning-circle-fill",
318
+ "th-icon-time-circle-fill",
319
+ "th-icon-trademark-circle-fil",
320
+ "th-icon-YUAN-circle-fill",
321
+ "th-icon-heart-fill",
322
+ "th-icon-piechart-circle-fil",
323
+ "th-icon-dashboard-fill",
324
+ "th-icon-message-fill",
325
+ "th-icon-check-square-fill",
326
+ "th-icon-down-square-fill",
327
+ "th-icon-minus-square-fill",
328
+ "th-icon-close-square-fill",
329
+ "th-icon-codelibrary-fill",
330
+ "th-icon-left-square-fill",
331
+ "th-icon-play-square-fill",
332
+ "th-icon-up-square-fill",
333
+ "th-icon-right-square-fill",
334
+ "th-icon-plus-square-fill",
335
+ "th-icon-accountbook-fill",
336
+ "th-icon-carryout-fill",
337
+ "th-icon-calendar-fill",
338
+ "th-icon-calculator-fill",
339
+ "th-icon-interation-fill",
340
+ "th-icon-project-fill",
341
+ "th-icon-detail-fill",
342
+ "th-icon-save-fill",
343
+ "th-icon-wallet-fill",
344
+ "th-icon-control-fill",
345
+ "th-icon-layout-fill",
346
+ "th-icon-appstore-fill",
347
+ "th-icon-mobile-fill",
348
+ "th-icon-tablet-fill",
349
+ "th-icon-book-fill",
350
+ "th-icon-redenvelope-fill",
351
+ "th-icon-safetycertificate-f",
352
+ "th-icon-propertysafety-fill",
353
+ "th-icon-insurance-fill",
354
+ "th-icon-securityscan-fill",
355
+ "th-icon-file-exclamation-fil",
356
+ "th-icon-file-add-fill",
357
+ "th-icon-file-fill",
358
+ "th-icon-file-excel-fill",
359
+ "th-icon-file-markdown-fill",
360
+ "th-icon-file-text-fill",
361
+ "th-icon-file-ppt-fill",
362
+ "th-icon-file-unknown-fill",
363
+ "th-icon-file-word-fill",
364
+ "th-icon-file-zip-fill",
365
+ "th-icon-file-pdf-fill",
366
+ "th-icon-file-image-fill",
367
+ "th-icon-diff-fill",
368
+ "th-icon-file-copy-fill",
369
+ "th-icon-snippets-fill",
370
+ "th-icon-batchfolding-fill",
371
+ "th-icon-reconciliation-fill",
372
+ "th-icon-folder-add-fill",
373
+ "th-icon-folder-fill",
374
+ "th-icon-folder-open-fill",
375
+ "th-icon-database-fill",
376
+ "th-icon-container-fill",
377
+ "th-icon-sever-fill",
378
+ "th-icon-calendar-check-fill",
379
+ "th-icon-image-fill",
380
+ "th-icon-idcard-fill",
381
+ "th-icon-creditcard-fill",
382
+ "th-icon-fund-fill",
383
+ "th-icon-read-fill",
384
+ "th-icon-contacts-fill",
385
+ "th-icon-delete-fill",
386
+ "th-icon-notification-fill",
387
+ "th-icon-flag-fill",
388
+ "th-icon-moneycollect-fill",
389
+ "th-icon-medicinebox-fill",
390
+ "th-icon-rest-fill",
391
+ "th-icon-shopping-fill",
392
+ "th-icon-skin-fill",
393
+ "th-icon-video-fill",
394
+ "th-icon-sound-fill",
395
+ "th-icon-bulb-fill",
396
+ "th-icon-bell-fill",
397
+ "th-icon-filter-fill",
398
+ "th-icon-fire-fill",
399
+ "th-icon-funnelplot-fill",
400
+ "th-icon-gift-fill",
401
+ "th-icon-hourglass-fill",
402
+ "th-icon-home-fill",
403
+ "th-icon-trophy-fill",
404
+ "th-icon-location-fill",
405
+ "th-icon-cloud-fill",
406
+ "th-icon-customerservice-fill",
407
+ "th-icon-experiment-fill",
408
+ "th-icon-eye-fill",
409
+ "th-icon-like-fill",
410
+ "th-icon-lock-fill",
411
+ "th-icon-unlike-fill",
412
+ "th-icon-star-fill",
413
+ "th-icon-unlock-fill",
414
+ "th-icon-alert-fill",
415
+ "th-icon-api-fill",
416
+ "th-icon-highlight-fill",
417
+ "th-icon-phone-fill",
418
+ "th-icon-edit-fill",
419
+ "th-icon-pushpin-fill",
420
+ "th-icon-rocket-fill",
421
+ "th-icon-thunderbolt-fill",
422
+ "th-icon-tag-fill",
423
+ "th-icon-wrench-fill",
424
+ "th-icon-tags-fill",
425
+ "th-icon-bank-fill",
426
+ "th-icon-camera-fill",
427
+ "th-icon-error-fill",
428
+ "th-icon-crown-fill",
429
+ "th-icon-mail-fill",
430
+ "th-icon-car-fill",
431
+ "th-icon-printer-fill",
432
+ "th-icon-shop-fill",
433
+ "th-icon-setting-fill",
434
+ "th-icon-USB-fill",
435
+ "th-icon-golden-fill",
436
+ "th-icon-build-fill",
437
+ "th-icon-boxplot-fill",
438
+ "th-icon-sliders-fill",
439
+ "th-icon-alibaba",
440
+ "th-icon-antdesign",
441
+ "th-icon-ant-cloud",
442
+ "th-icon-behance",
443
+ "th-icon-googleplus",
444
+ "th-icon-medium",
445
+ "th-icon-google",
446
+ "th-icon-IE",
447
+ "th-icon-amazon",
448
+ "th-icon-slack",
449
+ "th-icon-alipay",
450
+ "th-icon-taobao",
451
+ "th-icon-zhihu",
452
+ "th-icon-HTML",
453
+ "th-icon-linkedin",
454
+ "th-icon-yahoo",
455
+ "th-icon-facebook",
456
+ "th-icon-skype",
457
+ "th-icon-CodeSandbox",
458
+ "th-icon-chrome",
459
+ "th-icon-codepen",
460
+ "th-icon-aliwangwang",
461
+ "th-icon-apple",
462
+ "th-icon-android",
463
+ "th-icon-sketch",
464
+ "th-icon-Gitlab",
465
+ "th-icon-dribbble",
466
+ "th-icon-instagram",
467
+ "th-icon-reddit",
468
+ "th-icon-windows",
469
+ "th-icon-yuque",
470
+ "th-icon-Youtube",
471
+ "th-icon-Gitlab-fill",
472
+ "th-icon-dropbox",
473
+ "th-icon-dingtalk",
474
+ "th-icon-android-fill",
475
+ "th-icon-apple-fill",
476
+ "th-icon-HTML-fill",
477
+ "th-icon-windows-fill",
478
+ "th-icon-QQ",
479
+ "th-icon-twitter",
480
+ "th-icon-skype-fill",
481
+ "th-icon-weibo",
482
+ "th-icon-yuque-fill",
483
+ "th-icon-Youtube-fill",
484
+ "th-icon-yahoo-fill",
485
+ "th-icon-wechat-fill",
486
+ "th-icon-chrome-fill",
487
+ "th-icon-alipay-circle-fill",
488
+ "th-icon-aliwangwang-fill",
489
+ "th-icon-behance-circle-fill",
490
+ "th-icon-amazon-circle-fill",
491
+ "th-icon-codepen-circle-fill",
492
+ "th-icon-CodeSandbox-circle-f",
493
+ "th-icon-dropbox-circle-fill",
494
+ "th-icon-github-fill",
495
+ "th-icon-dribbble-circle-fill",
496
+ "th-icon-googleplus-circle-f",
497
+ "th-icon-medium-circle-fill",
498
+ "th-icon-QQ-circle-fill",
499
+ "th-icon-IE-circle-fill",
500
+ "th-icon-google-circle-fill",
501
+ "th-icon-dingtalk-circle-fill",
502
+ "th-icon-sketch-circle-fill",
503
+ "th-icon-slack-circle-fill",
504
+ "th-icon-twitter-circle-fill",
505
+ "th-icon-taobao-circle-fill",
506
+ "th-icon-weibo-circle-fill",
507
+ "th-icon-zhihu-circle-fill",
508
+ "th-icon-reddit-circle-fill",
509
+ "th-icon-alipay-square-fill",
510
+ "th-icon-dingtalk-square-fill",
511
+ "th-icon-CodeSandbox-square-f",
512
+ "th-icon-behance-square-fill",
513
+ "th-icon-amazon-square-fill",
514
+ "th-icon-codepen-square-fill",
515
+ "th-icon-dribbble-square-fill",
516
+ "th-icon-dropbox-square-fill",
517
+ "th-icon-facebook-fill",
518
+ "th-icon-googleplus-square-f",
519
+ "th-icon-google-square-fill",
520
+ "th-icon-instagram-fill",
521
+ "th-icon-IE-square-fill",
522
+ "th-icon-medium-square-fill",
523
+ "th-icon-linkedin-fill",
524
+ "th-icon-QQ-square-fill",
525
+ "th-icon-reddit-square-fill",
526
+ "th-icon-twitter-square-fill",
527
+ "th-icon-sketch-square-fill",
528
+ "th-icon-slack-square-fill",
529
+ "th-icon-taobao-square-fill",
530
+ "th-icon-weibo-square-fill",
531
+ "th-icon-zhihu-square-fill",
532
+ "th-icon-zoomout",
533
+ "th-icon-apartment",
534
+ "th-icon-audio",
535
+ "th-icon-audio-fill",
536
+ "th-icon-robot",
537
+ "th-icon-zoomin",
538
+ "th-icon-robot-fill",
539
+ "th-icon-bug-fill",
540
+ "th-icon-bug",
541
+ "th-icon-audiostatic",
542
+ "th-icon-comment",
543
+ "th-icon-signal-fill",
544
+ "th-icon-verified",
545
+ "th-icon-shortcut-fill",
546
+ "th-icon-videocameraadd",
547
+ "th-icon-switchuser",
548
+ "th-icon-whatsapp",
549
+ "th-icon-appstoreadd",
550
+ "th-icon-caret-down",
551
+ "th-icon-backward",
552
+ "th-icon-caret-up",
553
+ "th-icon-caret-right",
554
+ "th-icon-caret-left",
555
+ "th-icon-fast-backward",
556
+ "th-icon-forward",
557
+ "th-icon-fast-forward",
558
+ "th-icon-search",
559
+ "th-icon-retweet",
560
+ "th-icon-login",
561
+ "th-icon-step-backward",
562
+ "th-icon-step-forward",
563
+ "th-icon-swap-right",
564
+ "th-icon-swap-left",
565
+ "th-icon-woman",
566
+ "th-icon-plus",
567
+ "th-icon-eyeclose-fill",
568
+ "th-icon-eye-close",
569
+ "th-icon-clear",
570
+ "th-icon-collapse",
571
+ "th-icon-expand",
572
+ "th-icon-deletecolumn",
573
+ "th-icon-merge-cells",
574
+ "th-icon-subnode",
575
+ "th-icon-rotate-left",
576
+ "th-icon-rotate-right",
577
+ "th-icon-insertrowbelow",
578
+ "th-icon-insertrowabove",
579
+ "th-icon-table1",
580
+ "th-icon-solit-cells",
581
+ "th-icon-formatpainter",
582
+ "th-icon-insertrowright",
583
+ "th-icon-formatpainter-fill",
584
+ "th-icon-insertrowleft",
585
+ "th-icon-translate",
586
+ "th-icon-deleterow",
587
+ "th-icon-sisternode",
588
+ "th-icon-Field-number",
589
+ "th-icon-Field-String",
590
+ "th-icon-Function",
591
+ "th-icon-Field-time",
592
+ "th-icon-GIF",
593
+ "th-icon-Partition",
594
+ "th-icon-index",
595
+ "th-icon-Storedprocedure",
596
+ "th-icon-Field-Binary",
597
+ "th-icon-Console-SQL",
598
+ "th-icon-icon-test",
599
+ "th-icon-aim",
600
+ "th-icon-compress",
601
+ "th-icon-expend",
602
+ "th-icon-folder-view",
603
+ "th-icon-file-GIF",
604
+ "th-icon-group",
605
+ "th-icon-send",
606
+ "th-icon-Report",
607
+ "th-icon-View",
608
+ "th-icon-shortcut",
609
+ "th-icon-ungroup"
610
+ ];
611
+
612
+ export const elementIcons = [
613
+ "el-icon-platform-eleme",
614
+ "el-icon-eleme",
615
+ "el-icon-delete-solid",
616
+ "el-icon-delete",
617
+ "el-icon-s-tools",
618
+ "el-icon-setting",
619
+ "el-icon-user-solid",
620
+ "el-icon-user",
621
+ "el-icon-phone",
622
+ "el-icon-phone-outline",
623
+ "el-icon-more",
624
+ "el-icon-more-outline",
625
+ "el-icon-star-on",
626
+ "el-icon-star-off",
627
+ "el-icon-s-goods",
628
+ "el-icon-goods",
629
+ "el-icon-warning",
630
+ "el-icon-warning-outline",
631
+ "el-icon-question",
632
+ "el-icon-info",
633
+ "el-icon-remove",
634
+ "el-icon-circle-plus",
635
+ "el-icon-success",
636
+ "el-icon-error",
637
+ "el-icon-zoom-in",
638
+ "el-icon-zoom-out",
639
+ "el-icon-remove-outline",
640
+ "el-icon-circle-plus-outline",
641
+ "el-icon-circle-check",
642
+ "el-icon-circle-close",
643
+ "el-icon-s-help",
644
+ "el-icon-help",
645
+ "el-icon-minus",
646
+ "el-icon-plus",
647
+ "el-icon-check",
648
+ "el-icon-close",
649
+ "el-icon-picture",
650
+ "el-icon-picture-outline",
651
+ "el-icon-picture-outline-round",
652
+ "el-icon-upload",
653
+ "el-icon-upload2",
654
+ "el-icon-download",
655
+ "el-icon-camera-solid",
656
+ "el-icon-camera",
657
+ "el-icon-video-camera-solid",
658
+ "el-icon-video-camera",
659
+ "el-icon-message-solid",
660
+ "el-icon-bell",
661
+ "el-icon-s-cooperation",
662
+ "el-icon-s-order",
663
+ "el-icon-s-platform",
664
+ "el-icon-s-fold",
665
+ "el-icon-s-unfold",
666
+ "el-icon-s-operation",
667
+ "el-icon-s-promotion",
668
+ "el-icon-s-home",
669
+ "el-icon-s-release",
670
+ "el-icon-s-ticket",
671
+ "el-icon-s-management",
672
+ "el-icon-s-open",
673
+ "el-icon-s-shop",
674
+ "el-icon-s-marketing",
675
+ "el-icon-s-flag",
676
+ "el-icon-s-comment",
677
+ "el-icon-s-finance",
678
+ "el-icon-s-claim",
679
+ "el-icon-s-custom",
680
+ "el-icon-s-opportunity",
681
+ "el-icon-s-data",
682
+ "el-icon-s-check",
683
+ "el-icon-s-grid",
684
+ "el-icon-menu",
685
+ "el-icon-share",
686
+ "el-icon-d-caret",
687
+ "el-icon-caret-left",
688
+ "el-icon-caret-right",
689
+ "el-icon-caret-bottom",
690
+ "el-icon-caret-top",
691
+ "el-icon-bottom-left",
692
+ "el-icon-bottom-right",
693
+ "el-icon-back",
694
+ "el-icon-right",
695
+ "el-icon-bottom",
696
+ "el-icon-top",
697
+ "el-icon-top-left",
698
+ "el-icon-top-right",
699
+ "el-icon-arrow-left",
700
+ "el-icon-arrow-right",
701
+ "el-icon-arrow-down",
702
+ "el-icon-arrow-up",
703
+ "el-icon-d-arrow-left",
704
+ "el-icon-d-arrow-right",
705
+ "el-icon-video-pause",
706
+ "el-icon-video-play",
707
+ "el-icon-refresh",
708
+ "el-icon-refresh-right",
709
+ "el-icon-refresh-left",
710
+ "el-icon-finished",
711
+ "el-icon-sort",
712
+ "el-icon-sort-up",
713
+ "el-icon-sort-down",
714
+ "el-icon-rank",
715
+ "el-icon-loading",
716
+ "el-icon-view",
717
+ "el-icon-c-scale-to-original",
718
+ "el-icon-date",
719
+ "el-icon-edit",
720
+ "el-icon-edit-outline",
721
+ "el-icon-folder",
722
+ "el-icon-folder-opened",
723
+ "el-icon-folder-add",
724
+ "el-icon-folder-remove",
725
+ "el-icon-folder-delete",
726
+ "el-icon-folder-checked",
727
+ "el-icon-tickets",
728
+ "el-icon-document-remove",
729
+ "el-icon-document-delete",
730
+ "el-icon-document-copy",
731
+ "el-icon-document-checked",
732
+ "el-icon-document",
733
+ "el-icon-document-add",
734
+ "el-icon-printer",
735
+ "el-icon-paperclip",
736
+ "el-icon-takeaway-box",
737
+ "el-icon-search",
738
+ "el-icon-monitor",
739
+ "el-icon-attract",
740
+ "el-icon-mobile",
741
+ "el-icon-scissors",
742
+ "el-icon-umbrella",
743
+ "el-icon-headset",
744
+ "el-icon-brush",
745
+ "el-icon-mouse",
746
+ "el-icon-coordinate",
747
+ "el-icon-magic-stick",
748
+ "el-icon-reading",
749
+ "el-icon-data-line",
750
+ "el-icon-data-board",
751
+ "el-icon-pie-chart",
752
+ "el-icon-data-analysis",
753
+ "el-icon-collection-tag",
754
+ "el-icon-film",
755
+ "el-icon-suitcase",
756
+ "el-icon-suitcase-1",
757
+ "el-icon-receiving",
758
+ "el-icon-collection",
759
+ "el-icon-files",
760
+ "el-icon-notebook-1",
761
+ "el-icon-notebook-2",
762
+ "el-icon-toilet-paper",
763
+ "el-icon-office-building",
764
+ "el-icon-school",
765
+ "el-icon-table-lamp",
766
+ "el-icon-house",
767
+ "el-icon-no-smoking",
768
+ "el-icon-smoking",
769
+ "el-icon-shopping-cart-full",
770
+ "el-icon-shopping-cart-1",
771
+ "el-icon-shopping-cart-2",
772
+ "el-icon-shopping-bag-1",
773
+ "el-icon-shopping-bag-2",
774
+ "el-icon-sold-out",
775
+ "el-icon-sell",
776
+ "el-icon-present",
777
+ "el-icon-box",
778
+ "el-icon-bank-card",
779
+ "el-icon-money",
780
+ "el-icon-coin",
781
+ "el-icon-wallet",
782
+ "el-icon-discount",
783
+ "el-icon-price-tag",
784
+ "el-icon-news",
785
+ "el-icon-guide",
786
+ "el-icon-male",
787
+ "el-icon-female",
788
+ "el-icon-thumb",
789
+ "el-icon-cpu",
790
+ "el-icon-link",
791
+ "el-icon-connection",
792
+ "el-icon-open",
793
+ "el-icon-turn-off",
794
+ "el-icon-set-up",
795
+ "el-icon-chat-round",
796
+ "el-icon-chat-line-round",
797
+ "el-icon-chat-square",
798
+ "el-icon-chat-dot-round",
799
+ "el-icon-chat-dot-square",
800
+ "el-icon-chat-line-square",
801
+ "el-icon-message",
802
+ "el-icon-postcard",
803
+ "el-icon-position",
804
+ "el-icon-turn-off-microphone",
805
+ "el-icon-microphone",
806
+ "el-icon-close-notification",
807
+ "el-icon-bangzhu",
808
+ "el-icon-time",
809
+ "el-icon-odometer",
810
+ "el-icon-crop",
811
+ "el-icon-aim",
812
+ "el-icon-switch-button",
813
+ "el-icon-full-screen",
814
+ "el-icon-copy-document",
815
+ "el-icon-mic",
816
+ "el-icon-stopwatch",
817
+ "el-icon-medal-1",
818
+ "el-icon-medal",
819
+ "el-icon-trophy",
820
+ "el-icon-trophy-1",
821
+ "el-icon-first-aid-kit",
822
+ "el-icon-discover",
823
+ "el-icon-place",
824
+ "el-icon-location",
825
+ "el-icon-location-outline",
826
+ "el-icon-location-information",
827
+ "el-icon-add-location",
828
+ "el-icon-delete-location",
829
+ "el-icon-map-location",
830
+ "el-icon-alarm-clock",
831
+ "el-icon-timer",
832
+ "el-icon-watch-1",
833
+ "el-icon-watch",
834
+ "el-icon-lock",
835
+ "el-icon-unlock",
836
+ "el-icon-key",
837
+ "el-icon-service",
838
+ "el-icon-mobile-phone",
839
+ "el-icon-bicycle",
840
+ "el-icon-truck",
841
+ "el-icon-ship",
842
+ "el-icon-basketball",
843
+ "el-icon-football",
844
+ "el-icon-soccer",
845
+ "el-icon-baseball",
846
+ "el-icon-wind-power",
847
+ "el-icon-light-rain",
848
+ "el-icon-lightning",
849
+ "el-icon-heavy-rain",
850
+ "el-icon-sunrise",
851
+ "el-icon-sunrise-1",
852
+ "el-icon-sunset",
853
+ "el-icon-sunny",
854
+ "el-icon-cloudy",
855
+ "el-icon-partly-cloudy",
856
+ "el-icon-cloudy-and-sunny",
857
+ "el-icon-moon",
858
+ "el-icon-moon-night",
859
+ "el-icon-dish",
860
+ "el-icon-dish-1",
861
+ "el-icon-food",
862
+ "el-icon-chicken",
863
+ "el-icon-fork-spoon",
864
+ "el-icon-knife-fork",
865
+ "el-icon-burger",
866
+ "el-icon-tableware",
867
+ "el-icon-sugar",
868
+ "el-icon-dessert",
869
+ "el-icon-ice-cream",
870
+ "el-icon-hot-water",
871
+ "el-icon-water-cup",
872
+ "el-icon-coffee-cup",
873
+ "el-icon-cold-drink",
874
+ "el-icon-goblet",
875
+ "el-icon-goblet-full",
876
+ "el-icon-goblet-square",
877
+ "el-icon-goblet-square-full",
878
+ "el-icon-refrigerator",
879
+ "el-icon-grape",
880
+ "el-icon-watermelon",
881
+ "el-icon-cherry",
882
+ "el-icon-apple",
883
+ "el-icon-pear",
884
+ "el-icon-orange",
885
+ "el-icon-coffee",
886
+ "el-icon-ice-tea",
887
+ "el-icon-ice-drink",
888
+ "el-icon-milk-tea",
889
+ "el-icon-potato-strips",
890
+ "el-icon-lollipop",
891
+ "el-icon-ice-cream-square",
892
+ "el-icon-ice-cream-round"
893
+ ];