zartui 0.1.21 → 0.1.22
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/README.md +20 -20
- package/changelog.generated.md +29 -0
- package/es/area/style/index.js +4 -0
- package/es/area/style/less.js +4 -0
- package/es/avatar/index.css +1 -1
- package/es/avatar/index.js +41 -27
- package/es/avatar/index.less +40 -11
- package/es/avatar/local.less +1 -1
- package/es/button/index.less +206 -206
- package/es/calendar/index.less +250 -250
- package/es/calendar/style/index.js +1 -1
- package/es/calendar/style/less.js +1 -1
- package/es/cell/index.less +103 -103
- package/es/cell-group/index.less +22 -22
- package/es/checkbox/index.less +89 -89
- package/es/checkbox-group/index.less +8 -8
- package/es/col/index.less +20 -20
- package/es/datetime-picker/style/index.js +4 -0
- package/es/datetime-picker/style/less.js +4 -0
- package/es/dialog/index.less +125 -125
- package/es/dialog/style/index.js +1 -1
- package/es/dialog/style/less.js +1 -1
- package/es/empty/Developing.js +1643 -0
- package/es/empty/Error.js +484 -0
- package/es/empty/NotFound.js +645 -0
- package/es/empty/NotRight.js +395 -0
- package/es/empty/Search.js +336 -0
- package/es/empty/index.css +1 -0
- package/es/empty/index.js +105 -0
- package/es/empty/index.less +33 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/less.js +2 -0
- package/es/field/index.less +172 -172
- package/es/icon/index.less +10 -10
- package/es/icon/local.less +1 -1
- package/es/image/index.less +47 -47
- package/es/image-preview/index.less +103 -103
- package/es/image-preview/style/index.js +1 -1
- package/es/image-preview/style/less.js +1 -1
- package/es/index.js +5 -3
- package/es/info/index.less +29 -29
- package/es/loading/index.less +103 -103
- package/es/locale/lang/zh-CN.js +16 -0
- package/es/mixins/bind-event.js +2 -2
- package/es/mixins/checkbox.js +2 -2
- package/es/mixins/click-outside.js +2 -2
- package/es/mixins/slots.js +3 -3
- package/es/nav-bar/index.less +74 -74
- package/es/number-keyboard/index.less +142 -142
- package/es/overlay/index.less +11 -11
- package/es/password-input/index.css +1 -0
- package/es/password-input/index.js +80 -0
- package/es/password-input/index.less +83 -0
- package/es/password-input/style/index.js +2 -0
- package/es/password-input/style/less.js +2 -0
- package/es/pdf-viewer/style/index.js +1 -1
- package/es/pdf-viewer/style/less.js +1 -1
- package/es/picker/PickerColumn.js +5 -6
- package/es/picker/index.js +34 -5
- package/es/picker/index.less +151 -151
- package/es/picker/shared.js +4 -0
- package/es/picker/style/index.js +4 -0
- package/es/picker/style/less.js +4 -0
- package/es/popup/index.less +137 -137
- package/es/popup/style/index.js +1 -1
- package/es/popup/style/less.js +1 -1
- package/es/radio/index.less +86 -86
- package/es/radio-group/index.less +8 -8
- package/es/rate/index.css +1 -1
- package/es/rate/index.js +1 -1
- package/es/rate/index.less +47 -47
- package/es/row/index.less +42 -42
- package/es/slider/index.less +94 -94
- package/es/step/index.less +139 -139
- package/es/stepper/index.less +130 -130
- package/es/steps/index.less +21 -21
- package/es/sticky/index.less +11 -11
- package/es/style/animation.less +139 -139
- package/es/style/base.less +11 -11
- package/es/style/clearfix.less +5 -5
- package/es/style/ellipsis.less +13 -13
- package/es/style/hairline.less +47 -47
- package/es/style/halfPxBorder.less +15 -15
- package/es/style/mixins/clearfix.less +7 -7
- package/es/style/mixins/ellipsis.less +15 -15
- package/es/style/mixins/hairline.less +39 -39
- package/es/style/normalize.less +38 -38
- package/es/style/reset.less +171 -171
- package/es/style/var.less +936 -919
- package/es/swipe/index.less +56 -56
- package/es/swipe-cell/index.less +29 -29
- package/es/swipe-item/index.less +8 -8
- package/es/switch/index.less +56 -56
- package/es/switch/shared.js +2 -2
- package/es/switch-cell/index.less +15 -15
- package/es/tab/index.less +17 -17
- package/es/tabs/index.less +153 -153
- package/es/tag/index.less +99 -99
- package/es/toast/index.less +75 -75
- package/es/toast/style/index.js +1 -1
- package/es/toast/style/less.js +1 -1
- package/es/uploader/index.less +163 -163
- package/es/uploader/style/index.js +1 -1
- package/es/uploader/style/less.js +1 -1
- package/es/utils/create/bem.js +7 -7
- package/es/utils/create/component.js +2 -2
- package/es/utils/dom/raf.js +2 -2
- package/es/utils/dom/reset-scroll.js +3 -3
- package/es/utils/index.js +29 -29
- package/es/utils/router.js +2 -2
- package/lib/7893e51cf0a4877dac80.worker.js +10 -0
- package/lib/area/style/index.js +4 -0
- package/lib/area/style/less.js +4 -0
- package/lib/avatar/index.css +1 -1
- package/lib/avatar/index.js +42 -28
- package/lib/avatar/index.less +40 -11
- package/lib/avatar/local.less +1 -1
- package/lib/be09b519a460e229fd8d.worker.js +2527 -0
- package/lib/button/index.less +206 -206
- package/lib/calendar/index.less +250 -250
- package/lib/calendar/style/index.js +1 -1
- package/lib/calendar/style/less.js +1 -1
- package/lib/cell/index.less +103 -103
- package/lib/cell-group/index.less +22 -22
- package/lib/checkbox/index.less +89 -89
- package/lib/checkbox-group/index.less +8 -8
- package/lib/col/index.less +20 -20
- package/lib/datetime-picker/style/index.js +4 -0
- package/lib/datetime-picker/style/less.js +4 -0
- package/lib/dialog/index.less +125 -125
- package/lib/dialog/style/index.js +1 -1
- package/lib/dialog/style/less.js +1 -1
- package/lib/empty/Developing.js +1648 -0
- package/lib/empty/Error.js +489 -0
- package/lib/empty/NotFound.js +650 -0
- package/lib/empty/NotRight.js +400 -0
- package/lib/empty/Search.js +341 -0
- package/lib/empty/index.css +1 -0
- package/lib/empty/index.js +119 -0
- package/lib/empty/index.less +33 -0
- package/lib/empty/style/index.js +2 -0
- package/lib/empty/style/less.js +2 -0
- package/lib/field/index.less +172 -172
- package/lib/icon/index.less +10 -10
- package/lib/icon/local.less +1 -1
- package/lib/image/index.less +47 -47
- package/lib/image-preview/index.less +103 -103
- package/lib/image-preview/style/index.js +1 -1
- package/lib/image-preview/style/less.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +10 -2
- package/lib/index.less +5 -3
- package/lib/info/index.less +29 -29
- package/lib/loading/index.less +103 -103
- package/lib/locale/lang/zh-CN.js +16 -0
- package/lib/mixins/bind-event.js +2 -2
- package/lib/mixins/checkbox.js +2 -2
- package/lib/mixins/click-outside.js +2 -2
- package/lib/mixins/slots.js +3 -3
- package/lib/nav-bar/index.less +74 -74
- package/lib/number-keyboard/index.less +142 -142
- package/lib/overlay/index.less +11 -11
- package/lib/password-input/index.css +1 -0
- package/lib/password-input/index.js +93 -0
- package/lib/password-input/index.less +83 -0
- package/lib/password-input/style/index.js +2 -0
- package/lib/password-input/style/less.js +2 -0
- package/lib/pdf-viewer/style/index.js +1 -1
- package/lib/pdf-viewer/style/less.js +1 -1
- package/lib/picker/PickerColumn.js +5 -6
- package/lib/picker/index.js +36 -6
- package/lib/picker/index.less +151 -151
- package/lib/picker/shared.js +4 -0
- package/lib/picker/style/index.js +4 -0
- package/lib/picker/style/less.js +4 -0
- package/lib/popup/index.less +137 -137
- package/lib/popup/style/index.js +1 -1
- package/lib/popup/style/less.js +1 -1
- package/lib/radio/index.less +86 -86
- package/lib/radio-group/index.less +8 -8
- package/lib/rate/index.css +1 -1
- package/lib/rate/index.js +1 -1
- package/lib/rate/index.less +47 -47
- package/lib/row/index.less +42 -42
- package/lib/slider/index.less +94 -94
- package/lib/step/index.less +139 -139
- package/lib/stepper/index.less +130 -130
- package/lib/steps/index.less +21 -21
- package/lib/sticky/index.less +11 -11
- package/lib/style/animation.less +139 -139
- package/lib/style/base.less +11 -11
- package/lib/style/clearfix.less +5 -5
- package/lib/style/ellipsis.less +13 -13
- package/lib/style/hairline.less +47 -47
- package/lib/style/halfPxBorder.less +15 -15
- package/lib/style/mixins/clearfix.less +7 -7
- package/lib/style/mixins/ellipsis.less +15 -15
- package/lib/style/mixins/hairline.less +39 -39
- package/lib/style/normalize.less +38 -38
- package/lib/style/reset.less +171 -171
- package/lib/style/var.less +936 -919
- package/lib/swipe/index.less +56 -56
- package/lib/swipe-cell/index.less +29 -29
- package/lib/swipe-item/index.less +8 -8
- package/lib/switch/index.less +56 -56
- package/lib/switch/shared.js +2 -2
- package/lib/switch-cell/index.less +15 -15
- package/lib/tab/index.less +17 -17
- package/lib/tabs/index.less +153 -153
- package/lib/tag/index.less +99 -99
- package/lib/toast/index.less +75 -75
- package/lib/toast/style/index.js +1 -1
- package/lib/toast/style/less.js +1 -1
- package/lib/uploader/index.less +163 -163
- package/lib/uploader/style/index.js +1 -1
- package/lib/uploader/style/less.js +1 -1
- package/lib/utils/create/bem.js +7 -7
- package/lib/utils/create/component.js +2 -2
- package/lib/utils/dom/raf.js +2 -2
- package/lib/utils/dom/reset-scroll.js +3 -3
- package/lib/utils/index.js +29 -29
- package/lib/utils/router.js +2 -2
- package/lib/zart.js +26508 -55081
- package/lib/zart.min.js +5 -5
- package/package.json +74 -74
- package/lib/a037f57fc4d92a8a1f1e.worker.js +0 -60600
- package/lib/b7cf90b4775181215df7.worker.js +0 -10
package/lib/radio/index.less
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
@import '../style/var';
|
|
2
|
-
|
|
3
|
-
.zt-radio {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
user-select: none;
|
|
9
|
-
|
|
10
|
-
&--disabled {
|
|
11
|
-
cursor: not-allowed;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&--label-disabled {
|
|
15
|
-
cursor: default;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&--horizontal {
|
|
19
|
-
margin-right: @padding-sm;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&__icon {
|
|
23
|
-
flex: none;
|
|
24
|
-
height: 1em;
|
|
25
|
-
font-size: @radio-size;
|
|
26
|
-
line-height: 1em;
|
|
27
|
-
cursor: pointer;
|
|
28
|
-
|
|
29
|
-
.zt-icon {
|
|
30
|
-
display: block;
|
|
31
|
-
box-sizing: border-box;
|
|
32
|
-
width: 1.25em;
|
|
33
|
-
height: 1.25em;
|
|
34
|
-
color: transparent;
|
|
35
|
-
font-size: 0.8em;
|
|
36
|
-
line-height: 1.25;
|
|
37
|
-
text-align: center;
|
|
38
|
-
border: 1px solid @radio-border-color;
|
|
39
|
-
transition-duration: @radio-transition-duration;
|
|
40
|
-
transition-property: color, border-color, background-color;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&--round {
|
|
44
|
-
.zt-icon {
|
|
45
|
-
border-radius: 100%;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&--checked {
|
|
50
|
-
.zt-icon {
|
|
51
|
-
color: @white;
|
|
52
|
-
background-color: @radio-checked-icon-color;
|
|
53
|
-
border-color: @radio-checked-icon-color;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&--disabled {
|
|
58
|
-
cursor: not-allowed;
|
|
59
|
-
|
|
60
|
-
.zt-icon {
|
|
61
|
-
background-color: @radio-disabled-background-color;
|
|
62
|
-
border-color: @radio-disabled-icon-color;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&--disabled&--checked {
|
|
67
|
-
.zt-icon {
|
|
68
|
-
color: @radio-disabled-icon-color;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&__label {
|
|
74
|
-
margin-left: @radio-label-margin;
|
|
75
|
-
color: @radio-label-color;
|
|
76
|
-
line-height: @radio-size;
|
|
77
|
-
|
|
78
|
-
&--left {
|
|
79
|
-
margin: 0 @radio-label-margin 0 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&--disabled {
|
|
83
|
-
color: @radio-disabled-label-color;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
1
|
+
@import '../style/var';
|
|
2
|
+
|
|
3
|
+
.zt-radio {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
user-select: none;
|
|
9
|
+
|
|
10
|
+
&--disabled {
|
|
11
|
+
cursor: not-allowed;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&--label-disabled {
|
|
15
|
+
cursor: default;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&--horizontal {
|
|
19
|
+
margin-right: @padding-sm;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&__icon {
|
|
23
|
+
flex: none;
|
|
24
|
+
height: 1em;
|
|
25
|
+
font-size: @radio-size;
|
|
26
|
+
line-height: 1em;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
|
|
29
|
+
.zt-icon {
|
|
30
|
+
display: block;
|
|
31
|
+
box-sizing: border-box;
|
|
32
|
+
width: 1.25em;
|
|
33
|
+
height: 1.25em;
|
|
34
|
+
color: transparent;
|
|
35
|
+
font-size: 0.8em;
|
|
36
|
+
line-height: 1.25;
|
|
37
|
+
text-align: center;
|
|
38
|
+
border: 1px solid @radio-border-color;
|
|
39
|
+
transition-duration: @radio-transition-duration;
|
|
40
|
+
transition-property: color, border-color, background-color;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&--round {
|
|
44
|
+
.zt-icon {
|
|
45
|
+
border-radius: 100%;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&--checked {
|
|
50
|
+
.zt-icon {
|
|
51
|
+
color: @white;
|
|
52
|
+
background-color: @radio-checked-icon-color;
|
|
53
|
+
border-color: @radio-checked-icon-color;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&--disabled {
|
|
58
|
+
cursor: not-allowed;
|
|
59
|
+
|
|
60
|
+
.zt-icon {
|
|
61
|
+
background-color: @radio-disabled-background-color;
|
|
62
|
+
border-color: @radio-disabled-icon-color;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&--disabled&--checked {
|
|
67
|
+
.zt-icon {
|
|
68
|
+
color: @radio-disabled-icon-color;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&__label {
|
|
74
|
+
margin-left: @radio-label-margin;
|
|
75
|
+
color: @radio-label-color;
|
|
76
|
+
line-height: @radio-size;
|
|
77
|
+
|
|
78
|
+
&--left {
|
|
79
|
+
margin: 0 @radio-label-margin 0 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&--disabled {
|
|
83
|
+
color: @radio-disabled-label-color;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import '../style/var';
|
|
2
|
-
|
|
3
|
-
.zt-radio-group {
|
|
4
|
-
&--horizontal {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-wrap: wrap;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
@import '../style/var';
|
|
2
|
+
|
|
3
|
+
.zt-radio-group {
|
|
4
|
+
&--horizontal {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-wrap: wrap;
|
|
7
|
+
}
|
|
8
|
+
}
|
package/lib/rate/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.zt-rate__item{position:relative}.zt-rate__item:not(:last-child){padding-right:4px}.zt-rate__icon{display:block;width:1em;color:#
|
|
1
|
+
.zt-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.zt-rate__item{position:relative}.zt-rate__item:not(:last-child){padding-right:4px}.zt-rate__icon{display:block;width:1em;color:#ccc;font-size:20px}.zt-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.zt-rate__icon--full{color:#ffcd23}.zt-rate__icon--disabled{color:#c8c9cc}.zt-rate--disabled{cursor:not-allowed}.zt-rate--readonly{cursor:default}
|
package/lib/rate/index.js
CHANGED
package/lib/rate/index.less
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@import '../style/var';
|
|
2
|
-
|
|
3
|
-
.zt-rate {
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
flex-wrap: wrap;
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
user-select: none;
|
|
8
|
-
|
|
9
|
-
&__item {
|
|
10
|
-
position: relative;
|
|
11
|
-
|
|
12
|
-
&:not(:last-child) {
|
|
13
|
-
padding-right: @rate-icon-gutter;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&__icon {
|
|
18
|
-
display: block;
|
|
19
|
-
width: 1em;
|
|
20
|
-
color: @rate-icon-void-color;
|
|
21
|
-
font-size: @rate-icon-size;
|
|
22
|
-
|
|
23
|
-
&--half {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 0;
|
|
27
|
-
width: 0.5em;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&--full {
|
|
32
|
-
color: @rate-icon-full-color;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&--disabled {
|
|
36
|
-
color: @rate-icon-disabled-color;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&--disabled {
|
|
41
|
-
cursor: not-allowed;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&--readonly {
|
|
45
|
-
cursor: default;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
@import '../style/var';
|
|
2
|
+
|
|
3
|
+
.zt-rate {
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
user-select: none;
|
|
8
|
+
|
|
9
|
+
&__item {
|
|
10
|
+
position: relative;
|
|
11
|
+
|
|
12
|
+
&:not(:last-child) {
|
|
13
|
+
padding-right: @rate-icon-gutter;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&__icon {
|
|
18
|
+
display: block;
|
|
19
|
+
width: 1em;
|
|
20
|
+
color: @rate-icon-void-color;
|
|
21
|
+
font-size: @rate-icon-size;
|
|
22
|
+
|
|
23
|
+
&--half {
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
width: 0.5em;
|
|
28
|
+
overflow: hidden;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&--full {
|
|
32
|
+
color: @rate-icon-full-color;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&--disabled {
|
|
36
|
+
color: @rate-icon-disabled-color;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&--disabled {
|
|
41
|
+
cursor: not-allowed;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&--readonly {
|
|
45
|
+
cursor: default;
|
|
46
|
+
}
|
|
47
|
+
}
|
package/lib/row/index.less
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import '../style/var';
|
|
2
|
-
|
|
3
|
-
.zt-row {
|
|
4
|
-
&::after {
|
|
5
|
-
display: table;
|
|
6
|
-
clear: both;
|
|
7
|
-
content: '';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&--flex {
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-wrap: wrap;
|
|
13
|
-
|
|
14
|
-
&::after {
|
|
15
|
-
display: none;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&--justify-center {
|
|
20
|
-
justify-content: center;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&--justify-end {
|
|
24
|
-
justify-content: flex-end;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&--justify-space-between {
|
|
28
|
-
justify-content: space-between;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&--justify-space-around {
|
|
32
|
-
justify-content: space-around;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&--align-center {
|
|
36
|
-
align-items: center;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&--align-bottom {
|
|
40
|
-
align-items: flex-end;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
@import '../style/var';
|
|
2
|
+
|
|
3
|
+
.zt-row {
|
|
4
|
+
&::after {
|
|
5
|
+
display: table;
|
|
6
|
+
clear: both;
|
|
7
|
+
content: '';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&--flex {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-wrap: wrap;
|
|
13
|
+
|
|
14
|
+
&::after {
|
|
15
|
+
display: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&--justify-center {
|
|
20
|
+
justify-content: center;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&--justify-end {
|
|
24
|
+
justify-content: flex-end;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&--justify-space-between {
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&--justify-space-around {
|
|
32
|
+
justify-content: space-around;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&--align-center {
|
|
36
|
+
align-items: center;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&--align-bottom {
|
|
40
|
+
align-items: flex-end;
|
|
41
|
+
}
|
|
42
|
+
}
|
package/lib/slider/index.less
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
@import '../style/var';
|
|
2
|
-
|
|
3
|
-
.zt-slider {
|
|
4
|
-
position: relative;
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: @slider-bar-height;
|
|
7
|
-
background-color: @slider-inactive-background-color;
|
|
8
|
-
border-radius: @border-radius-max;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
|
|
11
|
-
// use pseudo element to expand click area
|
|
12
|
-
&::before {
|
|
13
|
-
position: absolute;
|
|
14
|
-
top: -@padding-xs;
|
|
15
|
-
right: 0;
|
|
16
|
-
bottom: -@padding-xs;
|
|
17
|
-
left: 0;
|
|
18
|
-
content: '';
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&__bar {
|
|
22
|
-
position: relative;
|
|
23
|
-
width: 100%;
|
|
24
|
-
height: 100%;
|
|
25
|
-
background-color: @slider-active-background-color;
|
|
26
|
-
border-radius: inherit;
|
|
27
|
-
transition: all @animation-duration-fast;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&__button {
|
|
31
|
-
width: @slider-button-width;
|
|
32
|
-
height: @slider-button-height;
|
|
33
|
-
background-color: @slider-button-background-color;
|
|
34
|
-
border-radius: @slider-button-border-radius;
|
|
35
|
-
box-shadow: @slider-button-box-shadow;
|
|
36
|
-
|
|
37
|
-
&-wrapper,
|
|
38
|
-
&-wrapper-right {
|
|
39
|
-
position: absolute;
|
|
40
|
-
top: 50%;
|
|
41
|
-
right: 0;
|
|
42
|
-
transform: translate3d(50%, -50%, 0);
|
|
43
|
-
cursor: grab;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&-wrapper-left {
|
|
47
|
-
position: absolute;
|
|
48
|
-
top: 50%;
|
|
49
|
-
left: 0;
|
|
50
|
-
transform: translate3d(-50%, -50%, 0);
|
|
51
|
-
cursor: grab;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&--disabled {
|
|
56
|
-
cursor: not-allowed;
|
|
57
|
-
opacity: @slider-disabled-opacity;
|
|
58
|
-
|
|
59
|
-
.zt-slider__button-wrapper,
|
|
60
|
-
.zt-slider__button-wrapper-left,
|
|
61
|
-
.zt-slider__button-wrapper-right {
|
|
62
|
-
cursor: not-allowed;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&--vertical {
|
|
67
|
-
display: inline-block;
|
|
68
|
-
width: @slider-bar-height;
|
|
69
|
-
height: 100%;
|
|
70
|
-
|
|
71
|
-
.zt-slider__button-wrapper,
|
|
72
|
-
.zt-slider__button-wrapper-right {
|
|
73
|
-
top: auto;
|
|
74
|
-
right: 50%;
|
|
75
|
-
bottom: 0;
|
|
76
|
-
transform: translate3d(50%, 50%, 0);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.zt-slider__button-wrapper-left {
|
|
80
|
-
top: 0;
|
|
81
|
-
right: 50%;
|
|
82
|
-
left: auto;
|
|
83
|
-
transform: translate3d(50%, -50%, 0);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// use pseudo element to expand click area
|
|
87
|
-
&::before {
|
|
88
|
-
top: 0;
|
|
89
|
-
right: -@padding-xs;
|
|
90
|
-
bottom: 0;
|
|
91
|
-
left: -@padding-xs;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
@import '../style/var';
|
|
2
|
+
|
|
3
|
+
.zt-slider {
|
|
4
|
+
position: relative;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: @slider-bar-height;
|
|
7
|
+
background-color: @slider-inactive-background-color;
|
|
8
|
+
border-radius: @border-radius-max;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
|
|
11
|
+
// use pseudo element to expand click area
|
|
12
|
+
&::before {
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: -@padding-xs;
|
|
15
|
+
right: 0;
|
|
16
|
+
bottom: -@padding-xs;
|
|
17
|
+
left: 0;
|
|
18
|
+
content: '';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&__bar {
|
|
22
|
+
position: relative;
|
|
23
|
+
width: 100%;
|
|
24
|
+
height: 100%;
|
|
25
|
+
background-color: @slider-active-background-color;
|
|
26
|
+
border-radius: inherit;
|
|
27
|
+
transition: all @animation-duration-fast;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&__button {
|
|
31
|
+
width: @slider-button-width;
|
|
32
|
+
height: @slider-button-height;
|
|
33
|
+
background-color: @slider-button-background-color;
|
|
34
|
+
border-radius: @slider-button-border-radius;
|
|
35
|
+
box-shadow: @slider-button-box-shadow;
|
|
36
|
+
|
|
37
|
+
&-wrapper,
|
|
38
|
+
&-wrapper-right {
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: 50%;
|
|
41
|
+
right: 0;
|
|
42
|
+
transform: translate3d(50%, -50%, 0);
|
|
43
|
+
cursor: grab;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&-wrapper-left {
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 50%;
|
|
49
|
+
left: 0;
|
|
50
|
+
transform: translate3d(-50%, -50%, 0);
|
|
51
|
+
cursor: grab;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&--disabled {
|
|
56
|
+
cursor: not-allowed;
|
|
57
|
+
opacity: @slider-disabled-opacity;
|
|
58
|
+
|
|
59
|
+
.zt-slider__button-wrapper,
|
|
60
|
+
.zt-slider__button-wrapper-left,
|
|
61
|
+
.zt-slider__button-wrapper-right {
|
|
62
|
+
cursor: not-allowed;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&--vertical {
|
|
67
|
+
display: inline-block;
|
|
68
|
+
width: @slider-bar-height;
|
|
69
|
+
height: 100%;
|
|
70
|
+
|
|
71
|
+
.zt-slider__button-wrapper,
|
|
72
|
+
.zt-slider__button-wrapper-right {
|
|
73
|
+
top: auto;
|
|
74
|
+
right: 50%;
|
|
75
|
+
bottom: 0;
|
|
76
|
+
transform: translate3d(50%, 50%, 0);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.zt-slider__button-wrapper-left {
|
|
80
|
+
top: 0;
|
|
81
|
+
right: 50%;
|
|
82
|
+
left: auto;
|
|
83
|
+
transform: translate3d(50%, -50%, 0);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// use pseudo element to expand click area
|
|
87
|
+
&::before {
|
|
88
|
+
top: 0;
|
|
89
|
+
right: -@padding-xs;
|
|
90
|
+
bottom: 0;
|
|
91
|
+
left: -@padding-xs;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|