@mdsfe/mds-ui 0.2.11-rc.12 → 0.2.11-rc.13

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 (127) hide show
  1. package/dist/_locale/default.js +18 -0
  2. package/dist/_locale/format.js +54 -0
  3. package/dist/_locale/index.js +56 -6
  4. package/dist/_locale/lang/en.js +144 -0
  5. package/dist/_locale/lang/zh-CN.js +142 -0
  6. package/dist/_mixin/locale.js +1 -1
  7. package/dist/_util/iconfont/index.js +1 -1
  8. package/dist/_util/util.js +7 -0
  9. package/dist/affix.js +6 -6
  10. package/dist/alert.js +6 -6
  11. package/dist/anchor.js +6 -6
  12. package/dist/avatar.js +17 -8
  13. package/dist/backtop.js +11 -11
  14. package/dist/badge.js +17 -17
  15. package/dist/bordershadow.js +6 -6
  16. package/dist/breadcrumb.js +6 -6
  17. package/dist/button.js +6 -6
  18. package/dist/card.js +6 -6
  19. package/dist/carousel.js +80 -80
  20. package/dist/cascader.js +96 -61
  21. package/dist/cascaderpanel.js +54 -29
  22. package/dist/checkbox.js +10 -10
  23. package/dist/col.js +10 -10
  24. package/dist/collapse.js +6 -6
  25. package/dist/color.js +6 -6
  26. package/dist/datepicker.js +287 -280
  27. package/dist/divider.js +6 -6
  28. package/dist/drawer.js +20 -20
  29. package/dist/dropdown.js +19 -19
  30. package/dist/empty.js +31 -14
  31. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  32. package/dist/font/iconfont.5a7af4c.woff +0 -0
  33. package/dist/font/{iconfont.3f886fd.ttf → iconfont.784954d.ttf} +0 -0
  34. package/dist/font.js +6 -6
  35. package/dist/form.js +14 -14
  36. package/dist/icon.js +6 -6
  37. package/dist/index.js +1 -1
  38. package/dist/input.js +16 -16
  39. package/dist/inputnumber.js +13 -13
  40. package/dist/layout.js +6 -6
  41. package/dist/list.js +6 -6
  42. package/dist/loading.js +6 -6
  43. package/dist/mds-ui.min.css +1 -1
  44. package/dist/mds-ui.min.js +1857 -1377
  45. package/dist/menu.js +18 -18
  46. package/dist/message.js +10 -10
  47. package/dist/modal.js +60 -38
  48. package/dist/notification.js +20 -20
  49. package/dist/pagination.js +74 -33
  50. package/dist/popconfirm.js +561 -31
  51. package/dist/popover.js +27 -27
  52. package/dist/progress.js +6 -6
  53. package/dist/radio.js +10 -10
  54. package/dist/rate.js +10 -10
  55. package/dist/row.js +10 -10
  56. package/dist/select.js +99 -79
  57. package/dist/slider.js +22 -22
  58. package/dist/slottable.js +75 -50
  59. package/dist/steps.js +6 -6
  60. package/dist/style/affix.css +166 -1
  61. package/dist/style/alert.css +166 -1
  62. package/dist/style/anchor.css +166 -1
  63. package/dist/style/avatar.css +166 -1
  64. package/dist/style/badge.css +166 -1
  65. package/dist/style/bordershadow.css +166 -1
  66. package/dist/style/breadcrumb.css +166 -1
  67. package/dist/style/button.css +166 -1
  68. package/dist/style/card.css +166 -1
  69. package/dist/style/carousel.css +166 -1
  70. package/dist/style/checkbox.css +166 -1
  71. package/dist/style/col.css +166 -1
  72. package/dist/style/collapse.css +166 -1
  73. package/dist/style/color.css +166 -1
  74. package/dist/style/datepicker.css +166 -1
  75. package/dist/style/divider.css +166 -1
  76. package/dist/style/drawer.css +166 -1
  77. package/dist/style/dropdown.css +166 -1
  78. package/dist/style/empty.css +166 -1
  79. package/dist/style/font.css +166 -1
  80. package/dist/style/form.css +166 -1
  81. package/dist/style/icon.css +166 -1
  82. package/dist/style/input.css +166 -1
  83. package/dist/style/inputnumber.css +166 -1
  84. package/dist/style/layout.css +166 -1
  85. package/dist/style/list.css +166 -1
  86. package/dist/style/loading.css +166 -1
  87. package/dist/style/menu.css +166 -1
  88. package/dist/style/modal.css +166 -1
  89. package/dist/style/notification.css +166 -1
  90. package/dist/style/pagination.css +166 -1
  91. package/dist/style/popconfirm.css +166 -1
  92. package/dist/style/popover.css +166 -1
  93. package/dist/style/progress.css +166 -1
  94. package/dist/style/radio.css +166 -1
  95. package/dist/style/rate.css +166 -1
  96. package/dist/style/row.css +166 -1
  97. package/dist/style/select.css +166 -1
  98. package/dist/style/slider.css +166 -1
  99. package/dist/style/slottable.css +166 -1
  100. package/dist/style/steps.css +166 -1
  101. package/dist/style/switch.css +166 -1
  102. package/dist/style/table.css +166 -1
  103. package/dist/style/tabs.css +166 -1
  104. package/dist/style/tag.css +166 -1
  105. package/dist/style/text.css +166 -1
  106. package/dist/style/timeline.css +166 -1
  107. package/dist/style/timepicker.css +166 -1
  108. package/dist/style/tooltip.css +166 -1
  109. package/dist/style/tree.css +166 -1
  110. package/dist/style/typography.css +166 -1
  111. package/dist/style/upload.css +166 -1
  112. package/dist/switch.js +10 -10
  113. package/dist/table.js +261 -166
  114. package/dist/tabs.js +6 -6
  115. package/dist/tag.js +6 -6
  116. package/dist/text.js +681 -681
  117. package/dist/timeline.js +6 -6
  118. package/dist/timepicker.js +571 -41
  119. package/dist/tooltip.js +25 -25
  120. package/dist/transfer.js +48 -34
  121. package/dist/transition.js +4 -4
  122. package/dist/tree.js +77 -77
  123. package/dist/typography.js +6 -6
  124. package/dist/upload.js +60 -32
  125. package/package.json +4 -2
  126. package/dist/font/iconfont.396260c.woff2 +0 -0
  127. package/dist/font/iconfont.881db5a.woff +0 -0
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
771
+ src: url(/dist/font/iconfont.4ac77c3.woff2) format('woff2'), url(/dist/font/iconfont.5a7af4c.woff) format('woff'), url(/dist/font/iconfont.784954d.ttf) format('truetype');
772
772
  }
773
773
  .mdsicon {
774
774
  display: inline-block;
@@ -4944,6 +4944,171 @@ samp {
4944
4944
  display: inline-block;
4945
4945
  animation: loadingCircle 6s infinite linear;
4946
4946
  }
4947
+ .mdsicon-fill-chart:before {
4948
+ content: "\E7E3";
4949
+ }
4950
+ .mdsicon-fill-data2:before {
4951
+ content: "\E7E4";
4952
+ }
4953
+ .mdsicon-fill-meter:before {
4954
+ content: "\E7E5";
4955
+ }
4956
+ .mdsicon-fill-quote:before {
4957
+ content: "\E7DF";
4958
+ }
4959
+ .mdsicon-fill-edit1:before {
4960
+ content: "\E7E1";
4961
+ }
4962
+ .mdsicon-fill-close:before {
4963
+ content: "\E7E2";
4964
+ }
4965
+ .mdsicon-line-export:before {
4966
+ content: "\E7DB";
4967
+ }
4968
+ .mdsicon-line-refresh:before {
4969
+ content: "\E7DC";
4970
+ }
4971
+ .mdsicon-line-revocation:before {
4972
+ content: "\E7DD";
4973
+ }
4974
+ .mdsicon-line-redo:before {
4975
+ content: "\E7DA";
4976
+ }
4977
+ .mdsicon-line-subordinate:before {
4978
+ content: "\E7D3";
4979
+ }
4980
+ .mdsicon-line-search3:before {
4981
+ content: "\E7D1";
4982
+ }
4983
+ .mdsicon-line-rename:before {
4984
+ content: "\E7D2";
4985
+ }
4986
+ .mdsicon-line-sidebar-close:before {
4987
+ content: "\E7D0";
4988
+ }
4989
+ .mdsicon-line-numeric:before {
4990
+ content: "\E7CC";
4991
+ }
4992
+ .mdsicon-line-work-no:before {
4993
+ content: "\E7CD";
4994
+ }
4995
+ .mdsicon-line-search21:before {
4996
+ content: "\E7CE";
4997
+ }
4998
+ .mdsicon-line-select1:before {
4999
+ content: "\E7CF";
5000
+ }
5001
+ .mdsicon-line-summary:before {
5002
+ content: "\E7C8";
5003
+ }
5004
+ .mdsicon-line-sidebar-expand:before {
5005
+ content: "\E7C9";
5006
+ }
5007
+ .mdsicon-line-round:before {
5008
+ content: "\E7CA";
5009
+ }
5010
+ .mdsicon-line-surface:before {
5011
+ content: "\E7CB";
5012
+ }
5013
+ .mdsicon-line-drill-down:before {
5014
+ content: "\E7C2";
5015
+ }
5016
+ .mdsicon-line-child:before {
5017
+ content: "\E7C3";
5018
+ }
5019
+ .mdsicon-line-delete2:before {
5020
+ content: "\E7C4";
5021
+ }
5022
+ .mdsicon-line-close-normal:before {
5023
+ content: "\E7C5";
5024
+ }
5025
+ .mdsicon-line-caret-right-small:before {
5026
+ content: "\E7C6";
5027
+ }
5028
+ .mdsicon-line-conversion:before {
5029
+ content: "\E7C7";
5030
+ }
5031
+ .mdsicon-line-grouping:before {
5032
+ content: "\E7BC";
5033
+ }
5034
+ .mdsicon-line-folders1:before {
5035
+ content: "\E7BD";
5036
+ }
5037
+ .mdsicon-line-chevron-left:before {
5038
+ content: "\E7BE";
5039
+ }
5040
+ .mdsicon-line-chevron-right:before {
5041
+ content: "\E7BF";
5042
+ }
5043
+ .mdsicon-line-format:before {
5044
+ content: "\E7C0";
5045
+ }
5046
+ .mdsicon-line-download3:before {
5047
+ content: "\E7C1";
5048
+ }
5049
+ .mdsicon-line-createdrilldown:before {
5050
+ content: "\E7B5";
5051
+ }
5052
+ .mdsicon-line-group2:before {
5053
+ content: "\E7B6";
5054
+ }
5055
+ .mdsicon-line-FormatPainter:before {
5056
+ content: "\E7B7";
5057
+ }
5058
+ .mdsicon-line-filter3:before {
5059
+ content: "\E7B8";
5060
+ }
5061
+ .mdsicon-line-moveto:before {
5062
+ content: "\E7B9";
5063
+ }
5064
+ .mdsicon-line-more2:before {
5065
+ content: "\E7BA";
5066
+ }
5067
+ .mdsicon-line-filter1:before {
5068
+ content: "\E7BB";
5069
+ }
5070
+ .mdsicon-line-filter2:before {
5071
+ content: "\E7B2";
5072
+ }
5073
+ .mdsicon-line-copy1:before {
5074
+ content: "\E7B3";
5075
+ }
5076
+ .mdsicon-line-edit2:before {
5077
+ content: "\E7B4";
5078
+ }
5079
+ .mdsicon-line-aliases:before {
5080
+ content: "\E7B0";
5081
+ }
5082
+ .mdsicon-line-add2:before {
5083
+ content: "\E7B1";
5084
+ }
5085
+ .mdsicon-line-analysis-line:before {
5086
+ content: "\E7AF";
5087
+ }
5088
+ .mdsicon-line-caret-down-small:before {
5089
+ content: "\E7AB";
5090
+ }
5091
+ .mdsicon-fill-dashboard:before {
5092
+ content: "\E7AC";
5093
+ }
5094
+ .mdsicon-fill-reports:before {
5095
+ content: "\E7AD";
5096
+ }
5097
+ .mdsicon-fill-arrow-down3:before {
5098
+ content: "\E7AE";
5099
+ }
5100
+ .mdsicon-fill-permissions:before {
5101
+ content: "\E7A7";
5102
+ }
5103
+ .mdsicon-fill-data:before {
5104
+ content: "\E7A8";
5105
+ }
5106
+ .mdsicon-fill-valueaxis:before {
5107
+ content: "\E7A9";
5108
+ }
5109
+ .mdsicon-line-calendar3:before {
5110
+ content: "\E7AA";
5111
+ }
4947
5112
  .mdsicon-line-open-drawer:before {
4948
5113
  content: "\E7A6";
4949
5114
  }
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.4ac77c3.woff2) format('woff2'), url(/dist/font/iconfont.5a7af4c.woff) format('woff'), url(/dist/font/iconfont.784954d.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,171 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-fill-chart:before {
4734
+ content: "\E7E3";
4735
+ }
4736
+ .mdsicon-fill-data2:before {
4737
+ content: "\E7E4";
4738
+ }
4739
+ .mdsicon-fill-meter:before {
4740
+ content: "\E7E5";
4741
+ }
4742
+ .mdsicon-fill-quote:before {
4743
+ content: "\E7DF";
4744
+ }
4745
+ .mdsicon-fill-edit1:before {
4746
+ content: "\E7E1";
4747
+ }
4748
+ .mdsicon-fill-close:before {
4749
+ content: "\E7E2";
4750
+ }
4751
+ .mdsicon-line-export:before {
4752
+ content: "\E7DB";
4753
+ }
4754
+ .mdsicon-line-refresh:before {
4755
+ content: "\E7DC";
4756
+ }
4757
+ .mdsicon-line-revocation:before {
4758
+ content: "\E7DD";
4759
+ }
4760
+ .mdsicon-line-redo:before {
4761
+ content: "\E7DA";
4762
+ }
4763
+ .mdsicon-line-subordinate:before {
4764
+ content: "\E7D3";
4765
+ }
4766
+ .mdsicon-line-search3:before {
4767
+ content: "\E7D1";
4768
+ }
4769
+ .mdsicon-line-rename:before {
4770
+ content: "\E7D2";
4771
+ }
4772
+ .mdsicon-line-sidebar-close:before {
4773
+ content: "\E7D0";
4774
+ }
4775
+ .mdsicon-line-numeric:before {
4776
+ content: "\E7CC";
4777
+ }
4778
+ .mdsicon-line-work-no:before {
4779
+ content: "\E7CD";
4780
+ }
4781
+ .mdsicon-line-search21:before {
4782
+ content: "\E7CE";
4783
+ }
4784
+ .mdsicon-line-select1:before {
4785
+ content: "\E7CF";
4786
+ }
4787
+ .mdsicon-line-summary:before {
4788
+ content: "\E7C8";
4789
+ }
4790
+ .mdsicon-line-sidebar-expand:before {
4791
+ content: "\E7C9";
4792
+ }
4793
+ .mdsicon-line-round:before {
4794
+ content: "\E7CA";
4795
+ }
4796
+ .mdsicon-line-surface:before {
4797
+ content: "\E7CB";
4798
+ }
4799
+ .mdsicon-line-drill-down:before {
4800
+ content: "\E7C2";
4801
+ }
4802
+ .mdsicon-line-child:before {
4803
+ content: "\E7C3";
4804
+ }
4805
+ .mdsicon-line-delete2:before {
4806
+ content: "\E7C4";
4807
+ }
4808
+ .mdsicon-line-close-normal:before {
4809
+ content: "\E7C5";
4810
+ }
4811
+ .mdsicon-line-caret-right-small:before {
4812
+ content: "\E7C6";
4813
+ }
4814
+ .mdsicon-line-conversion:before {
4815
+ content: "\E7C7";
4816
+ }
4817
+ .mdsicon-line-grouping:before {
4818
+ content: "\E7BC";
4819
+ }
4820
+ .mdsicon-line-folders1:before {
4821
+ content: "\E7BD";
4822
+ }
4823
+ .mdsicon-line-chevron-left:before {
4824
+ content: "\E7BE";
4825
+ }
4826
+ .mdsicon-line-chevron-right:before {
4827
+ content: "\E7BF";
4828
+ }
4829
+ .mdsicon-line-format:before {
4830
+ content: "\E7C0";
4831
+ }
4832
+ .mdsicon-line-download3:before {
4833
+ content: "\E7C1";
4834
+ }
4835
+ .mdsicon-line-createdrilldown:before {
4836
+ content: "\E7B5";
4837
+ }
4838
+ .mdsicon-line-group2:before {
4839
+ content: "\E7B6";
4840
+ }
4841
+ .mdsicon-line-FormatPainter:before {
4842
+ content: "\E7B7";
4843
+ }
4844
+ .mdsicon-line-filter3:before {
4845
+ content: "\E7B8";
4846
+ }
4847
+ .mdsicon-line-moveto:before {
4848
+ content: "\E7B9";
4849
+ }
4850
+ .mdsicon-line-more2:before {
4851
+ content: "\E7BA";
4852
+ }
4853
+ .mdsicon-line-filter1:before {
4854
+ content: "\E7BB";
4855
+ }
4856
+ .mdsicon-line-filter2:before {
4857
+ content: "\E7B2";
4858
+ }
4859
+ .mdsicon-line-copy1:before {
4860
+ content: "\E7B3";
4861
+ }
4862
+ .mdsicon-line-edit2:before {
4863
+ content: "\E7B4";
4864
+ }
4865
+ .mdsicon-line-aliases:before {
4866
+ content: "\E7B0";
4867
+ }
4868
+ .mdsicon-line-add2:before {
4869
+ content: "\E7B1";
4870
+ }
4871
+ .mdsicon-line-analysis-line:before {
4872
+ content: "\E7AF";
4873
+ }
4874
+ .mdsicon-line-caret-down-small:before {
4875
+ content: "\E7AB";
4876
+ }
4877
+ .mdsicon-fill-dashboard:before {
4878
+ content: "\E7AC";
4879
+ }
4880
+ .mdsicon-fill-reports:before {
4881
+ content: "\E7AD";
4882
+ }
4883
+ .mdsicon-fill-arrow-down3:before {
4884
+ content: "\E7AE";
4885
+ }
4886
+ .mdsicon-fill-permissions:before {
4887
+ content: "\E7A7";
4888
+ }
4889
+ .mdsicon-fill-data:before {
4890
+ content: "\E7A8";
4891
+ }
4892
+ .mdsicon-fill-valueaxis:before {
4893
+ content: "\E7A9";
4894
+ }
4895
+ .mdsicon-line-calendar3:before {
4896
+ content: "\E7AA";
4897
+ }
4733
4898
  .mdsicon-line-open-drawer:before {
4734
4899
  content: "\E7A6";
4735
4900
  }
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.4ac77c3.woff2) format('woff2'), url(/dist/font/iconfont.5a7af4c.woff) format('woff'), url(/dist/font/iconfont.784954d.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,171 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-fill-chart:before {
4734
+ content: "\E7E3";
4735
+ }
4736
+ .mdsicon-fill-data2:before {
4737
+ content: "\E7E4";
4738
+ }
4739
+ .mdsicon-fill-meter:before {
4740
+ content: "\E7E5";
4741
+ }
4742
+ .mdsicon-fill-quote:before {
4743
+ content: "\E7DF";
4744
+ }
4745
+ .mdsicon-fill-edit1:before {
4746
+ content: "\E7E1";
4747
+ }
4748
+ .mdsicon-fill-close:before {
4749
+ content: "\E7E2";
4750
+ }
4751
+ .mdsicon-line-export:before {
4752
+ content: "\E7DB";
4753
+ }
4754
+ .mdsicon-line-refresh:before {
4755
+ content: "\E7DC";
4756
+ }
4757
+ .mdsicon-line-revocation:before {
4758
+ content: "\E7DD";
4759
+ }
4760
+ .mdsicon-line-redo:before {
4761
+ content: "\E7DA";
4762
+ }
4763
+ .mdsicon-line-subordinate:before {
4764
+ content: "\E7D3";
4765
+ }
4766
+ .mdsicon-line-search3:before {
4767
+ content: "\E7D1";
4768
+ }
4769
+ .mdsicon-line-rename:before {
4770
+ content: "\E7D2";
4771
+ }
4772
+ .mdsicon-line-sidebar-close:before {
4773
+ content: "\E7D0";
4774
+ }
4775
+ .mdsicon-line-numeric:before {
4776
+ content: "\E7CC";
4777
+ }
4778
+ .mdsicon-line-work-no:before {
4779
+ content: "\E7CD";
4780
+ }
4781
+ .mdsicon-line-search21:before {
4782
+ content: "\E7CE";
4783
+ }
4784
+ .mdsicon-line-select1:before {
4785
+ content: "\E7CF";
4786
+ }
4787
+ .mdsicon-line-summary:before {
4788
+ content: "\E7C8";
4789
+ }
4790
+ .mdsicon-line-sidebar-expand:before {
4791
+ content: "\E7C9";
4792
+ }
4793
+ .mdsicon-line-round:before {
4794
+ content: "\E7CA";
4795
+ }
4796
+ .mdsicon-line-surface:before {
4797
+ content: "\E7CB";
4798
+ }
4799
+ .mdsicon-line-drill-down:before {
4800
+ content: "\E7C2";
4801
+ }
4802
+ .mdsicon-line-child:before {
4803
+ content: "\E7C3";
4804
+ }
4805
+ .mdsicon-line-delete2:before {
4806
+ content: "\E7C4";
4807
+ }
4808
+ .mdsicon-line-close-normal:before {
4809
+ content: "\E7C5";
4810
+ }
4811
+ .mdsicon-line-caret-right-small:before {
4812
+ content: "\E7C6";
4813
+ }
4814
+ .mdsicon-line-conversion:before {
4815
+ content: "\E7C7";
4816
+ }
4817
+ .mdsicon-line-grouping:before {
4818
+ content: "\E7BC";
4819
+ }
4820
+ .mdsicon-line-folders1:before {
4821
+ content: "\E7BD";
4822
+ }
4823
+ .mdsicon-line-chevron-left:before {
4824
+ content: "\E7BE";
4825
+ }
4826
+ .mdsicon-line-chevron-right:before {
4827
+ content: "\E7BF";
4828
+ }
4829
+ .mdsicon-line-format:before {
4830
+ content: "\E7C0";
4831
+ }
4832
+ .mdsicon-line-download3:before {
4833
+ content: "\E7C1";
4834
+ }
4835
+ .mdsicon-line-createdrilldown:before {
4836
+ content: "\E7B5";
4837
+ }
4838
+ .mdsicon-line-group2:before {
4839
+ content: "\E7B6";
4840
+ }
4841
+ .mdsicon-line-FormatPainter:before {
4842
+ content: "\E7B7";
4843
+ }
4844
+ .mdsicon-line-filter3:before {
4845
+ content: "\E7B8";
4846
+ }
4847
+ .mdsicon-line-moveto:before {
4848
+ content: "\E7B9";
4849
+ }
4850
+ .mdsicon-line-more2:before {
4851
+ content: "\E7BA";
4852
+ }
4853
+ .mdsicon-line-filter1:before {
4854
+ content: "\E7BB";
4855
+ }
4856
+ .mdsicon-line-filter2:before {
4857
+ content: "\E7B2";
4858
+ }
4859
+ .mdsicon-line-copy1:before {
4860
+ content: "\E7B3";
4861
+ }
4862
+ .mdsicon-line-edit2:before {
4863
+ content: "\E7B4";
4864
+ }
4865
+ .mdsicon-line-aliases:before {
4866
+ content: "\E7B0";
4867
+ }
4868
+ .mdsicon-line-add2:before {
4869
+ content: "\E7B1";
4870
+ }
4871
+ .mdsicon-line-analysis-line:before {
4872
+ content: "\E7AF";
4873
+ }
4874
+ .mdsicon-line-caret-down-small:before {
4875
+ content: "\E7AB";
4876
+ }
4877
+ .mdsicon-fill-dashboard:before {
4878
+ content: "\E7AC";
4879
+ }
4880
+ .mdsicon-fill-reports:before {
4881
+ content: "\E7AD";
4882
+ }
4883
+ .mdsicon-fill-arrow-down3:before {
4884
+ content: "\E7AE";
4885
+ }
4886
+ .mdsicon-fill-permissions:before {
4887
+ content: "\E7A7";
4888
+ }
4889
+ .mdsicon-fill-data:before {
4890
+ content: "\E7A8";
4891
+ }
4892
+ .mdsicon-fill-valueaxis:before {
4893
+ content: "\E7A9";
4894
+ }
4895
+ .mdsicon-line-calendar3:before {
4896
+ content: "\E7AA";
4897
+ }
4733
4898
  .mdsicon-line-open-drawer:before {
4734
4899
  content: "\E7A6";
4735
4900
  }
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.4ac77c3.woff2) format('woff2'), url(/dist/font/iconfont.5a7af4c.woff) format('woff'), url(/dist/font/iconfont.784954d.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,171 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-fill-chart:before {
4734
+ content: "\E7E3";
4735
+ }
4736
+ .mdsicon-fill-data2:before {
4737
+ content: "\E7E4";
4738
+ }
4739
+ .mdsicon-fill-meter:before {
4740
+ content: "\E7E5";
4741
+ }
4742
+ .mdsicon-fill-quote:before {
4743
+ content: "\E7DF";
4744
+ }
4745
+ .mdsicon-fill-edit1:before {
4746
+ content: "\E7E1";
4747
+ }
4748
+ .mdsicon-fill-close:before {
4749
+ content: "\E7E2";
4750
+ }
4751
+ .mdsicon-line-export:before {
4752
+ content: "\E7DB";
4753
+ }
4754
+ .mdsicon-line-refresh:before {
4755
+ content: "\E7DC";
4756
+ }
4757
+ .mdsicon-line-revocation:before {
4758
+ content: "\E7DD";
4759
+ }
4760
+ .mdsicon-line-redo:before {
4761
+ content: "\E7DA";
4762
+ }
4763
+ .mdsicon-line-subordinate:before {
4764
+ content: "\E7D3";
4765
+ }
4766
+ .mdsicon-line-search3:before {
4767
+ content: "\E7D1";
4768
+ }
4769
+ .mdsicon-line-rename:before {
4770
+ content: "\E7D2";
4771
+ }
4772
+ .mdsicon-line-sidebar-close:before {
4773
+ content: "\E7D0";
4774
+ }
4775
+ .mdsicon-line-numeric:before {
4776
+ content: "\E7CC";
4777
+ }
4778
+ .mdsicon-line-work-no:before {
4779
+ content: "\E7CD";
4780
+ }
4781
+ .mdsicon-line-search21:before {
4782
+ content: "\E7CE";
4783
+ }
4784
+ .mdsicon-line-select1:before {
4785
+ content: "\E7CF";
4786
+ }
4787
+ .mdsicon-line-summary:before {
4788
+ content: "\E7C8";
4789
+ }
4790
+ .mdsicon-line-sidebar-expand:before {
4791
+ content: "\E7C9";
4792
+ }
4793
+ .mdsicon-line-round:before {
4794
+ content: "\E7CA";
4795
+ }
4796
+ .mdsicon-line-surface:before {
4797
+ content: "\E7CB";
4798
+ }
4799
+ .mdsicon-line-drill-down:before {
4800
+ content: "\E7C2";
4801
+ }
4802
+ .mdsicon-line-child:before {
4803
+ content: "\E7C3";
4804
+ }
4805
+ .mdsicon-line-delete2:before {
4806
+ content: "\E7C4";
4807
+ }
4808
+ .mdsicon-line-close-normal:before {
4809
+ content: "\E7C5";
4810
+ }
4811
+ .mdsicon-line-caret-right-small:before {
4812
+ content: "\E7C6";
4813
+ }
4814
+ .mdsicon-line-conversion:before {
4815
+ content: "\E7C7";
4816
+ }
4817
+ .mdsicon-line-grouping:before {
4818
+ content: "\E7BC";
4819
+ }
4820
+ .mdsicon-line-folders1:before {
4821
+ content: "\E7BD";
4822
+ }
4823
+ .mdsicon-line-chevron-left:before {
4824
+ content: "\E7BE";
4825
+ }
4826
+ .mdsicon-line-chevron-right:before {
4827
+ content: "\E7BF";
4828
+ }
4829
+ .mdsicon-line-format:before {
4830
+ content: "\E7C0";
4831
+ }
4832
+ .mdsicon-line-download3:before {
4833
+ content: "\E7C1";
4834
+ }
4835
+ .mdsicon-line-createdrilldown:before {
4836
+ content: "\E7B5";
4837
+ }
4838
+ .mdsicon-line-group2:before {
4839
+ content: "\E7B6";
4840
+ }
4841
+ .mdsicon-line-FormatPainter:before {
4842
+ content: "\E7B7";
4843
+ }
4844
+ .mdsicon-line-filter3:before {
4845
+ content: "\E7B8";
4846
+ }
4847
+ .mdsicon-line-moveto:before {
4848
+ content: "\E7B9";
4849
+ }
4850
+ .mdsicon-line-more2:before {
4851
+ content: "\E7BA";
4852
+ }
4853
+ .mdsicon-line-filter1:before {
4854
+ content: "\E7BB";
4855
+ }
4856
+ .mdsicon-line-filter2:before {
4857
+ content: "\E7B2";
4858
+ }
4859
+ .mdsicon-line-copy1:before {
4860
+ content: "\E7B3";
4861
+ }
4862
+ .mdsicon-line-edit2:before {
4863
+ content: "\E7B4";
4864
+ }
4865
+ .mdsicon-line-aliases:before {
4866
+ content: "\E7B0";
4867
+ }
4868
+ .mdsicon-line-add2:before {
4869
+ content: "\E7B1";
4870
+ }
4871
+ .mdsicon-line-analysis-line:before {
4872
+ content: "\E7AF";
4873
+ }
4874
+ .mdsicon-line-caret-down-small:before {
4875
+ content: "\E7AB";
4876
+ }
4877
+ .mdsicon-fill-dashboard:before {
4878
+ content: "\E7AC";
4879
+ }
4880
+ .mdsicon-fill-reports:before {
4881
+ content: "\E7AD";
4882
+ }
4883
+ .mdsicon-fill-arrow-down3:before {
4884
+ content: "\E7AE";
4885
+ }
4886
+ .mdsicon-fill-permissions:before {
4887
+ content: "\E7A7";
4888
+ }
4889
+ .mdsicon-fill-data:before {
4890
+ content: "\E7A8";
4891
+ }
4892
+ .mdsicon-fill-valueaxis:before {
4893
+ content: "\E7A9";
4894
+ }
4895
+ .mdsicon-line-calendar3:before {
4896
+ content: "\E7AA";
4897
+ }
4733
4898
  .mdsicon-line-open-drawer:before {
4734
4899
  content: "\E7A6";
4735
4900
  }