headmin 0.1.2 → 0.2.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/.gitignore +1 -15
- data/Gemfile +1 -1
- data/Gemfile.lock +24 -2
- data/README.md +5 -34
- data/app/controllers/concerns/headmin/authentication.rb +0 -8
- data/app/controllers/concerns/headmin/pagination.rb +1 -1
- data/app/helpers/headmin/admin_helper.rb +4 -4
- data/app/models/concerns/headmin/block.rb +11 -0
- data/app/models/concerns/headmin/blockable.rb +10 -0
- data/app/models/concerns/headmin/field.rb +17 -0
- data/app/models/concerns/headmin/fieldable.rb +44 -0
- data/app/services/block_service.rb +68 -0
- data/app/views/{layouts → examples}/admin.html.erb +0 -0
- data/app/views/{layouts/admin → examples}/auth.html.erb +0 -0
- data/app/views/headmin/_blocks.html.erb +24 -0
- data/app/views/headmin/_breadcrumbs.html.erb +9 -5
- data/app/views/headmin/_card.html.erb +48 -0
- data/app/views/headmin/_dropdown.html.erb +18 -0
- data/app/views/headmin/_filters.html.erb +56 -34
- data/app/views/headmin/_form.html.erb +60 -6
- data/app/views/headmin/_heading.html.erb +8 -4
- data/app/views/headmin/_index.html.erb +9 -8
- data/app/views/headmin/_notifications.html.erb +8 -0
- data/app/views/headmin/_pagination.html.erb +11 -7
- data/app/views/headmin/_popup.html.erb +26 -0
- data/app/views/headmin/_table.html.erb +11 -4
- data/app/views/headmin/dropdown/_button.html.erb +13 -0
- data/app/views/headmin/dropdown/_devise.html.erb +21 -0
- data/app/views/headmin/{layout/dropdown → dropdown}/_divider.html.erb +1 -1
- data/app/views/headmin/dropdown/_item.html.erb +18 -0
- data/app/views/headmin/dropdown/_list.html.erb +11 -0
- data/app/views/headmin/dropdown/_locale.html.erb +17 -0
- data/app/views/headmin/filters/_date.html.erb +21 -16
- data/app/views/headmin/filters/_search.html.erb +18 -18
- data/app/views/headmin/filters/_select.html.erb +28 -23
- data/app/views/headmin/filters/filter/_button.html.erb +15 -6
- data/app/views/headmin/filters/filter/_menu_item.html.erb +2 -2
- data/app/views/headmin/filters/filter/_template.html.erb +2 -2
- data/app/views/headmin/forms/_actions.html.erb +4 -8
- data/app/views/headmin/forms/_base.html.erb +60 -0
- data/app/views/headmin/forms/_blocks.html.erb +32 -0
- data/app/views/headmin/forms/_checkbox.html.erb +39 -0
- data/app/views/headmin/forms/_ckeditor.html.erb +42 -0
- data/app/views/headmin/forms/_date.html.erb +45 -0
- data/app/views/headmin/forms/_email.html.erb +39 -0
- data/app/views/headmin/forms/_file.html.erb +40 -0
- data/app/views/headmin/forms/_image.html.erb +55 -0
- data/app/views/headmin/forms/_label.html.erb +24 -0
- data/app/views/headmin/forms/_number.html.erb +50 -0
- data/app/views/headmin/forms/_password.html.erb +69 -0
- data/app/views/headmin/forms/_redactorx.html.erb +49 -0
- data/app/views/headmin/forms/_repeater.html.erb +133 -0
- data/app/views/headmin/forms/_select.html.erb +70 -0
- data/app/views/headmin/forms/_text.html.erb +62 -0
- data/app/views/headmin/forms/_textarea.html.erb +39 -0
- data/app/views/headmin/forms/_url.html.erb +39 -0
- data/app/views/headmin/forms/_validation.html.erb +21 -0
- data/app/views/headmin/forms/actions/_destroy.html.erb +13 -0
- data/app/views/headmin/forms/actions/_save.html.erb +12 -0
- data/app/views/headmin/forms/actions/_view.html.erb +15 -0
- data/app/views/headmin/forms/fields/_base.html.erb +25 -0
- data/app/views/headmin/forms/fields/_file.html.erb +15 -22
- data/app/views/headmin/forms/fields/_group.html.erb +38 -0
- data/app/views/headmin/forms/fields/_image.html.erb +15 -35
- data/app/views/headmin/forms/fields/_list.html.erb +26 -0
- data/app/views/headmin/forms/fields/_text.html.erb +15 -37
- data/app/views/headmin/forms/repeater/_row.html.erb +51 -0
- data/app/views/headmin/heading/_title.html.erb +1 -1
- data/app/views/headmin/layout/_body.html.erb +1 -1
- data/app/views/headmin/layout/_content.html.erb +1 -1
- data/app/views/headmin/layout/_footer.html.erb +1 -1
- data/app/views/headmin/layout/_header.html.erb +1 -1
- data/app/views/headmin/layout/_main.html.erb +2 -2
- data/app/views/headmin/layout/_sidebar.html.erb +1 -1
- data/app/views/headmin/layout/sidebar/{_menu.html.erb → _nav.html.erb} +1 -1
- data/app/views/headmin/nav/_item.html.erb +21 -0
- data/app/views/headmin/nav/item/_devise.html.erb +21 -0
- data/app/views/headmin/nav/item/_locale.html.erb +17 -0
- data/app/views/headmin/pagination/_per_page.html.erb +18 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_first_page.html.erb +0 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_gap.html.erb +0 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_last_page.html.erb +0 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_next_page.html.erb +0 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_page.html.erb +1 -1
- data/app/views/headmin/{kaminari → pagination/kaminari}/_paginator.html.erb +0 -0
- data/app/views/headmin/{kaminari → pagination/kaminari}/_prev_page.html.erb +0 -0
- data/app/views/headmin/table/_actions.html.erb +24 -17
- data/app/views/headmin/table/_body.html.erb +12 -10
- data/app/views/headmin/table/_foot.html.erb +8 -4
- data/app/views/headmin/table/_footer.html.erb +3 -7
- data/app/views/headmin/table/_head.html.erb +3 -1
- data/app/views/headmin/table/_header.html.erb +3 -7
- data/app/views/headmin/table/actions/_action.html.erb +26 -9
- data/app/views/headmin/table/actions/_delete.html.erb +11 -7
- data/app/views/headmin/table/actions/_export.html.erb +11 -7
- data/app/views/headmin/table/body/_association.html.erb +1 -1
- data/app/views/headmin/table/body/_boolean.erb +1 -1
- data/app/views/headmin/table/body/_currency.html.erb +1 -1
- data/app/views/headmin/table/body/_date.html.erb +1 -1
- data/app/views/headmin/table/body/_id.html.erb +2 -2
- data/app/views/headmin/table/body/_row.html.erb +1 -1
- data/app/views/headmin/table/body/_string.html.erb +1 -1
- data/app/views/headmin/table/body/_text.html.erb +1 -1
- data/app/views/headmin/table/foot/_cell.html.erb +1 -1
- data/app/views/headmin/table/foot/_id.html.erb +2 -2
- data/app/views/headmin/table/head/_cell.html.erb +1 -1
- data/app/views/headmin/table/head/_id.html.erb +3 -3
- data/app/views/headmin/views/devise/confirmations/_new.html.erb +9 -0
- data/app/views/headmin/views/devise/passwords/_edit.html.erb +12 -0
- data/app/views/headmin/views/devise/passwords/_new.html.erb +9 -0
- data/app/views/{admin/users/registrations/edit.html.erb → headmin/views/devise/registrations/_edit.html.erb} +5 -5
- data/app/views/headmin/views/devise/registrations/_new.html.erb +11 -0
- data/app/views/headmin/views/devise/sessions/_new.html.erb +13 -0
- data/app/views/{admin/users → headmin/views/devise}/shared/_error_messages.html.erb +0 -0
- data/app/views/{admin/users → headmin/views/devise}/shared/_links.html.erb +0 -0
- data/app/views/headmin/views/devise/unlocks/_new.html.erb +10 -0
- data/config/initializers/customize_input_error.rb +9 -0
- data/config/locales/devise/en.yml +65 -0
- data/config/locales/en.yml +2 -134
- data/config/locales/headmin/filters/en.yml +13 -0
- data/config/locales/headmin/filters/nl.yml +13 -0
- data/config/locales/headmin/forms/en.yml +34 -0
- data/config/locales/headmin/forms/nl.yml +33 -0
- data/config/locales/headmin/heading/en.yml +5 -0
- data/config/locales/headmin/heading/nl.yml +5 -0
- data/config/locales/headmin/layout/en.yml +14 -0
- data/config/locales/headmin/layout/nl.yml +14 -0
- data/config/locales/headmin/pagination/en.yml +21 -0
- data/config/locales/headmin/pagination/nl.yml +21 -0
- data/config/locales/headmin/table/en.yml +23 -0
- data/config/locales/headmin/table/nl.yml +23 -0
- data/config/locales/headmin/views/en.yml +58 -0
- data/config/locales/headmin/views/nl.yml +58 -0
- data/config/locales/nl.yml +2 -135
- data/dist/css/headmin.css +3182 -743
- data/dist/js/headmin.js +729 -33
- data/docs/README.md +2 -1
- data/docs/blocks.md +70 -85
- data/docs/devise.md +1 -60
- data/docs/fields.md +57 -0
- data/lib/generators/headmin/blocks_generator.rb +19 -0
- data/lib/generators/headmin/fields_generator.rb +19 -0
- data/lib/generators/templates/migrations/create_blocks.rb +10 -0
- data/lib/generators/templates/migrations/create_fields.rb +13 -0
- data/lib/generators/templates/models/block.rb +3 -0
- data/lib/generators/templates/models/field.rb +3 -0
- data/lib/headmin/version.rb +1 -1
- data/package.json +6 -6
- data/src/js/headmin/controllers/blocks_controller.js +103 -0
- data/src/js/headmin/controllers/filters_controller.js +23 -12
- data/src/js/headmin/controllers/popup_controller.js +68 -0
- data/src/js/headmin/controllers/repeater_controller.js +117 -11
- data/src/js/headmin/controllers/table_actions_controller.js +16 -5
- data/src/js/headmin/controllers/table_controller.js +84 -1
- data/src/js/headmin/headmin.js +29 -56
- data/src/scss/headmin/filters.scss +0 -14
- data/src/scss/headmin/form.scss +43 -3
- data/src/scss/headmin/popup.scss +17 -0
- data/src/scss/headmin/table.scss +9 -6
- data/src/scss/headmin.scss +7 -4
- data/src/scss/vendor/redactorx/override.css +3 -0
- data/src/scss/vendor/redactorx/redactorx.css +1460 -0
- data/yarn.lock +105 -2210
- metadata +93 -61
- data/app/controllers/admin/users/confirmations_controller.rb +0 -31
- data/app/controllers/admin/users/omniauth_callbacks_controller.rb +0 -31
- data/app/controllers/admin/users/passwords_controller.rb +0 -35
- data/app/controllers/admin/users/registrations_controller.rb +0 -63
- data/app/controllers/admin/users/sessions_controller.rb +0 -28
- data/app/controllers/admin/users/unlocks_controller.rb +0 -31
- data/app/views/admin/users/confirmations/new.html.erb +0 -9
- data/app/views/admin/users/mailer/confirmation_instructions.html.erb +0 -5
- data/app/views/admin/users/mailer/email_changed.html.erb +0 -7
- data/app/views/admin/users/mailer/password_change.html.erb +0 -3
- data/app/views/admin/users/mailer/reset_password_instructions.html.erb +0 -8
- data/app/views/admin/users/mailer/unlock_instructions.html.erb +0 -7
- data/app/views/admin/users/passwords/edit.html.erb +0 -12
- data/app/views/admin/users/passwords/new.html.erb +0 -9
- data/app/views/admin/users/registrations/new.html.erb +0 -11
- data/app/views/admin/users/sessions/new.html.erb +0 -13
- data/app/views/admin/users/unlocks/new.html.erb +0 -10
- data/app/views/headmin/forms/_group.html.erb +0 -36
- data/app/views/headmin/forms/fields/_checkbox.html.erb +0 -23
- data/app/views/headmin/forms/fields/_ckeditor.html.erb +0 -28
- data/app/views/headmin/forms/fields/_currency.html.erb +0 -24
- data/app/views/headmin/forms/fields/_date.html.erb +0 -36
- data/app/views/headmin/forms/fields/_email.html.erb +0 -39
- data/app/views/headmin/forms/fields/_label.html.erb +0 -9
- data/app/views/headmin/forms/fields/_multiple_select.html.erb +0 -37
- data/app/views/headmin/forms/fields/_password.html.erb +0 -39
- data/app/views/headmin/forms/fields/_repeater.html.erb +0 -48
- data/app/views/headmin/forms/fields/_select.html.erb +0 -36
- data/app/views/headmin/forms/fields/_select_tags.html.erb +0 -32
- data/app/views/headmin/forms/fields/_textarea.html.erb +0 -29
- data/app/views/headmin/forms/fields/_url.html.erb +0 -38
- data/app/views/headmin/forms/fields/_validation.html.erb +0 -12
- data/app/views/headmin/forms/fields/repeater/_row.html.erb +0 -16
- data/app/views/headmin/layout/dropdown/_item.html.erb +0 -17
- data/app/views/headmin/layout/header/_account.html.erb +0 -25
- data/app/views/headmin/layout/header/_locale.html.erb +0 -19
- data/app/views/headmin/layout/sidebar/menu/_account.html.erb +0 -25
- data/app/views/headmin/layout/sidebar/menu/_item.html.erb +0 -16
- data/app/views/headmin/layout/sidebar/menu/_locale.html.erb +0 -18
- data/src/js/headmin/controllers/index_controller.js +0 -79
- data/src/js/headmin/controllers/repeater_row_controller.js +0 -54
- data/src/scss/vendor/choices/cross-inverse.svg +0 -6
- data/src/scss/vendor/choices/cross.svg +0 -6
- data/src/scss/vendor/choices/custom.scss +0 -28
- data/src/scss/vendor/choices/variables.scss +0 -16
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: headmin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jef Vlamings
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A complete library of commonly used components to build an admin interface
|
14
14
|
in your Ruby on Rails project.
|
@@ -30,12 +30,6 @@ files:
|
|
30
30
|
- README.md
|
31
31
|
- Rakefile
|
32
32
|
- app/assets/images/avatar.jpg
|
33
|
-
- app/controllers/admin/users/confirmations_controller.rb
|
34
|
-
- app/controllers/admin/users/omniauth_callbacks_controller.rb
|
35
|
-
- app/controllers/admin/users/passwords_controller.rb
|
36
|
-
- app/controllers/admin/users/registrations_controller.rb
|
37
|
-
- app/controllers/admin/users/sessions_controller.rb
|
38
|
-
- app/controllers/admin/users/unlocks_controller.rb
|
39
33
|
- app/controllers/concerns/headmin/acts_as_list.rb
|
40
34
|
- app/controllers/concerns/headmin/authentication.rb
|
41
35
|
- app/controllers/concerns/headmin/ckeditor.rb
|
@@ -46,28 +40,31 @@ files:
|
|
46
40
|
- app/helpers/headmin/admin_helper.rb
|
47
41
|
- app/helpers/headmin/filter_helper.rb
|
48
42
|
- app/helpers/headmin/notification_helper.rb
|
49
|
-
- app/
|
50
|
-
- app/
|
51
|
-
- app/
|
52
|
-
- app/
|
53
|
-
- app/
|
54
|
-
- app/views/admin
|
55
|
-
- app/views/
|
56
|
-
- app/views/
|
57
|
-
- app/views/admin/users/registrations/edit.html.erb
|
58
|
-
- app/views/admin/users/registrations/new.html.erb
|
59
|
-
- app/views/admin/users/sessions/new.html.erb
|
60
|
-
- app/views/admin/users/shared/_error_messages.html.erb
|
61
|
-
- app/views/admin/users/shared/_links.html.erb
|
62
|
-
- app/views/admin/users/unlocks/new.html.erb
|
43
|
+
- app/models/concerns/headmin/block.rb
|
44
|
+
- app/models/concerns/headmin/blockable.rb
|
45
|
+
- app/models/concerns/headmin/field.rb
|
46
|
+
- app/models/concerns/headmin/fieldable.rb
|
47
|
+
- app/services/block_service.rb
|
48
|
+
- app/views/examples/admin.html.erb
|
49
|
+
- app/views/examples/auth.html.erb
|
50
|
+
- app/views/headmin/_blocks.html.erb
|
63
51
|
- app/views/headmin/_breadcrumbs.html.erb
|
52
|
+
- app/views/headmin/_card.html.erb
|
53
|
+
- app/views/headmin/_dropdown.html.erb
|
64
54
|
- app/views/headmin/_filters.html.erb
|
65
55
|
- app/views/headmin/_form.html.erb
|
66
56
|
- app/views/headmin/_heading.html.erb
|
67
57
|
- app/views/headmin/_index.html.erb
|
68
58
|
- app/views/headmin/_notifications.html.erb
|
69
59
|
- app/views/headmin/_pagination.html.erb
|
60
|
+
- app/views/headmin/_popup.html.erb
|
70
61
|
- app/views/headmin/_table.html.erb
|
62
|
+
- app/views/headmin/dropdown/_button.html.erb
|
63
|
+
- app/views/headmin/dropdown/_devise.html.erb
|
64
|
+
- app/views/headmin/dropdown/_divider.html.erb
|
65
|
+
- app/views/headmin/dropdown/_item.html.erb
|
66
|
+
- app/views/headmin/dropdown/_list.html.erb
|
67
|
+
- app/views/headmin/dropdown/_locale.html.erb
|
71
68
|
- app/views/headmin/filters/_date.html.erb
|
72
69
|
- app/views/headmin/filters/_search.html.erb
|
73
70
|
- app/views/headmin/filters/_select.html.erb
|
@@ -75,49 +72,55 @@ files:
|
|
75
72
|
- app/views/headmin/filters/filter/_menu_item.html.erb
|
76
73
|
- app/views/headmin/filters/filter/_template.html.erb
|
77
74
|
- app/views/headmin/forms/_actions.html.erb
|
75
|
+
- app/views/headmin/forms/_base.html.erb
|
76
|
+
- app/views/headmin/forms/_blocks.html.erb
|
77
|
+
- app/views/headmin/forms/_checkbox.html.erb
|
78
|
+
- app/views/headmin/forms/_ckeditor.html.erb
|
79
|
+
- app/views/headmin/forms/_date.html.erb
|
80
|
+
- app/views/headmin/forms/_email.html.erb
|
78
81
|
- app/views/headmin/forms/_errors.html.erb
|
79
|
-
- app/views/headmin/forms/
|
80
|
-
- app/views/headmin/forms/
|
81
|
-
- app/views/headmin/forms/
|
82
|
-
- app/views/headmin/forms/
|
83
|
-
- app/views/headmin/forms/
|
84
|
-
- app/views/headmin/forms/
|
82
|
+
- app/views/headmin/forms/_file.html.erb
|
83
|
+
- app/views/headmin/forms/_image.html.erb
|
84
|
+
- app/views/headmin/forms/_label.html.erb
|
85
|
+
- app/views/headmin/forms/_number.html.erb
|
86
|
+
- app/views/headmin/forms/_password.html.erb
|
87
|
+
- app/views/headmin/forms/_redactorx.html.erb
|
88
|
+
- app/views/headmin/forms/_repeater.html.erb
|
89
|
+
- app/views/headmin/forms/_select.html.erb
|
90
|
+
- app/views/headmin/forms/_text.html.erb
|
91
|
+
- app/views/headmin/forms/_textarea.html.erb
|
92
|
+
- app/views/headmin/forms/_url.html.erb
|
93
|
+
- app/views/headmin/forms/_validation.html.erb
|
94
|
+
- app/views/headmin/forms/actions/_destroy.html.erb
|
95
|
+
- app/views/headmin/forms/actions/_save.html.erb
|
96
|
+
- app/views/headmin/forms/actions/_view.html.erb
|
97
|
+
- app/views/headmin/forms/fields/_base.html.erb
|
85
98
|
- app/views/headmin/forms/fields/_file.html.erb
|
99
|
+
- app/views/headmin/forms/fields/_group.html.erb
|
86
100
|
- app/views/headmin/forms/fields/_image.html.erb
|
87
|
-
- app/views/headmin/forms/fields/
|
88
|
-
- app/views/headmin/forms/fields/_multiple_select.html.erb
|
89
|
-
- app/views/headmin/forms/fields/_password.html.erb
|
90
|
-
- app/views/headmin/forms/fields/_repeater.html.erb
|
91
|
-
- app/views/headmin/forms/fields/_select.html.erb
|
92
|
-
- app/views/headmin/forms/fields/_select_tags.html.erb
|
101
|
+
- app/views/headmin/forms/fields/_list.html.erb
|
93
102
|
- app/views/headmin/forms/fields/_text.html.erb
|
94
|
-
- app/views/headmin/forms/
|
95
|
-
- app/views/headmin/forms/fields/_url.html.erb
|
96
|
-
- app/views/headmin/forms/fields/_validation.html.erb
|
97
|
-
- app/views/headmin/forms/fields/repeater/_row.html.erb
|
103
|
+
- app/views/headmin/forms/repeater/_row.html.erb
|
98
104
|
- app/views/headmin/heading/_title.html.erb
|
99
|
-
- app/views/headmin/kaminari/_first_page.html.erb
|
100
|
-
- app/views/headmin/kaminari/_gap.html.erb
|
101
|
-
- app/views/headmin/kaminari/_last_page.html.erb
|
102
|
-
- app/views/headmin/kaminari/_next_page.html.erb
|
103
|
-
- app/views/headmin/kaminari/_page.html.erb
|
104
|
-
- app/views/headmin/kaminari/_paginator.html.erb
|
105
|
-
- app/views/headmin/kaminari/_prev_page.html.erb
|
106
105
|
- app/views/headmin/layout/_body.html.erb
|
107
106
|
- app/views/headmin/layout/_content.html.erb
|
108
107
|
- app/views/headmin/layout/_footer.html.erb
|
109
108
|
- app/views/headmin/layout/_header.html.erb
|
110
109
|
- app/views/headmin/layout/_main.html.erb
|
111
110
|
- app/views/headmin/layout/_sidebar.html.erb
|
112
|
-
- app/views/headmin/layout/dropdown/_divider.html.erb
|
113
|
-
- app/views/headmin/layout/dropdown/_item.html.erb
|
114
|
-
- app/views/headmin/layout/header/_account.html.erb
|
115
|
-
- app/views/headmin/layout/header/_locale.html.erb
|
116
111
|
- app/views/headmin/layout/sidebar/_bottom.html.erb
|
117
|
-
- app/views/headmin/layout/sidebar/
|
118
|
-
- app/views/headmin/
|
119
|
-
- app/views/headmin/
|
120
|
-
- app/views/headmin/
|
112
|
+
- app/views/headmin/layout/sidebar/_nav.html.erb
|
113
|
+
- app/views/headmin/nav/_item.html.erb
|
114
|
+
- app/views/headmin/nav/item/_devise.html.erb
|
115
|
+
- app/views/headmin/nav/item/_locale.html.erb
|
116
|
+
- app/views/headmin/pagination/_per_page.html.erb
|
117
|
+
- app/views/headmin/pagination/kaminari/_first_page.html.erb
|
118
|
+
- app/views/headmin/pagination/kaminari/_gap.html.erb
|
119
|
+
- app/views/headmin/pagination/kaminari/_last_page.html.erb
|
120
|
+
- app/views/headmin/pagination/kaminari/_next_page.html.erb
|
121
|
+
- app/views/headmin/pagination/kaminari/_page.html.erb
|
122
|
+
- app/views/headmin/pagination/kaminari/_paginator.html.erb
|
123
|
+
- app/views/headmin/pagination/kaminari/_prev_page.html.erb
|
121
124
|
- app/views/headmin/table/_actions.html.erb
|
122
125
|
- app/views/headmin/table/_body.html.erb
|
123
126
|
- app/views/headmin/table/_foot.html.erb
|
@@ -145,31 +148,61 @@ files:
|
|
145
148
|
- app/views/headmin/table/head/cell/_asc.html.erb
|
146
149
|
- app/views/headmin/table/head/cell/_default.html.erb
|
147
150
|
- app/views/headmin/table/head/cell/_desc.html.erb
|
148
|
-
- app/views/
|
149
|
-
- app/views/
|
151
|
+
- app/views/headmin/views/devise/confirmations/_new.html.erb
|
152
|
+
- app/views/headmin/views/devise/passwords/_edit.html.erb
|
153
|
+
- app/views/headmin/views/devise/passwords/_new.html.erb
|
154
|
+
- app/views/headmin/views/devise/registrations/_edit.html.erb
|
155
|
+
- app/views/headmin/views/devise/registrations/_new.html.erb
|
156
|
+
- app/views/headmin/views/devise/sessions/_new.html.erb
|
157
|
+
- app/views/headmin/views/devise/shared/_error_messages.html.erb
|
158
|
+
- app/views/headmin/views/devise/shared/_links.html.erb
|
159
|
+
- app/views/headmin/views/devise/unlocks/_new.html.erb
|
150
160
|
- bin/console
|
151
161
|
- bin/setup
|
162
|
+
- config/initializers/customize_input_error.rb
|
152
163
|
- config/locales/defaults/en.yml
|
153
164
|
- config/locales/defaults/nl.yml
|
165
|
+
- config/locales/devise/en.yml
|
154
166
|
- config/locales/devise/nl.yml
|
155
167
|
- config/locales/en.yml
|
168
|
+
- config/locales/headmin/filters/en.yml
|
169
|
+
- config/locales/headmin/filters/nl.yml
|
170
|
+
- config/locales/headmin/forms/en.yml
|
171
|
+
- config/locales/headmin/forms/nl.yml
|
172
|
+
- config/locales/headmin/heading/en.yml
|
173
|
+
- config/locales/headmin/heading/nl.yml
|
174
|
+
- config/locales/headmin/layout/en.yml
|
175
|
+
- config/locales/headmin/layout/nl.yml
|
176
|
+
- config/locales/headmin/pagination/en.yml
|
177
|
+
- config/locales/headmin/pagination/nl.yml
|
178
|
+
- config/locales/headmin/table/en.yml
|
179
|
+
- config/locales/headmin/table/nl.yml
|
180
|
+
- config/locales/headmin/views/en.yml
|
181
|
+
- config/locales/headmin/views/nl.yml
|
156
182
|
- config/locales/nl.yml
|
157
183
|
- dist/css/headmin.css
|
158
184
|
- dist/js/headmin.js
|
159
185
|
- docs/README.md
|
160
186
|
- docs/blocks.md
|
161
187
|
- docs/devise.md
|
188
|
+
- docs/fields.md
|
162
189
|
- headmin.gemspec
|
190
|
+
- lib/generators/headmin/blocks_generator.rb
|
191
|
+
- lib/generators/headmin/fields_generator.rb
|
192
|
+
- lib/generators/templates/migrations/create_blocks.rb
|
193
|
+
- lib/generators/templates/migrations/create_fields.rb
|
194
|
+
- lib/generators/templates/models/block.rb
|
195
|
+
- lib/generators/templates/models/field.rb
|
163
196
|
- lib/headmin.rb
|
164
197
|
- lib/headmin/engine.rb
|
165
198
|
- lib/headmin/version.rb
|
166
199
|
- package.json
|
167
200
|
- src/js/headmin.js
|
201
|
+
- src/js/headmin/controllers/blocks_controller.js
|
168
202
|
- src/js/headmin/controllers/filter_controller.js
|
169
203
|
- src/js/headmin/controllers/filters_controller.js
|
170
|
-
- src/js/headmin/controllers/
|
204
|
+
- src/js/headmin/controllers/popup_controller.js
|
171
205
|
- src/js/headmin/controllers/repeater_controller.js
|
172
|
-
- src/js/headmin/controllers/repeater_row_controller.js
|
173
206
|
- src/js/headmin/controllers/table_actions_controller.js
|
174
207
|
- src/js/headmin/controllers/table_controller.js
|
175
208
|
- src/js/headmin/headmin.js
|
@@ -182,13 +215,12 @@ files:
|
|
182
215
|
- src/scss/headmin/layout/body.scss
|
183
216
|
- src/scss/headmin/layout/sidebar.scss
|
184
217
|
- src/scss/headmin/login.scss
|
218
|
+
- src/scss/headmin/popup.scss
|
185
219
|
- src/scss/headmin/table.scss
|
186
220
|
- src/scss/headmin/utilities.scss
|
187
221
|
- src/scss/vendor/bootstrap/variables.scss
|
188
|
-
- src/scss/vendor/
|
189
|
-
- src/scss/vendor/
|
190
|
-
- src/scss/vendor/choices/custom.scss
|
191
|
-
- src/scss/vendor/choices/variables.scss
|
222
|
+
- src/scss/vendor/redactorx/override.css
|
223
|
+
- src/scss/vendor/redactorx/redactorx.css
|
192
224
|
- webpack.config.js
|
193
225
|
- yarn.lock
|
194
226
|
homepage: https://github.com/insiting/headmin
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::ConfirmationsController < Devise::ConfirmationsController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# GET /resource/confirmation/new
|
6
|
-
# def new
|
7
|
-
# super
|
8
|
-
# end
|
9
|
-
|
10
|
-
# POST /resource/confirmation
|
11
|
-
# def create
|
12
|
-
# super
|
13
|
-
# end
|
14
|
-
|
15
|
-
# GET /resource/confirmation?confirmation_token=abcdef
|
16
|
-
# def show
|
17
|
-
# super
|
18
|
-
# end
|
19
|
-
|
20
|
-
# protected
|
21
|
-
|
22
|
-
# The path used after resending confirmation instructions.
|
23
|
-
# def after_resending_confirmation_instructions_path_for(resource_name)
|
24
|
-
# super(resource_name)
|
25
|
-
# end
|
26
|
-
|
27
|
-
# The path used after confirmation.
|
28
|
-
# def after_confirmation_path_for(resource_name, resource)
|
29
|
-
# super(resource_name, resource)
|
30
|
-
# end
|
31
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# You should configure your model like this:
|
6
|
-
# devise :omniauthable, omniauth_providers: [:twitter]
|
7
|
-
|
8
|
-
# You should also create an action method in this controller like this:
|
9
|
-
# def twitter
|
10
|
-
# end
|
11
|
-
|
12
|
-
# More info at:
|
13
|
-
# https://github.com/heartcombo/devise#omniauth
|
14
|
-
|
15
|
-
# GET|POST /resource/auth/twitter
|
16
|
-
# def passthru
|
17
|
-
# super
|
18
|
-
# end
|
19
|
-
|
20
|
-
# GET|POST /users/auth/twitter/callback
|
21
|
-
# def failure
|
22
|
-
# super
|
23
|
-
# end
|
24
|
-
|
25
|
-
# protected
|
26
|
-
|
27
|
-
# The path used when OmniAuth fails
|
28
|
-
# def after_omniauth_failure_path_for(scope)
|
29
|
-
# super(scope)
|
30
|
-
# end
|
31
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::PasswordsController < Devise::PasswordsController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# GET /resource/password/new
|
6
|
-
# def new
|
7
|
-
# super
|
8
|
-
# end
|
9
|
-
|
10
|
-
# POST /resource/password
|
11
|
-
# def create
|
12
|
-
# super
|
13
|
-
# end
|
14
|
-
|
15
|
-
# GET /resource/password/edit?reset_password_token=abcdef
|
16
|
-
# def edit
|
17
|
-
# super
|
18
|
-
# end
|
19
|
-
|
20
|
-
# PUT /resource/password
|
21
|
-
# def update
|
22
|
-
# super
|
23
|
-
# end
|
24
|
-
|
25
|
-
# protected
|
26
|
-
|
27
|
-
# def after_resetting_password_path_for(resource)
|
28
|
-
# super(resource)
|
29
|
-
# end
|
30
|
-
|
31
|
-
# The path used after sending reset password instructions
|
32
|
-
# def after_sending_reset_password_instructions_path_for(resource_name)
|
33
|
-
# super(resource_name)
|
34
|
-
# end
|
35
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::RegistrationsController < Devise::RegistrationsController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# before_action :configure_sign_up_params, only: [:create]
|
6
|
-
# before_action :configure_account_update_params, only: [:update]
|
7
|
-
|
8
|
-
# GET /resource/sign_up
|
9
|
-
# def new
|
10
|
-
# super
|
11
|
-
# end
|
12
|
-
|
13
|
-
# POST /resource
|
14
|
-
# def create
|
15
|
-
# super
|
16
|
-
# end
|
17
|
-
|
18
|
-
# GET /resource/edit
|
19
|
-
# def edit
|
20
|
-
# super
|
21
|
-
# end
|
22
|
-
|
23
|
-
# PUT /resource
|
24
|
-
# def update
|
25
|
-
# super
|
26
|
-
# end
|
27
|
-
|
28
|
-
# DELETE /resource
|
29
|
-
# def destroy
|
30
|
-
# super
|
31
|
-
# end
|
32
|
-
|
33
|
-
# GET /resource/cancel
|
34
|
-
# Forces the session data which is usually expired after sign
|
35
|
-
# in to be expired now. This is useful if the user wants to
|
36
|
-
# cancel oauth signing in/up in the middle of the process,
|
37
|
-
# removing all OAuth session data.
|
38
|
-
# def cancel
|
39
|
-
# super
|
40
|
-
# end
|
41
|
-
|
42
|
-
# protected
|
43
|
-
|
44
|
-
# If you have extra params to permit, append them to the sanitizer.
|
45
|
-
# def configure_sign_up_params
|
46
|
-
# devise_parameter_sanitizer.permit(:sign_up, keys: [:attribute])
|
47
|
-
# end
|
48
|
-
|
49
|
-
# If you have extra params to permit, append them to the sanitizer.
|
50
|
-
# def configure_account_update_params
|
51
|
-
# devise_parameter_sanitizer.permit(:account_update, keys: [:attribute])
|
52
|
-
# end
|
53
|
-
|
54
|
-
# The path used after sign up.
|
55
|
-
# def after_sign_up_path_for(resource)
|
56
|
-
# super(resource)
|
57
|
-
# end
|
58
|
-
|
59
|
-
# The path used after sign up for inactive accounts.
|
60
|
-
# def after_inactive_sign_up_path_for(resource)
|
61
|
-
# super(resource)
|
62
|
-
# end
|
63
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::SessionsController < Devise::SessionsController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# before_action :configure_sign_in_params, only: [:create]
|
6
|
-
|
7
|
-
# GET /resource/sign_in
|
8
|
-
# def new
|
9
|
-
# super
|
10
|
-
# end
|
11
|
-
|
12
|
-
# POST /resource/sign_in
|
13
|
-
# def create
|
14
|
-
# super
|
15
|
-
# end
|
16
|
-
|
17
|
-
# DELETE /resource/sign_out
|
18
|
-
# def destroy
|
19
|
-
# super
|
20
|
-
# end
|
21
|
-
|
22
|
-
# protected
|
23
|
-
|
24
|
-
# If you have extra params to permit, append them to the sanitizer.
|
25
|
-
# def configure_sign_in_params
|
26
|
-
# devise_parameter_sanitizer.permit(:sign_in, keys: [:attribute])
|
27
|
-
# end
|
28
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Admin::Users::UnlocksController < Devise::UnlocksController
|
4
|
-
layout 'admin/auth'
|
5
|
-
# GET /resource/unlock/new
|
6
|
-
# def new
|
7
|
-
# super
|
8
|
-
# end
|
9
|
-
|
10
|
-
# POST /resource/unlock
|
11
|
-
# def create
|
12
|
-
# super
|
13
|
-
# end
|
14
|
-
|
15
|
-
# GET /resource/unlock?unlock_token=abcdef
|
16
|
-
# def show
|
17
|
-
# super
|
18
|
-
# end
|
19
|
-
|
20
|
-
# protected
|
21
|
-
|
22
|
-
# The path used after sending unlock password instructions
|
23
|
-
# def after_sending_unlock_instructions_path_for(resource)
|
24
|
-
# super(resource)
|
25
|
-
# end
|
26
|
-
|
27
|
-
# The path used after unlocking the resource
|
28
|
-
# def after_unlock_path_for(resource)
|
29
|
-
# super(resource)
|
30
|
-
# end
|
31
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: {method: :post}) do |f| %>
|
2
|
-
<%= render "admin/users/shared/error_messages", resource: resource %>
|
3
|
-
|
4
|
-
<%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %>
|
5
|
-
|
6
|
-
<%= f.submit t('.resend'), class: 'btn btn-lg btn-primary w-100' %>
|
7
|
-
|
8
|
-
<%= render "admin/users/shared/links" %>
|
9
|
-
<% end %>
|
@@ -1,8 +0,0 @@
|
|
1
|
-
<p><%= t('.greeting', email: @resource.email) %></p>
|
2
|
-
|
3
|
-
<p><%= t('.someone_requested') %></p>
|
4
|
-
|
5
|
-
<p><%= link_to t('.change'), edit_password_url(@resource, reset_password_token: @token) %></p>
|
6
|
-
|
7
|
-
<p><%= t('.not_requested')%></p>
|
8
|
-
<p><%= t('.password_not_changed_until') %></p>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: {method: :put}) do |f| %>
|
2
|
-
<%= render "admin/users/shared/error_messages", resource: resource %>
|
3
|
-
|
4
|
-
<%= f.hidden_field :reset_password_token %>
|
5
|
-
|
6
|
-
<%= render 'headmin/forms/fields/password', form: f, attribute: :password, required: true, label: :float %>
|
7
|
-
<%= render 'headmin/forms/fields/password', form: f, attribute: :password_confirmation, required: true, label: :float %>
|
8
|
-
|
9
|
-
<%= f.submit t('.change_password'), class: 'btn btn-lg btn-primary w-100' %>
|
10
|
-
|
11
|
-
<%= render "admin/users/shared/links" %>
|
12
|
-
<% end %>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: {method: :post}) do |f| %>
|
2
|
-
<%= render "admin/users/shared/error_messages", resource: resource %>
|
3
|
-
|
4
|
-
<%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %>
|
5
|
-
|
6
|
-
<%= f.submit t('.send_instructions'), class: 'btn btn-lg btn-primary w-100' %>
|
7
|
-
|
8
|
-
<%= render "admin/users/shared/links" %>
|
9
|
-
<% end %>
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
|
2
|
-
<%= render "admin/users/shared/error_messages", resource: resource %>
|
3
|
-
|
4
|
-
<%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %>
|
5
|
-
<%= render 'headmin/forms/fields/password', form: f, attribute: :password, required: true, label: :float %>
|
6
|
-
<%= render 'headmin/forms/fields/password', form: f, attribute: :password_confirmation, required: true, label: :float %>
|
7
|
-
|
8
|
-
<%= f.submit t('.sign_up'), class: 'btn btn-lg btn-primary w-100' %>
|
9
|
-
|
10
|
-
<%= render "admin/users/shared/links" %>
|
11
|
-
<% end %>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
|
2
|
-
|
3
|
-
<%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %>
|
4
|
-
<%= render 'headmin/forms/fields/password', form: f, attribute: :password, required: true, label: :float %>
|
5
|
-
|
6
|
-
<% if devise_mapping.rememberable? %>
|
7
|
-
<%= render 'headmin/forms/fields/checkbox', form: f, attribute: :remember_me, label: true %>
|
8
|
-
<% end %>
|
9
|
-
|
10
|
-
<%= f.submit t('.login'), class: 'btn btn-lg btn-primary w-100' %>
|
11
|
-
|
12
|
-
<%= render "admin/users/shared/links" %>
|
13
|
-
<% end %>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: {method: :post}) do |f| %>
|
2
|
-
<%= render "admin/users/shared/error_messages", resource: resource %>
|
3
|
-
|
4
|
-
<%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %>
|
5
|
-
|
6
|
-
<%= f.submit t('.resend'), class: 'btn btn-lg btn-primary w-100' %>
|
7
|
-
|
8
|
-
<%= render "admin/users/shared/links" %>
|
9
|
-
|
10
|
-
<% end %>
|
@@ -1,36 +0,0 @@
|
|
1
|
-
<%#
|
2
|
-
name: headmin/forms/group
|
3
|
-
accepts block: yes
|
4
|
-
parameters:
|
5
|
-
title: (string) Title for card
|
6
|
-
description: (string) Description for card
|
7
|
-
body: (boolean) If true, block contents will be renderd inside the card body
|
8
|
-
%>
|
9
|
-
|
10
|
-
<div class="card forms-group mb-3 shadow-sm">
|
11
|
-
<div class="card-body">
|
12
|
-
<% if defined?(title) && title.present? %>
|
13
|
-
<h5 class="card-title"><%= title %></h5>
|
14
|
-
<% end %>
|
15
|
-
|
16
|
-
<% if defined?(description) && description.present? %>
|
17
|
-
<p class="card-text text-secondary"><%= description %></p>
|
18
|
-
<% end %>
|
19
|
-
|
20
|
-
<% # Render inside body %>
|
21
|
-
<% if !defined?(body) || body %>
|
22
|
-
<%= yield if block_given? %>
|
23
|
-
<% end %>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<% # Render outside body %>
|
27
|
-
<% if defined?(body) && !body %>
|
28
|
-
<%= yield if block_given? %>
|
29
|
-
<% end %>
|
30
|
-
|
31
|
-
<div class="card-footer">
|
32
|
-
<div class="d-flex justify-content-end">
|
33
|
-
<%= form.submit "Opslaan", class: 'btn btn-sm btn-primary' %>
|
34
|
-
</div>
|
35
|
-
</div>
|
36
|
-
</div>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<%#
|
2
|
-
name: headmin/fields/checkbox
|
3
|
-
accepts block: no
|
4
|
-
parameters:
|
5
|
-
form: Form object
|
6
|
-
attribute: Name of the attribute of the form model
|
7
|
-
label: (bool) Label will not be displayed if value is false
|
8
|
-
%>
|
9
|
-
|
10
|
-
<% label = local_assigns.has_key?(:label) ? label : true %>
|
11
|
-
<% required = local_assigns.has_key?(:required) ? required : false %>
|
12
|
-
<div class="<%= ('mb-3 text-start' if label) %>">
|
13
|
-
<div class="form-check">
|
14
|
-
<%= form.check_box(
|
15
|
-
attribute,
|
16
|
-
class: "form-check-input #{form_field_validation_class(form, attribute)}",
|
17
|
-
required: required,
|
18
|
-
'aria-describedby': form_field_validation_id(form, attribute))
|
19
|
-
%>
|
20
|
-
<%= form.label attribute, class: 'form-check-label', required: required %>
|
21
|
-
<%= render 'headmin/forms/fields/validation', form: form, attribute: attribute %>
|
22
|
-
</div>
|
23
|
-
</div>
|