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

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 +12 -13
  2. package/dist/dropdown.js +1 -1
  3. package/dist/font/iconfont.396260c.woff2 +0 -0
  4. package/dist/font/{iconfont.21c3c4a.ttf → iconfont.3f886fd.ttf} +0 -0
  5. package/dist/font/iconfont.881db5a.woff +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 +33 -16
  9. package/dist/slider.js +36 -15
  10. package/dist/style/affix.css +145 -1
  11. package/dist/style/alert.css +145 -1
  12. package/dist/style/anchor.css +145 -1
  13. package/dist/style/avatar.css +145 -1
  14. package/dist/style/badge.css +145 -1
  15. package/dist/style/bordershadow.css +145 -1
  16. package/dist/style/breadcrumb.css +145 -1
  17. package/dist/style/button.css +145 -1
  18. package/dist/style/card.css +145 -1
  19. package/dist/style/carousel.css +145 -1
  20. package/dist/style/checkbox.css +145 -1
  21. package/dist/style/col.css +145 -1
  22. package/dist/style/collapse.css +145 -1
  23. package/dist/style/color.css +145 -1
  24. package/dist/style/datepicker.css +145 -1
  25. package/dist/style/divider.css +145 -1
  26. package/dist/style/drawer.css +145 -1
  27. package/dist/style/dropdown.css +145 -1
  28. package/dist/style/empty.css +145 -1
  29. package/dist/style/font.css +145 -1
  30. package/dist/style/form.css +145 -1
  31. package/dist/style/icon.css +145 -1
  32. package/dist/style/input.css +145 -1
  33. package/dist/style/inputnumber.css +145 -1
  34. package/dist/style/layout.css +145 -1
  35. package/dist/style/list.css +145 -1
  36. package/dist/style/loading.css +145 -1
  37. package/dist/style/menu.css +145 -1
  38. package/dist/style/modal.css +145 -1
  39. package/dist/style/notification.css +145 -1
  40. package/dist/style/pagination.css +145 -1
  41. package/dist/style/popconfirm.css +145 -1
  42. package/dist/style/popover.css +145 -1
  43. package/dist/style/progress.css +145 -1
  44. package/dist/style/radio.css +145 -1
  45. package/dist/style/rate.css +145 -1
  46. package/dist/style/row.css +145 -1
  47. package/dist/style/select.css +145 -1
  48. package/dist/style/slider.css +145 -1
  49. package/dist/style/slottable.css +145 -1
  50. package/dist/style/steps.css +145 -1
  51. package/dist/style/switch.css +145 -1
  52. package/dist/style/table.css +145 -1
  53. package/dist/style/tabs.css +145 -1
  54. package/dist/style/tag.css +145 -1
  55. package/dist/style/text.css +145 -1
  56. package/dist/style/timeline.css +145 -1
  57. package/dist/style/timepicker.css +145 -1
  58. package/dist/style/tooltip.css +145 -1
  59. package/dist/style/tree.css +145 -1
  60. package/dist/style/typography.css +145 -1
  61. package/dist/style/upload.css +145 -1
  62. package/package.json +1 -1
  63. package/dist/font/iconfont.1406d13.woff2 +0 -0
  64. package/dist/font/iconfont.e8a8fd9.woff +0 -0
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.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,42 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-open-drawer:before {
4734
+ content: "\E7A6";
4735
+ }
4736
+ .mdsicon-line-unfreeze-panes:before {
4737
+ content: "\E7A5";
4738
+ }
4739
+ .mdsicon-line-unhide-rows:before {
4740
+ content: "\E7A0";
4741
+ }
4742
+ .mdsicon-line-unhide-columns:before {
4743
+ content: "\E7A1";
4744
+ }
4745
+ .mdsicon-line-freeze-panes:before {
4746
+ content: "\E7A2";
4747
+ }
4748
+ .mdsicon-line-hide-column:before {
4749
+ content: "\E7A3";
4750
+ }
4751
+ .mdsicon-line-hide-rows:before {
4752
+ content: "\E7A4";
4753
+ }
4754
+ .mdsicon-line-carryout:before {
4755
+ content: "\E782";
4756
+ }
4757
+ .mdsicon-line-derive:before {
4758
+ content: "\E76C";
4759
+ }
4760
+ .mdsicon-line-ldistributet:before {
4761
+ content: "\E620";
4762
+ }
4763
+ .mdsicon-line-data-item-format:before {
4764
+ content: "\E61F";
4765
+ }
4766
+ .mdsicon-line-copy:before {
4767
+ content: "\E61D";
4768
+ }
4727
4769
  .mdsicon-line-statement2:before {
4728
4770
  content: "\E75A";
4729
4771
  }
