@mdsfe/mds-ui 0.2.11-rc.0 → 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.c14172b.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 +211 -1
  10. package/dist/style/alert.css +211 -1
  11. package/dist/style/anchor.css +211 -1
  12. package/dist/style/avatar.css +211 -1
  13. package/dist/style/badge.css +211 -1
  14. package/dist/style/bordershadow.css +211 -1
  15. package/dist/style/breadcrumb.css +211 -1
  16. package/dist/style/button.css +211 -1
  17. package/dist/style/card.css +211 -1
  18. package/dist/style/carousel.css +211 -1
  19. package/dist/style/checkbox.css +211 -1
  20. package/dist/style/col.css +211 -1
  21. package/dist/style/collapse.css +211 -1
  22. package/dist/style/color.css +211 -1
  23. package/dist/style/datepicker.css +211 -1
  24. package/dist/style/divider.css +211 -1
  25. package/dist/style/drawer.css +211 -1
  26. package/dist/style/dropdown.css +211 -1
  27. package/dist/style/empty.css +211 -1
  28. package/dist/style/font.css +211 -1
  29. package/dist/style/form.css +211 -1
  30. package/dist/style/icon.css +211 -1
  31. package/dist/style/input.css +211 -1
  32. package/dist/style/inputnumber.css +211 -1
  33. package/dist/style/layout.css +211 -1
  34. package/dist/style/list.css +211 -1
  35. package/dist/style/loading.css +211 -1
  36. package/dist/style/menu.css +211 -1
  37. package/dist/style/modal.css +211 -1
  38. package/dist/style/notification.css +211 -1
  39. package/dist/style/pagination.css +211 -1
  40. package/dist/style/popconfirm.css +211 -1
  41. package/dist/style/popover.css +211 -1
  42. package/dist/style/progress.css +211 -1
  43. package/dist/style/radio.css +211 -1
  44. package/dist/style/rate.css +211 -1
  45. package/dist/style/row.css +211 -1
  46. package/dist/style/select.css +211 -1
  47. package/dist/style/slider.css +211 -1
  48. package/dist/style/slottable.css +211 -1
  49. package/dist/style/steps.css +211 -1
  50. package/dist/style/switch.css +211 -1
  51. package/dist/style/table.css +211 -1
  52. package/dist/style/tabs.css +211 -1
  53. package/dist/style/tag.css +211 -1
  54. package/dist/style/text.css +211 -1
  55. package/dist/style/timeline.css +211 -1
  56. package/dist/style/timepicker.css +211 -1
  57. package/dist/style/tooltip.css +211 -1
  58. package/dist/style/tree.css +211 -1
  59. package/dist/style/typography.css +211 -1
  60. package/dist/style/upload.css +211 -1
  61. package/package.json +1 -1
  62. package/CHANGELOG.md +0 -994
  63. package/dist/font/iconfont.754be0c.woff2 +0 -0
  64. package/dist/font/iconfont.f5e5794.woff +0 -0
@@ -566,7 +566,7 @@ samp {
566
566
  font-display: auto;
567
567
  font-style: normal;
568
568
  /* project id 1921203 */
569
- src: url(/dist/font/iconfont.754be0c.woff2) format('woff2'), url(/dist/font/iconfont.f5e5794.woff) format('woff'), url(/dist/font/iconfont.c14172b.ttf) format('truetype');
569
+ 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');
570
570
  }
