beyond-rails 0.0.288 → 0.0.293
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09a279c5f9458e7e6a432c0ccce645eeadf96199635abde1931c7fb995bde12a'
|
4
|
+
data.tar.gz: f1ad8cc9cd761908617b9c2da801ae928c8e2715ca777f2ddb27c20f1f69cce3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4972c36854db21ea10cc9181dcab79e6f9feec71902691a26ac8305ecfb33fc59d98ee2354eca7011159332aa6cd1a895e4871d0b96cc72f11225b897973291
|
7
|
+
data.tar.gz: 4ed2a450d06d2ba45b99a776fbd2a40209976f90a2210beb1f83f91b73e1f59862f201586e285c93811577a60919608bddfe875750e4358a1fc0f35604b34be0
|
@@ -185,7 +185,7 @@ export default class SearchDropdown {
|
|
185
185
|
const { renderItem } = this.options
|
186
186
|
|
187
187
|
const menuItems = items.map((item, i) => {
|
188
|
-
return renderItem(item, i, (selectedIndex === i))
|
188
|
+
return renderItem(item, i, (selectedIndex === i), items)
|
189
189
|
})
|
190
190
|
|
191
191
|
if (this.noDataMsgVisible) {
|
@@ -233,26 +233,24 @@ label {
|
|
233
233
|
&:before {
|
234
234
|
font-family: $beyond-icon-font-name;
|
235
235
|
display: inline-block;
|
236
|
+
margin-right: 4px;
|
237
|
+
transform: translateY(1px);
|
236
238
|
}
|
237
239
|
}
|
238
240
|
|
239
241
|
.valid-feedback {
|
240
242
|
color: $txt-color-success;
|
241
243
|
&:before {
|
242
|
-
margin-right: 4px;
|
243
|
-
transform: translateY(1px);
|
244
244
|
color: $txt-color-success;
|
245
|
-
@extend .icon-check:before
|
245
|
+
@extend .icon-check:before;
|
246
246
|
}
|
247
247
|
}
|
248
248
|
|
249
249
|
.invalid-feedback {
|
250
250
|
color: $txt-color-danger;
|
251
251
|
&:before {
|
252
|
-
margin-right: 4px;
|
253
|
-
transform: translateY(1px);
|
254
252
|
color: $txt-color-danger;
|
255
|
-
@extend .icon-exclamation-triangle:before
|
253
|
+
@extend .icon-exclamation-triangle:before;
|
256
254
|
}
|
257
255
|
}
|
258
256
|
|
@@ -32,11 +32,13 @@
|
|
32
32
|
white-space: nowrap;
|
33
33
|
}
|
34
34
|
.toast-message {
|
35
|
+
line-height: 1.7;
|
35
36
|
vertical-align: middle;
|
36
37
|
white-space: normal;
|
37
38
|
text-align: left;
|
38
39
|
max-width: 210px;
|
39
40
|
display: inline-block;
|
41
|
+
word-break: break-all;
|
40
42
|
}
|
41
43
|
.toast-btn {
|
42
44
|
padding: 7px 14px 7px 24px;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beyond-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.293
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kmsheng
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sassc
|