promethee 1.6.18 → 1.6.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64a8e7d70b5148b560d6dd54e4c88b154812c53c
|
|
4
|
+
data.tar.gz: d8020b73345e94ec676ff6825fa91fd1e4745647
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e78c0a94d07b5d3f797fb03d1e217ab97980a651ae47094bff0b858fcc377a8f8338f0ae01ec0ca656367e9ab5774425d040dbc2885f7e9c8f6f0814e799bf0
|
|
7
|
+
data.tar.gz: 0cfc190517f635e975488f3a0e5ed2b7daae22bc5c6f6a53dc177685c989f138f18b9fe4a1e9b4b041394515c320500b40ca07739abdf57db350eed544f110f3
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
</script>
|
|
10
10
|
|
|
11
|
+
<% # Scope of components must be local, so the row can be removed from its parent components %>
|
|
11
12
|
<script type="text/ng-template" id="promethee/components/row/edit/move/columns">
|
|
12
|
-
|
|
13
|
-
<div ng-init="components = component.children">
|
|
13
|
+
<div ng-init="components = component.children">
|
|
14
14
|
<div ng-repeat="component in components"
|
|
15
15
|
class="<%= promethee_bem_classes 'promethee-edit__move__draggable', '--{{component.type}}' %>">
|
|
16
16
|
<ng-include src="'promethee/move/component'"></ng-include>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: promethee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Dargelos
|
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
388
388
|
version: '0'
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
|
-
rubygems_version: 2.6.
|
|
391
|
+
rubygems_version: 2.6.13
|
|
392
392
|
signing_key:
|
|
393
393
|
specification_version: 4
|
|
394
394
|
summary: Bring fire to your page
|