thecore_dataentry_commons 2.0.1 → 2.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90c8c94f7a4672fe23a56984f36a46eee97853773e8af4578cb071b6f83f94dc
|
4
|
+
data.tar.gz: e6f913a2c9d11451693c89b1752c34c2678418afc580ed91ccfd0d1222d3081f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc673fb4570215ec3bb73c85aedcf43f4da1103cea9ea439607b21a5d231df9de0e7bbbcf01b8cef9b3aa706b0ed1cc3fcc32bebc39ffdaf1e1e227be6fa2425
|
7
|
+
data.tar.gz: e41ab02a87f66f78f723d5253c6111ed1ebd65eace5e3382dcb24b4a22978bf2c9a17a832a45c1f0bc9d2f4a90bb933bf488388a678b26f68725b905e672246f
|
@@ -9,10 +9,10 @@
|
|
9
9
|
var returnedData;
|
10
10
|
var additionalData = {};
|
11
11
|
var disableKeyManagement = false;
|
12
|
+
var cleanBarcode = true;
|
12
13
|
|
13
14
|
function resetInfo() {
|
14
15
|
returnedData = code = undefined;
|
15
|
-
$("#barcode").empty();
|
16
16
|
$("#data-info").empty().hide();
|
17
17
|
$("#data-content").empty().hide();
|
18
18
|
<%-unless (hide_action rescue true)%>
|
@@ -13,13 +13,13 @@
|
|
13
13
|
allowInputToggle: true,
|
14
14
|
sideBySide: true,
|
15
15
|
icons: {
|
16
|
-
time: 'fa fa-clock',
|
16
|
+
time: 'fa fa-clock-o',
|
17
17
|
date: 'fa fa-calendar',
|
18
18
|
up: 'fa fa-chevron-up',
|
19
19
|
down: 'fa fa-chevron-down',
|
20
20
|
previous: 'fa fa-chevron-left',
|
21
21
|
next: 'fa fa-chevron-right',
|
22
|
-
today: 'fa fa-calendar-check',
|
22
|
+
today: 'fa fa-calendar-check-o',
|
23
23
|
clear: 'fa fa-trash',
|
24
24
|
close: 'fa fa-times'
|
25
25
|
}
|
@@ -45,13 +45,13 @@
|
|
45
45
|
allowInputToggle: true,
|
46
46
|
format: 'L',
|
47
47
|
icons: {
|
48
|
-
time: 'fa fa-clock',
|
48
|
+
time: 'fa fa-clock-o',
|
49
49
|
date: 'fa fa-calendar',
|
50
50
|
up: 'fa fa-chevron-up',
|
51
51
|
down: 'fa fa-chevron-down',
|
52
52
|
previous: 'fa fa-chevron-left',
|
53
53
|
next: 'fa fa-chevron-right',
|
54
|
-
today: 'fa fa-calendar-check',
|
54
|
+
today: 'fa fa-calendar-check-o',
|
55
55
|
clear: 'fa fa-trash',
|
56
56
|
close: 'fa fa-times'
|
57
57
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_dataentry_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.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:
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_ui_rails_admin
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
85
|
+
rubygems_version: 3.0.3
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Some javascripts and partials to handle DW WS.
|