fixed-vuesax 3.14.1 → 3.14.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.
Files changed (47) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +187 -187
  3. package/dist/style/colors.styl +30 -30
  4. package/dist/style/components/vsAlert.styl +66 -66
  5. package/dist/style/components/vsAvatar.styl +64 -64
  6. package/dist/style/components/vsBreadcrumb.styl +50 -50
  7. package/dist/style/components/vsButton.styl +181 -181
  8. package/dist/style/components/vsCard.styl +64 -64
  9. package/dist/style/components/vsCheckBox.styl +111 -111
  10. package/dist/style/components/vsChip.styl +122 -122
  11. package/dist/style/components/vsCollapse.styl +109 -109
  12. package/dist/style/components/vsDivider.styl +34 -34
  13. package/dist/style/components/vsDropDown.styl +231 -231
  14. package/dist/style/components/vsIcon.styl +47 -47
  15. package/dist/style/components/vsImages.styl +166 -166
  16. package/dist/style/components/vsInput.styl +219 -219
  17. package/dist/style/components/vsInputNumber.styl +170 -170
  18. package/dist/style/components/vsList.styl +49 -49
  19. package/dist/style/components/vsLoading.styl +397 -397
  20. package/dist/style/components/vsNavbar.styl +286 -286
  21. package/dist/style/components/vsNotifications.styl +92 -92
  22. package/dist/style/components/vsPagination.styl +143 -143
  23. package/dist/style/components/vsPopup.styl +159 -159
  24. package/dist/style/components/vsProgress.styl +45 -45
  25. package/dist/style/components/vsRadio.styl +93 -93
  26. package/dist/style/components/vsSelect.styl +219 -219
  27. package/dist/style/components/vsSideBar.styl +267 -267
  28. package/dist/style/components/vsSlider.styl +196 -196
  29. package/dist/style/components/vsSpacer.styl +5 -5
  30. package/dist/style/components/vsSwitch.styl +93 -93
  31. package/dist/style/components/vsTable.styl +408 -408
  32. package/dist/style/components/vsTabs.styl +280 -280
  33. package/dist/style/components/vsTextarea.styl +82 -82
  34. package/dist/style/components/vsTimePicker.styl +42 -42
  35. package/dist/style/components/vsTooltip.styl +85 -85
  36. package/dist/style/components/vsUpload.styl +460 -460
  37. package/dist/style/mixins.styl +133 -133
  38. package/dist/style/root.styl +9 -9
  39. package/dist/style/vars.styl +45 -45
  40. package/dist/style/vuesax.styl +25 -25
  41. package/dist/vuesax.common.js +1 -1
  42. package/dist/vuesax.common.js.map +1 -1
  43. package/dist/vuesax.umd.js +1 -1
  44. package/dist/vuesax.umd.js.map +1 -1
  45. package/dist/vuesax.umd.min.js +1 -1
  46. package/dist/vuesax.umd.min.js.map +1 -1
  47. package/package.json +8 -8
