@mdsfe/mds-ui 0.2.0 → 0.2.9-rc.1
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 +178 -0
- package/README.md +9 -9
- package/dist/_mixin/popper.js +1 -0
- package/dist/_util/_popper/dom-helper.js +284 -0
- package/dist/_util/_popper/popper-mixin.js +35 -0
- package/dist/_util/_popper/popper.js +1267 -0
- package/dist/_util/_popper/popup/popup-main.js +224 -0
- package/dist/_util/_popper/popup/popup-manager.js +205 -0
- package/dist/_util/_popper/vue-popper.js +204 -0
- package/dist/_util/popup/index.js +1 -1
- package/dist/_util/tree/node.js +2 -0
- package/dist/_util/tree/tree.js +65 -21
- package/dist/_util/util.js +29 -1
- package/dist/affix.js +18 -18
- package/dist/anchor.js +18 -18
- package/dist/avatar.js +17 -17
- package/dist/backtop.js +19 -19
- package/dist/badge.js +21 -21
- package/dist/bordershadow.js +20 -9
- package/dist/breadcrumb.js +18 -18
- package/dist/button.js +21 -21
- package/dist/card.js +18 -18
- package/dist/carousel.js +76 -76
- package/dist/cascader.js +4980 -0
- package/dist/cascaderpanel.js +645 -603
- package/dist/checkbox.js +23 -23
- package/dist/col.js +14 -14
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +2487 -266
- package/dist/divider.js +19 -19
- package/dist/drawer.js +787 -37
- package/dist/dropdown.js +150 -104
- package/dist/empty.js +19 -19
- package/dist/font/iconfont.28359fa.ttf +0 -0
- package/dist/font/iconfont.486e3d3.woff2 +0 -0
- package/dist/font/iconfont.675049e.woff +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +28 -26
- package/dist/icon.js +55 -47
- package/dist/index.js +1 -1
- package/dist/input.js +65 -49
- package/dist/inputnumber.js +59 -39
- package/dist/layout.js +25 -25
- package/dist/list.js +17 -17
- package/dist/loading.js +21 -8
- package/dist/mds-ui.min.css +3 -3
- package/dist/mds-ui.min.js +19183 -15407
- package/dist/menu.js +31 -31
- package/dist/message.js +773 -24
- package/dist/modal.js +1146 -307
- package/dist/notification.js +27 -27
- package/dist/pagination.js +78 -55
- package/dist/popconfirm.js +36 -36
- package/dist/popover.js +2778 -48
- package/dist/progress.js +107 -65
- package/dist/radio.js +56 -54
- package/dist/rate.js +67 -59
- package/dist/row.js +14 -14
- package/dist/select.js +847 -503
- package/dist/slider.js +25 -25
- package/dist/slottable.js +2663 -129
- package/dist/steps.js +18 -18
- package/dist/style/affix.css +224 -2
- package/dist/style/anchor.css +224 -2
- package/dist/style/avatar.css +224 -2
- package/dist/style/badge.css +224 -2
- package/dist/style/bordershadow.css +236 -59
- package/dist/style/breadcrumb.css +224 -2
- package/dist/style/button.css +234 -5
- package/dist/style/card.css +224 -2
- package/dist/style/carousel.css +224 -2
- package/dist/style/cascader.css +214 -0
- package/dist/style/cascaderpanel.css +13 -16
- package/dist/style/checkbox.css +230 -8
- package/dist/style/col.css +225 -3
- package/dist/style/collapse.css +224 -2
- package/dist/style/color.css +224 -2
- package/dist/style/datepicker.css +236 -2
- package/dist/style/divider.css +227 -2
- package/dist/style/drawer.css +224 -2
- package/dist/style/dropdown.css +234 -5
- package/dist/style/empty.css +224 -2
- package/dist/style/font.css +226 -4
- package/dist/style/form.css +224 -2
- package/dist/style/icon.css +226 -3
- package/dist/style/input.css +231 -5
- package/dist/style/inputnumber.css +224 -2
- package/dist/style/layout.css +224 -2
- package/dist/style/list.css +224 -2
- package/dist/style/loading.css +2527 -2
- package/dist/style/menu.css +340 -129
- package/dist/style/message.css +1 -4
- package/dist/style/modal.css +247 -25
- package/dist/style/notification.css +224 -2
- package/dist/style/pagination.css +236 -7
- package/dist/style/popconfirm.css +334 -180
- package/dist/style/popover.css +324 -177
- package/dist/style/progress.css +226 -3
- package/dist/style/radio.css +225 -3
- package/dist/style/rate.css +226 -3
- package/dist/style/row.css +225 -3
- package/dist/style/select.css +240 -12
- package/dist/style/slider.css +224 -2
- package/dist/style/slottable.css +350 -149
- package/dist/style/steps.css +224 -2
- package/dist/style/switch.css +224 -2
- package/dist/style/table.css +458 -314
- package/dist/style/tabs.css +225 -18
- package/dist/style/tag.css +224 -2
- package/dist/style/text.css +224 -2
- package/dist/style/timeline.css +224 -2
- package/dist/style/timepicker.css +231 -6
- package/dist/style/tooltip.css +340 -129
- package/dist/style/tree.css +228 -6
- package/dist/style/typography.css +224 -2
- package/dist/style/upload.css +224 -2
- package/dist/switch.js +20 -20
- package/dist/table.js +3071 -201
- package/dist/tabs.js +24 -22
- package/dist/tag.js +17 -23
- package/dist/text.js +38 -22
- package/dist/timeline.js +14 -14
- package/dist/timepicker.js +3063 -172
- package/dist/tooltip.js +2550 -27
- package/dist/transfer.js +28 -28
- package/dist/transition.js +6 -6
- package/dist/tree.js +316 -171
- package/dist/typography.js +6 -6
- package/dist/upload.js +46 -38
- package/package.json +9 -5
package/dist/style/tabs.css
CHANGED
|
@@ -504,7 +504,7 @@ a {
|
|
|
504
504
|
}
|
|
505
505
|
a:focus {
|
|
506
506
|
text-decoration: underline;
|
|
507
|
-
text-decoration-skip:
|
|
507
|
+
text-decoration-skip-ink: auto;
|
|
508
508
|
}
|
|
509
509
|
a:hover {
|
|
510
510
|
color: #3f89ff;
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(
|
|
557
|
+
src: url(/dist/font/iconfont.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -2071,6 +2071,54 @@ samp {
|
|
|
2071
2071
|
.mdsicon-line-process:before {
|
|
2072
2072
|
content: "\E60B";
|
|
2073
2073
|
}
|
|
2074
|
+
.mdsicon-line-cluster:before {
|
|
2075
|
+
content: "\E6D2";
|
|
2076
|
+
}
|
|
2077
|
+
.mdsicon-line-approval:before {
|
|
2078
|
+
content: "\E6D1";
|
|
2079
|
+
}
|
|
2080
|
+
.mdsicon-line-whistory:before {
|
|
2081
|
+
content: "\E6D0";
|
|
2082
|
+
}
|
|
2083
|
+
.mdsicon-line-wtable:before {
|
|
2084
|
+
content: "\E6CF";
|
|
2085
|
+
}
|
|
2086
|
+
.mdsicon-line-Apply:before {
|
|
2087
|
+
content: "\E6CE";
|
|
2088
|
+
}
|
|
2089
|
+
.mdsicon-line-wlist:before {
|
|
2090
|
+
content: "\E6CD";
|
|
2091
|
+
}
|
|
2092
|
+
.mdsicon-line-monitor:before {
|
|
2093
|
+
content: "\E6CC";
|
|
2094
|
+
}
|
|
2095
|
+
.mdsicon-line-deploy:before {
|
|
2096
|
+
content: "\E6CB";
|
|
2097
|
+
}
|
|
2098
|
+
.mdsicon-line-gateway:before {
|
|
2099
|
+
content: "\E6CA";
|
|
2100
|
+
}
|
|
2101
|
+
.mdsicon-line-measure:before {
|
|
2102
|
+
content: "\E6C9";
|
|
2103
|
+
}
|
|
2104
|
+
.mdsicon-line-new:before {
|
|
2105
|
+
content: "\E6C8";
|
|
2106
|
+
}
|
|
2107
|
+
.mdsicon-line-data:before {
|
|
2108
|
+
content: "\E6C7";
|
|
2109
|
+
}
|
|
2110
|
+
.mdsicon-line-SCF:before {
|
|
2111
|
+
content: "\E6C6";
|
|
2112
|
+
}
|
|
2113
|
+
.mdsicon-line-order:before {
|
|
2114
|
+
content: "\E6C5";
|
|
2115
|
+
}
|
|
2116
|
+
.mdsicon-line-alert:before {
|
|
2117
|
+
content: "\E6C4";
|
|
2118
|
+
}
|
|
2119
|
+
.mdsicon-line-management:before {
|
|
2120
|
+
content: "\E6C3";
|
|
2121
|
+
}
|
|
2074
2122
|
.mdsicon-line-trend-up:before {
|
|
2075
2123
|
content: "\EA63";
|
|
2076
2124
|
}
|
|
@@ -2509,6 +2557,9 @@ samp {
|
|
|
2509
2557
|
.mdsicon-line-electronic-archives:before {
|
|
2510
2558
|
content: "\E60D";
|
|
2511
2559
|
}
|
|
2560
|
+
.mdsicon-line-doc:before {
|
|
2561
|
+
content: "\E707";
|
|
2562
|
+
}
|
|
2512
2563
|
.mdsicon-line-send-forward:before {
|
|
2513
2564
|
content: "\EAC6";
|
|
2514
2565
|
}
|
|
@@ -4673,6 +4724,177 @@ samp {
|
|
|
4673
4724
|
display: inline-block;
|
|
4674
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4675
4726
|
}
|
|
4727
|
+
.mdsicon-line-recommended-2:before {
|
|
4728
|
+
content: "\E698";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-history-2:before {
|
|
4731
|
+
content: "\E697";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-fill-collect-1:before {
|
|
4734
|
+
content: "\E669";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-fill-praise-1:before {
|
|
4737
|
+
content: "\E66D";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-show:before {
|
|
4740
|
+
content: "\E659";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-praise-1:before {
|
|
4743
|
+
content: "\E65D";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-fill-book1:before {
|
|
4746
|
+
content: "\E63F";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-fill-beans:before {
|
|
4749
|
+
content: "\E640";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-fill-article:before {
|
|
4752
|
+
content: "\E641";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-fill-delete1:before {
|
|
4755
|
+
content: "\E642";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-fill-recommend:before {
|
|
4758
|
+
content: "\E643";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-fill-message:before {
|
|
4761
|
+
content: "\E644";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-fill-ranking:before {
|
|
4764
|
+
content: "\E645";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-fill-achievement:before {
|
|
4767
|
+
content: "\E646";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-fill-circle:before {
|
|
4770
|
+
content: "\E647";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-fill-figure-1:before {
|
|
4773
|
+
content: "\E648";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-fill-figure-2:before {
|
|
4776
|
+
content: "\E64A";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-fill-figure-7:before {
|
|
4779
|
+
content: "\E64B";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-fill-figure-4:before {
|
|
4782
|
+
content: "\E64C";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-fill-figure-10:before {
|
|
4785
|
+
content: "\E652";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-fill-figure-5:before {
|
|
4788
|
+
content: "\E653";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-fill-figure-3:before {
|
|
4791
|
+
content: "\E654";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-fill-figure-9:before {
|
|
4794
|
+
content: "\E655";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-fill-figure-6:before {
|
|
4797
|
+
content: "\E656";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-fill-figure-8:before {
|
|
4800
|
+
content: "\E657";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-article:before {
|
|
4803
|
+
content: "\E658";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-calendar1:before {
|
|
4806
|
+
content: "\E65A";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-add:before {
|
|
4809
|
+
content: "\E65B";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-download1:before {
|
|
4812
|
+
content: "\E65C";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-dynamic:before {
|
|
4815
|
+
content: "\E65E";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-change:before {
|
|
4818
|
+
content: "\E65F";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-course:before {
|
|
4821
|
+
content: "\E660";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-edit1:before {
|
|
4824
|
+
content: "\E661";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-comment:before {
|
|
4827
|
+
content: "\E662";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-delete1:before {
|
|
4830
|
+
content: "\E663";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-email:before {
|
|
4833
|
+
content: "\E664";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-message:before {
|
|
4836
|
+
content: "\E665";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-feedback:before {
|
|
4839
|
+
content: "\E666";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-face1:before {
|
|
4842
|
+
content: "\E667";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-link1:before {
|
|
4845
|
+
content: "\E668";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-member:before {
|
|
4848
|
+
content: "\E66A";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-picture:before {
|
|
4851
|
+
content: "\E66B";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-PSQ:before {
|
|
4854
|
+
content: "\E66C";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-time1:before {
|
|
4857
|
+
content: "\E66E";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-setting1:before {
|
|
4860
|
+
content: "\E66F";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-topic:before {
|
|
4863
|
+
content: "\E670";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-transmit:before {
|
|
4866
|
+
content: "\E671";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-select:before {
|
|
4869
|
+
content: "\E672";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-management1:before {
|
|
4872
|
+
content: "\E673";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-search1:before {
|
|
4875
|
+
content: "\E674";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-vote:before {
|
|
4878
|
+
content: "\E675";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-prompt:before {
|
|
4881
|
+
content: "\E676";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video:before {
|
|
4884
|
+
content: "\E678";
|
|
4885
|
+
}
|
|
4886
|
+
.mdsicon-line-wechat:before {
|
|
4887
|
+
content: "\E67A";
|
|
4888
|
+
}
|
|
4889
|
+
.mdsicon-line-close1:before {
|
|
4890
|
+
content: "\E67B";
|
|
4891
|
+
}
|
|
4892
|
+
.mdsicon-line-home1:before {
|
|
4893
|
+
content: "\E67C";
|
|
4894
|
+
}
|
|
4895
|
+
.mdsicon-line-landmark:before {
|
|
4896
|
+
content: "\E67D";
|
|
4897
|
+
}
|
|
4676
4898
|
.fade-enter,
|
|
4677
4899
|
.fade-appear {
|
|
4678
4900
|
animation-duration: 0.2s;
|
|
@@ -5527,7 +5749,6 @@ samp {
|
|
|
5527
5749
|
.mds-tabs.mds-tabs-card > .mds-tabs-bar .mds-tabs-tab {
|
|
5528
5750
|
margin: 0;
|
|
5529
5751
|
border-bottom: 0;
|
|
5530
|
-
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5531
5752
|
background: #ffffff;
|
|
5532
5753
|
border: 1px solid #d8dce6;
|
|
5533
5754
|
}
|
|
@@ -5543,7 +5764,6 @@ samp {
|
|
|
5543
5764
|
}
|
|
5544
5765
|
.mds-tabs.mds-tabs-card > .mds-tabs-bar .mds-tabs-tab {
|
|
5545
5766
|
padding: 12px 16px 11px 16px;
|
|
5546
|
-
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5547
5767
|
}
|
|
5548
5768
|
.mds-tabs.mds-tabs-card > .mds-tabs-bar .mds-tabs-tab-active {
|
|
5549
5769
|
background: #fff;
|
|
@@ -5559,7 +5779,6 @@ samp {
|
|
|
5559
5779
|
}
|
|
5560
5780
|
.mds-tabs.mds-tabs-card > .mds-tabs-bar .mds-tabs-tab .mdsicon-close {
|
|
5561
5781
|
color: rgba(0, 0, 0, 0.43);
|
|
5562
|
-
transition: all .3s;
|
|
5563
5782
|
display: inline-block;
|
|
5564
5783
|
font-size: 12px;
|
|
5565
5784
|
font-size: 10px ;
|
|
@@ -5589,10 +5808,6 @@ samp {
|
|
|
5589
5808
|
.mds-tabs.mds-tabs-card > .mds-tabs-bar .mds-tabs-tab .mdsicon-close:hover {
|
|
5590
5809
|
color: rgba(0, 0, 0, 0.85);
|
|
5591
5810
|
}
|
|
5592
|
-
.mds-tabs.mds-tabs-card .mds-tabs-content > .mds-tabs-tabpane,
|
|
5593
|
-
.mds-tabs.mds-tabs-editable-card .mds-tabs-content > .mds-tabs-tabpane {
|
|
5594
|
-
transition: none !important;
|
|
5595
|
-
}
|
|
5596
5811
|
.mds-tabs.mds-tabs-card .mds-tabs-content > .mds-tabs-tabpane-inactive,
|
|
5597
5812
|
.mds-tabs.mds-tabs-editable-card .mds-tabs-content > .mds-tabs-tabpane-inactive {
|
|
5598
5813
|
overflow: hidden;
|
|
@@ -5619,7 +5834,6 @@ samp {
|
|
|
5619
5834
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
|
|
5620
5835
|
zoom: 1;
|
|
5621
5836
|
color: rgba(0, 0, 0, 0.43);
|
|
5622
|
-
transition: all .3s;
|
|
5623
5837
|
}
|
|
5624
5838
|
:root .mds-tabs-extra-content .mds-tabs-new-tab {
|
|
5625
5839
|
filter: none;
|
|
@@ -5703,7 +5917,6 @@ samp {
|
|
|
5703
5917
|
border-bottom: 1px solid #D8DCE6;
|
|
5704
5918
|
margin-bottom: 16px;
|
|
5705
5919
|
outline: none;
|
|
5706
|
-
transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5707
5920
|
}
|
|
5708
5921
|
.mds-tabs-nav-container {
|
|
5709
5922
|
overflow: hidden;
|
|
@@ -5713,7 +5926,6 @@ samp {
|
|
|
5713
5926
|
position: relative;
|
|
5714
5927
|
white-space: nowrap;
|
|
5715
5928
|
margin-bottom: -1px;
|
|
5716
|
-
transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5717
5929
|
zoom: 1;
|
|
5718
5930
|
}
|
|
5719
5931
|
.mds-tabs-nav-container:before,
|
|
@@ -5744,7 +5956,6 @@ samp {
|
|
|
5744
5956
|
position: absolute;
|
|
5745
5957
|
text-align: center;
|
|
5746
5958
|
color: rgba(0, 0, 0, 0.43);
|
|
5747
|
-
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5748
5959
|
opacity: 0;
|
|
5749
5960
|
pointer-events: none;
|
|
5750
5961
|
}
|
|
@@ -5827,7 +6038,6 @@ samp {
|
|
|
5827
6038
|
.mds-tabs-nav {
|
|
5828
6039
|
box-sizing: border-box;
|
|
5829
6040
|
padding-left: 0;
|
|
5830
|
-
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5831
6041
|
position: relative;
|
|
5832
6042
|
margin: 0;
|
|
5833
6043
|
list-style: none;
|
|
@@ -5892,7 +6102,6 @@ samp {
|
|
|
5892
6102
|
.mds-tabs:not(.mds-tabs-vertical) > .mds-tabs-content > .mds-tabs-tabpane {
|
|
5893
6103
|
flex-shrink: 0;
|
|
5894
6104
|
width: 100%;
|
|
5895
|
-
transition: opacity .45s;
|
|
5896
6105
|
opacity: 1;
|
|
5897
6106
|
}
|
|
5898
6107
|
.mds-tabs:not(.mds-tabs-vertical) > .mds-tabs-content > .mds-tabs-tabpane-inactive {
|
|
@@ -5905,7 +6114,6 @@ samp {
|
|
|
5905
6114
|
display: flex;
|
|
5906
6115
|
flex-direction: row;
|
|
5907
6116
|
will-change: margin-left;
|
|
5908
|
-
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5909
6117
|
}
|
|
5910
6118
|
.mds-tabs-vertical > .mds-tabs-bar {
|
|
5911
6119
|
border-bottom: 0;
|
|
@@ -5915,7 +6123,6 @@ samp {
|
|
|
5915
6123
|
.mds-tabs-vertical > .mds-tabs-bar-tab-next {
|
|
5916
6124
|
width: 32px;
|
|
5917
6125
|
height: 0;
|
|
5918
|
-
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5919
6126
|
}
|
|
5920
6127
|
.mds-tabs-vertical > .mds-tabs-bar-tab-prev.mds-tabs-tab-arrow-show,
|
|
5921
6128
|
.mds-tabs-vertical > .mds-tabs-bar-tab-next.mds-tabs-tab-arrow-show {
|
|
@@ -6028,7 +6235,7 @@ samp {
|
|
|
6028
6235
|
}
|
|
6029
6236
|
.mds-tabs-top .mds-tabs-ink-bar-animated,
|
|
6030
6237
|
.mds-tabs-bottom .mds-tabs-ink-bar-animated {
|
|
6031
|
-
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
|
|
6238
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
6032
6239
|
}
|
|
6033
6240
|
.mds-tabs-left .mds-tabs-ink-bar-animated,
|
|
6034
6241
|
.mds-tabs-right .mds-tabs-ink-bar-animated {
|
package/dist/style/tag.css
CHANGED
|
@@ -504,7 +504,7 @@ a {
|
|
|
504
504
|
}
|
|
505
505
|
a:focus {
|
|
506
506
|
text-decoration: underline;
|
|
507
|
-
text-decoration-skip:
|
|
507
|
+
text-decoration-skip-ink: auto;
|
|
508
508
|
}
|
|
509
509
|
a:hover {
|
|
510
510
|
color: #3f89ff;
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(
|
|
557
|
+
src: url(/dist/font/iconfont.486e3d3.woff2) format('woff2'), url(/dist/font/iconfont.675049e.woff) format('woff'), url(/dist/font/iconfont.28359fa.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -2071,6 +2071,54 @@ samp {
|
|
|
2071
2071
|
.mdsicon-line-process:before {
|
|
2072
2072
|
content: "\E60B";
|
|
2073
2073
|
}
|
|
2074
|
+
.mdsicon-line-cluster:before {
|
|
2075
|
+
content: "\E6D2";
|
|
2076
|
+
}
|
|
2077
|
+
.mdsicon-line-approval:before {
|
|
2078
|
+
content: "\E6D1";
|
|
2079
|
+
}
|
|
2080
|
+
.mdsicon-line-whistory:before {
|
|
2081
|
+
content: "\E6D0";
|
|
2082
|
+
}
|
|
2083
|
+
.mdsicon-line-wtable:before {
|
|
2084
|
+
content: "\E6CF";
|
|
2085
|
+
}
|
|
2086
|
+
.mdsicon-line-Apply:before {
|
|
2087
|
+
content: "\E6CE";
|
|
2088
|
+
}
|
|
2089
|
+
.mdsicon-line-wlist:before {
|
|
2090
|
+
content: "\E6CD";
|
|
2091
|
+
}
|
|
2092
|
+
.mdsicon-line-monitor:before {
|
|
2093
|
+
content: "\E6CC";
|
|
2094
|
+
}
|
|
2095
|
+
.mdsicon-line-deploy:before {
|
|
2096
|
+
content: "\E6CB";
|
|
2097
|
+
}
|
|
2098
|
+
.mdsicon-line-gateway:before {
|
|
2099
|
+
content: "\E6CA";
|
|
2100
|
+
}
|
|
2101
|
+
.mdsicon-line-measure:before {
|
|
2102
|
+
content: "\E6C9";
|
|
2103
|
+
}
|
|
2104
|
+
.mdsicon-line-new:before {
|
|
2105
|
+
content: "\E6C8";
|
|
2106
|
+
}
|
|
2107
|
+
.mdsicon-line-data:before {
|
|
2108
|
+
content: "\E6C7";
|
|
2109
|
+
}
|
|
2110
|
+
.mdsicon-line-SCF:before {
|
|
2111
|
+
content: "\E6C6";
|
|
2112
|
+
}
|
|
2113
|
+
.mdsicon-line-order:before {
|
|
2114
|
+
content: "\E6C5";
|
|
2115
|
+
}
|
|
2116
|
+
.mdsicon-line-alert:before {
|
|
2117
|
+
content: "\E6C4";
|
|
2118
|
+
}
|
|
2119
|
+
.mdsicon-line-management:before {
|
|
2120
|
+
content: "\E6C3";
|
|
2121
|
+
}
|
|
2074
2122
|
.mdsicon-line-trend-up:before {
|
|
2075
2123
|
content: "\EA63";
|
|
2076
2124
|
}
|
|
@@ -2509,6 +2557,9 @@ samp {
|
|
|
2509
2557
|
.mdsicon-line-electronic-archives:before {
|
|
2510
2558
|
content: "\E60D";
|
|
2511
2559
|
}
|
|
2560
|
+
.mdsicon-line-doc:before {
|
|
2561
|
+
content: "\E707";
|
|
2562
|
+
}
|
|
2512
2563
|
.mdsicon-line-send-forward:before {
|
|
2513
2564
|
content: "\EAC6";
|
|
2514
2565
|
}
|
|
@@ -4673,6 +4724,177 @@ samp {
|
|
|
4673
4724
|
display: inline-block;
|
|
4674
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4675
4726
|
}
|
|
4727
|
+
.mdsicon-line-recommended-2:before {
|
|
4728
|
+
content: "\E698";
|
|
4729
|
+
}
|
|
4730
|
+
.mdsicon-line-history-2:before {
|
|
4731
|
+
content: "\E697";
|
|
4732
|
+
}
|
|
4733
|
+
.mdsicon-fill-collect-1:before {
|
|
4734
|
+
content: "\E669";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-fill-praise-1:before {
|
|
4737
|
+
content: "\E66D";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-show:before {
|
|
4740
|
+
content: "\E659";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-praise-1:before {
|
|
4743
|
+
content: "\E65D";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-fill-book1:before {
|
|
4746
|
+
content: "\E63F";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-fill-beans:before {
|
|
4749
|
+
content: "\E640";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-fill-article:before {
|
|
4752
|
+
content: "\E641";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-fill-delete1:before {
|
|
4755
|
+
content: "\E642";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-fill-recommend:before {
|
|
4758
|
+
content: "\E643";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-fill-message:before {
|
|
4761
|
+
content: "\E644";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-fill-ranking:before {
|
|
4764
|
+
content: "\E645";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-fill-achievement:before {
|
|
4767
|
+
content: "\E646";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-fill-circle:before {
|
|
4770
|
+
content: "\E647";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-fill-figure-1:before {
|
|
4773
|
+
content: "\E648";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-fill-figure-2:before {
|
|
4776
|
+
content: "\E64A";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-fill-figure-7:before {
|
|
4779
|
+
content: "\E64B";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-fill-figure-4:before {
|
|
4782
|
+
content: "\E64C";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-fill-figure-10:before {
|
|
4785
|
+
content: "\E652";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-fill-figure-5:before {
|
|
4788
|
+
content: "\E653";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-fill-figure-3:before {
|
|
4791
|
+
content: "\E654";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-fill-figure-9:before {
|
|
4794
|
+
content: "\E655";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-fill-figure-6:before {
|
|
4797
|
+
content: "\E656";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-fill-figure-8:before {
|
|
4800
|
+
content: "\E657";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-article:before {
|
|
4803
|
+
content: "\E658";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-calendar1:before {
|
|
4806
|
+
content: "\E65A";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-add:before {
|
|
4809
|
+
content: "\E65B";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-download1:before {
|
|
4812
|
+
content: "\E65C";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-dynamic:before {
|
|
4815
|
+
content: "\E65E";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-change:before {
|
|
4818
|
+
content: "\E65F";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-course:before {
|
|
4821
|
+
content: "\E660";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-edit1:before {
|
|
4824
|
+
content: "\E661";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-comment:before {
|
|
4827
|
+
content: "\E662";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-delete1:before {
|
|
4830
|
+
content: "\E663";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-email:before {
|
|
4833
|
+
content: "\E664";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-message:before {
|
|
4836
|
+
content: "\E665";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-feedback:before {
|
|
4839
|
+
content: "\E666";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-face1:before {
|
|
4842
|
+
content: "\E667";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-link1:before {
|
|
4845
|
+
content: "\E668";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-member:before {
|
|
4848
|
+
content: "\E66A";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-picture:before {
|
|
4851
|
+
content: "\E66B";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-PSQ:before {
|
|
4854
|
+
content: "\E66C";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-time1:before {
|
|
4857
|
+
content: "\E66E";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-setting1:before {
|
|
4860
|
+
content: "\E66F";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-topic:before {
|
|
4863
|
+
content: "\E670";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-transmit:before {
|
|
4866
|
+
content: "\E671";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-select:before {
|
|
4869
|
+
content: "\E672";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-management1:before {
|
|
4872
|
+
content: "\E673";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-search1:before {
|
|
4875
|
+
content: "\E674";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-vote:before {
|
|
4878
|
+
content: "\E675";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-prompt:before {
|
|
4881
|
+
content: "\E676";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video:before {
|
|
4884
|
+
content: "\E678";
|
|
4885
|
+
}
|
|
4886
|
+
.mdsicon-line-wechat:before {
|
|
4887
|
+
content: "\E67A";
|
|
4888
|
+
}
|
|
4889
|
+
.mdsicon-line-close1:before {
|
|
4890
|
+
content: "\E67B";
|
|
4891
|
+
}
|
|
4892
|
+
.mdsicon-line-home1:before {
|
|
4893
|
+
content: "\E67C";
|
|
4894
|
+
}
|
|
4895
|
+
.mdsicon-line-landmark:before {
|
|
4896
|
+
content: "\E67D";
|
|
4897
|
+
}
|
|
4676
4898
|
.fade-enter,
|
|
4677
4899
|
.fade-appear {
|
|
4678
4900
|
animation-duration: 0.2s;
|