promethee 4.1.13 → 4.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/promethee.sass +9 -6
- data/app/views/promethee/components/table/_edit.inspect.html.erb +1 -3
- data/app/views/promethee/components/table/_edit.move.html.erb +2 -2
- data/app/views/promethee/components/table/_show.html.erb +1 -1
- data/app/views/promethee/components/table_cell/_edit.define.html.erb +1 -1
- data/app/views/promethee/components/table_cell/_edit.inspect.html.erb +1 -0
- data/app/views/promethee/components/table_cell/_edit.move.html.erb +1 -0
- data/app/views/promethee/components/table_cell/_localize.html.erb +2 -2
- data/app/views/promethee/components/table_cell/_show.html.erb +1 -0
- data/lib/promethee/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0f9aa0e77a8e849cdd8342fe18743536c033f23799c5d9102b2b385dabaae32
|
4
|
+
data.tar.gz: ff506afde6c8864d8044157b6975e5af4dad9b149f96152ca493b0557f90cfaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be067209b5e1bdcb607bdfa54af4e929369f2d3a66b3d395bd12ea1c23f6088fb658527a762638acf8f3ea6c27a0067cd05895663af81ff99b2b12a5d826e9b3
|
7
|
+
data.tar.gz: 260e42af1d557b4d78cfe26cc549b7921e51b3ed65561646a13b0cbd64de25bd2a7f123e0ec720156c5dd1b7736933607a0c607a69aeb59e4129c9e6480e6ee6
|
@@ -161,12 +161,15 @@ $black: #000000 !default
|
|
161
161
|
font-size: 30px
|
162
162
|
|
163
163
|
&__table
|
164
|
-
tr
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
164
|
+
tr
|
165
|
+
p
|
166
|
+
margin-bottom: 0
|
167
|
+
&.empty
|
168
|
+
background-color: #EEEEEE
|
169
|
+
td
|
170
|
+
line-height: 1px
|
171
|
+
padding-bottom: 1px
|
172
|
+
padding-top: 1px
|
170
173
|
|
171
174
|
|
172
175
|
// component direct in root
|
@@ -48,9 +48,7 @@
|
|
48
48
|
{{ getTableCell(getHeaderCellUids()[$index]).attributes.text.value }}
|
49
49
|
</span>
|
50
50
|
<br/>
|
51
|
-
<
|
52
|
-
ng-model="getTableCell(cellUid).attributes.text.value"
|
53
|
-
class="form-control" />
|
51
|
+
<summernote config="summernoteConfig" ng-model="getTableCell(cellUid).attributes.text.value"></summernote>
|
54
52
|
</div>
|
55
53
|
</div>
|
56
54
|
<hr>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<thead>
|
6
6
|
<tr>
|
7
7
|
<th ng-repeat="cellUid in component.attributes.structure.value[0]">
|
8
|
-
|
8
|
+
<div ng-bind-html="getTableCell(cellUid).attributes.text.value | htmlSafe"></div>
|
9
9
|
</th>
|
10
10
|
</tr>
|
11
11
|
</thead>
|
12
12
|
<tbody>
|
13
13
|
<tr ng-repeat="row in component.attributes.structure.value" ng-if="$index > 0">
|
14
14
|
<td ng-repeat="cellUid in row">
|
15
|
-
|
15
|
+
<div ng-bind-html="getTableCell(cellUid).attributes.text.value | htmlSafe"></div>
|
16
16
|
</td>
|
17
17
|
</tr>
|
18
18
|
</tbody>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%# Defined in components/table/_edit.inspect.html.erb %>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%# Defined in components/table/_edit.move.html.erb %>
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<div class="row mt-2" ng-show="master.attributes.text.value || frozen_component.attributes.text.value">
|
3
3
|
<div class="col-md-6">
|
4
4
|
<b>Text</b>
|
5
|
-
<
|
5
|
+
<div ng-bind-html="master.attributes.text.value | htmlSafe"></div>
|
6
6
|
</div>
|
7
7
|
<div class="col-md-6">
|
8
8
|
<b>Text</b>
|
9
|
-
<
|
9
|
+
<summernote config="summernoteConfig" ng-model="component.attributes.text.value"></summernote>
|
10
10
|
</div>
|
11
11
|
</div>
|
12
12
|
</script>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%# Defined in components/table/_show.html.erb %>
|
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: 4.1.
|
4
|
+
version: 4.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Gaya
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2020-
|
17
|
+
date: 2020-10-02 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: rails
|