@mdsfe/mds-ui 0.3.0-13 → 0.3.0-14

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 (120) hide show
  1. package/dist/_util/iconfont/index.js +7 -7
  2. package/dist/affix.js +6 -6
  3. package/dist/alert.js +6 -6
  4. package/dist/anchor.js +6 -6
  5. package/dist/avatar.js +6 -6
  6. package/dist/backtop.js +8 -8
  7. package/dist/badge.js +10 -10
  8. package/dist/bordershadow.js +6 -6
  9. package/dist/breadcrumb.js +6 -6
  10. package/dist/button.js +6 -6
  11. package/dist/card.js +6 -6
  12. package/dist/carousel.js +8 -8
  13. package/dist/cascader.js +16 -16
  14. package/dist/cascaderpanel.js +16 -16
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +8 -8
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +812 -34
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +6 -6
  24. package/dist/font/iconfont.9936847.woff2 +0 -0
  25. package/dist/font/iconfont.b0a8d88.woff +0 -0
  26. package/dist/font/{iconfont.0672cda.ttf → iconfont.d4ec0db.ttf} +0 -0
  27. package/dist/font.js +6 -6
  28. package/dist/form.js +13 -13
  29. package/dist/icon.js +6 -6
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +6 -6
  32. package/dist/inputnumber.js +6 -6
  33. package/dist/layout.js +6 -6
  34. package/dist/list.js +6 -6
  35. package/dist/loading.js +6 -6
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1569 -1371
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1094 -1094
  40. package/dist/modal.js +11 -11
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +59 -59
  43. package/dist/popconfirm.js +29 -29
  44. package/dist/popover.js +18 -18
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +6 -6
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +8 -8
  49. package/dist/select.js +18 -18
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +24 -24
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +85 -1
  54. package/dist/style/alert.css +85 -1
  55. package/dist/style/anchor.css +85 -1
  56. package/dist/style/avatar.css +85 -1
  57. package/dist/style/badge.css +85 -1
  58. package/dist/style/bordershadow.css +85 -1
  59. package/dist/style/breadcrumb.css +85 -1
  60. package/dist/style/button.css +85 -1
  61. package/dist/style/card.css +85 -1
  62. package/dist/style/carousel.css +85 -1
  63. package/dist/style/checkbox.css +85 -1
  64. package/dist/style/col.css +85 -1
  65. package/dist/style/collapse.css +85 -1
  66. package/dist/style/color.css +85 -1
  67. package/dist/style/datepicker.css +85 -1
  68. package/dist/style/divider.css +85 -1
  69. package/dist/style/drawer.css +85 -1
  70. package/dist/style/dropdown.css +85 -1
  71. package/dist/style/empty.css +85 -1
  72. package/dist/style/font.css +85 -1
  73. package/dist/style/form.css +85 -1
  74. package/dist/style/icon.css +85 -1
  75. package/dist/style/input.css +85 -1
  76. package/dist/style/inputnumber.css +85 -1
  77. package/dist/style/layout.css +85 -1
  78. package/dist/style/list.css +85 -1
  79. package/dist/style/loading.css +85 -1
  80. package/dist/style/menu.css +85 -1
  81. package/dist/style/modal.css +85 -1
  82. package/dist/style/notification.css +85 -1
  83. package/dist/style/pagination.css +85 -1
  84. package/dist/style/popconfirm.css +85 -1
  85. package/dist/style/popover.css +85 -1
  86. package/dist/style/progress.css +85 -1
  87. package/dist/style/radio.css +85 -1
  88. package/dist/style/rate.css +85 -1
  89. package/dist/style/row.css +85 -1
  90. package/dist/style/select.css +85 -1
  91. package/dist/style/slider.css +85 -1
  92. package/dist/style/slottable.css +85 -1
  93. package/dist/style/steps.css +85 -1
  94. package/dist/style/switch.css +85 -1
  95. package/dist/style/table.css +85 -1
  96. package/dist/style/tabs.css +85 -1
  97. package/dist/style/tag.css +85 -1
  98. package/dist/style/text.css +85 -1
  99. package/dist/style/timeline.css +85 -1
  100. package/dist/style/timepicker.css +85 -1
  101. package/dist/style/tooltip.css +85 -1
  102. package/dist/style/tree.css +85 -1
  103. package/dist/style/typography.css +85 -1
  104. package/dist/style/upload.css +85 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +374 -374
  107. package/dist/tabs.js +6 -6
  108. package/dist/tag.js +6 -6
  109. package/dist/text.js +6 -6
  110. package/dist/timeline.js +6 -6
  111. package/dist/timepicker.js +16 -16
  112. package/dist/tooltip.js +4 -4
  113. package/dist/transfer.js +6 -6
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +6 -6
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +10 -10
  118. package/package.json +2 -1
  119. package/dist/font/iconfont.3b8c48b.woff +0 -0
  120. package/dist/font/iconfont.79f88de.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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
