promethee 1.4.20 → 1.4.21
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: 74933da07ed7de8d94e34988b4f57e5fa6a2dbd0
|
|
4
|
+
data.tar.gz: 930432389d529e9cceb4ff1aa51fc1231a1764fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ed4e6e2a48517c9fffaccfe4e66e6221e5812ea99e7de08b70a65781ffdd8b511a34fbf110f24304b091b2fdd5dc0e4bfe3cbc83ea1a7a861eadfdc5428f4c0
|
|
7
|
+
data.tar.gz: 79bf195554ff5e4a9861e21c85807adbae3ca15e4990144adfb58cac8e7f05d818cf97c6d087110a04c866f194f8ca0c1eda5cf2302710da89cb5112deff991d
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
width: 100%
|
|
71
71
|
height: 20px
|
|
72
72
|
border: 1px dashed #253742
|
|
73
|
+
box-sizing: border-box
|
|
73
74
|
transition: width .2s, height .2s, opacity .2s
|
|
74
75
|
&.ui-droppable-active
|
|
75
76
|
visibility: visible
|
|
@@ -110,15 +111,21 @@
|
|
|
110
111
|
.promethee-edit__move__droppable--row
|
|
111
112
|
display: none
|
|
112
113
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
114
|
+
// Except for columns, which can be dropped only on rows
|
|
115
|
+
&--column
|
|
116
|
+
.promethee-edit__move__droppable
|
|
117
|
+
display: none
|
|
118
|
+
// But we don't want anything to move when the droppable disappear, so we show some substitutes
|
|
119
|
+
&-substitute
|
|
120
|
+
// This height is not perfect, some strange things move
|
|
121
|
+
height: 24px
|
|
122
|
+
// Except in rows
|
|
123
|
+
&.promethee-edit__move__droppable-substitute--row
|
|
124
|
+
height: 0
|
|
125
|
+
// It's a little specific, columns can be dropped on rows "first droppable", or on columns "inside droppables"
|
|
126
|
+
&--row--first,
|
|
127
|
+
&--row--inside-column
|
|
128
|
+
display: block
|
|
122
129
|
|
|
123
130
|
.promethee-edit
|
|
124
131
|
&__inspect, &__library
|
|
@@ -190,6 +190,7 @@ promethee
|
|
|
190
190
|
data-index="0"
|
|
191
191
|
>
|
|
192
192
|
</div>
|
|
193
|
+
<div class="<%= promethee_bem_classes 'promethee-edit__move__droppable-substitute', '--{{parent_type}}', '--first' %>"></div>
|
|
193
194
|
<div
|
|
194
195
|
draggable
|
|
195
196
|
ng-repeat="component in components"
|
|
@@ -209,6 +210,7 @@ promethee
|
|
|
209
210
|
data-index="{{$index+1}}"
|
|
210
211
|
>
|
|
211
212
|
</div>
|
|
213
|
+
<div class="<%= promethee_bem_classes 'promethee-edit__move__droppable-substitute', '--{{parent_type}}' %>"></div>
|
|
212
214
|
</div>
|
|
213
215
|
</div>
|
|
214
216
|
</script>
|
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.4.
|
|
4
|
+
version: 1.4.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Dargelos
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-
|
|
16
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rails
|
|
@@ -358,7 +358,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
358
358
|
version: '0'
|
|
359
359
|
requirements: []
|
|
360
360
|
rubyforge_project:
|
|
361
|
-
rubygems_version: 2.6.
|
|
361
|
+
rubygems_version: 2.6.13
|
|
362
362
|
signing_key:
|
|
363
363
|
specification_version: 4
|
|
364
364
|
summary: Bring fire to your page
|