RubyGems
npm
Organizations
Log in
Sign up
npm
@kizmann/nano-ui
Versions diffs
0.7.13 → 0.7.14
Page 3
@kizmann/nano-ui 0.7.13 → 0.7.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/dist/nano-ui.js
+1
-1
package/dist/nano-ui.js.map
+1
-1
package/package.json
+1
-1
package/src/config/src/config/config-next.js
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@kizmann/nano-ui",
3
-
"version": "0.7.
13
",
3
+
"version": "0.7.
14
",
4
4
"license": "MIT",
5
5
"private": false,
6
6
"author": "Eduard Kizmann <kizmann@protonmail.ch>",
package/src/config/src/config/config-next.js
CHANGED
Viewed
@@ -246,7 +246,7 @@ export default {
246
246
let events = {};
247
247
248
248
Obj.each(setup['events'], (value, key) => {
249
-
events[this.toEventKey(key)] = value;
249
+
events[this.toEventKey(key)] =
this.solveContext(
value
)
;
250
250
});
251
251
252
252
let props = {};
« First
‹ Prev
1
2
3