@mdsfe/mds-ui 0.2.10-rc.10 → 0.2.10-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 +971 -0
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/backtop.js +4 -4
- package/dist/carousel.js +69 -13
- package/dist/cascader.js +53 -25
- package/dist/cascaderpanel.js +4 -4
- package/dist/checkbox.js +10 -10
- package/dist/datepicker.js +71 -43
- package/dist/drawer.js +12 -12
- package/dist/dropdown.js +9 -9
- package/dist/font/{iconfont.22ef8cb.ttf → iconfont.2565355.ttf} +0 -0
- package/dist/font/iconfont.a0976b9.woff +0 -0
- package/dist/font/iconfont.e6d3c83.woff2 +0 -0
- package/dist/form.js +114 -21
- package/dist/index.js +1 -1
- package/dist/input.js +10 -10
- package/dist/inputnumber.js +7 -7
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +584 -214
- package/dist/menu.js +4 -4
- package/dist/message.js +6 -6
- package/dist/modal.js +13 -13
- package/dist/notification.js +9 -9
- package/dist/pagination.js +5 -5
- package/dist/popconfirm.js +9 -9
- package/dist/popover.js +75 -19
- package/dist/progress.js +44 -2
- package/dist/radio.js +4 -4
- package/dist/rate.js +4 -4
- package/dist/select.js +64 -36
- package/dist/slottable.js +63 -35
- package/dist/style/affix.css +19 -1
- package/dist/style/alert.css +19 -1
- package/dist/style/anchor.css +19 -1
- package/dist/style/avatar.css +19 -1
- package/dist/style/badge.css +19 -1
- package/dist/style/bordershadow.css +19 -1
- package/dist/style/breadcrumb.css +19 -1
- package/dist/style/button.css +19 -1
- package/dist/style/card.css +19 -1
- package/dist/style/carousel.css +19 -1
- package/dist/style/checkbox.css +19 -1
- package/dist/style/col.css +19 -1
- package/dist/style/collapse.css +19 -1
- package/dist/style/color.css +19 -1
- package/dist/style/datepicker.css +19 -1
- package/dist/style/divider.css +19 -1
- package/dist/style/drawer.css +19 -1
- package/dist/style/dropdown.css +19 -1
- package/dist/style/empty.css +19 -1
- package/dist/style/font.css +19 -1
- package/dist/style/form.css +19 -1
- package/dist/style/icon.css +19 -1
- package/dist/style/input.css +19 -1
- package/dist/style/inputnumber.css +19 -1
- package/dist/style/layout.css +19 -1
- package/dist/style/list.css +19 -1
- package/dist/style/loading.css +19 -1
- package/dist/style/menu.css +19 -1
- package/dist/style/modal.css +19 -1
- package/dist/style/notification.css +19 -1
- package/dist/style/pagination.css +19 -1
- package/dist/style/popconfirm.css +19 -1
- package/dist/style/popover.css +19 -1
- package/dist/style/progress.css +19 -1
- package/dist/style/radio.css +19 -1
- package/dist/style/rate.css +19 -1
- package/dist/style/row.css +19 -1
- package/dist/style/select.css +19 -1
- package/dist/style/slider.css +19 -1
- package/dist/style/slottable.css +19 -1
- package/dist/style/steps.css +19 -1
- package/dist/style/switch.css +19 -1
- package/dist/style/table.css +19 -1
- package/dist/style/tabs.css +19 -1
- package/dist/style/tag.css +19 -1
- package/dist/style/text.css +19 -1
- package/dist/style/timeline.css +19 -1
- package/dist/style/timepicker.css +19 -1
- package/dist/style/tooltip.css +19 -1
- package/dist/style/tree.css +19 -1
- package/dist/style/typography.css +19 -1
- package/dist/style/upload.css +19 -1
- package/dist/switch.js +4 -4
- package/dist/table.js +96 -40
- package/dist/tabs.js +74 -7
- package/dist/text.js +4 -4
- package/dist/timepicker.js +50 -22
- package/dist/tooltip.js +49 -21
- package/dist/transfer.js +10 -10
- package/dist/tree.js +52 -10
- package/dist/upload.js +46 -4
- package/package.json +1 -1
- package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
- package/dist/font/iconfont.c5d3297.woff +0 -0
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
|
@@ -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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
|
@@ -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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
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.e6d3c83.woff2) format('woff2'), url(/dist/font/iconfont.a0976b9.woff) format('woff'), url(/dist/font/iconfont.2565355.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,24 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-accounting-scheme:before {
|
|
4728
|
+
content: "\E73D";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-approval-configuration:before {
|
|
4731
|
+
content: "\E73E";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-line-royalty-accountingplan:before {
|
|
4734
|
+
content: "\E739";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-extraction-table:before {
|
|
4737
|
+
content: "\E73A";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-confirm-configuration:before {
|
|
4740
|
+
content: "\E73B";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-index-upload:before {
|
|
4743
|
+
content: "\E73C";
|
|
4744
|
+
}
|
|
4727
4745
|
.mdsicon-line-add-ebi:before {
|
|
4728
4746
|
content: "\E725";
|
|
4729
4747
|
}
|
package/dist/switch.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_util/util")) : factory(root["./_util/proptype"], root["./_util/util"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(window, function(__WEBPACK_EXTERNAL_MODULE__8__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__21__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
13
13
|
/******/ var installedModules = {};
|
|
@@ -263,7 +263,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
|
|
|
263
263
|
var proptype_ = __webpack_require__(8);
|
|
264
264
|
|
|
265
265
|
// EXTERNAL MODULE: external "./_util/util"
|
|
266
|
-
var util_ = __webpack_require__(
|
|
266
|
+
var util_ = __webpack_require__(21);
|
|
267
267
|
|
|
268
268
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/switch/switch.vue?vue&type=script&lang=js&
|
|
269
269
|
|
|
@@ -416,10 +416,10 @@ switch_switch.install = function (Vue) {
|
|
|
416
416
|
|
|
417
417
|
/***/ }),
|
|
418
418
|
|
|
419
|
-
/***/
|
|
419
|
+
/***/ 21:
|
|
420
420
|
/***/ (function(module, exports) {
|
|
421
421
|
|
|
422
|
-
module.exports =
|
|
422
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
|
|
423
423
|
|
|
424
424
|
/***/ }),
|
|
425
425
|
|