glib-web 3.0.1 → 3.0.3

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 (114) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/glib/json/new_dynamic_text.rb +0 -0
  3. data/app/helpers/glib/app_feature_support_helper.rb +0 -0
  4. data/app/helpers/glib/dynamic_texts_helper.rb +0 -0
  5. data/app/helpers/glib/forms_helper.rb +0 -0
  6. data/app/helpers/glib/json_ui/action_builder/dialogs.rb +1 -0
  7. data/app/helpers/glib/json_ui/action_builder/popovers.rb +3 -1
  8. data/app/helpers/glib/json_ui/action_builder/sheets.rb +0 -0
  9. data/app/helpers/glib/json_ui/analytics_helper.rb +0 -0
  10. data/app/helpers/glib/json_ui/builder/mouse_events.rb +29 -0
  11. data/app/helpers/glib/json_ui/generic_builders.rb +0 -0
  12. data/app/helpers/glib/json_ui/list_builders.rb +3 -1
  13. data/app/helpers/glib/json_ui/menu_builder.rb +3 -30
  14. data/app/helpers/glib/json_ui/table_builders.rb +0 -0
  15. data/app/helpers/glib/json_ui/view_builder/banners.rb +2 -0
  16. data/app/helpers/glib/json_ui/view_builder/charts.rb +21 -21
  17. data/app/helpers/glib/json_ui/view_builder/panels.rb +1 -0
  18. data/app/helpers/glib/json_ui/view_builder.rb +3 -4
  19. data/app/helpers/glib/urls_helper.rb +0 -0
  20. data/app/models/glib/active_storage/attachment.rb +0 -0
  21. data/app/models/glib/active_storage/blob.rb +0 -0
  22. data/app/models/glib/dynamic_text_record.rb +0 -0
  23. data/app/models/glib/text.rb +0 -0
  24. data/app/validators/email_typo_validator.rb +0 -0
  25. data/app/validators/email_validator.rb +0 -0
  26. data/app/validators/url_validator.rb +0 -0
  27. data/app/views/json_ui/garage/actions/_list.json.jbuilder +23 -0
  28. data/app/views/json_ui/garage/actions/_panels.json.jbuilder +0 -0
  29. data/app/views/json_ui/garage/actions/_reload.json.jbuilder +5 -0
  30. data/app/views/json_ui/garage/actions/_sheets.json.jbuilder +0 -0
  31. data/app/views/json_ui/garage/actions/dialogs_oauth_post.json.jbuilder +0 -0
  32. data/app/views/json_ui/garage/actions/index.json.jbuilder +3 -23
  33. data/app/views/json_ui/garage/actions/partial_update.json.jbuilder +5 -0
  34. data/app/views/json_ui/garage/forms/dynamic_group.json.jbuilder +0 -0
  35. data/app/views/json_ui/garage/forms/dynamic_select_data.json.jbuilder +0 -0
  36. data/app/views/json_ui/garage/forms/floating_submit.json.jbuilder +0 -0
  37. data/app/views/json_ui/garage/forms/generic_post.json.jbuilder +0 -0
  38. data/app/views/json_ui/garage/forms/styled_boxes.json.jbuilder +40 -27
  39. data/app/views/json_ui/garage/forms/submission_flow.json.jbuilder +0 -0
  40. data/app/views/json_ui/garage/forms/submission_flow_post.json.jbuilder +0 -0
  41. data/app/views/json_ui/garage/forms/submission_indicator.json.jbuilder +0 -0
  42. data/app/views/json_ui/garage/forms/submission_indicator_post.json.jbuilder +0 -0
  43. data/app/views/json_ui/garage/home/blank.json.jbuilder +0 -0
  44. data/app/views/json_ui/garage/home/slow.json.jbuilder +0 -0
  45. data/app/views/json_ui/garage/lists/_autoload_section.json.jbuilder +1 -1
  46. data/app/views/json_ui/garage/lists/autoload_all.json.jbuilder +0 -0
  47. data/app/views/json_ui/garage/lists/autoload_as_needed.json.jbuilder +0 -0
  48. data/app/views/json_ui/garage/lists/chat_ui.json.jbuilder +0 -0
  49. data/app/views/json_ui/garage/lists/edit_actions.json.jbuilder +19 -12
  50. data/app/views/json_ui/garage/lists/fab.json.jbuilder +0 -0
  51. data/app/views/json_ui/garage/lists/reordering.json.jbuilder +1 -1
  52. data/app/views/json_ui/garage/notifications/web_socket.json.jbuilder +0 -0
  53. data/app/views/json_ui/garage/pages/custom_style_class.json.jbuilder +0 -0
  54. data/app/views/json_ui/garage/pages/full_width.json.jbuilder +0 -0
  55. data/app/views/json_ui/garage/pages/full_width_height.json.jbuilder +0 -0
  56. data/app/views/json_ui/garage/pages/index.json.jbuilder +0 -0
  57. data/app/views/json_ui/garage/pages/layout.json.jbuilder +0 -0
  58. data/app/views/json_ui/garage/pages/lifecycle_hooks.json.jbuilder +0 -0
  59. data/app/views/json_ui/garage/pages/loading_indicator.json.jbuilder +0 -0
  60. data/app/views/json_ui/garage/pages/nested_scroll.json.jbuilder +0 -0
  61. data/app/views/json_ui/garage/pages/redirect_onload.json.jbuilder +0 -0
  62. data/app/views/json_ui/garage/panels/_styled.json.jbuilder +0 -0
  63. data/app/views/json_ui/garage/panels/card.json.jbuilder +0 -0
  64. data/app/views/json_ui/garage/panels/custom.json.jbuilder +0 -0
  65. data/app/views/json_ui/garage/panels/horizontal.json.jbuilder +15 -10
  66. data/app/views/json_ui/garage/panels/index.json.jbuilder +3 -3
  67. data/app/views/json_ui/garage/panels/outlined.json.jbuilder +0 -0
  68. data/app/views/json_ui/garage/panels/timeline.json.jbuilder +2 -2
  69. data/app/views/json_ui/garage/services/dynamic_text.json.jbuilder +0 -0
  70. data/app/views/json_ui/garage/services/image.json.jbuilder +0 -0
  71. data/app/views/json_ui/garage/services/index.json.jbuilder +0 -0
  72. data/app/views/json_ui/garage/tables/_autoload_section.json.jbuilder +0 -0
  73. data/app/views/json_ui/garage/tables/autoload_all.json.jbuilder +0 -0
  74. data/app/views/json_ui/garage/tables/autoload_as_needed.json.jbuilder +0 -0
  75. data/app/views/json_ui/garage/tables/export_import.json.jbuilder +0 -0
  76. data/app/views/json_ui/garage/tables/index.json.jbuilder +0 -0
  77. data/app/views/json_ui/garage/views/banners.json.jbuilder +42 -22
  78. data/app/views/json_ui/garage/views/calendar_data.json.jbuilder +0 -0
  79. data/app/views/json_ui/garage/views/charts.json.jbuilder +25 -15
  80. data/app/views/json_ui/garage/views/controls.json.jbuilder +36 -27
  81. data/app/views/json_ui/garage/views/index.json.jbuilder +2 -1
  82. data/app/views/json_ui/garage/views/links.json.jbuilder +0 -0
  83. data/app/views/json_ui/garage/views/map_data.json.jbuilder +0 -0
  84. data/app/views/json_ui/garage/views/multimedia.json.jbuilder +0 -0
  85. data/app/views/json_ui/garage/views/shareButton.json.jbuilder +10 -0
  86. data/app/views/json_ui/garage/views/steppers.json.jbuilder +40 -0
  87. data/config/routes.rb +0 -0
  88. data/lib/generators/glib/install_generator.rb +0 -0
  89. data/lib/generators/templates/20191017062519_create_texts.rb +0 -0
  90. data/lib/generators/templates/20191024063257_add_scope_to_texts.rb +0 -0
  91. data/lib/generators/templates/20191112095018_add_lang_to_texts.rb +0 -0
  92. data/lib/generators/templates/20191126071051_create_active_storage_tables.active_storage.rb +0 -0
  93. data/lib/generators/templates/database.yml +0 -0
  94. data/lib/generators/templates/dynamic_text.rb +0 -0
  95. data/lib/glib/crypt/utils.rb +0 -0
  96. data/lib/glib/crypt.rb +0 -0
  97. data/lib/glib/dynamic_text/config.rb +0 -0
  98. data/lib/glib/dynamic_text.rb +0 -0
  99. data/lib/glib/engine.rb +0 -0
  100. data/lib/glib/json_crawler/action_crawler.rb +0 -0
  101. data/lib/glib/json_crawler/action_crawlers/action_http.rb +0 -0
  102. data/lib/glib/json_crawler/action_crawlers/dialogs_alert.rb +0 -0
  103. data/lib/glib/json_crawler/action_crawlers/forms_submit.rb +0 -0
  104. data/lib/glib/json_crawler/action_crawlers/menu.rb +0 -0
  105. data/lib/glib/json_crawler/action_crawlers/run_multiple.rb +0 -0
  106. data/lib/glib/json_crawler/action_crawlers/windows_open.rb +0 -0
  107. data/lib/glib/json_crawler/coverage.rb +0 -0
  108. data/lib/glib/json_crawler.rb +0 -0
  109. data/lib/glib/mailer_tester.rb +0 -0
  110. data/lib/glib/value.rb +0 -0
  111. data/lib/glib/version.rb +0 -0
  112. data/lib/glib-web.rb +0 -0
  113. data/lib/tasks/db.rake +0 -0
  114. metadata +7 -2
