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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aca8b5b76490166baef0e5a1151e9386142ffc3b
4
- data.tar.gz: 409941cd5b60b0f50127b2bc3b4c03068793821f
3
+ metadata.gz: 9ec9050a97f89728f90582812771765c584b9c8e
4
+ data.tar.gz: dcae09c1683202c93e4526197d41eb3adda37b14
5
5
  SHA512:
6
- metadata.gz: 6e935c7200e37d4f8892408d83d8292802e3adea3c25cfdf17ee34c6f5f5cffefb37125dbcd73e92733d0fb162d2d18155dc43e96dd2fb41929859038661a3ac
7
- data.tar.gz: 8fa29bba092322022135227752205aa1a27e58f1b0f43c12539f402fea0501d34798aa3a0e2b6f77c0ce752de3a47e5c680590b58908e267a8d52479f68ebded
6
+ metadata.gz: cb8b226392eca29a7fac53d699bf1f9823a587b9e1f6e23178d0fc4adfe51c4cce2834a332867056f7d006693754a8ef1ef94ad0b12bd54b3380487fe8657499
7
+ data.tar.gz: de805a41c1d41fe8069cac1b772e9647e8b6495f1b5021bc4e35913bcc78b75aa52b16adca35763d7da5341906aa29546b17ef3ce87c1ce2b63289044137b7e1
@@ -1,3 +1,3 @@
1
1
  module VueCrud
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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
- .summary.highlight {
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
  }
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.3
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: