glib-web 0.16.0 → 0.17.0
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 +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/forms_helper.rb +0 -0
- data/app/helpers/glib/json_ui/action_builder/sheets.rb +0 -0
- data/app/helpers/glib/json_ui/action_builder/snackbars.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 +0 -0
- data/app/helpers/glib/json_ui/view_builder/charts.rb +11 -0
- data/app/helpers/glib/json_ui/view_builder.rb +10 -2
- data/app/helpers/glib/urls_helper.rb +0 -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/_panels.json.jbuilder +0 -0
- data/app/views/json_ui/garage/actions/_reload.json.jbuilder +0 -0
- data/app/views/json_ui/garage/actions/_sheets.json.jbuilder +0 -0
- data/app/views/json_ui/garage/actions/_snackbars.json.jbuilder +0 -0
- data/app/views/json_ui/garage/actions/dialogs_oauth_post.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/checkboxes.json.jbuilder +13 -1
- data/app/views/json_ui/garage/forms/dynamic_group.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/dynamic_select_data.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/floating_submit.json.jbuilder +0 -0
- data/app/views/json_ui/garage/forms/generic_post.json.jbuilder +0 -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/flat_centered.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/index.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/layout.json.jbuilder +0 -0
- data/app/views/json_ui/garage/pages/lifecycle_hooks.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/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 +0 -0
- data/app/views/json_ui/garage/views/calendar_data.json.jbuilder +0 -0
- data/app/views/json_ui/garage/views/charts.json.jbuilder +12 -0
- data/app/views/json_ui/garage/views/links.json.jbuilder +0 -0
- data/app/views/json_ui/garage/views/map_cluster_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/json_ui/garage/views/progress.json.jbuilder +5 -0
- data/config/routes.rb +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/crypt/utils.rb +0 -0
- data/lib/glib/crypt.rb +0 -0
- data/lib/glib/dynamic_text/config.rb +0 -0
- data/lib/glib/dynamic_text.rb +0 -0
- data/lib/glib/engine.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/forms_submit.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/menu.rb +0 -0
- data/lib/glib/json_crawler/action_crawlers/nav_initiate.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/json_crawler/router.rb +1 -1
- data/lib/glib/json_crawler.rb +0 -0
- data/lib/glib/mailer_tester.rb +0 -0
- data/lib/glib/value.rb +0 -0
- data/lib/glib/version.rb +0 -0
- data/lib/glib-web.rb +0 -0
- data/lib/tasks/db.rake +0 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3408746883480d7dab22a76683d03de859c62f766e99b2fac1b1a629e5a7804
|
|
4
|
+
data.tar.gz: 429eca98ab5b70592e209917779e87742821880c53d057bd21f49bfb355a1f7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7333639d20f585a61267eddf04fdf77261d4c8c62355031eb878077f203f2346d50be2b9e1ae009b369edf29407b8960c09c7ae9bce613374a9ee1eb6c60085
|
|
7
|
+
data.tar.gz: b9f37f67f46b83d8fe859458a1e4b97345d4617e730ea102bc849d5ba5808829db730673a77a36ab8bd1f5e1525fe70eadfc9a1ee37e2c54159a06d56579a619
|
|
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
|
|
@@ -25,9 +25,9 @@ module Glib
|
|
|
25
25
|
|
|
26
26
|
def form_if_not_exists(*args)
|
|
27
27
|
if page.current_form
|
|
28
|
-
panels_responsive
|
|
28
|
+
panels_responsive(*args)
|
|
29
29
|
else
|
|
30
|
-
panels_form
|
|
30
|
+
panels_form(*args)
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
33
|
|
|
@@ -277,6 +277,14 @@ module Glib
|
|
|
277
277
|
bool :reversed
|
|
278
278
|
end
|
|
279
279
|
|
|
280
|
+
class ProgressCircle < View
|
|
281
|
+
int :rotate # from 0 to 360
|
|
282
|
+
int :size
|
|
283
|
+
int :value # from 0 to 100
|
|
284
|
+
color :color
|
|
285
|
+
string :text
|
|
286
|
+
end
|
|
287
|
+
|
|
280
288
|
class ShareButton < View
|
|
281
289
|
string :network, required: true
|
|
282
290
|
string :url, required: true
|
|
File without changes
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -15,11 +15,23 @@ page.scroll childViews: ->(scroll) do
|
|
|
15
15
|
name: 'user[skills][]',
|
|
16
16
|
uncheckValue: 1,
|
|
17
17
|
childViews: ->(group) do
|
|
18
|
-
group.fields_check checkValue: 2, label: 'Game Development'
|
|
18
|
+
group.fields_check checkValue: 2, label: 'Game Development (readOnly)', readOnly: true
|
|
19
19
|
group.fields_check checkValue: 3, label: 'Web Development'
|
|
20
20
|
group.fields_check checkValue: 4, label: 'Mobile Development'
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
+
form.spacer height: 20
|
|
24
|
+
form.h2 text: 'Check Group (readOnly)'
|
|
25
|
+
form.fields_checkGroup \
|
|
26
|
+
name: 'user[skills2][]',
|
|
27
|
+
readOnly: true,
|
|
28
|
+
uncheckValue: 1,
|
|
29
|
+
childViews: ->(group) do
|
|
30
|
+
group.fields_check checkValue: 2, label: 'Cooking'
|
|
31
|
+
group.fields_check checkValue: 3, label: 'Singing'
|
|
32
|
+
group.fields_check checkValue: 4, label: 'Photography'
|
|
33
|
+
end
|
|
34
|
+
|
|
23
35
|
form.spacer height: 20
|
|
24
36
|
form.button text: 'Submit', onClick: ->(action) { action.forms_submit }
|
|
25
37
|
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
|
|
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
|
|
@@ -119,6 +119,18 @@ else
|
|
|
119
119
|
json.points points
|
|
120
120
|
end
|
|
121
121
|
]
|
|
122
|
+
|
|
123
|
+
scroll.h2 text: 'Pie chart'
|
|
124
|
+
scroll.charts_pie dataSeries: [
|
|
125
|
+
-> do
|
|
126
|
+
json.title 'Straberry'
|
|
127
|
+
json.value 25
|
|
128
|
+
end,
|
|
129
|
+
-> do
|
|
130
|
+
json.title 'Banana'
|
|
131
|
+
json.value 25
|
|
132
|
+
end
|
|
133
|
+
]
|
|
122
134
|
end
|
|
123
135
|
end
|
|
124
136
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -28,4 +28,9 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
|
|
28
28
|
scroll.spacer height: 6
|
|
29
29
|
scroll.progressBar value: 0.1, reversed: true
|
|
30
30
|
scroll.spacer height: 20
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
scroll.h2 text: 'Progress circle'
|
|
34
|
+
scroll.spacer height: 6
|
|
35
|
+
scroll.progressCircle size: 150, value: 35, text: '35%', width: 25, color: '#272551'
|
|
31
36
|
end
|
data/config/routes.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/crypt/utils.rb
CHANGED
|
File without changes
|
data/lib/glib/crypt.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/lib/glib/dynamic_text.rb
CHANGED
|
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
|
|
File without changes
|
|
File without changes
|
data/lib/glib/json_crawler.rb
CHANGED
|
File without changes
|
data/lib/glib/mailer_tester.rb
CHANGED
|
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: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
@@ -304,8 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
305
|
version: '0'
|
|
306
306
|
requirements: []
|
|
307
|
-
|
|
308
|
-
rubygems_version: 2.7.6
|
|
307
|
+
rubygems_version: 3.1.4
|
|
309
308
|
signing_key:
|
|
310
309
|
specification_version: 4
|
|
311
310
|
summary: ''
|