@@ -76,12 +76,12 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
76
76
 
77
77
  timeline_items = [
78
78
  { backgroundColor: 'blue', styleClasses: ['small'] },
79
- { backgroundColor: 'blue', styleClasses: ['small'] },
79
+ { backgroundColor: 'blue', styleClasses: ['x-small'] },
80
80
  { backgroundColor: 'blue', color: 'white', text: '3' },
81
81
  { backgroundColor: 'white', icon: 'radio_button_unchecked', styleClasses: ['small'] },
82
82
  { backgroundColor: 'white', icon: 'radio_button_unchecked', styleClasses: ['small'] },
83
83
  ]
84
84
 
85
85
  scroll.h2 text: 'Timeline without content'
86
- scroll.panels_timeline events: timeline_items
86
+ scroll.panels_timeline truncateLine: 'both', events: timeline_items
87
87
  end
File without changes
@@ -8,43 +8,63 @@ json_ui_page json do |page|
8
8
  scroll.spacer height: 20
9
9
  scroll.h2 text: 'Basic'
10
10
  scroll.spacer height: 6
11
- scroll.banners_alert width: 'matchParent', icon: 'info', message: 'This is an alert banner'
11
+ scroll.banners_alert \
12
+ width: 'matchParent',
13
+ icon: 'info',
14
+ title: 'Title',
15
+ message: 'This is an alert banner'
12
16
 
