@mdsfe/mds-ui 0.3.0-1 → 0.3.0-3

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 (61) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/font/{iconfont.3bffbc2.ttf → iconfont.3e842c3.ttf} +0 -0
  3. package/dist/font/iconfont.53d9cf7.woff2 +0 -0
  4. package/dist/font/iconfont.d6d8020.woff +0 -0
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/style/affix.css +94 -1
  7. package/dist/style/alert.css +94 -1
  8. package/dist/style/anchor.css +94 -1
  9. package/dist/style/avatar.css +94 -1
  10. package/dist/style/badge.css +94 -1
  11. package/dist/style/bordershadow.css +94 -1
  12. package/dist/style/breadcrumb.css +94 -1
  13. package/dist/style/button.css +94 -1
  14. package/dist/style/card.css +94 -1
  15. package/dist/style/carousel.css +94 -1
  16. package/dist/style/checkbox.css +94 -1
  17. package/dist/style/col.css +94 -1
  18. package/dist/style/collapse.css +94 -1
  19. package/dist/style/color.css +94 -1
  20. package/dist/style/datepicker.css +94 -1
  21. package/dist/style/divider.css +94 -1
  22. package/dist/style/drawer.css +94 -1
  23. package/dist/style/dropdown.css +94 -1
  24. package/dist/style/empty.css +94 -1
  25. package/dist/style/font.css +94 -1
  26. package/dist/style/form.css +94 -1
  27. package/dist/style/icon.css +94 -1
  28. package/dist/style/input.css +94 -1
  29. package/dist/style/inputnumber.css +94 -1
  30. package/dist/style/layout.css +94 -1
  31. package/dist/style/list.css +94 -1
  32. package/dist/style/loading.css +94 -1
  33. package/dist/style/menu.css +94 -1
  34. package/dist/style/modal.css +94 -1
  35. package/dist/style/notification.css +94 -1
  36. package/dist/style/pagination.css +94 -1
  37. package/dist/style/popconfirm.css +94 -1
  38. package/dist/style/popover.css +94 -1
  39. package/dist/style/progress.css +94 -1
  40. package/dist/style/radio.css +94 -1
  41. package/dist/style/rate.css +94 -1
  42. package/dist/style/row.css +94 -1
  43. package/dist/style/select.css +94 -1
  44. package/dist/style/slider.css +94 -1
  45. package/dist/style/slottable.css +94 -1
  46. package/dist/style/steps.css +94 -1
  47. package/dist/style/switch.css +94 -1
  48. package/dist/style/table.css +94 -1
  49. package/dist/style/tabs.css +94 -1
  50. package/dist/style/tag.css +94 -1
  51. package/dist/style/text.css +94 -1
  52. package/dist/style/timeline.css +94 -1
  53. package/dist/style/timepicker.css +94 -1
  54. package/dist/style/tooltip.css +94 -1
  55. package/dist/style/tree.css +94 -1
  56. package/dist/style/typography.css +94 -1
  57. package/dist/style/upload.css +94 -1
  58. package/package.json +1 -1
  59. package/CHANGELOG.md +0 -1013
  60. package/dist/font/iconfont.06f3ab6.woff2 +0 -0
  61. package/dist/font/iconfont.dd6d5df.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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,99 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4769
