thecore_ui_rails_admin 2.4.5 → 2.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbeec44a568d1280467c29b7f7aef455539cd54e3ac8c0dd370ef48f15284e57
4
- data.tar.gz: 70cc9008ab5ed9074b6e41c6215a222933a4cf9108812cbe8c8fb44db5ad9d27
3
+ metadata.gz: 9372fda0392da6eb860ca41efc92ded46766441a7eba46bad550e64a5d08f6a8
4
+ data.tar.gz: 498fc2356a2db51a3497f82c7a01db901ddf8c603e8623acc19a2ef29c9c8f96
5
5
  SHA512:
6
- metadata.gz: 9c1d7221a47b9b5ab4b40c5c24ca2c18439fefd26c5bfbcf929f72ec70e606f844a2a48603fe3ddcc915a7b3716f06220f15bf73cf5e4bba83a6003e1172e845
7
- data.tar.gz: 103eb13868203ee8afaa40e8960231f08867374058a6fc8ac31a0315a497a184dc440f8a3a3f4048e7bb999a11b5bdf008c685b3ff74818d2a544eb160349cbf
6
+ metadata.gz: eed780a5e6d3851934be6941f3f6afa9a17fec04a4377bef579610b5a9ec87bb50060d3ef7d5ae6fa5f92f1d4b59cd8a377fa76e8d74a5f8711acdb7ad79e467
7
+ data.tar.gz: 1aca643484ea76ea6166ed9a721684c93fda05bb68e59a727ae5600c6a72c0137830bc2177f0ce2cce7c118d1e88d49fe1566aecc78c1991ea4031b4f4b3bf14
@@ -0,0 +1 @@
1
+ /* Please Override in your application or in a wrapper gem */
@@ -0,0 +1 @@
1
+ /* Please Override in your application or in a wrapper gem */
@@ -0,0 +1 @@
1
+ /* Please Override in your application or in a wrapper gem */
@@ -0,0 +1 @@
1
+ /* Please Override in your application or in a wrapper gem */
@@ -0,0 +1 @@
1
+ /* Please Override in your application or in a wrapper gem */
@@ -1,3 +1,8 @@
1
1
  //= require selectize
2
2
  //= require thecore_ui_commons/thecore
3
- //= require rails_admin/custom/thecore
3
+ //= require rails_admin/custom/thecore
4
+ //= require rails_admin/custom/thecore-custom-1
5
+ //= require rails_admin/custom/thecore-custom-2
6
+ //= require rails_admin/custom/thecore-custom-3
7
+ //= require rails_admin/custom/thecore-custom-4
8
+ //= require rails_admin/custom/thecore-custom-5
@@ -0,0 +1 @@
1
+ // Please override in your application or wrapper engine
@@ -0,0 +1 @@
1
+ // Please override in your application or wrapper engine
@@ -0,0 +1 @@
1
+ // Please override in your application or wrapper engine
@@ -0,0 +1 @@
1
+ // Please override in your application or wrapper engine
@@ -0,0 +1 @@
1
+ // Please override in your application or wrapper engine
@@ -1,6 +1,11 @@
1
1
  @import 'selectize';
2
2
  @import 'selectize.bootstrap3';
3
3
  @import 'thecore_ui_commons/thecore';
4
+ @import 'rails_admin/custom/theming-custom-1';
5
+ @import 'rails_admin/custom/theming-custom-2';
6
+ @import 'rails_admin/custom/theming-custom-3';
7
+ @import 'rails_admin/custom/theming-custom-4';
8
+ @import 'rails_admin/custom/theming-custom-5';
4
9
 
5
10
  .form-control.selectize-control {
6
11
  width: 62%;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.5
4
+ version: 2.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -134,10 +134,20 @@ files:
134
134
  - README.md
135
135
  - Rakefile
136
136
  - app/assets/config/thecore_ui_rails_admin_manifest.js
137
+ - app/assets/javascripts/rails_admin/custom/thecore-custom-1.js
138
+ - app/assets/javascripts/rails_admin/custom/thecore-custom-2.js
139
+ - app/assets/javascripts/rails_admin/custom/thecore-custom-3.js
140
+ - app/assets/javascripts/rails_admin/custom/thecore-custom-4.js
141
+ - app/assets/javascripts/rails_admin/custom/thecore-custom-5.js
137
142
  - app/assets/javascripts/rails_admin/custom/thecore.js
138
143
  - app/assets/javascripts/rails_admin/custom/ui.js
139
144
  - app/assets/javascripts/rails_admin/ra.widgets.coffee
140
145
  - app/assets/javascripts/thecore_ui_rails_admin/thecore_rails_admin.js
146
+ - app/assets/stylesheets/rails_admin/custom/theming-custom-1.scss
147
+ - app/assets/stylesheets/rails_admin/custom/theming-custom-2.scss
148
+ - app/assets/stylesheets/rails_admin/custom/theming-custom-3.scss
149
+ - app/assets/stylesheets/rails_admin/custom/theming-custom-4.scss
150
+ - app/assets/stylesheets/rails_admin/custom/theming-custom-5.scss
141
151
  - app/assets/stylesheets/rails_admin/custom/theming.scss
142
152
  - app/assets/stylesheets/rails_admin/custom/variables.scss
143
153
  - app/assets/stylesheets/thecore_ui_rails_admin/animate.css