activeadmin 3.2.2 → 4.0.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activeadmin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -44
- data/CONTRIBUTING.md +25 -108
- data/README.md +17 -30
- data/app/assets/config/active_admin_manifest.js +2 -0
- data/app/controllers/active_admin/base_controller/menu.rb +39 -0
- data/{lib → app/controllers}/active_admin/base_controller.rb +46 -18
- data/{lib → app/controllers}/active_admin/page_controller.rb +0 -4
- data/{lib → app/controllers}/active_admin/resource_controller/action_builder.rb +1 -1
- data/{lib → app/controllers}/active_admin/resource_controller/data_access.rb +2 -2
- data/{lib → app/controllers}/active_admin/resource_controller/scoping.rb +1 -1
- data/{lib → app/controllers}/active_admin/resource_controller/streaming.rb +2 -2
- data/app/controllers/active_admin/resource_controller.rb +102 -0
- data/app/helpers/active_admin/auto_link_helper.rb +66 -0
- data/app/helpers/active_admin/breadcrumb_helper.rb +41 -0
- data/app/helpers/active_admin/display_helper.rb +117 -0
- data/app/helpers/active_admin/form_helper.rb +95 -0
- data/app/helpers/active_admin/index_helper.rb +40 -0
- data/app/helpers/active_admin/layout_helper.rb +63 -0
- data/app/javascript/active_admin/features/batch_actions.js +89 -0
- data/app/javascript/active_admin/features/dark_mode_toggle.js +37 -0
- data/app/javascript/active_admin/features/filters.js +34 -0
- data/app/javascript/active_admin/features/has_many.js +28 -0
- data/app/javascript/active_admin/features/main_menu.js +12 -0
- data/app/javascript/active_admin/features/per_page.js +9 -0
- data/app/javascript/active_admin/utils/dom.js +17 -0
- data/app/javascript/active_admin.js +10 -0
- data/app/views/active_admin/_flash_messages.html.erb +22 -0
- data/app/views/active_admin/_html_head.html.erb +13 -0
- data/app/views/active_admin/_main_navigation.html.erb +28 -0
- data/app/views/active_admin/_page_header.html.erb +27 -0
- data/app/views/active_admin/_sidebar.html.erb +5 -0
- data/app/views/active_admin/_site_footer.html.erb +7 -0
- data/app/views/active_admin/_site_header.html.erb +30 -0
- data/app/views/active_admin/devise/confirmations/new.html.erb +5 -3
- data/app/views/active_admin/devise/passwords/edit.html.erb +5 -3
- data/app/views/active_admin/devise/passwords/new.html.erb +5 -4
- data/app/views/active_admin/devise/registrations/new.html.erb +6 -4
- data/app/views/active_admin/devise/sessions/new.html.erb +6 -4
- data/app/views/active_admin/devise/shared/_links.erb +3 -1
- data/app/views/active_admin/devise/unlocks/new.html.erb +6 -4
- data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_gap.html.erb +3 -1
- data/app/views/active_admin/kaminari/_next_page.html.erb +16 -0
- data/app/views/active_admin/kaminari/_page.html.erb +14 -0
- data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_paginator.html.erb +1 -2
- data/app/views/active_admin/kaminari/_prev_page.html.erb +16 -0
- data/app/views/active_admin/page/index.html.arb +5 -1
- data/app/views/active_admin/resource/_active_filters.html.erb +32 -0
- data/app/views/active_admin/resource/_batch_actions_dropdown.html.erb +19 -0
- data/app/views/active_admin/resource/_form.html.arb +16 -0
- data/app/views/active_admin/resource/_form_default.html.arb +12 -0
- data/app/views/active_admin/resource/_index_as_table_default.html.arb +9 -0
- data/app/views/active_admin/resource/_index_blank_slate.html.erb +14 -0
- data/app/views/active_admin/resource/_index_empty_results.html.erb +5 -0
- data/app/views/active_admin/resource/_index_table_actions_default.html.erb +9 -0
- data/app/views/active_admin/resource/_show_default.html.arb +3 -0
- data/app/views/active_admin/resource/edit.html.arb +1 -1
- data/app/views/active_admin/resource/index.html.arb +94 -1
- data/app/views/active_admin/resource/new.html.arb +1 -1
- data/app/views/active_admin/resource/show.html.arb +12 -1
- data/app/views/active_admin/shared/_action_items.html.erb +3 -0
- data/app/views/active_admin/shared/_download_format_links.html.erb +7 -0
- data/app/views/active_admin/shared/_resource_comments.html.erb +51 -0
- data/app/views/active_admin/shared/_sidebar_section.html.arb +7 -0
- data/app/views/active_admin/shared/_sidebar_sections.html.erb +5 -0
- data/app/views/layouts/active_admin.html.erb +20 -0
- data/app/views/layouts/active_admin_logged_out.html.erb +8 -45
- data/config/locales/ar.yml +0 -16
- data/config/locales/az.yml +0 -16
- data/config/locales/bg.yml +0 -9
- data/config/locales/bs.yml +0 -7
- data/config/locales/ca.yml +0 -9
- data/config/locales/cs.yml +0 -9
- data/config/locales/da.yml +0 -16
- data/config/locales/de-CH.yml +0 -10
- data/config/locales/de.yml +0 -16
- data/config/locales/el.yml +0 -13
- data/config/locales/en-CA.yml +0 -16
- data/config/locales/en-GB.yml +0 -16
- data/config/locales/en.yml +18 -28
- data/config/locales/eo.yml +0 -17
- data/config/locales/es-MX.yml +0 -9
- data/config/locales/es.yml +0 -16
- data/config/locales/fa.yml +0 -9
- data/config/locales/fi.yml +0 -9
- data/config/locales/fr.yml +32 -26
- data/config/locales/he.yml +0 -16
- data/config/locales/hr.yml +0 -9
- data/config/locales/hu.yml +0 -6
- data/config/locales/id.yml +0 -16
- data/config/locales/it.yml +0 -16
- data/config/locales/ja.yml +0 -16
- data/config/locales/ko.yml +0 -9
- data/config/locales/lt.yml +0 -16
- data/config/locales/lv.yml +0 -6
- data/config/locales/mk.yml +0 -15
- data/config/locales/nb.yml +0 -12
- data/config/locales/nl.yml +21 -29
- data/config/locales/pl.yml +0 -16
- data/config/locales/pt-BR.yml +0 -16
- data/config/locales/pt-PT.yml +0 -6
- data/config/locales/ro.yml +0 -6
- data/config/locales/ru.yml +0 -16
- data/config/locales/sk.yml +0 -16
- data/config/locales/sv-SE.yml +0 -16
- data/config/locales/tr.yml +0 -16
- data/config/locales/uk.yml +0 -16
- data/config/locales/vi.yml +0 -16
- data/config/locales/zh-CN.yml +0 -16
- data/config/locales/zh-TW.yml +0 -16
- data/lib/active_admin/application.rb +1 -9
- data/lib/active_admin/batch_actions/controller.rb +1 -4
- data/lib/active_admin/batch_actions/resource_extension.rb +6 -13
- data/lib/active_admin/batch_actions/views/batch_action_form.rb +0 -6
- data/lib/active_admin/batch_actions/views/selection_cells.rb +2 -2
- data/lib/active_admin/batch_actions.rb +0 -5
- data/lib/active_admin/callbacks.rb +6 -4
- data/lib/active_admin/component.rb +0 -1
- data/lib/active_admin/csv_builder.rb +1 -1
- data/lib/active_admin/devise.rb +3 -3
- data/lib/active_admin/dsl.rb +2 -2
- data/lib/active_admin/dynamic_settings_node.rb +4 -4
- data/lib/active_admin/engine.rb +19 -6
- data/lib/active_admin/filters/active.rb +6 -4
- data/lib/active_admin/filters/active_filter.rb +1 -3
- data/lib/active_admin/filters/forms.rb +1 -42
- data/lib/active_admin/filters/resource_extension.rb +17 -9
- data/lib/active_admin/filters.rb +0 -2
- data/lib/active_admin/form_builder.rb +15 -14
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +8 -10
- data/lib/active_admin/inputs/filters/base.rb +1 -1
- data/lib/active_admin/inputs/filters/check_boxes_input.rb +1 -6
- data/lib/active_admin/inputs/filters/date_range_input.rb +4 -2
- data/lib/active_admin/inputs.rb +0 -3
- data/lib/active_admin/menu.rb +10 -7
- data/lib/active_admin/menu_collection.rb +1 -1
- data/lib/active_admin/menu_item.rb +24 -3
- data/lib/active_admin/namespace.rb +2 -44
- data/lib/active_admin/namespace_settings.rb +2 -35
- data/lib/active_admin/order_clause.rb +4 -1
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +3 -75
- data/lib/active_admin/orm/active_record/comments.rb +10 -5
- data/lib/active_admin/resource/action_items.rb +15 -20
- data/lib/active_admin/resource/naming.rb +1 -2
- data/lib/active_admin/resource.rb +1 -0
- data/lib/active_admin/resource_dsl.rb +1 -1
- data/lib/active_admin/scope.rb +1 -1
- data/lib/active_admin/settings_node.rb +1 -1
- data/lib/active_admin/sidebar_section.rb +0 -5
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers.rb +0 -12
- data/lib/active_admin/views/components/active_admin_form.rb +20 -16
- data/lib/active_admin/views/components/attributes_table.rb +4 -12
- data/lib/active_admin/views/components/index_list.rb +10 -23
- data/lib/active_admin/views/components/paginated_collection.rb +34 -39
- data/lib/active_admin/views/components/panel.rb +2 -10
- data/lib/active_admin/views/components/scopes.rb +12 -21
- data/lib/active_admin/views/components/status_tag.rb +22 -19
- data/lib/active_admin/views/components/table_for.rb +19 -24
- data/lib/active_admin/views/components/tabs.rb +10 -11
- data/lib/active_admin/views/index_as_table.rb +24 -97
- data/lib/active_admin.rb +7 -11
- data/lib/generators/active_admin/assets/assets_generator.rb +4 -4
- data/lib/generators/active_admin/assets/templates/active_admin.css +3 -0
- data/lib/generators/active_admin/assets/templates/tailwind.config.js +18 -0
- data/lib/generators/active_admin/install/install_generator.rb +2 -8
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +10 -87
- data/lib/generators/active_admin/install/templates/dashboard.rb +8 -25
- data/lib/generators/active_admin/page/page_generator.rb +0 -1
- data/lib/generators/active_admin/resource/resource_generator.rb +46 -7
- data/lib/generators/active_admin/resource/templates/resource.rb.erb +42 -0
- data/lib/generators/active_admin/views_generator.rb +18 -0
- metadata +67 -214
- data/app/assets/javascripts/active_admin/base.js +0 -521
- data/app/assets/stylesheets/active_admin/_base.scss +0 -57
- data/app/assets/stylesheets/active_admin/_forms.scss +0 -316
- data/app/assets/stylesheets/active_admin/_header.scss +0 -188
- data/app/assets/stylesheets/active_admin/_mixins.scss +0 -1
- data/app/assets/stylesheets/active_admin/_normalize.scss +0 -349
- data/app/assets/stylesheets/active_admin/_print.scss +0 -287
- data/app/assets/stylesheets/active_admin/_typography.scss +0 -100
- data/app/assets/stylesheets/active_admin/components/_batch_actions.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_blank_slates.scss +0 -30
- data/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss +0 -20
- data/app/assets/stylesheets/active_admin/components/_buttons.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_columns.scss +0 -3
- data/app/assets/stylesheets/active_admin/components/_comments.scss +0 -41
- data/app/assets/stylesheets/active_admin/components/_date_picker.scss +0 -148
- data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -151
- data/app/assets/stylesheets/active_admin/components/_flash_messages.scss +0 -37
- data/app/assets/stylesheets/active_admin/components/_grid.scss +0 -9
- data/app/assets/stylesheets/active_admin/components/_index_list.scss +0 -12
- data/app/assets/stylesheets/active_admin/components/_links.scss +0 -5
- data/app/assets/stylesheets/active_admin/components/_modal_dialog.scss +0 -34
- data/app/assets/stylesheets/active_admin/components/_pagination.scss +0 -55
- data/app/assets/stylesheets/active_admin/components/_panels.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +0 -13
- data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -12
- data/app/assets/stylesheets/active_admin/components/_table_tools.scss +0 -67
- data/app/assets/stylesheets/active_admin/components/_tables.scss +0 -112
- data/app/assets/stylesheets/active_admin/components/_tabs.scss +0 -65
- data/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss +0 -16
- data/app/assets/stylesheets/active_admin/mixins/_all.scss +0 -8
- data/app/assets/stylesheets/active_admin/mixins/_buttons.scss +0 -65
- data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +0 -28
- data/app/assets/stylesheets/active_admin/mixins/_rounded.scss +0 -22
- data/app/assets/stylesheets/active_admin/mixins/_sections.scss +0 -41
- data/app/assets/stylesheets/active_admin/mixins/_shadows.scss +0 -15
- data/app/assets/stylesheets/active_admin/mixins/_typography.scss +0 -3
- data/app/assets/stylesheets/active_admin/mixins/_utilities.scss +0 -17
- data/app/assets/stylesheets/active_admin/mixins/_variables.scss +0 -51
- data/app/assets/stylesheets/active_admin/pages/_logged_out.scss +0 -44
- data/app/assets/stylesheets/active_admin/structure/_footer.scss +0 -19
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +0 -29
- data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -40
- data/app/javascript/active_admin/base.js +0 -28
- data/app/javascript/active_admin/ext/jquery-ui.js +0 -7
- data/app/javascript/active_admin/ext/jquery.js +0 -9
- data/app/javascript/active_admin/initializers/batch-actions.js +0 -61
- data/app/javascript/active_admin/initializers/checkbox-toggler.js +0 -3
- data/app/javascript/active_admin/initializers/datepicker.js +0 -16
- data/app/javascript/active_admin/initializers/dropdown-menu.js +0 -9
- data/app/javascript/active_admin/initializers/filters.js +0 -10
- data/app/javascript/active_admin/initializers/has-many.js +0 -98
- data/app/javascript/active_admin/initializers/per-page.js +0 -13
- data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +0 -3
- data/app/javascript/active_admin/initializers/tabs.js +0 -6
- data/app/javascript/active_admin/lib/checkbox-toggler.js +0 -49
- data/app/javascript/active_admin/lib/dropdown-menu.js +0 -116
- data/app/javascript/active_admin/lib/filters.js +0 -39
- data/app/javascript/active_admin/lib/modal-dialog.js +0 -63
- data/app/javascript/active_admin/lib/per-page.js +0 -38
- data/app/javascript/active_admin/lib/table-checkbox-toggler.js +0 -38
- data/app/javascript/active_admin/lib/utils.js +0 -40
- data/app/views/kaminari/active_admin/_first_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_gap.html.erb +0 -8
- data/app/views/kaminari/active_admin/_last_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_next_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_page.html.erb +0 -12
- data/app/views/kaminari/active_admin/_paginator.html.erb +0 -25
- data/app/views/kaminari/active_admin/_prev_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_first_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_next_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_page.html.erb +0 -12
- data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +0 -11
- data/app/views/layouts/active_admin.html.arb +0 -2
- data/lib/active_admin/abstract_view_factory.rb +0 -48
- data/lib/active_admin/asset_registration.rb +0 -30
- data/lib/active_admin/base_controller/menu.rb +0 -35
- data/lib/active_admin/batch_actions/views/batch_action_selector.rb +0 -59
- data/lib/active_admin/filters/active_sidebar.rb +0 -28
- data/lib/active_admin/generators/boilerplate.rb +0 -54
- data/lib/active_admin/helpers/collection.rb +0 -21
- data/lib/active_admin/helpers/i18n.rb +0 -8
- data/lib/active_admin/inputs/datepicker_input.rb +0 -28
- data/lib/active_admin/inputs/filters/date_picker_input.rb +0 -14
- data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +0 -24
- data/lib/active_admin/orm/mongoid.rb +0 -2
- data/lib/active_admin/resource_controller/sidebars.rb +0 -19
- data/lib/active_admin/resource_controller.rb +0 -68
- data/lib/active_admin/view_factory.rb +0 -28
- data/lib/active_admin/view_helpers/active_admin_application_helper.rb +0 -13
- data/lib/active_admin/view_helpers/auto_link_helper.rb +0 -46
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +0 -34
- data/lib/active_admin/view_helpers/display_helper.rb +0 -119
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +0 -60
- data/lib/active_admin/view_helpers/fields_for.rb +0 -51
- data/lib/active_admin/view_helpers/flash_helper.rb +0 -15
- data/lib/active_admin/view_helpers/form_helper.rb +0 -21
- data/lib/active_admin/view_helpers/scope_name_helper.rb +0 -17
- data/lib/active_admin/view_helpers/sidebar_helper.rb +0 -16
- data/lib/active_admin/view_helpers/title_helper.rb +0 -12
- data/lib/active_admin/view_helpers/view_factory_helper.rb +0 -12
- data/lib/active_admin/views/action_items.rb +0 -18
- data/lib/active_admin/views/components/active_filters_sidebar_content.rb +0 -59
- data/lib/active_admin/views/components/blank_slate.rb +0 -18
- data/lib/active_admin/views/components/columns.rb +0 -162
- data/lib/active_admin/views/components/dropdown_menu.rb +0 -69
- data/lib/active_admin/views/components/menu.rb +0 -33
- data/lib/active_admin/views/components/menu_item.rb +0 -59
- data/lib/active_admin/views/components/sidebar.rb +0 -14
- data/lib/active_admin/views/components/sidebar_section.rb +0 -35
- data/lib/active_admin/views/components/site_title.rb +0 -55
- data/lib/active_admin/views/components/unsupported_browser.rb +0 -12
- data/lib/active_admin/views/footer.rb +0 -32
- data/lib/active_admin/views/header.rb +0 -20
- data/lib/active_admin/views/index_as_block.rb +0 -37
- data/lib/active_admin/views/index_as_blog.rb +0 -156
- data/lib/active_admin/views/index_as_grid.rb +0 -81
- data/lib/active_admin/views/pages/base.rb +0 -134
- data/lib/active_admin/views/pages/form.rb +0 -65
- data/lib/active_admin/views/pages/index.rb +0 -166
- data/lib/active_admin/views/pages/layout.rb +0 -27
- data/lib/active_admin/views/pages/page.rb +0 -31
- data/lib/active_admin/views/pages/show.rb +0 -60
- data/lib/active_admin/views/tabbed_navigation.rb +0 -12
- data/lib/active_admin/views/title_bar.rb +0 -56
- data/lib/generators/active_admin/assets/templates/active_admin.js +0 -1
- data/lib/generators/active_admin/assets/templates/active_admin.scss +0 -17
- data/lib/generators/active_admin/resource/templates/admin.rb.erb +0 -46
- data/lib/generators/active_admin/webpacker/plugins/jquery.js +0 -7
- data/lib/generators/active_admin/webpacker/templates/active_admin.js +0 -5
- data/lib/generators/active_admin/webpacker/templates/active_admin.scss +0 -17
- data/lib/generators/active_admin/webpacker/templates/print.scss +0 -2
- data/lib/generators/active_admin/webpacker/webpacker_generator.rb +0 -27
- data/vendor/assets/javascripts/jquery-ui/data.js +0 -45
- data/vendor/assets/javascripts/jquery-ui/disable-selection.js +0 -51
- data/vendor/assets/javascripts/jquery-ui/focusable.js +0 -89
- data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +0 -83
- data/vendor/assets/javascripts/jquery-ui/form.js +0 -25
- data/vendor/assets/javascripts/jquery-ui/ie.js +0 -20
- data/vendor/assets/javascripts/jquery-ui/keycode.js +0 -51
- data/vendor/assets/javascripts/jquery-ui/labels.js +0 -71
- data/vendor/assets/javascripts/jquery-ui/plugin.js +0 -49
- data/vendor/assets/javascripts/jquery-ui/position.js +0 -513
- data/vendor/assets/javascripts/jquery-ui/safe-active-element.js +0 -46
- data/vendor/assets/javascripts/jquery-ui/safe-blur.js +0 -27
- data/vendor/assets/javascripts/jquery-ui/scroll-parent.js +0 -50
- data/vendor/assets/javascripts/jquery-ui/tabbable.js +0 -41
- data/vendor/assets/javascripts/jquery-ui/unique-id.js +0 -54
- data/vendor/assets/javascripts/jquery-ui/version.js +0 -20
- data/vendor/assets/javascripts/jquery-ui/widget.js +0 -758
- data/vendor/assets/javascripts/jquery-ui/widgets/button.js +0 -454
- data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +0 -294
- data/vendor/assets/javascripts/jquery-ui/widgets/controlgroup.js +0 -304
- data/vendor/assets/javascripts/jquery-ui/widgets/datepicker.js +0 -2243
- data/vendor/assets/javascripts/jquery-ui/widgets/dialog.js +0 -971
- data/vendor/assets/javascripts/jquery-ui/widgets/draggable.js +0 -1268
- data/vendor/assets/javascripts/jquery-ui/widgets/mouse.js +0 -241
- data/vendor/assets/javascripts/jquery-ui/widgets/resizable.js +0 -1228
- data/vendor/assets/javascripts/jquery-ui/widgets/sortable.js +0 -1622
- data/vendor/assets/javascripts/jquery-ui/widgets/tabs.js +0 -931
- /data/{lib → app/controllers}/active_admin/base_controller/authorization.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/decorators.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/polymorphic_routes.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/resource_class_methods.rb +0 -0
- /data/lib/{active_admin/orm/mongoid/.gitkeep → generators/active_admin/assets/templates/builds/.keep} +0 -0
@@ -1,521 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Warning: This file is auto-generated, do not modify. Instead, make your changes in 'app/javascript/active_admin/' and run `yarn build`
|
3
|
-
*/
|
4
|
-
//= require jquery3
|
5
|
-
//= require jquery-ui/widgets/datepicker
|
6
|
-
//= require jquery-ui/widgets/dialog
|
7
|
-
//= require jquery-ui/widgets/sortable
|
8
|
-
//= require jquery-ui/widgets/tabs
|
9
|
-
//= require jquery-ui/widget
|
10
|
-
//= require jquery_ujs
|
11
|
-
//= require_self
|
12
|
-
|
13
|
-
(function(global, factory) {
|
14
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("jquery"), require("jquery-ui/ui/widgets/datepicker"), require("jquery-ui/ui/widgets/dialog"), require("jquery-ui/ui/widgets/sortable"), require("jquery-ui/ui/widgets/tabs"), require("jquery-ui/ui/widget"), require("jquery-ujs")) : typeof define === "function" && define.amd ? define([ "exports", "jquery", "jquery-ui/ui/widgets/datepicker", "jquery-ui/ui/widgets/dialog", "jquery-ui/ui/widgets/sortable", "jquery-ui/ui/widgets/tabs", "jquery-ui/ui/widget", "jquery-ujs" ], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
|
15
|
-
factory(global.ActiveAdmin = {}));
|
16
|
-
})(this, function(exports) {
|
17
|
-
"use strict";
|
18
|
-
$.fn.serializeObject = function() {
|
19
|
-
return this.serializeArray().reduce(function(obj, item) {
|
20
|
-
obj[item.name] = item.value;
|
21
|
-
return obj;
|
22
|
-
}, {});
|
23
|
-
};
|
24
|
-
$.ui.dialog.prototype._focusTabbable = function() {
|
25
|
-
this.uiDialog.focus();
|
26
|
-
};
|
27
|
-
function ModalDialog(message, inputs, callback) {
|
28
|
-
var html = '<form id="dialog_confirm" title="' + message + '"><ul>';
|
29
|
-
for (var name in inputs) {
|
30
|
-
var opts, wrapper;
|
31
|
-
var type = inputs[name];
|
32
|
-
if (/^(datepicker|checkbox|text|number)$/.test(type)) {
|
33
|
-
wrapper = "input";
|
34
|
-
} else if (type === "textarea") {
|
35
|
-
wrapper = "textarea";
|
36
|
-
} else if ($.isArray(type)) {
|
37
|
-
var _ref = [ "select", type, "" ];
|
38
|
-
wrapper = _ref[0];
|
39
|
-
opts = _ref[1];
|
40
|
-
type = _ref[2];
|
41
|
-
} else {
|
42
|
-
throw new Error("Unsupported input type: {" + name + ": " + type + "}");
|
43
|
-
}
|
44
|
-
var klass = type === "datepicker" ? type : "";
|
45
|
-
html += "<li>\n <label>" + (name.charAt(0).toUpperCase() + name.slice(1)) + "</label>\n <" + wrapper + ' name="' + name + '" class="' + klass + '" type="' + type + '">' + (opts ? function() {
|
46
|
-
var result = [];
|
47
|
-
opts.forEach(function(v) {
|
48
|
-
var $elem = $("<option></option>");
|
49
|
-
if ($.isArray(v)) {
|
50
|
-
$elem.text(v[0]).val(v[1]);
|
51
|
-
} else {
|
52
|
-
$elem.text(v);
|
53
|
-
}
|
54
|
-
result.push($elem.wrap("<div></div>").parent().html());
|
55
|
-
});
|
56
|
-
return result;
|
57
|
-
}().join("") : "") + ("</" + wrapper + ">") + "</li>";
|
58
|
-
var _ref2 = [];
|
59
|
-
wrapper = _ref2[0];
|
60
|
-
opts = _ref2[1];
|
61
|
-
type = _ref2[2];
|
62
|
-
klass = _ref2[3];
|
63
|
-
}
|
64
|
-
html += "</ul></form>";
|
65
|
-
var form = $(html).appendTo("body");
|
66
|
-
$("body").trigger("modal_dialog:before_open", [ form ]);
|
67
|
-
form.dialog({
|
68
|
-
modal: true,
|
69
|
-
open: function open(_event, _ui) {
|
70
|
-
$("body").trigger("modal_dialog:after_open", [ form ]);
|
71
|
-
},
|
72
|
-
dialogClass: "active_admin_dialog",
|
73
|
-
buttons: {
|
74
|
-
OK: function OK() {
|
75
|
-
callback($(this).serializeObject());
|
76
|
-
$(this).dialog("close");
|
77
|
-
},
|
78
|
-
Cancel: function Cancel() {
|
79
|
-
$(this).dialog("close").remove();
|
80
|
-
}
|
81
|
-
}
|
82
|
-
});
|
83
|
-
}
|
84
|
-
var onDOMReady$2 = function onDOMReady() {
|
85
|
-
$(".batch_actions_selector li a").off("click confirm:complete");
|
86
|
-
$(".batch_actions_selector li a").on("click", function(event) {
|
87
|
-
var _this = this;
|
88
|
-
var message;
|
89
|
-
event.stopPropagation();
|
90
|
-
event.preventDefault();
|
91
|
-
if (message = $(this).data("confirm")) {
|
92
|
-
ModalDialog(message, $(this).data("inputs"), function(inputs) {
|
93
|
-
$(_this).trigger("confirm:complete", inputs);
|
94
|
-
});
|
95
|
-
} else {
|
96
|
-
$(this).trigger("confirm:complete");
|
97
|
-
}
|
98
|
-
});
|
99
|
-
$(".batch_actions_selector li a").on("confirm:complete", function(event, inputs) {
|
100
|
-
var val;
|
101
|
-
if (val = JSON.stringify(inputs)) {
|
102
|
-
$("#batch_action_inputs").removeAttr("disabled").val(val);
|
103
|
-
} else {
|
104
|
-
$("#batch_action_inputs").attr("disabled", "disabled");
|
105
|
-
}
|
106
|
-
$("#batch_action").val($(this).data("action"));
|
107
|
-
$("#collection_selection").submit();
|
108
|
-
});
|
109
|
-
if ($(".batch_actions_selector").length && $(":checkbox.toggle_all").length) {
|
110
|
-
if ($(".paginated_collection table.index_table").length) {
|
111
|
-
$(".paginated_collection table.index_table").tableCheckboxToggler();
|
112
|
-
} else {
|
113
|
-
$(".paginated_collection").checkboxToggler();
|
114
|
-
}
|
115
|
-
$(document).on("change", ".paginated_collection :checkbox", function() {
|
116
|
-
if ($(".paginated_collection :checkbox:checked").length && $(".dropdown_menu_list").children().length) {
|
117
|
-
$(".batch_actions_selector").each(function() {
|
118
|
-
$(this).aaDropdownMenu("enable");
|
119
|
-
});
|
120
|
-
} else {
|
121
|
-
$(".batch_actions_selector").each(function() {
|
122
|
-
$(this).aaDropdownMenu("disable");
|
123
|
-
});
|
124
|
-
}
|
125
|
-
});
|
126
|
-
}
|
127
|
-
};
|
128
|
-
$(document).ready(onDOMReady$2).on("page:load turbolinks:load", onDOMReady$2);
|
129
|
-
var CheckboxToggler = function() {
|
130
|
-
function CheckboxToggler(options, container) {
|
131
|
-
this.options = options;
|
132
|
-
this.container = container;
|
133
|
-
this._init();
|
134
|
-
this._bind();
|
135
|
-
}
|
136
|
-
var _proto = CheckboxToggler.prototype;
|
137
|
-
_proto.option = function option(_key, _value) {};
|
138
|
-
_proto._init = function _init() {
|
139
|
-
if (!this.container) {
|
140
|
-
throw new Error("Container element not found");
|
141
|
-
} else {
|
142
|
-
this.$container = $(this.container);
|
143
|
-
}
|
144
|
-
if (!this.$container.find(".toggle_all").length) {
|
145
|
-
throw new Error('"toggle all" checkbox not found');
|
146
|
-
} else {
|
147
|
-
this.toggle_all_checkbox = this.$container.find(".toggle_all");
|
148
|
-
}
|
149
|
-
this.checkboxes = this.$container.find(":checkbox").not(this.toggle_all_checkbox);
|
150
|
-
};
|
151
|
-
_proto._bind = function _bind() {
|
152
|
-
var _this = this;
|
153
|
-
this.checkboxes.change(function(event) {
|
154
|
-
return _this._didChangeCheckbox(event.target);
|
155
|
-
});
|
156
|
-
this.toggle_all_checkbox.change(function() {
|
157
|
-
return _this._didChangeToggleAllCheckbox();
|
158
|
-
});
|
159
|
-
};
|
160
|
-
_proto._didChangeCheckbox = function _didChangeCheckbox(_checkbox) {
|
161
|
-
var numChecked = this.checkboxes.filter(":checked").length;
|
162
|
-
var allChecked = numChecked === this.checkboxes.length;
|
163
|
-
var someChecked = numChecked > 0 && numChecked < this.checkboxes.length;
|
164
|
-
this.toggle_all_checkbox.prop({
|
165
|
-
checked: allChecked,
|
166
|
-
indeterminate: someChecked
|
167
|
-
});
|
168
|
-
};
|
169
|
-
_proto._didChangeToggleAllCheckbox = function _didChangeToggleAllCheckbox() {
|
170
|
-
var setting = this.toggle_all_checkbox.prop("checked");
|
171
|
-
this.checkboxes.prop({
|
172
|
-
checked: setting
|
173
|
-
});
|
174
|
-
return setting;
|
175
|
-
};
|
176
|
-
return CheckboxToggler;
|
177
|
-
}();
|
178
|
-
$.widget.bridge("checkboxToggler", CheckboxToggler);
|
179
|
-
(function($) {
|
180
|
-
$(document).on("focus", "input.datepicker:not(.hasDatepicker)", function() {
|
181
|
-
var input = $(this);
|
182
|
-
if (input[0].type === "date") {
|
183
|
-
return;
|
184
|
-
}
|
185
|
-
var defaults = {
|
186
|
-
dateFormat: "yy-mm-dd"
|
187
|
-
};
|
188
|
-
var options = input.data("datepicker-options");
|
189
|
-
input.datepicker($.extend(defaults, options));
|
190
|
-
});
|
191
|
-
})(jQuery);
|
192
|
-
var DropdownMenu = function() {
|
193
|
-
function DropdownMenu(options, element) {
|
194
|
-
this.options = options;
|
195
|
-
this.element = element;
|
196
|
-
this.$element = $(this.element);
|
197
|
-
var defaults = {
|
198
|
-
fadeInDuration: 20,
|
199
|
-
fadeOutDuration: 100,
|
200
|
-
onClickActionItemCallback: null
|
201
|
-
};
|
202
|
-
this.options = $.extend(defaults, this.options);
|
203
|
-
this.isOpen = false;
|
204
|
-
this.$menuButton = this.$element.find(".dropdown_menu_button");
|
205
|
-
this.$menuList = this.$element.find(".dropdown_menu_list_wrapper");
|
206
|
-
this._buildMenuList();
|
207
|
-
this._bind();
|
208
|
-
}
|
209
|
-
var _proto = DropdownMenu.prototype;
|
210
|
-
_proto.open = function open() {
|
211
|
-
this.isOpen = true;
|
212
|
-
this.$menuList.fadeIn(this.options.fadeInDuration);
|
213
|
-
this._position();
|
214
|
-
return this;
|
215
|
-
};
|
216
|
-
_proto.close = function close() {
|
217
|
-
this.isOpen = false;
|
218
|
-
this.$menuList.fadeOut(this.options.fadeOutDuration);
|
219
|
-
return this;
|
220
|
-
};
|
221
|
-
_proto.destroy = function destroy() {
|
222
|
-
this.$element = null;
|
223
|
-
return this;
|
224
|
-
};
|
225
|
-
_proto.isDisabled = function isDisabled() {
|
226
|
-
return this.$menuButton.hasClass("disabled");
|
227
|
-
};
|
228
|
-
_proto.disable = function disable() {
|
229
|
-
this.$menuButton.addClass("disabled");
|
230
|
-
};
|
231
|
-
_proto.enable = function enable() {
|
232
|
-
this.$menuButton.removeClass("disabled");
|
233
|
-
};
|
234
|
-
_proto.option = function option(key, value) {
|
235
|
-
if ($.isPlainObject(key)) {
|
236
|
-
return this.options = $.extend(true, this.options, key);
|
237
|
-
} else if (key != null) {
|
238
|
-
return this.options[key];
|
239
|
-
} else {
|
240
|
-
return this.options[key] = value;
|
241
|
-
}
|
242
|
-
};
|
243
|
-
_proto._buildMenuList = function _buildMenuList() {
|
244
|
-
this.$nipple = $('<div class="dropdown_menu_nipple"></div>');
|
245
|
-
this.$menuList.prepend(this.$nipple);
|
246
|
-
this.$menuList.hide();
|
247
|
-
};
|
248
|
-
_proto._bind = function _bind() {
|
249
|
-
var _this = this;
|
250
|
-
$("body").click(function() {
|
251
|
-
if (_this.isOpen) {
|
252
|
-
_this.close();
|
253
|
-
}
|
254
|
-
});
|
255
|
-
this.$menuButton.click(function() {
|
256
|
-
if (!_this.isDisabled()) {
|
257
|
-
if (_this.isOpen) {
|
258
|
-
_this.close();
|
259
|
-
} else {
|
260
|
-
_this.open();
|
261
|
-
}
|
262
|
-
}
|
263
|
-
return false;
|
264
|
-
});
|
265
|
-
};
|
266
|
-
_proto._position = function _position() {
|
267
|
-
this.$menuList.css("top", this.$menuButton.position().top + this.$menuButton.outerHeight() + 10);
|
268
|
-
var button_left = this.$menuButton.position().left;
|
269
|
-
var button_center = this.$menuButton.outerWidth() / 2;
|
270
|
-
var button_right = button_left + button_center * 2;
|
271
|
-
var menu_center = this.$menuList.outerWidth() / 2;
|
272
|
-
var nipple_center = this.$nipple.outerWidth() / 2;
|
273
|
-
var window_right = $(window).width();
|
274
|
-
var centered_menu_left = button_left + button_center - menu_center;
|
275
|
-
var centered_menu_right = button_left + button_center + menu_center;
|
276
|
-
if (centered_menu_left < 0) {
|
277
|
-
this.$menuList.css("left", button_left);
|
278
|
-
this.$nipple.css("left", button_center - nipple_center);
|
279
|
-
} else if (centered_menu_right > window_right) {
|
280
|
-
this.$menuList.css("right", window_right - button_right);
|
281
|
-
this.$nipple.css("right", button_center - nipple_center);
|
282
|
-
} else {
|
283
|
-
this.$menuList.css("left", centered_menu_left);
|
284
|
-
this.$nipple.css("left", menu_center - nipple_center);
|
285
|
-
}
|
286
|
-
};
|
287
|
-
return DropdownMenu;
|
288
|
-
}();
|
289
|
-
$.widget.bridge("aaDropdownMenu", DropdownMenu);
|
290
|
-
var onDOMReady$1 = function onDOMReady() {
|
291
|
-
return $(".dropdown_menu").aaDropdownMenu();
|
292
|
-
};
|
293
|
-
$(document).ready(onDOMReady$1).on("page:load turbolinks:load", onDOMReady$1);
|
294
|
-
function hasTurbolinks() {
|
295
|
-
return typeof Turbolinks !== "undefined" && Turbolinks.supported;
|
296
|
-
}
|
297
|
-
function turbolinksVisit(params) {
|
298
|
-
var path = [ window.location.pathname, "?", toQueryString(params) ].join("");
|
299
|
-
Turbolinks.visit(path);
|
300
|
-
}
|
301
|
-
function queryString() {
|
302
|
-
return (window.location.search || "").replace(/^\?/, "");
|
303
|
-
}
|
304
|
-
function queryStringToParams() {
|
305
|
-
var decode = function decode(value) {
|
306
|
-
return decodeURIComponent((value || "").replace(/\+/g, "%20"));
|
307
|
-
};
|
308
|
-
return queryString().split("&").map(function(pair) {
|
309
|
-
return pair.split("=");
|
310
|
-
}).map(function(_ref) {
|
311
|
-
var key = _ref[0], value = _ref[1];
|
312
|
-
return {
|
313
|
-
name: decode(key),
|
314
|
-
value: decode(value)
|
315
|
-
};
|
316
|
-
});
|
317
|
-
}
|
318
|
-
function toQueryString(params) {
|
319
|
-
var encode = function encode(value) {
|
320
|
-
return encodeURIComponent(value || "");
|
321
|
-
};
|
322
|
-
return params.map(function(_ref2) {
|
323
|
-
var name = _ref2.name, value = _ref2.value;
|
324
|
-
return [ encode(name), encode(value) ];
|
325
|
-
}).map(function(pair) {
|
326
|
-
return pair.join("=");
|
327
|
-
}).join("&");
|
328
|
-
}
|
329
|
-
var Filters = function() {
|
330
|
-
function Filters() {}
|
331
|
-
Filters._clearForm = function _clearForm(event) {
|
332
|
-
var regex = /^(q\[|q%5B|q%5b|page|utf8|commit)/;
|
333
|
-
var params = queryStringToParams().filter(function(_ref) {
|
334
|
-
var name = _ref.name;
|
335
|
-
return !name.match(regex);
|
336
|
-
});
|
337
|
-
event.preventDefault();
|
338
|
-
if (hasTurbolinks()) {
|
339
|
-
turbolinksVisit(params);
|
340
|
-
} else {
|
341
|
-
window.location.search = toQueryString(params);
|
342
|
-
}
|
343
|
-
};
|
344
|
-
Filters._disableEmptyInputFields = function _disableEmptyInputFields(event) {
|
345
|
-
var params = $(this).find(":input").filter(function(i, input) {
|
346
|
-
return input.value === "";
|
347
|
-
}).prop({
|
348
|
-
disabled: true
|
349
|
-
}).end().serializeArray();
|
350
|
-
if (hasTurbolinks()) {
|
351
|
-
event.preventDefault();
|
352
|
-
turbolinksVisit(params);
|
353
|
-
}
|
354
|
-
};
|
355
|
-
Filters._setSearchType = function _setSearchType() {
|
356
|
-
$(this).siblings("input").prop({
|
357
|
-
name: "q[" + this.value + "]"
|
358
|
-
});
|
359
|
-
};
|
360
|
-
return Filters;
|
361
|
-
}();
|
362
|
-
(function($) {
|
363
|
-
$(document).on("click", ".clear_filters_btn", Filters._clearForm).on("submit", ".filter_form", Filters._disableEmptyInputFields).on("change", ".filter_form_field.select_and_search select", Filters._setSearchType);
|
364
|
-
})(jQuery);
|
365
|
-
$(function() {
|
366
|
-
$(document).on("click", "a.button.has_many_remove", function(event) {
|
367
|
-
event.preventDefault();
|
368
|
-
var parent = $(this).closest(".has_many_container");
|
369
|
-
var to_remove = $(this).closest("fieldset");
|
370
|
-
recompute_positions(parent);
|
371
|
-
parent.trigger("has_many_remove:before", [ to_remove, parent ]);
|
372
|
-
to_remove.remove();
|
373
|
-
return parent.trigger("has_many_remove:after", [ to_remove, parent ]);
|
374
|
-
});
|
375
|
-
$(document).on("click", "a.button.has_many_add", function(event) {
|
376
|
-
var before_add;
|
377
|
-
event.preventDefault();
|
378
|
-
var parent = $(this).closest(".has_many_container");
|
379
|
-
parent.trigger(before_add = $.Event("has_many_add:before"), [ parent ]);
|
380
|
-
if (!before_add.isDefaultPrevented()) {
|
381
|
-
var index = parent.data("has_many_index") || parent.children("fieldset").length - 1;
|
382
|
-
parent.data({
|
383
|
-
has_many_index: ++index
|
384
|
-
});
|
385
|
-
var regex = new RegExp($(this).data("placeholder"), "g");
|
386
|
-
var html = $(this).data("html").replace(regex, index);
|
387
|
-
var fieldset = $(html).insertBefore(this);
|
388
|
-
recompute_positions(parent);
|
389
|
-
return parent.trigger("has_many_add:after", [ fieldset, parent ]);
|
390
|
-
}
|
391
|
-
});
|
392
|
-
$(document).on("change", '.has_many_container[data-sortable] :input[name$="[_destroy]"]', function() {
|
393
|
-
recompute_positions($(this).closest(".has_many"));
|
394
|
-
});
|
395
|
-
$(document).on("has_many_add:after", ".has_many_container", init_sortable);
|
396
|
-
});
|
397
|
-
var init_sortable = function init_sortable() {
|
398
|
-
var elems = $(".has_many_container[data-sortable]:not(.ui-sortable)");
|
399
|
-
elems.sortable({
|
400
|
-
items: "> fieldset",
|
401
|
-
handle: "> ol > .handle",
|
402
|
-
start: function start(ev, ui) {
|
403
|
-
ui.item.css({
|
404
|
-
opacity: .3
|
405
|
-
});
|
406
|
-
},
|
407
|
-
stop: function stop(ev, ui) {
|
408
|
-
ui.item.css({
|
409
|
-
opacity: 1
|
410
|
-
});
|
411
|
-
recompute_positions($(this));
|
412
|
-
}
|
413
|
-
});
|
414
|
-
elems.each(recompute_positions);
|
415
|
-
};
|
416
|
-
var recompute_positions = function recompute_positions(parent) {
|
417
|
-
parent = parent instanceof jQuery ? parent : $(this);
|
418
|
-
var input_name = parent.data("sortable");
|
419
|
-
var position = parseInt(parent.data("sortable-start") || 0, 10);
|
420
|
-
parent.children("fieldset").each(function() {
|
421
|
-
var destroy_input = $(this).find("> ol > .input > :input[name$='[_destroy]']");
|
422
|
-
var sortable_input = $(this).find("> ol > .input > :input[name$='[" + input_name + "]']");
|
423
|
-
if (sortable_input.length) {
|
424
|
-
sortable_input.val(destroy_input.is(":checked") ? "" : position++);
|
425
|
-
}
|
426
|
-
});
|
427
|
-
};
|
428
|
-
$(document).ready(init_sortable).on("page:load turbolinks:load", init_sortable);
|
429
|
-
var PerPage = function() {
|
430
|
-
function PerPage(element) {
|
431
|
-
this.element = element;
|
432
|
-
}
|
433
|
-
var _proto = PerPage.prototype;
|
434
|
-
_proto.update = function update() {
|
435
|
-
var params = queryStringToParams().filter(function(_ref) {
|
436
|
-
var name = _ref.name;
|
437
|
-
return name != "per_page" || name != "page";
|
438
|
-
});
|
439
|
-
params.push({
|
440
|
-
name: "per_page",
|
441
|
-
value: this.element.value
|
442
|
-
});
|
443
|
-
if (hasTurbolinks()) {
|
444
|
-
turbolinksVisit(params);
|
445
|
-
} else {
|
446
|
-
window.location.search = toQueryString(params);
|
447
|
-
}
|
448
|
-
};
|
449
|
-
PerPage._jQueryInterface = function _jQueryInterface(config) {
|
450
|
-
return this.each(function() {
|
451
|
-
var $this = $(this);
|
452
|
-
var data = $this.data("perPage");
|
453
|
-
if (!data) {
|
454
|
-
data = new PerPage(this);
|
455
|
-
$this.data("perPage", data);
|
456
|
-
}
|
457
|
-
if (config === "update") {
|
458
|
-
data[config]();
|
459
|
-
}
|
460
|
-
});
|
461
|
-
};
|
462
|
-
return PerPage;
|
463
|
-
}();
|
464
|
-
(function($) {
|
465
|
-
$(document).on("change", ".pagination_per_page > select", function(_event) {
|
466
|
-
PerPage._jQueryInterface.call($(this), "update");
|
467
|
-
});
|
468
|
-
$.fn["perPage"] = PerPage._jQueryInterface;
|
469
|
-
$.fn["perPage"].Constructor = PerPage;
|
470
|
-
})(jQuery);
|
471
|
-
function _inheritsLoose(subClass, superClass) {
|
472
|
-
subClass.prototype = Object.create(superClass.prototype);
|
473
|
-
subClass.prototype.constructor = subClass;
|
474
|
-
_setPrototypeOf(subClass, superClass);
|
475
|
-
}
|
476
|
-
function _setPrototypeOf(o, p) {
|
477
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
478
|
-
o.__proto__ = p;
|
479
|
-
return o;
|
480
|
-
};
|
481
|
-
return _setPrototypeOf(o, p);
|
482
|
-
}
|
483
|
-
var TableCheckboxToggler = function(_CheckboxToggler) {
|
484
|
-
_inheritsLoose(TableCheckboxToggler, _CheckboxToggler);
|
485
|
-
function TableCheckboxToggler() {
|
486
|
-
return _CheckboxToggler.apply(this, arguments) || this;
|
487
|
-
}
|
488
|
-
var _proto = TableCheckboxToggler.prototype;
|
489
|
-
_proto._bind = function _bind() {
|
490
|
-
var _this = this;
|
491
|
-
_CheckboxToggler.prototype._bind.apply(this, arguments);
|
492
|
-
this.$container.find("tbody td").click(function(event) {
|
493
|
-
if (event.target.type !== "checkbox") {
|
494
|
-
_this._didClickCell(event.target);
|
495
|
-
}
|
496
|
-
});
|
497
|
-
};
|
498
|
-
_proto._didChangeCheckbox = function _didChangeCheckbox(checkbox) {
|
499
|
-
_CheckboxToggler.prototype._didChangeCheckbox.apply(this, arguments);
|
500
|
-
$(checkbox).parents("tr").toggleClass("selected", checkbox.checked);
|
501
|
-
};
|
502
|
-
_proto._didChangeToggleAllCheckbox = function _didChangeToggleAllCheckbox() {
|
503
|
-
this.$container.find("tbody tr").toggleClass("selected", _CheckboxToggler.prototype._didChangeToggleAllCheckbox.apply(this, arguments));
|
504
|
-
};
|
505
|
-
_proto._didClickCell = function _didClickCell(cell) {
|
506
|
-
$(cell).parent("tr").find(":checkbox").click();
|
507
|
-
};
|
508
|
-
return TableCheckboxToggler;
|
509
|
-
}(CheckboxToggler);
|
510
|
-
$.widget.bridge("tableCheckboxToggler", TableCheckboxToggler);
|
511
|
-
var onDOMReady = function onDOMReady() {
|
512
|
-
return $("#active_admin_content .tabs").tabs();
|
513
|
-
};
|
514
|
-
$(document).ready(onDOMReady).on("page:load turbolinks:load", onDOMReady);
|
515
|
-
function modal_dialog(message, inputs, callback) {
|
516
|
-
console.warn("ActiveAdmin.modal_dialog is deprecated in favor of ActiveAdmin.ModalDialog, please update usage.");
|
517
|
-
return ModalDialog(message, inputs, callback);
|
518
|
-
}
|
519
|
-
exports.ModalDialog = ModalDialog;
|
520
|
-
exports.modal_dialog = modal_dialog;
|
521
|
-
});
|
@@ -1,57 +0,0 @@
|
|
1
|
-
/* Active Admin CSS */
|
2
|
-
@media screen {
|
3
|
-
// Normalize
|
4
|
-
@import "./normalize";
|
5
|
-
|
6
|
-
// Partials
|
7
|
-
@import "./typography";
|
8
|
-
@import "./header";
|
9
|
-
@import "./forms";
|
10
|
-
@import "./components/comments";
|
11
|
-
@import "./components/flash_messages";
|
12
|
-
@import "./components/date_picker";
|
13
|
-
@import "./components/tables";
|
14
|
-
@import "./components/batch_actions";
|
15
|
-
@import "./components/modal_dialog";
|
16
|
-
@import "./components/blank_slates";
|
17
|
-
@import "./components/breadcrumbs";
|
18
|
-
@import "./components/dropdown_menu";
|
19
|
-
@import "./components/buttons";
|
20
|
-
@import "./components/grid";
|
21
|
-
@import "./components/links";
|
22
|
-
@import "./components/pagination";
|
23
|
-
@import "./components/panels";
|
24
|
-
@import "./components/columns";
|
25
|
-
@import "./components/scopes";
|
26
|
-
@import "./components/status_tags";
|
27
|
-
@import "./components/table_tools";
|
28
|
-
@import "./components/index_list";
|
29
|
-
@import "./components/unsupported_browser";
|
30
|
-
@import "./components/tabs";
|
31
|
-
@import "./pages/logged_out";
|
32
|
-
@import "./structure/footer";
|
33
|
-
@import "./structure/main_structure";
|
34
|
-
@import "./structure/title_bar";
|
35
|
-
|
36
|
-
html {
|
37
|
-
box-sizing: border-box;
|
38
|
-
}
|
39
|
-
|
40
|
-
*,
|
41
|
-
*:before,
|
42
|
-
*:after {
|
43
|
-
box-sizing: inherit;
|
44
|
-
}
|
45
|
-
|
46
|
-
body {
|
47
|
-
@include sans-family;
|
48
|
-
line-height: 1.5;
|
49
|
-
font-size: 72%;
|
50
|
-
background: $body-background-color;
|
51
|
-
color: $text-color;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
@media print {
|
56
|
-
@import "./print";
|
57
|
-
}
|