+ .mdsicon-line-constant:before {
4770
+ content: "\E7FE";
4771
+ }
4772
+ .mdsicon-line-processview:before {
4773
+ content: "\E808";
4774
+ }
4775
+ .mdsicon-line-relationalview:before {
4776
+ content: "\E809";
4777
+ }
4778
+ .mdsicon-line-datasheet:before {
4779
+ content: "\E806";
4780
+ }
4781
+ .mdsicon-line-linkview:before {
4782
+ content: "\E807";
4783
+ }
4784
+ .mdsicon-line-synchronization:before {
4785
+ content: "\E801";
4786
+ }
4787
+ .mdsicon-line-detailedlist:before {
4788
+ content: "\E802";
4789
+ }
4790
+ .mdsicon-line-bigdataplatformtable:before {
4791
+ content: "\E803";
4792
+ }
4793
+ .mdsicon-line-summarysheet:before {
4794
+ content: "\E804";
4795
+ }
4796
+ .mdsicon-line-historicalrecord:before {
4797
+ content: "\E805";
4798
+ }
4799
+ .mdsicon-line-maintenancedata:before {
4800
+ content: "\E7FB";
4801
+ }
4802
+ .mdsicon-line-accountingscheme:before {
4803
+ content: "\E7FC";
4804
+ }
4805
+ .mdsicon-line-edition:before {
4806
+ content: "\E7FD";
4807
+ }
4808
+ .mdsicon-line-performancechart:before {
4809
+ content: "\E7FF";
4810
+ }
4811
+ .mdsicon-line-spmlocalsurface:before {
4812
+ content: "\E800";
4813
+ }
4814
+ .mdsicon-line-bold:before {
4815
+ content: "\E7F7";
4816
+ }
4817
+ .mdsicon-line-right1:before {
4818
+ content: "\E7F8";
4819
+ }
4820
+ .mdsicon-line-left1:before {
4821
+ content: "\E7F9";
4822
+ }
4823
+ .mdsicon-line-center1:before {
4824
+ content: "\E7FA";
4825
+ }
4733
4826
  .mdsicon-line-macropool1:before {
4734
4827
  content: "\E7F6";
4735
4828
  }
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,99 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4769
+ .mdsicon-line-constant:before {
4770
+ content: "\E7FE";
4771
+ }
4772
+ .mdsicon-line-processview:before {
4773
+ content: "\E808";
4774
+ }
4775
+ .mdsicon-line-relationalview:before {
4776
+ content: "\E809";
4777
+ }
4778
+ .mdsicon-line-datasheet:before {
4779
+ content: "\E806";
4780
+ }
4781
+ .mdsicon-line-linkview:before {
4782
+ content: "\E807";
4783
+ }
4784
+ .mdsicon-line-synchronization:before {
4785
+ content: "\E801";
4786
+ }
4787
+ .mdsicon-line-detailedlist:before {
4788
+ content: "\E802";
4789
+ }
4790
+ .mdsicon-line-bigdataplatformtable:before {
4791
+ content: "\E803";
4792
+ }
4793
+ .mdsicon-line-summarysheet:before {
4794
+ content: "\E804";
4795
+ }
4796
+ .mdsicon-line-historicalrecord:before {
4797
+ content: "\E805";
4798
+ }
4799
+ .mdsicon-line-maintenancedata:before {
4800
+ content: "\E7FB";
4801
+ }
4802
+ .mdsicon-line-accountingscheme:before {
4803
+ content: "\E7FC";
4804
+ }
4805
+ .mdsicon-line-edition:before {
4806
+ content: "\E7FD";
4807
+ }
4808
+ .mdsicon-line-performancechart:before {
4809
+ content: "\E7FF";
4810
+ }
4811
+ .mdsicon-line-spmlocalsurface:before {
4812
+ content: "\E800";
4813
+ }
4814
+ .mdsicon-line-bold:before {
4815
+ content: "\E7F7";
4816
+ }
4817
+ .mdsicon-line-right1:before {
4818
+ content: "\E7F8";
4819
+ }
4820
+ .mdsicon-line-left1:before {
4821
+ content: "\E7F9";
4822
+ }
4823
+ .mdsicon-line-center1:before {
4824
+ content: "\E7FA";
4825
+ }
4733
4826
  .mdsicon-line-macropool1:before {
4734
4827
  content: "\E7F6";
4735
4828
  }
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,99 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4769
+ .mdsicon-line-constant:before {
4770
+ content: "\E7FE";
4771
+ }
4772
+ .mdsicon-line-processview:before {
4773
+ content: "\E808";
4774
+ }
4775
+ .mdsicon-line-relationalview:before {
4776
+ content: "\E809";
4777
+ }
4778
+ .mdsicon-line-datasheet:before {
4779
+ content: "\E806";
4780
+ }
4781
+ .mdsicon-line-linkview:before {
4782
+ content: "\E807";
4783
+ }
4784
+ .mdsicon-line-synchronization:before {
4785
+ content: "\E801";
4786
+ }
4787
+ .mdsicon-line-detailedlist:before {
4788
+ content: "\E802";
4789
+ }
4790
+ .mdsicon-line-bigdataplatformtable:before {
4791
+ content: "\E803";
4792
+ }
4793
+ .mdsicon-line-summarysheet:before {
4794
+ content: "\E804";
4795
+ }
4796
+ .mdsicon-line-historicalrecord:before {
4797
+ content: "\E805";
4798
+ }
4799
+ .mdsicon-line-maintenancedata:before {
4800
+ content: "\E7FB";
4801
+ }
4802
+ .mdsicon-line-accountingscheme:before {
4803
+ content: "\E7FC";
4804
+ }
4805
+ .mdsicon-line-edition:before {
4806
+ content: "\E7FD";
4807
+ }
4808
+ .mdsicon-line-performancechart:before {
4809
+ content: "\E7FF";
4810
+ }
4811
+ .mdsicon-line-spmlocalsurface:before {
4812
+ content: "\E800";
4813
+ }
4814
+ .mdsicon-line-bold:before {
4815
+ content: "\E7F7";
4816
+ }
4817
+ .mdsicon-line-right1:before {
4818
+ content: "\E7F8";
4819
+ }
4820
+ .mdsicon-line-left1:before {
4821
+ content: "\E7F9";
4822
+ }
4823
+ .mdsicon-line-center1:before {
4824
+ content: "\E7FA";
4825
+ }
4733
4826
  .mdsicon-line-macropool1:before {
4734
4827
  content: "\E7F6";
4735
4828
  }
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,99 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4769
+ .mdsicon-line-constant:before {
4770
+ content: "\E7FE";
4771
+ }
4772
+ .mdsicon-line-processview:before {
4773
+ content: "\E808";
4774
+ }
4775
+ .mdsicon-line-relationalview:before {
4776
+ content: "\E809";
4777
+ }
4778
+ .mdsicon-line-datasheet:before {
4779
+ content: "\E806";
4780
+ }
4781
+ .mdsicon-line-linkview:before {
4782
+ content: "\E807";
4783
+ }
4784
+ .mdsicon-line-synchronization:before {
4785
+ content: "\E801";
4786
+ }
4787
+ .mdsicon-line-detailedlist:before {
4788
+ content: "\E802";
4789
+ }
4790
+ .mdsicon-line-bigdataplatformtable:before {
4791
+ content: "\E803";
4792
+ }
4793
+ .mdsicon-line-summarysheet:before {
4794
+ content: "\E804";
4795
+ }
4796
+ .mdsicon-line-historicalrecord:before {
4797
+ content: "\E805";
4798
+ }
4799
+ .mdsicon-line-maintenancedata:before {
4800
+ content: "\E7FB";
4801
+ }
4802
+ .mdsicon-line-accountingscheme:before {
4803
+ content: "\E7FC";
4804
+ }
4805
+ .mdsicon-line-edition:before {
4806
+ content: "\E7FD";
4807
+ }
4808
+ .mdsicon-line-performancechart:before {
4809
+ content: "\E7FF";
4810
+ }
4811
+ .mdsicon-line-spmlocalsurface:before {
4812
+ content: "\E800";
4813
+ }
4814
+ .mdsicon-line-bold:before {
4815
+ content: "\E7F7";
4816
+ }
4817
+ .mdsicon-line-right1:before {
4818
+ content: "\E7F8";
4819
+ }
4820
+ .mdsicon-line-left1:before {
4821
+ content: "\E7F9";
4822
+ }
4823
+ .mdsicon-line-center1:before {
4824
+ content: "\E7FA";
4825
+ }
4733
4826
  .mdsicon-line-macropool1:before {
4734
4827
  content: "\E7F6";
4735
4828
  }
