@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
|
@@ -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/button.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/card.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/carousel.css
CHANGED
|
@@ -768,7 +768,7 @@ samp {
|
|
|
768
768
|
font-display: auto;
|
|
769
769
|
font-style: normal;
|
|
770
770
|
/* project id 1921203 */
|
|
771
|
-
src: url(/dist/font/iconfont.
|
|
771
|
+
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');
|
|
772
772
|
}
|
|
773
773
|
.mdsicon {
|
|
774
774
|
display: inline-block;
|
|
@@ -785,6 +785,12 @@ samp {
|
|
|
785
785
|
display: block;
|
|
786
786
|
font-family: "mdsicon" !important;
|
|
787
787
|
}
|
|
788
|
+
.mdsicon-line-column-configuration:before {
|
|
789
|
+
content: "\E783";
|
|
790
|
+
}
|
|
791
|
+
.mdsicon-line-row-configuration:before {
|
|
792
|
+
content: "\E784";
|
|
793
|
+
}
|
|
788
794
|
.mdsicon-line-menu-vertical:before {
|
|
789
795
|
content: "\E86E";
|
|
790
796
|
}
|
|
@@ -4938,6 +4944,42 @@ samp {
|
|
|
4938
4944
|
display: inline-block;
|
|
4939
4945
|
animation: loadingCircle 6s infinite linear;
|
|
4940
4946
|
}
|
|
4947
|
+
.mdsicon-line-open-drawer:before {
|
|
4948
|
+
content: "\E7A6";
|
|
4949
|
+
}
|
|
4950
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4951
|
+
content: "\E7A5";
|
|
4952
|
+
}
|
|
4953
|
+
.mdsicon-line-unhide-rows:before {
|
|
4954
|
+
content: "\E7A0";
|
|
4955
|
+
}
|
|
4956
|
+
.mdsicon-line-unhide-columns:before {
|
|
4957
|
+
content: "\E7A1";
|
|
4958
|
+
}
|
|
4959
|
+
.mdsicon-line-freeze-panes:before {
|
|
4960
|
+
content: "\E7A2";
|
|
4961
|
+
}
|
|
4962
|
+
.mdsicon-line-hide-column:before {
|
|
4963
|
+
content: "\E7A3";
|
|
4964
|
+
}
|
|
4965
|
+
.mdsicon-line-hide-rows:before {
|
|
4966
|
+
content: "\E7A4";
|
|
4967
|
+
}
|
|
4968
|
+
.mdsicon-line-carryout:before {
|
|
4969
|
+
content: "\E782";
|
|
4970
|
+
}
|
|
4971
|
+
.mdsicon-line-derive:before {
|
|
4972
|
+
content: "\E76C";
|
|
4973
|
+
}
|
|
4974
|
+
.mdsicon-line-ldistributet:before {
|
|
4975
|
+
content: "\E620";
|
|
4976
|
+
}
|
|
4977
|
+
.mdsicon-line-data-item-format:before {
|
|
4978
|
+
content: "\E61F";
|
|
4979
|
+
}
|
|
4980
|
+
.mdsicon-line-copy:before {
|
|
4981
|
+
content: "\E61D";
|
|
4982
|
+
}
|
|
4941
4983
|
.mdsicon-line-statement2:before {
|
|
4942
4984
|
content: "\E75A";
|
|
4943
4985
|
}
|
|
@@ -5238,6 +5280,108 @@ samp {
|
|
|
5238
5280
|
.mdsicon-line-file-add:before {
|
|
5239
5281
|
content: "\E702";
|
|
5240
5282
|
}
|
|
5283
|
+
.mdsicon-line-manualoperation:before {
|
|
5284
|
+
content: "\E781";
|
|
5285
|
+
}
|
|
5286
|
+
.mdsicon-line-detail:before {
|
|
5287
|
+
content: "\E780";
|
|
5288
|
+
}
|
|
5289
|
+
.mdsicon-line-monthly:before {
|
|
5290
|
+
content: "\E77A";
|
|
5291
|
+
}
|
|
5292
|
+
.mdsicon-line-countdown1:before {
|
|
5293
|
+
content: "\E77B";
|
|
5294
|
+
}
|
|
5295
|
+
.mdsicon-line-role1:before {
|
|
5296
|
+
content: "\E77C";
|
|
5297
|
+
}
|
|
5298
|
+
.mdsicon-line-personnelauthority:before {
|
|
5299
|
+
content: "\E77D";
|
|
5300
|
+
}
|
|
5301
|
+
.mdsicon-line-schedule:before {
|
|
5302
|
+
content: "\E77E";
|
|
5303
|
+
}
|
|
5304
|
+
.mdsicon-line-calendar2:before {
|
|
5305
|
+
content: "\E77F";
|
|
5306
|
+
}
|
|
5307
|
+
.mdsicon-line-daily:before {
|
|
5308
|
+
content: "\E774";
|
|
5309
|
+
}
|
|
5310
|
+
.mdsicon-line-vacation:before {
|
|
5311
|
+
content: "\E775";
|
|
5312
|
+
}
|
|
5313
|
+
.mdsicon-line-forbidden1:before {
|
|
5314
|
+
content: "\E776";
|
|
5315
|
+
}
|
|
5316
|
+
.mdsicon-line-longdistance:before {
|
|
5317
|
+
content: "\E777";
|
|
5318
|
+
}
|
|
5319
|
+
.mdsicon-line-rule:before {
|
|
5320
|
+
content: "\E778";
|
|
5321
|
+
}
|
|
5322
|
+
.mdsicon-line-calculate:before {
|
|
5323
|
+
content: "\E779";
|
|
5324
|
+
}
|
|
5325
|
+
.mdsicon-line-qrcode:before {
|
|
5326
|
+
content: "\E771";
|
|
5327
|
+
}
|
|
5328
|
+
.mdsicon-line-remind:before {
|
|
5329
|
+
content: "\E772";
|
|
5330
|
+
}
|
|
5331
|
+
.mdsicon-line-punchcard:before {
|
|
5332
|
+
content: "\E773";
|
|
5333
|
+
}
|
|
5334
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5335
|
+
content: "\E770";
|
|
5336
|
+
}
|
|
5337
|
+
.mdsicon-line-entry-ehr:before {
|
|
5338
|
+
content: "\E76F";
|
|
5339
|
+
}
|
|
5340
|
+
.mdsicon-line-employ-ehr:before {
|
|
5341
|
+
content: "\E75D";
|
|
5342
|
+
}
|
|
5343
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5344
|
+
content: "\E76A";
|
|
5345
|
+
}
|
|
5346
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5347
|
+
content: "\E76B";
|
|
5348
|
+
}
|
|
5349
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5350
|
+
content: "\E767";
|
|
5351
|
+
}
|
|
5352
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5353
|
+
content: "\E768";
|
|
5354
|
+
}
|
|
5355
|
+
.mdsicon-line-performance-ehr:before {
|
|
5356
|
+
content: "\E769";
|
|
5357
|
+
}
|
|
5358
|
+
.mdsicon-line-okr-ehr:before {
|
|
5359
|
+
content: "\E760";
|
|
5360
|
+
}
|
|
5361
|
+
.mdsicon-line-teamfallibility:before {
|
|
5362
|
+
content: "\E761";
|
|
5363
|
+
}
|
|
5364
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5365
|
+
content: "\E762";
|
|
5366
|
+
}
|
|
5367
|
+
.mdsicon-line-record-ehr:before {
|
|
5368
|
+
content: "\E763";
|
|
5369
|
+
}
|
|
5370
|
+
.mdsicon-line-performance2:before {
|
|
5371
|
+
content: "\E764";
|
|
5372
|
+
}
|
|
5373
|
+
.mdsicon-line-information-ehr:before {
|
|
5374
|
+
content: "\E765";
|
|
5375
|
+
}
|
|
5376
|
+
.mdsicon-line-organization-ehr:before {
|
|
5377
|
+
content: "\E766";
|
|
5378
|
+
}
|
|
5379
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5380
|
+
content: "\E75E";
|
|
5381
|
+
}
|
|
5382
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5383
|
+
content: "\E75F";
|
|
5384
|
+
}
|
|
5241
5385
|
.mdsicon-line-myteam-ehr:before {
|
|
5242
5386
|
content: "\E6DD";
|
|
5243
5387
|
}
|