@mdsfe/mds-ui 0.3.0-22 → 0.3.0-24

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 (117) hide show
  1. package/dist/_util/iconfont/index.js +4 -4
  2. package/dist/affix.js +20 -25
  3. package/dist/alert.js +20 -25
  4. package/dist/anchor.js +32 -40
  5. package/dist/avatar.js +20 -25
  6. package/dist/backtop.js +20 -25
  7. package/dist/badge.js +25 -30
  8. package/dist/bordershadow.js +20 -25
  9. package/dist/breadcrumb.js +32 -40
  10. package/dist/button.js +32 -40
  11. package/dist/card.js +32 -40
  12. package/dist/carousel.js +32 -40
  13. package/dist/cascader.js +56 -73
  14. package/dist/cascaderpanel.js +39 -50
  15. package/dist/checkbox.js +32 -40
  16. package/dist/col.js +32 -40
  17. package/dist/collapse.js +32 -40
  18. package/dist/color.js +20 -25
  19. package/dist/datepicker.js +147 -185
  20. package/dist/divider.js +20 -25
  21. package/dist/drawer.js +20 -25
  22. package/dist/dropdown.js +32 -40
  23. package/dist/empty.js +20 -25
  24. package/dist/font/iconfont.2c8c70b.woff2 +0 -0
  25. package/dist/font/{iconfont.bf5c999.ttf → iconfont.701a9e4.ttf} +0 -0
  26. package/dist/font/iconfont.919a156.woff +0 -0
  27. package/dist/font.js +20 -25
  28. package/dist/form.js +32 -40
  29. package/dist/icon.js +20 -25
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +42 -56
  32. package/dist/inputnumber.js +20 -25
  33. package/dist/layout.js +68 -85
  34. package/dist/list.js +32 -40
  35. package/dist/loading.js +20 -25
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +3175 -2687
  38. package/dist/menu.js +56 -70
  39. package/dist/message.js +44 -55
  40. package/dist/modal.js +20 -25
  41. package/dist/notification.js +37 -45
  42. package/dist/pagination.js +44 -55
  43. package/dist/popover.js +20 -25
  44. package/dist/progress.js +45 -56
  45. package/dist/radio.js +35 -43
  46. package/dist/rate.js +32 -40
  47. package/dist/row.js +32 -40
  48. package/dist/select.js +63 -80
  49. package/dist/slider.js +36 -44
  50. package/dist/slottable.js +30 -38
  51. package/dist/style/affix.css +52 -1
  52. package/dist/style/alert.css +52 -1
  53. package/dist/style/anchor.css +52 -1
  54. package/dist/style/avatar.css +52 -1
  55. package/dist/style/badge.css +54 -3
  56. package/dist/style/bordershadow.css +52 -1
  57. package/dist/style/breadcrumb.css +52 -1
  58. package/dist/style/button.css +52 -1
  59. package/dist/style/card.css +52 -1
  60. package/dist/style/carousel.css +52 -1
  61. package/dist/style/checkbox.css +52 -1
  62. package/dist/style/col.css +52 -1
  63. package/dist/style/collapse.css +52 -1
  64. package/dist/style/color.css +52 -1
  65. package/dist/style/datepicker.css +52 -1
  66. package/dist/style/divider.css +52 -1
  67. package/dist/style/drawer.css +52 -1
  68. package/dist/style/dropdown.css +52 -1
  69. package/dist/style/empty.css +52 -1
  70. package/dist/style/font.css +52 -1
  71. package/dist/style/form.css +52 -1
  72. package/dist/style/icon.css +52 -1
  73. package/dist/style/input.css +52 -1
  74. package/dist/style/inputnumber.css +52 -1
  75. package/dist/style/layout.css +52 -1
  76. package/dist/style/list.css +52 -1
  77. package/dist/style/loading.css +52 -1
  78. package/dist/style/menu.css +52 -1
  79. package/dist/style/modal.css +52 -1
  80. package/dist/style/notification.css +56 -5
  81. package/dist/style/pagination.css +52 -1
  82. package/dist/style/popconfirm.css +52 -1
  83. package/dist/style/popover.css +52 -1
  84. package/dist/style/progress.css +52 -1
  85. package/dist/style/radio.css +52 -1
  86. package/dist/style/rate.css +52 -1
  87. package/dist/style/row.css +52 -1
  88. package/dist/style/select.css +52 -1
  89. package/dist/style/slider.css +52 -1
  90. package/dist/style/slottable.css +52 -1
  91. package/dist/style/steps.css +52 -1
  92. package/dist/style/switch.css +52 -1
  93. package/dist/style/table.css +52 -1
  94. package/dist/style/tabs.css +52 -1
  95. package/dist/style/tag.css +52 -1
  96. package/dist/style/text.css +52 -1
  97. package/dist/style/timeline.css +52 -1
  98. package/dist/style/timepicker.css +52 -1
  99. package/dist/style/tooltip.css +52 -1
  100. package/dist/style/tree.css +52 -1
  101. package/dist/style/typography.css +52 -1
  102. package/dist/style/upload.css +52 -1
  103. package/dist/switch.js +20 -25
  104. package/dist/table.js +135 -170
  105. package/dist/tabs.js +74 -97
  106. package/dist/tag.js +20 -25
  107. package/dist/text.js +51 -65
  108. package/dist/timeline.js +32 -40
  109. package/dist/timepicker.js +50 -67
  110. package/dist/transfer.js +44 -55
  111. package/dist/tree.js +32 -40
  112. package/dist/typography.js +32 -40
  113. package/dist/upload.js +73 -93
  114. package/package.json +1 -1
  115. package/CHANGELOG.md +0 -1013
  116. package/dist/font/iconfont.ba42e6f.woff +0 -0
  117. package/dist/font/iconfont.d8e6666.woff2 +0 -0
