lws 7.5.0 → 7.5.1

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: badafacf76facec8e57705d04d48733ba141e5d100a3901b08838a3482b4b9a5
4
- data.tar.gz: 47dbcbca938d498f350bbec29e8f19c010bfbc987100d426ad83fc2ff202f5e6
3
+ metadata.gz: 8d67d47eca79efdc3503e0887370376a318dd9e718849a4edfc8b43bfea85f22
4
+ data.tar.gz: e25029a0f216ed27a30874d032c7b0ff25652e7ef1649eef1066edbc4e9fd120
5
5
  SHA512:
6
- metadata.gz: 92a55f38d5b4efa9ca3978ad5b0aac18c85a0b372a8f3cb8b070899fd80a07523a44ea9d5c327f1d2c09d592ea1203b94e3f57ce7799146d9911493320e4b666
7
- data.tar.gz: 4080f8a9251773ebf8e77a834da3f579dd64aae0c7df4eedc1ebe3e0e685d120f790be49d1c0427cd20d0d4ab32052450c3f1fc49f6c71fe02d6c49c6d3b1775
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 hint_message
723
- # @return [String] the customizable attribute/property value
724
- attribute :hint_message
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
@@ -14,6 +14,6 @@ module LWS
14
14
 
15
15
  # The LWS library version.
16
16
  # @note The major and minor version parts match the LWS API version!
17
- VERSION = "7.5.0".freeze
17
+ VERSION = "7.5.1".freeze
18
18
 
19
19
  end
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.0
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-01-21 00:00:00.000000000 Z
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