forest_admin_datasource_toolkit 1.0.0.pre.beta.69 → 1.0.0.pre.beta.71
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: 204966187a7512ce7c713abe86d214077dec4a18b8bbce7f7a9fed21d7cd9ab7
|
4
|
+
data.tar.gz: c0b65b0882c3235a7b19b34129111b09192a9d531c12425eb70930fde86fb6e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: def45e51a3d0c19bc25e27ec3e07c064bc6c65ee4080036df7fb6b09f2c041169afb5b93ab050c8cb9326a820aa6941722ff17294cefd8226f0369bfd82b8c59
|
7
|
+
data.tar.gz: 37918d296068efd822247bb5817d66296d43af2d1e89cf373d779926121b9a6f7d0d68e4c7f097a8d546170664419f3e2122c92156959a10686f153817453d1b
|
@@ -4,11 +4,12 @@ module ForestAdminDatasourceToolkit
|
|
4
4
|
class ActionField
|
5
5
|
attr_accessor :value, :watch_changes
|
6
6
|
attr_reader :type, :label, :description, :is_required, :is_read_only, :enum_values, :collection_name, :widget,
|
7
|
-
:placeholder
|
7
|
+
:placeholder, :id
|
8
8
|
|
9
9
|
def initialize(
|
10
10
|
type:,
|
11
|
-
label
|
11
|
+
label: nil,
|
12
|
+
id: nil,
|
12
13
|
description: nil,
|
13
14
|
is_required: false,
|
14
15
|
is_read_only: false,
|
@@ -21,6 +22,7 @@ module ForestAdminDatasourceToolkit
|
|
21
22
|
)
|
22
23
|
@type = type
|
23
24
|
@label = label
|
25
|
+
@id = id
|
24
26
|
@description = description
|
25
27
|
@is_required = is_required
|
26
28
|
@is_read_only = is_read_only
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_admin_datasource_toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.pre.beta.
|
4
|
+
version: 1.0.0.pre.beta.71
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthieu
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|