thecore_ui_rails_admin 2.2.4 → 2.2.9
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/rails_admin/ra.widgets.coffee +5 -5
- data/app/assets/stylesheets/thecore_ui_rails_admin/colors.scss +0 -2
- data/app/assets/stylesheets/thecore_ui_rails_admin/thecore_rails_admin.scss +17 -0
- data/app/helpers/devise_bootstrap_errors_helper.rb +1 -1
- data/app/views/layouts/rails_admin/application.html.haml +3 -0
- data/app/views/rails_admin/main/index.html.haml +2 -2
- data/config/initializers/rails_admin.rb +1 -0
- data/lib/concerns/thecore_ui_rails_admin_role.rb +1 -1
- data/lib/concerns/thecore_ui_rails_admin_user.rb +1 -1
- data/lib/thecore_ui_rails_admin/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: 8aeb2ddd060b96cb22b87134a0b59a7e9e940b016e0558592a49772d9a535a2d
|
4
|
+
data.tar.gz: 31db3c52583cfa161e25c26aed02b0cdf875f9ae0a5fc7a4275f8aeb74af51ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ea3fd79410b481bafe91ea8e61d7166f27fe5fe5e504882e416184ab7ce5aa1863766cab971825b78ac9a20c7dd9dbb28d370394a1e4d505ce496a0ebcc362
|
7
|
+
data.tar.gz: 1d02a2b3d804ca0d5dab1fe4e6b42a3abebca90152de8fda5bc0d248974be9bbc5c78a2e7e02d1eef15a41bd5fee66a95fbc6a16826bb4961ca278713fe2dac1
|
@@ -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-
|
29
|
-
next: 'fa fa-
|
30
|
-
today: 'fa fa-
|
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
|
|
@@ -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
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module DeviseBootstrapErrorsHelper
|
2
2
|
def devise_bootstrap_error_messages!
|
3
|
-
return '' if resource.errors.
|
3
|
+
return '' if resource.errors.blank?
|
4
4
|
|
5
5
|
messages = resource.errors.full_messages.map { |msg| content_tag(:li, msg) }.join
|
6
6
|
sentence = I18n.t('errors.messages.not_saved',
|
@@ -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
|
|
@@ -45,7 +45,7 @@
|
|
45
45
|
#list
|
46
46
|
= form_tag(index_path(params.except(*%w[page f query])), method: :get, class: "pjax-form form-inline") do
|
47
47
|
%span#filters_box{data: {options: ordered_filter_options.to_json}}
|
48
|
-
%hr.filters_box{style: "display:#{ordered_filters.
|
48
|
+
%hr.filters_box{style: "display:#{ordered_filters.blank? ? 'none' : 'block'}"}
|
49
49
|
.input-group
|
50
50
|
%input.form-control.input-small{name: "query", type: "search", value: query, placeholder: t("admin.misc.filter")}
|
51
51
|
%span.input-group-btn
|
@@ -57,7 +57,7 @@
|
|
57
57
|
- if export_action
|
58
58
|
%span{style: 'float:right'}= link_to wording_for(:link, export_action), export_path(params.except('set').except('page')), class: 'btn btn-info'
|
59
59
|
|
60
|
-
- unless @model_config.list.scopes.
|
60
|
+
- unless @model_config.list.scopes.blank?
|
61
61
|
%ul.nav.nav-tabs.nav-justified#scope_selector
|
62
62
|
- @model_config.list.scopes.each do |scope|
|
63
63
|
- scope = '_all' if scope.nil?
|
@@ -28,7 +28,7 @@ module ThecoreUiRailsAdminUser
|
|
28
28
|
bindings[:view].current_user.admin? && bindings[:view].current_user.id != bindings[:object].id
|
29
29
|
end
|
30
30
|
end
|
31
|
-
field :roles
|
31
|
+
field :roles#, :selectize
|
32
32
|
# include UserRailsAdminConcern
|
33
33
|
|
34
34
|
# Fields only in lists and forms
|
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.
|
4
|
+
version: 2.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_ui_commons
|