vue_crud 0.1.3 → 0.1.4
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/lib/vue_crud/version.rb +1 -1
- data/vendor/assets/stylesheets/vue_crud.css +9 -9
- data/vue_crud-0.1.3.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ec9050a97f89728f90582812771765c584b9c8e
|
|
4
|
+
data.tar.gz: dcae09c1683202c93e4526197d41eb3adda37b14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb8b226392eca29a7fac53d699bf1f9823a587b9e1f6e23178d0fc4adfe51c4cce2834a332867056f7d006693754a8ef1ef94ad0b12bd54b3380487fe8657499
|
|
7
|
+
data.tar.gz: de805a41c1d41fe8069cac1b772e9647e8b6495f1b5021bc4e35913bcc78b75aa52b16adca35763d7da5341906aa29546b17ef3ce87c1ce2b63289044137b7e1
|
data/lib/vue_crud/version.rb
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#29d;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}
|
|
2
2
|
|
|
3
|
-
.ui.cards > .card > .extra a.save_now {
|
|
3
|
+
#vue_crud .ui.cards > .card > .extra a.save_now {
|
|
4
4
|
color: rgb(33, 133, 208);
|
|
5
5
|
opacity: 1;
|
|
6
6
|
}
|
|
7
|
-
.card .progress {
|
|
7
|
+
#vue_crud .card .progress {
|
|
8
8
|
margin-bottom: 0;
|
|
9
9
|
border-radius: 0;
|
|
10
10
|
height: 10px;
|
|
11
11
|
}
|
|
12
|
-
.event .content {
|
|
12
|
+
#vue_crud .event .content {
|
|
13
13
|
width: 100%;
|
|
14
14
|
}
|
|
15
15
|
#form-progress {
|
|
16
16
|
position: fixed;
|
|
17
17
|
top: -9999px;
|
|
18
18
|
}
|
|
19
|
-
.label .icon:before {
|
|
19
|
+
#vue_crud .label .icon:before {
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
23
|
-
border: 2px solid #a90000;
|
|
24
|
-
}
|
|
25
|
-
.ui.table td {
|
|
22
|
+
#vue_crud .ui.table td {
|
|
26
23
|
max-width: 150px;
|
|
27
24
|
overflow: auto;
|
|
28
25
|
}
|
|
29
|
-
.ui.table td img {
|
|
26
|
+
#vue_crud .ui.table td img {
|
|
30
27
|
max-width: 100%;
|
|
31
28
|
}
|
|
29
|
+
.summary.highlight {
|
|
30
|
+
border: 2px solid #a90000;
|
|
31
|
+
}
|
|
32
32
|
th.highlight {
|
|
33
33
|
border: 2px solid #a90000 !important;
|
|
34
34
|
}
|
data/vue_crud-0.1.3.gem
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vue_crud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Donald Chiang
|
|
@@ -78,6 +78,7 @@ files:
|
|
|
78
78
|
- vendor/assets/.DS_Store
|
|
79
79
|
- vendor/assets/javascripts/vue_crud.js
|
|
80
80
|
- vendor/assets/stylesheets/vue_crud.css
|
|
81
|
+
- vue_crud-0.1.3.gem
|
|
81
82
|
- vue_crud.gemspec
|
|
82
83
|
homepage: http://www.mynet.com.tw
|
|
83
84
|
licenses:
|