isomorfeus-preact 10.6.11 → 10.6.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/browser/event.rb +2 -0
- data/lib/isomorfeus/preact_view_helper.rb +3 -2
- data/lib/isomorfeus/props/validate_hash_proxy.rb +1 -1
- data/lib/isomorfeus/props/validator.rb +6 -4
- data/lib/isomorfeus-preact.rb +3 -3
- data/lib/isomorfeus_preact/lucid_component/api.rb +1 -1
- data/lib/isomorfeus_preact/lucid_component/initializer.rb +2 -2
- data/lib/isomorfeus_preact/lucid_func/initializer.rb +1 -1
- data/lib/isomorfeus_preact/preact/function_component/initializer.rb +1 -1
- data/lib/preact/component/api.rb +1 -1
- data/lib/preact/component/callbacks.rb +6 -6
- data/lib/preact/component/initializer.rb +2 -2
- data/lib/preact/component/native_component_constructor.rb +1 -1
- data/lib/preact/props.rb +51 -0
- data/lib/preact/state.rb +67 -0
- data/lib/preact/version.rb +1 -1
- data/lib/preact.rb +2 -2
- data/node_modules/.package-lock.json +3 -3
- data/node_modules/preact/LICENSE +21 -21
- data/node_modules/preact/README.md +187 -187
- data/node_modules/preact/compat/dist/compat.js +1 -1
- data/node_modules/preact/compat/dist/compat.js.map +1 -1
- data/node_modules/preact/compat/dist/compat.mjs +1 -1
- data/node_modules/preact/compat/dist/compat.module.js +1 -1
- data/node_modules/preact/compat/dist/compat.module.js.map +1 -1
- data/node_modules/preact/compat/dist/compat.umd.js +1 -1
- data/node_modules/preact/compat/dist/compat.umd.js.map +1 -1
- data/node_modules/preact/compat/jsx-dev-runtime.js +1 -1
- data/node_modules/preact/compat/jsx-dev-runtime.mjs +1 -1
- data/node_modules/preact/compat/jsx-runtime.js +1 -1
- data/node_modules/preact/compat/jsx-runtime.mjs +1 -1
- data/node_modules/preact/compat/package.json +19 -19
- data/node_modules/preact/compat/scheduler.js +15 -15
- data/node_modules/preact/compat/scheduler.mjs +23 -23
- data/node_modules/preact/compat/server.js +15 -15
- data/node_modules/preact/compat/server.mjs +4 -4
- data/node_modules/preact/compat/src/Children.js +21 -21
- data/node_modules/preact/compat/src/PureComponent.js +15 -15
- data/node_modules/preact/compat/src/forwardRef.js +51 -51
- data/node_modules/preact/compat/src/index.d.ts +141 -141
- data/node_modules/preact/compat/src/index.js +187 -187
- data/node_modules/preact/compat/src/internal.d.ts +47 -47
- data/node_modules/preact/compat/src/memo.js +34 -34
- data/node_modules/preact/compat/src/portals.js +80 -80
- data/node_modules/preact/compat/src/render.js +229 -230
- data/node_modules/preact/compat/src/suspense-list.d.ts +14 -14
- data/node_modules/preact/compat/src/suspense-list.js +126 -126
- data/node_modules/preact/compat/src/suspense.d.ts +15 -15
- data/node_modules/preact/compat/src/suspense.js +270 -270
- data/node_modules/preact/compat/src/util.js +28 -28
- data/node_modules/preact/compat/test-utils.js +1 -1
- data/node_modules/preact/debug/dist/debug.js.map +1 -1
- data/node_modules/preact/debug/dist/debug.module.js.map +1 -1
- data/node_modules/preact/debug/dist/debug.umd.js.map +1 -1
- data/node_modules/preact/debug/package.json +18 -18
- data/node_modules/preact/debug/src/check-props.js +54 -54
- data/node_modules/preact/debug/src/component-stack.js +146 -146
- data/node_modules/preact/debug/src/constants.js +3 -3
- data/node_modules/preact/debug/src/debug.js +442 -442
- data/node_modules/preact/debug/src/index.js +6 -6
- data/node_modules/preact/debug/src/internal.d.ts +82 -82
- data/node_modules/preact/debug/src/util.js +11 -11
- data/node_modules/preact/devtools/dist/devtools.js +1 -1
- data/node_modules/preact/devtools/dist/devtools.js.map +1 -1
- data/node_modules/preact/devtools/dist/devtools.mjs +1 -1
- data/node_modules/preact/devtools/dist/devtools.module.js +1 -1
- data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -1
- data/node_modules/preact/devtools/dist/devtools.umd.js +1 -1
- data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -1
- data/node_modules/preact/devtools/package.json +16 -16
- data/node_modules/preact/devtools/src/devtools.js +10 -10
- data/node_modules/preact/devtools/src/index.d.ts +8 -8
- data/node_modules/preact/devtools/src/index.js +15 -15
- data/node_modules/preact/dist/preact.js.map +1 -1
- data/node_modules/preact/dist/preact.min.js.map +1 -1
- data/node_modules/preact/dist/preact.module.js.map +1 -1
- data/node_modules/preact/dist/preact.umd.js.map +1 -1
- data/node_modules/preact/hooks/dist/hooks.js +1 -1
- data/node_modules/preact/hooks/dist/hooks.js.map +1 -1
- data/node_modules/preact/hooks/dist/hooks.mjs +1 -1
- data/node_modules/preact/hooks/dist/hooks.module.js +1 -1
- data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -1
- data/node_modules/preact/hooks/dist/hooks.umd.js +1 -1
- data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -1
- data/node_modules/preact/hooks/package.json +26 -26
- data/node_modules/preact/hooks/src/index.d.ts +139 -139
- data/node_modules/preact/hooks/src/index.js +386 -388
- data/node_modules/preact/hooks/src/internal.d.ts +75 -75
- data/node_modules/preact/jsx-runtime/dist/jsxRuntime.js.map +1 -1
- data/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js.map +1 -1
- data/node_modules/preact/jsx-runtime/dist/jsxRuntime.umd.js.map +1 -1
- data/node_modules/preact/jsx-runtime/package.json +19 -19
- data/node_modules/preact/jsx-runtime/src/index.d.ts +50 -50
- data/node_modules/preact/jsx-runtime/src/index.js +77 -77
- data/node_modules/preact/package.json +291 -287
- data/node_modules/preact/src/cjs.js +3 -3
- data/node_modules/preact/src/clone-element.js +34 -34
- data/node_modules/preact/src/component.js +225 -225
- data/node_modules/preact/src/constants.js +3 -3
- data/node_modules/preact/src/create-context.js +68 -68
- data/node_modules/preact/src/create-element.js +98 -98
- data/node_modules/preact/src/diff/catch-error.js +38 -38
- data/node_modules/preact/src/diff/children.js +335 -335
- data/node_modules/preact/src/diff/index.js +516 -516
- data/node_modules/preact/src/diff/props.js +158 -158
- data/node_modules/preact/src/index.d.ts +310 -310
- data/node_modules/preact/src/index.js +13 -13
- data/node_modules/preact/src/internal.d.ts +146 -146
- data/node_modules/preact/src/jsx.d.ts +1005 -1005
- data/node_modules/preact/src/options.js +16 -16
- data/node_modules/preact/src/render.js +75 -75
- data/node_modules/preact/src/util.js +27 -27
- data/node_modules/preact/test-utils/dist/testUtils.js.map +1 -1
- data/node_modules/preact/test-utils/dist/testUtils.module.js.map +1 -1
- data/node_modules/preact/test-utils/dist/testUtils.umd.js.map +1 -1
- data/node_modules/preact/test-utils/package.json +19 -19
- data/node_modules/preact/test-utils/src/index.d.ts +3 -3
- data/node_modules/preact/test-utils/src/index.js +117 -117
- data/package.json +1 -1
- metadata +8 -8
- data/lib/preact/component/props.rb +0 -55
- data/lib/preact/component/state.rb +0 -58
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-preact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.6.
|
4
|
+
version: 10.6.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.14.
|
89
|
+
version: 0.14.6
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.14.
|
96
|
+
version: 0.14.6
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: isomorfeus-redux
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 0.6.
|
173
|
+
version: 0.6.4
|
174
174
|
type: :development
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 0.6.
|
180
|
+
version: 0.6.4
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: rake
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -269,13 +269,13 @@ files:
|
|
269
269
|
- lib/preact/component/mixin.rb
|
270
270
|
- lib/preact/component/native_component_constructor.rb
|
271
271
|
- lib/preact/component/params.rb
|
272
|
-
- lib/preact/component/props.rb
|
273
272
|
- lib/preact/component/resolution.rb
|
274
|
-
- lib/preact/component/state.rb
|
275
273
|
- lib/preact/context_wrapper.rb
|
276
274
|
- lib/preact/native_constant_wrapper.rb
|
277
275
|
- lib/preact/options.rb
|
276
|
+
- lib/preact/props.rb
|
278
277
|
- lib/preact/ref.rb
|
278
|
+
- lib/preact/state.rb
|
279
279
|
- lib/preact/version.rb
|
280
280
|
- node_modules/.package-lock.json
|
281
281
|
- node_modules/preact-render-to-string/LICENSE
|
@@ -1,55 +0,0 @@
|
|
1
|
-
module Preact
|
2
|
-
module Component
|
3
|
-
class Props
|
4
|
-
def initialize(native)
|
5
|
-
@native = native
|
6
|
-
end
|
7
|
-
|
8
|
-
def method_missing(prop, *args, &block)
|
9
|
-
%x{
|
10
|
-
const p = #@native.props;
|
11
|
-
if (typeof p[prop] === 'undefined') {
|
12
|
-
prop = Opal.Preact.lower_camelize(prop);
|
13
|
-
if (typeof p[prop] === 'undefined') { return nil; }
|
14
|
-
}
|
15
|
-
return p[prop];
|
16
|
-
}
|
17
|
-
end
|
18
|
-
|
19
|
-
def children
|
20
|
-
@native.JS[:props].JS[:children]
|
21
|
-
end
|
22
|
-
|
23
|
-
def isomorfeus_store
|
24
|
-
# TODO
|
25
|
-
@native.JS[:props].JS[:isomorfeus_store]
|
26
|
-
end
|
27
|
-
|
28
|
-
def theme
|
29
|
-
`#@native.props.iso_theme`
|
30
|
-
end
|
31
|
-
|
32
|
-
def params
|
33
|
-
return @params if @params
|
34
|
-
return nil if `typeof #@native.props.params === 'undefined'`
|
35
|
-
@params = ::Preact::Component::Params.new(`#@native.props.params`)
|
36
|
-
end
|
37
|
-
|
38
|
-
def to_h
|
39
|
-
`Opal.Hash.$new(#@native.props)`.transform_keys!(&:underscore)
|
40
|
-
end
|
41
|
-
|
42
|
-
def to_json
|
43
|
-
JSON.dump(to_transport)
|
44
|
-
end
|
45
|
-
|
46
|
-
def to_n
|
47
|
-
@native.JS[:props]
|
48
|
-
end
|
49
|
-
|
50
|
-
def to_transport
|
51
|
-
{}.merge(to_h)
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
@@ -1,58 +0,0 @@
|
|
1
|
-
module Preact
|
2
|
-
module Component
|
3
|
-
class State
|
4
|
-
include ::Native::Wrapper
|
5
|
-
|
6
|
-
def initialize(native)
|
7
|
-
@native = native
|
8
|
-
end
|
9
|
-
|
10
|
-
def method_missing(key, *args, &block)
|
11
|
-
if `args.length > 0`
|
12
|
-
new_state = `{}`
|
13
|
-
new_state.JS[(`key.endsWith('=')` ? key.chop : key)] = args[0]
|
14
|
-
if block_given?
|
15
|
-
@native.JS.setState(new_state, `function() { block.$call(); }`)
|
16
|
-
else
|
17
|
-
@native.JS.setState(new_state, `null`)
|
18
|
-
end
|
19
|
-
else
|
20
|
-
%x{
|
21
|
-
if (typeof #@native.state[key] === 'undefined') { return nil; }
|
22
|
-
return #@native.state[key];
|
23
|
-
}
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def set_state(updater, &block)
|
28
|
-
new_state = `{}`
|
29
|
-
updater.each do |key, value|
|
30
|
-
new_state.JS[key] = value
|
31
|
-
end
|
32
|
-
if block_given?
|
33
|
-
@native.JS.setState(new_state, `function() { block.$call(); }`)
|
34
|
-
else
|
35
|
-
@native.JS.setState(new_state, `null`)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
def size
|
40
|
-
`Object.keys(#@native.state).length`;
|
41
|
-
end
|
42
|
-
|
43
|
-
def to_n
|
44
|
-
%x{
|
45
|
-
var new_native = {};
|
46
|
-
for (var key in #@native.state) {
|
47
|
-
if (typeof #@native.state[key].$to_n !== "undefined") {
|
48
|
-
new_native[key] = #@native.state[key].$to_n();
|
49
|
-
} else {
|
50
|
-
new_native[key] = #@native.state[key];
|
51
|
-
}
|
52
|
-
}
|
53
|
-
return new_native;
|
54
|
-
}
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|