@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/menu.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.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/modal.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.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
|
}
|
|
@@ -570,7 +570,7 @@ samp {
|
|
|
570
570
|
font-display: auto;
|
|
571
571
|
font-style: normal;
|
|
572
572
|
/* project id 1921203 */
|
|
573
|
-
src: url(/dist/font/iconfont.
|
|
573
|
+
src: url(/dist/font/iconfont.41466b4.woff2) format('woff2'), url(/dist/font/iconfont.07b4728.woff) format('woff'), url(/dist/font/iconfont.e979115.ttf) format('truetype');
|
|
574
574
|
}
|
|
575
575
|
.mdsicon {
|
|
576
576
|
display: inline-block;
|
|
@@ -4740,6 +4740,9 @@ samp {
|
|
|
4740
4740
|
display: inline-block;
|
|
4741
4741
|
animation: loadingCircle 6s infinite linear;
|
|
4742
4742
|
}
|
|
4743
|
+
.mdsicon-line-data-item-format:before {
|
|
4744
|
+
content: "\E61F";
|
|
4745
|
+
}
|
|
4743
4746
|
.mdsicon-line-copy:before {
|
|
4744
4747
|
content: "\E61D";
|
|
4745
4748
|
}
|
|
@@ -5043,6 +5046,57 @@ samp {
|
|
|
5043
5046
|
.mdsicon-line-file-add:before {
|
|
5044
5047
|
content: "\E702";
|
|
5045
5048
|
}
|
|
5049
|
+
.mdsicon-line-report-forms-ehr:before {
|
|
5050
|
+
content: "\E76E";
|
|
5051
|
+
}
|
|
5052
|
+
.mdsicon-line-entry-ehr:before {
|
|
5053
|
+
content: "\E76F";
|
|
5054
|
+
}
|
|
5055
|
+
.mdsicon-line-employ-ehr:before {
|
|
5056
|
+
content: "\E75D";
|
|
5057
|
+
}
|
|
5058
|
+
.mdsicon-line-report-manager-ehr:before {
|
|
5059
|
+
content: "\E76A";
|
|
5060
|
+
}
|
|
5061
|
+
.mdsicon-line-report-execution-ehr:before {
|
|
5062
|
+
content: "\E76B";
|
|
5063
|
+
}
|
|
5064
|
+
.mdsicon-line-lovefund-ehr:before {
|
|
5065
|
+
content: "\E767";
|
|
5066
|
+
}
|
|
5067
|
+
.mdsicon-line-rankevaluation-ehr:before {
|
|
5068
|
+
content: "\E768";
|
|
5069
|
+
}
|
|
5070
|
+
.mdsicon-line-performance-ehr:before {
|
|
5071
|
+
content: "\E769";
|
|
5072
|
+
}
|
|
5073
|
+
.mdsicon-line-okr-ehr:before {
|
|
5074
|
+
content: "\E760";
|
|
5075
|
+
}
|
|
5076
|
+
.mdsicon-line-teamfallibility:before {
|
|
5077
|
+
content: "\E761";
|
|
5078
|
+
}
|
|
5079
|
+
.mdsicon-line-workbench-ehr:before {
|
|
5080
|
+
content: "\E762";
|
|
5081
|
+
}
|
|
5082
|
+
.mdsicon-line-record-ehr:before {
|
|
5083
|
+
content: "\E763";
|
|
5084
|
+
}
|
|
5085
|
+
.mdsicon-line-performance2:before {
|
|
5086
|
+
content: "\E764";
|
|
5087
|
+
}
|
|
5088
|
+
.mdsicon-line-information-ehr:before {
|
|
5089
|
+
content: "\E765";
|
|
5090
|
+
}
|
|
5091
|
+
.mdsicon-line-organization-ehr:before {
|
|
5092
|
+
content: "\E766";
|
|
5093
|
+
}
|
|
5094
|
+
.mdsicon-line-teamcare-ehr:before {
|
|
5095
|
+
content: "\E75E";
|
|
5096
|
+
}
|
|
5097
|
+
.mdsicon-line-fallibility-ehr:before {
|
|
5098
|
+
content: "\E75F";
|
|
5099
|
+
}
|
|
5046
5100
|
.mdsicon-line-myteam-ehr:before {
|
|
5047
5101
|
content: "\E6DD";
|
|
5048
5102
|
}
|
|
@@ -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
|
}
|
|
@@ -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/popover.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/progress.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/radio.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/rate.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
|
}
|