thecore_ui_rails_admin 2.2.2 → 2.2.7

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: 456f2c383f13e190d45a42f44546d64a22cdaf179dcae43c235ff111e2ff7312
4
- data.tar.gz: 2e407c48d6bbc845b59aa84b50f7183495c5d3dac357c7ebaeb2610f7ad225a6
3
+ metadata.gz: 1e2d7885b8d6422f66e1e98777a22cd8eb360239dc7e3cc261b2c25afdc5e8b2
4
+ data.tar.gz: 1750df12a02b490c783572d7ad33852c0c2573434b44e4ec39e3f8f6bd25d383
5
5
  SHA512:
6
- metadata.gz: 9dfb3ce3b3e749c79fbe111cae89b1296045f66883c2c7ba187c4ef5c525953a5f702dc39c6f0bcacd9df8efb6a1057b5a48bebd9d21447b70f90c16032729eb
7
- data.tar.gz: 27e858e8ca49693b31893107f54aa3770aa34c1de9781555a951daace7a5867cef41fa10e79d3aaf638e6449d7edf5b8507406003de6e5026b998c8d88db15d5
6
+ metadata.gz: cb880f6fb37505ed66af4007dc762a0b2ae1879f9b3be7f6487f518f461bd677394e50212469caef194a7c701c0aeee53bff79d9ea32280f985efe8fe11c8c51
7
+ data.tar.gz: b8f7088fe428c1867f11040010bd5128358346ebc639be57c04deace79330300b44752534377379654364f3f88d3d05ee932ba7132add61507c548b9421080f7
@@ -19,15 +19,15 @@ $(document).on 'rails_admin.dom_ready', (e, content) ->
19
19
  $(that).val(hex)
20
20
  $(that).css('backgroundColor', '#' + hex)
21
21
 
22
- # datetime picker
22
+ # datetime picker datepicker timepicker datetimepicker
23
23
  $.fn.datetimepicker.defaults.icons =
24
- time: 'fa fa-clock'
24
+ time: 'fa fa-clock-o'
25
25
  date: 'fa fa-calendar'
26
26
  up: 'fa fa-chevron-up'
27
27
  down: 'fa fa-chevron-down'
28
- previous: 'fa fa-angle-double-left'
29
- next: 'fa fa-angle-double-right'
30
- today: 'fa fa-dot-circle'
28
+ previous: 'fa fa-chevron-left'
29
+ next: 'fa fa-chevron-right'
30
+ today: 'fa fa-calendar-check-o'
31
31
  clear: 'fa fa-trash'
32
32
  close: 'fa fa-times'
33
33
 
@@ -1,6 +1,4 @@
1
1
  $primary: #1f4068 !default;
2
- // $primary: #ed6501 !default;
3
-
4
2
 
5
3
  $background: lighten($primary, 51%) !default;
6
4
  $shadows: darken($primary, 10%) !default;
@@ -295,4 +295,21 @@ a.delete {
295
295
  body.rails_admin {
296
296
  padding-top: 0px;
297
297
  background-color: $background;
298
+ }
299
+
300
+ body.rails_admin .form-horizontal input, body.rails_admin .form-horizontal textarea {
301
+ width: 100%;
302
+ width: -moz-available; /* WebKit-based browsers will ignore this. */
303
+ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
304
+ width: fill-available;
305
+ // max-width: max-content;
306
+ }
307
+
308
+ // Fix for Datepicker DateTimepicker btn color
309
+ a.btn[data-action="incrementHours"],
310
+ a.btn[data-action="decrementHours"],
311
+ a.btn[data-action="incrementMinutes"],
312
+ a.btn[data-action="decrementMinutes"] {
313
+ background-color: transparent !important;
314
+ border-style: none !important;
298
315
  }
@@ -12,6 +12,9 @@
12
12
  div.sub-menu-container li.sub-menu a.pjax { padding-left: 0px }
13
13
  div#wrapper div#sidebar-wrapper { overflow: hidden }
14
14
 
15
+
16
+ = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
17
+ = javascript_pack_tag 'application', 'data-turbolinks-track' => 'reload'
15
18
  / Getting all the assets needed by thecore_ui_rails_admin from all the gems and the application level
16
19
  = get_asset_tags_for("thecore_rails_admin")
17
20
 
@@ -5,6 +5,15 @@ it:
5
5
  question: Domanda
6
6
  root_actions: "Operazioni"
7
7
  admin:
8
+ label: "Impostazioni"
9
+ advanced:
10
+ label: Avanzate
11
+ registries:
12
+ label: Anagrafiche
13
+ operations:
14
+ label: Operatività
15
+ master_data_set:
16
+ label: Dati
8
17
  js:
9
18
  true: Vero
10
19
  false: Falso
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-03 00:00:00.000000000 Z
11
+ date: 2021-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons