cm-admin 4.1.1 → 4.1.2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08cb28438df1f6c84b31f95bf13779e18a2900e4973fcd7591744284ba791b93'
|
4
|
+
data.tar.gz: 68ecf1bb6702de4a04486dd65213dd997828be32506cf9479322baf853c79fa0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5fbf72b4cbef166f981864eba01a34477f72b53171b6745efdf360dacf8b5f3f5e19a4b0d57b31f5eb27d9c821bbcbc5dc750a47468528b293792d8ea435e43
|
7
|
+
data.tar.gz: cc020e41b2cd42e924bb4d2fb9410d30aab5fbcb95baf4366c48ae0ab0e64781584a901e1b83d578a4f726a8e03b7681763be8ebd5d26815d903f9d5782fe8a0
|
data/Gemfile.lock
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
|
5
5
|
&.associated-index {
|
6
6
|
background-color: transparent;
|
7
|
+
.table-wrapper {
|
8
|
+
height: calc(100vh - 290px);
|
9
|
+
}
|
7
10
|
}
|
8
11
|
|
9
12
|
.sticky-container {
|
@@ -38,7 +41,7 @@
|
|
38
41
|
.table-wrapper {
|
39
42
|
min-width: 720px;
|
40
43
|
max-width: fit-content;
|
41
|
-
|
44
|
+
height: calc(100vh - 215px);
|
42
45
|
overflow: auto;
|
43
46
|
.index-table {
|
44
47
|
@extend .table, .table-hover;
|
@@ -301,11 +304,11 @@
|
|
301
304
|
max-width: 48px;
|
302
305
|
}
|
303
306
|
[data-action-title-pad="2"] {
|
304
|
-
|
307
|
+
padding-left: 53px !important;
|
305
308
|
}
|
306
309
|
[data-action-title-pad="3"] {
|
307
310
|
padding-left: 101px !important;
|
308
|
-
|
311
|
+
}
|
309
312
|
th,
|
310
313
|
td {
|
311
314
|
min-width: 120px;
|
@@ -57,8 +57,6 @@
|
|
57
57
|
|
58
58
|
- if @associated_model
|
59
59
|
== render partial: 'cm_admin/main/actions_dropdown', locals: { cm_model: @associated_model, ar_object: ar_object }
|
60
|
-
|
61
60
|
.pagination-bar
|
62
61
|
p.count-text.m-0 Showing #{number_with_delimiter(@associated_ar_object.pagy.from.to_i)} to #{number_with_delimiter(@associated_ar_object.pagy.to.to_i)} out of #{number_with_delimiter(@associated_ar_object.pagy.count.to_i)}
|
63
62
|
== render partial: 'cm_admin/main/cm_pagy_nav', locals: { pagy: @associated_ar_object.pagy }
|
64
|
-
/ = render partial: 'cm_admin/main/member_custom_action_modal', locals: { cm_model: @associated_model, ar_collection: @associated_ar_object }
|
data/lib/cm_admin/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cm-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: exe
|
16
16
|
cert_chain: []
|
17
|
-
date: 2024-12-
|
17
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: caxlsx_rails
|