13
17
  scroll.spacer height: 20
14
18
  scroll.h2 text: 'With color styling'
15
19
  scroll.spacer height: 6
16
- scroll.banners_alert width: 'matchParent', icon: 'info', message: 'This is an alert banner', styleClass: 'success'
20
+ scroll.banners_alert \
21
+ width: 'matchParent',
22
+ icon: 'info',
23
+ message: 'This is an alert banner',
24
+ styleClass: 'success'
25
+
26
+ # scroll.banners_alert \
27
+ # width: 'matchParent',
28
+ # icon: 'info',
29
+ # message: 'This is an alert banner',
30
+ # styleClass: 'warning'
17
31
 
18
32
  scroll.spacer height: 20
19
33
  scroll.h2 text: 'With select options'
20
34
  scroll.spacer height: 6
21
- scroll.banners_select width: 'matchParent', icon: 'info', message: 'This is a select banner', buttons: ->(menu) do
22
- menu.button icon: 'add', text: 'Add', badge: { text: 80 }, onClick: ->(action) do
23
- action.windows_open url: json_ui_garage_url(path: 'home/blank')
24
- end
25
- menu.button icon: 'edit', text: 'Edit', onClick: ->(action) do
26
- action.windows_open url: json_ui_garage_url(path: 'home/slow')
27
- end
28
- menu.button icon: 'delete', text: 'Delete', onClick: ->(action) do
29
- action.dialogs_alert message: 'Alert'
30
- end
31
-
32
- menu.button icon: 'more_vert', childButtons: ->(submenu) do
33
- submenu.button \
34
- icon: 'add',
35
- text: 'Option1',
36
- badge: { text: 3 },
37
- onClick: ->(action) do
35
+ scroll.banners_select \
36
+ styleClass: 'warning',
37
+ width: 'matchParent',
38
+ icon: 'info',
39
+ title: 'Title',
40
+ message: 'This is a select banner',
41
+ buttons: ->(menu) do
42
+ menu.button icon: 'add', text: 'Add', badge: { text: 80 }, onClick: ->(action) do
38
43
  action.windows_open url: json_ui_garage_url(path: 'home/blank')
