@fmdeui/fmui 1.0.48 → 1.0.50

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.
Files changed (84) hide show
  1. package/es/_virtual/de-DE.mjs +1 -1
  2. package/es/_virtual/en-US.mjs +1 -1
  3. package/es/_virtual/es-ES.mjs +1 -1
  4. package/es/_virtual/fr-FR.mjs +1 -1
  5. package/es/_virtual/it-IT.mjs +1 -1
  6. package/es/_virtual/ja-JP.mjs +1 -1
  7. package/es/_virtual/ko-KR.mjs +1 -1
  8. package/es/_virtual/nb-NO.mjs +1 -1
  9. package/es/_virtual/pt-BR.mjs +1 -1
  10. package/es/_virtual/ru-RU.mjs +1 -1
  11. package/es/_virtual/th-TH.mjs +1 -1
  12. package/es/_virtual/vi-VN.mjs +1 -1
  13. package/es/_virtual/zh-CN.mjs +1 -1
  14. package/es/_virtual/zh-HK.mjs +1 -1
  15. package/es/_virtual/zh-TW.mjs +1 -1
  16. package/es/api/index.d.ts +34 -0
  17. package/es/index.d.ts +2 -1
  18. package/es/index.mjs +2 -1
  19. package/es/packages/api/index.mjs +116 -1
  20. package/index.js +1098 -1
  21. package/index.min.js +6 -6
  22. package/index.min.mjs +6 -6
  23. package/index.mjs +1096 -2
  24. package/lib/_virtual/de-DE.js +1 -1
  25. package/lib/_virtual/en-US.js +1 -1
  26. package/lib/_virtual/es-ES.js +1 -1
  27. package/lib/_virtual/fr-FR.js +1 -1
  28. package/lib/_virtual/it-IT.js +1 -1
  29. package/lib/_virtual/ja-JP.js +1 -1
  30. package/lib/_virtual/ko-KR.js +1 -1
  31. package/lib/_virtual/nb-NO.js +1 -1
  32. package/lib/_virtual/pt-BR.js +1 -1
  33. package/lib/_virtual/ru-RU.js +1 -1
  34. package/lib/_virtual/th-TH.js +1 -1
  35. package/lib/_virtual/vi-VN.js +1 -1
  36. package/lib/_virtual/zh-CN.js +1 -1
  37. package/lib/_virtual/zh-HK.js +1 -1
  38. package/lib/_virtual/zh-TW.js +1 -1
  39. package/lib/api/index.d.ts +34 -0
  40. package/lib/index.d.ts +2 -1
  41. package/lib/index.js +4 -0
  42. package/lib/packages/api/index.js +117 -0
  43. package/locale/en.js +1 -1
  44. package/locale/en.min.js +1 -1
  45. package/locale/en.min.mjs +1 -1
  46. package/locale/en.mjs +1 -1
  47. package/locale/zh-cn.js +1 -1
  48. package/locale/zh-cn.min.js +1 -1
  49. package/locale/zh-cn.min.mjs +1 -1
  50. package/locale/zh-cn.mjs +1 -1
  51. package/package.json +1 -1
  52. /package/es/{version.css → index.css} +0 -0
  53. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +0 -0
  54. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +0 -0
  55. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +0 -0
  56. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +0 -0
  57. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +0 -0
  58. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +0 -0
  59. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +0 -0
  60. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +0 -0
  61. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +0 -0
  62. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +0 -0
  63. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +0 -0
  64. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +0 -0
  65. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +0 -0
  66. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +0 -0
  67. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
  68. /package/es/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
  69. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +0 -0
  70. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +0 -0
  71. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +0 -0
  72. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +0 -0
  73. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +0 -0
  74. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +0 -0
  75. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +0 -0
  76. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +0 -0
  77. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +0 -0
  78. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +0 -0
  79. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +0 -0
  80. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +0 -0
  81. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +0 -0
  82. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +0 -0
  83. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
  84. /package/lib/node_modules/.pnpm/{vxe-table@4.18.6_vue@3.5.30_typescript@5.9.3_ → vxe-table@4.18.8_vue@3.5.30_typescript@5.9.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! fmdeui-fmui v1.0.48 */
1
+ /*! fmdeui-fmui v1.0.50 */
2
2
  import VxeUITable from 'vxe-table';
3
3
  import VxeUIPluginRenderElement from '@vxe-ui/plugin-render-element';
4
4
  import VxeUIPluginExportXLSX from '@vxe-ui/plugin-export-xlsx';
@@ -1126,6 +1126,985 @@ const validateFormWithScrollCallback = async (formRef, onSuccess, options) => {
1126
1126
  }
1127
1127
  };
1128
1128
 