@@ -1,286 +1,286 @@
1
- .vs-navbar
2
- clear both
3
- display: flex
4
- align-items: center
5
- // padding: 0 7px
6
- justify-content: space-between
7
- box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
8
- width: 100%
9
- z-index: 10000
10
- position: relative
11
-
12
- .vs-button
13
- margin: 0
14
-
15
- .vs-navbar--btn-responsive
16
- display: none
17
- width: 40px
18
- height: 40px
19
- position: relative
20
- border: 0
21
- background: transparent
22
- flex-direction: column
23
- justify-content: space-around
24
- align-items: center
25
- padding: 10px 0
26
- margin-left: 5px
27
- cursor: pointer
28
- transition: all .25s ease
29
- overflow: hidden
30
-
31
- &:hover
32
- background: rgba(0, 0, 0, .08)
33
- padding: 12px 0
34
-
35
- &.active-menu
36
- padding: 10px 0 !important
37
-
38
- .line--1
39
- transform: rotate(45deg) translate(5px, 5px)
40
-
41
- .line--2
42
- opacity: 0
43
- transform: translate(-10px)
44
-
45
- .line--3
46
- transform: rotate(-45deg) translate(5px, -5px)
47
-
48
- .btn-responsive-line
49
- width: 20px
50
- height: 2px
51
- background: rgba(0, 0, 0, .6)
52
- position: relative
53
- display: block
54
- transition: all .2s ease
55
-
56
-
57
- .vs-con-items
58
- display flex
59
- align-items: center
60
- justify-content: center
61
-
62
- .vs-navbar--item
63
- display block
64
- position relative
65
- transition: all .25s ease
66
- z-index: 1000
67
-
68
- &.is-active-item
69
- .vs-navbar-after
70
- width: 100%
71
-
72
- &:hover
73
- .vs-navbar-submenu
74
- opacity: 1
75
- visibility: visible
76
-
77
- a
78
- font-size: .8rem
79
- padding: 10px 12px
80
- display: block
81
- color inherit
82
- text-decoration: none !important
83
- position relative
84
- z-index: 100
85
-
86
- &:hover
87
- ~ .vs-navbar-after
88
- width: 100%
89
-
90
- .vs-navbar-after
91
- width: 0
92
- height 2px
93
- left 50%
94
- bottom: 0
95
- transform: translate(-50%)
96
- background: $vs-primary
97
- position: absolute
98
- transition: all .25s ease
99
- z-index: 10
100
-
101
-
102
- .vs-navbar--title
103
- font-size: 1.1rem
104
- padding: 0
105
- padding-left: 10px
106
- padding-right: 10px
107
- color: inherit
108
-
109
- .vs-navbar--items
110
- position relative
111
-
112
- .vs-navbar-submenu
113
- position: absolute
114
- visibility: hidden
115
- opacity: 0
116
- background: rgb(255, 255, 255)
117
- z-index: 1000
118
- padding-left 0
119
- width: 200px
120
-
121
- .vs-navbar-after
122
- display: none
123
-
124
- .vs-navbar--items
125
- a
126
- text-align: left
127
-
128
-
129
- // TYPE: FLAT
130
-
131
- .vs-navbar-flat
132
- box-shadow: none
133
-
134
- .vs-navbar-after
135
- display: none
136
-
137
- // TYPE: FUND
138
-
139
- .vs-navbar-fund
140
- box-shadow: none
141
-
142
- .vs-navbar-after
143
- width 100%
144
- height 0
145
- opacity: .1
146
-
147
- a
148
- &:hover
149
- ~ .vs-navbar-after
150
- height: 100%
151
-
152
- .vs-navbar--item
153
- &.is-active-item
154
- .vs-navbar-after
155
- height: 100%
156
-
157
- // TYPE: BORDER
158
-
159
- .vs-navbar-border
160
- box-shadow: none
161
- border 1px solid rgba(0, 0, 0, .05)
162
-
163
- .vs-navbar--item
164
- border-left 1px solid rgba(0, 0, 0, .05)
165
-
166
- .vs-navbar-after
167
- height: 1px
168
- bottom: -1px
169
-
170
- // TYPE: GRADIENT
171
- .vs-navbar-gradient
172
- .vs-navbar--item
173
- margin: 4px 3px
174
-
175
- a
176
- padding: 6px 12px
177
-
178
- .vs-navbar-after
179
- display: none
180
-
181
- // TYPE: SHADOW
182
- .vs-navbar-shadow
183
- box-shadow: none
184
-
185
- .vs-navbar--item
186
- background: rgba(0, 0, 0, .05)
187
-
188
- &.is-active-item
189
- background: rgb(255, 255, 255)
190
- border-radius: 4px
191
- box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07)
192
-
193
- .vs-navbar-after
194
- display: none
195
-
196
-
197
- for colorx in $vs-colors
198
- .vs-navbar-color-{color}
199
- background: $vs-colors[colorx]
200
-
201
- .vs-navbar
202
- .vs-navbar-item-{colorx}
203
- &.is-active-item
204
- color: $vs-colors[colorx]
205
-
206
- &:hover
207
- > a
208
- color: $vs-colors[colorx]
209
-
210
- .vs-navbar-submenu
211
- .vs-navbar-item-{colorx}
212
- &.is-active-item
213
- color: $vs-colors[colorx]
214
-
215
- &:hover
216
- color: $vs-colors[colorx]
217
-
218
- &.vs-navbar-gradient
219
- .vs-navbar-item-{colorx}
220
- border-radius: 4px
221
-
222
- &.is-active-item
223
- border-radius: 6px
224
- color rgb(255, 255, 255)
225
- background: rgb(100, 0, 100)
226
- if colorx == 'danger' {
227
- background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
228
- }
229
- else if colorx == 'dark' {
230
- background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
231
- }
232
- else {
233
- background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
234
- }
235
- text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3)
236
-
237
-
238
- // RESPONSIVE
239
- .collapse
240
- display: block
241
-
242
- .vs-navbar--btn-responsive
243
- display: flex
244
-
245
- .vs-navbar--header
246
- display: flex
247
- align-items: center
248
- justify-content: space-between
249
-
250
- .vs-con-items
251
- display: none
252
- width: 100%
253
-
254
- &.activeMenuResponsive
255
- display: block
256
-
257
- .vs-spacer
258
- display: none
259
-
260
- .vs-navbar--item
261
- width: 100%
262
-
263
- @media screen and (max-width: 800px)
264
- .vs-navbar--btn-responsive
265
- display: flex
266
-
267
- .vs-navbar
268
- display: block
269
-
270
- .vs-navbar--header
271
- display: flex
272
- align-items: center
273
- justify-content: space-between
274
-
275
- .vs-con-items
276
- display: none
277
- width: 100%
278
-
279
- &.activeMenuResponsive
280
- display: block
281
-
282
- .vs-spacer
283
- display: none
284
-
285
- .vs-navbar--item
286
- width: 100%
1
+ .vs-navbar
2
+ clear both
3
+ display: flex
4
+ align-items: center
5
+ // padding: 0 7px
6
+ justify-content: space-between
7
+ box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
8
+ width: 100%
9
+ z-index: 10000
10
+ position: relative
11
+
12
+ .vs-button
13
+ margin: 0
14
+
15
+ .vs-navbar--btn-responsive
16
+ display: none
17
+ width: 40px
18
+ height: 40px
19
+ position: relative
20
+ border: 0
21
+ background: transparent
22
+ flex-direction: column
23
+ justify-content: space-around
24
+ align-items: center
25
+ padding: 10px 0
26
+ margin-left: 5px
27
+ cursor: pointer
28
+ transition: all .25s ease
29
+ overflow: hidden
30
+
31
+ &:hover
32
+ background: rgba(0, 0, 0, .08)
33
+ padding: 12px 0
34
+
35
+ &.active-menu
36
+ padding: 10px 0 !important
37
+
38
+ .line--1
39
+ transform: rotate(45deg) translate(5px, 5px)
40
+
41
+ .line--2
42
+ opacity: 0
43
+ transform: translate(-10px)
44
+
45
+ .line--3
46
+ transform: rotate(-45deg) translate(5px, -5px)
47
+
48
+ .btn-responsive-line
49
+ width: 20px
50
+ height: 2px
51
+ background: rgba(0, 0, 0, .6)
52
+ position: relative
53
+ display: block
54
+ transition: all .2s ease
55
+
56
+
57
+ .vs-con-items
58
+ display flex
59
+ align-items: center
60
+ justify-content: center
61
+
62
+ .vs-navbar--item
63
+ display block
64
+ position relative
65
+ transition: all .25s ease
66
+ z-index: 1000
67
+
68
+ &.is-active-item
69
+ .vs-navbar-after
70
+ width: 100%
71
+
72
+ &:hover
73
+ .vs-navbar-submenu
74
+ opacity: 1
75
+ visibility: visible
76
+
77
+ a
78
+ font-size: .8rem
79
+ padding: 10px 12px
80
+ display: block
81
+ color inherit
82
+ text-decoration: none !important
83
+ position relative
84
+ z-index: 100
85
+
86
+ &:hover
87
+ ~ .vs-navbar-after
88
+ width: 100%
89
+
90
+ .vs-navbar-after
91
+ width: 0
92
+ height 2px
93
+ left 50%
94
+ bottom: 0
95
+ transform: translate(-50%)
96
+ background: $vs-primary
97
+ position: absolute
98
+ transition: all .25s ease
99
+ z-index: 10
100
+
101
+
102
+ .vs-navbar--title
103
+ font-size: 1.1rem
104
+ padding: 0
105
+ padding-left: 10px
106
+ padding-right: 10px
107
+ color: inherit
108
+
109
+ .vs-navbar--items
110
+ position relative
111
+
112
+ .vs-navbar-submenu
113
+ position: absolute
114
+ visibility: hidden
115
+ opacity: 0
116
+ background: rgb(255, 255, 255)
117
+ z-index: 1000
118
+ padding-left 0
119
+ width: 200px
120
+
121
+ .vs-navbar-after
122
+ display: none
123
+
124
+ .vs-navbar--items
125
+ a
126
+ text-align: left
127
+
128
+
129
+ // TYPE: FLAT
130
+
131
+ .vs-navbar-flat
132
+ box-shadow: none
133
+
134
+ .vs-navbar-after
135
+ display: none
136
+
137
+ // TYPE: FUND
138
+
139
+ .vs-navbar-fund
140
+ box-shadow: none
141
+
142
+ .vs-navbar-after
143
+ width 100%
144
+ height 0
145
+ opacity: .1
146
+
147
+ a
148
+ &:hover
149
+ ~ .vs-navbar-after
150
+ height: 100%
151
+
152
+ .vs-navbar--item
153
+ &.is-active-item
154
+ .vs-navbar-after
155
+ height: 100%
156
+
157
+ // TYPE: BORDER
158
+
159
+ .vs-navbar-border
160
+ box-shadow: none
161
+ border 1px solid rgba(0, 0, 0, .05)
162
+
163
+ .vs-navbar--item
164
+ border-left 1px solid rgba(0, 0, 0, .05)
165
+
166
+ .vs-navbar-after
167
+ height: 1px
168
+ bottom: -1px
169
+
170
+ // TYPE: GRADIENT
171
+ .vs-navbar-gradient
172
+ .vs-navbar--item
173
+ margin: 4px 3px
174
+
175
+ a
176
+ padding: 6px 12px
177
+
178
+ .vs-navbar-after
179
+ display: none
180
+
181
+ // TYPE: SHADOW
182
+ .vs-navbar-shadow
183
+ box-shadow: none
184
+
185
+ .vs-navbar--item
186
+ background: rgba(0, 0, 0, .05)
187
+
188
+ &.is-active-item
189
+ background: rgb(255, 255, 255)
190
+ border-radius: 4px
191
+ box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07)
192
+
193
+ .vs-navbar-after
194
+ display: none
195
+
196
+
197
+ for colorx in $vs-colors
198
+ .vs-navbar-color-{color}
199
+ background: $vs-colors[colorx]
200
+
201
+ .vs-navbar
202
+ .vs-navbar-item-{colorx}
203
+ &.is-active-item
204
+ color: $vs-colors[colorx]
205
+
206
+ &:hover
207
+ > a
208
+ color: $vs-colors[colorx]
209
+
210
+ .vs-navbar-submenu
211
+ .vs-navbar-item-{colorx}
212
+ &.is-active-item
213
+ color: $vs-colors[colorx]
214
+
215
+ &:hover
216
+ color: $vs-colors[colorx]
217
+
218
+ &.vs-navbar-gradient
219
+ .vs-navbar-item-{colorx}
220
+ border-radius: 4px
221
+
222
+ &.is-active-item
223
+ border-radius: 6px
224
+ color rgb(255, 255, 255)
225
+ background: rgb(100, 0, 100)
226
+ if colorx == 'danger' {
227
+ background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
228
+ }
229
+ else if colorx == 'dark' {
230
+ background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
231
+ }
232
+ else {
233
+ background-image: linear-gradient(30deg, getColor(colorx, 1) 0%, getColor(colorx, .5) 100%)
234
+ }
235
+ text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3)
236
+
237
+
238
+ // RESPONSIVE
239
+ .collapse
240
+ display: block
241
+
242
+ .vs-navbar--btn-responsive
243
+ display: flex
244
+
245
+ .vs-navbar--header
246
+ display: flex
247
+ align-items: center
248
+ justify-content: space-between
249
+
250
+ .vs-con-items
251
+ display: none
252
+ width: 100%
253
+
254
+ &.activeMenuResponsive
255
+ display: block
256
+
257
+ .vs-spacer
258
+ display: none
259
+
260
+ .vs-navbar--item
261
+ width: 100%
262
+
263
+ @media screen and (max-width: 800px)
264
+ .vs-navbar--btn-responsive
265
+ display: flex
266
+
267
+ .vs-navbar
268
+ display: block
269
+
270
+ .vs-navbar--header
271
+ display: flex
272
+ align-items: center
273
+ justify-content: space-between
274
+
275
+ .vs-con-items
276
+ display: none
277
+ width: 100%
278
+
279
+ &.activeMenuResponsive
280
+ display: block
281
+
282
+ .vs-spacer
283
+ display: none
284
+
285
+ .vs-navbar--item
286
+ width: 100%