@@ -560,7 +560,7 @@ samp {
560
560
  font-display: auto;
561
561
  font-style: normal;
562
562
  /* project id 1921203 */
563
- src: url(/dist/font/iconfont.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
563
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
564
564
  }
565
565
  .mdsicon {
566
566
  display: inline-block;
@@ -4736,6 +4736,99 @@ samp {
4736
4736
  display: inline-block;
4737
4737
  animation: loadingCircle 6s infinite linear;
4738
4738
  }
4739
+ .mdsicon-line-otherinformation:before {
4740
+ content: "\E811";
4741
+ }
4742
+ .mdsicon-line-textmessage:before {
4743
+ content: "\E812";
4744
+ }
4745
+ .mdsicon-line-packup:before {
4746
+ content: "\E813";
4747
+ }
4748
+ .mdsicon-line-basicinformation:before {
4749
+ content: "\E814";
4750
+ }
4751
+ .mdsicon-line-unfold1:before {
4752
+ content: "\E815";
4753
+ }
4754
+ .mdsicon-line-all:before {
4755
+ content: "\E80D";
4756
+ }
4757
+ .mdsicon-line-border:before {
4758
+ content: "\E80E";
4759
+ }
4760
+ .mdsicon-line-row:before {
4761
+ content: "\E80F";
4762
+ }
4763
+ .mdsicon-line-list1:before {
4764
+ content: "\E810";
4765
+ }
4766
+ .mdsicon-line-even2:before {
4767
+ content: "\E80C";
4768
+ }
4769
+ .mdsicon-line-even:before {
4770
+ content: "\E80B";
4771
+ }
4772
+ .mdsicon-line-drag1:before {
4773
+ content: "\E80A";
4774
+ }
4775
+ .mdsicon-line-constant:before {
4776
+ content: "\E7FE";
4777
+ }
4778
+ .mdsicon-line-processview:before {
4779
+ content: "\E808";
4780
+ }
4781
+ .mdsicon-line-relationalview:before {
4782
+ content: "\E809";
4783
+ }
4784
+ .mdsicon-line-datasheet:before {
4785
+ content: "\E806";
4786
+ }
4787
+ .mdsicon-line-linkview:before {
4788
+ content: "\E807";
4789
+ }
4790
+ .mdsicon-line-synchronization:before {
4791
+ content: "\E801";
4792
+ }
4793
+ .mdsicon-line-detailedlist:before {
4794
+ content: "\E802";
4795
+ }
4796
+ .mdsicon-line-bigdataplatformtable:before {
4797
+ content: "\E803";
4798
+ }
4799
+ .mdsicon-line-summarysheet:before {
4800
+ content: "\E804";
4801
+ }
4802
+ .mdsicon-line-historicalrecord:before {
4803
+ content: "\E805";
4804
+ }
4805
+ .mdsicon-line-maintenancedata:before {
4806
+ content: "\E7FB";
4807
+ }
4808
+ .mdsicon-line-accountingscheme:before {
4809
+ content: "\E7FC";
4810
+ }
4811
+ .mdsicon-line-edition:before {
4812
+ content: "\E7FD";
4813
+ }
4814
+ .mdsicon-line-performancechart:before {
4815
+ content: "\E7FF";
4816
+ }
4817
+ .mdsicon-line-spmlocalsurface:before {
4818
+ content: "\E800";
4819
+ }
4820
+ .mdsicon-line-bold:before {
4821
+ content: "\E7F7";
4822
+ }
4823
+ .mdsicon-line-right1:before {
4824
+ content: "\E7F8";
4825
+ }
4826
+ .mdsicon-line-left1:before {
4827
+ content: "\E7F9";
4828
+ }
4829
+ .mdsicon-line-center1:before {
4830
+ content: "\E7FA";
4831
+ }
4739
4832
  .mdsicon-line-macropool1:before {
4740
4833
  content: "\E7F6";
4741
4834
  }
@@ -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.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,99 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4769
+ .mdsicon-line-constant:before {
4770
+ content: "\E7FE";
4771
+ }
4772
+ .mdsicon-line-processview:before {
4773
+ content: "\E808";
4774
+ }
4775
+ .mdsicon-line-relationalview:before {
4776
+ content: "\E809";
4777
+ }
4778
+ .mdsicon-line-datasheet:before {
4779
+ content: "\E806";
4780
+ }
4781
+ .mdsicon-line-linkview:before {
4782
+ content: "\E807";
4783
+ }
4784
+ .mdsicon-line-synchronization:before {
4785
+ content: "\E801";
4786
+ }
4787
+ .mdsicon-line-detailedlist:before {
4788
+ content: "\E802";
4789
+ }
4790
+ .mdsicon-line-bigdataplatformtable:before {
4791
+ content: "\E803";
4792
+ }
4793
+ .mdsicon-line-summarysheet:before {
4794
+ content: "\E804";
4795
+ }
4796
+ .mdsicon-line-historicalrecord:before {
4797
+ content: "\E805";
4798
+ }
4799
+ .mdsicon-line-maintenancedata:before {
4800
+ content: "\E7FB";
4801
+ }
4802
+ .mdsicon-line-accountingscheme:before {
4803
+ content: "\E7FC";
4804
+ }
4805
+ .mdsicon-line-edition:before {
4806
+ content: "\E7FD";
4807
+ }
4808
+ .mdsicon-line-performancechart:before {
4809
+ content: "\E7FF";
4810
+ }
4811
+ .mdsicon-line-spmlocalsurface:before {
4812
+ content: "\E800";
4813
+ }
4814
+ .mdsicon-line-bold:before {
4815
+ content: "\E7F7";
4816
+ }
4817
+ .mdsicon-line-right1:before {
4818
+ content: "\E7F8";
4819
+ }
4820
+ .mdsicon-line-left1:before {
4821
+ content: "\E7F9";
4822
+ }
4823
+ .mdsicon-line-center1:before {
4824
+ content: "\E7FA";
4825
+ }
4733
4826
  .mdsicon-line-macropool1:before {
4734
4827
  content: "\E7F6";
4735
4828
  }