@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
@@ -570,7 +570,7 @@ samp {
570
570
  font-display: auto;
571
571
  font-style: normal;
572
572
  /* project id 1921203 */
573
- 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');
573
+ 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');
574
574
  }
575
575
  .mdsicon {
576
576
  display: inline-block;
@@ -587,6 +587,12 @@ samp {
587
587
  display: block;
588
588
  font-family: "mdsicon" !important;
589
589
  }
590
+ .mdsicon-line-column-configuration:before {
591
+ content: "\E783";
592
+ }
593
+ .mdsicon-line-row-configuration:before {
594
+ content: "\E784";
595
+ }
590
596
  .mdsicon-line-menu-vertical:before {
591
597
  content: "\E86E";
592
598
  }
@@ -4740,6 +4746,108 @@ samp {
4740
4746
  display: inline-block;
4741
4747
  animation: loadingCircle 6s infinite linear;
4742
4748
  }
4749
+ .mdsicon-line-derive:before {
4750
+ content: "\E76C";
4751
+ }
4752
+ .mdsicon-line-ldistributet:before {
4753
+ content: "\E620";
4754
+ }
4755
+ .mdsicon-line-data-item-format:before {
4756
+ content: "\E61F";
4757
+ }
4758
+ .mdsicon-line-copy:before {
4759
+ content: "\E61D";
4760
+ }
4761
+ .mdsicon-line-statement2:before {
4762
+ content: "\E75A";
4763
+ }
4764
+ .mdsicon-line-monthly-statement:before {
4765
+ content: "\E75B";
4766
+ }
4767
+ .mdsicon-line-accounting-project-management:before {
4768
+ content: "\E75C";
4769
+ }
4770
+ .mdsicon-line-accounting-information-management:before {
4771
+ content: "\E753";
4772
+ }
4773
+ .mdsicon-line-task-standard-management2:before {
4774
+ content: "\E754";
4775
+ }
4776
+ .mdsicon-line-system-management:before {
4777
+ content: "\E755";
4778
+ }
4779
+ .mdsicon-line-task-standard:before {
4780
+ content: "\E756";
4781
+ }
4782
+ .mdsicon-line-task-report:before {
4783
+ content: "\E757";
4784
+ }
4785
+ .mdsicon-line-task-standard-management:before {
4786
+ content: "\E758";
4787
+ }
4788
+ .mdsicon-line-data-management:before {
4789
+ content: "\E759";
4790
+ }
4791
+ .mdsicon-line-accounting-copy-allocatio:before {
4792
+ content: "\E751";
4793
+ }
4794
+ .mdsicon-line-accounting-group-management:before {
4795
+ content: "\E752";
4796
+ }
4797
+ .mdsicon-line-data-alignment:before {
4798
+ content: "\E74C";
4799
+ }
4800
+ .mdsicon-line-authority-management2:before {
4801
+ content: "\E74D";
4802
+ }
4803
+ .mdsicon-line-accounting-rules-management:before {
4804
+ content: "\E74E";
4805
+ }
4806
+ .mdsicon-line-log-management:before {
4807
+ content: "\E74F";
4808
+ }
4809
+ .mdsicon-line-function-management:before {
4810
+ content: "\E750";
4811
+ }
4812
+ .mdsicon-line-merid-management:before {
4813
+ content: "\E745";
4814
+ }
4815
+ .mdsicon-line-accounting-module-management:before {
4816
+ content: "\E746";
4817
+ }
4818
+ .mdsicon-line-authority-management:before {
4819
+ content: "\E747";
4820
+ }
4821
+ .mdsicon-line-menu-management:before {
4822
+ content: "\E748";
4823
+ }
4824
+ .mdsicon-line-accounting-scheme-management:before {
4825
+ content: "\E749";
4826
+ }
4827
+ .mdsicon-line-task-plan-management:before {
4828
+ content: "\E74A";
4829
+ }
4830
+ .mdsicon-line-feedback:before {
4831
+ content: "\E74B";
4832
+ }
4833
+ .mdsicon-line-data-table-management:before {
4834
+ content: "\E740";
4835
+ }
4836
+ .mdsicon-line-authority-management3:before {
4837
+ content: "\E741";
4838
+ }
4839
+ .mdsicon-line-accounting-dictionary-management:before {
4840
+ content: "\E742";
4841
+ }
4842
+ .mdsicon-line-accounting-plan-release:before {
4843
+ content: "\E743";
4844
+ }
4845
+ .mdsicon-line-worksheet:before {
4846
+ content: "\E744";
4847
+ }
4848
+ .mdsicon-line-user-management:before {
4849
+ content: "\E73F";
4850
+ }
4743
4851
  .mdsicon-line-accounting-scheme:before {
4744
4852
  content: "\E73D";
4745
4853
  }
@@ -4950,6 +5058,108 @@ samp {
4950
5058
  .mdsicon-line-file-add:before {
4951
5059
  content: "\E702";
4952
5060
  }
5061
+ .mdsicon-line-manualoperation:before {
5062
+ content: "\E781";
5063
+ }
5064
+ .mdsicon-line-detail:before {
5065
+ content: "\E780";
5066
+ }
5067
+ .mdsicon-line-monthly:before {
5068
+ content: "\E77A";
5069
+ }
5070
+ .mdsicon-line-countdown1:before {
5071
+ content: "\E77B";
5072
+ }
5073
+ .mdsicon-line-role1:before {
5074
+ content: "\E77C";
5075
+ }
5076
+ .mdsicon-line-personnelauthority:before {
5077
+ content: "\E77D";
5078
+ }
5079
+ .mdsicon-line-schedule:before {
5080
+ content: "\E77E";
5081
+ }
5082
+ .mdsicon-line-calendar2:before {
5083
+ content: "\E77F";
5084
+ }
5085
+ .mdsicon-line-daily:before {
5086
+ content: "\E774";
5087
+ }
5088
+ .mdsicon-line-vacation:before {
5089
+ content: "\E775";
5090
+ }
5091
+ .mdsicon-line-forbidden1:before {
5092
+ content: "\E776";
5093
+ }
5094
+ .mdsicon-line-longdistance:before {
5095
+ content: "\E777";
5096
+ }
5097
+ .mdsicon-line-rule:before {
5098
+ content: "\E778";
5099
+ }
5100
+ .mdsicon-line-calculate:before {
5101
+ content: "\E779";
5102
+ }
5103
+ .mdsicon-line-qrcode:before {
5104
+ content: "\E771";
5105
+ }
5106
+ .mdsicon-line-remind:before {
5107
+ content: "\E772";
5108
+ }
5109
+ .mdsicon-line-punchcard:before {
5110
+ content: "\E773";
5111
+ }
5112
+ .mdsicon-line-report-forms-ehr:before {
5113
+ content: "\E770";
5114
+ }
5115
+ .mdsicon-line-entry-ehr:before {
5116
+ content: "\E76F";
5117
+ }
5118
+ .mdsicon-line-employ-ehr:before {
5119
+ content: "\E75D";
5120
+ }
5121
+ .mdsicon-line-report-manager-ehr:before {
5122
+ content: "\E76A";
5123
+ }
5124
+ .mdsicon-line-report-execution-ehr:before {
5125
+ content: "\E76B";
5126
+ }
5127
+ .mdsicon-line-lovefund-ehr:before {
5128
+ content: "\E767";
5129
+ }
5130
+ .mdsicon-line-rankevaluation-ehr:before {
5131
+ content: "\E768";
5132
+ }
5133
+ .mdsicon-line-performance-ehr:before {
5134
+ content: "\E769";
5135
+ }
5136
+ .mdsicon-line-okr-ehr:before {
5137
+ content: "\E760";
5138
+ }
5139
+ .mdsicon-line-teamfallibility:before {
5140
+ content: "\E761";
5141
+ }
5142
+ .mdsicon-line-workbench-ehr:before {
5143
+ content: "\E762";
5144
+ }
5145
+ .mdsicon-line-record-ehr:before {
5146
+ content: "\E763";
5147
+ }
5148
+ .mdsicon-line-performance2:before {
5149
+ content: "\E764";
5150
+ }
5151
+ .mdsicon-line-information-ehr:before {
5152
+ content: "\E765";
5153
+ }
5154
+ .mdsicon-line-organization-ehr:before {
5155
+ content: "\E766";
5156
+ }
5157
+ .mdsicon-line-teamcare-ehr:before {
5158
+ content: "\E75E";
5159
+ }
5160
+ .mdsicon-line-fallibility-ehr:before {
5161
+ content: "\E75F";
5162
+ }
4953
5163
  .mdsicon-line-myteam-ehr:before {
4954
5164
  content: "\E6DD";
4955
5165
  }
@@ -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
  }
@@ -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
  }