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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4a442f262ecb9ef19273912240d8dd2ec954b13c271ceef37918e50a3055a33
4
- data.tar.gz: 62fb5e186a3703d5d0a534c59764fb29089f03a0ee9b99a0d37180a0b966ba8c
3
+ metadata.gz: 80439bbb91e4a6e669466268ef5dd70b171fbb9fa900b1fa2af2eda0689b4054
4
+ data.tar.gz: 15a81433450caf8202247ae4800f1fb698f857719024a4768e95f8bcd3b06398
5
5
  SHA512:
6
- metadata.gz: f4a0d15381995a45aae00e2137811dd7853b0ecc912e33fb7e41bb65468439fd241f9d846fec7e4c0166890dda828e262c95c8f173b0c43184aa15ae5d25421d
7
- data.tar.gz: 397f8cb76588454bae66ab43eddb7133ffdf342dac19fe444d5bf0bbbf55a3208529440606b83beb72d9e196836363cea32a336d37c63cd7b754dc702e19727e
6
+ metadata.gz: a13c0ceaad01b91158685750465669be3cfb78b11d6bc73ee0f8f41f71439a6339a67e4a2424bb5c54ff79060c3a002833558a1bd0027c40b7c30e688d714f62
7
+ data.tar.gz: f640129da362496e9f5bd9dce8b2f91ec49e5cb9dc0a6b74ee6b0852e0c7c2afee1dab8a57da6d6643c1d200947d3674c4196033841ba46d4534945a1e392c88
@@ -68,7 +68,7 @@ $.extend(true, DataTable.Buttons.defaults, {
68
68
  },
69
69
  container: {
70
70
  tag: 'div',
71
- className: 'dropdown-menu dt-button-collection'
71
+ className: 'dropdown-menu dropdown-menu-right dt-button-collection'
72
72
  },
73
73
  closeButton: false,
74
74
  button: {
@@ -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
@@ -1,3 +1,3 @@
1
1
  module EffectiveDatatables
2
- VERSION = '4.31.3'.freeze
2
+ VERSION = '4.31.4'.freeze
3
3
  end
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.3
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-01-29 00:00:00.000000000 Z
11
+ date: 2025-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails