satis 2.1.44 → 2.1.45
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 +4 -4
- data/app/components/satis/tabs/component_controller.js +1 -1
- data/lib/satis/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9887c635607425b3eb1f3c82cfd62cd14f0b8c965d9e25f5d404c6f09bd913f
|
|
4
|
+
data.tar.gz: 332aac305272d7a73f214f228da9323d4caa37a6974f09f1893bf08f508ebce6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c98f0419f5ba08fd90dedec2a70d7c9d99bfd1adb21f0e74c265daec0a04f5f3b772382d9c3514d407fc8a83e424c8f29190fbdd70575731d0806cbc4ee3dc7b
|
|
7
|
+
data.tar.gz: 439725849621f51105fe085bc2625cf57f7d21ad8ef580b19c7d101c6f7423c400db3c35538e8714d060b77dec7ad5d7552d1bf65998086594af4144f2cfcb3e
|
|
@@ -12,7 +12,7 @@ export default class TabsComponentController extends ApplicationController {
|
|
|
12
12
|
|
|
13
13
|
let firstErrorIndex
|
|
14
14
|
this.tabTargets.forEach((tab, index) => {
|
|
15
|
-
let hasErrors = this.contentTargets[index].querySelectorAll(".is-invalid")
|
|
15
|
+
let hasErrors = this.contentTargets[index].querySelectorAll(".is-invalid,.invalid-feedback")
|
|
16
16
|
if (hasErrors.length > 0) {
|
|
17
17
|
if (!firstErrorIndex) {
|
|
18
18
|
firstErrorIndex = index
|
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.45
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom de Grunt
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: browser
|
|
@@ -965,7 +965,7 @@ homepage: https://github.com/entdec/satis
|
|
|
965
965
|
licenses:
|
|
966
966
|
- MIT
|
|
967
967
|
metadata: {}
|
|
968
|
-
post_install_message:
|
|
968
|
+
post_install_message:
|
|
969
969
|
rdoc_options: []
|
|
970
970
|
require_paths:
|
|
971
971
|
- lib
|
|
@@ -981,7 +981,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
981
981
|
version: '0'
|
|
982
982
|
requirements: []
|
|
983
983
|
rubygems_version: 3.4.10
|
|
984
|
-
signing_key:
|
|
984
|
+
signing_key:
|
|
985
985
|
specification_version: 4
|
|
986
986
|
summary: Satis allow you to focus on features, let us do the UI/UX. It'll give you
|
|
987
987
|
satisfaction.
|