@mdsfe/mds-ui 0.3.0-1 → 0.3.0-2
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.3bffbc2.ttf → iconfont.36c3afe.ttf} +0 -0
- package/dist/font/iconfont.50be7d0.woff2 +0 -0
- package/dist/font/iconfont.f586f3d.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +58 -1
- package/dist/style/alert.css +58 -1
- package/dist/style/anchor.css +58 -1
- package/dist/style/avatar.css +58 -1
- package/dist/style/badge.css +58 -1
- package/dist/style/bordershadow.css +58 -1
- package/dist/style/breadcrumb.css +58 -1
- package/dist/style/button.css +58 -1
- package/dist/style/card.css +58 -1
- package/dist/style/carousel.css +58 -1
- package/dist/style/checkbox.css +58 -1
- package/dist/style/col.css +58 -1
- package/dist/style/collapse.css +58 -1
- package/dist/style/color.css +58 -1
- package/dist/style/datepicker.css +58 -1
- package/dist/style/divider.css +58 -1
- package/dist/style/drawer.css +58 -1
- package/dist/style/dropdown.css +58 -1
- package/dist/style/empty.css +58 -1
- package/dist/style/font.css +58 -1
- package/dist/style/form.css +58 -1
- package/dist/style/icon.css +58 -1
- package/dist/style/input.css +58 -1
- package/dist/style/inputnumber.css +58 -1
- package/dist/style/layout.css +58 -1
- package/dist/style/list.css +58 -1
- package/dist/style/loading.css +58 -1
- package/dist/style/menu.css +58 -1
- package/dist/style/modal.css +58 -1
- package/dist/style/notification.css +58 -1
- package/dist/style/pagination.css +58 -1
- package/dist/style/popconfirm.css +58 -1
- package/dist/style/popover.css +58 -1
- package/dist/style/progress.css +58 -1
- package/dist/style/radio.css +58 -1
- package/dist/style/rate.css +58 -1
- package/dist/style/row.css +58 -1
- package/dist/style/select.css +58 -1
- package/dist/style/slider.css +58 -1
- package/dist/style/slottable.css +58 -1
- package/dist/style/steps.css +58 -1
- package/dist/style/switch.css +58 -1
- package/dist/style/table.css +58 -1
- package/dist/style/tabs.css +58 -1
- package/dist/style/tag.css +58 -1
- package/dist/style/text.css +58 -1
- package/dist/style/timeline.css +58 -1
- package/dist/style/timepicker.css +58 -1
- package/dist/style/tooltip.css +58 -1
- package/dist/style/tree.css +58 -1
- package/dist/style/typography.css +58 -1
- package/dist/style/upload.css +58 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1013
- package/dist/font/iconfont.06f3ab6.woff2 +0 -0
- package/dist/font/iconfont.dd6d5df.woff +0 -0
package/dist/style/carousel.css
CHANGED
|
@@ -768,7 +768,7 @@ samp {
|
|
|
768
768
|
font-display: auto;
|
|
769
769
|
font-style: normal;
|
|
770
770
|
/* project id 1921203 */
|
|
771
|
-
src: url(/dist/font/iconfont.
|
|
771
|
+
src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
772
772
|
}
|
|
773
773
|
.mdsicon {
|
|
774
774
|
display: inline-block;
|
|
@@ -4944,6 +4944,63 @@ samp {
|
|
|
4944
4944
|
display: inline-block;
|
|
4945
4945
|
animation: loadingCircle 6s infinite linear;
|
|
4946
4946
|
}
|
|
4947
|
+
.mdsicon-line-constant:before {
|
|
4948
|
+
content: "\E7FE";
|
|
4949
|
+
}
|
|
4950
|
+
.mdsicon-line-processview:before {
|
|
4951
|
+
content: "\E808";
|
|
4952
|
+
}
|
|
4953
|
+
.mdsicon-line-relationalview:before {
|
|
4954
|
+
content: "\E809";
|
|
4955
|
+
}
|
|
4956
|
+
.mdsicon-line-datasheet:before {
|
|
4957
|
+
content: "\E806";
|
|
4958
|
+
}
|
|
4959
|
+
.mdsicon-line-linkview:before {
|
|
4960
|
+
content: "\E807";
|
|
4961
|
+
}
|
|
4962
|
+
.mdsicon-line-synchronization:before {
|
|
4963
|
+
content: "\E801";
|
|
4964
|
+
}
|
|
4965
|
+
.mdsicon-line-detailedlist:before {
|
|
4966
|
+
content: "\E802";
|
|
4967
|
+
}
|
|
4968
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4969
|
+
content: "\E803";
|
|
4970
|
+
}
|
|
4971
|
+
.mdsicon-line-summarysheet:before {
|
|
4972
|
+
content: "\E804";
|
|
4973
|
+
}
|
|
4974
|
+
.mdsicon-line-historicalrecord:before {
|
|
4975
|
+
content: "\E805";
|
|
4976
|
+
}
|
|
4977
|
+
.mdsicon-line-maintenancedata:before {
|
|
4978
|
+
content: "\E7FB";
|
|
4979
|
+
}
|
|
4980
|
+
.mdsicon-line-accountingscheme:before {
|
|
4981
|
+
content: "\E7FC";
|
|
4982
|
+
}
|
|
4983
|
+
.mdsicon-line-edition:before {
|
|
4984
|
+
content: "\E7FD";
|
|
4985
|
+
}
|
|
4986
|
+
.mdsicon-line-performancechart:before {
|
|
4987
|
+
content: "\E7FF";
|
|
4988
|
+
}
|
|
4989
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4990
|
+
content: "\E800";
|
|
4991
|
+
}
|
|
4992
|
+
.mdsicon-line-bold:before {
|
|
4993
|
+
content: "\E7F7";
|
|
4994
|
+
}
|
|
4995
|
+
.mdsicon-line-right1:before {
|
|
4996
|
+
content: "\E7F8";
|
|
4997
|
+
}
|
|
4998
|
+
.mdsicon-line-left1:before {
|
|
4999
|
+
content: "\E7F9";
|
|
5000
|
+
}
|
|
5001
|
+
.mdsicon-line-center1:before {
|
|
5002
|
+
content: "\E7FA";
|
|
5003
|
+
}
|
|
4947
5004
|
.mdsicon-line-macropool1:before {
|
|
4948
5005
|
content: "\E7F6";
|
|
4949
5006
|
}
|
package/dist/style/checkbox.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|
|
@@ -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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4742,6 +4742,63 @@ samp {
|
|
|
4742
4742
|
display: inline-block;
|
|
4743
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4744
4744
|
}
|
|
4745
|
+
.mdsicon-line-constant:before {
|
|
4746
|
+
content: "\E7FE";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-processview:before {
|
|
4749
|
+
content: "\E808";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-relationalview:before {
|
|
4752
|
+
content: "\E809";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-datasheet:before {
|
|
4755
|
+
content: "\E806";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-linkview:before {
|
|
4758
|
+
content: "\E807";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-synchronization:before {
|
|
4761
|
+
content: "\E801";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-detailedlist:before {
|
|
4764
|
+
content: "\E802";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4767
|
+
content: "\E803";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-summarysheet:before {
|
|
4770
|
+
content: "\E804";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-historicalrecord:before {
|
|
4773
|
+
content: "\E805";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-maintenancedata:before {
|
|
4776
|
+
content: "\E7FB";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-accountingscheme:before {
|
|
4779
|
+
content: "\E7FC";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-edition:before {
|
|
4782
|
+
content: "\E7FD";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-performancechart:before {
|
|
4785
|
+
content: "\E7FF";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4788
|
+
content: "\E800";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-bold:before {
|
|
4791
|
+
content: "\E7F7";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-right1:before {
|
|
4794
|
+
content: "\E7F8";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-left1:before {
|
|
4797
|
+
content: "\E7F9";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-center1:before {
|
|
4800
|
+
content: "\E7FA";
|
|
4801
|
+
}
|
|
4745
4802
|
.mdsicon-line-macropool1:before {
|
|
4746
4803
|
content: "\E7F6";
|
|
4747
4804
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7033,6 +7033,63 @@ samp {
|
|
|
7033
7033
|
display: inline-block;
|
|
7034
7034
|
animation: loadingCircle 6s infinite linear;
|
|
7035
7035
|
}
|
|
7036
|
+
.mdsicon-line-constant:before {
|
|
7037
|
+
content: "\E7FE";
|
|
7038
|
+
}
|
|
7039
|
+
.mdsicon-line-processview:before {
|
|
7040
|
+
content: "\E808";
|
|
7041
|
+
}
|
|
7042
|
+
.mdsicon-line-relationalview:before {
|
|
7043
|
+
content: "\E809";
|
|
7044
|
+
}
|
|
7045
|
+
.mdsicon-line-datasheet:before {
|
|
7046
|
+
content: "\E806";
|
|
7047
|
+
}
|
|
7048
|
+
.mdsicon-line-linkview:before {
|
|
7049
|
+
content: "\E807";
|
|
7050
|
+
}
|
|
7051
|
+
.mdsicon-line-synchronization:before {
|
|
7052
|
+
content: "\E801";
|
|
7053
|
+
}
|
|
7054
|
+
.mdsicon-line-detailedlist:before {
|
|
7055
|
+
content: "\E802";
|
|
7056
|
+
}
|
|
7057
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
7058
|
+
content: "\E803";
|
|
7059
|
+
}
|
|
7060
|
+
.mdsicon-line-summarysheet:before {
|
|
7061
|
+
content: "\E804";
|
|
7062
|
+
}
|
|
7063
|
+
.mdsicon-line-historicalrecord:before {
|
|
7064
|
+
content: "\E805";
|
|
7065
|
+
}
|
|
7066
|
+
.mdsicon-line-maintenancedata:before {
|
|
7067
|
+
content: "\E7FB";
|
|
7068
|
+
}
|
|
7069
|
+
.mdsicon-line-accountingscheme:before {
|
|
7070
|
+
content: "\E7FC";
|
|
7071
|
+
}
|
|
7072
|
+
.mdsicon-line-edition:before {
|
|
7073
|
+
content: "\E7FD";
|
|
7074
|
+
}
|
|
7075
|
+
.mdsicon-line-performancechart:before {
|
|
7076
|
+
content: "\E7FF";
|
|
7077
|
+
}
|
|
7078
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
7079
|
+
content: "\E800";
|
|
7080
|
+
}
|
|
7081
|
+
.mdsicon-line-bold:before {
|
|
7082
|
+
content: "\E7F7";
|
|
7083
|
+
}
|
|
7084
|
+
.mdsicon-line-right1:before {
|
|
7085
|
+
content: "\E7F8";
|
|
7086
|
+
}
|
|
7087
|
+
.mdsicon-line-left1:before {
|
|
7088
|
+
content: "\E7F9";
|
|
7089
|
+
}
|
|
7090
|
+
.mdsicon-line-center1:before {
|
|
7091
|
+
content: "\E7FA";
|
|
7092
|
+
}
|
|
7036
7093
|
.mdsicon-line-macropool1:before {
|
|
7037
7094
|
content: "\E7F6";
|
|
7038
7095
|
}
|
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.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,63 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-constant:before {
|
|
4734
|
+
content: "\E7FE";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-processview:before {
|
|
4737
|
+
content: "\E808";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-relationalview:before {
|
|
4740
|
+
content: "\E809";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-datasheet:before {
|
|
4743
|
+
content: "\E806";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-linkview:before {
|
|
4746
|
+
content: "\E807";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-synchronization:before {
|
|
4749
|
+
content: "\E801";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-detailedlist:before {
|
|
4752
|
+
content: "\E802";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-bigdataplatformtable:before {
|
|
4755
|
+
content: "\E803";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-summarysheet:before {
|
|
4758
|
+
content: "\E804";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-historicalrecord:before {
|
|
4761
|
+
content: "\E805";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-maintenancedata:before {
|
|
4764
|
+
content: "\E7FB";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-accountingscheme:before {
|
|
4767
|
+
content: "\E7FC";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-edition:before {
|
|
4770
|
+
content: "\E7FD";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-performancechart:before {
|
|
4773
|
+
content: "\E7FF";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-spmlocalsurface:before {
|
|
4776
|
+
content: "\E800";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-bold:before {
|
|
4779
|
+
content: "\E7F7";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-right1:before {
|
|
4782
|
+
content: "\E7F8";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-left1:before {
|
|
4785
|
+
content: "\E7F9";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-center1:before {
|
|
4788
|
+
content: "\E7FA";
|
|
4789
|
+
}
|
|
4733
4790
|
.mdsicon-line-macropool1:before {
|
|
4734
4791
|
content: "\E7F6";
|
|
4735
4792
|
}
|