@mdsfe/mds-ui 0.3.0-6 → 0.3.0-7
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/dist/_util/iconfont/index.js +1 -1
- package/dist/font/iconfont.28669ff.woff2 +0 -0
- package/dist/font/{iconfont.3c20845.ttf → iconfont.715b1f7.ttf} +0 -0
- package/dist/font/iconfont.e1a8bf0.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +7 -4
- package/dist/style/alert.css +7 -4
- package/dist/style/anchor.css +7 -4
- package/dist/style/avatar.css +7 -4
- package/dist/style/badge.css +7 -4
- package/dist/style/bordershadow.css +7 -4
- package/dist/style/breadcrumb.css +7 -4
- package/dist/style/button.css +7 -4
- package/dist/style/card.css +7 -4
- package/dist/style/carousel.css +7 -4
- package/dist/style/checkbox.css +7 -4
- package/dist/style/col.css +7 -4
- package/dist/style/collapse.css +7 -4
- package/dist/style/color.css +7 -4
- package/dist/style/datepicker.css +7 -4
- package/dist/style/divider.css +7 -4
- package/dist/style/drawer.css +7 -4
- package/dist/style/dropdown.css +7 -4
- package/dist/style/empty.css +7 -4
- package/dist/style/font.css +7 -4
- package/dist/style/form.css +7 -4
- package/dist/style/icon.css +7 -4
- package/dist/style/input.css +7 -4
- package/dist/style/inputnumber.css +7 -4
- package/dist/style/layout.css +7 -4
- package/dist/style/list.css +7 -4
- package/dist/style/loading.css +7 -4
- package/dist/style/menu.css +7 -4
- package/dist/style/modal.css +7 -4
- package/dist/style/notification.css +7 -4
- package/dist/style/pagination.css +7 -4
- package/dist/style/popconfirm.css +7 -4
- package/dist/style/popover.css +7 -4
- package/dist/style/progress.css +7 -4
- package/dist/style/radio.css +7 -4
- package/dist/style/rate.css +7 -4
- package/dist/style/row.css +7 -4
- package/dist/style/select.css +7 -4
- package/dist/style/slider.css +7 -4
- package/dist/style/slottable.css +7 -4
- package/dist/style/steps.css +7 -4
- package/dist/style/switch.css +7 -4
- package/dist/style/table.css +7 -4
- package/dist/style/tabs.css +7 -4
- package/dist/style/tag.css +7 -4
- package/dist/style/text.css +7 -4
- package/dist/style/timeline.css +7 -4
- package/dist/style/timepicker.css +7 -4
- package/dist/style/tooltip.css +7 -4
- package/dist/style/tree.css +7 -4
- package/dist/style/typography.css +7 -4
- package/dist/style/upload.css +7 -4
- package/package.json +1 -1
- package/dist/font/iconfont.7c5f657.woff +0 -0
- package/dist/font/iconfont.9642ecd.woff2 +0 -0
package/dist/style/table.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/tabs.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/tag.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/text.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/timeline.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
|
@@ -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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/tooltip.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/tree.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
|
@@ -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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/dist/style/upload.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.28669ff.woff2) format('woff2'), url(/dist/font/iconfont.e1a8bf0.woff) format('woff'), url(/dist/font/iconfont.715b1f7.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,12 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-turnopen:before {
|
|
4734
|
+
content: "\E821";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-turnclose:before {
|
|
4737
|
+
content: "\E822";
|
|
4738
|
+
}
|
|
4733
4739
|
.mdsicon-line-addfolder:before {
|
|
4734
4740
|
content: "\E820";
|
|
4735
4741
|
}
|
|
@@ -4766,9 +4772,6 @@ samp {
|
|
|
4766
4772
|
.mdsicon-line-even:before {
|
|
4767
4773
|
content: "\E80B";
|
|
4768
4774
|
}
|
|
4769
|
-
.mdsicon-line-drag1:before {
|
|
4770
|
-
content: "\E80A";
|
|
4771
|
-
}
|
|
4772
4775
|
.mdsicon-line-constant:before {
|
|
4773
4776
|
content: "\E7FE";
|
|
4774
4777
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|