@mdsfe/mds-ui 0.2.11-rc.10 → 0.2.11-rc.12
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 +994 -0
- package/dist/_util/iconfont/index.js +12 -13
- package/dist/font/iconfont.396260c.woff2 +0 -0
- package/dist/font/{iconfont.3375cbc.ttf → iconfont.3f886fd.ttf} +0 -0
- package/dist/font/iconfont.881db5a.woff +0 -0
- package/dist/index.js +1 -1
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +26 -9
- package/dist/slider.js +36 -15
- package/dist/style/affix.css +25 -1
- package/dist/style/alert.css +25 -1
- package/dist/style/anchor.css +25 -1
- package/dist/style/avatar.css +25 -1
- package/dist/style/badge.css +25 -1
- package/dist/style/bordershadow.css +25 -1
- package/dist/style/breadcrumb.css +25 -1
- package/dist/style/button.css +25 -1
- package/dist/style/card.css +25 -1
- package/dist/style/carousel.css +25 -1
- package/dist/style/checkbox.css +25 -1
- package/dist/style/col.css +25 -1
- package/dist/style/collapse.css +25 -1
- package/dist/style/color.css +25 -1
- package/dist/style/datepicker.css +25 -1
- package/dist/style/divider.css +25 -1
- package/dist/style/drawer.css +25 -1
- package/dist/style/dropdown.css +25 -1
- package/dist/style/empty.css +25 -1
- package/dist/style/font.css +25 -1
- package/dist/style/form.css +25 -1
- package/dist/style/icon.css +25 -1
- package/dist/style/input.css +25 -1
- package/dist/style/inputnumber.css +25 -1
- package/dist/style/layout.css +25 -1
- package/dist/style/list.css +25 -1
- package/dist/style/loading.css +25 -1
- package/dist/style/menu.css +25 -1
- package/dist/style/modal.css +25 -1
- package/dist/style/notification.css +25 -1
- package/dist/style/pagination.css +25 -1
- package/dist/style/popconfirm.css +25 -1
- package/dist/style/popover.css +25 -1
- package/dist/style/progress.css +25 -1
- package/dist/style/radio.css +25 -1
- package/dist/style/rate.css +25 -1
- package/dist/style/row.css +25 -1
- package/dist/style/select.css +25 -1
- package/dist/style/slider.css +25 -1
- package/dist/style/slottable.css +25 -1
- package/dist/style/steps.css +25 -1
- package/dist/style/switch.css +25 -1
- package/dist/style/table.css +25 -1
- package/dist/style/tabs.css +25 -1
- package/dist/style/tag.css +25 -1
- package/dist/style/text.css +25 -1
- package/dist/style/timeline.css +25 -1
- package/dist/style/timepicker.css +25 -1
- package/dist/style/tooltip.css +25 -1
- package/dist/style/tree.css +25 -1
- package/dist/style/typography.css +25 -1
- package/dist/style/upload.css +25 -1
- package/package.json +1 -1
- package/dist/font/iconfont.18d0990.woff +0 -0
- package/dist/font/iconfont.98a83f4.woff2 +0 -0
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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/collapse.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/color.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
|
@@ -566,7 +566,7 @@ samp {
|
|
|
566
566
|
font-display: auto;
|
|
567
567
|
font-style: normal;
|
|
568
568
|
/* project id 1921203 */
|
|
569
|
-
src: url(/dist/font/iconfont.
|
|
569
|
+
src: url(/dist/font/iconfont.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4742,6 +4742,30 @@ samp {
|
|
|
4742
4742
|
display: inline-block;
|
|
4743
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4744
4744
|
}
|
|
4745
|
+
.mdsicon-line-open-drawer:before {
|
|
4746
|
+
content: "\E7A6";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4749
|
+
content: "\E7A5";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-unhide-rows:before {
|
|
4752
|
+
content: "\E7A0";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-unhide-columns:before {
|
|
4755
|
+
content: "\E7A1";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-freeze-panes:before {
|
|
4758
|
+
content: "\E7A2";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-hide-column:before {
|
|
4761
|
+
content: "\E7A3";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-hide-rows:before {
|
|
4764
|
+
content: "\E7A4";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-carryout:before {
|
|
4767
|
+
content: "\E782";
|
|
4768
|
+
}
|
|
4745
4769
|
.mdsicon-line-derive:before {
|
|
4746
4770
|
content: "\E76C";
|
|
4747
4771
|
}
|
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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7033,6 +7033,30 @@ samp {
|
|
|
7033
7033
|
display: inline-block;
|
|
7034
7034
|
animation: loadingCircle 6s infinite linear;
|
|
7035
7035
|
}
|
|
7036
|
+
.mdsicon-line-open-drawer:before {
|
|
7037
|
+
content: "\E7A6";
|
|
7038
|
+
}
|
|
7039
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
7040
|
+
content: "\E7A5";
|
|
7041
|
+
}
|
|
7042
|
+
.mdsicon-line-unhide-rows:before {
|
|
7043
|
+
content: "\E7A0";
|
|
7044
|
+
}
|
|
7045
|
+
.mdsicon-line-unhide-columns:before {
|
|
7046
|
+
content: "\E7A1";
|
|
7047
|
+
}
|
|
7048
|
+
.mdsicon-line-freeze-panes:before {
|
|
7049
|
+
content: "\E7A2";
|
|
7050
|
+
}
|
|
7051
|
+
.mdsicon-line-hide-column:before {
|
|
7052
|
+
content: "\E7A3";
|
|
7053
|
+
}
|
|
7054
|
+
.mdsicon-line-hide-rows:before {
|
|
7055
|
+
content: "\E7A4";
|
|
7056
|
+
}
|
|
7057
|
+
.mdsicon-line-carryout:before {
|
|
7058
|
+
content: "\E782";
|
|
7059
|
+
}
|
|
7036
7060
|
.mdsicon-line-derive:before {
|
|
7037
7061
|
content: "\E76C";
|
|
7038
7062
|
}
|
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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/empty.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/font.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/form.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/icon.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/input.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
|
@@ -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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/layout.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/list.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/loading.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|
package/dist/style/menu.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.396260c.woff2) format('woff2'), url(/dist/font/iconfont.881db5a.woff) format('woff'), url(/dist/font/iconfont.3f886fd.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,30 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-open-drawer:before {
|
|
4734
|
+
content: "\E7A6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4737
|
+
content: "\E7A5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-unhide-rows:before {
|
|
4740
|
+
content: "\E7A0";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-unhide-columns:before {
|
|
4743
|
+
content: "\E7A1";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-freeze-panes:before {
|
|
4746
|
+
content: "\E7A2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide-column:before {
|
|
4749
|
+
content: "\E7A3";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hide-rows:before {
|
|
4752
|
+
content: "\E7A4";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-carryout:before {
|
|
4755
|
+
content: "\E782";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line-derive:before {
|
|
4734
4758
|
content: "\E76C";
|
|
4735
4759
|
}
|