2860
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
2861
2861
  }
2862
2862
  .mdsicon {
2863
2863
  display: inline-block;
@@ -7033,6 +7033,90 @@ samp {
7033
7033
  display: inline-block;
7034
7034
  animation: loadingCircle 6s infinite linear;
7035
7035
  }
7036
+ .mdsicon-line-conditionlabel:before {
7037
+ content: "\EDC3";
7038
+ }
7039
+ .mdsicon-line-text:before {
7040
+ content: "\EDC4";
7041
+ }
7042
+ .mdsicon-line-splitting:before {
7043
+ content: "\EDBF";
7044
+ }
7045
+ .mdsicon-line-stringconcatenation:before {
7046
+ content: "\EDC0";
7047
+ }
7048
+ .mdsicon-line-summary:before {
7049
+ content: "\EDC1";
7050
+ }
7051
+ .mdsicon-line-table:before {
7052
+ content: "\EDC2";
7053
+ }
7054
+ .mdsicon-line-linebreaks:before {
7055
+ content: "\EDB9";
7056
+ }
7057
+ .mdsicon-line-integer:before {
7058
+ content: "\EDBA";
7059
+ }
7060
+ .mdsicon-line-interval:before {
7061
+ content: "\EDBB";
7062
+ }
7063
+ .mdsicon-line-percentage:before {
7064
+ content: "\EDBC";
7065
+ }
7066
+ .mdsicon-line-removeduplicates:before {
7067
+ content: "\EDBD";
7068
+ }
7069
+ .mdsicon-line-sort:before {
7070
+ content: "\EDBE";
7071
+ }
7072
+ .mdsicon-line-formula:before {
7073
+ content: "\EDB4";
7074
+ }
7075
+ .mdsicon-line-formula2:before {
7076
+ content: "\EDB5";
7077
+ }
7078
+ .mdsicon-line-filterconditions:before {
7079
+ content: "\EDB6";
7080
+ }
7081
+ .mdsicon-line-groupsettings:before {
7082
+ content: "\EDB7";
7083
+ }
7084
+ .mdsicon-line-function:before {
7085
+ content: "\EDB8";
7086
+ }
7087
+ .mdsicon-line-field:before {
7088
+ content: "\EDAE";
7089
+ }
7090
+ .mdsicon-line-add3:before {
7091
+ content: "\EDAF";
7092
+ }
7093
+ .mdsicon-line-duplicateremoval:before {
7094
+ content: "\EDB0";
7095
+ }
7096
+ .mdsicon-line-enumeration:before {
7097
+ content: "\EDB1";
7098
+ }
7099
+ .mdsicon-line-date:before {
7100
+ content: "\EDB2";
7101
+ }
7102
+ .mdsicon-line-assignment:before {
7103
+ content: "\EDB3";
7104
+ }
7105
+ .mdsicon-line-ceiling:before {
7106
+ content: "\EDA9";
7107
+ }
7108
+ .mdsicon-line-datasettings:before {
7109
+ content: "\EDAA";
7110
+ }
7111
+ .mdsicon-line-decimalnumber:before {
7112
+ content: "\EDAB";
7113
+ }
7114
+ .mdsicon-line-associationrelationship:before {
7115
+ content: "\EDAC";
7116
+ }
7117
+ .mdsicon-line-columnarization:before {
7118
+ content: "\EDAD";
7119
+ }
7036
7120
  .mdsicon-line-allocation:before {
7037
7121
  content: "\E621";
7038
7122
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }
@@ -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.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }