effective_datatables 4.32.0 → 4.32.1

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: b8a53be0611205978f9402f1d2e1954d2d89be3e7f604a987f38f1cb5dcbb00c
4
- data.tar.gz: 7565eb9bf3701033e2f62805911a35ec787dd1607da163734f7088d6e76908d7
3
+ metadata.gz: 158329582a10bd3655c133b6f8d39969ed9f06121004c4ffaa36116e4ebb0de2
4
+ data.tar.gz: b20b10154091f5d212a16fb0c05166c3921c284c8562ba3258280203243439b0
5
5
  SHA512:
6
- metadata.gz: 06baf4fa5371c570e44fd56f071894261054e870a8a28e073f535901df3e22f2a835d4b6c4d282455706b68500abdee19b69dcc64443ad4ecce03641e06b38e4
7
- data.tar.gz: ead03842ebf282df17e5e66b4b7c9e32b101f269888925a435b85c976f5d863b1100e58482b72220540b8cdd792f7805c816250e8db9e7e989aa9d705f8ab4e5
6
+ metadata.gz: 46c533a9de0fbd5d5e16d9327e04654aea323077180a388d5c298e90ce31aa25647166e5f2da9ba918e506aecae344fb76e161b8f924ebf2bfc0958614936f6e
7
+ data.tar.gz: 25f1bb861f8157bc9b31de7890c25c1a038c56f72818a532a498127061ec499ec58bfe4f62e755da54d9920a7a1ec368224b3498b1d10d59205b1db587f8e4ed
@@ -247,12 +247,7 @@ div.dt-button-background {
247
247
 
248
248
  @media screen and (max-width: 767px) {
249
249
  div.dt-buttons {
250
- float: none;
251
- width: 100%;
252
- text-align: center;
253
- margin-bottom: 0.5em;
254
250
  }
255
251
  div.dt-buttons a.btn {
256
- float: none;
257
252
  }
258
253
  }
@@ -196,6 +196,7 @@ table.dataTable thead td,
196
196
  table.dataTable tfoot th,
197
197
  table.dataTable tfoot td {
198
198
  text-align: left;
199
+ font-weight: bold;
199
200
  }
200
201
  table.dataTable thead th.dt-head-left,
201
202
  table.dataTable thead td.dt-head-left,
@@ -13,6 +13,6 @@
13
13
 
14
14
  .form-group.col-auto
15
15
  - if datatable._filters_form_required?
16
- = form.save t('effective_datatables.apply'), 'data-disable-with': t('effective_datatables.applying')
16
+ = form.save t('effective_datatables.apply'), 'data-disable-with': t('effective_datatables.applying'), class: 'btn btn-sm btn-secondary'
17
17
  - else
18
- = link_to t('effective_datatables.apply'), '#', class: 'btn btn-primary btn-effective-datatables-filters', 'data-apply-effective-datatables-filters': true
18
+ = link_to t('effective_datatables.apply'), '#', class: 'btn btn-sm btn-secondary btn-effective-datatables-filters', 'data-apply-effective-datatables-filters': true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  en:
3
3
  effective_datatables:
4
- apply: Apply
4
+ apply: Apply Filter
5
5
  download: Download
6
6
  reset: Reset
7
7
  reorder: Reorder
@@ -1,3 +1,3 @@
1
1
  module EffectiveDatatables
2
- VERSION = '4.32.0'.freeze
2
+ VERSION = '4.32.1'.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.32.0
4
+ version: 4.32.1
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-03-04 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails