@mdsfe/mds-ui 0.3.0-17 → 0.3.0-19
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.ba42e6f.woff +0 -0
- package/dist/font/{iconfont.fbe81ba.ttf → iconfont.bf5c999.ttf} +0 -0
- package/dist/font/iconfont.d8e6666.woff2 +0 -0
- package/dist/index.js +1 -1
- package/dist/input.js +199 -46
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +68 -10
- 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 +45 -7
- 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 +45 -7
- 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/dist/text.js +199 -46
- package/package.json +1 -1
- package/dist/font/iconfont.08f1d29.woff +0 -0
- package/dist/font/iconfont.6addfa3.woff2 +0 -0
|
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
|
@@ -7643,12 +7667,6 @@ textarea.mds-input {
|
|
|
7643
7667
|
.mds-input-textarea {
|
|
7644
7668
|
resize: vertical;
|
|
7645
7669
|
}
|
|
7646
|
-
.mds-input-show-limit {
|
|
7647
|
-
background: #fff;
|
|
7648
|
-
position: absolute;
|
|
7649
|
-
bottom: 5px;
|
|
7650
|
-
right: 10px;
|
|
7651
|
-
}
|
|
7652
7670
|
.disable .mds-input:hover {
|
|
7653
7671
|
border-color: #d8dce6 !important;
|
|
7654
7672
|
}
|
|
@@ -7656,6 +7674,26 @@ textarea.mds-input {
|
|
|
7656
7674
|
color: #d8dce6 !important;
|
|
7657
7675
|
background-color: #fafafd;
|
|
7658
7676
|
}
|
|
7677
|
+
.mds-input-show-limit {
|
|
7678
|
+
color: #999;
|
|
7679
|
+
font-size: 12px;
|
|
7680
|
+
line-height: 1;
|
|
7681
|
+
display: block;
|
|
7682
|
+
text-align: right;
|
|
7683
|
+
margin-top: 4px;
|
|
7684
|
+
}
|
|
7685
|
+
.mds-input-show-limit--inside {
|
|
7686
|
+
position: absolute;
|
|
7687
|
+
right: 8px;
|
|
7688
|
+
bottom: 8px;
|
|
7689
|
+
background: rgba(255, 255, 255, 0.7);
|
|
7690
|
+
padding: 0 4px;
|
|
7691
|
+
pointer-events: none;
|
|
7692
|
+
}
|
|
7693
|
+
.mds-input-textarea-wrapper {
|
|
7694
|
+
position: relative;
|
|
7695
|
+
width: 100%;
|
|
7696
|
+
}
|
|
7659
7697
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
7660
7698
|
/* stylelint-disable declaration-bang-space-before */
|
|
7661
7699
|
/* stylelint-disable declaration-bang-space-before */
|
|
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/popover.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/progress.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/radio.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/rate.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/row.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/select.css
CHANGED
|
@@ -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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4746
|
+
content: "\EDCD";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-rightarrow:before {
|
|
4749
|
+
content: "\EDCE";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-descendingorder:before {
|
|
4752
|
+
content: "\EDCB";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-filtrate:before {
|
|
4755
|
+
content: "\EDCC";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-button1:before {
|
|
4758
|
+
content: "\EDC7";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-ascendingorder:before {
|
|
4761
|
+
content: "\EDC8";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-list2:before {
|
|
4764
|
+
content: "\EDC9";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-datacard:before {
|
|
4767
|
+
content: "\EDCA";
|
|
4768
|
+
}
|
|
4745
4769
|
.mdsicon-line_merge:before {
|
|
4746
4770
|
content: "\EDC6";
|
|
4747
4771
|
}
|
package/dist/style/slider.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/slottable.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/steps.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
package/dist/style/switch.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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|
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.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.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-leftarrow:before {
|
|
4734
|
+
content: "\EDCD";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-rightarrow:before {
|
|
4737
|
+
content: "\EDCE";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-descendingorder:before {
|
|
4740
|
+
content: "\EDCB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-filtrate:before {
|
|
4743
|
+
content: "\EDCC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-button1:before {
|
|
4746
|
+
content: "\EDC7";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-ascendingorder:before {
|
|
4749
|
+
content: "\EDC8";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list2:before {
|
|
4752
|
+
content: "\EDC9";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datacard:before {
|
|
4755
|
+
content: "\EDCA";
|
|
4756
|
+
}
|
|
4733
4757
|
.mdsicon-line_merge:before {
|
|
4734
4758
|
content: "\EDC6";
|
|
4735
4759
|
}
|