571
571
  .mdsicon {
572
572
  display: inline-block;
@@ -583,6 +583,12 @@ samp {
583
583
  display: block;
584
584
  font-family: "mdsicon" !important;
585
585
  }
586
+ .mdsicon-line-column-configuration:before {
587
+ content: "\E783";
588
+ }
589
+ .mdsicon-line-row-configuration:before {
590
+ content: "\E784";
591
+ }
586
592
  .mdsicon-line-menu-vertical:before {
587
593
  content: "\E86E";
588
594
  }
@@ -4736,6 +4742,108 @@ samp {
4736
4742
  display: inline-block;
4737
4743
  animation: loadingCircle 6s infinite linear;
4738
4744
  }
4745
+ .mdsicon-line-derive:before {
4746
+ content: "\E76C";
4747
+ }
4748
+ .mdsicon-line-ldistributet:before {
4749
+ content: "\E620";
4750
+ }
4751
+ .mdsicon-line-data-item-format:before {
4752
+ content: "\E61F";
4753
+ }
4754
+ .mdsicon-line-copy:before {
4755
+ content: "\E61D";
4756
+ }
4757
+ .mdsicon-line-statement2:before {
4758
+ content: "\E75A";
4759
+ }
4760
+ .mdsicon-line-monthly-statement:before {
4761
+ content: "\E75B";
4762
+ }
4763
+ .mdsicon-line-accounting-project-management:before {
4764
+ content: "\E75C";
4765
+ }
4766
+ .mdsicon-line-accounting-information-management:before {
4767
+ content: "\E753";
4768
+ }
4769
+ .mdsicon-line-task-standard-management2:before {
4770
+ content: "\E754";
4771
+ }
4772
+ .mdsicon-line-system-management:before {
4773
+ content: "\E755";
4774
+ }
4775
+ .mdsicon-line-task-standard:before {
4776
+ content: "\E756";
4777
+ }
4778
+ .mdsicon-line-task-report:before {
4779
+ content: "\E757";
4780
+ }
4781
+ .mdsicon-line-task-standard-management:before {
4782
+ content: "\E758";
4783
+ }
4784
+ .mdsicon-line-data-management:before {
4785
+ content: "\E759";
4786
+ }
4787
+ .mdsicon-line-accounting-copy-allocatio:before {
4788
+ content: "\E751";
4789
+ }
4790
+ .mdsicon-line-accounting-group-management:before {
4791
+ content: "\E752";
4792
+ }
4793
+ .mdsicon-line-data-alignment:before {
4794
+ content: "\E74C";
4795
+ }
4796
+ .mdsicon-line-authority-management2:before {
4797
+ content: "\E74D";
4798
+ }
4799
+ .mdsicon-line-accounting-rules-management:before {
4800
+ content: "\E74E";
4801
+ }
4802
+ .mdsicon-line-log-management:before {
4803
+ content: "\E74F";
4804
+ }
4805
+ .mdsicon-line-function-management:before {
4806
+ content: "\E750";
4807
+ }
4808
+ .mdsicon-line-merid-management:before {
4809
+ content: "\E745";
4810
+ }
4811
+ .mdsicon-line-accounting-module-management:before {
4812
+ content: "\E746";
4813
+ }
4814
+ .mdsicon-line-authority-management:before {
4815
+ content: "\E747";
4816
+ }
4817
+ .mdsicon-line-menu-management:before {
4818
+ content: "\E748";
4819
+ }
4820
+ .mdsicon-line-accounting-scheme-management:before {
4821
+ content: "\E749";
4822
+ }
4823
+ .mdsicon-line-task-plan-management:before {
4824
+ content: "\E74A";
4825
+ }
4826
+ .mdsicon-line-feedback:before {
4827
+ content: "\E74B";
4828
+ }
4829
+ .mdsicon-line-data-table-management:before {
4830
+ content: "\E740";
4831
+ }
4832
+ .mdsicon-line-authority-management3:before {
4833
+ content: "\E741";
4834
+ }
4835
+ .mdsicon-line-accounting-dictionary-management:before {
4836
+ content: "\E742";
4837
+ }
4838
+ .mdsicon-line-accounting-plan-release:before {
4839
+ content: "\E743";
4840
+ }
4841
+ .mdsicon-line-worksheet:before {
4842
+ content: "\E744";
4843
+ }
4844
+ .mdsicon-line-user-management:before {
4845
+ content: "\E73F";
4846
+ }
4739
4847
  .mdsicon-line-accounting-scheme:before {
4740
4848
  content: "\E73D";
4741
4849
  }
@@ -4946,6 +5054,108 @@ samp {
4946
5054
  .mdsicon-line-file-add:before {
4947
5055
  content: "\E702";
4948
5056
  }
5057
+ .mdsicon-line-manualoperation:before {
5058
+ content: "\E781";
5059
+ }
5060
+ .mdsicon-line-detail:before {
5061
+ content: "\E780";
5062
+ }
5063
+ .mdsicon-line-monthly:before {
5064
+ content: "\E77A";
5065
+ }
5066
+ .mdsicon-line-countdown1:before {
5067
+ content: "\E77B";
5068
+ }
5069
+ .mdsicon-line-role1:before {
5070
+ content: "\E77C";
5071
+ }
5072
+ .mdsicon-line-personnelauthority:before {
5073
+ content: "\E77D";
5074
+ }
5075
+ .mdsicon-line-schedule:before {
5076
+ content: "\E77E";
5077
+ }
5078
+ .mdsicon-line-calendar2:before {
5079
+ content: "\E77F";
5080
+ }
5081
+ .mdsicon-line-daily:before {
5082
+ content: "\E774";
5083
+ }
5084
+ .mdsicon-line-vacation:before {
5085
+ content: "\E775";
5086
+ }
5087
+ .mdsicon-line-forbidden1:before {
5088
+ content: "\E776";
5089
+ }
5090
+ .mdsicon-line-longdistance:before {
5091
+ content: "\E777";
5092
+ }
5093
+ .mdsicon-line-rule:before {
5094
+ content: "\E778";
5095
+ }
5096
+ .mdsicon-line-calculate:before {
5097
+ content: "\E779";
5098
+ }
5099
+ .mdsicon-line-qrcode:before {
5100
+ content: "\E771";
5101
+ }
5102
+ .mdsicon-line-remind:before {
5103
+ content: "\E772";
5104
+ }
5105
+ .mdsicon-line-punchcard:before {
5106
+ content: "\E773";
5107
+ }
5108
+ .mdsicon-line-report-forms-ehr:before {
5109
+ content: "\E770";
5110
+ }
5111
+ .mdsicon-line-entry-ehr:before {
5112
+ content: "\E76F";
5113
+ }
5114
+ .mdsicon-line-employ-ehr:before {
5115
+ content: "\E75D";
5116
+ }
5117
+ .mdsicon-line-report-manager-ehr:before {
5118
+ content: "\E76A";
5119
+ }
5120
+ .mdsicon-line-report-execution-ehr:before {
5121
+ content: "\E76B";
5122
+ }
5123
+ .mdsicon-line-lovefund-ehr:before {
5124
+ content: "\E767";
5125
+ }
5126
+ .mdsicon-line-rankevaluation-ehr:before {
5127
+ content: "\E768";
5128
+ }
5129
+ .mdsicon-line-performance-ehr:before {
5130
+ content: "\E769";
5131
+ }
5132
+ .mdsicon-line-okr-ehr:before {
5133
+ content: "\E760";
5134
+ }
5135
+ .mdsicon-line-teamfallibility:before {
5136
+ content: "\E761";
5137
+ }
5138
+ .mdsicon-line-workbench-ehr:before {
5139
+ content: "\E762";
5140
+ }
5141
+ .mdsicon-line-record-ehr:before {
5142
+ content: "\E763";
5143
+ }
5144
+ .mdsicon-line-performance2:before {
5145
+ content: "\E764";
5146
+ }
5147
+ .mdsicon-line-information-ehr:before {
5148
+ content: "\E765";
5149
+ }
5150
+ .mdsicon-line-organization-ehr:before {
5151
+ content: "\E766";
5152
+ }
5153
+ .mdsicon-line-teamcare-ehr:before {
5154
+ content: "\E75E";
5155
+ }
5156
+ .mdsicon-line-fallibility-ehr:before {
5157
+ content: "\E75F";
5158
+ }
4949
5159
  .mdsicon-line-myteam-ehr:before {
4950
5160
  content: "\E6DD";
4951
5161
  }
@@ -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.754be0c.woff2) format('woff2'), url(/dist/font/iconfont.f5e5794.woff) format('woff'), url(/dist/font/iconfont.c14172b.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,108 @@ 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
+ }
4745
+ .mdsicon-line-statement2:before {
4746
+ content: "\E75A";
4747
+ }
4748
+ .mdsicon-line-monthly-statement:before {
4749
+ content: "\E75B";
4750
+ }
4751
+ .mdsicon-line-accounting-project-management:before {
4752
+ content: "\E75C";
4753
+ }
4754
+ .mdsicon-line-accounting-information-management:before {
4755
+ content: "\E753";
4756
+ }
4757
+ .mdsicon-line-task-standard-management2:before {
4758
+ content: "\E754";
4759
+ }
4760
+ .mdsicon-line-system-management:before {
4761
+ content: "\E755";
4762
+ }
4763
+ .mdsicon-line-task-standard:before {
4764
+ content: "\E756";
4765
+ }
4766
+ .mdsicon-line-task-report:before {
4767
+ content: "\E757";
4768
+ }
4769
+ .mdsicon-line-task-standard-management:before {
4770
+ content: "\E758";
4771
+ }
4772
+ .mdsicon-line-data-management:before {
4773
+ content: "\E759";
4774
+ }
4775
+ .mdsicon-line-accounting-copy-allocatio:before {
4776
+ content: "\E751";
4777
+ }
4778
+ .mdsicon-line-accounting-group-management:before {
4779
+ content: "\E752";
4780
+ }
4781
+ .mdsicon-line-data-alignment:before {
4782
+ content: "\E74C";
4783
+ }
4784
+ .mdsicon-line-authority-management2:before {
4785
+ content: "\E74D";
4786
+ }
4787
+ .mdsicon-line-accounting-rules-management:before {
4788
+ content: "\E74E";
4789
+ }
4790
+ .mdsicon-line-log-management:before {
4791
+ content: "\E74F";
4792
+ }
4793
+ .mdsicon-line-function-management:before {
4794
+ content: "\E750";
4795
+ }
4796
+ .mdsicon-line-merid-management:before {
4797
+ content: "\E745";
4798
+ }
4799
+ .mdsicon-line-accounting-module-management:before {
4800
+ content: "\E746";
4801
+ }
4802
+ .mdsicon-line-authority-management:before {
4803
+ content: "\E747";
4804
+ }
4805
+ .mdsicon-line-menu-management:before {
4806
+ content: "\E748";
4807
+ }
4808
+ .mdsicon-line-accounting-scheme-management:before {
4809
+ content: "\E749";
4810
+ }
4811
+ .mdsicon-line-task-plan-management:before {
4812
+ content: "\E74A";
4813
+ }
4814
+ .mdsicon-line-feedback:before {
4815
+ content: "\E74B";
4816
+ }
4817
+ .mdsicon-line-data-table-management:before {
4818
+ content: "\E740";
4819
+ }
4820
+ .mdsicon-line-authority-management3:before {
4821
+ content: "\E741";
4822
+ }
4823
+ .mdsicon-line-accounting-dictionary-management:before {
4824
+ content: "\E742";
4825
+ }
4826
+ .mdsicon-line-accounting-plan-release:before {
4827
+ content: "\E743";
4828
+ }
4829
+ .mdsicon-line-worksheet:before {
4830
+ content: "\E744";
4831
+ }
4832
+ .mdsicon-line-user-management:before {
4833
+ content: "\E73F";
4834
+ }
4727
4835
  .mdsicon-line-accounting-scheme:before {
4728
4836
  content: "\E73D";
4729
4837
  }
@@ -4934,6 +5042,108 @@ samp {
4934
5042
  .mdsicon-line-file-add:before {
4935
5043
  content: "\E702";
4936
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
+ }
4937
5147
  .mdsicon-line-myteam-ehr:before {
4938
5148
  content: "\E6DD";
4939
5149
  }
@@ -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.754be0c.woff2) format('woff2'), url(/dist/font/iconfont.f5e5794.woff) format('woff'), url(/dist/font/iconfont.c14172b.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,108 @@ 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
+ }
7048
+ .mdsicon-line-statement2:before {
7049
+ content: "\E75A";
7050
+ }
7051
+ .mdsicon-line-monthly-statement:before {
7052
+ content: "\E75B";
7053
+ }
7054
+ .mdsicon-line-accounting-project-management:before {
7055
+ content: "\E75C";
7056
+ }
7057
+ .mdsicon-line-accounting-information-management:before {
7058
+ content: "\E753";
7059
+ }
7060
+ .mdsicon-line-task-standard-management2:before {
7061
+ content: "\E754";
7062
+ }
7063
+ .mdsicon-line-system-management:before {
7064
+ content: "\E755";
7065
+ }
7066
+ .mdsicon-line-task-standard:before {
7067
+ content: "\E756";
7068
+ }
7069
+ .mdsicon-line-task-report:before {
7070
+ content: "\E757";
7071
+ }
7072
+ .mdsicon-line-task-standard-management:before {
7073
+ content: "\E758";
7074
+ }
7075
+ .mdsicon-line-data-management:before {
7076
+ content: "\E759";
7077
+ }
7078
+ .mdsicon-line-accounting-copy-allocatio:before {
7079
+ content: "\E751";
7080
+ }
7081
+ .mdsicon-line-accounting-group-management:before {
7082
+ content: "\E752";
7083
+ }
7084
+ .mdsicon-line-data-alignment:before {
7085
+ content: "\E74C";
7086
+ }
7087
+ .mdsicon-line-authority-management2:before {
7088
+ content: "\E74D";
7089
+ }
7090
+ .mdsicon-line-accounting-rules-management:before {
7091
+ content: "\E74E";
7092
+ }
7093
+ .mdsicon-line-log-management:before {
7094
+ content: "\E74F";
7095
+ }
7096
+ .mdsicon-line-function-management:before {
7097
+ content: "\E750";
7098
+ }
7099
+ .mdsicon-line-merid-management:before {
7100
+ content: "\E745";
7101
+ }
7102
+ .mdsicon-line-accounting-module-management:before {
7103
+ content: "\E746";
7104
+ }
7105
+ .mdsicon-line-authority-management:before {
7106
+ content: "\E747";
7107
+ }
7108
+ .mdsicon-line-menu-management:before {
7109
+ content: "\E748";
7110
+ }
7111
+ .mdsicon-line-accounting-scheme-management:before {
7112
+ content: "\E749";
7113
+ }
7114
+ .mdsicon-line-task-plan-management:before {
7115
+ content: "\E74A";
7116
+ }
7117
+ .mdsicon-line-feedback:before {
7118
+ content: "\E74B";
7119
+ }
7120
+ .mdsicon-line-data-table-management:before {
7121
+ content: "\E740";
7122
+ }
7123
+ .mdsicon-line-authority-management3:before {
7124
+ content: "\E741";
7125
+ }
7126
+ .mdsicon-line-accounting-dictionary-management:before {
7127
+ content: "\E742";
7128
+ }
7129
+ .mdsicon-line-accounting-plan-release:before {
7130
+ content: "\E743";
7131
+ }
7132
+ .mdsicon-line-worksheet:before {
7133
+ content: "\E744";
7134
+ }
7135
+ .mdsicon-line-user-management:before {
7136
+ content: "\E73F";
7137
+ }
7030
7138
  .mdsicon-line-accounting-scheme:before {
7031
7139
  content: "\E73D";
7032
7140
  }
@@ -7237,6 +7345,108 @@ samp {
7237
7345
  .mdsicon-line-file-add:before {
7238
7346
  content: "\E702";
7239
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
+ }
7240
7450
  .mdsicon-line-myteam-ehr:before {
7241
7451
  content: "\E6DD";
7242
7452
  }