@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.
- package/dist/_util/iconfont/index.js +12 -13
- package/dist/dropdown.js +1 -1
- package/dist/font/iconfont.396260c.woff2 +0 -0
- package/dist/font/{iconfont.21c3c4a.ttf → iconfont.3f886fd.ttf} +0 -0
- package/dist/font/iconfont.881db5a.woff +0 -0
- package/dist/index.js +1 -1
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +33 -16
- package/dist/slider.js +36 -15
- package/dist/style/affix.css +145 -1
- package/dist/style/alert.css +145 -1
- package/dist/style/anchor.css +145 -1
- package/dist/style/avatar.css +145 -1
- package/dist/style/badge.css +145 -1
- package/dist/style/bordershadow.css +145 -1
- package/dist/style/breadcrumb.css +145 -1
- package/dist/style/button.css +145 -1
- package/dist/style/card.css +145 -1
- package/dist/style/carousel.css +145 -1
- package/dist/style/checkbox.css +145 -1
- package/dist/style/col.css +145 -1
- package/dist/style/collapse.css +145 -1
- package/dist/style/color.css +145 -1
- package/dist/style/datepicker.css +145 -1
- package/dist/style/divider.css +145 -1
- package/dist/style/drawer.css +145 -1
- package/dist/style/dropdown.css +145 -1
- package/dist/style/empty.css +145 -1
- package/dist/style/font.css +145 -1
- package/dist/style/form.css +145 -1
- package/dist/style/icon.css +145 -1
- package/dist/style/input.css +145 -1
- package/dist/style/inputnumber.css +145 -1
- package/dist/style/layout.css +145 -1
- package/dist/style/list.css +145 -1
- package/dist/style/loading.css +145 -1
- package/dist/style/menu.css +145 -1
- package/dist/style/modal.css +145 -1
- package/dist/style/notification.css +145 -1
- package/dist/style/pagination.css +145 -1
- package/dist/style/popconfirm.css +145 -1
- package/dist/style/popover.css +145 -1
- package/dist/style/progress.css +145 -1
- package/dist/style/radio.css +145 -1
- package/dist/style/rate.css +145 -1
- package/dist/style/row.css +145 -1
- package/dist/style/select.css +145 -1
- package/dist/style/slider.css +145 -1
- package/dist/style/slottable.css +145 -1
- package/dist/style/steps.css +145 -1
- package/dist/style/switch.css +145 -1
- package/dist/style/table.css +145 -1
- package/dist/style/tabs.css +145 -1
- package/dist/style/tag.css +145 -1
- package/dist/style/text.css +145 -1
- package/dist/style/timeline.css +145 -1
- package/dist/style/timepicker.css +145 -1
- package/dist/style/tooltip.css +145 -1
- package/dist/style/tree.css +145 -1
- package/dist/style/typography.css +145 -1
- package/dist/style/upload.css +145 -1
- package/package.json +1 -1
- package/dist/font/iconfont.1406d13.woff2 +0 -0
- package/dist/font/iconfont.e8a8fd9.woff +0 -0
package/dist/style/loading.css
CHANGED
|
@@ -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.
|
|
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
|
}
|
package/dist/style/menu.css
CHANGED
|
@@ -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.
|
|
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
|
}
|
package/dist/style/modal.css
CHANGED
|
@@ -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.
|
|
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
|
}
|
|
@@ -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.
|
|
573
|
+
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');
|
|
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,42 @@ samp {
|
|
|
4740
4746
|
display: inline-block;
|
|
4741
4747
|
animation: loadingCircle 6s infinite linear;
|
|
4742
4748
|
}
|
|
4749
|
+
.mdsicon-line-open-drawer:before {
|
|
4750
|
+
content: "\E7A6";
|
|
4751
|
+
}
|
|
4752
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4753
|
+
content: "\E7A5";
|
|
4754
|
+
}
|
|
4755
|
+
.mdsicon-line-unhide-rows:before {
|
|
4756
|
+
content: "\E7A0";
|
|
4757
|
+
}
|
|
4758
|
+
.mdsicon-line-unhide-columns:before {
|
|
4759
|
+
content: "\E7A1";
|
|
4760
|
+
}
|
|
4761
|
+
.mdsicon-line-freeze-panes:before {
|
|
4762
|
+
content: "\E7A2";
|
|
4763
|
+
}
|
|
4764
|
+
.mdsicon-line-hide-column:before {
|
|
4765
|
+
content: "\E7A3";
|
|
4766
|
+
}
|
|
4767
|
+
.mdsicon-line-hide-rows:before {
|
|
4768
|
+
content: "\E7A4";
|
|
4769
|
+
}
|
|
4770
|
+
.mdsicon-line-carryout:before {
|
|
4771
|
+
content: "\E782";
|
|
4772
|
+
}
|
|
4773
|
+
.mdsicon-line-derive:before {
|
|
4774
|
+
content: "\E76C";
|
|
4775
|
+
}
|
|
4776
|
+
.mdsicon-line-ldistributet:before {
|
|
4777
|
+
content: "\E620";
|
|
4778
|
+
}
|
|
4779
|
+
.mdsicon-line-data-item-format:before {
|
|
4780
|
+
content: "\E61F";
|
|
4781
|
+
}
|
|
4782
|
+
.mdsicon-line-copy:before {
|
|
4783
|
+
content: "\E61D";
|
|
4784
|
+
}
|
|
4743
4785
|
.mdsicon-line-statement2:before {
|
|
4744
4786
|
content: "\E75A";
|
|
4745
4787
|
}
|
|
@@ -5040,6 +5082,108 @@ samp {
|
|
|
5040
5082
|
.mdsicon-line-file-add:before {
|
|
5041
5083
|
content: "\E702";
|
|
5042
5084
|
}
|
|
5085
|
+
.mdsicon-line-manualoperation:before {
|
|
5086
|
+
content: "\E781";
|
|
5087
|
+
}
|
|
5088
|
+
.mdsicon-line-detail:before {
|
|
5089
|
+
content: "\E780";
|
|
5090
|
+
}
|
|
5091
|
+
.mdsicon-line-monthly:before {
|
|
5092
|
+
content: "\E77A";
|
|
5093
|
+
}
|
|
5094
|
+
.mdsicon-line-countdown1:before {
|
|
5095
|
+
content: "\E77B";
|
|
5096
|
+
}
|
|
5097
|
+
.mdsicon-line-role1:before {
|
|
5098
|
+
content: "\E77C";
|
|
5099
|
+
}
|
|
5100
|
+
.mdsicon-line-personnelauthority:before {
|
|
5101
|
+
content: "\E77D";
|
|
5102
|
+
}
|
|
5103
|
+
.mdsicon-line-schedule:before {
|
|
5104
|
+
content: "\E77E";
|
|
5105
|
+
}
|
|
5106
|
+
.mdsicon-line-calendar2:before {
|
|
5107
|
+
content: "\E77F";
|
|
5108
|
+
}
|
|
5109
|
+
.mdsicon-line-daily:before {
|
|
5110
|
+
content: "\E774";
|
|
5111
|
+
}
|
|
5112
|
+
.mdsicon-line-vacation:before {
|
|
5113
|
+
content: "\E775";
|
|
5114
|
+
}
|
|
5115
|
+
.mdsicon-line-forbidden1:before {
|
|
5116
|
+
content: "\E776";
|
|
5117
|
+
}
|
|
5118
|
+
.mdsicon-line-longdistance:before {
|
|
5119
|
+
content: "\E777";
|
|
5120
|
+
}
|
|
5121
|
+
.mdsicon-line-rule:before {
|
|
5122
|
+
content: "\E778";
|
|
5123
|
+
}
|
|
5124
|
+
.mdsicon-line-calculate:before {
|
|
5125
|
+
content: "\E779";
|
|
5126
|
+
}
|
|
5127
|
+
.mdsicon-line-qrcode:before {
|
|
5128
|
+
content: "\E771";
|
|
5129
|
+
}
|
|
5130
|
+
.mdsicon-line-remind:before {
|
|
5131
|
+
content: "\E772";
|
|
5132
|
+
}
|
|
5133
|
+
.mdsicon-line-punchcard:before {
|
|
5134
|
+
content: "\E773";
|
|
5135
|
+
}
|
|
5136
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5137
|
+
content: "\E770";
|
|
5138
|
+
}
|
|
5139
|
+
.mdsicon-line-entry-ehr:before {
|
|
5140
|
+
content: "\E76F";
|
|
5141
|
+
}
|
|
5142
|
+
.mdsicon-line-employ-ehr:before {
|
|
5143
|
+
content: "\E75D";
|
|
5144
|
+
}
|
|
5145
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5146
|
+
content: "\E76A";
|
|
5147
|
+
}
|
|
5148
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5149
|
+
content: "\E76B";
|
|
5150
|
+
}
|
|
5151
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5152
|
+
content: "\E767";
|
|
5153
|
+
}
|
|
5154
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5155
|
+
content: "\E768";
|
|
5156
|
+
}
|
|
5157
|
+
.mdsicon-line-performance-ehr:before {
|
|
5158
|
+
content: "\E769";
|
|
5159
|
+
}
|
|
5160
|
+
.mdsicon-line-okr-ehr:before {
|
|
5161
|
+
content: "\E760";
|
|
5162
|
+
}
|
|
5163
|
+
.mdsicon-line-teamfallibility:before {
|
|
5164
|
+
content: "\E761";
|
|
5165
|
+
}
|
|
5166
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5167
|
+
content: "\E762";
|
|
5168
|
+
}
|
|
5169
|
+
.mdsicon-line-record-ehr:before {
|
|
5170
|
+
content: "\E763";
|
|
5171
|
+
}
|
|
5172
|
+
.mdsicon-line-performance2:before {
|
|
5173
|
+
content: "\E764";
|
|
5174
|
+
}
|
|
5175
|
+
.mdsicon-line-information-ehr:before {
|
|
5176
|
+
content: "\E765";
|
|
5177
|
+
}
|
|
5178
|
+
.mdsicon-line-organization-ehr:before {
|
|
5179
|
+
content: "\E766";
|
|
5180
|
+
}
|
|
5181
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5182
|
+
content: "\E75E";
|
|
5183
|
+
}
|
|
5184
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5185
|
+
content: "\E75F";
|
|
5186
|
+
}
|
|
5043
5187
|
.mdsicon-line-myteam-ehr:before {
|
|
5044
5188
|
content: "\E6DD";
|
|
5045
5189
|
}
|