@mdsfe/mds-ui 0.3.0-7 → 0.3.0-9
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.
- package/CHANGELOG.md +1013 -0
- package/dist/.DS_Store +0 -0
- package/dist/_util/.DS_Store +0 -0
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/font/iconfont.ae3b61b.woff2 +0 -0
- package/dist/font/{iconfont.715b1f7.ttf → iconfont.ecd615a.ttf} +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
- package/dist/index.js +1 -1
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +799 -674
- package/dist/style/affix.css +190 -1
- package/dist/style/alert.css +190 -1
- package/dist/style/anchor.css +190 -1
- package/dist/style/avatar.css +190 -1
- package/dist/style/badge.css +190 -1
- package/dist/style/bordershadow.css +190 -1
- package/dist/style/breadcrumb.css +190 -1
- package/dist/style/button.css +190 -1
- package/dist/style/card.css +190 -1
- package/dist/style/carousel.css +190 -1
- package/dist/style/checkbox.css +190 -1
- package/dist/style/col.css +190 -1
- package/dist/style/collapse.css +190 -1
- package/dist/style/color.css +190 -1
- package/dist/style/datepicker.css +190 -1
- package/dist/style/divider.css +190 -1
- package/dist/style/drawer.css +190 -1
- package/dist/style/dropdown.css +190 -1
- package/dist/style/empty.css +190 -1
- package/dist/style/font.css +190 -1
- package/dist/style/form.css +190 -1
- package/dist/style/icon.css +190 -1
- package/dist/style/input.css +190 -1
- package/dist/style/inputnumber.css +190 -1
- package/dist/style/layout.css +190 -1
- package/dist/style/list.css +190 -1
- package/dist/style/loading.css +190 -1
- package/dist/style/menu.css +190 -1
- package/dist/style/modal.css +190 -1
- package/dist/style/notification.css +190 -1
- package/dist/style/pagination.css +190 -1
- package/dist/style/popconfirm.css +190 -1
- package/dist/style/popover.css +190 -1
- package/dist/style/progress.css +190 -1
- package/dist/style/radio.css +190 -1
- package/dist/style/rate.css +190 -1
- package/dist/style/row.css +190 -1
- package/dist/style/select.css +190 -1
- package/dist/style/slider.css +190 -1
- package/dist/style/slottable.css +190 -1
- package/dist/style/steps.css +190 -1
- package/dist/style/switch.css +190 -1
- package/dist/style/table.css +190 -1
- package/dist/style/tabs.css +190 -1
- package/dist/style/tag.css +190 -1
- package/dist/style/text.css +190 -1
- package/dist/style/timeline.css +190 -1
- package/dist/style/timepicker.css +190 -1
- package/dist/style/tooltip.css +190 -1
- package/dist/style/tree.css +190 -1
- package/dist/style/typography.css +190 -1
- package/dist/style/upload.css +190 -1
- package/package.json +1 -1
- package/dist/font/iconfont.28669ff.woff2 +0 -0
- package/dist/font/iconfont.e1a8bf0.woff +0 -0
package/dist/style/carousel.css
CHANGED
|
@@ -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.
|
|
771
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
772
772
|
}
|
|
773
773
|
.mdsicon {
|
|
774
774
|
display: inline-block;
|
|
@@ -4944,6 +4944,159 @@ samp {
|
|
|
4944
4944
|
display: inline-block;
|
|
4945
4945
|
animation: loadingCircle 6s infinite linear;
|
|
4946
4946
|
}
|
|
4947
|
+
.mdsicon-line-solidification:before {
|
|
4948
|
+
content: "\EDA4";
|
|
4949
|
+
}
|
|
4950
|
+
.mdsicon-line-horizontal:before {
|
|
4951
|
+
content: "\E831";
|
|
4952
|
+
}
|
|
4953
|
+
.mdsicon-line-milk:before {
|
|
4954
|
+
content: "\E832";
|
|
4955
|
+
}
|
|
4956
|
+
.mdsicon-line-radio-1:before {
|
|
4957
|
+
content: "\E833";
|
|
4958
|
+
}
|
|
4959
|
+
.mdsicon-line-city-10:before {
|
|
4960
|
+
content: "\E834";
|
|
4961
|
+
}
|
|
4962
|
+
.mdsicon-line-form:before {
|
|
4963
|
+
content: "\E835";
|
|
4964
|
+
}
|
|
4965
|
+
.mdsicon-line-hospital:before {
|
|
4966
|
+
content: "\E836";
|
|
4967
|
+
}
|
|
4968
|
+
.mdsicon-line-palace-1:before {
|
|
4969
|
+
content: "\E837";
|
|
4970
|
+
}
|
|
4971
|
+
.mdsicon-line-calendar4:before {
|
|
4972
|
+
content: "\E838";
|
|
4973
|
+
}
|
|
4974
|
+
.mdsicon-line-menu1:before {
|
|
4975
|
+
content: "\E839";
|
|
4976
|
+
}
|
|
4977
|
+
.mdsicon-line-git-repository:before {
|
|
4978
|
+
content: "\E83A";
|
|
4979
|
+
}
|
|
4980
|
+
.mdsicon-line-houses:before {
|
|
4981
|
+
content: "\E83B";
|
|
4982
|
+
}
|
|
4983
|
+
.mdsicon-line-brush1:before {
|
|
4984
|
+
content: "\E83C";
|
|
4985
|
+
}
|
|
4986
|
+
.mdsicon-line-component-checkbox:before {
|
|
4987
|
+
content: "\E83D";
|
|
4988
|
+
}
|
|
4989
|
+
.mdsicon-line-card:before {
|
|
4990
|
+
content: "\E83E";
|
|
4991
|
+
}
|
|
4992
|
+
.mdsicon-line-git-pull-request:before {
|
|
4993
|
+
content: "\E83F";
|
|
4994
|
+
}
|
|
4995
|
+
.mdsicon-line-component-radio:before {
|
|
4996
|
+
content: "\E840";
|
|
4997
|
+
}
|
|
4998
|
+
.mdsicon-line-palette-1:before {
|
|
4999
|
+
content: "\E841";
|
|
5000
|
+
}
|
|
5001
|
+
.mdsicon-line-control-platform:before {
|
|
5002
|
+
content: "\E842";
|
|
5003
|
+
}
|
|
5004
|
+
.mdsicon-line-system-device:before {
|
|
5005
|
+
content: "\E843";
|
|
5006
|
+
}
|
|
5007
|
+
.mdsicon-line-terminal-window:before {
|
|
5008
|
+
content: "\E844";
|
|
5009
|
+
}
|
|
5010
|
+
.mdsicon-line-application:before {
|
|
5011
|
+
content: "\E845";
|
|
5012
|
+
}
|
|
5013
|
+
.mdsicon-line-shop-1:before {
|
|
5014
|
+
content: "\E846";
|
|
5015
|
+
}
|
|
5016
|
+
.mdsicon-line-root-list:before {
|
|
5017
|
+
content: "\E847";
|
|
5018
|
+
}
|
|
5019
|
+
.mdsicon-line-sandwich:before {
|
|
5020
|
+
content: "\E848";
|
|
5021
|
+
}
|
|
5022
|
+
.mdsicon-line-app:before {
|
|
5023
|
+
content: "\E849";
|
|
5024
|
+
}
|
|
5025
|
+
.mdsicon-line-certificate-1:before {
|
|
5026
|
+
content: "\E84A";
|
|
5027
|
+
}
|
|
5028
|
+
.mdsicon-line-expand-down:before {
|
|
5029
|
+
content: "\E84B";
|
|
5030
|
+
}
|
|
5031
|
+
.mdsicon-line-system-marked:before {
|
|
5032
|
+
content: "\E84C";
|
|
5033
|
+
}
|
|
5034
|
+
.mdsicon-line-mosque-1:before {
|
|
5035
|
+
content: "\E84D";
|
|
5036
|
+
}
|
|
5037
|
+
.mdsicon-line-user-arrow-left:before {
|
|
5038
|
+
content: "\E84E";
|
|
5039
|
+
}
|
|
5040
|
+
.mdsicon-line-rice:before {
|
|
5041
|
+
content: "\E920";
|
|
5042
|
+
}
|
|
5043
|
+
.mdsicon-line-shield-error:before {
|
|
5044
|
+
content: "\E9EB";
|
|
5045
|
+
}
|
|
5046
|
+
.mdsicon-line-user-avatar:before {
|
|
5047
|
+
content: "\ED92";
|
|
5048
|
+
}
|
|
5049
|
+
.mdsicon-line-user-locked:before {
|
|
5050
|
+
content: "\ED93";
|
|
5051
|
+
}
|
|
5052
|
+
.mdsicon-line-system-interface:before {
|
|
5053
|
+
content: "\ED94";
|
|
5054
|
+
}
|
|
5055
|
+
.mdsicon-line-verify:before {
|
|
5056
|
+
content: "\ED95";
|
|
5057
|
+
}
|
|
5058
|
+
.mdsicon-line-usergroup:before {
|
|
5059
|
+
content: "\ED96";
|
|
5060
|
+
}
|
|
5061
|
+
.mdsicon-line-layout:before {
|
|
5062
|
+
content: "\ED97";
|
|
5063
|
+
}
|
|
5064
|
+
.mdsicon-line-education2:before {
|
|
5065
|
+
content: "\ED98";
|
|
5066
|
+
}
|
|
5067
|
+
.mdsicon-line-tab:before {
|
|
5068
|
+
content: "\ED99";
|
|
5069
|
+
}
|
|
5070
|
+
.mdsicon-line-piano:before {
|
|
5071
|
+
content: "\ED9A";
|
|
5072
|
+
}
|
|
5073
|
+
.mdsicon-line-drink:before {
|
|
5074
|
+
content: "\ED9B";
|
|
5075
|
+
}
|
|
5076
|
+
.mdsicon-line-system-log:before {
|
|
5077
|
+
content: "\ED9C";
|
|
5078
|
+
}
|
|
5079
|
+
.mdsicon-line-system-search:before {
|
|
5080
|
+
content: "\ED9D";
|
|
5081
|
+
}
|
|
5082
|
+
.mdsicon-line-system-regulation:before {
|
|
5083
|
+
content: "\ED9E";
|
|
5084
|
+
}
|
|
5085
|
+
.mdsicon-line-user-marked:before {
|
|
5086
|
+
content: "\ED9F";
|
|
5087
|
+
}
|
|
5088
|
+
.mdsicon-line-system-code:before {
|
|
5089
|
+
content: "\EDA0";
|
|
5090
|
+
}
|
|
5091
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
5092
|
+
content: "\EDA1";
|
|
5093
|
+
}
|
|
5094
|
+
.mdsicon-line-system-sum:before {
|
|
5095
|
+
content: "\EDA2";
|
|
5096
|
+
}
|
|
5097
|
+
.mdsicon-line-video-camera-2:before {
|
|
5098
|
+
content: "\EDA3";
|
|
5099
|
+
}
|
|
4947
5100
|
.mdsicon-line-turnopen:before {
|
|
4948
5101
|
content: "\E821";
|
|
4949
5102
|
}
|
|
@@ -5043,6 +5196,42 @@ samp {
|
|
|
5043
5196
|
.mdsicon-line-center1:before {
|
|
5044
5197
|
content: "\E7FA";
|
|
5045
5198
|
}
|
|
5199
|
+
.mdsicon-line-dots-default:before {
|
|
5200
|
+
content: "\E82F";
|
|
5201
|
+
}
|
|
5202
|
+
.mdsicon-line-arrow2-up:before {
|
|
5203
|
+
content: "\E823";
|
|
5204
|
+
}
|
|
5205
|
+
.mdsicon-line-arrow2-down:before {
|
|
5206
|
+
content: "\E824";
|
|
5207
|
+
}
|
|
5208
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
5209
|
+
content: "\E825";
|
|
5210
|
+
}
|
|
5211
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
5212
|
+
content: "\E826";
|
|
5213
|
+
}
|
|
5214
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5215
|
+
content: "\E827";
|
|
5216
|
+
}
|
|
5217
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5218
|
+
content: "\E828";
|
|
5219
|
+
}
|
|
5220
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5221
|
+
content: "\E829";
|
|
5222
|
+
}
|
|
5223
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5224
|
+
content: "\E82A";
|
|
5225
|
+
}
|
|
5226
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5227
|
+
content: "\E82B";
|
|
5228
|
+
}
|
|
5229
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5230
|
+
content: "\E82C";
|
|
5231
|
+
}
|
|
5232
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5233
|
+
content: "\E82D";
|
|
5234
|
+
}
|
|
5046
5235
|
.mdsicon-line-macropool1:before {
|
|
5047
5236
|
content: "\E7F6";
|
|
5048
5237
|
}
|
package/dist/style/checkbox.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,159 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-horizontal:before {
|
|
4737
|
+
content: "\E831";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-milk:before {
|
|
4740
|
+
content: "\E832";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-radio-1:before {
|
|
4743
|
+
content: "\E833";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-city-10:before {
|
|
4746
|
+
content: "\E834";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-form:before {
|
|
4749
|
+
content: "\E835";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hospital:before {
|
|
4752
|
+
content: "\E836";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-palace-1:before {
|
|
4755
|
+
content: "\E837";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-calendar4:before {
|
|
4758
|
+
content: "\E838";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-menu1:before {
|
|
4761
|
+
content: "\E839";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-git-repository:before {
|
|
4764
|
+
content: "\E83A";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-houses:before {
|
|
4767
|
+
content: "\E83B";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-brush1:before {
|
|
4770
|
+
content: "\E83C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-component-checkbox:before {
|
|
4773
|
+
content: "\E83D";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-card:before {
|
|
4776
|
+
content: "\E83E";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-git-pull-request:before {
|
|
4779
|
+
content: "\E83F";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-component-radio:before {
|
|
4782
|
+
content: "\E840";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-palette-1:before {
|
|
4785
|
+
content: "\E841";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-control-platform:before {
|
|
4788
|
+
content: "\E842";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-system-device:before {
|
|
4791
|
+
content: "\E843";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-terminal-window:before {
|
|
4794
|
+
content: "\E844";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-application:before {
|
|
4797
|
+
content: "\E845";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-shop-1:before {
|
|
4800
|
+
content: "\E846";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-root-list:before {
|
|
4803
|
+
content: "\E847";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-sandwich:before {
|
|
4806
|
+
content: "\E848";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-app:before {
|
|
4809
|
+
content: "\E849";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-certificate-1:before {
|
|
4812
|
+
content: "\E84A";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-expand-down:before {
|
|
4815
|
+
content: "\E84B";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-system-marked:before {
|
|
4818
|
+
content: "\E84C";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-mosque-1:before {
|
|
4821
|
+
content: "\E84D";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-user-arrow-left:before {
|
|
4824
|
+
content: "\E84E";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-rice:before {
|
|
4827
|
+
content: "\E920";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-shield-error:before {
|
|
4830
|
+
content: "\E9EB";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-user-avatar:before {
|
|
4833
|
+
content: "\ED92";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-user-locked:before {
|
|
4836
|
+
content: "\ED93";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-system-interface:before {
|
|
4839
|
+
content: "\ED94";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-verify:before {
|
|
4842
|
+
content: "\ED95";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-usergroup:before {
|
|
4845
|
+
content: "\ED96";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-layout:before {
|
|
4848
|
+
content: "\ED97";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-education2:before {
|
|
4851
|
+
content: "\ED98";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-tab:before {
|
|
4854
|
+
content: "\ED99";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-piano:before {
|
|
4857
|
+
content: "\ED9A";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-drink:before {
|
|
4860
|
+
content: "\ED9B";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-system-log:before {
|
|
4863
|
+
content: "\ED9C";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-system-search:before {
|
|
4866
|
+
content: "\ED9D";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-system-regulation:before {
|
|
4869
|
+
content: "\ED9E";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-user-marked:before {
|
|
4872
|
+
content: "\ED9F";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-system-code:before {
|
|
4875
|
+
content: "\EDA0";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
4878
|
+
content: "\EDA1";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-system-sum:before {
|
|
4881
|
+
content: "\EDA2";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video-camera-2:before {
|
|
4884
|
+
content: "\EDA3";
|
|
4885
|
+
}
|
|
4733
4886
|
.mdsicon-line-turnopen:before {
|
|
4734
4887
|
content: "\E821";
|
|
4735
4888
|
}
|
|
@@ -4829,6 +4982,42 @@ samp {
|
|
|
4829
4982
|
.mdsicon-line-center1:before {
|
|
4830
4983
|
content: "\E7FA";
|
|
4831
4984
|
}
|
|
4985
|
+
.mdsicon-line-dots-default:before {
|
|
4986
|
+
content: "\E82F";
|
|
4987
|
+
}
|
|
4988
|
+
.mdsicon-line-arrow2-up:before {
|
|
4989
|
+
content: "\E823";
|
|
4990
|
+
}
|
|
4991
|
+
.mdsicon-line-arrow2-down:before {
|
|
4992
|
+
content: "\E824";
|
|
4993
|
+
}
|
|
4994
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
4995
|
+
content: "\E825";
|
|
4996
|
+
}
|
|
4997
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
4998
|
+
content: "\E826";
|
|
4999
|
+
}
|
|
5000
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5001
|
+
content: "\E827";
|
|
5002
|
+
}
|
|
5003
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5004
|
+
content: "\E828";
|
|
5005
|
+
}
|
|
5006
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5007
|
+
content: "\E829";
|
|
5008
|
+
}
|
|
5009
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5010
|
+
content: "\E82A";
|
|
5011
|
+
}
|
|
5012
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5013
|
+
content: "\E82B";
|
|
5014
|
+
}
|
|
5015
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5016
|
+
content: "\E82C";
|
|
5017
|
+
}
|
|
5018
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5019
|
+
content: "\E82D";
|
|
5020
|
+
}
|
|
4832
5021
|
.mdsicon-line-macropool1:before {
|
|
4833
5022
|
content: "\E7F6";
|
|
4834
5023
|
}
|
package/dist/style/col.css
CHANGED
|
@@ -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.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,159 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-horizontal:before {
|
|
4737
|
+
content: "\E831";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-milk:before {
|
|
4740
|
+
content: "\E832";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-radio-1:before {
|
|
4743
|
+
content: "\E833";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-city-10:before {
|
|
4746
|
+
content: "\E834";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-form:before {
|
|
4749
|
+
content: "\E835";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hospital:before {
|
|
4752
|
+
content: "\E836";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-palace-1:before {
|
|
4755
|
+
content: "\E837";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-calendar4:before {
|
|
4758
|
+
content: "\E838";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-menu1:before {
|
|
4761
|
+
content: "\E839";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-git-repository:before {
|
|
4764
|
+
content: "\E83A";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-houses:before {
|
|
4767
|
+
content: "\E83B";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-brush1:before {
|
|
4770
|
+
content: "\E83C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-component-checkbox:before {
|
|
4773
|
+
content: "\E83D";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-card:before {
|
|
4776
|
+
content: "\E83E";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-git-pull-request:before {
|
|
4779
|
+
content: "\E83F";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-component-radio:before {
|
|
4782
|
+
content: "\E840";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-palette-1:before {
|
|
4785
|
+
content: "\E841";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-control-platform:before {
|
|
4788
|
+
content: "\E842";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-system-device:before {
|
|
4791
|
+
content: "\E843";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-terminal-window:before {
|
|
4794
|
+
content: "\E844";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-application:before {
|
|
4797
|
+
content: "\E845";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-shop-1:before {
|
|
4800
|
+
content: "\E846";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-root-list:before {
|
|
4803
|
+
content: "\E847";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-sandwich:before {
|
|
4806
|
+
content: "\E848";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-app:before {
|
|
4809
|
+
content: "\E849";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-certificate-1:before {
|
|
4812
|
+
content: "\E84A";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-expand-down:before {
|
|
4815
|
+
content: "\E84B";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-system-marked:before {
|
|
4818
|
+
content: "\E84C";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-mosque-1:before {
|
|
4821
|
+
content: "\E84D";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-user-arrow-left:before {
|
|
4824
|
+
content: "\E84E";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-rice:before {
|
|
4827
|
+
content: "\E920";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-shield-error:before {
|
|
4830
|
+
content: "\E9EB";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-user-avatar:before {
|
|
4833
|
+
content: "\ED92";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-user-locked:before {
|
|
4836
|
+
content: "\ED93";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-system-interface:before {
|
|
4839
|
+
content: "\ED94";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-verify:before {
|
|
4842
|
+
content: "\ED95";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-usergroup:before {
|
|
4845
|
+
content: "\ED96";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-layout:before {
|
|
4848
|
+
content: "\ED97";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-education2:before {
|
|
4851
|
+
content: "\ED98";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-tab:before {
|
|
4854
|
+
content: "\ED99";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-piano:before {
|
|
4857
|
+
content: "\ED9A";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-drink:before {
|
|
4860
|
+
content: "\ED9B";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-system-log:before {
|
|
4863
|
+
content: "\ED9C";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-system-search:before {
|
|
4866
|
+
content: "\ED9D";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-system-regulation:before {
|
|
4869
|
+
content: "\ED9E";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-user-marked:before {
|
|
4872
|
+
content: "\ED9F";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-system-code:before {
|
|
4875
|
+
content: "\EDA0";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
4878
|
+
content: "\EDA1";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-system-sum:before {
|
|
4881
|
+
content: "\EDA2";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video-camera-2:before {
|
|
4884
|
+
content: "\EDA3";
|
|
4885
|
+
}
|
|
4733
4886
|
.mdsicon-line-turnopen:before {
|
|
4734
4887
|
content: "\E821";
|
|
4735
4888
|
}
|
|
@@ -4829,6 +4982,42 @@ samp {
|
|
|
4829
4982
|
.mdsicon-line-center1:before {
|
|
4830
4983
|
content: "\E7FA";
|
|
4831
4984
|
}
|
|
4985
|
+
.mdsicon-line-dots-default:before {
|
|
4986
|
+
content: "\E82F";
|
|
4987
|
+
}
|
|
4988
|
+
.mdsicon-line-arrow2-up:before {
|
|
4989
|
+
content: "\E823";
|
|
4990
|
+
}
|
|
4991
|
+
.mdsicon-line-arrow2-down:before {
|
|
4992
|
+
content: "\E824";
|
|
4993
|
+
}
|
|
4994
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
4995
|
+
content: "\E825";
|
|
4996
|
+
}
|
|
4997
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
4998
|
+
content: "\E826";
|
|
4999
|
+
}
|
|
5000
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5001
|
+
content: "\E827";
|
|
5002
|
+
}
|
|
5003
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5004
|
+
content: "\E828";
|
|
5005
|
+
}
|
|
5006
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5007
|
+
content: "\E829";
|
|
5008
|
+
}
|
|
5009
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5010
|
+
content: "\E82A";
|
|
5011
|
+
}
|
|
5012
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5013
|
+
content: "\E82B";
|
|
5014
|
+
}
|
|
5015
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5016
|
+
content: "\E82C";
|
|
5017
|
+
}
|
|
5018
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5019
|
+
content: "\E82D";
|
|
5020
|
+
}
|
|
4832
5021
|
.mdsicon-line-macropool1:before {
|
|
4833
5022
|
content: "\E7F6";
|
|
4834
5023
|
}
|