@mdsfe/mds-ui 0.2.11-rc.4 → 0.2.11-rc.6
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/iconfont.js +38 -0
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/backtop.js +4 -4
- package/dist/carousel.js +13 -69
- package/dist/cascader.js +25 -53
- package/dist/cascaderpanel.js +4 -4
- package/dist/checkbox.js +10 -10
- package/dist/datepicker.js +43 -71
- package/dist/drawer.js +12 -12
- package/dist/dropdown.js +10 -10
- package/dist/font/iconfont.07b4728.woff +0 -0
- package/dist/font/iconfont.41466b4.woff2 +0 -0
- package/dist/font/{iconfont.bcb2db9.ttf → iconfont.e979115.ttf} +0 -0
- package/dist/form.js +21 -114
- package/dist/index.js +1 -1
- package/dist/input.js +10 -10
- package/dist/inputnumber.js +7 -7
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +198 -544
- package/dist/menu.js +4 -4
- package/dist/message.js +6 -6
- package/dist/modal.js +13 -13
- package/dist/notification.js +9 -9
- package/dist/pagination.js +4 -4
- package/dist/popconfirm.js +9 -9
- package/dist/popover.js +19 -75
- package/dist/progress.js +2 -44
- package/dist/radio.js +4 -4
- package/dist/rate.js +4 -4
- package/dist/select.js +36 -64
- package/dist/slottable.js +35 -63
- package/dist/style/affix.css +55 -1
- package/dist/style/alert.css +55 -1
- package/dist/style/anchor.css +55 -1
- package/dist/style/avatar.css +55 -1
- package/dist/style/badge.css +55 -1
- package/dist/style/bordershadow.css +55 -1
- package/dist/style/breadcrumb.css +55 -1
- package/dist/style/button.css +55 -1
- package/dist/style/card.css +55 -1
- package/dist/style/carousel.css +55 -1
- package/dist/style/checkbox.css +55 -1
- package/dist/style/col.css +55 -1
- package/dist/style/collapse.css +55 -1
- package/dist/style/color.css +55 -1
- package/dist/style/datepicker.css +55 -1
- package/dist/style/divider.css +55 -1
- package/dist/style/drawer.css +55 -1
- package/dist/style/dropdown.css +55 -1
- package/dist/style/empty.css +55 -1
- package/dist/style/font.css +55 -1
- package/dist/style/form.css +55 -1
- package/dist/style/icon.css +55 -1
- package/dist/style/input.css +55 -1
- package/dist/style/inputnumber.css +55 -1
- package/dist/style/layout.css +55 -1
- package/dist/style/list.css +55 -1
- package/dist/style/loading.css +55 -1
- package/dist/style/menu.css +55 -1
- package/dist/style/modal.css +55 -1
- package/dist/style/notification.css +55 -1
- package/dist/style/pagination.css +55 -1
- package/dist/style/popconfirm.css +55 -1
- package/dist/style/popover.css +55 -1
- package/dist/style/progress.css +55 -1
- package/dist/style/radio.css +55 -1
- package/dist/style/rate.css +55 -1
- package/dist/style/row.css +55 -1
- package/dist/style/select.css +55 -1
- package/dist/style/slider.css +55 -1
- package/dist/style/slottable.css +55 -1
- package/dist/style/steps.css +55 -1
- package/dist/style/switch.css +55 -1
- package/dist/style/table.css +55 -1
- package/dist/style/tabs.css +55 -1
- package/dist/style/tag.css +55 -1
- package/dist/style/text.css +55 -1
- package/dist/style/timeline.css +55 -1
- package/dist/style/timepicker.css +55 -1
- package/dist/style/tooltip.css +55 -1
- package/dist/style/tree.css +55 -1
- package/dist/style/typography.css +55 -1
- package/dist/style/upload.css +55 -1
- package/dist/switch.js +4 -4
- package/dist/table.js +40 -96
- package/dist/tabs.js +3 -45
- package/dist/text.js +4 -4
- package/dist/timepicker.js +22 -50
- package/dist/tooltip.js +21 -49
- package/dist/transfer.js +10 -10
- package/dist/tree.js +10 -52
- package/dist/upload.js +4 -46
- package/package.json +1 -1
- package/dist/font/iconfont.d2d389d.woff2 +0 -0
- package/dist/font/iconfont.f2bbdd9.woff +0 -0
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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
772
772
|
}
|
|
773
773
|
.mdsicon {
|
|
774
774
|
display: inline-block;
|
|
@@ -4938,6 +4938,9 @@ samp {
|
|
|
4938
4938
|
display: inline-block;
|
|
4939
4939
|
animation: loadingCircle 6s infinite linear;
|
|
4940
4940
|
}
|
|
4941
|
+
.mdsicon-line-data-item-format:before {
|
|
4942
|
+
content: "\E61F";
|
|
4943
|
+
}
|
|
4941
4944
|
.mdsicon-line-copy:before {
|
|
4942
4945
|
content: "\E61D";
|
|
4943
4946
|
}
|
|
@@ -5241,6 +5244,57 @@ samp {
|
|
|
5241
5244
|
.mdsicon-line-file-add:before {
|
|
5242
5245
|
content: "\E702";
|
|
5243
5246
|
}
|
|
5247
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5248
|
+
content: "\E76E";
|
|
5249
|
+
}
|
|
5250
|
+
.mdsicon-line-entry-ehr:before {
|
|
5251
|
+
content: "\E76F";
|
|
5252
|
+
}
|
|
5253
|
+
.mdsicon-line-employ-ehr:before {
|
|
5254
|
+
content: "\E75D";
|
|
5255
|
+
}
|
|
5256
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5257
|
+
content: "\E76A";
|
|
5258
|
+
}
|
|
5259
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5260
|
+
content: "\E76B";
|
|
5261
|
+
}
|
|
5262
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5263
|
+
content: "\E767";
|
|
5264
|
+
}
|
|
5265
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5266
|
+
content: "\E768";
|
|
5267
|
+
}
|
|
5268
|
+
.mdsicon-line-performance-ehr:before {
|
|
5269
|
+
content: "\E769";
|
|
5270
|
+
}
|
|
5271
|
+
.mdsicon-line-okr-ehr:before {
|
|
5272
|
+
content: "\E760";
|
|
5273
|
+
}
|
|
5274
|
+
.mdsicon-line-teamfallibility:before {
|
|
5275
|
+
content: "\E761";
|
|
5276
|
+
}
|
|
5277
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5278
|
+
content: "\E762";
|
|
5279
|
+
}
|
|
5280
|
+
.mdsicon-line-record-ehr:before {
|
|
5281
|
+
content: "\E763";
|
|
5282
|
+
}
|
|
5283
|
+
.mdsicon-line-performance2:before {
|
|
5284
|
+
content: "\E764";
|
|
5285
|
+
}
|
|
5286
|
+
.mdsicon-line-information-ehr:before {
|
|
5287
|
+
content: "\E765";
|
|
5288
|
+
}
|
|
5289
|
+
.mdsicon-line-organization-ehr:before {
|
|
5290
|
+
content: "\E766";
|
|
5291
|
+
}
|
|
5292
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5293
|
+
content: "\E75E";
|
|
5294
|
+
}
|
|
5295
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5296
|
+
content: "\E75F";
|
|
5297
|
+
}
|
|
5244
5298
|
.mdsicon-line-myteam-ehr:before {
|
|
5245
5299
|
content: "\E6DD";
|
|
5246
5300
|
}
|
package/dist/style/checkbox.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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|
package/dist/style/col.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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|
package/dist/style/collapse.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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|
package/dist/style/color.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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|
|
@@ -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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4736,6 +4736,9 @@ samp {
|
|
|
4736
4736
|
display: inline-block;
|
|
4737
4737
|
animation: loadingCircle 6s infinite linear;
|
|
4738
4738
|
}
|
|
4739
|
+
.mdsicon-line-data-item-format:before {
|
|
4740
|
+
content: "\E61F";
|
|
4741
|
+
}
|
|
4739
4742
|
.mdsicon-line-copy:before {
|
|
4740
4743
|
content: "\E61D";
|
|
4741
4744
|
}
|
|
@@ -5039,6 +5042,57 @@ samp {
|
|
|
5039
5042
|
.mdsicon-line-file-add:before {
|
|
5040
5043
|
content: "\E702";
|
|
5041
5044
|
}
|
|
5045
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5046
|
+
content: "\E76E";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-entry-ehr:before {
|
|
5049
|
+
content: "\E76F";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-employ-ehr:before {
|
|
5052
|
+
content: "\E75D";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5055
|
+
content: "\E76A";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5058
|
+
content: "\E76B";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5061
|
+
content: "\E767";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5064
|
+
content: "\E768";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-performance-ehr:before {
|
|
5067
|
+
content: "\E769";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-okr-ehr:before {
|
|
5070
|
+
content: "\E760";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-teamfallibility:before {
|
|
5073
|
+
content: "\E761";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5076
|
+
content: "\E762";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-record-ehr:before {
|
|
5079
|
+
content: "\E763";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-performance2:before {
|
|
5082
|
+
content: "\E764";
|
|
5083
|
+
}
|
|
5084
|
+
.mdsicon-line-information-ehr:before {
|
|
5085
|
+
content: "\E765";
|
|
5086
|
+
}
|
|
5087
|
+
.mdsicon-line-organization-ehr:before {
|
|
5088
|
+
content: "\E766";
|
|
5089
|
+
}
|
|
5090
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5091
|
+
content: "\E75E";
|
|
5092
|
+
}
|
|
5093
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5094
|
+
content: "\E75F";
|
|
5095
|
+
}
|
|
5042
5096
|
.mdsicon-line-myteam-ehr:before {
|
|
5043
5097
|
content: "\E6DD";
|
|
5044
5098
|
}
|
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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|
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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7027,6 +7027,9 @@ samp {
|
|
|
7027
7027
|
display: inline-block;
|
|
7028
7028
|
animation: loadingCircle 6s infinite linear;
|
|
7029
7029
|
}
|
|
7030
|
+
.mdsicon-line-data-item-format:before {
|
|
7031
|
+
content: "\E61F";
|
|
7032
|
+
}
|
|
7030
7033
|
.mdsicon-line-copy:before {
|
|
7031
7034
|
content: "\E61D";
|
|
7032
7035
|
}
|
|
@@ -7330,6 +7333,57 @@ samp {
|
|
|
7330
7333
|
.mdsicon-line-file-add:before {
|
|
7331
7334
|
content: "\E702";
|
|
7332
7335
|
}
|
|
7336
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
7337
|
+
content: "\E76E";
|
|
7338
|
+
}
|
|
7339
|
+
.mdsicon-line-entry-ehr:before {
|
|
7340
|
+
content: "\E76F";
|
|
7341
|
+
}
|
|
7342
|
+
.mdsicon-line-employ-ehr:before {
|
|
7343
|
+
content: "\E75D";
|
|
7344
|
+
}
|
|
7345
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
7346
|
+
content: "\E76A";
|
|
7347
|
+
}
|
|
7348
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
7349
|
+
content: "\E76B";
|
|
7350
|
+
}
|
|
7351
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
7352
|
+
content: "\E767";
|
|
7353
|
+
}
|
|
7354
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
7355
|
+
content: "\E768";
|
|
7356
|
+
}
|
|
7357
|
+
.mdsicon-line-performance-ehr:before {
|
|
7358
|
+
content: "\E769";
|
|
7359
|
+
}
|
|
7360
|
+
.mdsicon-line-okr-ehr:before {
|
|
7361
|
+
content: "\E760";
|
|
7362
|
+
}
|
|
7363
|
+
.mdsicon-line-teamfallibility:before {
|
|
7364
|
+
content: "\E761";
|
|
7365
|
+
}
|
|
7366
|
+
.mdsicon-line-workbench-ehr:before {
|
|
7367
|
+
content: "\E762";
|
|
7368
|
+
}
|
|
7369
|
+
.mdsicon-line-record-ehr:before {
|
|
7370
|
+
content: "\E763";
|
|
7371
|
+
}
|
|
7372
|
+
.mdsicon-line-performance2:before {
|
|
7373
|
+
content: "\E764";
|
|
7374
|
+
}
|
|
7375
|
+
.mdsicon-line-information-ehr:before {
|
|
7376
|
+
content: "\E765";
|
|
7377
|
+
}
|
|
7378
|
+
.mdsicon-line-organization-ehr:before {
|
|
7379
|
+
content: "\E766";
|
|
7380
|
+
}
|
|
7381
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
7382
|
+
content: "\E75E";
|
|
7383
|
+
}
|
|
7384
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
7385
|
+
content: "\E75F";
|
|
7386
|
+
}
|
|
7333
7387
|
.mdsicon-line-myteam-ehr:before {
|
|
7334
7388
|
content: "\E6DD";
|
|
7335
7389
|
}
|
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.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-data-item-format:before {
|
|
4728
|
+
content: "\E61F";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-copy:before {
|
|
4728
4731
|
content: "\E61D";
|
|
4729
4732
|
}
|
|
@@ -5027,6 +5030,57 @@ samp {
|
|
|
5027
5030
|
.mdsicon-line-file-add:before {
|
|
5028
5031
|
content: "\E702";
|
|
5029
5032
|
}
|
|
5033
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5034
|
+
content: "\E76E";
|
|
5035
|
+
}
|
|
5036
|
+
.mdsicon-line-entry-ehr:before {
|
|
5037
|
+
content: "\E76F";
|
|
5038
|
+
}
|
|
5039
|
+
.mdsicon-line-employ-ehr:before {
|
|
5040
|
+
content: "\E75D";
|
|
5041
|
+
}
|
|
5042
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5043
|
+
content: "\E76A";
|
|
5044
|
+
}
|
|
5045
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5046
|
+
content: "\E76B";
|
|
5047
|
+
}
|
|
5048
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5049
|
+
content: "\E767";
|
|
5050
|
+
}
|
|
5051
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5052
|
+
content: "\E768";
|
|
5053
|
+
}
|
|
5054
|
+
.mdsicon-line-performance-ehr:before {
|
|
5055
|
+
content: "\E769";
|
|
5056
|
+
}
|
|
5057
|
+
.mdsicon-line-okr-ehr:before {
|
|
5058
|
+
content: "\E760";
|
|
5059
|
+
}
|
|
5060
|
+
.mdsicon-line-teamfallibility:before {
|
|
5061
|
+
content: "\E761";
|
|
5062
|
+
}
|
|
5063
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5064
|
+
content: "\E762";
|
|
5065
|
+
}
|
|
5066
|
+
.mdsicon-line-record-ehr:before {
|
|
5067
|
+
content: "\E763";
|
|
5068
|
+
}
|
|
5069
|
+
.mdsicon-line-performance2:before {
|
|
5070
|
+
content: "\E764";
|
|
5071
|
+
}
|
|
5072
|
+
.mdsicon-line-information-ehr:before {
|
|
5073
|
+
content: "\E765";
|
|
5074
|
+
}
|
|
5075
|
+
.mdsicon-line-organization-ehr:before {
|
|
5076
|
+
content: "\E766";
|
|
5077
|
+
}
|
|
5078
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5079
|
+
content: "\E75E";
|
|
5080
|
+
}
|
|
5081
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5082
|
+
content: "\E75F";
|
|
5083
|
+
}
|
|
5030
5084
|
.mdsicon-line-myteam-ehr:before {
|
|
5031
5085
|
content: "\E6DD";
|
|
5032
5086
|
}
|