39
44
  end
40
- submenu.button icon: 'edit', text: 'Option2', onClick: ->(action) do
45
+ menu.button icon: 'edit', text: 'Edit', onClick: ->(action) do
41
46
  action.windows_open url: json_ui_garage_url(path: 'home/slow')
42
47
  end
43
- submenu.button icon: 'delete', text: 'Long Option3', onClick: ->(action) do
48
+ menu.button icon: 'delete', text: 'Delete', onClick: ->(action) do
44
49
  action.dialogs_alert message: 'Alert'
45
50
  end
51
+
52
+ menu.button icon: 'more_vert', childButtons: ->(submenu) do
53
+ submenu.button \
54
+ icon: 'add',
55
+ text: 'Option1',
56
+ badge: { text: 3 },
57
+ onClick: ->(action) do
58
+ action.windows_open url: json_ui_garage_url(path: 'home/blank')
59
+ end
60
+ submenu.button icon: 'edit', text: 'Option2', onClick: ->(action) do
61
+ action.windows_open url: json_ui_garage_url(path: 'home/slow')
62
+ end
63
+ submenu.button icon: 'delete', text: 'Long Option3', onClick: ->(action) do
64
+ action.dialogs_alert message: 'Alert'
65
+ end
66
+ end
46
67
  end
47
- end
48
68
 
49
69
  scroll.spacer height: 20
50
70
  scroll.h2 text: 'Alert banner with frameless styling (Experimental)'
@@ -12,18 +12,8 @@ else
12
12
  render "#{@path_prefix}/nav_menu", json: json, page: page
13
13
 
14
14
  page.scroll padding: { top: 20, left: 20, right: 20, bottom: 20 }, childViews: ->(scroll) do
