isomorfeus-preact 10.6.9 → 10.6.10

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: 27e8a1720c3ddd6303e0941c1467787024e06167478baaa56dc785cfc13ccff7
4
- data.tar.gz: 6f47595f997ed6c199bc3ca23ea6a7172cc839233ab3ed010f0f752c52833779
3
+ metadata.gz: a8cc6c49fd65f7f76f101f4f6f8d04701b23ff77570907bf23c62d6a1065848f
4
+ data.tar.gz: 066364eca22b04a87ef58758c936ac722223eeaf70102f33e26c869019be5756
5
5
  SHA512:
6
- metadata.gz: 8029305a7fbbf06407e697f8a48ee3af6b64fe4f14244bf1c98da076b54ef54bb030d8e6756363d6fb23d8b914821fd0cdd7706cb812e630c0e0a611deb04201
7
- data.tar.gz: 7525368ac4fc2c2f6e7decd2e11bf134f4849057b00802fff6f4754e3bea89f86b8535957f3c84aabad9c3323871534ef1eb69b4b34fc265a356d5d4c1e442d9
6
+ metadata.gz: 7129442c4580e1729529e69ebf562f93390963f5c431f14c3cc1635e4f726765fb2de5df2f12047e71c28d452743874ee4bb8ad53a5e1dd72d83d36102a2c841
7
+ data.tar.gz: 1ed86de3e21be8dc40d639cbc1ab7cca854b495689484507b1d99db6ccadb89632e9c5ca4cd3d38e97a2a01ea7ffb5c9477ece63727e4eba59d20135503b69f8
@@ -70,7 +70,7 @@ module LucidApp
70
70
  return Opal.global.Preact.createElement(Opal.global.LucidApplicationContext.Provider, { value: { iso_store: this.state.isomorfeus_store_state, iso_theme: base.css_theme }}, children);
71
71
  }
72
72
  data_access() {
73
- this.state.isomorfeus_store_state;
73
+ return this.state.isomorfeus_store_state;
74
74
  }
75
75
  listener() {
76
76
  let next_state = Opal.Isomorfeus.store.native.getState();
@@ -64,7 +64,7 @@ module LucidComponent
64
64
  return (result.length === 1) ? result[0] : result;
65
65
  }
66
66
  data_access() {
67
- this.state.isomorfeus_store_state;
67
+ return this.state.isomorfeus_store_state;
68
68
  }
69
69
  shouldComponentUpdate(next_props, next_state) {
70
70
  if (!Opal.Preact.props_are_equal(this.props, next_props)) { return true; }
@@ -1,3 +1,3 @@
1
1
  module Preact
2
- VERSION = '10.6.9'
2
+ VERSION = '10.6.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-preact
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.6.9
4
+ version: 10.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann