lh-ui-next 0.2.0 → 0.2.1-beta.10
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 +1 -1
- package/lib/css/dev.css +1 -1
- package/lib/lh-ui-next.mjs +1418 -1172
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
- package/static/css/lhseer/dom.less +7 -0
- package/static/css/package/date.less +9 -0
- package/static/css/package/slider.less +17 -22
- package/static/css/theme-compact-blue/main.css +1 -1
- package/static/css/theme-compact-dark/main.css +1 -1
- package/static/css/theme-compact-dark/main.less +1 -1
- package/static/css/theme-compact-dark/theme-compact-blue-dark.less +4852 -0
- package/static/css/theme-loose-blue/main.css +1 -1
- package/static/css/theme-loose-orange/main.css +1 -1
- package/static/iconFontComponent/iconfont.css +566 -566
- package/static/iconFontComponent/iconfont.json +968 -968
- package/static/iconFontComponent/iconfont.svg +293 -293
- package/static/css/compact/dark.less +0 -173
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
.lh-input{
|
|
2
|
-
.lh-input-cornInput{
|
|
3
|
-
background: #1D2021;
|
|
4
|
-
}
|
|
5
|
-
}
|
|
6
|
-
.lh-popover-content{
|
|
7
|
-
background: #131414;
|
|
8
|
-
}
|
|
9
|
-
.lh-select-ul{
|
|
10
|
-
background: #131414;
|
|
11
|
-
ul{
|
|
12
|
-
li{
|
|
13
|
-
background: #131414;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.lh-select{
|
|
18
|
-
.lh-select-text{
|
|
19
|
-
background: #1D2021;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
.lh-fuzzy-select-content{
|
|
23
|
-
ul{
|
|
24
|
-
background-color: #1D2021;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.lh-fuzzy-select-span{
|
|
28
|
-
background-color: #131414;
|
|
29
|
-
}
|
|
30
|
-
.lh-loading-mask{
|
|
31
|
-
background-color: @color_b4;
|
|
32
|
-
}
|
|
33
|
-
.lh-date{
|
|
34
|
-
background-color: #131414;
|
|
35
|
-
.lh-date-header{
|
|
36
|
-
.lh-date-header-label{
|
|
37
|
-
color: @color_b1;
|
|
38
|
-
&:hover{
|
|
39
|
-
color: @color_theme6;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
.lh-date-content{
|
|
44
|
-
.lh-date-table{
|
|
45
|
-
background-color: #131414;
|
|
46
|
-
td{
|
|
47
|
-
&:hover{
|
|
48
|
-
span{
|
|
49
|
-
background-color: inherit;
|
|
50
|
-
border: 1px solid @color_theme6;
|
|
51
|
-
color: @color_theme6;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
&.active{
|
|
55
|
-
span{
|
|
56
|
-
background-color: @color_theme6;
|
|
57
|
-
color: white;
|
|
58
|
-
box-shadow: 0 0 20px rgba(6, 105, 255, 0.4);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
.cell{
|
|
62
|
-
color: @color_b2;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
.lh-year-table{
|
|
67
|
-
background-color: #131414;
|
|
68
|
-
td{
|
|
69
|
-
&:hover{
|
|
70
|
-
span{
|
|
71
|
-
background-color: inherit;
|
|
72
|
-
border: 1px solid @color_theme6;
|
|
73
|
-
color: @color_theme6;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
&.active{
|
|
77
|
-
span{
|
|
78
|
-
background-color: @color_theme6;
|
|
79
|
-
color: white;
|
|
80
|
-
box-shadow: 0 0 20px rgba(6, 105, 255, 0.4);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
.cell{
|
|
84
|
-
color: @color_b2;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
.lh-month-table{
|
|
89
|
-
background-color: #131414;
|
|
90
|
-
td{
|
|
91
|
-
&:hover{
|
|
92
|
-
span{
|
|
93
|
-
background-color: inherit;
|
|
94
|
-
border: 1px solid @color_theme6;
|
|
95
|
-
color: @color_theme6;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
&.active{
|
|
99
|
-
span{
|
|
100
|
-
background-color: @color_theme6;
|
|
101
|
-
color: white;
|
|
102
|
-
box-shadow: 0 0 20px rgba(6, 105, 255, 0.4);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
div{
|
|
106
|
-
.cell{
|
|
107
|
-
color: @color_b2;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
.lh-checkbox{
|
|
115
|
-
.lh-checkbox-outbox{
|
|
116
|
-
.lh-checkbox-innerbox{
|
|
117
|
-
&.indeterminate{
|
|
118
|
-
background-color: #131414;
|
|
119
|
-
}
|
|
120
|
-
background-color: #131414;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
.lh-tree{
|
|
125
|
-
.lh-tree-node{
|
|
126
|
-
.node-base{
|
|
127
|
-
.node-base-icon-wapper{
|
|
128
|
-
.icon_component_arrow{
|
|
129
|
-
color: @color_b1;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
.lh-button-minor{
|
|
136
|
-
background-color: #131414;
|
|
137
|
-
}
|
|
138
|
-
.lh-pagination{
|
|
139
|
-
.lh-pagination__item--active{
|
|
140
|
-
background-color: inherit;
|
|
141
|
-
}
|
|
142
|
-
.lh-pagination__quickjump{
|
|
143
|
-
input{
|
|
144
|
-
background-color: inherit;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
.lh-select-text{
|
|
148
|
-
.dropdown-icon{
|
|
149
|
-
color: @color_b1;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
.lh-dialog{
|
|
154
|
-
background-color: #131414;
|
|
155
|
-
.lh-dialog-body{
|
|
156
|
-
color: @color_b1;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
.lh-mb{
|
|
160
|
-
background-color: #131414;
|
|
161
|
-
.lh-mb-footer{
|
|
162
|
-
background-color: #131414;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
.lh-message{
|
|
166
|
-
background-color: #1F1F1F;
|
|
167
|
-
}
|
|
168
|
-
.lh-popover-content{
|
|
169
|
-
color: @color_b1;
|
|
170
|
-
}
|
|
171
|
-
.lh-tree-special{
|
|
172
|
-
background-color: #131414;
|
|
173
|
-
}
|