15
- scroll.h1 text: 'Line chart'
16
- scroll.charts_line lineVertical: [
17
- -> do
18
- json.text 'A feature released'
19
- json.x Date.new(2018, 11, 15)
20
- end,
21
- -> do
22
- json.text 'A feature released'
23
- json.x Date.new(2018, 11, 13)
24
- end
25
- ],
26
- dataSeries: [
15
+ scroll.h2 text: 'Line chart'
16
+ scroll.charts_line dataSeries: [
27
17
  -> do
28
18
  json.title 'Line 1'
29
19
 
@@ -54,9 +44,9 @@ else
54
44
  end
55
45
  ]
56
46
 
57
- scroll.spacer height: 20
58
- scroll.h1 text: 'Line chart using remote data'
59
- render "#{@path_prefix}/views/chart_data", json: json, builder: scroll
47
+ # scroll.spacer height: 20
48
+ # scroll.h1 text: 'Line chart using remote data'
49
+ # render "#{@path_prefix}/views/chart_data", json: json, builder: scroll
60
50
 
61
51
  scroll.h2 text: 'Column chart (Clustered)'
62
52
  scroll.charts_column dataGroups: [
@@ -131,6 +121,26 @@ else
131
121
  json.value 25
132
122
  end
133
123
  ]
124
+
125
+ scroll.h2 text: 'Area chart'
126
+ scroll.charts_area dataSeries: [
127
+ -> do
128
+ json.title 'Jan'
129
+ json.value 25
130
+ end,
131
+ -> do
132
+ json.title 'Feb'
133
+ json.value 55
134
+ end,
135
+ -> do
136
+ json.title 'Mar'
137
+ json.value 60
138
+ end,
139
+ -> do
140
+ json.title 'June'
141
+ json.value 20
142
+ end
143
+ ]
134
144
  end
135
145
  end
136
146
 
@@ -12,9 +12,12 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
12
12
  end
13
13
 
14
14
  scroll.spacer height: 10
15
- scroll.button text: 'Button with built-in classes', styleClasses: ['rounded', 'outlined', 'tile', 'depressed'], onClick: ->(action) do
16
- action.dialogs_alert message: 'Perform action'
17
- end
15
+ scroll.button \
16
+ text: 'Button with built-in classes',
17
+ styleClasses: ['rounded', 'outlined', 'tile', 'depressed', 'small'],
18
+ onClick: ->(action) do
19
+ action.dialogs_alert message: 'Perform action'
20
+ end
18
21
 
19
22
  scroll.spacer height: 10
20
23
  scroll.button \
@@ -30,7 +33,7 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
30
33
  scroll.button text: 'Button with dropdown', onClick: ->(action) do
31
34
  action.popovers_open \
32
35
  key: 'menu',
33
- location: 'bottom',
36
+ placement: 'left',
34
37
  childViews: ->(view) do
35
38
  view.panels_responsive styleClass: 'popover-menu', width: 200, childViews: ->(res) do
36
39
  res.label text: 'Item 1', styleClass: 'popover-menu-item', onClick: ->(saction) do
@@ -49,28 +52,22 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
49
52
  scroll.spacer height: 10
50
53
  scroll.button \
51
54
  text: 'Button with tooltip and dropdown',
52
- onMouseEnter: ->(action) {
53
- action.popovers_open \
54
- key: 'tooltip',
55
- location: 'top',
56
- childViews: ->(view) { view.p styleClass: 'tooltip', text: 'Tooltip 1' }
57
- },
58
- onMouseLeave: ->(action) { action.popovers_close key: 'tooltip' },
55
+ tooltip: { text: 'Tooltip 1' },
59
56
  onClick: ->(action) do
60
57
  action.popovers_open \
61
58
  key: 'menu',
62
- location: 'right',
63
- childViews: ->(view) do
64
- view.panels_responsive styleClass: 'popover-menu', width: 200, childViews: ->(res) do
65
- res.label text: 'Item 1', styleClass: 'popover-menu-item', onClick: ->(saction) do
66
- saction.popovers_close key: 'menu'
67
- end
68
- res.label text: 'Item 2', styleClass: 'popover-menu-item', onClick: ->(saction) do
69
- saction.popovers_close key: 'menu'
70
- end
71
- res.label text: 'Item 3', styleClass: 'popover-menu-item', onClick: ->(saction) do
72
- saction.popovers_close key: 'menu'
73
- end
59
+ placement: 'bottom-start',
60
+ styleClass: 'popover-menu',
61
+ width: 200,
62
+ childViews: ->(res) do
63
+ res.label text: 'Item 1', styleClass: 'popover-menu-item', onClick: ->(saction) do
64
+ saction.popovers_close key: 'menu'
65
+ end
66
+ res.label text: 'Item 2', styleClass: 'popover-menu-item', onClick: ->(saction) do
67
+ saction.popovers_close key: 'menu'
68
+ end
69
+ res.label text: 'Item 3 with very very very very very long name', styleClass: 'popover-menu-item', onClick: ->(saction) do
70
+ saction.popovers_close key: 'menu'
74
71
  end
75
72
  end
76
73
  end
@@ -81,7 +78,14 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
81
78
  styleClasses: ['icon', 'plain'],
82
79
  tooltip: { text: 'Disabled Icon button with tooltip text and custom tooltip position', position: 'right' },
83
80
  disabled: true
81
+
84
82
  scroll.spacer height: 20
83
+ scroll.button \
84
+ icon: 'info',
85
+ styleClasses: ['icon', 'text'],
86
+ onClick: ->(action) do
87
+ action.dialogs_alert message: 'Perform action'
88
+ end
85
89
 
86
90
 
87
91
 
@@ -93,11 +97,16 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
93
97
  text: 'Success',
94
98
  tooltip: { text: 'Tooltip text' }
95
99
  scroll.spacer height: 10
96
- scroll.chip text: 'With Action', onClick: ->(action) do
97
- action.dialogs_alert message: 'Perform action'
98
- end
100
+ scroll.chip \
101
+ text: 'With Action',
102
+ onClick: ->(action) do
103
+ action.dialogs_alert message: 'Perform action'
104
+ end
99
105
  scroll.spacer height: 10
100
- scroll.chip text: 'With Badge', badge: { text: '99' }
106
+ scroll.chip \
107
+ text: 'With Badge',
108
+ styleClasses: ['compact'],
109
+ badge: { text: '99' }
101
110
 
102
111
  scroll.spacer height: 20
103
112
  scroll.h2 text: 'Switch'
@@ -10,7 +10,8 @@ json_ui_page json do |page|
10
10
  end
11
11
 
12
12
  section.rows builder: ->(template) do
13
- ['texts', 'controls', 'images', 'multimedia', 'charts', 'banners', 'maps', 'misc', 'icons', 'progress', 'shareButton'].each do |component|
13
+ ['texts', 'controls', 'images', 'multimedia', 'charts', 'banners',
14
+ 'maps', 'misc', 'icons', 'progress', 'shareButton', 'steppers'].each do |component|
14
15
  template.thumbnail title: component.humanize, onClick: ->(action) do
15
16
  action.windows_open url: json_ui_garage_url(path: "views/#{component}")
16
17
  end
File without changes
@@ -21,6 +21,16 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
21
21
 
22
22
  f.spacer width: 10
23
23
 
24
+ f.shareButton \
25
+ network: 'email',
26
+ url: '',
27
+ text: 'Email',
28
+ onClick: ->(action) do
29
+ action.windows_openWeb url: 'mailto://test@email.com'
30
+ end
31
+
32
+ f.spacer width: 10
33
+
24
34
  # For testing: https://developers.facebook.com/tools/debug/
25
35
  f.shareButton \
26
36
  network: 'facebook',
@@ -0,0 +1,40 @@
1
+ json.title 'Views'
2
+
3
+ page = json_ui_page json
4
+
5
+ render "#{@path_prefix}/nav_menu", json: json, page: page
6
+
7
+ page.scroll padding: { top: 20, left: 20, right: 20, bottom: 20 }, childViews: ->(scroll) do
8
+ scroll.h1 text: 'Steppers'
9
+
10
+ # scroll.spacer height: 20
11
+ # scroll.h1 text: 'Line chart using remote data'
12
+ # render "#{@path_prefix}/views/chart_data", json: json, builder: scroll
13
+
14
+ # data = {
15
+ # divider_icon: 'arrow_forward',
16
+ # steps: [*1..5].map do |index|
17
+ # {
18
+ # detail: "Item #{index}",
19
+ # url: root_url
20
+ # }
21
+ # end,
22
+ # show_numbers: true,
23
+ # small: true
24
+ # }
25
+
26
+ # # scroll.h2 text: 'Pie chart'
27
+ # scroll.stepper dataSeries: [
28
+ # -> do
29
+ # json.title 'Straberry'
30
+ # json.value 25
31
+
32
+ # # json.title 'Straberry'
33
+ # # json.value 25
34
+ # end,
35
+ # -> do
36
+ # json.title 'Banana'
37
+ # json.value 25
38
+ # end
39
+ # ]
40
+ end
data/config/routes.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/glib/crypt.rb CHANGED
File without changes
File without changes
File without changes
data/lib/glib/engine.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/glib/value.rb CHANGED
File without changes
data/lib/glib/version.rb CHANGED
File without changes
data/lib/glib-web.rb CHANGED
File without changes
data/lib/tasks/db.rake CHANGED
File without changes
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: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -104,6 +104,7 @@ files:
104
104
  - app/helpers/glib/json_ui/action_builder/tours.rb
105
105
  - app/helpers/glib/json_ui/action_builder/windows.rb
106
106
  - app/helpers/glib/json_ui/analytics_helper.rb
107
+ - app/helpers/glib/json_ui/builder/mouse_events.rb
107
108
  - app/helpers/glib/json_ui/dynamic_field_builders.rb
108
109
  - app/helpers/glib/json_ui/generic_builders.rb
109
110
  - app/helpers/glib/json_ui/list_builders.rb
@@ -135,6 +136,7 @@ files:
135
136
  - app/views/json_ui/garage/actions/_dialogs.json.jbuilder
136
137
  - app/views/json_ui/garage/actions/_dialogs_show.json.jbuilder
137
138
  - app/views/json_ui/garage/actions/_http.json.jbuilder
139
+ - app/views/json_ui/garage/actions/_list.json.jbuilder
138
140
  - app/views/json_ui/garage/actions/_panels.json.jbuilder
139
141
  - app/views/json_ui/garage/actions/_reload.json.jbuilder
140
142
  - app/views/json_ui/garage/actions/_sheets.json.jbuilder
@@ -144,6 +146,7 @@ files:
144
146
  - app/views/json_ui/garage/actions/_windows.json.jbuilder
145
147
  - app/views/json_ui/garage/actions/dialogs_oauth_post.json.jbuilder
146
148
  - app/views/json_ui/garage/actions/index.json.jbuilder
149
+ - app/views/json_ui/garage/actions/partial_update.json.jbuilder
147
150
  - app/views/json_ui/garage/forms/_alert_post_data.json.jbuilder
148
151
  - app/views/json_ui/garage/forms/_conditional_banner.json.jbuilder
149
152
  - app/views/json_ui/garage/forms/_partial_update_execute.json.jbuilder
@@ -263,6 +266,7 @@ files:
263
266
  - app/views/json_ui/garage/views/multimedia.json.jbuilder
264
267
  - app/views/json_ui/garage/views/progress.json.jbuilder
265
268
  - app/views/json_ui/garage/views/shareButton.json.jbuilder
269
+ - app/views/json_ui/garage/views/steppers.json.jbuilder
266
270
  - app/views/json_ui/garage/views/texts.json.jbuilder
267
271
  - app/views/layouts/json_ui/renderer.html.erb
268
272
  - config/routes.rb
@@ -314,7 +318,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
314
318
  - !ruby/object:Gem::Version
315
319
  version: '0'
316
320
  requirements: []
317
- rubygems_version: 3.1.4
321
+ rubyforge_project:
322
+ rubygems_version: 2.7.6
318
323
  signing_key:
319
324
  specification_version: 4
320
325
  summary: ''