@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
|
@@ -566,7 +566,7 @@ samp {
|
|
|
566
566
|
font-display: auto;
|
|
567
567
|
font-style: normal;
|
|
568
568
|
/* project id 1921203 */
|
|
569
|
-
src: url(/dist/font/iconfont.
|
|
569
|
+
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');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -583,6 +583,12 @@ samp {
|
|
|
583
583
|
display: block;
|
|
584
584
|
font-family: "mdsicon" !important;
|
|
585
585
|
}
|
|
586
|
+
.mdsicon-line-column-configuration:before {
|
|
587
|
+
content: "\E783";
|
|
588
|
+
}
|
|
589
|
+
.mdsicon-line-row-configuration:before {
|
|
590
|
+
content: "\E784";
|
|
591
|
+
}
|
|
586
592
|
.mdsicon-line-menu-vertical:before {
|
|
587
593
|
content: "\E86E";
|
|
588
594
|
}
|
|
@@ -4736,6 +4742,42 @@ samp {
|
|
|
4736
4742
|
display: inline-block;
|
|
4737
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4738
4744
|
}
|
|
4745
|
+
.mdsicon-line-open-drawer:before {
|
|
4746
|
+
content: "\E7A6";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4749
|
+
content: "\E7A5";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-unhide-rows:before {
|
|
4752
|
+
content: "\E7A0";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-unhide-columns:before {
|
|
4755
|
+
content: "\E7A1";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-freeze-panes:before {
|
|
4758
|
+
content: "\E7A2";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-hide-column:before {
|
|
4761
|
+
content: "\E7A3";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-hide-rows:before {
|
|
4764
|
+
content: "\E7A4";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-carryout:before {
|
|
4767
|
+
content: "\E782";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-derive:before {
|
|
4770
|
+
content: "\E76C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-ldistributet:before {
|
|
4773
|
+
content: "\E620";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-data-item-format:before {
|
|
4776
|
+
content: "\E61F";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-copy:before {
|
|
4779
|
+
content: "\E61D";
|
|
4780
|
+
}
|
|
4739
4781
|
.mdsicon-line-statement2:before {
|
|
4740
4782
|
content: "\E75A";
|
|
4741
4783
|
}
|
|
@@ -5036,6 +5078,108 @@ samp {
|
|
|
5036
5078
|
.mdsicon-line-file-add:before {
|
|
5037
5079
|
content: "\E702";
|
|
5038
5080
|
}
|
|
5081
|
+
.mdsicon-line-manualoperation:before {
|
|
5082
|
+
content: "\E781";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-detail:before {
|
|
5085
|
+
content: "\E780";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-monthly:before {
|
|
5088
|
+
content: "\E77A";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-countdown1:before {
|
|
5091
|
+
content: "\E77B";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-role1:before {
|
|
5094
|
+
content: "\E77C";
|
|
5095
|
+
}
|
|
5096
|
+
.mdsicon-line-personnelauthority:before {
|
|
5097
|
+
content: "\E77D";
|
|
5098
|
+
}
|
|
5099
|
+
.mdsicon-line-schedule:before {
|
|
5100
|
+
content: "\E77E";
|
|
5101
|
+
}
|
|
5102
|
+
.mdsicon-line-calendar2:before {
|
|
5103
|
+
content: "\E77F";
|
|
5104
|
+
}
|
|
5105
|
+
.mdsicon-line-daily:before {
|
|
5106
|
+
content: "\E774";
|
|
5107
|
+
}
|
|
5108
|
+
.mdsicon-line-vacation:before {
|
|
5109
|
+
content: "\E775";
|
|
5110
|
+
}
|
|
5111
|
+
.mdsicon-line-forbidden1:before {
|
|
5112
|
+
content: "\E776";
|
|
5113
|
+
}
|
|
5114
|
+
.mdsicon-line-longdistance:before {
|
|
5115
|
+
content: "\E777";
|
|
5116
|
+
}
|
|
5117
|
+
.mdsicon-line-rule:before {
|
|
5118
|
+
content: "\E778";
|
|
5119
|
+
}
|
|
5120
|
+
.mdsicon-line-calculate:before {
|
|
5121
|
+
content: "\E779";
|
|
5122
|
+
}
|
|
5123
|
+
.mdsicon-line-qrcode:before {
|
|
5124
|
+
content: "\E771";
|
|
5125
|
+
}
|
|
5126
|
+
.mdsicon-line-remind:before {
|
|
5127
|
+
content: "\E772";
|
|
5128
|
+
}
|
|
5129
|
+
.mdsicon-line-punchcard:before {
|
|
5130
|
+
content: "\E773";
|
|
5131
|
+
}
|
|
5132
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5133
|
+
content: "\E770";
|
|
5134
|
+
}
|
|
5135
|
+
.mdsicon-line-entry-ehr:before {
|
|
5136
|
+
content: "\E76F";
|
|
5137
|
+
}
|
|
5138
|
+
.mdsicon-line-employ-ehr:before {
|
|
5139
|
+
content: "\E75D";
|
|
5140
|
+
}
|
|
5141
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5142
|
+
content: "\E76A";
|
|
5143
|
+
}
|
|
5144
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5145
|
+
content: "\E76B";
|
|
5146
|
+
}
|
|
5147
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5148
|
+
content: "\E767";
|
|
5149
|
+
}
|
|
5150
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5151
|
+
content: "\E768";
|
|
5152
|
+
}
|
|
5153
|
+
.mdsicon-line-performance-ehr:before {
|
|
5154
|
+
content: "\E769";
|
|
5155
|
+
}
|
|
5156
|
+
.mdsicon-line-okr-ehr:before {
|
|
5157
|
+
content: "\E760";
|
|
5158
|
+
}
|
|
5159
|
+
.mdsicon-line-teamfallibility:before {
|
|
5160
|
+
content: "\E761";
|
|
5161
|
+
}
|
|
5162
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5163
|
+
content: "\E762";
|
|
5164
|
+
}
|
|
5165
|
+
.mdsicon-line-record-ehr:before {
|
|
5166
|
+
content: "\E763";
|
|
5167
|
+
}
|
|
5168
|
+
.mdsicon-line-performance2:before {
|
|
5169
|
+
content: "\E764";
|
|
5170
|
+
}
|
|
5171
|
+
.mdsicon-line-information-ehr:before {
|
|
5172
|
+
content: "\E765";
|
|
5173
|
+
}
|
|
5174
|
+
.mdsicon-line-organization-ehr:before {
|
|
5175
|
+
content: "\E766";
|
|
5176
|
+
}
|
|
5177
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5178
|
+
content: "\E75E";
|
|
5179
|
+
}
|
|
5180
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5181
|
+
content: "\E75F";
|
|
5182
|
+
}
|
|
5039
5183
|
.mdsicon-line-myteam-ehr:before {
|
|
5040
5184
|
content: "\E6DD";
|
|
5041
5185
|
}
|
package/dist/style/divider.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/drawer.css
CHANGED
|
@@ -2857,7 +2857,7 @@ samp {
|
|
|
2857
2857
|
font-display: auto;
|
|
2858
2858
|
font-style: normal;
|
|
2859
2859
|
/* project id 1921203 */
|
|
2860
|
-
src: url(/dist/font/iconfont.
|
|
2860
|
+
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');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -2874,6 +2874,12 @@ samp {
|
|
|
2874
2874
|
display: block;
|
|
2875
2875
|
font-family: "mdsicon" !important;
|
|
2876
2876
|
}
|
|
2877
|
+
.mdsicon-line-column-configuration:before {
|
|
2878
|
+
content: "\E783";
|
|
2879
|
+
}
|
|
2880
|
+
.mdsicon-line-row-configuration:before {
|
|
2881
|
+
content: "\E784";
|
|
2882
|
+
}
|
|
2877
2883
|
.mdsicon-line-menu-vertical:before {
|
|
2878
2884
|
content: "\E86E";
|
|
2879
2885
|
}
|
|
@@ -7027,6 +7033,42 @@ samp {
|
|
|
7027
7033
|
display: inline-block;
|
|
7028
7034
|
animation: loadingCircle 6s infinite linear;
|
|
7029
7035
|
}
|
|
7036
|
+
.mdsicon-line-open-drawer:before {
|
|
7037
|
+
content: "\E7A6";
|
|
7038
|
+
}
|
|
7039
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
7040
|
+
content: "\E7A5";
|
|
7041
|
+
}
|
|
7042
|
+
.mdsicon-line-unhide-rows:before {
|
|
7043
|
+
content: "\E7A0";
|
|
7044
|
+
}
|
|
7045
|
+
.mdsicon-line-unhide-columns:before {
|
|
7046
|
+
content: "\E7A1";
|
|
7047
|
+
}
|
|
7048
|
+
.mdsicon-line-freeze-panes:before {
|
|
7049
|
+
content: "\E7A2";
|
|
7050
|
+
}
|
|
7051
|
+
.mdsicon-line-hide-column:before {
|
|
7052
|
+
content: "\E7A3";
|
|
7053
|
+
}
|
|
7054
|
+
.mdsicon-line-hide-rows:before {
|
|
7055
|
+
content: "\E7A4";
|
|
7056
|
+
}
|
|
7057
|
+
.mdsicon-line-carryout:before {
|
|
7058
|
+
content: "\E782";
|
|
7059
|
+
}
|
|
7060
|
+
.mdsicon-line-derive:before {
|
|
7061
|
+
content: "\E76C";
|
|
7062
|
+
}
|
|
7063
|
+
.mdsicon-line-ldistributet:before {
|
|
7064
|
+
content: "\E620";
|
|
7065
|
+
}
|
|
7066
|
+
.mdsicon-line-data-item-format:before {
|
|
7067
|
+
content: "\E61F";
|
|
7068
|
+
}
|
|
7069
|
+
.mdsicon-line-copy:before {
|
|
7070
|
+
content: "\E61D";
|
|
7071
|
+
}
|
|
7030
7072
|
.mdsicon-line-statement2:before {
|
|
7031
7073
|
content: "\E75A";
|
|
7032
7074
|
}
|
|
@@ -7327,6 +7369,108 @@ samp {
|
|
|
7327
7369
|
.mdsicon-line-file-add:before {
|
|
7328
7370
|
content: "\E702";
|
|
7329
7371
|
}
|
|
7372
|
+
.mdsicon-line-manualoperation:before {
|
|
7373
|
+
content: "\E781";
|
|
7374
|
+
}
|
|
7375
|
+
.mdsicon-line-detail:before {
|
|
7376
|
+
content: "\E780";
|
|
7377
|
+
}
|
|
7378
|
+
.mdsicon-line-monthly:before {
|
|
7379
|
+
content: "\E77A";
|
|
7380
|
+
}
|
|
7381
|
+
.mdsicon-line-countdown1:before {
|
|
7382
|
+
content: "\E77B";
|
|
7383
|
+
}
|
|
7384
|
+
.mdsicon-line-role1:before {
|
|
7385
|
+
content: "\E77C";
|
|
7386
|
+
}
|
|
7387
|
+
.mdsicon-line-personnelauthority:before {
|
|
7388
|
+
content: "\E77D";
|
|
7389
|
+
}
|
|
7390
|
+
.mdsicon-line-schedule:before {
|
|
7391
|
+
content: "\E77E";
|
|
7392
|
+
}
|
|
7393
|
+
.mdsicon-line-calendar2:before {
|
|
7394
|
+
content: "\E77F";
|
|
7395
|
+
}
|
|
7396
|
+
.mdsicon-line-daily:before {
|
|
7397
|
+
content: "\E774";
|
|
7398
|
+
}
|
|
7399
|
+
.mdsicon-line-vacation:before {
|
|
7400
|
+
content: "\E775";
|
|
7401
|
+
}
|
|
7402
|
+
.mdsicon-line-forbidden1:before {
|
|
7403
|
+
content: "\E776";
|
|
7404
|
+
}
|
|
7405
|
+
.mdsicon-line-longdistance:before {
|
|
7406
|
+
content: "\E777";
|
|
7407
|
+
}
|
|
7408
|
+
.mdsicon-line-rule:before {
|
|
7409
|
+
content: "\E778";
|
|
7410
|
+
}
|
|
7411
|
+
.mdsicon-line-calculate:before {
|
|
7412
|
+
content: "\E779";
|
|
7413
|
+
}
|
|
7414
|
+
.mdsicon-line-qrcode:before {
|
|
7415
|
+
content: "\E771";
|
|
7416
|
+
}
|
|
7417
|
+
.mdsicon-line-remind:before {
|
|
7418
|
+
content: "\E772";
|
|
7419
|
+
}
|
|
7420
|
+
.mdsicon-line-punchcard:before {
|
|
7421
|
+
content: "\E773";
|
|
7422
|
+
}
|
|
7423
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
7424
|
+
content: "\E770";
|
|
7425
|
+
}
|
|
7426
|
+
.mdsicon-line-entry-ehr:before {
|
|
7427
|
+
content: "\E76F";
|
|
7428
|
+
}
|
|
7429
|
+
.mdsicon-line-employ-ehr:before {
|
|
7430
|
+
content: "\E75D";
|
|
7431
|
+
}
|
|
7432
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
7433
|
+
content: "\E76A";
|
|
7434
|
+
}
|
|
7435
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
7436
|
+
content: "\E76B";
|
|
7437
|
+
}
|
|
7438
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
7439
|
+
content: "\E767";
|
|
7440
|
+
}
|
|
7441
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
7442
|
+
content: "\E768";
|
|
7443
|
+
}
|
|
7444
|
+
.mdsicon-line-performance-ehr:before {
|
|
7445
|
+
content: "\E769";
|
|
7446
|
+
}
|
|
7447
|
+
.mdsicon-line-okr-ehr:before {
|
|
7448
|
+
content: "\E760";
|
|
7449
|
+
}
|
|
7450
|
+
.mdsicon-line-teamfallibility:before {
|
|
7451
|
+
content: "\E761";
|
|
7452
|
+
}
|
|
7453
|
+
.mdsicon-line-workbench-ehr:before {
|
|
7454
|
+
content: "\E762";
|
|
7455
|
+
}
|
|
7456
|
+
.mdsicon-line-record-ehr:before {
|
|
7457
|
+
content: "\E763";
|
|
7458
|
+
}
|
|
7459
|
+
.mdsicon-line-performance2:before {
|
|
7460
|
+
content: "\E764";
|
|
7461
|
+
}
|
|
7462
|
+
.mdsicon-line-information-ehr:before {
|
|
7463
|
+
content: "\E765";
|
|
7464
|
+
}
|
|
7465
|
+
.mdsicon-line-organization-ehr:before {
|
|
7466
|
+
content: "\E766";
|
|
7467
|
+
}
|
|
7468
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
7469
|
+
content: "\E75E";
|
|
7470
|
+
}
|
|
7471
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
7472
|
+
content: "\E75F";
|
|
7473
|
+
}
|
|
7330
7474
|
.mdsicon-line-myteam-ehr:before {
|
|
7331
7475
|
content: "\E6DD";
|
|
7332
7476
|
}
|
package/dist/style/dropdown.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
|
}
|