@@ -566,7 +566,7 @@ samp {
566
566
  font-display: auto;
567
567
  font-style: normal;
568
568
  /* project id 1921203 */
569
- src: url(/dist/font/iconfont.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
569
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
570
570
  }
571
571
  .mdsicon {
572
572
  display: inline-block;
@@ -4742,6 +4742,57 @@ samp {
4742
4742
  display: inline-block;
4743
4743
  animation: loadingCircle 6s infinite linear;
4744
4744
  }
4745
+ .mdsicon-line-unfold2:before {
4746
+ content: "\EDDB";
4747
+ }
4748
+ .mdsicon-line-workplace-security:before {
4749
+ content: "\EDDC";
4750
+ }
4751
+ .mdsicon-line-administrativebudget:before {
4752
+ content: "\EDDD";
4753
+ }
4754
+ .mdsicon-line-hide:before {
4755
+ content: "\EDDE";
4756
+ }
4757
+ .mdsicon-line-conferenceroom:before {
4758
+ content: "\EDDF";
4759
+ }
4760
+ .mdsicon-line-other:before {
4761
+ content: "\EDE0";
4762
+ }
4763
+ .mdsicon-line-property:before {
4764
+ content: "\EDD6";
4765
+ }
4766
+ .mdsicon-line-workbench2x:before {
4767
+ content: "\EDD7";
4768
+ }
4769
+ .mdsicon-line-contractmanagement:before {
4770
+ content: "\EDD8";
4771
+ }
4772
+ .mdsicon-line-workbench:before {
4773
+ content: "\EDD9";
4774
+ }
4775
+ .mdsicon-line-systemmanagement:before {
4776
+ content: "\EDDA";
4777
+ }
4778
+ .mdsicon-line-assetsmanagement:before {
4779
+ content: "\EDD2";
4780
+ }
4781
+ .mdsicon-line-repository:before {
4782
+ content: "\EDD3";
4783
+ }
4784
+ .mdsicon-line-inspection:before {
4785
+ content: "\EDD4";
4786
+ }
4787
+ .mdsicon-line-travelmanagement:before {
4788
+ content: "\EDD5";
4789
+ }
4790
+ .mdsicon-line-workplacespace:before {
4791
+ content: "\EDD0";
4792
+ }
4793
+ .mdsicon-line-material:before {
4794
+ content: "\EDD1";
4795
+ }
4745
4796
  .mdsicon-line-leftarrow:before {
4746
4797
  content: "\EDCD";
4747
4798
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,57 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-unfold2:before {
4734
+ content: "\EDDB";
4735
+ }
4736
+ .mdsicon-line-workplace-security:before {
4737
+ content: "\EDDC";
4738
+ }
4739
+ .mdsicon-line-administrativebudget:before {
4740
+ content: "\EDDD";
4741
+ }
4742
+ .mdsicon-line-hide:before {
4743
+ content: "\EDDE";
4744
+ }
4745
+ .mdsicon-line-conferenceroom:before {
4746
+ content: "\EDDF";
4747
+ }
4748
+ .mdsicon-line-other:before {
4749
+ content: "\EDE0";
4750
+ }
4751
+ .mdsicon-line-property:before {
4752
+ content: "\EDD6";
4753
+ }
4754
+ .mdsicon-line-workbench2x:before {
4755
+ content: "\EDD7";
4756
+ }
4757
+ .mdsicon-line-contractmanagement:before {
4758
+ content: "\EDD8";
4759
+ }
4760
+ .mdsicon-line-workbench:before {
4761
+ content: "\EDD9";
4762
+ }
4763
+ .mdsicon-line-systemmanagement:before {
4764
+ content: "\EDDA";
4765
+ }
4766
+ .mdsicon-line-assetsmanagement:before {
4767
+ content: "\EDD2";
4768
+ }
4769
+ .mdsicon-line-repository:before {
4770
+ content: "\EDD3";
4771
+ }
4772
+ .mdsicon-line-inspection:before {
4773
+ content: "\EDD4";
4774
+ }
4775
+ .mdsicon-line-travelmanagement:before {
4776
+ content: "\EDD5";
4777
+ }
4778
+ .mdsicon-line-workplacespace:before {
4779
+ content: "\EDD0";
4780
+ }
4781
+ .mdsicon-line-material:before {
4782
+ content: "\EDD1";
4783
+ }
4733
4784
  .mdsicon-line-leftarrow:before {
4734
4785
  content: "\EDCD";
4735
4786
  }