@mdsfe/mds-ui 0.2.10-rc.7 → 0.2.10-rc.8

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 (59) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/font/{iconfont.2d6a8f5.ttf → iconfont.22ef8cb.ttf} +0 -0
  3. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  4. package/dist/font/iconfont.c5d3297.woff +0 -0
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/style/affix.css +193 -1
  7. package/dist/style/anchor.css +193 -1
  8. package/dist/style/avatar.css +193 -1
  9. package/dist/style/badge.css +193 -1
  10. package/dist/style/bordershadow.css +193 -1
  11. package/dist/style/breadcrumb.css +193 -1
  12. package/dist/style/button.css +193 -1
  13. package/dist/style/card.css +193 -1
  14. package/dist/style/carousel.css +193 -1
  15. package/dist/style/checkbox.css +193 -1
  16. package/dist/style/col.css +193 -1
  17. package/dist/style/collapse.css +193 -1
  18. package/dist/style/color.css +193 -1
  19. package/dist/style/datepicker.css +193 -1
  20. package/dist/style/divider.css +193 -1
  21. package/dist/style/drawer.css +193 -1
  22. package/dist/style/dropdown.css +193 -1
  23. package/dist/style/empty.css +193 -1
  24. package/dist/style/font.css +193 -1
  25. package/dist/style/form.css +193 -1
  26. package/dist/style/icon.css +193 -1
  27. package/dist/style/input.css +193 -1
  28. package/dist/style/inputnumber.css +193 -1
  29. package/dist/style/layout.css +193 -1
  30. package/dist/style/list.css +193 -1
  31. package/dist/style/loading.css +193 -1
  32. package/dist/style/menu.css +193 -1
  33. package/dist/style/modal.css +193 -1
  34. package/dist/style/notification.css +193 -1
  35. package/dist/style/pagination.css +193 -1
  36. package/dist/style/popconfirm.css +193 -1
  37. package/dist/style/popover.css +193 -1
  38. package/dist/style/progress.css +193 -1
  39. package/dist/style/radio.css +193 -1
  40. package/dist/style/rate.css +193 -1
  41. package/dist/style/row.css +193 -1
  42. package/dist/style/select.css +193 -1
  43. package/dist/style/slider.css +193 -1
  44. package/dist/style/slottable.css +193 -1
  45. package/dist/style/steps.css +193 -1
  46. package/dist/style/switch.css +193 -1
  47. package/dist/style/table.css +193 -1
  48. package/dist/style/tabs.css +193 -1
  49. package/dist/style/tag.css +193 -1
  50. package/dist/style/text.css +193 -1
  51. package/dist/style/timeline.css +193 -1
  52. package/dist/style/timepicker.css +193 -1
  53. package/dist/style/tooltip.css +193 -1
  54. package/dist/style/tree.css +193 -1
  55. package/dist/style/typography.css +193 -1
  56. package/dist/style/upload.css +193 -1
  57. package/package.json +1 -1
  58. package/dist/font/iconfont.ba368f5.woff2 +0 -0
  59. package/dist/font/iconfont.da0405c.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.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,198 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4727
4919
  .mdsicon-line-myteam-ehr:before {
4728
4920
  content: "\E6DD";
4729
4921
  }
@@ -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.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,198 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4727
4919
  .mdsicon-line-myteam-ehr:before {
4728
4920
  content: "\E6DD";
4729
4921
  }
@@ -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.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,198 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4727
4919
  .mdsicon-line-myteam-ehr:before {
4728
4920
  content: "\E6DD";
4729
4921
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsfe/mds-ui",
3
- "version": "0.2.10-rc.7",
3
+ "version": "0.2.10-rc.8",
4
4
  "description": "A set of enterprise-class Vue UI components.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
Binary file
Binary file