mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
npm update + minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2211d2d23a
commit
2b8f60bd8f
@ -931,7 +931,7 @@ module.Dialogs = core.ImageGridFeatures.Feature({
|
||||
this.config['ui-overlay-blur']
|
||||
&& this.toggleOverlayBlur(this.config['ui-overlay-blur'])
|
||||
}],
|
||||
['__call__',
|
||||
['__actioncall__',
|
||||
function(res, action, args){
|
||||
//if(res instanceof jQuery || res instanceof widget.Widget){
|
||||
// var elem = (res.dom || res)
|
||||
|
||||
8
ui (gen4)/package-lock.json
generated
8
ui (gen4)/package-lock.json
generated
@ -939,11 +939,11 @@
|
||||
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
|
||||
},
|
||||
"ig-actions": {
|
||||
"version": "3.24.3",
|
||||
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.3.tgz",
|
||||
"integrity": "sha512-5dLE/4rQmKkXfoQIevRuIPD3ZK1VyGv07z4vCaAKuIUlKHI1kVRqT0a8nArXMLTiXs+jZIYJDxffArkIrblaww==",
|
||||
"version": "3.24.5",
|
||||
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.5.tgz",
|
||||
"integrity": "sha512-fts33XhxeKO5j/m31nQ6p5hnY07SQt8Ltsokraj3x1k0PfDFVos+kX6szAO82Y5VDHxGXRDnAHZne7yxggqP1w==",
|
||||
"requires": {
|
||||
"ig-object": "^2.1.1"
|
||||
"ig-object": "^2.2.0"
|
||||
}
|
||||
},
|
||||
"ig-features": {
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"generic-walk": "^1.4.0",
|
||||
"glob": "^7.1.6",
|
||||
"guarantee-events": "^1.0.0",
|
||||
"ig-actions": "^3.24.3",
|
||||
"ig-actions": "^3.24.5",
|
||||
"ig-features": "^3.4.1",
|
||||
"ig-object": "^2.2.0",
|
||||
"moment": "^2.24.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user