@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
@@ -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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
771
+ 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');
772
772
  }
773
773
  .mdsicon {
774
774
  display: inline-block;
@@ -4944,6 +4944,351 @@ samp {
4944
4944
  display: inline-block;
4945
4945
  animation: loadingCircle 6s infinite linear;
4946
4946
  }
4947
+ .mdsicon-line-leftarrow:before {
4948
+ content: "\EDCD";
4949
+ }
4950
+ .mdsicon-line-rightarrow:before {
4951
+ content: "\EDCE";
4952
+ }
4953
+ .mdsicon-line-descendingorder:before {
4954
+ content: "\EDCB";
4955
+ }
4956
+ .mdsicon-line-filtrate:before {
4957
+ content: "\EDCC";
4958
+ }
4959
+ .mdsicon-line-button1:before {
4960
+ content: "\EDC7";
4961
+ }
4962
+ .mdsicon-line-ascendingorder:before {
4963
+ content: "\EDC8";
4964
+ }
4965
+ .mdsicon-line-list2:before {
4966
+ content: "\EDC9";
4967
+ }
4968
+ .mdsicon-line-datacard:before {
4969
+ content: "\EDCA";
4970
+ }
4971
+ .mdsicon-line_merge:before {
4972
+ content: "\EDC6";
4973
+ }
4974
+ .mdsicon-line-mergetopbottom:before {
4975
+ content: "\EDC5";
4976
+ }
4977
+ .mdsicon-line-conditionlabel:before {
4978
+ content: "\EDC3";
4979
+ }
4980
+ .mdsicon-line-text:before {
4981
+ content: "\EDC4";
4982
+ }
4983
+ .mdsicon-line-splitting:before {
4984
+ content: "\EDBF";
4985
+ }
4986
+ .mdsicon-line-stringconcatenation:before {
4987
+ content: "\EDC0";
4988
+ }
4989
+ .mdsicon-line-summary:before {
4990
+ content: "\EDC1";
4991
+ }
4992
+ .mdsicon-line-table:before {
4993
+ content: "\EDC2";
4994
+ }
4995
+ .mdsicon-line-linebreaks:before {
4996
+ content: "\EDB9";
4997
+ }
4998
+ .mdsicon-line-integer:before {
4999
+ content: "\EDBA";
5000
+ }
5001
+ .mdsicon-line-interval:before {
5002
+ content: "\EDBB";
5003
+ }
5004
+ .mdsicon-line-percentage:before {
5005
+ content: "\EDBC";
5006
+ }
5007
+ .mdsicon-line-removeduplicates:before {
5008
+ content: "\EDBD";
5009
+ }
5010
+ .mdsicon-line-sort:before {
5011
+ content: "\EDBE";
5012
+ }
5013
+ .mdsicon-line-formula:before {
5014
+ content: "\EDB4";
5015
+ }
5016
+ .mdsicon-line-formula2:before {
5017
+ content: "\EDB5";
5018
+ }
5019
+ .mdsicon-line-filterconditions:before {
5020
+ content: "\EDB6";
5021
+ }
5022
+ .mdsicon-line-groupsettings:before {
5023
+ content: "\EDB7";
5024
+ }
5025
+ .mdsicon-line-function:before {
5026
+ content: "\EDB8";
5027
+ }
5028
+ .mdsicon-line-field:before {
5029
+ content: "\EDAE";
5030
+ }
5031
+ .mdsicon-line-add3:before {
5032
+ content: "\EDAF";
5033
+ }
5034
+ .mdsicon-line-duplicateremoval:before {
5035
+ content: "\EDB0";
5036
+ }
5037
+ .mdsicon-line-enumeration:before {
5038
+ content: "\EDB1";
5039
+ }
5040
+ .mdsicon-line-date:before {
5041
+ content: "\EDB2";
5042
+ }
5043
+ .mdsicon-line-assignment:before {
5044
+ content: "\EDB3";
5045
+ }
5046
+ .mdsicon-line-ceiling:before {
5047
+ content: "\EDA9";
5048
+ }
5049
+ .mdsicon-line-datasettings:before {
5050
+ content: "\EDAA";
5051
+ }
5052
+ .mdsicon-line-decimalnumber:before {
5053
+ content: "\EDAB";
5054
+ }
5055
+ .mdsicon-line-associationrelationship:before {
5056
+ content: "\EDAC";
5057
+ }
5058
+ .mdsicon-line-columnarization:before {
5059
+ content: "\EDAD";
5060
+ }
5061
+ .mdsicon-line-allocation:before {
5062
+ content: "\E621";
5063
+ }
5064
+ .mdsicon-line-calendar-spreadallocation:before {
5065
+ content: "\E622";
5066
+ }
5067
+ .mdsicon-line-framework:before {
5068
+ content: "\E623";
5069
+ }
5070
+ .mdsicon-line-delete3:before {
5071
+ content: "\E624";
5072
+ }
5073
+ .mdsicon-line-update:before {
5074
+ content: "\E625";
5075
+ }
5076
+ .mdsicon-line-edit3:before {
5077
+ content: "\E626";
5078
+ }
5079
+ .mdsicon-line-balanceout:before {
5080
+ content: "\E627";
5081
+ }
5082
+ .mdsicon-line-fastbalanceout:before {
5083
+ content: "\E628";
5084
+ }
5085
+ .mdsicon-line-lightbulb:before {
5086
+ content: "\EDA8";
5087
+ }
5088
+ .mdsicon-line-textformat-bold:before {
5089
+ content: "\EDA6";
5090
+ }
5091
+ .mdsicon-line-textformat-italic:before {
5092
+ content: "\EDA7";
5093
+ }
5094
+ .mdsicon-line-set:before {
5095
+ content: "\EDA5";
5096
+ }
5097
+ .mdsicon-line-solidification:before {
5098
+ content: "\EDA4";
5099
+ }
5100
+ .mdsicon-line-horizontal:before {
5101
+ content: "\E831";
5102
+ }
5103
+ .mdsicon-line-milk:before {
5104
+ content: "\E832";
5105
+ }
5106
+ .mdsicon-line-radio-1:before {
5107
+ content: "\E833";
5108
+ }
5109
+ .mdsicon-line-city-10:before {
5110
+ content: "\E834";
5111
+ }
5112
+ .mdsicon-line-form:before {
5113
+ content: "\E835";
5114
+ }
5115
+ .mdsicon-line-hospital:before {
5116
+ content: "\E836";
5117
+ }
5118
+ .mdsicon-line-palace-1:before {
5119
+ content: "\E837";
5120
+ }
5121
+ .mdsicon-line-calendar4:before {
5122
+ content: "\E838";
5123
+ }
5124
+ .mdsicon-line-menu1:before {
5125
+ content: "\E839";
5126
+ }
5127
+ .mdsicon-line-git-repository:before {
5128
+ content: "\E83A";
5129
+ }
5130
+ .mdsicon-line-houses:before {
5131
+ content: "\E83B";
5132
+ }
5133
+ .mdsicon-line-brush1:before {
5134
+ content: "\E83C";
5135
+ }
5136
+ .mdsicon-line-component-checkbox:before {
5137
+ content: "\E83D";
5138
+ }
5139
+ .mdsicon-line-card:before {
5140
+ content: "\E83E";
5141
+ }
5142
+ .mdsicon-line-git-pull-request:before {
5143
+ content: "\E83F";
5144
+ }
5145
+ .mdsicon-line-component-radio:before {
5146
+ content: "\E840";
5147
+ }
5148
+ .mdsicon-line-palette-1:before {
5149
+ content: "\E841";
5150
+ }
5151
+ .mdsicon-line-control-platform:before {
5152
+ content: "\E842";
5153
+ }
5154
+ .mdsicon-line-system-device:before {
5155
+ content: "\E843";
5156
+ }
5157
+ .mdsicon-line-terminal-window:before {
5158
+ content: "\E844";
5159
+ }
5160
+ .mdsicon-line-application:before {
5161
+ content: "\E845";
5162
+ }
5163
+ .mdsicon-line-shop-1:before {
5164
+ content: "\E846";
5165
+ }
5166
+ .mdsicon-line-root-list:before {
5167
+ content: "\E847";
5168
+ }
5169
+ .mdsicon-line-sandwich:before {
5170
+ content: "\E848";
5171
+ }
5172
+ .mdsicon-line-app:before {
5173
+ content: "\E849";
5174
+ }
5175
+ .mdsicon-line-certificate-1:before {
5176
+ content: "\E84A";
5177
+ }
5178
+ .mdsicon-line-expand-down:before {
5179
+ content: "\E84B";
5180
+ }
5181
+ .mdsicon-line-system-marked:before {
5182
+ content: "\E84C";
5183
+ }
5184
+ .mdsicon-line-mosque-1:before {
5185
+ content: "\E84D";
5186
+ }
5187
+ .mdsicon-line-user-arrow-left:before {
5188
+ content: "\E84E";
5189
+ }
5190
+ .mdsicon-line-rice:before {
5191
+ content: "\E920";
5192
+ }
5193
+ .mdsicon-line-shield-error:before {
5194
+ content: "\E9EB";
5195
+ }
5196
+ .mdsicon-line-user-avatar:before {
5197
+ content: "\ED92";
5198
+ }
5199
+ .mdsicon-line-user-locked:before {
5200
+ content: "\ED93";
5201
+ }
5202
+ .mdsicon-line-system-interface:before {
5203
+ content: "\ED94";
5204
+ }
5205
+ .mdsicon-line-verify:before {
5206
+ content: "\ED95";
5207
+ }
5208
+ .mdsicon-line-usergroup:before {
5209
+ content: "\ED96";
5210
+ }
5211
+ .mdsicon-line-layout:before {
5212
+ content: "\ED97";
5213
+ }
5214
+ .mdsicon-line-education2:before {
5215
+ content: "\ED98";
5216
+ }
5217
+ .mdsicon-line-tab:before {
5218
+ content: "\ED99";
5219
+ }
5220
+ .mdsicon-line-piano:before {
5221
+ content: "\ED9A";
5222
+ }
5223
+ .mdsicon-line-drink:before {
5224
+ content: "\ED9B";
5225
+ }
5226
+ .mdsicon-line-system-log:before {
5227
+ content: "\ED9C";
5228
+ }
5229
+ .mdsicon-line-system-search:before {
5230
+ content: "\ED9D";
5231
+ }
5232
+ .mdsicon-line-system-regulation:before {
5233
+ content: "\ED9E";
5234
+ }
5235
+ .mdsicon-line-user-marked:before {
5236
+ content: "\ED9F";
5237
+ }
5238
+ .mdsicon-line-system-code:before {
5239
+ content: "\EDA0";
5240
+ }
5241
+ .mdsicon-line-terminal-rectangle:before {
5242
+ content: "\EDA1";
5243
+ }
5244
+ .mdsicon-line-system-sum:before {
5245
+ content: "\EDA2";
5246
+ }
5247
+ .mdsicon-line-video-camera-2:before {
5248
+ content: "\EDA3";
5249
+ }
5250
+ .mdsicon-line-turnopen:before {
5251
+ content: "\E821";
5252
+ }
5253
+ .mdsicon-line-turnclose:before {
5254
+ content: "\E822";
5255
+ }
5256
+ .mdsicon-line-addfolder:before {
5257
+ content: "\E820";
5258
+ }
5259
+ .mdsicon-line-otherinformation:before {
5260
+ content: "\E811";
5261
+ }
5262
+ .mdsicon-line-textmessage:before {
5263
+ content: "\E812";
5264
+ }
5265
+ .mdsicon-line-packup:before {
5266
+ content: "\E813";
5267
+ }
5268
+ .mdsicon-line-basicinformation:before {
5269
+ content: "\E814";
5270
+ }
5271
+ .mdsicon-line-unfold1:before {
5272
+ content: "\E815";
5273
+ }
5274
+ .mdsicon-line-all:before {
5275
+ content: "\E80D";
5276
+ }
5277
+ .mdsicon-line-border:before {
5278
+ content: "\E80E";
5279
+ }
5280
+ .mdsicon-line-row:before {
5281
+ content: "\E80F";
5282
+ }
5283
+ .mdsicon-line-list1:before {
5284
+ content: "\E810";
5285
+ }
5286
+ .mdsicon-line-even2:before {
5287
+ content: "\E80C";
5288
+ }
5289
+ .mdsicon-line-even:before {
5290
+ content: "\E80B";
5291
+ }
4947
5292
  .mdsicon-line-constant:before {
4948
5293
  content: "\E7FE";
4949
5294
  }
@@ -5001,6 +5346,42 @@ samp {
5001
5346
  .mdsicon-line-center1:before {
5002
5347
  content: "\E7FA";
5003
5348
  }
5349
+ .mdsicon-line-dots-default:before {
5350
+ content: "\E82F";
5351
+ }
5352
+ .mdsicon-line-arrow2-up:before {
5353
+ content: "\E823";
5354
+ }
5355
+ .mdsicon-line-arrow2-down:before {
5356
+ content: "\E824";
5357
+ }
5358
+ .mdsicon-line-arrow-up-bold:before {
5359
+ content: "\E825";
5360
+ }
5361
+ .mdsicon-line-arrow-up-thin:before {
5362
+ content: "\E826";
5363
+ }
5364
+ .mdsicon-line-arrow-down-bold:before {
5365
+ content: "\E827";
5366
+ }
5367
+ .mdsicon-line-arrow-down-thin:before {
5368
+ content: "\E828";
5369
+ }
5370
+ .mdsicon-line-arrow-right-thin:before {
5371
+ content: "\E829";
5372
+ }
5373
+ .mdsicon-line-arrow-right-up-bold:before {
5374
+ content: "\E82A";
5375
+ }
5376
+ .mdsicon-line-arrow-right-down-bold:before {
5377
+ content: "\E82B";
5378
+ }
5379
+ .mdsicon-line-arrow-line-bold:before {
5380
+ content: "\E82C";
5381
+ }
5382
+ .mdsicon-line-arrow-right-bold:before {
5383
+ content: "\E82D";
5384
+ }
5004
5385
  .mdsicon-line-macropool1:before {
5005
5386
  content: "\E7F6";
5006
5387
  }