@mdsfe/mds-ui 0.3.0-0 → 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.784954d.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 +109 -1
- package/dist/style/alert.css +109 -1
- package/dist/style/anchor.css +109 -1
- package/dist/style/avatar.css +109 -1
- package/dist/style/badge.css +109 -1
- package/dist/style/bordershadow.css +109 -1
- package/dist/style/breadcrumb.css +109 -1
- package/dist/style/button.css +109 -1
- package/dist/style/card.css +109 -1
- package/dist/style/carousel.css +109 -1
- package/dist/style/checkbox.css +109 -1
- package/dist/style/col.css +109 -1
- package/dist/style/collapse.css +109 -1
- package/dist/style/color.css +109 -1
- package/dist/style/datepicker.css +109 -1
- package/dist/style/divider.css +109 -1
- package/dist/style/drawer.css +109 -1
- package/dist/style/dropdown.css +109 -1
- package/dist/style/empty.css +109 -1
- package/dist/style/font.css +109 -1
- package/dist/style/form.css +109 -1
- package/dist/style/icon.css +109 -1
- package/dist/style/input.css +109 -1
- package/dist/style/inputnumber.css +109 -1
- package/dist/style/layout.css +109 -1
- package/dist/style/list.css +109 -1
- package/dist/style/loading.css +109 -1
- package/dist/style/menu.css +109 -1
- package/dist/style/modal.css +109 -1
- package/dist/style/notification.css +109 -1
- package/dist/style/pagination.css +109 -1
- package/dist/style/popconfirm.css +109 -1
- package/dist/style/popover.css +109 -1
- package/dist/style/progress.css +109 -1
- package/dist/style/radio.css +109 -1
- package/dist/style/rate.css +109 -1
- package/dist/style/row.css +109 -1
- package/dist/style/select.css +109 -1
- package/dist/style/slider.css +109 -1
- package/dist/style/slottable.css +109 -1
- package/dist/style/steps.css +109 -1
- package/dist/style/switch.css +109 -1
- package/dist/style/table.css +109 -1
- package/dist/style/tabs.css +109 -1
- package/dist/style/tag.css +109 -1
- package/dist/style/text.css +109 -1
- package/dist/style/timeline.css +109 -1
- package/dist/style/timepicker.css +109 -1
- package/dist/style/tooltip.css +109 -1
- package/dist/style/tree.css +109 -1
- package/dist/style/typography.css +109 -1
- package/dist/style/upload.css +109 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1013
- package/dist/font/iconfont.4ac77c3.woff2 +0 -0
- package/dist/font/iconfont.5a7af4c.woff +0 -0
package/dist/style/divider.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.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,114 @@ 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
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
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,114 @@ 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
|
+
}
|
|
7093
|
+
.mdsicon-line-macropool1:before {
|
|
7094
|
+
content: "\E7F6";
|
|
7095
|
+
}
|
|
7096
|
+
.mdsicon-line-format-u:before {
|
|
7097
|
+
content: "\E7F5";
|
|
7098
|
+
}
|
|
7099
|
+
.mdsicon-line-macropool:before {
|
|
7100
|
+
content: "\E7F4";
|
|
7101
|
+
}
|
|
7102
|
+
.mdsicon-line-format-h:before {
|
|
7103
|
+
content: "\E7F3";
|
|
7104
|
+
}
|
|
7105
|
+
.mdsicon-line-table-circle-up:before {
|
|
7106
|
+
content: "\E7F2";
|
|
7107
|
+
}
|
|
7108
|
+
.mdsicon-line-table-circle-down:before {
|
|
7109
|
+
content: "\E7F1";
|
|
7110
|
+
}
|
|
7111
|
+
.mdsicon-line-list-caret-right:before {
|
|
7112
|
+
content: "\E7EF";
|
|
7113
|
+
}
|
|
7114
|
+
.mdsicon-line-list-caret-down:before {
|
|
7115
|
+
content: "\E7F0";
|
|
7116
|
+
}
|
|
7117
|
+
.mdsicon-line-list-add:before {
|
|
7118
|
+
content: "\E7ED";
|
|
7119
|
+
}
|
|
7120
|
+
.mdsicon-line-list-more:before {
|
|
7121
|
+
content: "\E7EE";
|
|
7122
|
+
}
|
|
7123
|
+
.mdsicon-line-btn-edit:before {
|
|
7124
|
+
content: "\E7EA";
|
|
7125
|
+
}
|
|
7126
|
+
.mdsicon-line-btn-delete:before {
|
|
7127
|
+
content: "\E7EB";
|
|
7128
|
+
}
|
|
7129
|
+
.mdsicon-line-btn-add:before {
|
|
7130
|
+
content: "\E7EC";
|
|
7131
|
+
}
|
|
7132
|
+
.mdsicon-line-table-arrow-down:before {
|
|
7133
|
+
content: "\E7E8";
|
|
7134
|
+
}
|
|
7135
|
+
.mdsicon-line-table-delete:before {
|
|
7136
|
+
content: "\E7E9";
|
|
7137
|
+
}
|
|
7138
|
+
.mdsicon-line-table-edit:before {
|
|
7139
|
+
content: "\E7E6";
|
|
7140
|
+
}
|
|
7141
|
+
.mdsicon-line-table-arrow-up:before {
|
|
7142
|
+
content: "\E7E7";
|
|
7143
|
+
}
|
|
7036
7144
|
.mdsicon-fill-chart:before {
|
|
7037
7145
|
content: "\E7E3";
|
|
7038
7146
|
}
|
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,114 @@ 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
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
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.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,114 @@ 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
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|
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.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,114 @@ 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
|
+
}
|
|
4790
|
+
.mdsicon-line-macropool1:before {
|
|
4791
|
+
content: "\E7F6";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-format-u:before {
|
|
4794
|
+
content: "\E7F5";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-macropool:before {
|
|
4797
|
+
content: "\E7F4";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-format-h:before {
|
|
4800
|
+
content: "\E7F3";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-table-circle-up:before {
|
|
4803
|
+
content: "\E7F2";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-table-circle-down:before {
|
|
4806
|
+
content: "\E7F1";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-list-caret-right:before {
|
|
4809
|
+
content: "\E7EF";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-list-caret-down:before {
|
|
4812
|
+
content: "\E7F0";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-list-add:before {
|
|
4815
|
+
content: "\E7ED";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-list-more:before {
|
|
4818
|
+
content: "\E7EE";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-btn-edit:before {
|
|
4821
|
+
content: "\E7EA";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-btn-delete:before {
|
|
4824
|
+
content: "\E7EB";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-btn-add:before {
|
|
4827
|
+
content: "\E7EC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4830
|
+
content: "\E7E8";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-table-delete:before {
|
|
4833
|
+
content: "\E7E9";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-table-edit:before {
|
|
4836
|
+
content: "\E7E6";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4839
|
+
content: "\E7E7";
|
|
4840
|
+
}
|
|
4733
4841
|
.mdsicon-fill-chart:before {
|
|
4734
4842
|
content: "\E7E3";
|
|
4735
4843
|
}
|