satis 2.1.56 → 2.1.57
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddacff2f312c1c65524fef0b9e5b36167610dbfea9af60a9e9e6927357a996dc
|
4
|
+
data.tar.gz: d99c99b127f5386cd0e327c5df513e174e3fff8082aec5fb7ba2e584f80d211f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 615797cc8126f3edd0da8b07f5a1274f733ad1580153c16ea2518db35e3b592cb45ac0575ffe59398d8a978241d9363b98d2631e5c71e986888cbdc5b1f19355
|
7
|
+
data.tar.gz: a24ea97b832c3086f997b6234d5483d4140c4fe45bd754844b1b7d166e6784fe7c31c33319aea71dccf6a1769b8d3c3ffe286d22a00b30dfd325200464ec69c3
|
@@ -65,7 +65,8 @@ export default class DateTimePickerComponentController extends ApplicationContro
|
|
65
65
|
name: "flip",
|
66
66
|
enabled: true,
|
67
67
|
options: {
|
68
|
-
|
68
|
+
fallbackPlacements: ["top", "bottom"],
|
69
|
+
boundary: "clippingParents",
|
69
70
|
},
|
70
71
|
},
|
71
72
|
{
|
@@ -62,8 +62,8 @@ export default class DropdownComponentController extends ApplicationController {
|
|
62
62
|
{
|
63
63
|
name: "flip",
|
64
64
|
options: {
|
65
|
-
fallbackPlacements: ["bottom"],
|
66
|
-
boundary:
|
65
|
+
fallbackPlacements: ["top", "bottom"],
|
66
|
+
boundary: "clippingParents",
|
67
67
|
},
|
68
68
|
},
|
69
69
|
{
|
data/lib/satis/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: satis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.57
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom de Grunt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser
|