satis 2.1.55 → 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: 89a9eff8bce58f2865827f0459ec2f8e05da5e6d46ea97fb8a56e56740cb5a0c
4
- data.tar.gz: 7ea00bb6b3abf1b5e095f1ce92a58f5e400bc5571894992aa2ab06650af5feba
3
+ metadata.gz: ddacff2f312c1c65524fef0b9e5b36167610dbfea9af60a9e9e6927357a996dc
4
+ data.tar.gz: d99c99b127f5386cd0e327c5df513e174e3fff8082aec5fb7ba2e584f80d211f
5
5
  SHA512:
6
- metadata.gz: 27c4dd12d202d26da9a3537fc20a8f94bf19cc9d1f7a7aec2fe2c0d40a7550d9bc2c0325d212713c3301364a958ff80d9a345a0732eff8e4a09afe853f26054f
7
- data.tar.gz: bcd8a0c9175f95c3d435d97cfcc0dffe3bba46486854e13cd866883b6695d151cac0f529f33ab276429e6d84ef0754d86b91885b227dcace95d3c4d3650f4522
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
- boundary: this.element.closest(".sts-card"),
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: this.element.closest(".sts-card"),
65
+ fallbackPlacements: ["top", "bottom"],
66
+ boundary: "clippingParents",
67
67
  },
68
68
  },
69
69
  {
@@ -9,7 +9,7 @@ export default class SignatureComponentController extends ApplicationController
9
9
  async connect() {
10
10
  this.signaturePad = new SignaturePad(this.canvasTarget)
11
11
  if (this.hasUrlValue) {
12
- let blob = await fetch(this.urlValue)
12
+ let blob = await fetch(this.urlValue, { cache: "no-store" })
13
13
  .then(r => r.blob())
14
14
 
15
15
  let dataUrl = await new Promise(resolve => {
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.55"
2
+ VERSION = "2.1.57"
3
3
  end
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.55
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-05 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser