@mdsfe/mds-ui 0.2.10-rc.2 → 0.2.10-rc.4

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.
Files changed (62) hide show
  1. package/dist/font/{iconfont.28359fa.ttf → iconfont.3c0fe1e.ttf} +0 -0
  2. package/dist/font/iconfont.469e43e.woff +0 -0
  3. package/dist/font/iconfont.b697759.woff2 +0 -0
  4. package/dist/index.js +1 -1
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/mds-ui.min.js +6 -6
  7. package/dist/rate.js +9 -3
  8. package/dist/style/affix.css +34 -1
  9. package/dist/style/anchor.css +34 -1
  10. package/dist/style/avatar.css +34 -1
  11. package/dist/style/badge.css +34 -1
  12. package/dist/style/bordershadow.css +34 -1
  13. package/dist/style/breadcrumb.css +34 -1
  14. package/dist/style/button.css +34 -1
  15. package/dist/style/card.css +34 -1
  16. package/dist/style/carousel.css +34 -1
  17. package/dist/style/checkbox.css +34 -1
  18. package/dist/style/col.css +34 -1
  19. package/dist/style/collapse.css +34 -1
  20. package/dist/style/color.css +34 -1
  21. package/dist/style/datepicker.css +34 -1
  22. package/dist/style/divider.css +34 -1
  23. package/dist/style/drawer.css +34 -1
  24. package/dist/style/dropdown.css +34 -1
  25. package/dist/style/empty.css +34 -1
  26. package/dist/style/font.css +34 -1
  27. package/dist/style/form.css +34 -1
  28. package/dist/style/icon.css +34 -1
  29. package/dist/style/input.css +34 -1
  30. package/dist/style/inputnumber.css +34 -1
  31. package/dist/style/layout.css +34 -1
  32. package/dist/style/list.css +34 -1
  33. package/dist/style/loading.css +34 -1
  34. package/dist/style/menu.css +34 -1
  35. package/dist/style/modal.css +34 -1
  36. package/dist/style/notification.css +34 -1
  37. package/dist/style/pagination.css +34 -1
  38. package/dist/style/popconfirm.css +34 -1
  39. package/dist/style/popover.css +34 -1
  40. package/dist/style/progress.css +34 -1
  41. package/dist/style/radio.css +34 -1
  42. package/dist/style/rate.css +34 -1
  43. package/dist/style/row.css +34 -1
  44. package/dist/style/select.css +34 -1
  45. package/dist/style/slider.css +34 -1
  46. package/dist/style/slottable.css +34 -1
  47. package/dist/style/steps.css +34 -1
  48. package/dist/style/switch.css +34 -1
  49. package/dist/style/table.css +34 -1
  50. package/dist/style/tabs.css +34 -1
  51. package/dist/style/tag.css +34 -1
  52. package/dist/style/text.css +34 -1
  53. package/dist/style/timeline.css +34 -1
  54. package/dist/style/timepicker.css +34 -1
  55. package/dist/style/tooltip.css +34 -1
  56. package/dist/style/tree.css +34 -1
  57. package/dist/style/typography.css +34 -1
  58. package/dist/style/upload.css +34 -1
  59. package/package.json +1 -1
  60. package/CHANGELOG.md +0 -971
  61. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  62. package/dist/font/iconfont.675049e.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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
@@ -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.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.b697759.woff2) format('woff2'), url(/dist/font/iconfont.469e43e.woff) format('woff'), url(/dist/font/iconfont.3c0fe1e.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,39 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-attendance:before {
4728
+ content: "\E6AF";
4729
+ }
4730
+ .mdsicon-line-my-team:before {
4731
+ content: "\E6B4";
4732
+ }
4733
+ .mdsicon-line-staff-information:before {
4734
+ content: "\E6B7";
4735
+ }
4736
+ .mdsicon-line-performance:before {
4737
+ content: "\E6B1";
4738
+ }
4739
+ .mdsicon-line-rank-evaluation:before {
4740
+ content: "\E6B2";
4741
+ }
4742
+ .mdsicon-line-partner:before {
4743
+ content: "\E6B3";
4744
+ }
4745
+ .mdsicon-line-okr:before {
4746
+ content: "\E6B5";
4747
+ }
4748
+ .mdsicon-line-information:before {
4749
+ content: "\E6B6";
4750
+ }
4751
+ .mdsicon-line-train:before {
4752
+ content: "\E6AE";
4753
+ }
4754
+ .mdsicon-line-role:before {
4755
+ content: "\E6B0";
4756
+ }
4757
+ .mdsicon-line-jixiao:before {
4758
+ content: "\E6AD";
4759
+ }
4727
4760
  .mdsicon-line-recommended-2:before {
4728
4761
  content: "\E698";
4729
4762
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsfe/mds-ui",
3
- "version": "0.2.10-rc.2",
3
+ "version": "0.2.10-rc.4",
4
4
  "description": "A set of enterprise-class Vue UI components.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {