lws 7.5.0 → 7.5.1
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/lib/lws/apps/digital_signage.rb +19 -3
- data/lib/lws/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d67d47eca79efdc3503e0887370376a318dd9e718849a4edfc8b43bfea85f22
|
|
4
|
+
data.tar.gz: e25029a0f216ed27a30874d032c7b0ff25652e7ef1649eef1066edbc4e9fd120
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12629ffd1da6fb9282cc4972395f9f00c71f2defdddf06251893222ba5271614dab3ab7eac8167b137f5a56834cd9655ff99466c999eaa292571d94ea1b7cc1d
|
|
7
|
+
data.tar.gz: 1125d8d47a848fb64c42011a76acd98491643cd6a2fe66fd7a41eb0f3e0ed6bfa299650b0f0aca1f9d06270be7e448e0193d89afecab4e6f212e3cde2565241f
|
|
@@ -710,6 +710,10 @@ module LWS::DigitalSignage
|
|
|
710
710
|
# @return [String] the customizable attribute/property name
|
|
711
711
|
attribute :attr
|
|
712
712
|
|
|
713
|
+
# @!attribute description
|
|
714
|
+
# @return [String] the customizable attribute/property description
|
|
715
|
+
attribute :description
|
|
716
|
+
|
|
713
717
|
# @!attribute element
|
|
714
718
|
# @return [Layout::element] the layout element the customizable property
|
|
715
719
|
# is for
|
|
@@ -719,9 +723,13 @@ module LWS::DigitalSignage
|
|
|
719
723
|
# @return [Integer] the ID of the layout element the customizable is for
|
|
720
724
|
attribute :element_id
|
|
721
725
|
|
|
722
|
-
# @!attribute
|
|
723
|
-
# @return [String] the customizable attribute/property
|
|
724
|
-
attribute :
|
|
726
|
+
# @!attribute help
|
|
727
|
+
# @return [String] the customizable attribute/property help text
|
|
728
|
+
attribute :help
|
|
729
|
+
|
|
730
|
+
# @!attribute placeholder
|
|
731
|
+
# @return [String] the customizable attribute/property placholder text
|
|
732
|
+
attribute :placeholder
|
|
725
733
|
|
|
726
734
|
# @!attribute presets
|
|
727
735
|
# This is a list of mappings of the preset label (key +"label"+) to the
|
|
@@ -730,6 +738,14 @@ module LWS::DigitalSignage
|
|
|
730
738
|
# @return [Array<Hash{String => String}>] the presets for attribute values
|
|
731
739
|
attribute :presets
|
|
732
740
|
|
|
741
|
+
# @!attribute required
|
|
742
|
+
# @return [String] whether the customizable attribute/property is required
|
|
743
|
+
attribute :required
|
|
744
|
+
|
|
745
|
+
# @!attribute title
|
|
746
|
+
# @return [String] the customizable attribute/property title
|
|
747
|
+
attribute :title
|
|
748
|
+
|
|
733
749
|
# @!attribute uuid
|
|
734
750
|
# @return [String] the UUID of the customizable attribute/property
|
|
735
751
|
attribute :uuid
|
data/lib/lws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- LeftClick B.V.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday-http-cache
|