thecore_ui_commons 2.3.7 → 2.4.0

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: b8699769cd96205b5f12bfea2f86857ac0b1099a0b721a3ef88840aec5585321
4
- data.tar.gz: 3684e8e3a77f903ed3c866c7b6f41122e269e42b7f20b6d3666a44cc918b2e05
3
+ metadata.gz: baeea09d6c4a3fa13afe8e01906f681a5459bea35e80277c0c93aaffbdad6ba8
4
+ data.tar.gz: 66edd5d93e10fb3dcf5f4e78554d9deeb65936c0d5829244df75377e31701f37
5
5
  SHA512:
6
- metadata.gz: 27e4668aaa144658701cbaa04e1573b3b6549efab1e13105edbaef12aeb64ba884afda5e8a311ab9b353e43e1e6ab8d2a2f3bac8154db8aa7054bb88a7595469
7
- data.tar.gz: 05c0e5c32a953ca6867fdfb21770cd31dffbfc7cd107dfcddfc644aca56f6cd3b82e69946ba834b1af16f371172700ed0d20dd9c9e63ce4eea72072183e4eb3f
6
+ metadata.gz: 99a4c64b915ce9d05eb6a4cb63f9a2dd5deb8814fd068f8009c844c2a2c63adf90f067253139bcae02637f394ee0f596fda279296bf21aaf45801e1f05f4b6c5
7
+ data.tar.gz: 62763fe0c7efd2a605f338d3f37ef91a09bb7e2597c013fb6ca7b9fcaac4e9006c91616955e8ef329a8ee4ea8e35686c932f7a8c331e43f40349a5c5ce00ea31
@@ -1,8 +1,3 @@
1
- //= require jquery
2
- //= require jquery-ui
3
- //= require jquery-ui/widgets/dialog
4
- //= require jquery_ujs
5
- //= require bootstrap
6
1
  //= require ie
7
2
  //= require timer
8
3
  //= require apexcharts
@@ -0,0 +1,3 @@
1
+ Rails.application.config.assets.configure do |env|
2
+ env.export_concurrent = false
3
+ end
@@ -1,4 +1,4 @@
1
1
  en:
2
2
  activerecord:
3
3
  models:
4
- rails_admin_settings/setting: Configurations
4
+ thecore_settings/setting: Configurations
@@ -1,4 +1,4 @@
1
1
  it:
2
2
  activerecord:
3
3
  models:
4
- rails_admin_settings/setting: Configurations
4
+ thecore_settings/setting: Configurations
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.7
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_background_jobs
@@ -169,6 +169,7 @@ files:
169
169
  - app/views/layouts/thecore.html.erb
170
170
  - app/views/thecore_utils/_drag_drop_uploader.html.erb
171
171
  - config/initializers/charts_helper.rb
172
+ - config/initializers/thecore_assets_tweak.rb
172
173
  - config/initializers/thecore_ui_commons_application_config.rb
173
174
  - config/initializers/thecore_ui_commons_helper.rb
174
175
  - config/locales/en.ra_settings.yml