glib-web 0.4.51 → 0.4.52

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: 2d1e6bb6de1d215afd3d12655b76d6a4adcce163
4
- data.tar.gz: 17b20a7da5dec1b330c81799c05be288ab4c2b67
3
+ metadata.gz: 33f2a64c1f50414b9f78db6257981c7d10e3e1f7
4
+ data.tar.gz: 6931884f622dd063adafab4a1424db2614b34388
5
5
  SHA512:
6
- metadata.gz: d51c2d223f1f90902035d9169d64c7155c727feb5edefa25b148e6cb8299b9670bf9f904b10620390e97d00cdfac1974422c69ea39874f8b5733b2651bfaed10
7
- data.tar.gz: d87768d62d3d2d5c7967551a2d2d43afeb173e4737858c47766c81c665de0cc8d22265d15a617fef271fe173225041bac389d4049dc28aa6aa9002d950e52bba
6
+ metadata.gz: c74e46c58ac038df0cdadc164b1c969aaa3ec29ffa444c835b1cf3ed9f689bfc9dd6e2ef1ec6256c86a564b5819d65ac80d14563685276f5b3399dbe6926815c
7
+ data.tar.gz: 8bbc6f11e229715e6caa490d452dbdfee1dd9b2a0e8d244aa4ad669d464802712accffabebcb9b9fa4df8faf32a444822da9f7847da34389c4028853d9a94140
@@ -53,6 +53,17 @@ module Glib
53
53
 
54
54
  end
55
55
 
56
+ module Timeouts
57
+ class Set < Action
58
+ int :interval # Milliseconds
59
+ action :onTimeout
60
+ end
61
+
62
+ # FUTURE
63
+ class Clear < Action
64
+ end
65
+ end
66
+
56
67
  # FUTURE
57
68
  module Data
58
69
  class SaveCsrfToken < Action
@@ -2,21 +2,16 @@ class Glib::JsonUi::ActionBuilder
2
2
  module Dialogs
3
3
  class Alert < Action
4
4
  string :message
5
- # string :message_format
5
+ action :onLoad
6
6
  action :onClose
7
7
  end
8
8
 
9
9
  class Show < Action
10
10
  string :body
11
+ action :onLoad
11
12
  action :onClose
12
13
  end
13
14
 
14
- # class Confirm < Action
15
- # string :message
16
- # action :onConfirm
17
- # action :onCancel
18
- # end
19
-
20
15
  # Deprecated in favour of `sheets/select`
21
16
  class Options < Action
22
17
  string :message
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.51
4
+ version: 0.4.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''