1129
+ const iconfonntClassList = [
1130
+ "icon-quanjushezhi_o",
1131
+ "icon-yunshangchuan_o",
1132
+ "icon-yunxiazai_o",
1133
+ "icon-shuaxin",
1134
+ "icon-diannao1",
1135
+ "icon-barcode-qr",
1136
+ "icon-zhongduancanshuchaxun",
1137
+ "icon-shouye_dongtaihui",
1138
+ "icon-putong",
1139
+ "icon-dongtai",
1140
+ "icon-wenducanshu-05",
1141
+ "icon-zhongduancanshu",
1142
+ "icon-tongzhi1",
1143
+ "icon-tongzhi2",
1144
+ "icon-tongzhi3",
1145
+ "icon-tongzhi4",
1146
+ "icon-dianhua",
1147
+ "icon-xianshimima",
1148
+ "icon-yincangmima",
1149
+ "icon-shuxing",
1150
+ "icon-juxingkaobei",
1151
+ "icon-shuxingtu",
1152
+ "icon-bolangneng",
1153
+ "icon-bolangnengshiyanchang",
1154
+ "icon--chaifenhang",
1155
+ "icon--chaifenlie",
1156
+ "icon-tupianyulan",
1157
+ "icon-15tupianyulan",
1158
+ "icon-728bianjiqi_zitidaxiao",
1159
+ "icon-ziti",
1160
+ "icon-font-size",
1161
+ "icon-tuodong",
1162
+ "icon-zhongyingwen1",
1163
+ "icon-fuhao-yingwen",
1164
+ "icon-fuhao-zhongwen",
1165
+ "icon-diqiu",
1166
+ "icon-xingqiu",
1167
+ "icon-diqiu1",
1168
+ "icon-huanjingxingqiu",
1169
+ "icon-zidingyibuju",
1170
+ "icon-dayin",
1171
+ "icon-step",
1172
+ "icon-30xuanzhongyuanxingfill",
1173
+ "icon-shibai",
1174
+ "icon-7_round_solid",
1175
+ "icon-6_round_solid",
1176
+ "icon-9_round_solid",
1177
+ "icon-1_round_solid",
1178
+ "icon-5_round_solid",
1179
+ "icon-2_round_solid",
1180
+ "icon-0_round_solid",
1181
+ "icon-3_round_solid",
1182
+ "icon-4_round_solid",
1183
+ "icon-8_round_solid",
1184
+ "icon-radio-off-full",
1185
+ "icon-tongzhi",
1186
+ "icon-ditu",
1187
+ "icon-ico",
1188
+ "icon-chazhaobiaodanliebiao",
1189
+ "icon-biaodan",
1190
+ "icon-siweidaotu",
1191
+ "icon-jiliandongxuanzeqi",
1192
+ "icon-caijian",
1193
+ "icon-fuwenben",
1194
+ "icon-fuwenbenkuang",
1195
+ "icon-shangchuan",
1196
+ "icon-xuanzeqi",
1197
+ "icon-fangkuang",
1198
+ "icon-gouxuan-weixuanzhong-xianxingfangkuang",
1199
+ "icon-shidu",
1200
+ "icon-yangan",
1201
+ "icon-wendu",
1202
+ "icon-zaosheng",
1203
+ "icon-jinridaiban",
1204
+ "icon-AIshiyanshi",
1205
+ "icon-shenqingkaiban",
1206
+ "icon-zhongyingwenqiehuan",
1207
+ "icon-zhongyingwen",
1208
+ "icon-zhongyingzhuanhuan",
1209
+ "icon-zhongyingwenyuyan",
1210
+ "icon-shuju",
1211
+ "icon-ico_shuju",
1212
+ "icon-shuju1",
1213
+ "icon-fuzhiyemian",
1214
+ "icon-caozuo-wailian",
1215
+ "icon-icon-",
1216
+ "icon-gerenzhongxin",
1217
+ "icon-caidan",
1218
+ "icon-xitongshezhi",
1219
+ "icon-neiqianshujuchucun",
1220
+ "icon-shouye",
1221
+ "icon-quanxian",
1222
+ "icon-zujian",
1223
+ "icon-crew_feature",
1224
+ "icon-gongju",
1225
+ "icon-skin",
1226
+ "icon-shixinyuan",
1227
+ "icon-webicon318",
1228
+ "icon-dian",
1229
+ "icon-fullscreen",
1230
+ "icon-tuichuquanping"
1231
+ ];
1232
+
1233
+ const fontAwesomeClassList = [
1234
+ "fa-glass",
1235
+ "fa-music",
1236
+ "fa-search",
1237
+ "fa-envelope-o",
1238
+ "fa-heart",
1239
+ "fa-star",
1240
+ "fa-star-o",
1241
+ "fa-user",
1242
+ "fa-film",
1243
+ "fa-th-large",
1244
+ "fa-th",
1245
+ "fa-th-list",
1246
+ "fa-check",
1247
+ "fa-remove",
1248
+ "fa-close",
1249
+ "fa-times",
1250
+ "fa-search-plus",
1251
+ "fa-search-minus",
1252
+ "fa-power-off",
1253
+ "fa-signal",
1254
+ "fa-gear",
1255
+ "fa-cog",
1256
+ "fa-trash-o",
1257
+ "fa-home",
1258
+ "fa-file-o",
1259
+ "fa-clock-o",
1260
+ "fa-road",
1261
+ "fa-download",
1262
+ "fa-arrow-circle-o-down",
1263
+ "fa-arrow-circle-o-up",
1264
+ "fa-inbox",
1265
+ "fa-play-circle-o",
1266
+ "fa-rotate-right",
1267
+ "fa-repeat",
1268
+ "fa-refresh",
1269
+ "fa-list-alt",
1270
+ "fa-lock",
1271
+ "fa-flag",
1272
+ "fa-headphones",
1273
+ "fa-volume-off",
1274
+ "fa-volume-down",
1275
+ "fa-volume-up",
1276
+ "fa-qrcode",
1277
+ "fa-barcode",
1278
+ "fa-tag",
1279
+ "fa-tags",
1280
+ "fa-book",
1281
+ "fa-bookmark",
1282
+ "fa-print",
1283
+ "fa-camera",
1284
+ "fa-font",
1285
+ "fa-bold",
1286
+ "fa-italic",
1287
+ "fa-text-height",
1288
+ "fa-text-width",
1289
+ "fa-align-left",
1290
+ "fa-align-center",
1291
+ "fa-align-right",
1292
+ "fa-align-justify",
1293
+ "fa-list",
1294
+ "fa-dedent",
1295
+ "fa-outdent",
1296
+ "fa-indent",
1297
+ "fa-video-camera",
1298
+ "fa-photo",
1299
+ "fa-image",
1300
+ "fa-picture-o",
1301
+ "fa-pencil",
1302
+ "fa-map-marker",
1303
+ "fa-adjust",
1304
+ "fa-tint",
1305
+ "fa-edit",
1306
+ "fa-pencil-square-o",
1307
+ "fa-share-square-o",
1308
+ "fa-check-square-o",
1309
+ "fa-arrows",
1310
+ "fa-step-backward",
1311
+ "fa-fast-backward",
1312
+ "fa-backward",
1313
+ "fa-play",
1314
+ "fa-pause",
1315
+ "fa-stop",
1316
+ "fa-forward",
1317
+ "fa-fast-forward",
1318
+ "fa-step-forward",
1319
+ "fa-eject",
1320
+ "fa-chevron-left",
1321
+ "fa-chevron-right",
1322
+ "fa-plus-circle",
1323
+ "fa-minus-circle",
1324
+ "fa-times-circle",
1325
+ "fa-check-circle",
1326
+ "fa-question-circle",
1327
+ "fa-info-circle",
1328
+ "fa-crosshairs",
1329
+ "fa-times-circle-o",
1330
+ "fa-check-circle-o",
1331
+ "fa-ban",
1332
+ "fa-arrow-left",
1333
+ "fa-arrow-right",
1334
+ "fa-arrow-up",
1335
+ "fa-arrow-down",
1336
+ "fa-mail-forward",
1337
+ "fa-share",
1338
+ "fa-expand",
1339
+ "fa-compress",
1340
+ "fa-plus",
1341
+ "fa-minus",
1342
+ "fa-asterisk",
1343
+ "fa-exclamation-circle",
1344
+ "fa-gift",
1345
+ "fa-leaf",
1346
+ "fa-fire",
1347
+ "fa-eye",
1348
+ "fa-eye-slash",
1349
+ "fa-warning",
1350
+ "fa-exclamation-triangle",
1351
+ "fa-plane",
1352
+ "fa-calendar",
1353
+ "fa-random",
1354
+ "fa-comment",
1355
+ "fa-magnet",
1356
+ "fa-chevron-up",
1357
+ "fa-chevron-down",
1358
+ "fa-retweet",
1359
+ "fa-shopping-cart",
1360
+ "fa-folder",
1361
+ "fa-folder-open",
1362
+ "fa-arrows-v",
1363
+ "fa-arrows-h",
1364
+ "fa-bar-chart-o",
1365
+ "fa-bar-chart",
1366
+ "fa-twitter-square",
1367
+ "fa-facebook-square",
1368
+ "fa-camera-retro",
1369
+ "fa-key",
1370
+ "fa-gears",
1371
+ "fa-cogs",
1372
+ "fa-comments",
1373
+ "fa-thumbs-o-up",
1374
+ "fa-thumbs-o-down",
1375
+ "fa-star-half",
1376
+ "fa-heart-o",
1377
+ "fa-sign-out",
1378
+ "fa-linkedin-square",
1379
+ "fa-thumb-tack",
1380
+ "fa-external-link",
1381
+ "fa-sign-in",
1382
+ "fa-trophy",
1383
+ "fa-github-square",
1384
+ "fa-upload",
1385
+ "fa-lemon-o",
1386
+ "fa-phone",
1387
+ "fa-square-o",
1388
+ "fa-bookmark-o",
1389
+ "fa-phone-square",
1390
+ "fa-twitter",
1391
+ "fa-facebook-f",
1392
+ "fa-facebook",
1393
+ "fa-github",
1394
+ "fa-unlock",
1395
+ "fa-credit-card",
1396
+ "fa-feed",
1397
+ "fa-rss",
1398
+ "fa-hdd-o",
1399
+ "fa-bullhorn",
1400
+ "fa-bell",
1401
+ "fa-certificate",
1402
+ "fa-hand-o-right",
1403
+ "fa-hand-o-left",
1404
+ "fa-hand-o-up",
1405
+ "fa-hand-o-down",
1406
+ "fa-arrow-circle-left",
1407
+ "fa-arrow-circle-right",
1408
+ "fa-arrow-circle-up",
1409
+ "fa-arrow-circle-down",
1410
+ "fa-globe",
1411
+ "fa-wrench",
1412
+ "fa-tasks",
1413
+ "fa-filter",
1414
+ "fa-briefcase",
1415
+ "fa-arrows-alt",
1416
+ "fa-group",
1417
+ "fa-users",
1418
+ "fa-chain",
1419
+ "fa-link",
1420
+ "fa-cloud",
1421
+ "fa-flask",
1422
+ "fa-cut",
1423
+ "fa-scissors",
1424
+ "fa-copy",
1425
+ "fa-files-o",
1426
+ "fa-paperclip",
1427
+ "fa-save",
1428
+ "fa-floppy-o",
1429
+ "fa-square",
1430
+ "fa-navicon",
1431
+ "fa-reorder",
1432
+ "fa-bars",
1433
+ "fa-list-ul",
1434
+ "fa-list-ol",
1435
+ "fa-strikethrough",
1436
+ "fa-underline",
1437
+ "fa-table",
1438
+ "fa-magic",
1439
+ "fa-truck",
1440
+ "fa-pinterest",
1441
+ "fa-pinterest-square",
1442
+ "fa-google-plus-square",
1443
+ "fa-google-plus",
1444
+ "fa-money",
1445
+ "fa-caret-down",
1446
+ "fa-caret-up",
1447
+ "fa-caret-left",
1448
+ "fa-caret-right",
1449
+ "fa-columns",
1450
+ "fa-unsorted",
1451
+ "fa-sort",
1452
+ "fa-sort-down",
1453
+ "fa-sort-desc",
1454
+ "fa-sort-up",
1455
+ "fa-sort-asc",
1456
+ "fa-envelope",
1457
+ "fa-linkedin",
1458
+ "fa-rotate-left",
1459
+ "fa-undo",
1460
+ "fa-legal",
1461
+ "fa-gavel",
1462
+ "fa-dashboard",
1463
+ "fa-tachometer",
1464
+ "fa-comment-o",
1465
+ "fa-comments-o",
1466
+ "fa-flash",
1467
+ "fa-bolt",
1468
+ "fa-sitemap",
1469
+ "fa-umbrella",
1470
+ "fa-paste",
1471
+ "fa-clipboard",
1472
+ "fa-lightbulb-o",
1473
+ "fa-exchange",
1474
+ "fa-cloud-download",
1475
+ "fa-cloud-upload",
1476
+ "fa-user-md",
1477
+ "fa-stethoscope",
1478
+ "fa-suitcase",
1479
+ "fa-bell-o",
1480
+ "fa-coffee",
1481
+ "fa-cutlery",
1482
+ "fa-file-text-o",
1483
+ "fa-building-o",
1484
+ "fa-hospital-o",
1485
+ "fa-ambulance",
1486
+ "fa-medkit",
1487
+ "fa-fighter-jet",
1488
+ "fa-beer",
1489
+ "fa-h-square",
1490
+ "fa-plus-square",
1491
+ "fa-angle-double-left",
1492
+ "fa-angle-double-right",
1493
+ "fa-angle-double-up",
1494
+ "fa-angle-double-down",
1495
+ "fa-angle-left",
1496
+ "fa-angle-right",
1497
+ "fa-angle-up",
1498
+ "fa-angle-down",
1499
+ "fa-desktop",
1500
+ "fa-laptop",
1501
+ "fa-tablet",
1502
+ "fa-mobile-phone",
1503
+ "fa-mobile",
1504
+ "fa-circle-o",
1505
+ "fa-quote-left",
1506
+ "fa-quote-right",
1507
+ "fa-spinner",
1508
+ "fa-circle",
1509
+ "fa-mail-reply",
1510
+ "fa-reply",
1511
+ "fa-github-alt",
1512
+ "fa-folder-o",
1513
+ "fa-folder-open-o",
1514
+ "fa-smile-o",
1515
+ "fa-frown-o",
1516
+ "fa-meh-o",
1517
+ "fa-gamepad",
1518
+ "fa-keyboard-o",
1519
+ "fa-flag-o",
1520
+ "fa-flag-checkered",
1521
+ "fa-terminal",
1522
+ "fa-code",
1523
+ "fa-mail-reply-all",
1524
+ "fa-reply-all",
1525
+ "fa-star-half-empty",
1526
+ "fa-star-half-full",
1527
+ "fa-star-half-o",
1528
+ "fa-location-arrow",
1529
+ "fa-crop",
1530
+ "fa-code-fork",
1531
+ "fa-unlink",
1532
+ "fa-chain-broken",
1533
+ "fa-question",
1534
+ "fa-info",
1535
+ "fa-exclamation",
1536
+ "fa-superscript",
1537
+ "fa-subscript",
1538
+ "fa-eraser",
1539
+ "fa-puzzle-piece",
1540
+ "fa-microphone",
1541
+ "fa-microphone-slash",
1542
+ "fa-shield",
1543
+ "fa-calendar-o",
1544
+ "fa-fire-extinguisher",
1545
+ "fa-rocket",
1546
+ "fa-maxcdn",
1547
+ "fa-chevron-circle-left",
1548
+ "fa-chevron-circle-right",
1549
+ "fa-chevron-circle-up",
1550
+ "fa-chevron-circle-down",
1551
+ "fa-html5",
1552
+ "fa-css3",
1553
+ "fa-anchor",
1554
+ "fa-unlock-alt",
1555
+ "fa-bullseye",
1556
+ "fa-ellipsis-h",
1557
+ "fa-ellipsis-v",
1558
+ "fa-rss-square",
1559
+ "fa-play-circle",
1560
+ "fa-ticket",
1561
+ "fa-minus-square",
1562
+ "fa-minus-square-o",
1563
+ "fa-level-up",
1564
+ "fa-level-down",
1565
+ "fa-check-square",
1566
+ "fa-pencil-square",
1567
+ "fa-external-link-square",
1568
+ "fa-share-square",
1569
+ "fa-compass",
1570
+ "fa-toggle-down",
1571
+ "fa-caret-square-o-down",
1572
+ "fa-toggle-up",
1573
+ "fa-caret-square-o-up",
1574
+ "fa-toggle-right",
1575
+ "fa-caret-square-o-right",
1576
+ "fa-euro",
1577
+ "fa-eur",
1578
+ "fa-gbp",
1579
+ "fa-dollar",
1580
+ "fa-usd",
1581
+ "fa-rupee",
1582
+ "fa-inr",
1583
+ "fa-cny",
1584
+ "fa-rmb",
1585
+ "fa-yen",
1586
+ "fa-jpy",
1587
+ "fa-ruble",
1588
+ "fa-rouble",
1589
+ "fa-rub",
1590
+ "fa-won",
1591
+ "fa-krw",
1592
+ "fa-bitcoin",
1593
+ "fa-btc",
1594
+ "fa-file",
1595
+ "fa-file-text",
1596
+ "fa-sort-alpha-asc",
1597
+ "fa-sort-alpha-desc",
1598
+ "fa-sort-amount-asc",
1599
+ "fa-sort-amount-desc",
1600
+ "fa-sort-numeric-asc",
1601
+ "fa-sort-numeric-desc",
1602
+ "fa-thumbs-up",
1603
+ "fa-thumbs-down",
1604
+ "fa-youtube-square",
1605
+ "fa-youtube",
1606
+ "fa-xing",
1607
+ "fa-xing-square",
1608
+ "fa-youtube-play",
1609
+ "fa-dropbox",
1610
+ "fa-stack-overflow",
1611
+ "fa-instagram",
1612
+ "fa-flickr",
1613
+ "fa-adn",
1614
+ "fa-bitbucket",
1615
+ "fa-bitbucket-square",
1616
+ "fa-tumblr",
1617
+ "fa-tumblr-square",
1618
+ "fa-long-arrow-down",
1619
+ "fa-long-arrow-up",
1620
+ "fa-long-arrow-left",
1621
+ "fa-long-arrow-right",
1622
+ "fa-apple",
1623
+ "fa-windows",
1624
+ "fa-android",
1625
+ "fa-linux",
1626
+ "fa-dribbble",
1627
+ "fa-skype",
1628
+ "fa-foursquare",
1629
+ "fa-trello",
1630
+ "fa-female",
1631
+ "fa-male",
1632
+ "fa-gittip",
1633
+ "fa-gratipay",
1634
+ "fa-sun-o",
1635
+ "fa-moon-o",
1636
+ "fa-archive",
1637
+ "fa-bug",
1638
+ "fa-vk",
1639
+ "fa-weibo",
1640
+ "fa-renren",
1641
+ "fa-pagelines",
1642
+ "fa-stack-exchange",
1643
+ "fa-arrow-circle-o-right",
1644
+ "fa-arrow-circle-o-left",
1645
+ "fa-toggle-left",
1646
+ "fa-caret-square-o-left",
1647
+ "fa-dot-circle-o",
1648
+ "fa-wheelchair",
1649
+ "fa-vimeo-square",
1650
+ "fa-turkish-lira",
1651
+ "fa-try",
1652
+ "fa-plus-square-o",
1653
+ "fa-space-shuttle",
1654
+ "fa-slack",
1655
+ "fa-envelope-square",
1656
+ "fa-wordpress",
1657
+ "fa-openid",
1658
+ "fa-institution",
1659
+ "fa-bank",
1660
+ "fa-university",
1661
+ "fa-mortar-board",
1662
+ "fa-graduation-cap",
1663
+ "fa-yahoo",
1664
+ "fa-google",
1665
+ "fa-reddit",
1666
+ "fa-reddit-square",
1667
+ "fa-stumbleupon-circle",
1668
+ "fa-stumbleupon",
1669
+ "fa-delicious",
1670
+ "fa-digg",
1671
+ "fa-pied-piper-pp",
1672
+ "fa-pied-piper-alt",
1673
+ "fa-drupal",
1674
+ "fa-joomla",
1675
+ "fa-language",
1676
+ "fa-fax",
1677
+ "fa-building",
1678
+ "fa-child",
1679
+ "fa-paw",
1680
+ "fa-spoon",
1681
+ "fa-cube",
1682
+ "fa-cubes",
1683
+ "fa-behance",
1684
+ "fa-behance-square",
1685
+ "fa-steam",
1686
+ "fa-steam-square",
1687
+ "fa-recycle",
1688
+ "fa-automobile",
1689
+ "fa-car",
1690
+ "fa-cab",
1691
+ "fa-taxi",
1692
+ "fa-tree",
1693
+ "fa-spotify",
1694
+ "fa-deviantart",
1695
+ "fa-soundcloud",
1696
+ "fa-database",
1697
+ "fa-file-pdf-o",
1698
+ "fa-file-word-o",
1699
+ "fa-file-excel-o",
1700
+ "fa-file-powerpoint-o",
1701
+ "fa-file-photo-o",
1702
+ "fa-file-picture-o",
1703
+ "fa-file-image-o",
1704
+ "fa-file-zip-o",
1705
+ "fa-file-archive-o",
1706
+ "fa-file-sound-o",
1707
+ "fa-file-audio-o",
1708
+ "fa-file-movie-o",
1709
+ "fa-file-video-o",
1710
+ "fa-file-code-o",
1711
+ "fa-vine",
1712
+ "fa-codepen",
1713
+ "fa-jsfiddle",
1714
+ "fa-life-bouy",
1715
+ "fa-life-buoy",
1716
+ "fa-life-saver",
1717
+ "fa-support",
1718
+ "fa-life-ring",
1719
+ "fa-circle-o-notch",
1720
+ "fa-ra",
1721
+ "fa-resistance",
1722
+ "fa-rebel",
1723
+ "fa-ge",
1724
+ "fa-empire",
1725
+ "fa-git-square",
1726
+ "fa-git",
1727
+ "fa-y-combinator-square",
1728
+ "fa-yc-square",
1729
+ "fa-hacker-news",
1730
+ "fa-tencent-weibo",
1731
+ "fa-qq",
1732
+ "fa-wechat",
1733
+ "fa-weixin",
1734
+ "fa-send",
1735
+ "fa-paper-plane",
1736
+ "fa-send-o",
1737
+ "fa-paper-plane-o",
1738
+ "fa-history",
1739
+ "fa-circle-thin",
1740
+ "fa-header",
1741
+ "fa-paragraph",
1742
+ "fa-sliders",
1743
+ "fa-share-alt",
1744
+ "fa-share-alt-square",
1745
+ "fa-bomb",
1746
+ "fa-soccer-ball-o",
1747
+ "fa-futbol-o",
1748
+ "fa-tty",
1749
+ "fa-binoculars",
1750
+ "fa-plug",
1751
+ "fa-slideshare",
1752
+ "fa-twitch",
1753
+ "fa-yelp",
1754
+ "fa-newspaper-o",
1755
+ "fa-wifi",
1756
+ "fa-calculator",
1757
+ "fa-paypal",
1758
+ "fa-google-wallet",
1759
+ "fa-cc-visa",
1760
+ "fa-cc-mastercard",
1761
+ "fa-cc-discover",
1762
+ "fa-cc-amex",
1763
+ "fa-cc-paypal",
1764
+ "fa-cc-stripe",
1765
+ "fa-bell-slash",
1766
+ "fa-bell-slash-o",
1767
+ "fa-trash",
1768
+ "fa-copyright",
1769
+ "fa-at",
1770
+ "fa-eyedropper",
1771
+ "fa-paint-brush",
1772
+ "fa-birthday-cake",
1773
+ "fa-area-chart",
1774
+ "fa-pie-chart",
1775
+ "fa-line-chart",
1776
+ "fa-lastfm",
1777
+ "fa-lastfm-square",
1778
+ "fa-toggle-off",
1779
+ "fa-toggle-on",
1780
+ "fa-bicycle",
1781
+ "fa-bus",
1782
+ "fa-ioxhost",
1783
+ "fa-angellist",
1784
+ "fa-cc",
1785
+ "fa-shekel",
1786
+ "fa-sheqel",
1787
+ "fa-ils",
1788
+ "fa-meanpath",
1789
+ "fa-buysellads",
1790
+ "fa-connectdevelop",
1791
+ "fa-dashcube",
1792
+ "fa-forumbee",
1793
+ "fa-leanpub",
1794
+ "fa-sellsy",
1795
+ "fa-shirtsinbulk",
1796
+ "fa-simplybuilt",
1797
+ "fa-skyatlas",
1798
+ "fa-cart-plus",
1799
+ "fa-cart-arrow-down",
1800
+ "fa-diamond",
1801
+ "fa-ship",
1802
+ "fa-user-secret",
1803
+ "fa-motorcycle",
1804
+ "fa-street-view",
1805
+ "fa-heartbeat",
1806
+ "fa-venus",
1807
+ "fa-mars",
1808
+ "fa-mercury",
1809
+ "fa-intersex",
1810
+ "fa-transgender",
1811
+ "fa-transgender-alt",
1812
+ "fa-venus-double",
1813
+ "fa-mars-double",
1814
+ "fa-venus-mars",
1815
+ "fa-mars-stroke",
1816
+ "fa-mars-stroke-v",
1817
+ "fa-mars-stroke-h",
1818
+ "fa-neuter",
1819
+ "fa-genderless",
1820
+ "fa-facebook-official",
1821
+ "fa-pinterest-p",
1822
+ "fa-whatsapp",
1823
+ "fa-server",
1824
+ "fa-user-plus",
1825
+ "fa-user-times",
1826
+ "fa-hotel",
1827
+ "fa-bed",
1828
+ "fa-viacoin",
1829
+ "fa-train",
1830
+ "fa-subway",
1831
+ "fa-medium",
1832
+ "fa-yc",
1833
+ "fa-y-combinator",
1834
+ "fa-optin-monster",
1835
+ "fa-opencart",
1836
+ "fa-expeditedssl",
1837
+ "fa-battery-4",
1838
+ "fa-battery",
1839
+ "fa-battery-full",
1840
+ "fa-battery-3",
1841
+ "fa-battery-three-quarters",
1842
+ "fa-battery-2",
1843
+ "fa-battery-half",
1844
+ "fa-battery-1",
1845
+ "fa-battery-quarter",
1846
+ "fa-battery-0",
1847
+ "fa-battery-empty",
1848
+ "fa-mouse-pointer",
1849
+ "fa-i-cursor",
1850
+ "fa-object-group",
1851
+ "fa-object-ungroup",
1852
+ "fa-sticky-note",
1853
+ "fa-sticky-note-o",
1854
+ "fa-cc-jcb",
1855
+ "fa-cc-diners-club",
1856
+ "fa-clone",
1857
+ "fa-balance-scale",
1858
+ "fa-hourglass-o",
1859
+ "fa-hourglass-1",
1860
+ "fa-hourglass-start",
1861
+ "fa-hourglass-2",
1862
+ "fa-hourglass-half",
1863
+ "fa-hourglass-3",
1864
+ "fa-hourglass-end",
1865
+ "fa-hourglass",
1866
+ "fa-hand-grab-o",
1867
+ "fa-hand-rock-o",
1868
+ "fa-hand-stop-o",
1869
+ "fa-hand-paper-o",
1870
+ "fa-hand-scissors-o",
1871
+ "fa-hand-lizard-o",
1872
+ "fa-hand-spock-o",
1873
+ "fa-hand-pointer-o",
1874
+ "fa-hand-peace-o",
1875
+ "fa-trademark",
1876
+ "fa-registered",
1877
+ "fa-creative-commons",
1878
+ "fa-gg",
1879
+ "fa-gg-circle",
1880
+ "fa-tripadvisor",
1881
+ "fa-odnoklassniki",
1882
+ "fa-odnoklassniki-square",
1883
+ "fa-get-pocket",
1884
+ "fa-wikipedia-w",
1885
+ "fa-safari",
1886
+ "fa-chrome",
1887
+ "fa-firefox",
1888
+ "fa-opera",
1889
+ "fa-internet-explorer",
1890
+ "fa-tv",
1891
+ "fa-television",
1892
+ "fa-contao",
1893
+ "fa-500px",
1894
+ "fa-amazon",
1895
+ "fa-calendar-plus-o",
1896
+ "fa-calendar-minus-o",
1897
+ "fa-calendar-times-o",
1898
+ "fa-calendar-check-o",
1899
+ "fa-industry",
1900
+ "fa-map-pin",
1901
+ "fa-map-signs",
1902
+ "fa-map-o",
1903
+ "fa-map",
1904
+ "fa-commenting",
1905
+ "fa-commenting-o",
1906
+ "fa-houzz",
1907
+ "fa-vimeo",
1908
+ "fa-black-tie",
1909
+ "fa-fonticons",
1910
+ "fa-reddit-alien",
1911
+ "fa-edge",
1912
+ "fa-credit-card-alt",
1913
+ "fa-codiepie",
1914
+ "fa-modx",
1915
+ "fa-fort-awesome",
1916
+ "fa-usb",
1917
+ "fa-product-hunt",
1918
+ "fa-mixcloud",
1919
+ "fa-scribd",
1920
+ "fa-pause-circle",
1921
+ "fa-pause-circle-o",
1922
+ "fa-stop-circle",
1923
+ "fa-stop-circle-o",
1924
+ "fa-shopping-bag",
1925
+ "fa-shopping-basket",
1926
+ "fa-hashtag",
1927
+ "fa-bluetooth",
1928
+ "fa-bluetooth-b",
1929
+ "fa-percent",
1930
+ "fa-gitlab",
1931
+ "fa-wpbeginner",
1932
+ "fa-wpforms",
1933
+ "fa-envira",
1934
+ "fa-universal-access",
1935
+ "fa-wheelchair-alt",
1936
+ "fa-question-circle-o",
1937
+ "fa-blind",
1938
+ "fa-audio-description",
1939
+ "fa-volume-control-phone",
1940
+ "fa-braille",
1941
+ "fa-assistive-listening-systems",
1942
+ "fa-asl-interpreting",
1943
+ "fa-american-sign-language-interpreting",
1944
+ "fa-deafness",
1945
+ "fa-hard-of-hearing",
1946
+ "fa-deaf",
1947
+ "fa-glide",
1948
+ "fa-glide-g",
1949
+ "fa-signing",
1950
+ "fa-sign-language",
1951
+ "fa-low-vision",
1952
+ "fa-viadeo",
1953
+ "fa-viadeo-square",
1954
+ "fa-snapchat",
1955
+ "fa-snapchat-ghost",
1956
+ "fa-snapchat-square",
1957
+ "fa-pied-piper",
1958
+ "fa-first-order",
1959
+ "fa-yoast",
1960
+ "fa-themeisle",
1961
+ "fa-google-plus-circle",
1962
+ "fa-google-plus-official",
1963
+ "fa-fa",
1964
+ "fa-font-awesome",
1965
+ "fa-handshake-o",
1966
+ "fa-envelope-open",
1967
+ "fa-envelope-open-o",
1968
+ "fa-linode",
1969
+ "fa-address-book",
1970
+ "fa-address-book-o",
1971
+ "fa-vcard",
1972
+ "fa-address-card",
1973
+ "fa-vcard-o",
1974
+ "fa-address-card-o",
1975
+ "fa-user-circle",
1976
+ "fa-user-circle-o",
1977
+ "fa-user-o",
1978
+ "fa-id-badge",
1979
+ "fa-drivers-license",
1980
+ "fa-id-card",
1981
+ "fa-drivers-license-o",
1982
+ "fa-id-card-o",
1983
+ "fa-quora",
1984
+ "fa-free-code-camp",
1985
+ "fa-telegram",
1986
+ "fa-thermometer-4",
1987
+ "fa-thermometer",
1988
+ "fa-thermometer-full",
1989
+ "fa-thermometer-3",
1990
+ "fa-thermometer-three-quarters",
1991
+ "fa-thermometer-2",
1992
+ "fa-thermometer-half",
1993
+ "fa-thermometer-1",
1994
+ "fa-thermometer-quarter",
1995
+ "fa-thermometer-0",
1996
+ "fa-thermometer-empty",
1997
+ "fa-shower",
1998
+ "fa-bathtub",
1999
+ "fa-s15",
2000
+ "fa-bath",
2001
+ "fa-podcast",
2002
+ "fa-window-maximize",
2003
+ "fa-window-minimize",
2004
+ "fa-window-restore",
2005
+ "fa-times-rectangle",
2006
+ "fa-window-close",
2007
+ "fa-times-rectangle-o",
2008
+ "fa-window-close-o",
2009
+ "fa-bandcamp",
2010
+ "fa-grav",
2011
+ "fa-etsy",
2012
+ "fa-imdb",
2013
+ "fa-ravelry",
2014
+ "fa-eercast",
2015
+ "fa-microchip",
2016
+ "fa-snowflake-o",
2017
+ "fa-superpowers",
2018
+ "fa-wpexplorer",
2019
+ "fa-meetup"
2020
+ ];
2021
+
2022
+ const getAlicdnIconfont = () => {
2023
+ return new Promise((resolve, reject) => {
2024
+ nextTick(() => {
2025
+ const styles = document.styleSheets;
2026
+ let sheetsList = [];
2027
+ let sheetsIconList = [];
2028
+ for (let i = 0; i < styles.length; i++) {
2029
+ if (styles[i].href && styles[i].href.indexOf("at.alicdn.com") > -1) {
2030
+ sheetsList.push(styles[i]);
2031
+ }
2032
+ }
2033
+ for (let i = 0; i < sheetsList.length; i++) {
2034
+ for (let j = 0; j < sheetsList[i].cssRules.length; j++) {
2035
+ if (sheetsList[i].cssRules[j].selectorText && sheetsList[i].cssRules[j].selectorText.indexOf(".icon-") > -1) {
2036
+ sheetsIconList.push(`${sheetsList[i].cssRules[j].selectorText.substring(1, sheetsList[i].cssRules[j].selectorText.length).replace(/\:\:before/gi, "")}`);
2037
+ }
2038
+ }
2039
+ }
2040
+ if (sheetsIconList.length == 0) {
2041
+ for (let i = 0; i < iconfonntClassList.length; i++) {
2042
+ sheetsIconList.push(iconfonntClassList[i]);
2043
+ }
2044
+ }
2045
+ if (sheetsIconList.length > 0) resolve(sheetsIconList);
2046
+ else reject("\u672A\u83B7\u53D6\u5230\u503C\uFF0C\u8BF7\u5237\u65B0\u91CD\u8BD5");
2047
+ });
2048
+ });
2049
+ };
2050
+ const getElementPlusIconfont = () => {
2051
+ return new Promise((resolve, reject) => {
2052
+ nextTick(() => {
2053
+ const icons = svg;
2054
+ const sheetsIconList = [];
2055
+ for (const i in icons) {
2056
+ sheetsIconList.push(`ele-${icons[i].name}`);
2057
+ }
2058
+ if (sheetsIconList.length > 0) resolve(sheetsIconList);
2059
+ else reject("\u672A\u83B7\u53D6\u5230\u503C\uFF0C\u8BF7\u5237\u65B0\u91CD\u8BD5");
2060
+ });
2061
+ });
2062
+ };
2063
+ const getAwesomeIconfont = () => {
2064
+ return new Promise((resolve, reject) => {
2065
+ nextTick(() => {
2066
+ const styles = document.styleSheets;
2067
+ let sheetsList = [];
2068
+ let sheetsIconList = [];
2069
+ for (let i = 0; i < styles.length; i++) {
2070
+ if (styles[i].href && styles[i].href.indexOf("netdna.bootstrapcdn.com") > -1) {
2071
+ sheetsList.push(styles[i]);
2072
+ }
2073
+ }
2074
+ for (let i = 0; i < sheetsList.length; i++) {
2075
+ for (let j = 0; j < sheetsList[i].cssRules.length; j++) {
2076
+ if (sheetsList[i].cssRules[j].selectorText && sheetsList[i].cssRules[j].selectorText.indexOf(".fa-") === 0 && sheetsList[i].cssRules[j].selectorText.indexOf(",") === -1) {
2077
+ if (/::before/.test(sheetsList[i].cssRules[j].selectorText)) {
2078
+ sheetsIconList.push(`${sheetsList[i].cssRules[j].selectorText.substring(1, sheetsList[i].cssRules[j].selectorText.length).replace(/\:\:before/gi, "")}`);
2079
+ }
2080
+ }
2081
+ }
2082
+ }
2083
+ if (sheetsIconList.length == 0) {
2084
+ for (let i = 0; i < fontAwesomeClassList.length; i++) {
2085
+ sheetsIconList.push(fontAwesomeClassList[i]);
2086
+ }
2087
+ }
2088
+ if (sheetsIconList.length > 0) resolve(sheetsIconList.reverse());
2089
+ else reject("\u672A\u83B7\u53D6\u5230\u503C\uFF0C\u8BF7\u5237\u65B0\u91CD\u8BD5");
2090
+ });
2091
+ });
2092
+ };
2093
+ const initIconfont = {
2094
+ // iconfont
2095
+ ali: () => {
2096
+ return getAlicdnIconfont();
2097
+ },
2098
+ // element plus
2099
+ ele: () => {
2100
+ return getElementPlusIconfont();
2101
+ },
2102
+ // fontawesome
2103
+ awe: () => {
2104
+ return getAwesomeIconfont();
2105
+ }
2106
+ };
2107
+
1129
2108
  const radius = 6378245;
1130
2109
  const ee = 0.006693421622965943;
1131
2110
  const eSquared = ee * ee;
@@ -2574,6 +3553,121 @@ var HttpMethodEnum = /* @__PURE__ */ ((HttpMethodEnum2) => {
2574
3553
  HttpMethodEnum2[HttpMethodEnum2["NUMBER_8"] = 8] = "NUMBER_8";
2575
3554
  return HttpMethodEnum2;
2576
3555
  })(HttpMethodEnum || {});
3556
+ var AppSysTypeEnum = /* @__PURE__ */ ((AppSysTypeEnum2) => {
3557
+ AppSysTypeEnum2[AppSysTypeEnum2["AppCom"] = 0] = "AppCom";
3558
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelBusiSys"] = 1] = "TravelBusiSys";
3559
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelBranchSys"] = 2] = "TravelBranchSys";
3560
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelZTPartnerSys"] = 3] = "TravelZTPartnerSys";
3561
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelDJPartnerSys"] = 4] = "TravelDJPartnerSys";
3562
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelTMSSys"] = 5] = "TravelTMSSys";
3563
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelGuideSys"] = 6] = "TravelGuideSys";
3564
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelShopSys"] = 7] = "TravelShopSys";
3565
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelScenicSys"] = 8] = "TravelScenicSys";
3566
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelHotelSys"] = 9] = "TravelHotelSys";
3567
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelMealSys"] = 10] = "TravelMealSys";
3568
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelVehicleSys"] = 12] = "TravelVehicleSys";
3569
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelTicketSys"] = 13] = "TravelTicketSys";
3570
+ AppSysTypeEnum2[AppSysTypeEnum2["TravelInsuranceSys"] = 14] = "TravelInsuranceSys";
3571
+ AppSysTypeEnum2[AppSysTypeEnum2["OASys"] = 15] = "OASys";
3572
+ AppSysTypeEnum2[AppSysTypeEnum2["CMSSys"] = 16] = "CMSSys";
3573
+ AppSysTypeEnum2[AppSysTypeEnum2["MallSys"] = 17] = "MallSys";
3574
+ AppSysTypeEnum2[AppSysTypeEnum2["AutoRepairSys"] = 18] = "AutoRepairSys";
3575
+ AppSysTypeEnum2[AppSysTypeEnum2["FleetSys"] = 19] = "FleetSys";
3576
+ AppSysTypeEnum2[AppSysTypeEnum2["SellSys"] = 20] = "SellSys";
3577
+ AppSysTypeEnum2[AppSysTypeEnum2["PropertySys"] = 21] = "PropertySys";
3578
+ AppSysTypeEnum2[AppSysTypeEnum2["DeliverySys"] = 22] = "DeliverySys";
3579
+ return AppSysTypeEnum2;
3580
+ })(AppSysTypeEnum || {});
3581
+ const AppSysTypeData = [
3582
+ {
3583
+ label: "\u7CFB\u7EDF\u516C\u5171\u6A21\u5757",
3584
+ value: 0 /* AppCom */
3585
+ },
3586
+ {
3587
+ label: "\u65C5\u884C\u793E\u5185\u90E8\u7BA1\u7406\u7CFB\u7EDF",
3588
+ value: 1 /* TravelBusiSys */
3589
+ },
3590
+ {
3591
+ label: "\u65C5\u884C\u793E\u95E8\u5E02\u7BA1\u7CFB\u7EDF",
3592
+ value: 2 /* TravelBranchSys */
3593
+ },
3594
+ {
3595
+ label: "\u7EC4\u56E2\u793E\u540C\u884C\u7CFB\u7EDF",
3596
+ value: 3 /* TravelZTPartnerSys */
3597
+ },
3598
+ {
3599
+ label: "\u5730\u63A5\u793E\u540C\u884C\u7CFB\u7EDF",
3600
+ value: 4 /* TravelDJPartnerSys */
3601
+ },
3602
+ {
3603
+ label: "\u65C5\u6E38\u5E73\u53F0\u7CFB\u7EDF",
3604
+ value: 5 /* TravelTMSSys */
3605
+ },
3606
+ {
3607
+ label: "\u5BFC\u6E38\u7CFB\u7EDF",
3608
+ value: 6 /* TravelGuideSys */
3609
+ },
3610
+ {
3611
+ label: "\u8D2D\u7269\u5E97\u7CFB\u7EDF",
3612
+ value: 7 /* TravelShopSys */
3613
+ },
3614
+ {
3615
+ label: "\u666F\u533A\u7CFB\u7EDF",
3616
+ value: 8 /* TravelScenicSys */
3617
+ },
3618
+ {
3619
+ label: "\u9152\u5E97\u7CFB\u7EDF",
3620
+ value: 9 /* TravelHotelSys */
3621
+ },
3622
+ {
3623
+ label: "\u9910\u5385\u7CFB\u7EDF",
3624
+ value: 10 /* TravelMealSys */
3625
+ },
3626
+ {
3627
+ label: "\u8F66\u8F86\u7CFB\u7EDF",
3628
+ value: 12 /* TravelVehicleSys */
3629
+ },
3630
+ {
3631
+ label: "\u7968\u52A1\u7CFB\u7EDF",
3632
+ value: 13 /* TravelTicketSys */
3633
+ },
3634
+ {
3635
+ label: "\u4FDD\u9669\u7CFB\u7EDF",
3636
+ value: 14 /* TravelInsuranceSys */
3637
+ },
3638
+ {
3639
+ label: "\u529E\u516C\u7CFB\u7EDF",
3640
+ value: 15 /* OASys */
3641
+ },
3642
+ {
3643
+ label: "\u6587\u7AE0\u7CFB\u7EDF",
3644
+ value: 16 /* CMSSys */
3645
+ },
3646
+ {
3647
+ label: "\u7535\u5546\u7CFB\u7EDF",
3648
+ value: 17 /* MallSys */
3649
+ },
3650
+ {
3651
+ label: "\u6C7D\u4FEE\u7BA1\u7406\u7CFB\u7EDF",
3652
+ value: 18 /* AutoRepairSys */
3653
+ },
3654
+ {
3655
+ label: "\u8F66\u961F\u7BA1\u7406\u7CFB\u7EDF",
3656
+ value: 19 /* FleetSys */
3657
+ },
3658
+ {
3659
+ label: "\u751F\u4EA7\u9500\u552E\u7CFB\u7EDF",
3660
+ value: 20 /* SellSys */
3661
+ },
3662
+ {
3663
+ label: "\u7269\u4E1A\u7CFB\u7EDF",
3664
+ value: 21 /* PropertySys */
3665
+ },
3666
+ {
3667
+ label: "\u914D\u9001\u7CFB\u7EDF",
3668
+ value: 22 /* DeliverySys */
3669
+ }
3670
+ ];
2577
3671
 
2578
3672
  const useUserInfo = defineStore("userInfo", {
2579
3673
  state: () => ({
@@ -28593,4 +29687,4 @@ var upgradeInfo = /*#__PURE__*/Object.freeze({
28593
29687
  default: _sfc_main
28594
29688
  });
28595
29689
 
28596
- export { AccountTypeEnum, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, Session, StringToObj, watermark as Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, buildLocaleContext, buildTranslator, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFun, commonFunction, dataURLtoBlob, decryptJWT, installer as default, destroyIdleTimeout, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, en, exportExcel, feature, fileToBase64, flowLoading, formatAxis, formatDate, formatPast, gcj02ToBd09, getCountryCode, getFileName, getFileUrl, getHeader, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, hasPrivilege, hasRoleCode, i18n, initIdleTimeout, install, isAdmin, isMember, isNormalUser, isObjectValueEqual, isSupperAdmin, isTenantAdmin, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, loadSysInfo, mergMessage, emitter as mittBus, openWindow, orgId, orgName, other, pinia, posId, posName, provideFormEvents, reLoadLoginAccessToken, refreshAccessTokenKey, removeDuplicate, request2, restartSignalR, roles, saulVModel, service, setCssCdn, setIntroduction, setJsCdn, setupI18n, showFileUrl, signalR, signatureByKSort, sleep, tansParams, tenantId, translate, updateFavicon, updateIdleTimeout, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useFormEvents, useFormRulePresets, useKeepALiveNames, useLocale, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, userAccount, userEmail, userFriendName, userId, userName, userPhone, validateFormWithScroll, validateFormWithScrollCallback, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version, wgs84ToBd09, wgs84ToGcj02, plusZhCn as zhCn };
29690
+ export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum, Local, NextLoading, Session, StringToObj, watermark as Watermark, accessTokenKey, auth, authAll, auths, axiosInstance, base64ToFile, blobToFile, buildLocaleContext, buildTranslator, cancelAllRequest, cancelRequest, clearAccessTokens, clearTokens, clone, commonFun, commonFunction, dataURLtoBlob, decryptJWT, installer as default, destroyIdleTimeout, downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, en, exportExcel, feature, fileToBase64, flowLoading, formatAxis, formatDate, formatPast, gcj02ToBd09, getCountryCode, getFileName, getFileUrl, getHeader, getJWTDate, getToken, getWeek, hAuth, hAuthAll, hAuths, hasPrivilege, hasRoleCode, i18n, initIconfont, initIdleTimeout, install, isAdmin, isMember, isNormalUser, isObjectValueEqual, isSupperAdmin, isTenantAdmin, iso_3166_1_CountryList, judgementIdCard, judgementSameArr, languageList, loadSysInfo, mergMessage, emitter as mittBus, openWindow, orgId, orgName, other, pinia, posId, posName, provideFormEvents, reLoadLoginAccessToken, refreshAccessTokenKey, removeDuplicate, request2, restartSignalR, roles, saulVModel, service, setCssCdn, setIntroduction, setJsCdn, setupI18n, showFileUrl, signalR, signatureByKSort, sleep, tansParams, tenantId, translate, updateFavicon, updateIdleTimeout, urlToBase64, useApi, useBaseApi, useChangeColor, useDateTimeShortCust, useFormEvents, useFormRulePresets, useKeepALiveNames, useLocale, useRequestOldRoutes, useRoutesList, useSysApi, useTagsViewRoutes, useThemeConfig, useUserInfo, useVxeTable, userAccount, userEmail, userFriendName, userId, userName, userPhone, validateFormWithScroll, validateFormWithScrollCallback, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl, version, wgs84ToBd09, wgs84ToGcj02, plusZhCn as zhCn };