tabulator-rails 1.0.2 → 1.0.3
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/VERSIONS.md +1 -0
- data/lib/tabulator-rails/version.rb +1 -1
- data/vendor/assets/javascripts/tabulator.js +4 -4
- data/vendor/assets/stylesheets/tabulator.css +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 833ccfe4e7841df49816ae87e1f1c9af72264981
|
|
4
|
+
data.tar.gz: 2184b7c14f86bb081c10453b27848cee1379d711
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80e6f5ad4e4263d8450a6909f02e5a20b051c26dcd70ddcadc471368a70e33a2c484c98565d9ca21a9c132c85be21bcad5cb48a0e5f0c94050b119d92c0c89c9
|
|
7
|
+
data.tar.gz: c8f9b2c685c8195034597a63d151d717c873c7be1c1bae816ae96c5622db09062ee5faca04e566bed38bef9797c545ddc533d8dcf29ed28fe8e56409f50f672d
|
data/VERSIONS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
2
2
|
|
|
3
|
-
/* Tabulator v4.0.
|
|
3
|
+
/* Tabulator v4.0.3 (c) Oliver Folkerd */
|
|
4
4
|
|
|
5
5
|
;(function (global, factory) {
|
|
6
6
|
if ((typeof exports === 'undefined' ? 'undefined' : _typeof(exports)) === 'object' && typeof module !== 'undefined') {
|
|
@@ -5214,7 +5214,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5214
5214
|
|
|
5215
5215
|
CellComponent.prototype.cancelEdit = function () {
|
|
5216
5216
|
|
|
5217
|
-
this._cell.cancelEdit(
|
|
5217
|
+
this._cell.cancelEdit();
|
|
5218
5218
|
};
|
|
5219
5219
|
|
|
5220
5220
|
CellComponent.prototype.nav = function () {
|
|
@@ -12494,8 +12494,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
12494
12494
|
|
|
12495
12495
|
el.setAttribute("href", urlPrefix + value);
|
|
12496
12496
|
|
|
12497
|
-
if (formatterParams.
|
|
12498
|
-
el.setAttribute("target", formatterParams.
|
|
12497
|
+
if (formatterParams.target) {
|
|
12498
|
+
el.setAttribute("target", formatterParams.target);
|
|
12499
12499
|
}
|
|
12500
12500
|
|
|
12501
12501
|
el.innerHTML = this.emptyToSpace(label);
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tabulator-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tanvir hasan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|