effective_datatables 4.31.3 → 4.31.4
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 +4 -4
- data/app/assets/javascripts/dataTables/buttons/buttons.bootstrap4.js +1 -1
- data/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss +24 -0
- data/app/views/effective/datatables/_bulk_actions_dropdown.html.haml +1 -1
- data/lib/effective_datatables/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: 80439bbb91e4a6e669466268ef5dd70b171fbb9fa900b1fa2af2eda0689b4054
|
4
|
+
data.tar.gz: 15a81433450caf8202247ae4800f1fb698f857719024a4768e95f8bcd3b06398
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a13c0ceaad01b91158685750465669be3cfb78b11d6bc73ee0f8f41f71439a6339a67e4a2424bb5c54ff79060c3a002833558a1bd0027c40b7c30e688d714f62
|
7
|
+
data.tar.gz: f640129da362496e9f5bd9dce8b2f91ec49e5cb9dc0a6b74ee6b0852e0c7c2afee1dab8a57da6d6643c1d200947d3674c4196033841ba46d4534945a1e392c88
|
@@ -288,3 +288,27 @@ table.dataTable {
|
|
288
288
|
|
289
289
|
td.col-resource_item { word-break: keep-all; }
|
290
290
|
}
|
291
|
+
|
292
|
+
// show/hide adjustments
|
293
|
+
.dropdown-menu-right {
|
294
|
+
border-top-right-radius: 0 !important;
|
295
|
+
border-bottom-right-radius: 0 !important;
|
296
|
+
}
|
297
|
+
|
298
|
+
.dt-button.dropdown-item {
|
299
|
+
padding: 0.25rem 0 0.25rem 1.5rem;
|
300
|
+
font-size: 12px !important;
|
301
|
+
}
|
302
|
+
|
303
|
+
div.dt-button.dropdown-item::after {
|
304
|
+
margin-top: -9px;
|
305
|
+
}
|
306
|
+
|
307
|
+
div.dt-button-collection .dt-button-active {
|
308
|
+
padding-right: 0;
|
309
|
+
}
|
310
|
+
|
311
|
+
div.dt-button-collection .dt-button-active:after {
|
312
|
+
right: auto;
|
313
|
+
left: 0.5rem;
|
314
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.btn-group.buttons-bulk-actions
|
2
2
|
%button.btn.btn-link.btn-sm.dropdown-toggle{'type': 'button', 'data-toggle': 'dropdown', 'aria-haspopup': true, 'aria-expanded': false, 'disabled': 'disabled'}
|
3
3
|
= t('effective_datatables.bulk_actions')
|
4
|
-
.dropdown-menu
|
4
|
+
.dropdown-menu.dropdown-menu-right
|
5
5
|
- if datatable._bulk_actions.present?
|
6
6
|
= datatable._bulk_actions.join.html_safe
|
7
7
|
- else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_datatables
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.31.
|
4
|
+
version: 4.31.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|