@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/divider.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/drawer.css
CHANGED
|
@@ -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.
|
|
2860
|
+
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');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7033,6 +7033,159 @@ samp {
|
|
|
7033
7033
|
display: inline-block;
|
|
7034
7034
|
animation: loadingCircle 6s infinite linear;
|
|
7035
7035
|
}
|
|
7036
|
+
.mdsicon-line-solidification:before {
|
|
7037
|
+
content: "\EDA4";
|
|
7038
|
+
}
|
|
7039
|
+
.mdsicon-line-horizontal:before {
|
|
7040
|
+
content: "\E831";
|
|
7041
|
+
}
|
|
7042
|
+
.mdsicon-line-milk:before {
|
|
7043
|
+
content: "\E832";
|
|
7044
|
+
}
|
|
7045
|
+
.mdsicon-line-radio-1:before {
|
|
7046
|
+
content: "\E833";
|
|
7047
|
+
}
|
|
7048
|
+
.mdsicon-line-city-10:before {
|
|
7049
|
+
content: "\E834";
|
|
7050
|
+
}
|
|
7051
|
+
.mdsicon-line-form:before {
|
|
7052
|
+
content: "\E835";
|
|
7053
|
+
}
|
|
7054
|
+
.mdsicon-line-hospital:before {
|
|
7055
|
+
content: "\E836";
|
|
7056
|
+
}
|
|
7057
|
+
.mdsicon-line-palace-1:before {
|
|
7058
|
+
content: "\E837";
|
|
7059
|
+
}
|
|
7060
|
+
.mdsicon-line-calendar4:before {
|
|
7061
|
+
content: "\E838";
|
|
7062
|
+
}
|
|
7063
|
+
.mdsicon-line-menu1:before {
|
|
7064
|
+
content: "\E839";
|
|
7065
|
+
}
|
|
7066
|
+
.mdsicon-line-git-repository:before {
|
|
7067
|
+
content: "\E83A";
|
|
7068
|
+
}
|
|
7069
|
+
.mdsicon-line-houses:before {
|
|
7070
|
+
content: "\E83B";
|
|
7071
|
+
}
|
|
7072
|
+
.mdsicon-line-brush1:before {
|
|
7073
|
+
content: "\E83C";
|
|
7074
|
+
}
|
|
7075
|
+
.mdsicon-line-component-checkbox:before {
|
|
7076
|
+
content: "\E83D";
|
|
7077
|
+
}
|
|
7078
|
+
.mdsicon-line-card:before {
|
|
7079
|
+
content: "\E83E";
|
|
7080
|
+
}
|
|
7081
|
+
.mdsicon-line-git-pull-request:before {
|
|
7082
|
+
content: "\E83F";
|
|
7083
|
+
}
|
|
7084
|
+
.mdsicon-line-component-radio:before {
|
|
7085
|
+
content: "\E840";
|
|
7086
|
+
}
|
|
7087
|
+
.mdsicon-line-palette-1:before {
|
|
7088
|
+
content: "\E841";
|
|
7089
|
+
}
|
|
7090
|
+
.mdsicon-line-control-platform:before {
|
|
7091
|
+
content: "\E842";
|
|
7092
|
+
}
|
|
7093
|
+
.mdsicon-line-system-device:before {
|
|
7094
|
+
content: "\E843";
|
|
7095
|
+
}
|
|
7096
|
+
.mdsicon-line-terminal-window:before {
|
|
7097
|
+
content: "\E844";
|
|
7098
|
+
}
|
|
7099
|
+
.mdsicon-line-application:before {
|
|
7100
|
+
content: "\E845";
|
|
7101
|
+
}
|
|
7102
|
+
.mdsicon-line-shop-1:before {
|
|
7103
|
+
content: "\E846";
|
|
7104
|
+
}
|
|
7105
|
+
.mdsicon-line-root-list:before {
|
|
7106
|
+
content: "\E847";
|
|
7107
|
+
}
|
|
7108
|
+
.mdsicon-line-sandwich:before {
|
|
7109
|
+
content: "\E848";
|
|
7110
|
+
}
|
|
7111
|
+
.mdsicon-line-app:before {
|
|
7112
|
+
content: "\E849";
|
|
7113
|
+
}
|
|
7114
|
+
.mdsicon-line-certificate-1:before {
|
|
7115
|
+
content: "\E84A";
|
|
7116
|
+
}
|
|
7117
|
+
.mdsicon-line-expand-down:before {
|
|
7118
|
+
content: "\E84B";
|
|
7119
|
+
}
|
|
7120
|
+
.mdsicon-line-system-marked:before {
|
|
7121
|
+
content: "\E84C";
|
|
7122
|
+
}
|
|
7123
|
+
.mdsicon-line-mosque-1:before {
|
|
7124
|
+
content: "\E84D";
|
|
7125
|
+
}
|
|
7126
|
+
.mdsicon-line-user-arrow-left:before {
|
|
7127
|
+
content: "\E84E";
|
|
7128
|
+
}
|
|
7129
|
+
.mdsicon-line-rice:before {
|
|
7130
|
+
content: "\E920";
|
|
7131
|
+
}
|
|
7132
|
+
.mdsicon-line-shield-error:before {
|
|
7133
|
+
content: "\E9EB";
|
|
7134
|
+
}
|
|
7135
|
+
.mdsicon-line-user-avatar:before {
|
|
7136
|
+
content: "\ED92";
|
|
7137
|
+
}
|
|
7138
|
+
.mdsicon-line-user-locked:before {
|
|
7139
|
+
content: "\ED93";
|
|
7140
|
+
}
|
|
7141
|
+
.mdsicon-line-system-interface:before {
|
|
7142
|
+
content: "\ED94";
|
|
7143
|
+
}
|
|
7144
|
+
.mdsicon-line-verify:before {
|
|
7145
|
+
content: "\ED95";
|
|
7146
|
+
}
|
|
7147
|
+
.mdsicon-line-usergroup:before {
|
|
7148
|
+
content: "\ED96";
|
|
7149
|
+
}
|
|
7150
|
+
.mdsicon-line-layout:before {
|
|
7151
|
+
content: "\ED97";
|
|
7152
|
+
}
|
|
7153
|
+
.mdsicon-line-education2:before {
|
|
7154
|
+
content: "\ED98";
|
|
7155
|
+
}
|
|
7156
|
+
.mdsicon-line-tab:before {
|
|
7157
|
+
content: "\ED99";
|
|
7158
|
+
}
|
|
7159
|
+
.mdsicon-line-piano:before {
|
|
7160
|
+
content: "\ED9A";
|
|
7161
|
+
}
|
|
7162
|
+
.mdsicon-line-drink:before {
|
|
7163
|
+
content: "\ED9B";
|
|
7164
|
+
}
|
|
7165
|
+
.mdsicon-line-system-log:before {
|
|
7166
|
+
content: "\ED9C";
|
|
7167
|
+
}
|
|
7168
|
+
.mdsicon-line-system-search:before {
|
|
7169
|
+
content: "\ED9D";
|
|
7170
|
+
}
|
|
7171
|
+
.mdsicon-line-system-regulation:before {
|
|
7172
|
+
content: "\ED9E";
|
|
7173
|
+
}
|
|
7174
|
+
.mdsicon-line-user-marked:before {
|
|
7175
|
+
content: "\ED9F";
|
|
7176
|
+
}
|
|
7177
|
+
.mdsicon-line-system-code:before {
|
|
7178
|
+
content: "\EDA0";
|
|
7179
|
+
}
|
|
7180
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
7181
|
+
content: "\EDA1";
|
|
7182
|
+
}
|
|
7183
|
+
.mdsicon-line-system-sum:before {
|
|
7184
|
+
content: "\EDA2";
|
|
7185
|
+
}
|
|
7186
|
+
.mdsicon-line-video-camera-2:before {
|
|
7187
|
+
content: "\EDA3";
|
|
7188
|
+
}
|
|
7036
7189
|
.mdsicon-line-turnopen:before {
|
|
7037
7190
|
content: "\E821";
|
|
7038
7191
|
}
|
|
@@ -7132,6 +7285,42 @@ samp {
|
|
|
7132
7285
|
.mdsicon-line-center1:before {
|
|
7133
7286
|
content: "\E7FA";
|
|
7134
7287
|
}
|
|
7288
|
+
.mdsicon-line-dots-default:before {
|
|
7289
|
+
content: "\E82F";
|
|
7290
|
+
}
|
|
7291
|
+
.mdsicon-line-arrow2-up:before {
|
|
7292
|
+
content: "\E823";
|
|
7293
|
+
}
|
|
7294
|
+
.mdsicon-line-arrow2-down:before {
|
|
7295
|
+
content: "\E824";
|
|
7296
|
+
}
|
|
7297
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
7298
|
+
content: "\E825";
|
|
7299
|
+
}
|
|
7300
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
7301
|
+
content: "\E826";
|
|
7302
|
+
}
|
|
7303
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
7304
|
+
content: "\E827";
|
|
7305
|
+
}
|
|
7306
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
7307
|
+
content: "\E828";
|
|
7308
|
+
}
|
|
7309
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
7310
|
+
content: "\E829";
|
|
7311
|
+
}
|
|
7312
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
7313
|
+
content: "\E82A";
|
|
7314
|
+
}
|
|
7315
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
7316
|
+
content: "\E82B";
|
|
7317
|
+
}
|
|
7318
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
7319
|
+
content: "\E82C";
|
|
7320
|
+
}
|
|
7321
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
7322
|
+
content: "\E82D";
|
|
7323
|
+
}
|
|
7135
7324
|
.mdsicon-line-macropool1:before {
|
|
7136
7325
|
content: "\E7F6";
|
|
7137
7326
|
}
|
package/dist/style/dropdown.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
|
}
|