glib-web 0.5.30 → 0.5.31

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
  SHA256:
3
- metadata.gz: 56a46c8407a1266a806ff5b83eed7c9cb02102372ce1a7222b217bf71d95ea4e
4
- data.tar.gz: 50f9c4745a35bfb53d264f985f38db63891b38a9bea5912e4073d794fb2bdfd5
3
+ metadata.gz: 56bb31a5794bda0312e8b8f9003ec3c04a43db3fdae8d56934edd0a535da9a32
4
+ data.tar.gz: 4d9011e44c43d8cca90372104ff2bbd240daaa8dc46886ab428be8b7f05afce2
5
5
  SHA512:
6
- metadata.gz: 88664ba13c016cc223d1ab318d3f30f431d28dbb4c74f834736b715978adaf9eafdc6405c5d70318f801abb2c6b144d1b1b270efc8eb2beac56e847ac51b2492
7
- data.tar.gz: acf6a4dda222a2db6db0aceb4721a543ac8846b9c605b5e4912ad9f7c71735a836c209152ec7239260dc0a25ebbb54a936cac74ed220fa633f3b58228303f4c3
6
+ metadata.gz: ad38bdfa2517196a9e4a4ea4a86e4805e06b97d6f973b4708ae3cac8214648c4f85f68226452f5e81b9f1546d0f440c9d41a5366c7f187c7481a9ab20c350c1d
7
+ data.tar.gz: a3824b557aca434cbd17df66e9a6f32cc669993e17e406ce9184aa405ddd6a2c1a8c982099be21350eba82c57993bc90f62473f2386dbde9c346cffd493ca42a
@@ -74,6 +74,7 @@ module Glib
74
74
  string :clientSecret
75
75
  action :onSuccess
76
76
  action :onFailure
77
+ bool :setupOnly
77
78
  end
78
79
  end
79
80
 
@@ -12,21 +12,22 @@ json_ui_page json do |page|
12
12
  form.spacer height: 14
13
13
  form.fields_textarea name: 'user[bio]', width: 'matchParent', label: 'Bio', placeholder: 'Enter your bio', styleClasses: ['outlined']
14
14
 
15
+ # form.spacer height: 14
16
+ # form.fields_stripeToken name: 'user[stripe_token_outlined]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'outlined'
17
+
18
+ # form.spacer height: 14
19
+ # form.fields_stripeToken name: 'user[stripe_token_individual]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'individual'
20
+
15
21
  form.spacer height: 14
16
- form.fields_stripeToken name: 'user[stripe_token_outlined]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'outlined'
22
+ form.fields_creditCard name: 'user[stripe_token_outlined]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'outlined'
17
23
 
18
24
  form.spacer height: 14
19
- form.fields_stripeToken name: 'user[stripe_token_individual]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'individual'
25
+ form.fields_creditCard name: 'user[stripe_token_individual]', width: 'matchParent', publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx', styleClass: 'individual'
20
26
 
21
27
  form.spacer height: 14
22
28
  form.panels_split width: 'matchParent', content: ->(split) do
23
- # split.left childViews: ->(left) do
24
- # if params[:mode] == 'dialog'
25
- # left.button styleClass: 'link', text: 'cancel', onClick: ->(action) { action.dialogs_close }
26
- # end
27
- # end
28
29
  split.right childViews: ->(right) do
29
- right.button text: 'Submit', onClick: ->(action) { action.forms_submit }
30
+ right.fields_submit text: 'Submit'
30
31
  end
31
32
  end
32
33
 
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.5.30
4
+ version: 0.5.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''