glib-web 0.5.77 → 0.5.78

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.
Files changed (190) hide show
  1. checksums.yaml +4 -4
  2. data/app/channels/glib/channel/is_typing_channel.rb +34 -34
  3. data/app/channels/glib/channel/online_channel.rb +36 -36
  4. data/app/controllers/concerns/glib/analytics/funnel.rb +61 -61
  5. data/app/controllers/concerns/glib/auth/policy.rb +148 -148
  6. data/app/controllers/concerns/glib/json/dynamic_text.rb +126 -126
  7. data/app/controllers/concerns/glib/json/libs.rb +149 -149
  8. data/app/controllers/concerns/glib/json/new_dynamic_text.rb +122 -122
  9. data/app/controllers/concerns/glib/json/transformation.rb +11 -11
  10. data/app/controllers/concerns/glib/json/traversal.rb +92 -92
  11. data/app/controllers/concerns/glib/json/ui.rb +88 -88
  12. data/app/controllers/concerns/glib/json/validation.rb +13 -13
  13. data/app/controllers/glib/home_controller.rb +54 -54
  14. data/app/helpers/glib/app_feature_support_helper.rb +16 -16
  15. data/app/helpers/glib/dynamic_images_helper.rb +55 -55
  16. data/app/helpers/glib/dynamic_texts_helper.rb +42 -42
  17. data/app/helpers/glib/enum_helper.rb +18 -18
  18. data/app/helpers/glib/forms_helper.rb +15 -15
  19. data/app/helpers/glib/json_ui/abstract_builder.rb +309 -309
  20. data/app/helpers/glib/json_ui/action_builder/dialogs.rb +58 -58
  21. data/app/helpers/glib/json_ui/action_builder/http.rb +39 -39
  22. data/app/helpers/glib/json_ui/action_builder/iap.rb +15 -0
  23. data/app/helpers/glib/json_ui/action_builder/panels.rb +14 -14
  24. data/app/helpers/glib/json_ui/action_builder/sheets.rb +15 -15
  25. data/app/helpers/glib/json_ui/action_builder/snackbars.rb +41 -41
  26. data/app/helpers/glib/json_ui/action_builder/windows.rb +38 -38
  27. data/app/helpers/glib/json_ui/action_builder.rb +140 -140
  28. data/app/helpers/glib/json_ui/analytics_helper.rb +17 -17
  29. data/app/helpers/glib/json_ui/dynamic_field_builders.rb +25 -25
  30. data/app/helpers/glib/json_ui/generic_builders.rb +28 -28
  31. data/app/helpers/glib/json_ui/list_builders.rb +110 -110
  32. data/app/helpers/glib/json_ui/menu_builder.rb +94 -94
  33. data/app/helpers/glib/json_ui/page_helper.rb +221 -221
  34. data/app/helpers/glib/json_ui/response_helper.rb +25 -25
  35. data/app/helpers/glib/json_ui/split_builders.rb +32 -32
  36. data/app/helpers/glib/json_ui/styling_helper.rb +55 -55
  37. data/app/helpers/glib/json_ui/table_builders.rb +74 -74
  38. data/app/helpers/glib/json_ui/view_builder/banners.rb +26 -26
  39. data/app/helpers/glib/json_ui/view_builder/charts.rb +33 -33
  40. data/app/helpers/glib/json_ui/view_builder/fields.rb +291 -291
  41. data/app/helpers/glib/json_ui/view_builder/iap.rb +11 -0
  42. data/app/helpers/glib/json_ui/view_builder/panels.rb +256 -256
  43. data/app/helpers/glib/json_ui/view_builder.rb +240 -240
  44. data/app/helpers/glib/urls_helper.rb +12 -12
  45. data/app/models/concerns/glib/soft_deletable.rb +68 -68
  46. data/app/models/glib/active_storage/attachment.rb +9 -9
  47. data/app/models/glib/active_storage/blob.rb +9 -9
  48. data/app/models/glib/application_record.rb +18 -18
  49. data/app/models/glib/dynamic_text_record.rb +9 -9
  50. data/app/models/glib/text.rb +95 -95
  51. data/app/policies/glib/application_policy.rb +166 -166
  52. data/app/validators/email_typo_validator.rb +38 -38
  53. data/app/validators/email_validator.rb +7 -7
  54. data/app/validators/url_validator.rb +20 -20
  55. data/app/views/json_ui/garage/_nav_menu.json.jbuilder +70 -70
  56. data/app/views/json_ui/garage/actions/_dialogs.json.jbuilder +104 -104
  57. data/app/views/json_ui/garage/actions/_http.json.jbuilder +24 -24
  58. data/app/views/json_ui/garage/actions/_panels.json.jbuilder +18 -18
  59. data/app/views/json_ui/garage/actions/_reload.json.jbuilder +17 -17
  60. data/app/views/json_ui/garage/actions/_sheets.json.jbuilder +18 -18
  61. data/app/views/json_ui/garage/actions/_snackbars.json.jbuilder +33 -33
  62. data/app/views/json_ui/garage/actions/_timeouts.json.jbuilder +24 -24
  63. data/app/views/json_ui/garage/actions/_windows.json.jbuilder +24 -24
  64. data/app/views/json_ui/garage/actions/dialogs_oauth_post.json.jbuilder +6 -6
  65. data/app/views/json_ui/garage/actions/index.json.jbuilder +24 -24
  66. data/app/views/json_ui/garage/forms/_alert_post_data.json.jbuilder +10 -7
  67. data/app/views/json_ui/garage/forms/basic.json.jbuilder +21 -21
  68. data/app/views/json_ui/garage/forms/basic_post.json.jbuilder +8 -8
  69. data/app/views/json_ui/garage/forms/checkboxes.json.jbuilder +43 -43
  70. data/app/views/json_ui/garage/forms/conditional_value.json.jbuilder +36 -36
  71. data/app/views/json_ui/garage/forms/dynamic_group.json.jbuilder +39 -39
  72. data/app/views/json_ui/garage/forms/dynamic_select.json.jbuilder +24 -24
  73. data/app/views/json_ui/garage/forms/dynamic_select_data.json.jbuilder +38 -38
  74. data/app/views/json_ui/garage/forms/file_upload.json.jbuilder +37 -37
  75. data/app/views/json_ui/garage/forms/floating_submit.json.jbuilder +19 -19
  76. data/app/views/json_ui/garage/forms/generic_post.json.jbuilder +3 -3
  77. data/app/views/json_ui/garage/forms/get_request.json.jbuilder +27 -27
  78. data/app/views/json_ui/garage/forms/index.json.jbuilder +116 -113
  79. data/app/views/json_ui/garage/forms/new_rich_text.json.jbuilder +40 -40
  80. data/app/views/json_ui/garage/forms/online_participant1.json.jbuilder +25 -25
  81. data/app/views/json_ui/garage/forms/online_participant2.json.jbuilder +25 -25
  82. data/app/views/json_ui/garage/forms/payments.json.jbuilder +34 -0
  83. data/app/views/json_ui/garage/forms/pickers.json.jbuilder +81 -81
  84. data/app/views/json_ui/garage/forms/ratings.json.jbuilder +49 -49
  85. data/app/views/json_ui/garage/forms/rich_text.json.jbuilder +40 -40
  86. data/app/views/json_ui/garage/forms/selects.json.jbuilder +91 -91
  87. data/app/views/json_ui/garage/forms/show_hide.json.jbuilder +150 -150
  88. data/app/views/json_ui/garage/forms/styled_boxes.json.jbuilder +35 -35
  89. data/app/views/json_ui/garage/forms/submission_flow.json.jbuilder +17 -17
  90. data/app/views/json_ui/garage/forms/submission_flow_post.json.jbuilder +26 -26
  91. data/app/views/json_ui/garage/forms/submission_indicator.json.jbuilder +63 -63
  92. data/app/views/json_ui/garage/forms/submission_indicator_post.json.jbuilder +25 -25
  93. data/app/views/json_ui/garage/forms/text_validation.json.jbuilder +65 -81
  94. data/app/views/json_ui/garage/forms/timers.json.jbuilder +120 -120
  95. data/app/views/json_ui/garage/home/blank.json.jbuilder +10 -10
  96. data/app/views/json_ui/garage/home/index.json.jbuilder +36 -36
  97. data/app/views/json_ui/garage/home/slow.json.jbuilder +11 -11
  98. data/app/views/json_ui/garage/lists/_autoload_section.json.jbuilder +28 -28
  99. data/app/views/json_ui/garage/lists/autoload_all.json.jbuilder +32 -32
  100. data/app/views/json_ui/garage/lists/autoload_as_needed.json.jbuilder +35 -35
  101. data/app/views/json_ui/garage/lists/chat_ui.json.jbuilder +94 -94
  102. data/app/views/json_ui/garage/lists/edit_actions.json.jbuilder +62 -62
  103. data/app/views/json_ui/garage/lists/fab.json.jbuilder +12 -12
  104. data/app/views/json_ui/garage/lists/index.json.jbuilder +38 -38
  105. data/app/views/json_ui/garage/lists/reordering.json.jbuilder +34 -34
  106. data/app/views/json_ui/garage/lists/templating.json.jbuilder +35 -35
  107. data/app/views/json_ui/garage/notifications/action_cable.json.jbuilder +114 -114
  108. data/app/views/json_ui/garage/notifications/android_post.json.jbuilder +48 -48
  109. data/app/views/json_ui/garage/notifications/index.json.jbuilder +36 -36
  110. data/app/views/json_ui/garage/notifications/web_socket.json.jbuilder +60 -60
  111. data/app/views/json_ui/garage/pages/flat_centered.json.jbuilder +29 -29
  112. data/app/views/json_ui/garage/pages/full_width.json.jbuilder +29 -29
  113. data/app/views/json_ui/garage/pages/full_width_height.json.jbuilder +16 -16
  114. data/app/views/json_ui/garage/pages/index.json.jbuilder +62 -62
  115. data/app/views/json_ui/garage/pages/layout.json.jbuilder +18 -18
  116. data/app/views/json_ui/garage/pages/lifecycle_hooks.json.jbuilder +13 -13
  117. data/app/views/json_ui/garage/pages/loading_indicator.json.jbuilder +10 -10
  118. data/app/views/json_ui/garage/pages/nav_buttons.json.jbuilder +21 -21
  119. data/app/views/json_ui/garage/pages/nested_scroll.json.jbuilder +40 -40
  120. data/app/views/json_ui/garage/pages/tab_bar.json.jbuilder +31 -31
  121. data/app/views/json_ui/garage/panels/_styled.json.jbuilder +78 -78
  122. data/app/views/json_ui/garage/panels/card.json.jbuilder +4 -4
  123. data/app/views/json_ui/garage/panels/carousel.json.jbuilder +38 -38
  124. data/app/views/json_ui/garage/panels/custom.json.jbuilder +17 -17
  125. data/app/views/json_ui/garage/panels/flow.json.jbuilder +59 -59
  126. data/app/views/json_ui/garage/panels/horizontal.json.jbuilder +91 -91
  127. data/app/views/json_ui/garage/panels/index.json.jbuilder +138 -138
  128. data/app/views/json_ui/garage/panels/outlined.json.jbuilder +4 -4
  129. data/app/views/json_ui/garage/panels/responsive.json.jbuilder +98 -98
  130. data/app/views/json_ui/garage/panels/split.json.jbuilder +182 -182
  131. data/app/views/json_ui/garage/panels/ul.json.jbuilder +33 -33
  132. data/app/views/json_ui/garage/panels/vertical.json.jbuilder +55 -55
  133. data/app/views/json_ui/garage/panels/web.json.jbuilder +15 -15
  134. data/app/views/json_ui/garage/services/dynamic_text.json.jbuilder +13 -13
  135. data/app/views/json_ui/garage/services/image.json.jbuilder +47 -47
  136. data/app/views/json_ui/garage/services/index.json.jbuilder +17 -17
  137. data/app/views/json_ui/garage/tables/_autoload_section.json.jbuilder +16 -16
  138. data/app/views/json_ui/garage/tables/autoload_all.json.jbuilder +43 -43
  139. data/app/views/json_ui/garage/tables/autoload_as_needed.json.jbuilder +50 -50
  140. data/app/views/json_ui/garage/tables/export_import.json.jbuilder +29 -29
  141. data/app/views/json_ui/garage/tables/horizontal_scroll.json.jbuilder +26 -26
  142. data/app/views/json_ui/garage/tables/index.json.jbuilder +25 -25
  143. data/app/views/json_ui/garage/tables/layout.json.jbuilder +40 -40
  144. data/app/views/json_ui/garage/views/_chart_data.json.jbuilder +17 -17
  145. data/app/views/json_ui/garage/views/banners.json.jbuilder +63 -63
  146. data/app/views/json_ui/garage/views/calendar_data.json.jbuilder +30 -30
  147. data/app/views/json_ui/garage/views/charts.json.jbuilder +115 -115
  148. data/app/views/json_ui/garage/views/controls.json.jbuilder +37 -37
  149. data/app/views/json_ui/garage/views/iap.json.jbuilder +21 -0
  150. data/app/views/json_ui/garage/views/icon_names.json.jbuilder +1450 -1450
  151. data/app/views/json_ui/garage/views/icons.json.jbuilder +15 -15
  152. data/app/views/json_ui/garage/views/images.json.jbuilder +89 -89
  153. data/app/views/json_ui/garage/views/index.json.jbuilder +78 -67
  154. data/app/views/json_ui/garage/views/links.json.jbuilder +70 -70
  155. data/app/views/json_ui/garage/views/map_cluster_data.json.jbuilder +41 -41
  156. data/app/views/json_ui/garage/views/map_data.json.jbuilder +51 -51
  157. data/app/views/json_ui/garage/views/maps.json.jbuilder +31 -31
  158. data/app/views/json_ui/garage/views/markdowns.json.jbuilder +41 -41
  159. data/app/views/json_ui/garage/views/misc.json.jbuilder +34 -34
  160. data/app/views/json_ui/garage/views/texts.json.jbuilder +35 -35
  161. data/app/views/layouts/json_ui/renderer.html.erb +35 -35
  162. data/config/routes.rb +7 -7
  163. data/lib/generators/glib/install_generator.rb +24 -24
  164. data/lib/generators/templates/20191017062519_create_texts.rb +12 -12
  165. data/lib/generators/templates/20191024063257_add_scope_to_texts.rb +7 -7
  166. data/lib/generators/templates/20191112095018_add_lang_to_texts.rb +7 -7
  167. data/lib/generators/templates/20191126071051_create_active_storage_tables.active_storage.rb +27 -27
  168. data/lib/generators/templates/database.yml +107 -107
  169. data/lib/generators/templates/dynamic_text.rb +2 -2
  170. data/lib/glib/crypt/utils.rb +26 -26
  171. data/lib/glib/dynamic_text/config.rb +21 -21
  172. data/lib/glib/engine.rb +7 -7
  173. data/lib/glib/json_crawler/action_crawler.rb +23 -23
  174. data/lib/glib/json_crawler/action_crawlers/action_http.rb +11 -11
  175. data/lib/glib/json_crawler/action_crawlers/forms_submit.rb +48 -48
  176. data/lib/glib/json_crawler/action_crawlers/menu.rb +12 -12
  177. data/lib/glib/json_crawler/action_crawlers/nav_initiate.rb +19 -19
  178. data/lib/glib/json_crawler/action_crawlers/run_multiple.rb +13 -13
  179. data/lib/glib/json_crawler/action_crawlers/windows_open.rb +33 -33
  180. data/lib/glib/json_crawler/coverage.rb +20 -20
  181. data/lib/glib/json_crawler/http.rb +120 -120
  182. data/lib/glib/json_crawler/router.rb +90 -90
  183. data/lib/glib/json_crawler.rb +11 -11
  184. data/lib/glib/mailer_tester.rb +36 -36
  185. data/lib/glib/test_helpers.rb +52 -52
  186. data/lib/glib/value.rb +7 -7
  187. data/lib/glib/version.rb +5 -5
  188. data/lib/glib-web.rb +9 -9
  189. data/lib/tasks/db.rake +95 -95
  190. metadata +6 -3
@@ -1,81 +1,65 @@
1
- json.title 'Forms'
2
-
3
- page = json_ui_page json
4
- render "#{@path_prefix}/nav_menu", json: json, page: page
5
-
6
- page.form \
7
- url: json_ui_garage_url(path: 'forms/generic_post'),
8
- method: 'post',
9
- padding: glib_json_padding_body,
10
- childViews: ->(form) do
11
- form.fields_email \
12
- name: 'user[email]',
13
- width: 'matchParent',
14
- label: 'Email'
15
-
16
- form.fields_url \
17
- name: 'user[url]',
18
- width: 'matchParent',
19
- label: 'URL'
20
-
21
- form.fields_number \
22
- name: 'user[number]',
23
- width: 'matchParent',
24
- label: 'Number',
25
- validation: { required: { message: 'Required' } },
26
- leftText: 'USD',
27
- rightText: '.00'
28
-
29
- form.fields_phone \
30
- name: 'user[phone1]',
31
- width: 'matchParent',
32
- label: 'Phone field'
33
-
34
- form.fields_phone \
35
- name: 'user[phone2]',
36
- width: 'matchParent',
37
- label: "Phone field with Australia as the default country",
38
- disableAutoDetect: true, # Disable country auto detect by user IP
39
- defaultCountry: 'AU' # ISO Country code, see: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
40
-
41
- form.fields_password \
42
- name: 'user[password]',
43
- width: 'matchParent',
44
- label: 'Password',
45
- hint: 'Should contain at least 6 characters',
46
- leftIcon: 'lock'
47
-
48
- form.fields_textarea \
49
- name: 'user[textarea]',
50
- width: 'matchParent',
51
- label: 'Textarea with maxLength',
52
- maxLength: 50,
53
- validation: { required: { message: 'Required' } }
54
-
55
- options = ['male', 'female'].map { |i| { text: i.humanize, value: i } }
56
- form.fields_select \
57
- name: 'user[gender]',
58
- width: 'matchParent',
59
- label: 'Gender',
60
- validation: { required: { message: 'Required' } },
61
- options: options
62
-
63
- form.spacer height: 20
64
- form.fields_stripeToken \
65
- name: 'user[stripe_token]',
66
- width: 'matchParent',
67
- publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx'
68
-
69
- form.spacer height: 20
70
- form.fields_stripeExternalAccount \
71
- name: 'user[stripe_external_account]',
72
- width: 'matchParent',
73
- publicKey: 'pk_test_TYooMQauvdEDq54NiTphI7jx',
74
- accountHolderName: 'John Doe',
75
- accountHolderType: 'individual',
76
- country: 'AU',
77
- currency: 'AUD'
78
-
79
- form.spacer height: 30
80
- form.fields_submit text: 'Submit'
81
- end
1
+ json.title 'Forms'
2
+
3
+ page = json_ui_page json
4
+ render "#{@path_prefix}/nav_menu", json: json, page: page
5
+
6
+ page.form \
7
+ url: json_ui_garage_url(path: 'forms/generic_post'),
8
+ method: 'post',
9
+ padding: glib_json_padding_body,
10
+ childViews: ->(form) do
11
+ form.fields_email \
12
+ name: 'user[email]',
13
+ width: 'matchParent',
14
+ label: 'Email'
15
+
16
+ form.fields_url \
17
+ name: 'user[url]',
18
+ width: 'matchParent',
19
+ label: 'URL'
20
+
21
+ form.fields_number \
22
+ name: 'user[number]',
23
+ width: 'matchParent',
24
+ label: 'Number',
25
+ validation: { required: { message: 'Required' } },
26
+ leftText: 'USD',
27
+ rightText: '.00'
28
+
29
+ form.fields_phone \
30
+ name: 'user[phone1]',
31
+ width: 'matchParent',
32
+ label: 'Phone field'
33
+
34
+ form.fields_phone \
35
+ name: 'user[phone2]',
36
+ width: 'matchParent',
37
+ label: 'Phone field with Australia as the default country',
38
+ disableAutoDetect: true, # Disable country auto detect by user IP
39
+ defaultCountry: 'AU' # ISO Country code, see: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
40
+
41
+ form.fields_password \
42
+ name: 'user[password]',
43
+ width: 'matchParent',
44
+ label: 'Password',
45
+ hint: 'Should contain at least 6 characters',
46
+ leftIcon: 'lock'
47
+
48
+ form.fields_textarea \
49
+ name: 'user[textarea]',
50
+ width: 'matchParent',
51
+ label: 'Textarea with maxLength',
52
+ maxLength: 50,
53
+ validation: { required: { message: 'Required' } }
54
+
55
+ options = ['male', 'female'].map { |i| { text: i.humanize, value: i } }
56
+ form.fields_select \
57
+ name: 'user[gender]',
58
+ width: 'matchParent',
59
+ label: 'Gender',
60
+ validation: { required: { message: 'Required' } },
61
+ options: options
62
+
63
+ form.spacer height: 30
64
+ form.fields_submit text: 'Submit'
65
+ end
@@ -1,120 +1,120 @@
1
- json.title 'Forms'
2
-
3
- page = json_ui_page json
4
- render "#{@path_prefix}/nav_menu", json: json, page: page
5
-
6
- online_channel = 'OnlineChannel'
7
- first_user = User.first
8
- second_user = User.second
9
-
10
- page.form url: json_ui_garage_url(path: 'forms/generic_post'), method: 'post', padding: glib_json_padding_body, childViews: ->(form) do
11
- form.spacer height: 20
12
- form.h2 text: 'Standard (Backward)'
13
- form.spacer height: 6
14
- form.fields_timer \
15
- width: 160,
16
- styleClasses: ['outlined'],
17
- label: 'Timer',
18
- name: 'user[timer]',
19
- value: 60,
20
- min: 30
21
-
22
- form.spacer height: 20
23
- form.h2 text: 'Stop Watch (Forward)'
24
- form.spacer height: 6
25
- form.fields_timer \
26
- width: 160,
27
- styleClasses: ['outlined'],
28
- label: 'Stop Watch',
29
- name: 'user[stop_watch]',
30
- value: 10,
31
- max: 20,
32
- forward: true
33
-
34
- form.spacer height: 20
35
- form.h2 text: 'Reset timer by ActionCable'
36
- online_participant1_config = {
37
- channel: online_channel,
38
- filterKey: first_user.id
39
- }
40
-
41
- form.fields_timer \
42
- width: 120,
43
- actionCable: online_participant1_config,
44
- name: 'user[online_timer1]',
45
- value: 3,
46
- min: 0
47
-
48
- form.label \
49
- text: 'Participant One is online',
50
- color: glib_color_success,
51
- showIf: {
52
- ">": [
53
- {
54
- "var": 'user[online_timer1]'
55
- },
56
- 0
57
- ]
58
- }
59
-
60
- form.label \
61
- text: 'Participant One is offline',
62
- color: glib_color_error,
63
- showIf: {
64
- "<=": [
65
- {
66
- "var": 'user[online_timer1]'
67
- },
68
- 0
69
- ]
70
- }
71
-
72
- form.spacer height: 10
73
- form.label text: 'Open Participant One', onClick: ->(action) do
74
- action.windows_openWeb url: json_ui_garage_url(path: 'forms/online_participant1')
75
- end
76
- form.spacer height: 20
77
-
78
- online_participant2_config = {
79
- channel: online_channel,
80
- filterKey: second_user.id
81
- }
82
- form.fields_timer \
83
- width: 120,
84
- actionCable: online_participant2_config,
85
- name: 'user[online_timer2]',
86
- value: 3,
87
- min: 0
88
-
89
- form.label \
90
- text: 'Participant Two is online',
91
- color: glib_color_success,
92
- showIf: {
93
- ">": [
94
- {
95
- "var": 'user[online_timer2]'
96
- },
97
- 0
98
- ]
99
- }
100
-
101
- form.label \
102
- text: 'Participant Two is offline',
103
- color: glib_color_error,
104
- showIf: {
105
- "<=": [
106
- {
107
- "var": 'user[online_timer2]'
108
- },
109
- 0
110
- ]
111
- }
112
-
113
- form.spacer height: 10
114
- form.label text: 'Open Participant Two', onClick: ->(action) do
115
- action.windows_openWeb url: json_ui_garage_url(path: 'forms/online_participant2')
116
- end
117
-
118
- form.spacer height: 40
119
- form.fields_submit text: 'Submit'
120
- end
1
+ json.title 'Forms'
2
+
3
+ page = json_ui_page json
4
+ render "#{@path_prefix}/nav_menu", json: json, page: page
5
+
6
+ online_channel = 'OnlineChannel'
7
+ first_user = User.first
8
+ second_user = User.second
9
+
10
+ page.form url: json_ui_garage_url(path: 'forms/generic_post'), method: 'post', padding: glib_json_padding_body, childViews: ->(form) do
11
+ form.spacer height: 20
12
+ form.h2 text: 'Standard (Backward)'
13
+ form.spacer height: 6
14
+ form.fields_timer \
15
+ width: 160,
16
+ styleClasses: ['outlined'],
17
+ label: 'Timer',
18
+ name: 'user[timer]',
19
+ value: 60,
20
+ min: 30
21
+
22
+ form.spacer height: 20
23
+ form.h2 text: 'Stop Watch (Forward)'
24
+ form.spacer height: 6
25
+ form.fields_timer \
26
+ width: 160,
27
+ styleClasses: ['outlined'],
28
+ label: 'Stop Watch',
29
+ name: 'user[stop_watch]',
30
+ value: 10,
31
+ max: 20,
32
+ forward: true
33
+
34
+ form.spacer height: 20
35
+ form.h2 text: 'Reset timer by ActionCable'
36
+ online_participant1_config = {
37
+ channel: online_channel,
38
+ filterKey: first_user.id
39
+ }
40
+
41
+ form.fields_timer \
42
+ width: 120,
43
+ actionCable: online_participant1_config,
44
+ name: 'user[online_timer1]',
45
+ value: 3,
46
+ min: 0
47
+
48
+ form.label \
49
+ text: 'Participant One is online',
50
+ color: glib_color_success,
51
+ showIf: {
52
+ ">": [
53
+ {
54
+ "var": 'user[online_timer1]'
55
+ },
56
+ 0
57
+ ]
58
+ }
59
+
60
+ form.label \
61
+ text: 'Participant One is offline',
62
+ color: glib_color_error,
63
+ showIf: {
64
+ "<=": [
65
+ {
66
+ "var": 'user[online_timer1]'
67
+ },
68
+ 0
69
+ ]
70
+ }
71
+
72
+ form.spacer height: 10
73
+ form.label text: 'Open Participant One', onClick: ->(action) do
74
+ action.windows_openWeb url: json_ui_garage_url(path: 'forms/online_participant1')
75
+ end
76
+ form.spacer height: 20
77
+
78
+ online_participant2_config = {
79
+ channel: online_channel,
80
+ filterKey: second_user.id
81
+ }
82
+ form.fields_timer \
83
+ width: 120,
84
+ actionCable: online_participant2_config,
85
+ name: 'user[online_timer2]',
86
+ value: 3,
87
+ min: 0
88
+
89
+ form.label \
90
+ text: 'Participant Two is online',
91
+ color: glib_color_success,
92
+ showIf: {
93
+ ">": [
94
+ {
95
+ "var": 'user[online_timer2]'
96
+ },
97
+ 0
98
+ ]
99
+ }
100
+
101
+ form.label \
102
+ text: 'Participant Two is offline',
103
+ color: glib_color_error,
104
+ showIf: {
105
+ "<=": [
106
+ {
107
+ "var": 'user[online_timer2]'
108
+ },
109
+ 0
110
+ ]
111
+ }
112
+
113
+ form.spacer height: 10
114
+ form.label text: 'Open Participant Two', onClick: ->(action) do
115
+ action.windows_openWeb url: json_ui_garage_url(path: 'forms/online_participant2')
116
+ end
117
+
118
+ form.spacer height: 40
119
+ form.fields_submit text: 'Submit'
120
+ end
@@ -1,10 +1,10 @@
1
- sleep 0.5
2
-
3
- json.title 'Menu'
4
-
5
- page = json_ui_page json
6
- render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: false
7
-
8
- page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
9
- scroll.label text: 'Blank page'
10
- end
1
+ sleep 0.5
2
+
3
+ json.title 'Menu'
4
+
5
+ page = json_ui_page json
6
+ render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: false
7
+
8
+ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
9
+ scroll.label text: 'Blank page'
10
+ end
@@ -1,36 +1,36 @@
1
- json.title 'Menu'
2
-
3
- page = json_ui_page json
4
-
5
- render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: true
6
-
7
- page.list firstSection: ->(section) do
8
- section.rows builder: ->(template) do
9
- template.thumbnail title: 'Pages', onClick: ->(action) do
10
- action.windows_open url: json_ui_garage_url(path: 'pages/index')
11
- end
12
- template.thumbnail title: 'Panels', onClick: ->(action) do
13
- action.windows_open url: json_ui_garage_url(path: 'panels/index')
14
- end
15
- template.thumbnail title: 'Lists', onClick: ->(action) do
16
- action.windows_open url: json_ui_garage_url(path: 'lists/index')
17
- end
18
- template.thumbnail title: 'Forms', onClick: ->(action) do
19
- action.windows_open url: json_ui_garage_url(path: 'forms/index')
20
- end
21
- template.thumbnail title: 'Views', onClick: ->(action) do
22
- action.windows_open url: json_ui_garage_url(path: 'views/index')
23
- end
24
- template.thumbnail title: 'Actions', onClick: ->(action) do
25
- action.windows_open url: json_ui_garage_url(path: 'actions/index')
26
- end
27
- template.thumbnail title: 'Tables (Web Only)', onClick: ->(action) do
28
- action.windows_open url: json_ui_garage_url(path: 'tables/index')
29
- end
30
- # Disabled to prevent errors in crawler tests due to external dependencies
31
- # template.thumbnail title: 'Services', onClick: ->(action) do
32
- # action.windows_open url: json_ui_garage_url(path: 'services/index')
33
- # end
34
- end
35
-
36
- end
1
+ json.title 'Menu'
2
+
3
+ page = json_ui_page json
4
+
5
+ render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: true
6
+
7
+ page.list firstSection: ->(section) do
8
+ section.rows builder: ->(template) do
9
+ template.thumbnail title: 'Pages', onClick: ->(action) do
10
+ action.windows_open url: json_ui_garage_url(path: 'pages/index')
11
+ end
12
+ template.thumbnail title: 'Panels', onClick: ->(action) do
13
+ action.windows_open url: json_ui_garage_url(path: 'panels/index')
14
+ end
15
+ template.thumbnail title: 'Lists', onClick: ->(action) do
16
+ action.windows_open url: json_ui_garage_url(path: 'lists/index')
17
+ end
18
+ template.thumbnail title: 'Forms', onClick: ->(action) do
19
+ action.windows_open url: json_ui_garage_url(path: 'forms/index')
20
+ end
21
+ template.thumbnail title: 'Views', onClick: ->(action) do
22
+ action.windows_open url: json_ui_garage_url(path: 'views/index')
23
+ end
24
+ template.thumbnail title: 'Actions', onClick: ->(action) do
25
+ action.windows_open url: json_ui_garage_url(path: 'actions/index')
26
+ end
27
+ template.thumbnail title: 'Tables (Web Only)', onClick: ->(action) do
28
+ action.windows_open url: json_ui_garage_url(path: 'tables/index')
29
+ end
30
+ # Disabled to prevent errors in crawler tests due to external dependencies
31
+ # template.thumbnail title: 'Services', onClick: ->(action) do
32
+ # action.windows_open url: json_ui_garage_url(path: 'services/index')
33
+ # end
34
+ end
35
+
36
+ end
@@ -1,11 +1,11 @@
1
- sleep 2.0
2
-
3
- json.title 'Menu'
4
-
5
- page = json_ui_page json
6
-
7
- render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: false
8
-
9
- page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
10
- scroll.label text: 'Blank page'
11
- end
1
+ sleep 2.0
2
+
3
+ json.title 'Menu'
4
+
5
+ page = json_ui_page json
6
+
7
+ render "#{@path_prefix}/nav_menu", json: json, page: page, top_nav: false
8
+
9
+ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
10
+ scroll.label text: 'Blank page'
11
+ end
@@ -1,28 +1,28 @@
1
-
2
- # json.rows do
3
- # batch_count = 30
4
- # batch_count.times do |i|
5
- # index = page * batch_count + i
6
- # json.child! do
7
- # json.template 'thumbnail'
8
- # json.title "Item #{index}"
9
- # end
10
- # end
11
- # end
12
-
13
- # section = json_ui_section json
14
-
15
- section = page.list_section_builder
16
- section.rows builder: ->(row) do
17
- batch_count = 30
18
- batch_count.times do |i|
19
- index = page_index * batch_count + i
20
- if local_assigns[:reorder]
21
- row.thumbnail title: "Item #{index}", onReorder: ->(action) do
22
- action.dialogs_notification title: "Item #{index}"
23
- end, paramNameForFormData: 'message', paramNameForNewIndex: 'new_index'
24
- else
25
- row.thumbnail title: "Item #{index}"
26
- end
27
- end
28
- end
1
+
2
+ # json.rows do
3
+ # batch_count = 30
4
+ # batch_count.times do |i|
5
+ # index = page * batch_count + i
6
+ # json.child! do
7
+ # json.template 'thumbnail'
8
+ # json.title "Item #{index}"
9
+ # end
10
+ # end
11
+ # end
12
+
13
+ # section = json_ui_section json
14
+
15
+ section = page.list_section_builder
16
+ section.rows builder: ->(row) do
17
+ batch_count = 30
18
+ batch_count.times do |i|
19
+ index = page_index * batch_count + i
20
+ if local_assigns[:reorder]
21
+ row.thumbnail title: "Item #{index}", onReorder: ->(action) do
22
+ action.dialogs_notification title: "Item #{index}"
23
+ end, paramNameForFormData: 'message', paramNameForNewIndex: 'new_index'
24
+ else
25
+ row.thumbnail title: "Item #{index}"
26
+ end
27
+ end
28
+ end
@@ -1,32 +1,32 @@
1
-
2
- page_index = params[:page].to_i
3
- next_page = {
4
- url: json_ui_garage_url(path: 'lists/autoload_all', page: page_index + 1, section_only: 'v1'),
5
- autoload: 'all'
6
- }
7
-
8
- page = json_ui_page json
9
-
10
- if params[:section_only].present?
11
- sleep 1
12
-
13
- json.nextPage next_page if page_index < 3
14
- json.sections do
15
- json.child! do
16
- render 'json_ui/garage/lists/autoload_section', page: page, page_index: page_index
17
- end
18
- end
19
- else
20
- json.title 'Lists'
21
-
22
- render "#{@path_prefix}/nav_menu", json: json, page: page
23
-
24
- page.list nextPage: next_page, firstSection: ->(section) do
25
- render 'json_ui/garage/lists/autoload_section', page: page, page_index: page_index
26
- end, onScrollToBottom: ->(action) do
27
- action.snackbars_alert message: 'Scrolled to Bottom'
28
- end, onScrollToTop: ->(action) do
29
- action.snackbars_alert message: 'Scrolled to Top'
30
- end
31
-
32
- end
1
+
2
+ page_index = params[:page].to_i
3
+ next_page = {
4
+ url: json_ui_garage_url(path: 'lists/autoload_all', page: page_index + 1, section_only: 'v1'),
5
+ autoload: 'all'
6
+ }
7
+
8
+ page = json_ui_page json
9
+
10
+ if params[:section_only].present?
11
+ sleep 1
12
+
13
+ json.nextPage next_page if page_index < 3
14
+ json.sections do
15
+ json.child! do
16
+ render 'json_ui/garage/lists/autoload_section', page: page, page_index: page_index
17
+ end
18
+ end
19
+ else
20
+ json.title 'Lists'
21
+
22
+ render "#{@path_prefix}/nav_menu", json: json, page: page
23
+
24
+ page.list nextPage: next_page, firstSection: ->(section) do
25
+ render 'json_ui/garage/lists/autoload_section', page: page, page_index: page_index
26
+ end, onScrollToBottom: ->(action) do
27
+ action.snackbars_alert message: 'Scrolled to Bottom'
28
+ end, onScrollToTop: ->(action) do
29
+ action.snackbars_alert message: 'Scrolled to Top'
30
+ end
31
+
32
+ end