jqgrid-jquery-rails 4.5.400 → 4.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/jqgrid-jquery-rails/version.rb +2 -2
- data/spec/features/asset_pipeline_spec.rb +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +41 -39
- data/vendor/assets/javascripts/i18n/grid.locale-dk.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +146 -144
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +131 -129
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +164 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +164 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-id.js +170 -168
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +6 -3
- data/vendor/assets/javascripts/i18n/grid.locale-kr.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +4 -2
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +6 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +66 -64
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-tw.js +6 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-vi.js +5 -3
- data/vendor/assets/javascripts/jquery.jqGrid.js +1109 -536
- data/vendor/assets/stylesheets/ui.jqgrid.css +17 -8
- metadata +2 -2
@@ -2,8 +2,9 @@
|
|
2
2
|
.ui-jqgrid {position: relative;}
|
3
3
|
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0; top: 0; padding: 0; font-size:11px;}
|
4
4
|
/* caption*/
|
5
|
-
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; border-left: 0 none;border-right: 0 none; border-top: 0 none;}
|
6
|
-
.ui-jqgrid .ui-jqgrid-
|
5
|
+
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; font-size: 12px; border-left: 0 none;border-right: 0 none; border-top: 0 none;}
|
6
|
+
.ui-jqgrid .ui-jqgrid-caption {text-align: left;}
|
7
|
+
.ui-jqgrid .ui-jqgrid-title { margin: .1em 0 .2em; }
|
7
8
|
.ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
|
8
9
|
.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
|
9
10
|
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
|
@@ -81,8 +82,9 @@ tr.ui-search-toolbar select {margin: 1px 0 0 0}
|
|
81
82
|
/* loading */
|
82
83
|
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
|
83
84
|
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
|
84
|
-
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
|
85
|
-
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;
|
85
|
+
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
|
86
|
+
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;}
|
87
|
+
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
|
86
88
|
/* end loading div */
|
87
89
|
/* toolbar */
|
88
90
|
.ui-jqgrid .ui-userdata {border-left: 0 none; border-right: 0 none; height : 21px;overflow: hidden; }
|
@@ -135,21 +137,22 @@ tr.ui-search-toolbar select {margin: 1px 0 0 0}
|
|
135
137
|
.ui-jqgrid .tree-leaf {position: absolute; height: 18px; width: 18px;overflow: hidden;}
|
136
138
|
.ui-jqgrid .treeclick {cursor: pointer;}
|
137
139
|
/* moda dialog */
|
138
|
-
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
|
140
|
+
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;}
|
141
|
+
/* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
|
139
142
|
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
|
140
143
|
/* RTL Support */
|
141
|
-
.ui-jqgrid .ui-jqgrid-
|
144
|
+
.ui-jqgrid .ui-jqgrid-caption-rtl {text-align: right;}
|
142
145
|
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}
|
143
146
|
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0;}
|
144
147
|
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0 -1px -3px;}
|
145
148
|
.ui-jqgrid .ui-sort-rtl {left:0;}
|
146
149
|
.ui-jqgrid .tree-wrap-ltr {float: left;}
|
147
150
|
.ui-jqgrid .tree-wrap-rtl {float: right;}
|
148
|
-
.ui-jqgrid .ui-ellipsis {text-overflow:ellipsis;}
|
151
|
+
.ui-jqgrid .ui-ellipsis {-moz-text-overflow:ellipsis;text-overflow:ellipsis;}
|
149
152
|
|
150
153
|
/* Toolbar Search Menu */
|
151
154
|
.ui-search-menu { position: absolute; padding: 2px 5px;}
|
152
|
-
.ui-jqgrid .ui-search-table { padding:
|
155
|
+
.ui-jqgrid .ui-search-table { padding: 0; border: 0 none; height:20px; width:100%;}
|
153
156
|
.ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
|
154
157
|
a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
|
155
158
|
.ui-jqgrid .ui-search-table .ui-search-input>input,
|
@@ -160,3 +163,9 @@ a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
|
|
160
163
|
-webkit-box-sizing: border-box;
|
161
164
|
box-sizing: border-box;
|
162
165
|
}
|
166
|
+
.ui-jqgrid .ui-jqgrid-view input,
|
167
|
+
.ui-jqgrid .ui-jqgrid-view select,
|
168
|
+
.ui-jqgrid .ui-jqgrid-view textarea,
|
169
|
+
.ui-jqgrid .ui-jqgrid-view button {
|
170
|
+
font-size: 11px
|
171
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jqgrid-jquery-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Doc Walker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|