@mdsfe/mds-ui 0.3.0-2 → 0.3.0-20

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 (107) hide show
  1. package/CHANGELOG.md +1013 -0
  2. package/dist/_util/iconfont/index.js +7 -7
  3. package/dist/anchor.js +2 -2
  4. package/dist/bordershadow.js +2 -2
  5. package/dist/breadcrumb.js +2 -2
  6. package/dist/card.js +2 -2
  7. package/dist/carousel.js +18 -18
  8. package/dist/cascader.js +26 -26
  9. package/dist/cascaderpanel.js +30 -30
  10. package/dist/checkbox.js +6 -6
  11. package/dist/col.js +10 -10
  12. package/dist/collapse.js +2 -2
  13. package/dist/datepicker.js +644 -222
  14. package/dist/divider.js +2 -2
  15. package/dist/drawer.js +17 -17
  16. package/dist/dropdown.js +6 -6
  17. package/dist/empty.js +11 -11
  18. package/dist/font/iconfont.ba42e6f.woff +0 -0
  19. package/dist/font/{iconfont.36c3afe.ttf → iconfont.bf5c999.ttf} +0 -0
  20. package/dist/font/iconfont.d8e6666.woff2 +0 -0
  21. package/dist/form.js +8 -8
  22. package/dist/index.js +1 -1
  23. package/dist/input.js +207 -54
  24. package/dist/inputnumber.js +4 -4
  25. package/dist/list.js +2 -2
  26. package/dist/loading.js +2 -2
  27. package/dist/mds-ui.min.css +1 -1
  28. package/dist/mds-ui.min.js +2037 -912
  29. package/dist/menu.js +23 -4
  30. package/dist/message.js +12 -12
  31. package/dist/modal.js +8 -8
  32. package/dist/notification.js +6 -6
  33. package/dist/pagination.js +17 -13
  34. package/dist/popconfirm.js +13 -13
  35. package/dist/popover.js +20 -20
  36. package/dist/radio.js +14 -14
  37. package/dist/rate.js +8 -8
  38. package/dist/row.js +10 -10
  39. package/dist/select.js +31 -31
  40. package/dist/slider.js +2 -2
  41. package/dist/slottable.js +19 -19
  42. package/dist/style/affix.css +382 -1
  43. package/dist/style/alert.css +382 -1
  44. package/dist/style/anchor.css +382 -1
  45. package/dist/style/avatar.css +382 -1
  46. package/dist/style/badge.css +382 -1
  47. package/dist/style/bordershadow.css +382 -1
  48. package/dist/style/breadcrumb.css +382 -1
  49. package/dist/style/button.css +382 -1
  50. package/dist/style/card.css +382 -1
  51. package/dist/style/carousel.css +382 -1
  52. package/dist/style/checkbox.css +382 -1
  53. package/dist/style/col.css +382 -1
  54. package/dist/style/collapse.css +382 -1
  55. package/dist/style/color.css +382 -1
  56. package/dist/style/datepicker.css +442 -1
  57. package/dist/style/divider.css +382 -1
  58. package/dist/style/drawer.css +382 -1
  59. package/dist/style/dropdown.css +382 -1
  60. package/dist/style/empty.css +382 -1
  61. package/dist/style/font.css +382 -1
  62. package/dist/style/form.css +382 -1
  63. package/dist/style/icon.css +382 -1
  64. package/dist/style/input.css +402 -7
  65. package/dist/style/inputnumber.css +382 -1
  66. package/dist/style/layout.css +382 -1
  67. package/dist/style/list.css +382 -1
  68. package/dist/style/loading.css +382 -1
  69. package/dist/style/menu.css +382 -1
  70. package/dist/style/modal.css +382 -1
  71. package/dist/style/notification.css +382 -1
  72. package/dist/style/pagination.css +402 -7
  73. package/dist/style/popconfirm.css +382 -1
  74. package/dist/style/popover.css +382 -1
  75. package/dist/style/progress.css +382 -1
  76. package/dist/style/radio.css +382 -1
  77. package/dist/style/rate.css +382 -1
  78. package/dist/style/row.css +382 -1
  79. package/dist/style/select.css +382 -1
  80. package/dist/style/slider.css +382 -1
  81. package/dist/style/slottable.css +382 -1
  82. package/dist/style/steps.css +382 -1
  83. package/dist/style/switch.css +382 -1
  84. package/dist/style/table.css +382 -1
  85. package/dist/style/tabs.css +382 -1
  86. package/dist/style/tag.css +382 -1
  87. package/dist/style/text.css +382 -1
  88. package/dist/style/timeline.css +382 -1
  89. package/dist/style/timepicker.css +382 -1
  90. package/dist/style/tooltip.css +382 -1
  91. package/dist/style/transfer.css +105 -0
  92. package/dist/style/tree.css +382 -1
  93. package/dist/style/typography.css +382 -1
  94. package/dist/style/upload.css +382 -1
  95. package/dist/switch.js +4 -4
  96. package/dist/table.js +27 -27
  97. package/dist/text.js +207 -54
  98. package/dist/timeline.js +2 -2
  99. package/dist/timepicker.js +32 -32
  100. package/dist/tooltip.js +19 -19
  101. package/dist/transfer.js +976 -22
  102. package/dist/tree.js +26 -26
  103. package/dist/typography.js +2 -2
  104. package/dist/upload.js +11 -11
  105. package/package.json +2 -1
  106. package/dist/font/iconfont.50be7d0.woff2 +0 -0
  107. package/dist/font/iconfont.f586f3d.woff +0 -0
