turbo_material 0.1.3 → 0.1.4
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: f57101f74d05af53865de1832d1aff0346e2bb299c8f52792195999f8cd59b0e
|
4
|
+
data.tar.gz: facde21d534b3bf1768367981614c40757ea373e5059e7e0331a3cb0461fe676
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55dd0b8e4c2a7921330cc566089034d86093385c783776914be76d5500004a7c4880225361c975d122cf77ffc2e9ea604a43535631a529a7aa8390ed19cb13cb
|
7
|
+
data.tar.gz: a0bc4d616f9dc788fb1621ae9caf7e1bb1ecef1a297f74cc5984865452a762fc7c69a8bf206facfd1eea7180e1cf9b747f3a7a3fc469bbb987d161dd3774a9c0
|
@@ -23,7 +23,7 @@
|
|
23
23
|
id: id, 'aria-labelledby' => id + '-label',
|
24
24
|
required: required,
|
25
25
|
disabled: disabled,
|
26
|
-
type: type, autocomplete: "
|
26
|
+
type: type, autocomplete: "new-password",
|
27
27
|
data: { 'material-chips-input-target': 'input',
|
28
28
|
action: 'input->material-chips-input#search mousedown->material-chips-input#toggle keydown.down->material-chips-input#focusNext keydown.up->material-chips-input#focusPrevious keydown.enter->material-chips-input#confirmSelection keydown->material-chips-input#open' }
|
29
29
|
%>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
class: 'mdc-text-field__input', value: value || form&.object&.[](name.to_sym),
|
10
10
|
id: id, 'aria-labelledby' => id + '-label',
|
11
11
|
required: required, disabled: disabled,
|
12
|
-
type: type, autocomplete: "
|
12
|
+
type: type, autocomplete: "new-password", data: { frame: frame, **(data) }.compact,
|
13
13
|
min: min, max: max
|
14
14
|
%>
|
15
15
|
<span class="mdc-line-ripple"></span>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<%= form.text_area provide_hidden ? "#{name}_".to_sym : name.to_sym,
|
10
10
|
class: 'mdc-text-field__input', value: value || form&.object&.[](name.to_sym),
|
11
11
|
id: id, 'aria-labelledby' => id + '-label', required: required, disabled: disabled,
|
12
|
-
autocomplete: "
|
12
|
+
autocomplete: "new-password", data: { frame: frame }.compact, rows: rows, cols: cols, maxlength: maxlength
|
13
13
|
%>
|
14
14
|
<span class="mdc-text-field-character-counter">0 / <%= maxlength %></span>
|
15
15
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo_material
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Moiseev
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -78,7 +78,7 @@ dependencies:
|
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: 2.0.33
|
81
|
-
description:
|
81
|
+
description:
|
82
82
|
email:
|
83
83
|
- moiseev.sergey@gmail.com
|
84
84
|
executables: []
|
@@ -145,7 +145,7 @@ metadata:
|
|
145
145
|
allowed_push_host: https://rubygems.org
|
146
146
|
homepage_uri: https://github.com/full-stack-biz/turbo_material
|
147
147
|
source_code_uri: https://github.com/full-stack-biz/turbo_material
|
148
|
-
post_install_message:
|
148
|
+
post_install_message:
|
149
149
|
rdoc_options: []
|
150
150
|
require_paths:
|
151
151
|
- lib
|
@@ -160,8 +160,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
160
|
- !ruby/object:Gem::Version
|
161
161
|
version: '0'
|
162
162
|
requirements: []
|
163
|
-
rubygems_version: 3.
|
164
|
-
signing_key:
|
163
|
+
rubygems_version: 3.5.3
|
164
|
+
signing_key:
|
165
165
|
specification_version: 4
|
166
166
|
summary: Material Web Components for Hotwire Turbo.
|
167
167
|
test_files: []
|