@mdsfe/mds-ui 0.2.11-rc.1 → 0.2.11-rc.10

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 (64) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/dropdown.js +1 -1
  3. package/dist/font/iconfont.18d0990.woff +0 -0
  4. package/dist/font/{iconfont.21c3c4a.ttf → iconfont.3375cbc.ttf} +0 -0
  5. package/dist/font/iconfont.98a83f4.woff2 +0 -0
  6. package/dist/index.js +1 -1
  7. package/dist/mds-ui.min.css +1 -1
  8. package/dist/mds-ui.min.js +7 -7
  9. package/dist/style/affix.css +121 -1
  10. package/dist/style/alert.css +121 -1
  11. package/dist/style/anchor.css +121 -1
  12. package/dist/style/avatar.css +121 -1
  13. package/dist/style/badge.css +121 -1
  14. package/dist/style/bordershadow.css +121 -1
  15. package/dist/style/breadcrumb.css +121 -1
  16. package/dist/style/button.css +121 -1
  17. package/dist/style/card.css +121 -1
  18. package/dist/style/carousel.css +121 -1
  19. package/dist/style/checkbox.css +121 -1
  20. package/dist/style/col.css +121 -1
  21. package/dist/style/collapse.css +121 -1
  22. package/dist/style/color.css +121 -1
  23. package/dist/style/datepicker.css +121 -1
  24. package/dist/style/divider.css +121 -1
  25. package/dist/style/drawer.css +121 -1
  26. package/dist/style/dropdown.css +121 -1
  27. package/dist/style/empty.css +121 -1
  28. package/dist/style/font.css +121 -1
  29. package/dist/style/form.css +121 -1
  30. package/dist/style/icon.css +121 -1
  31. package/dist/style/input.css +121 -1
  32. package/dist/style/inputnumber.css +121 -1
  33. package/dist/style/layout.css +121 -1
  34. package/dist/style/list.css +121 -1
  35. package/dist/style/loading.css +121 -1
  36. package/dist/style/menu.css +121 -1
  37. package/dist/style/modal.css +121 -1
  38. package/dist/style/notification.css +121 -1
  39. package/dist/style/pagination.css +121 -1
  40. package/dist/style/popconfirm.css +121 -1
  41. package/dist/style/popover.css +121 -1
  42. package/dist/style/progress.css +121 -1
  43. package/dist/style/radio.css +121 -1
  44. package/dist/style/rate.css +121 -1
  45. package/dist/style/row.css +121 -1
  46. package/dist/style/select.css +121 -1
  47. package/dist/style/slider.css +121 -1
  48. package/dist/style/slottable.css +121 -1
  49. package/dist/style/steps.css +121 -1
  50. package/dist/style/switch.css +121 -1
  51. package/dist/style/table.css +121 -1
  52. package/dist/style/tabs.css +121 -1
  53. package/dist/style/tag.css +121 -1
  54. package/dist/style/text.css +121 -1
  55. package/dist/style/timeline.css +121 -1
  56. package/dist/style/timepicker.css +121 -1
  57. package/dist/style/tooltip.css +121 -1
  58. package/dist/style/tree.css +121 -1
  59. package/dist/style/typography.css +121 -1
  60. package/dist/style/upload.css +121 -1
  61. package/package.json +1 -1
  62. package/CHANGELOG.md +0 -994
  63. package/dist/font/iconfont.1406d13.woff2 +0 -0
  64. package/dist/font/iconfont.e8a8fd9.woff +0 -0