@@ -570,7 +570,7 @@ samp {
570
570
  font-display: auto;
571
571
  font-style: normal;
572
572
  /* project id 1921203 */
573
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
573
+ 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');
574
574
  }
575
575
  .mdsicon {
576
576
  display: inline-block;
@@ -4746,6 +4746,351 @@ samp {
4746
4746
  display: inline-block;
4747
4747
  animation: loadingCircle 6s infinite linear;
4748
4748
  }
4749
+ .mdsicon-line-leftarrow:before {
4750
+ content: "\EDCD";
4751
+ }
4752
+ .mdsicon-line-rightarrow:before {
4753
+ content: "\EDCE";
4754
+ }
4755
+ .mdsicon-line-descendingorder:before {
4756
+ content: "\EDCB";
4757
+ }
4758
+ .mdsicon-line-filtrate:before {
4759
+ content: "\EDCC";
4760
+ }
4761
+ .mdsicon-line-button1:before {
4762
+ content: "\EDC7";
4763
+ }
4764
+ .mdsicon-line-ascendingorder:before {
4765
+ content: "\EDC8";
4766
+ }
4767
+ .mdsicon-line-list2:before {
4768
+ content: "\EDC9";
4769
+ }
4770
+ .mdsicon-line-datacard:before {
4771
+ content: "\EDCA";
4772
+ }
4773
+ .mdsicon-line_merge:before {
4774
+ content: "\EDC6";
4775
+ }
4776
+ .mdsicon-line-mergetopbottom:before {
4777
+ content: "\EDC5";
4778
+ }
4779
+ .mdsicon-line-conditionlabel:before {
4780
+ content: "\EDC3";
4781
+ }
4782
+ .mdsicon-line-text:before {
4783
+ content: "\EDC4";
4784
+ }
4785
+ .mdsicon-line-splitting:before {
4786
+ content: "\EDBF";
4787
+ }
4788
+ .mdsicon-line-stringconcatenation:before {
4789
+ content: "\EDC0";
4790
+ }
4791
+ .mdsicon-line-summary:before {
4792
+ content: "\EDC1";
4793
+ }
4794
+ .mdsicon-line-table:before {
4795
+ content: "\EDC2";
4796
+ }
4797
+ .mdsicon-line-linebreaks:before {
4798
+ content: "\EDB9";
4799
+ }
4800
+ .mdsicon-line-integer:before {
4801
+ content: "\EDBA";
4802
+ }
4803
+ .mdsicon-line-interval:before {
4804
+ content: "\EDBB";
4805
+ }
4806
+ .mdsicon-line-percentage:before {
4807
+ content: "\EDBC";
4808
+ }
4809
+ .mdsicon-line-removeduplicates:before {
4810
+ content: "\EDBD";
4811
+ }
4812
+ .mdsicon-line-sort:before {
4813
+ content: "\EDBE";
4814
+ }
4815
+ .mdsicon-line-formula:before {
4816
+ content: "\EDB4";
4817
+ }
4818
+ .mdsicon-line-formula2:before {
4819
+ content: "\EDB5";
4820
+ }
4821
+ .mdsicon-line-filterconditions:before {
4822
+ content: "\EDB6";
4823
+ }
4824
+ .mdsicon-line-groupsettings:before {
4825
+ content: "\EDB7";
4826
+ }
4827
+ .mdsicon-line-function:before {
4828
+ content: "\EDB8";
4829
+ }
4830
+ .mdsicon-line-field:before {
4831
+ content: "\EDAE";
4832
+ }
4833
+ .mdsicon-line-add3:before {
4834
+ content: "\EDAF";
4835
+ }
4836
+ .mdsicon-line-duplicateremoval:before {
4837
+ content: "\EDB0";
4838
+ }
4839
+ .mdsicon-line-enumeration:before {
4840
+ content: "\EDB1";
4841
+ }
4842
+ .mdsicon-line-date:before {
4843
+ content: "\EDB2";
4844
+ }
4845
+ .mdsicon-line-assignment:before {
4846
+ content: "\EDB3";
4847
+ }
4848
+ .mdsicon-line-ceiling:before {
4849
+ content: "\EDA9";
4850
+ }
4851
+ .mdsicon-line-datasettings:before {
4852
+ content: "\EDAA";
4853
+ }
4854
+ .mdsicon-line-decimalnumber:before {
4855
+ content: "\EDAB";
4856
+ }
4857
+ .mdsicon-line-associationrelationship:before {
4858
+ content: "\EDAC";
4859
+ }
4860
+ .mdsicon-line-columnarization:before {
4861
+ content: "\EDAD";
4862
+ }
4863
+ .mdsicon-line-allocation:before {
4864
+ content: "\E621";
4865
+ }
4866
+ .mdsicon-line-calendar-spreadallocation:before {
4867
+ content: "\E622";
4868
+ }
4869
+ .mdsicon-line-framework:before {
4870
+ content: "\E623";
4871
+ }
4872
+ .mdsicon-line-delete3:before {
4873
+ content: "\E624";
4874
+ }
4875
+ .mdsicon-line-update:before {
4876
+ content: "\E625";
4877
+ }
4878
+ .mdsicon-line-edit3:before {
4879
+ content: "\E626";
4880
+ }
4881
+ .mdsicon-line-balanceout:before {
4882
+ content: "\E627";
4883
+ }
4884
+ .mdsicon-line-fastbalanceout:before {
4885
+ content: "\E628";
4886
+ }
4887
+ .mdsicon-line-lightbulb:before {
4888
+ content: "\EDA8";
4889
+ }
4890
+ .mdsicon-line-textformat-bold:before {
4891
+ content: "\EDA6";
4892
+ }
4893
+ .mdsicon-line-textformat-italic:before {
4894
+ content: "\EDA7";
4895
+ }
4896
+ .mdsicon-line-set:before {
4897
+ content: "\EDA5";
4898
+ }
4899
+ .mdsicon-line-solidification:before {
4900
+ content: "\EDA4";
4901
+ }
4902
+ .mdsicon-line-horizontal:before {
4903
+ content: "\E831";
4904
+ }
4905
+ .mdsicon-line-milk:before {
4906
+ content: "\E832";
4907
+ }
4908
+ .mdsicon-line-radio-1:before {
4909
+ content: "\E833";
4910
+ }
4911
+ .mdsicon-line-city-10:before {
4912
+ content: "\E834";
4913
+ }
4914
+ .mdsicon-line-form:before {
4915
+ content: "\E835";
4916
+ }
4917
+ .mdsicon-line-hospital:before {
4918
+ content: "\E836";
4919
+ }
4920
+ .mdsicon-line-palace-1:before {
4921
+ content: "\E837";
4922
+ }
4923
+ .mdsicon-line-calendar4:before {
4924
+ content: "\E838";
4925
+ }
4926
+ .mdsicon-line-menu1:before {
4927
+ content: "\E839";
4928
+ }
4929
+ .mdsicon-line-git-repository:before {
4930
+ content: "\E83A";
4931
+ }
4932
+ .mdsicon-line-houses:before {
4933
+ content: "\E83B";
4934
+ }
4935
+ .mdsicon-line-brush1:before {
4936
+ content: "\E83C";
4937
+ }
4938
+ .mdsicon-line-component-checkbox:before {
4939
+ content: "\E83D";
4940
+ }
4941
+ .mdsicon-line-card:before {
4942
+ content: "\E83E";
4943
+ }
4944
+ .mdsicon-line-git-pull-request:before {
4945
+ content: "\E83F";
4946
+ }
4947
+ .mdsicon-line-component-radio:before {
4948
+ content: "\E840";
4949
+ }
4950
+ .mdsicon-line-palette-1:before {
4951
+ content: "\E841";
4952
+ }
4953
+ .mdsicon-line-control-platform:before {
4954
+ content: "\E842";
4955
+ }
4956
+ .mdsicon-line-system-device:before {
4957
+ content: "\E843";
4958
+ }
4959
+ .mdsicon-line-terminal-window:before {
4960
+ content: "\E844";
4961
+ }
4962
+ .mdsicon-line-application:before {
4963
+ content: "\E845";
4964
+ }
4965
+ .mdsicon-line-shop-1:before {
4966
+ content: "\E846";
4967
+ }
4968
+ .mdsicon-line-root-list:before {
4969
+ content: "\E847";
4970
+ }
4971
+ .mdsicon-line-sandwich:before {
4972
+ content: "\E848";
4973
+ }
4974
+ .mdsicon-line-app:before {
4975
+ content: "\E849";
4976
+ }
4977
+ .mdsicon-line-certificate-1:before {
4978
+ content: "\E84A";
4979
+ }
4980
+ .mdsicon-line-expand-down:before {
4981
+ content: "\E84B";
4982
+ }
4983
+ .mdsicon-line-system-marked:before {
4984
+ content: "\E84C";
4985
+ }
4986
+ .mdsicon-line-mosque-1:before {
4987
+ content: "\E84D";
4988
+ }
4989
+ .mdsicon-line-user-arrow-left:before {
4990
+ content: "\E84E";
4991
+ }
4992
+ .mdsicon-line-rice:before {
4993
+ content: "\E920";
4994
+ }
4995
+ .mdsicon-line-shield-error:before {
4996
+ content: "\E9EB";
4997
+ }
4998
+ .mdsicon-line-user-avatar:before {
4999
+ content: "\ED92";
5000
+ }
5001
+ .mdsicon-line-user-locked:before {
5002
+ content: "\ED93";
5003
+ }
5004
+ .mdsicon-line-system-interface:before {
5005
+ content: "\ED94";
5006
+ }
5007
+ .mdsicon-line-verify:before {
5008
+ content: "\ED95";
5009
+ }
5010
+ .mdsicon-line-usergroup:before {
5011
+ content: "\ED96";
5012
+ }
5013
+ .mdsicon-line-layout:before {
5014
+ content: "\ED97";
5015
+ }
5016
+ .mdsicon-line-education2:before {
5017
+ content: "\ED98";
5018
+ }
5019
+ .mdsicon-line-tab:before {
5020
+ content: "\ED99";
5021
+ }
5022
+ .mdsicon-line-piano:before {
5023
+ content: "\ED9A";
5024
+ }
5025
+ .mdsicon-line-drink:before {
5026
+ content: "\ED9B";
5027
+ }
5028
+ .mdsicon-line-system-log:before {
5029
+ content: "\ED9C";
5030
+ }
5031
+ .mdsicon-line-system-search:before {
5032
+ content: "\ED9D";
5033
+ }
5034
+ .mdsicon-line-system-regulation:before {
5035
+ content: "\ED9E";
5036
+ }
5037
+ .mdsicon-line-user-marked:before {
5038
+ content: "\ED9F";
5039
+ }
5040
+ .mdsicon-line-system-code:before {
5041
+ content: "\EDA0";
5042
+ }
5043
+ .mdsicon-line-terminal-rectangle:before {
5044
+ content: "\EDA1";
5045
+ }
5046
+ .mdsicon-line-system-sum:before {
5047
+ content: "\EDA2";
5048
+ }
5049
+ .mdsicon-line-video-camera-2:before {
5050
+ content: "\EDA3";
5051
+ }
5052
+ .mdsicon-line-turnopen:before {
5053
+ content: "\E821";
5054
+ }
5055
+ .mdsicon-line-turnclose:before {
5056
+ content: "\E822";
5057
+ }
5058
+ .mdsicon-line-addfolder:before {
5059
+ content: "\E820";
5060
+ }
5061
+ .mdsicon-line-otherinformation:before {
5062
+ content: "\E811";
5063
+ }
5064
+ .mdsicon-line-textmessage:before {
5065
+ content: "\E812";
5066
+ }
5067
+ .mdsicon-line-packup:before {
5068
+ content: "\E813";
5069
+ }
5070
+ .mdsicon-line-basicinformation:before {
5071
+ content: "\E814";
5072
+ }
5073
+ .mdsicon-line-unfold1:before {
5074
+ content: "\E815";
5075
+ }
5076
+ .mdsicon-line-all:before {
5077
+ content: "\E80D";
5078
+ }
5079
+ .mdsicon-line-border:before {
5080
+ content: "\E80E";
5081
+ }
5082
+ .mdsicon-line-row:before {
5083
+ content: "\E80F";
5084
+ }
5085
+ .mdsicon-line-list1:before {
5086
+ content: "\E810";
5087
+ }
5088
+ .mdsicon-line-even2:before {
5089
+ content: "\E80C";
5090
+ }
5091
+ .mdsicon-line-even:before {
5092
+ content: "\E80B";
5093
+ }
4749
5094
  .mdsicon-line-constant:before {
4750
5095
  content: "\E7FE";
4751
5096
  }
@@ -4803,6 +5148,42 @@ samp {
4803
5148
  .mdsicon-line-center1:before {
4804
5149
  content: "\E7FA";
4805
5150
  }
5151
+ .mdsicon-line-dots-default:before {
5152
+ content: "\E82F";
5153
+ }
5154
+ .mdsicon-line-arrow2-up:before {
5155
+ content: "\E823";
5156
+ }
5157
+ .mdsicon-line-arrow2-down:before {
5158
+ content: "\E824";
5159
+ }
5160
+ .mdsicon-line-arrow-up-bold:before {
5161
+ content: "\E825";
5162
+ }
5163
+ .mdsicon-line-arrow-up-thin:before {
5164
+ content: "\E826";
5165
+ }
5166
+ .mdsicon-line-arrow-down-bold:before {
5167
+ content: "\E827";
5168
+ }
5169
+ .mdsicon-line-arrow-down-thin:before {
5170
+ content: "\E828";
5171
+ }
5172
+ .mdsicon-line-arrow-right-thin:before {
5173
+ content: "\E829";
5174
+ }
5175
+ .mdsicon-line-arrow-right-up-bold:before {
5176
+ content: "\E82A";
5177
+ }
5178
+ .mdsicon-line-arrow-right-down-bold:before {
5179
+ content: "\E82B";
5180
+ }
5181
+ .mdsicon-line-arrow-line-bold:before {
5182
+ content: "\E82C";
5183
+ }
5184
+ .mdsicon-line-arrow-right-bold:before {
5185
+ content: "\E82D";
5186
+ }
4806
5187
  .mdsicon-line-macropool1:before {
4807
5188
  content: "\E7F6";
4808
5189
  }