glib-web 4.17.0 → 4.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/glib/json/new_dynamic_text.rb +0 -0
- data/app/helpers/glib/app_feature_support_helper.rb +0 -0
- data/app/helpers/glib/dynamic_texts_helper.rb +0 -0
- data/app/helpers/glib/json_ui/analytics_helper.rb +0 -0
- data/app/helpers/glib/json_ui/generic_builders.rb +0 -0
- data/app/helpers/glib/json_ui/table_builders.rb +1 -0
- data/app/helpers/glib/json_ui/view_builder/fields.rb +5 -0
- data/app/models/glib/active_storage/attachment.rb +0 -0
- data/app/models/glib/active_storage/blob.rb +0 -0
- data/app/models/glib/dynamic_text_record.rb +0 -0
- data/app/models/glib/text.rb +0 -0
- data/app/validators/email_typo_validator.rb +0 -0
- data/app/validators/email_validator.rb +0 -0
- data/app/validators/url_validator.rb +0 -0
- data/app/views/json_ui/garage/actions/_dialogs.json.jbuilder +4 -0
- data/app/views/json_ui/garage/actions/_dialogs_show.json.jbuilder +23 -9
- data/app/views/json_ui/garage/actions/_sheets.json.jbuilder +1 -1
- data/app/views/json_ui/garage/actions/dialogs_oauth_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/_basic_content.json.jbuilder +47 -0
- data/app/views/json_ui/garage/forms/basic.json.jbuilder +2 -23
- data/app/views/json_ui/garage/forms/bulk_edit_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/conditional_value.json.jbuilder +11 -0
- data/app/views/json_ui/garage/forms/generic_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/pickers.json.jbuilder +18 -0
- data/app/views/json_ui/garage/forms/submission_flow.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/submission_flow_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/submission_indicator.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/submission_indicator_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/home/blank.json.jbuilder +0 -0
- data/app/views/json_ui/garage/home/slow.json.jbuilder +0 -0
- data/app/views/json_ui/garage/lists/autoload_all.json.jbuilder +0 -0
- data/app/views/json_ui/garage/lists/autoload_as_needed.json.jbuilder +0 -0
- data/app/views/json_ui/garage/lists/chat_ui.json.jbuilder +0 -0
- data/app/views/json_ui/garage/lists/fab.json.jbuilder +0 -0
- data/app/views/json_ui/garage/notifications/web_socket.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/custom_style_class.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/full_width.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/full_width_height.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/layout.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/loading_indicator.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/nested_scroll.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/redirect_onload.json.jbuilder +0 -0
- data/app/views/json_ui/garage/panels/_styled.json.jbuilder +0 -0
- data/app/views/json_ui/garage/panels/card.json.jbuilder +0 -0
- data/app/views/json_ui/garage/panels/custom.json.jbuilder +0 -0
- data/app/views/json_ui/garage/panels/outlined.json.jbuilder +0 -0
- data/app/views/json_ui/garage/services/dynamic_text.json.jbuilder +0 -0
- data/app/views/json_ui/garage/services/image.json.jbuilder +0 -0
- data/app/views/json_ui/garage/services/index.json.jbuilder +0 -0
- data/app/views/json_ui/garage/tables/_autoload_section.json.jbuilder +0 -0
- data/app/views/json_ui/garage/tables/autoload_all.json.jbuilder +0 -0
- data/app/views/json_ui/garage/tables/autoload_as_needed.json.jbuilder +0 -0
- data/app/views/json_ui/garage/tables/export_import.json.jbuilder +0 -0
- data/app/views/json_ui/garage/tables/index.json.jbuilder +3 -0
- data/app/views/json_ui/garage/tables/nested_table.json.jbuilder +60 -0
- data/app/views/json_ui/garage/views/calendar_data.json.jbuilder +0 -0
- data/app/views/json_ui/garage/views/map_data.json.jbuilder +0 -0
- data/app/views/json_ui/garage/views/multimedia.json.jbuilder +0 -0
- data/app/views/layouts/json_ui/no_custom.html.erb +0 -0
- data/lib/generators/glib/install_generator.rb +0 -0
- data/lib/generators/templates/20191017062519_create_texts.rb +0 -0
- data/lib/generators/templates/20191024063257_add_scope_to_texts.rb +0 -0
- data/lib/generators/templates/20191112095018_add_lang_to_texts.rb +0 -0
- data/lib/generators/templates/20191126071051_create_active_storage_tables.active_storage.rb +0 -0
- data/lib/generators/templates/database.yml +0 -0
- data/lib/generators/templates/dynamic_text.rb +0 -0
- data/lib/glib/dynamic_text/config.rb +0 -0
- data/lib/glib/dynamic_text.rb +0 -0
- data/lib/glib/json_crawler/action_crawler.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/action_http.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/dialogs_alert.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/menu.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/run_multiple.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/windows_open.rb +0 -0
- data/lib/glib/json_crawler/coverage.rb +0 -0
- data/lib/glib/value.rb +0 -0
- data/lib/glib/version.rb +0 -0
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd3946cf75cadd5f6f32d275a56a4bc85ff7307c04ff1d0f248ac1c0ede0c27c
|
4
|
+
data.tar.gz: 7ad4f360ee40e2aecc4275fe05043a0b6619cada5f28e24df4cd8d6f769de7d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44b6456d03446e3fb7861270734da74f7fc4fe9e291043c92979ee583773868b42d0db1b98223c1076789c999be46e7eef4063cf5f9db95baacbdb8af5e812fb
|
7
|
+
data.tar.gz: c3256ce2d75b5608aacd6f986bd3e8a44c396882100909547e6a7540db8dfa8c4e4521b4e68b7eefa6cfeb440660c777076748a43b951dc2a3936e40fb4e46c2
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -436,6 +436,8 @@ class Glib::JsonUi::ViewBuilder
|
|
436
436
|
date :max
|
437
437
|
string :type
|
438
438
|
bool :clearable
|
439
|
+
bool :buttonTemplate # TODO: Remove
|
440
|
+
hash :template, required: [:type]
|
439
441
|
|
440
442
|
# Override
|
441
443
|
def value(value)
|
@@ -449,6 +451,9 @@ class Glib::JsonUi::ViewBuilder
|
|
449
451
|
date_time :min
|
450
452
|
date_time :max
|
451
453
|
bool :clearable
|
454
|
+
|
455
|
+
bool :buttonTemplate # TODO: Remove
|
456
|
+
hash :template, required: [:type]
|
452
457
|
end
|
453
458
|
|
454
459
|
class Location < AbstractField
|
File without changes
|
File without changes
|
File without changes
|
data/app/models/glib/text.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -44,6 +44,10 @@ section.rows builder: ->(template) do
|
|
44
44
|
render 'json_ui/garage/actions/dialogs_show', json: json, action: action, dialog_mode: :show
|
45
45
|
end
|
46
46
|
|
47
|
+
template.thumbnail title: 'dialogs/show (with form)', onClick: ->(action) do
|
48
|
+
render 'json_ui/garage/actions/dialogs_show', json: json, action: action, dialog_mode: :show, include_form: true
|
49
|
+
end
|
50
|
+
|
47
51
|
template.thumbnail title: 'dialogs/open', onClick: ->(action) do
|
48
52
|
action.dialogs_open width: 950, url: json_ui_garage_url(path: 'forms/basic', mode: 'dialog'), disableCloseButton: true
|
49
53
|
end
|
@@ -10,22 +10,36 @@ if (update_existing = local_assigns[:update_existing])
|
|
10
10
|
options[:updateExisting] = update_existing
|
11
11
|
end
|
12
12
|
|
13
|
+
include_form = local_assigns[:include_form]
|
14
|
+
|
13
15
|
action.send "dialogs_#{dialog_mode}", **options, content: ->(dialog) do
|
14
16
|
dialog.body padding: glib_json_padding_body, childViews: ->(body) do
|
15
17
|
body.markdown text: markdown
|
16
18
|
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
19
|
+
if include_form
|
20
|
+
render \
|
21
|
+
'json_ui/garage/forms/basic_content',
|
22
|
+
json: json,
|
23
|
+
panel: body,
|
24
|
+
mode: 'dialog',
|
25
|
+
disable_dirty_check: true
|
26
|
+
else
|
27
|
+
body.panels_split width: 'matchParent', content: ->(split) do
|
28
|
+
split.left childViews: ->(left) do
|
29
|
+
left.panels_horizontal height: 'matchParent', align: 'middle', childViews: ->(horizontal) do
|
30
|
+
horizontal.label text: 'Open current', onClick: ->(subaction) do
|
31
|
+
subaction.dialogs_open \
|
32
|
+
width: 900,
|
33
|
+
fullscreen: 'mobile',
|
34
|
+
url: json_ui_garage_url(path: 'forms/basic')
|
35
|
+
end
|
22
36
|
end
|
23
37
|
end
|
24
|
-
end
|
25
38
|
|
26
|
-
|
27
|
-
|
28
|
-
|
39
|
+
split.right childViews: ->(right) do
|
40
|
+
right.button text: 'Open New', onClick: ->(subaction) do
|
41
|
+
subaction.dialogs_open url: json_ui_garage_url(path: 'forms/basic', mode: 'dialog')
|
42
|
+
end
|
29
43
|
end
|
30
44
|
end
|
31
45
|
end
|
@@ -6,7 +6,7 @@ end
|
|
6
6
|
section.rows builder: ->(template) do
|
7
7
|
template.thumbnail title: 'sheets/select', onClick: ->(action) do
|
8
8
|
action.sheets_select message: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed rutrum vel nisi in pharetra. Aenean mollis feugiat elementum. Donec tempor arcu fringilla risus finibus cursus. Donec eleifend ex sit amet odio rutrum, vitae ornare nunc congue. In hac habitasse platea dictumst. Curabitur at velit et odio ornare vestibulum sit amet vitae ex. Proin tincidunt rutrum libero vitae tempus.', buttons: ->(menu) do
|
9
|
-
menu.button text: 'Option1', onClick: ->(subaction) do
|
9
|
+
menu.button text: 'Option1 Aenean mollis feugiat elementum. Donec tempor arcu fringilla risus finibus cursus.', onClick: ->(subaction) do
|
10
10
|
subaction.dialogs_alert message: 'Option 1'
|
11
11
|
end
|
12
12
|
menu.button text: 'Option2', onClick: ->(subaction) do
|
File without changes
|
@@ -0,0 +1,47 @@
|
|
1
|
+
disable_dirty_check = local_assigns[:disable_dirty_check]
|
2
|
+
|
3
|
+
panel.panels_form url: json_ui_garage_url(path: 'forms/basic_post'), method: 'post', padding: glib_json_padding_body, childViews: ->(form) do
|
4
|
+
form.fields_text name: 'user[name]', width: 'matchParent', label: 'Name', disableDirtyCheck: disable_dirty_check
|
5
|
+
form.fields_password name: 'user[password]', width: 'matchParent', label: 'Password', disableDirtyCheck: disable_dirty_check
|
6
|
+
form.fields_text name: 'user[title]', width: 'matchParent', label: 'Title', disableDirtyCheck: disable_dirty_check
|
7
|
+
|
8
|
+
form.fields_select width: 'matchParent', name: 'user[types]', options: [
|
9
|
+
{ value: 1, text: 'One' },
|
10
|
+
{ value: 2, text: 'Two' }
|
11
|
+
], disableDirtyCheck: disable_dirty_check
|
12
|
+
|
13
|
+
form.fields_checkGroup disableDirtyCheck: disable_dirty_check, width: 'matchParent', name: 'user[multichoices]', childViews: ->(group) do
|
14
|
+
group.fields_check label: 'Choice 1', checkValue: 'choice1'
|
15
|
+
group.fields_check label: 'Choice 2', checkValue: 'choice2'
|
16
|
+
end
|
17
|
+
|
18
|
+
form.panels_split width: 'matchParent', content: ->(split) do
|
19
|
+
split.left childViews: ->(left) do
|
20
|
+
left.panels_horizontal height: 'matchParent', align: 'middle', childViews: ->(horizontal) do
|
21
|
+
mode = local_assigns[:mode]
|
22
|
+
case mode || params[:mode]
|
23
|
+
when 'dialog'
|
24
|
+
horizontal.fields_hidden name: 'mode', value: 'dialog'
|
25
|
+
horizontal.button styleClass: 'link', text: 'cancel', onClick: ->(action) { action.dialogs_close }
|
26
|
+
when 'dialog_reload'
|
27
|
+
horizontal.button styleClass: 'link', text: 'back', onClick: ->(action) do
|
28
|
+
render 'json_ui/garage/actions/dialogs_show', json: json, action: action, dialog_mode: :reload
|
29
|
+
end
|
30
|
+
when 'dialog_show'
|
31
|
+
horizontal.button styleClass: 'link', text: 'show', onClick: ->(action) do
|
32
|
+
render \
|
33
|
+
'json_ui/garage/actions/dialogs_show',
|
34
|
+
json: json,
|
35
|
+
action: action,
|
36
|
+
dialog_mode: :show,
|
37
|
+
include_form: true
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
split.right childViews: ->(right) do
|
43
|
+
# right.button text: 'Submit', onClick: ->(action) { action.forms_submit }
|
44
|
+
right.fields_submit text: 'Submit'
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -3,27 +3,6 @@ json.title 'Forms'
|
|
3
3
|
page = json_ui_page json
|
4
4
|
render "#{@path_prefix}/nav_menu", json: json, page: page
|
5
5
|
|
6
|
-
page.
|
7
|
-
|
8
|
-
form.fields_password name: 'user[password]', width: 'matchParent', label: 'Password'
|
9
|
-
|
10
|
-
form.panels_split width: 'matchParent', content: ->(split) do
|
11
|
-
split.left childViews: ->(left) do
|
12
|
-
left.panels_horizontal height: 'matchParent', align: 'middle', childViews: ->(horizontal) do
|
13
|
-
case params[:mode]
|
14
|
-
when 'dialog'
|
15
|
-
horizontal.fields_hidden name: 'mode', value: 'dialog'
|
16
|
-
horizontal.button styleClass: 'link', text: 'cancel', onClick: ->(action) { action.dialogs_close }
|
17
|
-
when 'dialog_reload'
|
18
|
-
horizontal.button styleClass: 'link', text: 'back', onClick: ->(action) do
|
19
|
-
render 'json_ui/garage/actions/dialogs_show', json: json, action: action, dialog_mode: :reload
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
split.right childViews: ->(right) do
|
25
|
-
# right.button text: 'Submit', onClick: ->(action) { action.forms_submit }
|
26
|
-
right.fields_submit text: 'Submit'
|
27
|
-
end
|
28
|
-
end
|
6
|
+
page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
7
|
+
render 'json_ui/garage/forms/basic_content', panel: scroll
|
29
8
|
end
|
File without changes
|
@@ -26,6 +26,17 @@ page.form \
|
|
26
26
|
end
|
27
27
|
form.fields_datetime id: 'date2', name: 'user[datetime_end]', width: 'matchParent', label: 'End Date', min: '2010-01-01', max: '2012-01-01'
|
28
28
|
|
29
|
+
form.spacer height: 20
|
30
|
+
form.h2 text: 'Button Date'
|
31
|
+
form.label text: 'Plus 30 days'
|
32
|
+
form.spacer height: 6
|
33
|
+
form.fields_date name: 'user[date_start1]', label: 'Add start date', value: '2024-12-12', buttonTemplate: true, onChange: ->(action) do
|
34
|
+
action.logics_set targetId: 'date3', conditionalData: { value: { "sum_date": [{ "var": 'user[date_start1]' }, { value: 86400 * 30, format: 'date' }] } }
|
35
|
+
end
|
36
|
+
form.spacer height: 6
|
37
|
+
form.fields_date id: 'date3', name: 'user[date_end1]', label: 'End date', buttonTemplate: true
|
38
|
+
|
39
|
+
|
29
40
|
form.spacer height: 20
|
30
41
|
form.h2 text: 'Divided by 3 (with precision set)'
|
31
42
|
form.spacer height: 6
|
File without changes
|
@@ -70,6 +70,8 @@ page.form \
|
|
70
70
|
max: '2021-03-01',
|
71
71
|
value: '2021-11'
|
72
72
|
|
73
|
+
|
74
|
+
|
73
75
|
if record.present?
|
74
76
|
form.fields_datetime \
|
75
77
|
prop: :created_at,
|
@@ -78,6 +80,22 @@ page.form \
|
|
78
80
|
width: 'matchParent'
|
79
81
|
end
|
80
82
|
|
83
|
+
form.spacer height: 8
|
84
|
+
form.fields_date \
|
85
|
+
name: 'user[due_date]',
|
86
|
+
label: 'Add due date',
|
87
|
+
buttonTemplate: true,
|
88
|
+
min: '2024-11-01',
|
89
|
+
max: '2024-12-31'
|
90
|
+
form.spacer height: 8
|
91
|
+
|
92
|
+
form.spacer height: 8
|
93
|
+
form.fields_datetime \
|
94
|
+
name: 'user[due_date1]',
|
95
|
+
label: 'Add due datetime',
|
96
|
+
buttonTemplate: true
|
97
|
+
form.spacer height: 8
|
98
|
+
|
81
99
|
form.spacer height: 20
|
82
100
|
form.h2 text: 'Country'
|
83
101
|
form.spacer height: 6
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -8,6 +8,9 @@ page.list firstSection: ->(section) do
|
|
8
8
|
template.thumbnail title: 'Layout', onClick: ->(action) do
|
9
9
|
action.windows_open url: json_ui_garage_url(path: 'tables/layout')
|
10
10
|
end
|
11
|
+
template.thumbnail title: 'Nested table', onClick: ->(action) do
|
12
|
+
action.windows_open url: json_ui_garage_url(path: 'tables/nested_table')
|
13
|
+
end
|
11
14
|
template.thumbnail title: 'Horizontal Scroll', onClick: ->(action) do
|
12
15
|
action.windows_open url: json_ui_garage_url(path: 'tables/horizontal_scroll')
|
13
16
|
end
|
@@ -0,0 +1,60 @@
|
|
1
|
+
json.title 'Tables'
|
2
|
+
|
3
|
+
page = json_ui_page json
|
4
|
+
render "#{@path_prefix}/nav_menu", json: json, page: page
|
5
|
+
|
6
|
+
page.form width: 'matchParent', childViews: ->(view) do
|
7
|
+
view.panels_table styleClass: 'table--plain', sections: [
|
8
|
+
->(section) do
|
9
|
+
section.header cellViews: ->(header) do
|
10
|
+
header.label text: ''
|
11
|
+
header.label text: 'Month'
|
12
|
+
header.label text: 'Electicity'
|
13
|
+
header.label text: 'Sanitation Facility'
|
14
|
+
header.label text: 'Ground Irrigation'
|
15
|
+
end
|
16
|
+
|
17
|
+
items = [
|
18
|
+
{ month: 'Jan', electricity: 1200, sanitation_facility: 500, ground_irrigation: 450 },
|
19
|
+
{ month: 'Feb', electricity: 1150, sanitation_facility: 800, ground_irrigation: 440 },
|
20
|
+
{ month: 'Mar', electricity: 1100, sanitation_facility: 700, ground_irrigation: 430 },
|
21
|
+
{ month: 'Apr', electricity: 1000, sanitation_facility: 450, ground_irrigation: 420 }
|
22
|
+
]
|
23
|
+
section.rows objects: items, builder: ->(row, item, index) do
|
24
|
+
row.default cellViews: ->(cell) do
|
25
|
+
cell.fields_check name: "row-#{index}", onIcon: 'keyboard_arrow_up', offIcon: 'keyboard_arrow_down', checkValue: true, onChange: ->(action) do
|
26
|
+
action.logics_set targetId: "nested-#{index}", conditionalData: {
|
27
|
+
displayed: { "var": "row-#{index}" }
|
28
|
+
}
|
29
|
+
end
|
30
|
+
cell.label text: item[:month]
|
31
|
+
cell.label text: item[:electricity]
|
32
|
+
cell.label text: item[:sanitation_facility]
|
33
|
+
cell.label text: item[:ground_irrigation]
|
34
|
+
end
|
35
|
+
row.default colSpans: [5], cellViews: ->(cell) do
|
36
|
+
cell.panels_table id: "nested-#{index}", displayed: false, width: 'matchParent', sections: [
|
37
|
+
->(ssection) do
|
38
|
+
ssection.header cellViews: ->(header) do
|
39
|
+
header.label text: 'Filename'
|
40
|
+
header.label text: 'Uploaded At'
|
41
|
+
header.label text: ''
|
42
|
+
end
|
43
|
+
|
44
|
+
sitems = [
|
45
|
+
{ filename: 'electricity-bill.png', uploaded_at: '2024-05-11' },
|
46
|
+
{ filename: 'irrigation-bill.png', uploaded_at: '2024-05-11' }
|
47
|
+
]
|
48
|
+
ssection.rows objects: sitems, builder: ->(srow, sitem, sindex) do
|
49
|
+
srow.default cellViews: ->(scell) do
|
50
|
+
scell.label text: sitem[:filename]
|
51
|
+
scell.label text: sitem[:uploaded_at]
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
]
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
]
|
60
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/glib/dynamic_text.rb
CHANGED
File without changes
|
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
|
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: 4.
|
4
|
+
version: 4.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -198,6 +198,7 @@ files:
|
|
198
198
|
- app/views/json_ui/garage/empty.json.jbuilder
|
199
199
|
- app/views/json_ui/garage/forms/_alert_post_all_data.json.jbuilder
|
200
200
|
- app/views/json_ui/garage/forms/_alert_post_data.json.jbuilder
|
201
|
+
- app/views/json_ui/garage/forms/_basic_content.json.jbuilder
|
201
202
|
- app/views/json_ui/garage/forms/_conditional_banner.json.jbuilder
|
202
203
|
- app/views/json_ui/garage/forms/_partial_update_execute.json.jbuilder
|
203
204
|
- app/views/json_ui/garage/forms/_read_more_text.json.jbuilder
|
@@ -313,6 +314,7 @@ files:
|
|
313
314
|
- app/views/json_ui/garage/tables/horizontal_scroll.json.jbuilder
|
314
315
|
- app/views/json_ui/garage/tables/index.json.jbuilder
|
315
316
|
- app/views/json_ui/garage/tables/layout.json.jbuilder
|
317
|
+
- app/views/json_ui/garage/tables/nested_table.json.jbuilder
|
316
318
|
- app/views/json_ui/garage/tables/panel_content.json.jbuilder
|
317
319
|
- app/views/json_ui/garage/test_page/_header.json.jbuilder
|
318
320
|
- app/views/json_ui/garage/test_page/auto_validate.json.jbuilder
|
@@ -404,7 +406,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
404
406
|
- !ruby/object:Gem::Version
|
405
407
|
version: '0'
|
406
408
|
requirements: []
|
407
|
-
|
409
|
+
rubyforge_project:
|
410
|
+
rubygems_version: 2.7.6
|
408
411
|
signing_key:
|
409
412
|
specification_version: 4
|
410
413
|
summary: ''
|