@@ -2857,7 +2857,7 @@ samp {
2857
2857
  font-display: auto;
2858
2858
  font-style: normal;
2859
2859
  /* project id 1921203 */
2860
- src: url(/dist/font/iconfont.1406d13.woff2) format('woff2'), url(/dist/font/iconfont.e8a8fd9.woff) format('woff'), url(/dist/font/iconfont.21c3c4a.ttf) format('truetype');
2860
+ src: url(/dist/font/iconfont.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
2861
2861
  }
2862
2862
  .mdsicon {
2863
2863
  display: inline-block;
@@ -2874,6 +2874,12 @@ samp {
2874
2874
  display: block;
2875
2875
  font-family: "mdsicon" !important;
2876
2876
  }
2877
+ .mdsicon-line-column-configuration:before {
2878
+ content: "\E783";
2879
+ }
2880
+ .mdsicon-line-row-configuration:before {
2881
+ content: "\E784";
2882
+ }
2877
2883
  .mdsicon-line-menu-vertical:before {
2878
2884
  content: "\E86E";
2879
2885
  }
@@ -7027,6 +7033,18 @@ samp {
7027
7033
  display: inline-block;
7028
7034
  animation: loadingCircle 6s infinite linear;
7029
7035
  }
7036
+ .mdsicon-line-derive:before {
7037
+ content: "\E76C";
7038
+ }
7039
+ .mdsicon-line-ldistributet:before {
7040
+ content: "\E620";
7041
+ }
7042
+ .mdsicon-line-data-item-format:before {
7043
+ content: "\E61F";
7044
+ }
7045
+ .mdsicon-line-copy:before {
7046
+ content: "\E61D";
7047
+ }
7030
7048
  .mdsicon-line-statement2:before {
7031
7049
  content: "\E75A";
7032
7050
  }
@@ -7327,6 +7345,108 @@ samp {
7327
7345
  .mdsicon-line-file-add:before {
7328
7346
  content: "\E702";
7329
7347
  }
7348
+ .mdsicon-line-manualoperation:before {
7349
+ content: "\E781";
7350
+ }
7351
+ .mdsicon-line-detail:before {
7352
+ content: "\E780";
7353
+ }
7354
+ .mdsicon-line-monthly:before {
7355
+ content: "\E77A";
7356
+ }
7357
+ .mdsicon-line-countdown1:before {
7358
+ content: "\E77B";
7359
+ }
7360
+ .mdsicon-line-role1:before {
7361
+ content: "\E77C";
7362
+ }
7363
+ .mdsicon-line-personnelauthority:before {
7364
+ content: "\E77D";
7365
+ }
7366
+ .mdsicon-line-schedule:before {
7367
+ content: "\E77E";
7368
+ }
7369
+ .mdsicon-line-calendar2:before {
7370
+ content: "\E77F";
7371
+ }
7372
+ .mdsicon-line-daily:before {
7373
+ content: "\E774";
7374
+ }
7375
+ .mdsicon-line-vacation:before {
7376
+ content: "\E775";
7377
+ }
7378
+ .mdsicon-line-forbidden1:before {
7379
+ content: "\E776";
7380
+ }
7381
+ .mdsicon-line-longdistance:before {
7382
+ content: "\E777";
7383
+ }
7384
+ .mdsicon-line-rule:before {
7385
+ content: "\E778";
7386
+ }
7387
+ .mdsicon-line-calculate:before {
7388
+ content: "\E779";
7389
+ }
7390
+ .mdsicon-line-qrcode:before {
7391
+ content: "\E771";
7392
+ }
7393
+ .mdsicon-line-remind:before {
7394
+ content: "\E772";
7395
+ }
7396
+ .mdsicon-line-punchcard:before {
7397
+ content: "\E773";
7398
+ }
7399
+ .mdsicon-line-report-forms-ehr:before {
7400
+ content: "\E770";
7401
+ }
7402
+ .mdsicon-line-entry-ehr:before {
7403
+ content: "\E76F";
7404
+ }
7405
+ .mdsicon-line-employ-ehr:before {
7406
+ content: "\E75D";
7407
+ }
7408
+ .mdsicon-line-report-manager-ehr:before {
7409
+ content: "\E76A";
7410
+ }
7411
+ .mdsicon-line-report-execution-ehr:before {
7412
+ content: "\E76B";
7413
+ }
7414
+ .mdsicon-line-lovefund-ehr:before {
7415
+ content: "\E767";
7416
+ }
7417
+ .mdsicon-line-rankevaluation-ehr:before {
7418
+ content: "\E768";
7419
+ }
7420
+ .mdsicon-line-performance-ehr:before {
7421
+ content: "\E769";
7422
+ }
7423
+ .mdsicon-line-okr-ehr:before {
7424
+ content: "\E760";
7425
+ }
7426
+ .mdsicon-line-teamfallibility:before {
7427
+ content: "\E761";
7428
+ }
7429
+ .mdsicon-line-workbench-ehr:before {
7430
+ content: "\E762";
7431
+ }
7432
+ .mdsicon-line-record-ehr:before {
7433
+ content: "\E763";
7434
+ }
7435
+ .mdsicon-line-performance2:before {
7436
+ content: "\E764";
7437
+ }
7438
+ .mdsicon-line-information-ehr:before {
7439
+ content: "\E765";
7440
+ }
7441
+ .mdsicon-line-organization-ehr:before {
7442
+ content: "\E766";
7443
+ }
7444
+ .mdsicon-line-teamcare-ehr:before {
7445
+ content: "\E75E";
7446
+ }
7447
+ .mdsicon-line-fallibility-ehr:before {
7448
+ content: "\E75F";
7449
+ }
7330
7450
  .mdsicon-line-myteam-ehr:before {
7331
7451
  content: "\E6DD";
7332
7452
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.1406d13.woff2) format('woff2'), url(/dist/font/iconfont.e8a8fd9.woff) format('woff'), url(/dist/font/iconfont.21c3c4a.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -571,6 +571,12 @@ samp {
571
571
  display: block;
572
572
  font-family: "mdsicon" !important;
573
573
  }
574
+ .mdsicon-line-column-configuration:before {
575
+ content: "\E783";
576
+ }
577
+ .mdsicon-line-row-configuration:before {
578
+ content: "\E784";
579
+ }
574
580
  .mdsicon-line-menu-vertical:before {
575
581
  content: "\E86E";
576
582
  }
@@ -4724,6 +4730,18 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-derive:before {
4734
+ content: "\E76C";
4735
+ }
4736
+ .mdsicon-line-ldistributet:before {
4737
+ content: "\E620";
4738
+ }
4739
+ .mdsicon-line-data-item-format:before {
4740
+ content: "\E61F";
4741
+ }
4742
+ .mdsicon-line-copy:before {
4743
+ content: "\E61D";
4744
+ }
4727
4745
  .mdsicon-line-statement2:before {
4728
4746
  content: "\E75A";
4729
4747
  }
@@ -5024,6 +5042,108 @@ samp {
5024
5042
  .mdsicon-line-file-add:before {
5025
5043
  content: "\E702";
5026
5044
  }
5045
+ .mdsicon-line-manualoperation:before {
5046
+ content: "\E781";
5047
+ }
5048
+ .mdsicon-line-detail:before {
5049
+ content: "\E780";
5050
+ }
5051
+ .mdsicon-line-monthly:before {
5052
+ content: "\E77A";
5053
+ }
5054
+ .mdsicon-line-countdown1:before {
5055
+ content: "\E77B";
5056
+ }
5057
+ .mdsicon-line-role1:before {
5058
+ content: "\E77C";
5059
+ }
5060
+ .mdsicon-line-personnelauthority:before {
5061
+ content: "\E77D";
5062
+ }
5063
+ .mdsicon-line-schedule:before {
5064
+ content: "\E77E";
5065
+ }
5066
+ .mdsicon-line-calendar2:before {
5067
+ content: "\E77F";
5068
+ }
5069
+ .mdsicon-line-daily:before {
5070
+ content: "\E774";
5071
+ }
5072
+ .mdsicon-line-vacation:before {
5073
+ content: "\E775";
5074
+ }
5075
+ .mdsicon-line-forbidden1:before {
5076
+ content: "\E776";
5077
+ }
5078
+ .mdsicon-line-longdistance:before {
5079
+ content: "\E777";
5080
+ }
5081
+ .mdsicon-line-rule:before {
5082
+ content: "\E778";
5083
+ }
5084
+ .mdsicon-line-calculate:before {
5085
+ content: "\E779";
5086
+ }
5087
+ .mdsicon-line-qrcode:before {
5088
+ content: "\E771";
5089
+ }
5090
+ .mdsicon-line-remind:before {
5091
+ content: "\E772";
5092
+ }
5093
+ .mdsicon-line-punchcard:before {
5094
+ content: "\E773";
5095
+ }
5096
+ .mdsicon-line-report-forms-ehr:before {
5097
+ content: "\E770";
5098
+ }
5099
+ .mdsicon-line-entry-ehr:before {
5100
+ content: "\E76F";
5101
+ }
5102
+ .mdsicon-line-employ-ehr:before {
5103
+ content: "\E75D";
5104
+ }
5105
+ .mdsicon-line-report-manager-ehr:before {
5106
+ content: "\E76A";
5107
+ }
5108
+ .mdsicon-line-report-execution-ehr:before {
5109
+ content: "\E76B";
5110
+ }
5111
+ .mdsicon-line-lovefund-ehr:before {
5112
+ content: "\E767";
5113
+ }
5114
+ .mdsicon-line-rankevaluation-ehr:before {
5115
+ content: "\E768";
5116
+ }
5117
+ .mdsicon-line-performance-ehr:before {
5118
+ content: "\E769";
5119
+ }
5120
+ .mdsicon-line-okr-ehr:before {
5121
+ content: "\E760";
5122
+ }
5123
+ .mdsicon-line-teamfallibility:before {
5124
+ content: "\E761";
5125
+ }
5126
+ .mdsicon-line-workbench-ehr:before {
5127
+ content: "\E762";
5128
+ }
5129
+ .mdsicon-line-record-ehr:before {
5130
+ content: "\E763";
5131
+ }
5132
+ .mdsicon-line-performance2:before {
5133
+ content: "\E764";
5134
+ }
5135
+ .mdsicon-line-information-ehr:before {
5136
+ content: "\E765";
5137
+ }
5138
+ .mdsicon-line-organization-ehr:before {
5139
+ content: "\E766";
5140
+ }
5141
+ .mdsicon-line-teamcare-ehr:before {
5142
+ content: "\E75E";
5143
+ }
5144
+ .mdsicon-line-fallibility-ehr:before {
5145
+ content: "\E75F";
5146
+ }
5027
5147
  .mdsicon-line-myteam-ehr:before {
5028
5148
  content: "\E6DD";
5029
5149
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.1406d13.woff2) format('woff2'), url(/dist/font/iconfont.e8a8fd9.woff) format('woff'), url(/dist/font/iconfont.21c3c4a.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -571,6 +571,12 @@ samp {
571
571
  display: block;
572
572
  font-family: "mdsicon" !important;
573
573
  }
574
+ .mdsicon-line-column-configuration:before {
575
+ content: "\E783";
576
+ }
577
+ .mdsicon-line-row-configuration:before {
578
+ content: "\E784";
579
+ }
574
580
  .mdsicon-line-menu-vertical:before {
575
581
  content: "\E86E";
576
582
  }
@@ -4724,6 +4730,18 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-derive:before {
4734
+ content: "\E76C";
4735
+ }
4736
+ .mdsicon-line-ldistributet:before {
4737
+ content: "\E620";
4738
+ }
4739
+ .mdsicon-line-data-item-format:before {
4740
+ content: "\E61F";
4741
+ }
4742
+ .mdsicon-line-copy:before {
4743
+ content: "\E61D";
4744
+ }
4727
4745
  .mdsicon-line-statement2:before {
4728
4746
  content: "\E75A";
4729
4747
  }
@@ -5024,6 +5042,108 @@ samp {
5024
5042
  .mdsicon-line-file-add:before {
5025
5043
  content: "\E702";
5026
5044
  }
5045
+ .mdsicon-line-manualoperation:before {
5046
+ content: "\E781";
5047
+ }
5048
+ .mdsicon-line-detail:before {
5049
+ content: "\E780";
5050
+ }
5051
+ .mdsicon-line-monthly:before {
5052
+ content: "\E77A";
5053
+ }
5054
+ .mdsicon-line-countdown1:before {
5055
+ content: "\E77B";
5056
+ }
5057
+ .mdsicon-line-role1:before {
5058
+ content: "\E77C";
5059
+ }
5060
+ .mdsicon-line-personnelauthority:before {
5061
+ content: "\E77D";
5062
+ }
5063
+ .mdsicon-line-schedule:before {
5064
+ content: "\E77E";
5065
+ }
5066
+ .mdsicon-line-calendar2:before {
5067
+ content: "\E77F";
5068
+ }
5069
+ .mdsicon-line-daily:before {
5070
+ content: "\E774";
5071
+ }
5072
+ .mdsicon-line-vacation:before {
5073
+ content: "\E775";
5074
+ }
5075
+ .mdsicon-line-forbidden1:before {
5076
+ content: "\E776";
5077
+ }
5078
+ .mdsicon-line-longdistance:before {
5079
+ content: "\E777";
5080
+ }
5081
+ .mdsicon-line-rule:before {
5082
+ content: "\E778";
5083
+ }
5084
+ .mdsicon-line-calculate:before {
5085
+ content: "\E779";
5086
+ }
5087
+ .mdsicon-line-qrcode:before {
5088
+ content: "\E771";
5089
+ }
5090
+ .mdsicon-line-remind:before {
5091
+ content: "\E772";
5092
+ }
5093
+ .mdsicon-line-punchcard:before {
5094
+ content: "\E773";
5095
+ }
5096
+ .mdsicon-line-report-forms-ehr:before {
5097
+ content: "\E770";
5098
+ }
5099
+ .mdsicon-line-entry-ehr:before {
5100
+ content: "\E76F";
5101
+ }
5102
+ .mdsicon-line-employ-ehr:before {
5103
+ content: "\E75D";
5104
+ }
5105
+ .mdsicon-line-report-manager-ehr:before {
5106
+ content: "\E76A";
5107
+ }
5108
+ .mdsicon-line-report-execution-ehr:before {
5109
+ content: "\E76B";
5110
+ }
5111
+ .mdsicon-line-lovefund-ehr:before {
5112
+ content: "\E767";
5113
+ }
5114
+ .mdsicon-line-rankevaluation-ehr:before {
5115
+ content: "\E768";
5116
+ }
5117
+ .mdsicon-line-performance-ehr:before {
5118
+ content: "\E769";
5119
+ }
5120
+ .mdsicon-line-okr-ehr:before {
5121
+ content: "\E760";
5122
+ }
5123
+ .mdsicon-line-teamfallibility:before {
5124
+ content: "\E761";
5125
+ }
5126
+ .mdsicon-line-workbench-ehr:before {
5127
+ content: "\E762";
5128
+ }
5129
+ .mdsicon-line-record-ehr:before {
5130
+ content: "\E763";
5131
+ }
5132
+ .mdsicon-line-performance2:before {
5133
+ content: "\E764";
5134
+ }
5135
+ .mdsicon-line-information-ehr:before {
5136
+ content: "\E765";
5137
+ }
5138
+ .mdsicon-line-organization-ehr:before {
5139
+ content: "\E766";
5140
+ }
5141
+ .mdsicon-line-teamcare-ehr:before {
5142
+ content: "\E75E";
5143
+ }
5144
+ .mdsicon-line-fallibility-ehr:before {
5145
+ content: "\E75F";
5146
+ }
5027
5147
  .mdsicon-line-myteam-ehr:before {
5028
5148
  content: "\E6DD";
5029
5149
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.1406d13.woff2) format('woff2'), url(/dist/font/iconfont.e8a8fd9.woff) format('woff'), url(/dist/font/iconfont.21c3c4a.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -571,6 +571,12 @@ samp {
571
571
  display: block;
572
572
  font-family: "mdsicon" !important;
573
573
  }
574
+ .mdsicon-line-column-configuration:before {
575
+ content: "\E783";
576
+ }
577
+ .mdsicon-line-row-configuration:before {
578
+ content: "\E784";
579
+ }
574
580
  .mdsicon-line-menu-vertical:before {
575
581
  content: "\E86E";
576
582
  }
@@ -4724,6 +4730,18 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-derive:before {
4734
+ content: "\E76C";
4735
+ }
4736
+ .mdsicon-line-ldistributet:before {
4737
+ content: "\E620";
4738
+ }
4739
+ .mdsicon-line-data-item-format:before {
4740
+ content: "\E61F";
4741
+ }
4742
+ .mdsicon-line-copy:before {
4743
+ content: "\E61D";
4744
+ }
4727
4745
  .mdsicon-line-statement2:before {
4728
4746
  content: "\E75A";
4729
4747
  }
@@ -5024,6 +5042,108 @@ samp {
5024
5042
  .mdsicon-line-file-add:before {
5025
5043
  content: "\E702";
5026
5044
  }
5045
+ .mdsicon-line-manualoperation:before {
5046
+ content: "\E781";
5047
+ }
5048
+ .mdsicon-line-detail:before {
5049
+ content: "\E780";
5050
+ }
5051
+ .mdsicon-line-monthly:before {
5052
+ content: "\E77A";
5053
+ }
5054
+ .mdsicon-line-countdown1:before {
5055
+ content: "\E77B";
5056
+ }
5057
+ .mdsicon-line-role1:before {
5058
+ content: "\E77C";
5059
+ }
5060
+ .mdsicon-line-personnelauthority:before {
5061
+ content: "\E77D";
5062
+ }
5063
+ .mdsicon-line-schedule:before {
5064
+ content: "\E77E";
5065
+ }
5066
+ .mdsicon-line-calendar2:before {
5067
+ content: "\E77F";
5068
+ }
5069
+ .mdsicon-line-daily:before {
5070
+ content: "\E774";
5071
+ }
5072
+ .mdsicon-line-vacation:before {
5073
+ content: "\E775";
5074
+ }
5075
+ .mdsicon-line-forbidden1:before {
5076
+ content: "\E776";
5077
+ }
5078
+ .mdsicon-line-longdistance:before {
5079
+ content: "\E777";
5080
+ }
5081
+ .mdsicon-line-rule:before {
5082
+ content: "\E778";
5083
+ }
5084
+ .mdsicon-line-calculate:before {
5085
+ content: "\E779";
5086
+ }
5087
+ .mdsicon-line-qrcode:before {
5088
+ content: "\E771";
5089
+ }
5090
+ .mdsicon-line-remind:before {
5091
+ content: "\E772";
5092
+ }
5093
+ .mdsicon-line-punchcard:before {
5094
+ content: "\E773";
5095
+ }
5096
+ .mdsicon-line-report-forms-ehr:before {
5097
+ content: "\E770";
5098
+ }
5099
+ .mdsicon-line-entry-ehr:before {
5100
+ content: "\E76F";
5101
+ }
5102
+ .mdsicon-line-employ-ehr:before {
5103
+ content: "\E75D";
5104
+ }
5105
+ .mdsicon-line-report-manager-ehr:before {
5106
+ content: "\E76A";
5107
+ }
5108
+ .mdsicon-line-report-execution-ehr:before {
5109
+ content: "\E76B";
5110
+ }
5111
+ .mdsicon-line-lovefund-ehr:before {
5112
+ content: "\E767";
5113
+ }
5114
+ .mdsicon-line-rankevaluation-ehr:before {
5115
+ content: "\E768";
5116
+ }
5117
+ .mdsicon-line-performance-ehr:before {
5118
+ content: "\E769";
5119
+ }
5120
+ .mdsicon-line-okr-ehr:before {
5121
+ content: "\E760";
5122
+ }
5123
+ .mdsicon-line-teamfallibility:before {
5124
+ content: "\E761";
5125
+ }
5126
+ .mdsicon-line-workbench-ehr:before {
5127
+ content: "\E762";
5128
+ }
5129
+ .mdsicon-line-record-ehr:before {
5130
+ content: "\E763";
5131
+ }
5132
+ .mdsicon-line-performance2:before {
5133
+ content: "\E764";
5134
+ }
5135
+ .mdsicon-line-information-ehr:before {
5136
+ content: "\E765";
5137
+ }
5138
+ .mdsicon-line-organization-ehr:before {
5139
+ content: "\E766";
5140
+ }
5141
+ .mdsicon-line-teamcare-ehr:before {
5142
+ content: "\E75E";
5143
+ }
5144
+ .mdsicon-line-fallibility-ehr:before {
5145
+ content: "\E75F";
5146
+ }
5027
5147
  .mdsicon-line-myteam-ehr:before {
5028
5148
  content: "\E6DD";
5029
5149
  }