@mdsfe/mds-ui 0.3.0-23 → 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.dffa89c.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.06c8a26.woff +0 -0
  117. package/dist/font/iconfont.c9840a2.woff2 +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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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
  }
@@ -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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.ttf) format('truetype');
771
+ 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');
772
772
  }
773
773
  .mdsicon {
774
774
  display: inline-block;
@@ -4944,6 +4944,57 @@ samp {
4944
4944
  display: inline-block;
4945
4945
  animation: loadingCircle 6s infinite linear;
4946
4946
  }
4947
+ .mdsicon-line-unfold2:before {
4948
+ content: "\EDDB";
4949
+ }
4950
+ .mdsicon-line-workplace-security:before {
4951
+ content: "\EDDC";
4952
+ }
4953
+ .mdsicon-line-administrativebudget:before {
4954
+ content: "\EDDD";
4955
+ }
4956
+ .mdsicon-line-hide:before {
4957
+ content: "\EDDE";
4958
+ }
4959
+ .mdsicon-line-conferenceroom:before {
4960
+ content: "\EDDF";
4961
+ }
4962
+ .mdsicon-line-other:before {
4963
+ content: "\EDE0";
4964
+ }
4965
+ .mdsicon-line-property:before {
4966
+ content: "\EDD6";
4967
+ }
4968
+ .mdsicon-line-workbench2x:before {
4969
+ content: "\EDD7";
4970
+ }
4971
+ .mdsicon-line-contractmanagement:before {
4972
+ content: "\EDD8";
4973
+ }
4974
+ .mdsicon-line-workbench:before {
4975
+ content: "\EDD9";
4976
+ }
4977
+ .mdsicon-line-systemmanagement:before {
4978
+ content: "\EDDA";
4979
+ }
4980
+ .mdsicon-line-assetsmanagement:before {
4981
+ content: "\EDD2";
4982
+ }
4983
+ .mdsicon-line-repository:before {
4984
+ content: "\EDD3";
4985
+ }
4986
+ .mdsicon-line-inspection:before {
4987
+ content: "\EDD4";
4988
+ }
4989
+ .mdsicon-line-travelmanagement:before {
4990
+ content: "\EDD5";
4991
+ }
4992
+ .mdsicon-line-workplacespace:before {
4993
+ content: "\EDD0";
4994
+ }
4995
+ .mdsicon-line-material:before {
4996
+ content: "\EDD1";
4997
+ }
4947
4998
  .mdsicon-line-leftarrow:before {
4948
4999
  content: "\EDCD";
4949
5000
  }
@@ -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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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
  }
@@ -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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.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
  }
@@ -2857,7 +2857,7 @@ samp {
2857
2857
  font-display: auto;
2858
2858
  font-style: normal;
2859
2859
  /* project id 1921203 */
2860
- src: url(/dist/font/iconfont.c9840a2.woff2) format('woff2'), url(/dist/font/iconfont.06c8a26.woff) format('woff'), url(/dist/font/iconfont.dffa89c.ttf) format('truetype');
2860
+ 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');
2861
2861
  }
2862
2862
  .mdsicon {
2863
2863
  display: inline-block;
@@ -7033,6 +7033,57 @@ samp {
7033
7033
  display: inline-block;
7034
7034
  animation: loadingCircle 6s infinite linear;
7035
7035
  }
7036
+ .mdsicon-line-unfold2:before {
7037
+ content: "\EDDB";
7038
+ }
7039
+ .mdsicon-line-workplace-security:before {
7040
+ content: "\EDDC";
7041
+ }
7042
+ .mdsicon-line-administrativebudget:before {
7043
+ content: "\EDDD";
7044
+ }
7045
+ .mdsicon-line-hide:before {
7046
+ content: "\EDDE";
7047
+ }
7048
+ .mdsicon-line-conferenceroom:before {
7049
+ content: "\EDDF";
7050
+ }
7051
+ .mdsicon-line-other:before {
7052
+ content: "\EDE0";
7053
+ }
7054
+ .mdsicon-line-property:before {
7055
+ content: "\EDD6";
7056
+ }
7057
+ .mdsicon-line-workbench2x:before {
7058
+ content: "\EDD7";
7059
+ }
7060
+ .mdsicon-line-contractmanagement:before {
7061
+ content: "\EDD8";
7062
+ }
7063
+ .mdsicon-line-workbench:before {
7064
+ content: "\EDD9";
7065
+ }
7066
+ .mdsicon-line-systemmanagement:before {
7067
+ content: "\EDDA";
7068
+ }
7069
+ .mdsicon-line-assetsmanagement:before {
7070
+ content: "\EDD2";
7071
+ }
7072
+ .mdsicon-line-repository:before {
7073
+ content: "\EDD3";
7074
+ }
7075
+ .mdsicon-line-inspection:before {
7076
+ content: "\EDD4";
7077
+ }
7078
+ .mdsicon-line-travelmanagement:before {
7079
+ content: "\EDD5";
7080
+ }
7081
+ .mdsicon-line-workplacespace:before {
7082
+ content: "\EDD0";
7083
+ }
7084
+ .mdsicon-line-material:before {
7085
+ content: "\EDD1";
7086
+ }
7036
7087
  .mdsicon-line-leftarrow:before {
7037
7088
  content: "\EDCD";
7038
7089
  }