@@ -5024,6 +5066,108 @@ samp {
5024
5066
  .mdsicon-line-file-add:before {
5025
5067
  content: "\E702";
5026
5068
  }
5069
+ .mdsicon-line-manualoperation:before {
5070
+ content: "\E781";
5071
+ }
5072
+ .mdsicon-line-detail:before {
5073
+ content: "\E780";
5074
+ }
5075
+ .mdsicon-line-monthly:before {
5076
+ content: "\E77A";
5077
+ }
5078
+ .mdsicon-line-countdown1:before {
5079
+ content: "\E77B";
5080
+ }
5081
+ .mdsicon-line-role1:before {
5082
+ content: "\E77C";
5083
+ }
5084
+ .mdsicon-line-personnelauthority:before {
5085
+ content: "\E77D";
5086
+ }
5087
+ .mdsicon-line-schedule:before {
5088
+ content: "\E77E";
5089
+ }
5090
+ .mdsicon-line-calendar2:before {
5091
+ content: "\E77F";
5092
+ }
5093
+ .mdsicon-line-daily:before {
5094
+ content: "\E774";
5095
+ }
5096
+ .mdsicon-line-vacation:before {
5097
+ content: "\E775";
5098
+ }
5099
+ .mdsicon-line-forbidden1:before {
5100
+ content: "\E776";
5101
+ }
5102
+ .mdsicon-line-longdistance:before {
5103
+ content: "\E777";
5104
+ }
5105
+ .mdsicon-line-rule:before {
5106
+ content: "\E778";
5107
+ }
5108
+ .mdsicon-line-calculate:before {
5109
+ content: "\E779";
5110
+ }
5111
+ .mdsicon-line-qrcode:before {
5112
+ content: "\E771";
5113
+ }
5114
+ .mdsicon-line-remind:before {
5115
+ content: "\E772";
5116
+ }
5117
+ .mdsicon-line-punchcard:before {
5118
+ content: "\E773";
5119
+ }
5120
+ .mdsicon-line-report-forms-ehr:before {
5121
+ content: "\E770";
5122
+ }
5123
+ .mdsicon-line-entry-ehr:before {
5124
+ content: "\E76F";
5125
+ }
5126
+ .mdsicon-line-employ-ehr:before {
5127
+ content: "\E75D";
5128
+ }
5129
+ .mdsicon-line-report-manager-ehr:before {
5130
+ content: "\E76A";
5131
+ }
5132
+ .mdsicon-line-report-execution-ehr:before {
5133
+ content: "\E76B";
5134
+ }
5135
+ .mdsicon-line-lovefund-ehr:before {
5136
+ content: "\E767";
5137
+ }
5138
+ .mdsicon-line-rankevaluation-ehr:before {
5139
+ content: "\E768";
5140
+ }
5141
+ .mdsicon-line-performance-ehr:before {
5142
+ content: "\E769";
5143
+ }
5144
+ .mdsicon-line-okr-ehr:before {
5145
+ content: "\E760";
5146
+ }
5147
+ .mdsicon-line-teamfallibility:before {
5148
+ content: "\E761";
5149
+ }
5150
+ .mdsicon-line-workbench-ehr:before {
5151
+ content: "\E762";
5152
+ }
5153
+ .mdsicon-line-record-ehr:before {
5154
+ content: "\E763";
5155
+ }
5156
+ .mdsicon-line-performance2:before {
5157
+ content: "\E764";
5158
+ }
5159
+ .mdsicon-line-information-ehr:before {
5160
+ content: "\E765";
5161
+ }
5162
+ .mdsicon-line-organization-ehr:before {
5163
+ content: "\E766";
5164
+ }
5165
+ .mdsicon-line-teamcare-ehr:before {
5166
+ content: "\E75E";
5167
+ }
5168
+ .mdsicon-line-fallibility-ehr:before {
5169
+ content: "\E75F";
5170
+ }
5027
5171
  .mdsicon-line-myteam-ehr:before {
5028
5172
  content: "\E6DD";
5029
5173
  }
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.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,42 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-open-drawer:before {
4734
+ content: "\E7A6";
4735
+ }
4736
+ .mdsicon-line-unfreeze-panes:before {
4737
+ content: "\E7A5";
4738
+ }
4739
+ .mdsicon-line-unhide-rows:before {
4740
+ content: "\E7A0";
4741
+ }
4742
+ .mdsicon-line-unhide-columns:before {
4743
+ content: "\E7A1";
4744
+ }
4745
+ .mdsicon-line-freeze-panes:before {
4746
+ content: "\E7A2";
4747
+ }
4748
+ .mdsicon-line-hide-column:before {
4749
+ content: "\E7A3";
4750
+ }
4751
+ .mdsicon-line-hide-rows:before {
4752
+ content: "\E7A4";
4753
+ }
4754
+ .mdsicon-line-carryout:before {
4755
+ content: "\E782";
4756
+ }
4757
+ .mdsicon-line-derive:before {
4758
+ content: "\E76C";
4759
+ }
4760
+ .mdsicon-line-ldistributet:before {
4761
+ content: "\E620";
4762
+ }
4763
+ .mdsicon-line-data-item-format:before {
4764
+ content: "\E61F";
4765
+ }
4766
+ .mdsicon-line-copy:before {
4767
+ content: "\E61D";
4768
+ }
4727
4769
  .mdsicon-line-statement2:before {
4728
4770
  content: "\E75A";
4729
4771
  }
@@ -5024,6 +5066,108 @@ samp {
5024
5066
  .mdsicon-line-file-add:before {
5025
5067
  content: "\E702";
5026
5068
  }
5069
+ .mdsicon-line-manualoperation:before {
5070
+ content: "\E781";
5071
+ }
5072
+ .mdsicon-line-detail:before {
5073
+ content: "\E780";
5074
+ }
5075
+ .mdsicon-line-monthly:before {
5076
+ content: "\E77A";
5077
+ }
5078
+ .mdsicon-line-countdown1:before {
5079
+ content: "\E77B";
5080
+ }
5081
+ .mdsicon-line-role1:before {
5082
+ content: "\E77C";
5083
+ }
5084
+ .mdsicon-line-personnelauthority:before {
5085
+ content: "\E77D";
5086
+ }
5087
+ .mdsicon-line-schedule:before {
5088
+ content: "\E77E";
5089
+ }
5090
+ .mdsicon-line-calendar2:before {
5091
+ content: "\E77F";
5092
+ }
5093
+ .mdsicon-line-daily:before {
5094
+ content: "\E774";
5095
+ }
5096
+ .mdsicon-line-vacation:before {
5097
+ content: "\E775";
5098
+ }
5099
+ .mdsicon-line-forbidden1:before {
5100
+ content: "\E776";
5101
+ }
5102
+ .mdsicon-line-longdistance:before {
5103
+ content: "\E777";
5104
+ }
5105
+ .mdsicon-line-rule:before {
5106
+ content: "\E778";
5107
+ }
5108
+ .mdsicon-line-calculate:before {
5109
+ content: "\E779";
5110
+ }
5111
+ .mdsicon-line-qrcode:before {
5112
+ content: "\E771";
5113
+ }
5114
+ .mdsicon-line-remind:before {
5115
+ content: "\E772";
5116
+ }
5117
+ .mdsicon-line-punchcard:before {
5118
+ content: "\E773";
5119
+ }
5120
+ .mdsicon-line-report-forms-ehr:before {
5121
+ content: "\E770";
5122
+ }
5123
+ .mdsicon-line-entry-ehr:before {
5124
+ content: "\E76F";
5125
+ }
5126
+ .mdsicon-line-employ-ehr:before {
5127
+ content: "\E75D";
5128
+ }
5129
+ .mdsicon-line-report-manager-ehr:before {
5130
+ content: "\E76A";
5131
+ }
5132
+ .mdsicon-line-report-execution-ehr:before {
5133
+ content: "\E76B";
5134
+ }
5135
+ .mdsicon-line-lovefund-ehr:before {
5136
+ content: "\E767";
5137
+ }
5138
+ .mdsicon-line-rankevaluation-ehr:before {
5139
+ content: "\E768";
5140
+ }
5141
+ .mdsicon-line-performance-ehr:before {
5142
+ content: "\E769";
5143
+ }
5144
+ .mdsicon-line-okr-ehr:before {
5145
+ content: "\E760";
5146
+ }
5147
+ .mdsicon-line-teamfallibility:before {
5148
+ content: "\E761";
5149
+ }
5150
+ .mdsicon-line-workbench-ehr:before {
5151
+ content: "\E762";
5152
+ }
5153
+ .mdsicon-line-record-ehr:before {
5154
+ content: "\E763";
5155
+ }
5156
+ .mdsicon-line-performance2:before {
5157
+ content: "\E764";
5158
+ }
5159
+ .mdsicon-line-information-ehr:before {
5160
+ content: "\E765";
5161
+ }
5162
+ .mdsicon-line-organization-ehr:before {
5163
+ content: "\E766";
5164
+ }
5165
+ .mdsicon-line-teamcare-ehr:before {
5166
+ content: "\E75E";
5167
+ }
5168
+ .mdsicon-line-fallibility-ehr:before {
5169
+ content: "\E75F";
5170
+ }
5027
5171
  .mdsicon-line-myteam-ehr:before {
5028
5172
  content: "\E6DD";
5029
5173
  }
@@ -560,7 +560,7 @@ samp {
560
560
  font-display: auto;
561
561
  font-style: normal;
562
562
  /* project id 1921203 */
563
- 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');
563
+ src: url(/dist/font/iconfont.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
564
564
  }
565
565
  .mdsicon {
566
566
  display: inline-block;
@@ -577,6 +577,12 @@ samp {
577
577
  display: block;
578
578
  font-family: "mdsicon" !important;
579
579
  }
580
+ .mdsicon-line-column-configuration:before {
581
+ content: "\E783";
582
+ }
583
+ .mdsicon-line-row-configuration:before {
584
+ content: "\E784";
585
+ }
580
586
  .mdsicon-line-menu-vertical:before {
581
587
  content: "\E86E";
582
588
  }
@@ -4730,6 +4736,42 @@ samp {
4730
4736
  display: inline-block;
4731
4737
  animation: loadingCircle 6s infinite linear;
4732
4738
  }
4739
+ .mdsicon-line-open-drawer:before {
4740
+ content: "\E7A6";
4741
+ }
4742
+ .mdsicon-line-unfreeze-panes:before {
4743
+ content: "\E7A5";
4744
+ }
4745
+ .mdsicon-line-unhide-rows:before {
4746
+ content: "\E7A0";
4747
+ }
4748
+ .mdsicon-line-unhide-columns:before {
4749
+ content: "\E7A1";
4750
+ }
4751
+ .mdsicon-line-freeze-panes:before {
4752
+ content: "\E7A2";
4753
+ }
4754
+ .mdsicon-line-hide-column:before {
4755
+ content: "\E7A3";
4756
+ }
4757
+ .mdsicon-line-hide-rows:before {
4758
+ content: "\E7A4";
4759
+ }
4760
+ .mdsicon-line-carryout:before {
4761
+ content: "\E782";
4762
+ }
4763
+ .mdsicon-line-derive:before {
4764
+ content: "\E76C";
4765
+ }
4766
+ .mdsicon-line-ldistributet:before {
4767
+ content: "\E620";
4768
+ }
4769
+ .mdsicon-line-data-item-format:before {
4770
+ content: "\E61F";
4771
+ }
4772
+ .mdsicon-line-copy:before {
4773
+ content: "\E61D";
4774
+ }
4733
4775
  .mdsicon-line-statement2:before {
4734
4776
  content: "\E75A";
4735
4777
  }
@@ -5030,6 +5072,108 @@ samp {
5030
5072
  .mdsicon-line-file-add:before {
5031
5073
  content: "\E702";
5032
5074
  }
5075
+ .mdsicon-line-manualoperation:before {
5076
+ content: "\E781";
5077
+ }
5078
+ .mdsicon-line-detail:before {
5079
+ content: "\E780";
5080
+ }
5081
+ .mdsicon-line-monthly:before {
5082
+ content: "\E77A";
5083
+ }
5084
+ .mdsicon-line-countdown1:before {
5085
+ content: "\E77B";
5086
+ }
5087
+ .mdsicon-line-role1:before {
5088
+ content: "\E77C";
5089
+ }
5090
+ .mdsicon-line-personnelauthority:before {
5091
+ content: "\E77D";
5092
+ }
5093
+ .mdsicon-line-schedule:before {
5094
+ content: "\E77E";
5095
+ }
5096
+ .mdsicon-line-calendar2:before {
5097
+ content: "\E77F";
5098
+ }
5099
+ .mdsicon-line-daily:before {
5100
+ content: "\E774";
5101
+ }
5102
+ .mdsicon-line-vacation:before {
5103
+ content: "\E775";
5104
+ }
5105
+ .mdsicon-line-forbidden1:before {
5106
+ content: "\E776";
5107
+ }
5108
+ .mdsicon-line-longdistance:before {
5109
+ content: "\E777";
5110
+ }
5111
+ .mdsicon-line-rule:before {
5112
+ content: "\E778";
5113
+ }
5114
+ .mdsicon-line-calculate:before {
5115
+ content: "\E779";
5116
+ }
5117
+ .mdsicon-line-qrcode:before {
5118
+ content: "\E771";
5119
+ }
5120
+ .mdsicon-line-remind:before {
5121
+ content: "\E772";
5122
+ }
5123
+ .mdsicon-line-punchcard:before {
5124
+ content: "\E773";
5125
+ }
5126
+ .mdsicon-line-report-forms-ehr:before {
5127
+ content: "\E770";
5128
+ }
5129
+ .mdsicon-line-entry-ehr:before {
5130
+ content: "\E76F";
5131
+ }
5132
+ .mdsicon-line-employ-ehr:before {
5133
+ content: "\E75D";
5134
+ }
5135
+ .mdsicon-line-report-manager-ehr:before {
5136
+ content: "\E76A";
5137
+ }
5138
+ .mdsicon-line-report-execution-ehr:before {
5139
+ content: "\E76B";
5140
+ }
5141
+ .mdsicon-line-lovefund-ehr:before {
5142
+ content: "\E767";
5143
+ }
5144
+ .mdsicon-line-rankevaluation-ehr:before {
5145
+ content: "\E768";
5146
+ }
5147
+ .mdsicon-line-performance-ehr:before {
5148
+ content: "\E769";
5149
+ }
5150
+ .mdsicon-line-okr-ehr:before {
5151
+ content: "\E760";
5152
+ }
5153
+ .mdsicon-line-teamfallibility:before {
5154
+ content: "\E761";
5155
+ }
5156
+ .mdsicon-line-workbench-ehr:before {
5157
+ content: "\E762";
5158
+ }
5159
+ .mdsicon-line-record-ehr:before {
5160
+ content: "\E763";
5161
+ }
5162
+ .mdsicon-line-performance2:before {
5163
+ content: "\E764";
5164
+ }
5165
+ .mdsicon-line-information-ehr:before {
5166
+ content: "\E765";
5167
+ }
5168
+ .mdsicon-line-organization-ehr:before {
5169
+ content: "\E766";
5170
+ }
5171
+ .mdsicon-line-teamcare-ehr:before {
5172
+ content: "\E75E";
5173
+ }
5174
+ .mdsicon-line-fallibility-ehr:before {
5175
+ content: "\E75F";
5176
+ }
5033
5177
  .mdsicon-line-myteam-ehr:before {
5034
5178
  content: "\E6DD";
5035
5179
  }
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.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,42 @@ samp {
4724
4730
  display: inline-block;
4725
4731
  animation: loadingCircle 6s infinite linear;
4726
4732
  }
4733
+ .mdsicon-line-open-drawer:before {
4734
+ content: "\E7A6";
4735
+ }
4736
+ .mdsicon-line-unfreeze-panes:before {
4737
+ content: "\E7A5";
4738
+ }
4739
+ .mdsicon-line-unhide-rows:before {
4740
+ content: "\E7A0";
4741
+ }
4742
+ .mdsicon-line-unhide-columns:before {
4743
+ content: "\E7A1";
4744
+ }
4745
+ .mdsicon-line-freeze-panes:before {
4746
+ content: "\E7A2";
4747
+ }
4748
+ .mdsicon-line-hide-column:before {
4749
+ content: "\E7A3";
4750
+ }
4751
+ .mdsicon-line-hide-rows:before {
4752
+ content: "\E7A4";
4753
+ }
4754
+ .mdsicon-line-carryout:before {
4755
+ content: "\E782";
4756
+ }
4757
+ .mdsicon-line-derive:before {
4758
+ content: "\E76C";
4759
+ }
4760
+ .mdsicon-line-ldistributet:before {
4761
+ content: "\E620";
4762
+ }
4763
+ .mdsicon-line-data-item-format:before {
4764
+ content: "\E61F";
4765
+ }
4766
+ .mdsicon-line-copy:before {
4767
+ content: "\E61D";
4768
+ }
4727
4769
  .mdsicon-line-statement2:before {
4728
4770
  content: "\E75A";
4729
4771
  }
@@ -5024,6 +5066,108 @@ samp {
5024
5066
  .mdsicon-line-file-add:before {
5025
5067
  content: "\E702";
5026
5068
  }
5069
+ .mdsicon-line-manualoperation:before {
5070
+ content: "\E781";
5071
+ }
5072
+ .mdsicon-line-detail:before {
5073
+ content: "\E780";
5074
+ }
5075
+ .mdsicon-line-monthly:before {
5076
+ content: "\E77A";
5077
+ }
5078
+ .mdsicon-line-countdown1:before {
5079
+ content: "\E77B";
5080
+ }
5081
+ .mdsicon-line-role1:before {
5082
+ content: "\E77C";
5083
+ }
5084
+ .mdsicon-line-personnelauthority:before {
5085
+ content: "\E77D";
5086
+ }
5087
+ .mdsicon-line-schedule:before {
5088
+ content: "\E77E";
5089
+ }
5090
+ .mdsicon-line-calendar2:before {
5091
+ content: "\E77F";
5092
+ }
5093
+ .mdsicon-line-daily:before {
5094
+ content: "\E774";
5095
+ }
5096
+ .mdsicon-line-vacation:before {
5097
+ content: "\E775";
5098
+ }
5099
+ .mdsicon-line-forbidden1:before {
5100
+ content: "\E776";
5101
+ }
5102
+ .mdsicon-line-longdistance:before {
5103
+ content: "\E777";
5104
+ }
5105
+ .mdsicon-line-rule:before {
5106
+ content: "\E778";
5107
+ }
5108
+ .mdsicon-line-calculate:before {
5109
+ content: "\E779";
5110
+ }
5111
+ .mdsicon-line-qrcode:before {
5112
+ content: "\E771";
5113
+ }
5114
+ .mdsicon-line-remind:before {
5115
+ content: "\E772";
5116
+ }
5117
+ .mdsicon-line-punchcard:before {
5118
+ content: "\E773";
5119
+ }
5120
+ .mdsicon-line-report-forms-ehr:before {
5121
+ content: "\E770";
5122
+ }
5123
+ .mdsicon-line-entry-ehr:before {
5124
+ content: "\E76F";
5125
+ }
5126
+ .mdsicon-line-employ-ehr:before {
5127
+ content: "\E75D";
5128
+ }
5129
+ .mdsicon-line-report-manager-ehr:before {
5130
+ content: "\E76A";
5131
+ }
5132
+ .mdsicon-line-report-execution-ehr:before {
5133
+ content: "\E76B";
5134
+ }
5135
+ .mdsicon-line-lovefund-ehr:before {
5136
+ content: "\E767";
5137
+ }
5138
+ .mdsicon-line-rankevaluation-ehr:before {
5139
+ content: "\E768";
5140
+ }
5141
+ .mdsicon-line-performance-ehr:before {
5142
+ content: "\E769";
5143
+ }
5144
+ .mdsicon-line-okr-ehr:before {
5145
+ content: "\E760";
5146
+ }
5147
+ .mdsicon-line-teamfallibility:before {
5148
+ content: "\E761";
5149
+ }
5150
+ .mdsicon-line-workbench-ehr:before {
5151
+ content: "\E762";
5152
+ }
5153
+ .mdsicon-line-record-ehr:before {
5154
+ content: "\E763";
5155
+ }
5156
+ .mdsicon-line-performance2:before {
5157
+ content: "\E764";
5158
+ }
5159
+ .mdsicon-line-information-ehr:before {
5160
+ content: "\E765";
5161
+ }
5162
+ .mdsicon-line-organization-ehr:before {
5163
+ content: "\E766";
5164
+ }
5165
+ .mdsicon-line-teamcare-ehr:before {
5166
+ content: "\E75E";
5167
+ }
5168
+ .mdsicon-line-fallibility-ehr:before {
5169
+ content: "\E75F";
5170
+ }
5027
5171
  .mdsicon-line-myteam-ehr:before {
5028
5172
  content: "\E6DD";
5029
5173
  }