@mdsfe/mds-ui 0.2.11-rc.1 → 0.2.11-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/dropdown.js +1 -1
- package/dist/font/iconfont.18d0990.woff +0 -0
- package/dist/font/{iconfont.21c3c4a.ttf → iconfont.3375cbc.ttf} +0 -0
- package/dist/font/iconfont.98a83f4.woff2 +0 -0
- package/dist/index.js +1 -1
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +7 -7
- package/dist/style/affix.css +121 -1
- package/dist/style/alert.css +121 -1
- package/dist/style/anchor.css +121 -1
- package/dist/style/avatar.css +121 -1
- package/dist/style/badge.css +121 -1
- package/dist/style/bordershadow.css +121 -1
- package/dist/style/breadcrumb.css +121 -1
- package/dist/style/button.css +121 -1
- package/dist/style/card.css +121 -1
- package/dist/style/carousel.css +121 -1
- package/dist/style/checkbox.css +121 -1
- package/dist/style/col.css +121 -1
- package/dist/style/collapse.css +121 -1
- package/dist/style/color.css +121 -1
- package/dist/style/datepicker.css +121 -1
- package/dist/style/divider.css +121 -1
- package/dist/style/drawer.css +121 -1
- package/dist/style/dropdown.css +121 -1
- package/dist/style/empty.css +121 -1
- package/dist/style/font.css +121 -1
- package/dist/style/form.css +121 -1
- package/dist/style/icon.css +121 -1
- package/dist/style/input.css +121 -1
- package/dist/style/inputnumber.css +121 -1
- package/dist/style/layout.css +121 -1
- package/dist/style/list.css +121 -1
- package/dist/style/loading.css +121 -1
- package/dist/style/menu.css +121 -1
- package/dist/style/modal.css +121 -1
- package/dist/style/notification.css +121 -1
- package/dist/style/pagination.css +121 -1
- package/dist/style/popconfirm.css +121 -1
- package/dist/style/popover.css +121 -1
- package/dist/style/progress.css +121 -1
- package/dist/style/radio.css +121 -1
- package/dist/style/rate.css +121 -1
- package/dist/style/row.css +121 -1
- package/dist/style/select.css +121 -1
- package/dist/style/slider.css +121 -1
- package/dist/style/slottable.css +121 -1
- package/dist/style/steps.css +121 -1
- package/dist/style/switch.css +121 -1
- package/dist/style/table.css +121 -1
- package/dist/style/tabs.css +121 -1
- package/dist/style/tag.css +121 -1
- package/dist/style/text.css +121 -1
- package/dist/style/timeline.css +121 -1
- package/dist/style/timepicker.css +121 -1
- package/dist/style/tooltip.css +121 -1
- package/dist/style/tree.css +121 -1
- package/dist/style/typography.css +121 -1
- package/dist/style/upload.css +121 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -994
- package/dist/font/iconfont.1406d13.woff2 +0 -0
- package/dist/font/iconfont.e8a8fd9.woff +0 -0
package/dist/style/steps.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.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,18 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-derive:before {
|
|
4734
|
+
content: "\E76C";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-ldistributet:before {
|
|
4737
|
+
content: "\E620";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-data-item-format:before {
|
|
4740
|
+
content: "\E61F";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-copy:before {
|
|
4743
|
+
content: "\E61D";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-statement2:before {
|
|
4728
4746
|
content: "\E75A";
|
|
4729
4747
|
}
|
|
@@ -5024,6 +5042,108 @@ samp {
|
|
|
5024
5042
|
.mdsicon-line-file-add:before {
|
|
5025
5043
|
content: "\E702";
|
|
5026
5044
|
}
|
|
5045
|
+
.mdsicon-line-manualoperation:before {
|
|
5046
|
+
content: "\E781";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-detail:before {
|
|
5049
|
+
content: "\E780";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-monthly:before {
|
|
5052
|
+
content: "\E77A";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-countdown1:before {
|
|
5055
|
+
content: "\E77B";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-role1:before {
|
|
5058
|
+
content: "\E77C";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-personnelauthority:before {
|
|
5061
|
+
content: "\E77D";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-schedule:before {
|
|
5064
|
+
content: "\E77E";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-calendar2:before {
|
|
5067
|
+
content: "\E77F";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-daily:before {
|
|
5070
|
+
content: "\E774";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-vacation:before {
|
|
5073
|
+
content: "\E775";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-forbidden1:before {
|
|
5076
|
+
content: "\E776";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-longdistance:before {
|
|
5079
|
+
content: "\E777";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-rule:before {
|
|
5082
|
+
content: "\E778";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-calculate:before {
|
|
5085
|
+
content: "\E779";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-qrcode:before {
|
|
5088
|
+
content: "\E771";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-remind:before {
|
|
5091
|
+
content: "\E772";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-punchcard:before {
|
|
5094
|
+
content: "\E773";
|
|
5095
|
+
}
|
|
5096
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5097
|
+
content: "\E770";
|
|
5098
|
+
}
|
|
5099
|
+
.mdsicon-line-entry-ehr:before {
|
|
5100
|
+
content: "\E76F";
|
|
5101
|
+
}
|
|
5102
|
+
.mdsicon-line-employ-ehr:before {
|
|
5103
|
+
content: "\E75D";
|
|
5104
|
+
}
|
|
5105
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5106
|
+
content: "\E76A";
|
|
5107
|
+
}
|
|
5108
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5109
|
+
content: "\E76B";
|
|
5110
|
+
}
|
|
5111
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5112
|
+
content: "\E767";
|
|
5113
|
+
}
|
|
5114
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5115
|
+
content: "\E768";
|
|
5116
|
+
}
|
|
5117
|
+
.mdsicon-line-performance-ehr:before {
|
|
5118
|
+
content: "\E769";
|
|
5119
|
+
}
|
|
5120
|
+
.mdsicon-line-okr-ehr:before {
|
|
5121
|
+
content: "\E760";
|
|
5122
|
+
}
|
|
5123
|
+
.mdsicon-line-teamfallibility:before {
|
|
5124
|
+
content: "\E761";
|
|
5125
|
+
}
|
|
5126
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5127
|
+
content: "\E762";
|
|
5128
|
+
}
|
|
5129
|
+
.mdsicon-line-record-ehr:before {
|
|
5130
|
+
content: "\E763";
|
|
5131
|
+
}
|
|
5132
|
+
.mdsicon-line-performance2:before {
|
|
5133
|
+
content: "\E764";
|
|
5134
|
+
}
|
|
5135
|
+
.mdsicon-line-information-ehr:before {
|
|
5136
|
+
content: "\E765";
|
|
5137
|
+
}
|
|
5138
|
+
.mdsicon-line-organization-ehr:before {
|
|
5139
|
+
content: "\E766";
|
|
5140
|
+
}
|
|
5141
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5142
|
+
content: "\E75E";
|
|
5143
|
+
}
|
|
5144
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5145
|
+
content: "\E75F";
|
|
5146
|
+
}
|
|
5027
5147
|
.mdsicon-line-myteam-ehr:before {
|
|
5028
5148
|
content: "\E6DD";
|
|
5029
5149
|
}
|
package/dist/style/switch.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.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,18 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-derive:before {
|
|
4734
|
+
content: "\E76C";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-ldistributet:before {
|
|
4737
|
+
content: "\E620";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-data-item-format:before {
|
|
4740
|
+
content: "\E61F";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-copy:before {
|
|
4743
|
+
content: "\E61D";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-statement2:before {
|
|
4728
4746
|
content: "\E75A";
|
|
4729
4747
|
}
|
|
@@ -5024,6 +5042,108 @@ samp {
|
|
|
5024
5042
|
.mdsicon-line-file-add:before {
|
|
5025
5043
|
content: "\E702";
|
|
5026
5044
|
}
|
|
5045
|
+
.mdsicon-line-manualoperation:before {
|
|
5046
|
+
content: "\E781";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-detail:before {
|
|
5049
|
+
content: "\E780";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-monthly:before {
|
|
5052
|
+
content: "\E77A";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-countdown1:before {
|
|
5055
|
+
content: "\E77B";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-role1:before {
|
|
5058
|
+
content: "\E77C";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-personnelauthority:before {
|
|
5061
|
+
content: "\E77D";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-schedule:before {
|
|
5064
|
+
content: "\E77E";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-calendar2:before {
|
|
5067
|
+
content: "\E77F";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-daily:before {
|
|
5070
|
+
content: "\E774";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-vacation:before {
|
|
5073
|
+
content: "\E775";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-forbidden1:before {
|
|
5076
|
+
content: "\E776";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-longdistance:before {
|
|
5079
|
+
content: "\E777";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-rule:before {
|
|
5082
|
+
content: "\E778";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-calculate:before {
|
|
5085
|
+
content: "\E779";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-qrcode:before {
|
|
5088
|
+
content: "\E771";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-remind:before {
|
|
5091
|
+
content: "\E772";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-punchcard:before {
|
|
5094
|
+
content: "\E773";
|
|
5095
|
+
}
|
|
5096
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5097
|
+
content: "\E770";
|
|
5098
|
+
}
|
|
5099
|
+
.mdsicon-line-entry-ehr:before {
|
|
5100
|
+
content: "\E76F";
|
|
5101
|
+
}
|
|
5102
|
+
.mdsicon-line-employ-ehr:before {
|
|
5103
|
+
content: "\E75D";
|
|
5104
|
+
}
|
|
5105
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5106
|
+
content: "\E76A";
|
|
5107
|
+
}
|
|
5108
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5109
|
+
content: "\E76B";
|
|
5110
|
+
}
|
|
5111
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5112
|
+
content: "\E767";
|
|
5113
|
+
}
|
|
5114
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5115
|
+
content: "\E768";
|
|
5116
|
+
}
|
|
5117
|
+
.mdsicon-line-performance-ehr:before {
|
|
5118
|
+
content: "\E769";
|
|
5119
|
+
}
|
|
5120
|
+
.mdsicon-line-okr-ehr:before {
|
|
5121
|
+
content: "\E760";
|
|
5122
|
+
}
|
|
5123
|
+
.mdsicon-line-teamfallibility:before {
|
|
5124
|
+
content: "\E761";
|
|
5125
|
+
}
|
|
5126
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5127
|
+
content: "\E762";
|
|
5128
|
+
}
|
|
5129
|
+
.mdsicon-line-record-ehr:before {
|
|
5130
|
+
content: "\E763";
|
|
5131
|
+
}
|
|
5132
|
+
.mdsicon-line-performance2:before {
|
|
5133
|
+
content: "\E764";
|
|
5134
|
+
}
|
|
5135
|
+
.mdsicon-line-information-ehr:before {
|
|
5136
|
+
content: "\E765";
|
|
5137
|
+
}
|
|
5138
|
+
.mdsicon-line-organization-ehr:before {
|
|
5139
|
+
content: "\E766";
|
|
5140
|
+
}
|
|
5141
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5142
|
+
content: "\E75E";
|
|
5143
|
+
}
|
|
5144
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5145
|
+
content: "\E75F";
|
|
5146
|
+
}
|
|
5027
5147
|
.mdsicon-line-myteam-ehr:before {
|
|
5028
5148
|
content: "\E6DD";
|
|
5029
5149
|
}
|
package/dist/style/table.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.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,18 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-derive:before {
|
|
4734
|
+
content: "\E76C";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-ldistributet:before {
|
|
4737
|
+
content: "\E620";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-data-item-format:before {
|
|
4740
|
+
content: "\E61F";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-copy:before {
|
|
4743
|
+
content: "\E61D";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-statement2:before {
|
|
4728
4746
|
content: "\E75A";
|
|
4729
4747
|
}
|
|
@@ -5024,6 +5042,108 @@ samp {
|
|
|
5024
5042
|
.mdsicon-line-file-add:before {
|
|
5025
5043
|
content: "\E702";
|
|
5026
5044
|
}
|
|
5045
|
+
.mdsicon-line-manualoperation:before {
|
|
5046
|
+
content: "\E781";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-detail:before {
|
|
5049
|
+
content: "\E780";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-monthly:before {
|
|
5052
|
+
content: "\E77A";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-countdown1:before {
|
|
5055
|
+
content: "\E77B";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-role1:before {
|
|
5058
|
+
content: "\E77C";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-personnelauthority:before {
|
|
5061
|
+
content: "\E77D";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-schedule:before {
|
|
5064
|
+
content: "\E77E";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-calendar2:before {
|
|
5067
|
+
content: "\E77F";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-daily:before {
|
|
5070
|
+
content: "\E774";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-vacation:before {
|
|
5073
|
+
content: "\E775";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-forbidden1:before {
|
|
5076
|
+
content: "\E776";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-longdistance:before {
|
|
5079
|
+
content: "\E777";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-rule:before {
|
|
5082
|
+
content: "\E778";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-calculate:before {
|
|
5085
|
+
content: "\E779";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-qrcode:before {
|
|
5088
|
+
content: "\E771";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-remind:before {
|
|
5091
|
+
content: "\E772";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-punchcard:before {
|
|
5094
|
+
content: "\E773";
|
|
5095
|
+
}
|
|
5096
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5097
|
+
content: "\E770";
|
|
5098
|
+
}
|
|
5099
|
+
.mdsicon-line-entry-ehr:before {
|
|
5100
|
+
content: "\E76F";
|
|
5101
|
+
}
|
|
5102
|
+
.mdsicon-line-employ-ehr:before {
|
|
5103
|
+
content: "\E75D";
|
|
5104
|
+
}
|
|
5105
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5106
|
+
content: "\E76A";
|
|
5107
|
+
}
|
|
5108
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5109
|
+
content: "\E76B";
|
|
5110
|
+
}
|
|
5111
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5112
|
+
content: "\E767";
|
|
5113
|
+
}
|
|
5114
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5115
|
+
content: "\E768";
|
|
5116
|
+
}
|
|
5117
|
+
.mdsicon-line-performance-ehr:before {
|
|
5118
|
+
content: "\E769";
|
|
5119
|
+
}
|
|
5120
|
+
.mdsicon-line-okr-ehr:before {
|
|
5121
|
+
content: "\E760";
|
|
5122
|
+
}
|
|
5123
|
+
.mdsicon-line-teamfallibility:before {
|
|
5124
|
+
content: "\E761";
|
|
5125
|
+
}
|
|
5126
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5127
|
+
content: "\E762";
|
|
5128
|
+
}
|
|
5129
|
+
.mdsicon-line-record-ehr:before {
|
|
5130
|
+
content: "\E763";
|
|
5131
|
+
}
|
|
5132
|
+
.mdsicon-line-performance2:before {
|
|
5133
|
+
content: "\E764";
|
|
5134
|
+
}
|
|
5135
|
+
.mdsicon-line-information-ehr:before {
|
|
5136
|
+
content: "\E765";
|
|
5137
|
+
}
|
|
5138
|
+
.mdsicon-line-organization-ehr:before {
|
|
5139
|
+
content: "\E766";
|
|
5140
|
+
}
|
|
5141
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5142
|
+
content: "\E75E";
|
|
5143
|
+
}
|
|
5144
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5145
|
+
content: "\E75F";
|
|
5146
|
+
}
|
|
5027
5147
|
.mdsicon-line-myteam-ehr:before {
|
|
5028
5148
|
content: "\E6DD";
|
|
5029
5149
|
}
|
package/dist/style/tabs.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.98a83f4.woff2) format('woff2'), url(/dist/font/iconfont.18d0990.woff) format('woff'), url(/dist/font/iconfont.3375cbc.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,18 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-derive:before {
|
|
4734
|
+
content: "\E76C";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-ldistributet:before {
|
|
4737
|
+
content: "\E620";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-data-item-format:before {
|
|
4740
|
+
content: "\E61F";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-copy:before {
|
|
4743
|
+
content: "\E61D";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-statement2:before {
|
|
4728
4746
|
content: "\E75A";
|
|
4729
4747
|
}
|
|
@@ -5024,6 +5042,108 @@ samp {
|
|
|
5024
5042
|
.mdsicon-line-file-add:before {
|
|
5025
5043
|
content: "\E702";
|
|
5026
5044
|
}
|
|
5045
|
+
.mdsicon-line-manualoperation:before {
|
|
5046
|
+
content: "\E781";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-detail:before {
|
|
5049
|
+
content: "\E780";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-monthly:before {
|
|
5052
|
+
content: "\E77A";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-countdown1:before {
|
|
5055
|
+
content: "\E77B";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-role1:before {
|
|
5058
|
+
content: "\E77C";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-personnelauthority:before {
|
|
5061
|
+
content: "\E77D";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-schedule:before {
|
|
5064
|
+
content: "\E77E";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-calendar2:before {
|
|
5067
|
+
content: "\E77F";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-daily:before {
|
|
5070
|
+
content: "\E774";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-vacation:before {
|
|
5073
|
+
content: "\E775";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-forbidden1:before {
|
|
5076
|
+
content: "\E776";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-longdistance:before {
|
|
5079
|
+
content: "\E777";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-rule:before {
|
|
5082
|
+
content: "\E778";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-calculate:before {
|
|
5085
|
+
content: "\E779";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-qrcode:before {
|
|
5088
|
+
content: "\E771";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-remind:before {
|
|
5091
|
+
content: "\E772";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-punchcard:before {
|
|
5094
|
+
content: "\E773";
|
|
5095
|
+
}
|
|
5096
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5097
|
+
content: "\E770";
|
|
5098
|
+
}
|
|
5099
|
+
.mdsicon-line-entry-ehr:before {
|
|
5100
|
+
content: "\E76F";
|
|
5101
|
+
}
|
|
5102
|
+
.mdsicon-line-employ-ehr:before {
|
|
5103
|
+
content: "\E75D";
|
|
5104
|
+
}
|
|
5105
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5106
|
+
content: "\E76A";
|
|
5107
|
+
}
|
|
5108
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5109
|
+
content: "\E76B";
|
|
5110
|
+
}
|
|
5111
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5112
|
+
content: "\E767";
|
|
5113
|
+
}
|
|
5114
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5115
|
+
content: "\E768";
|
|
5116
|
+
}
|
|
5117
|
+
.mdsicon-line-performance-ehr:before {
|
|
5118
|
+
content: "\E769";
|
|
5119
|
+
}
|
|
5120
|
+
.mdsicon-line-okr-ehr:before {
|
|
5121
|
+
content: "\E760";
|
|
5122
|
+
}
|
|
5123
|
+
.mdsicon-line-teamfallibility:before {
|
|
5124
|
+
content: "\E761";
|
|
5125
|
+
}
|
|
5126
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5127
|
+
content: "\E762";
|
|
5128
|
+
}
|
|
5129
|
+
.mdsicon-line-record-ehr:before {
|
|
5130
|
+
content: "\E763";
|
|
5131
|
+
}
|
|
5132
|
+
.mdsicon-line-performance2:before {
|
|
5133
|
+
content: "\E764";
|
|
5134
|
+
}
|
|
5135
|
+
.mdsicon-line-information-ehr:before {
|
|
5136
|
+
content: "\E765";
|
|
5137
|
+
}
|
|
5138
|
+
.mdsicon-line-organization-ehr:before {
|
|
5139
|
+
content: "\E766";
|
|
5140
|
+
}
|
|
5141
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5142
|
+
content: "\E75E";
|
|
5143
|
+
}
|
|
5144
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5145
|
+
content: "\E75F";
|
|
5146
|
+
}
|
|
5027
5147
|
.mdsicon-line-myteam-ehr:before {
|
|
5028
5148
|
content: "\E6DD";
|
|
5029
5149
|
}
|