activeadmin 3.2.3 → 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 -57
- data/CONTRIBUTING.md +25 -108
- data/README.md +19 -32
- 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/pundit_adapter.rb +1 -1
- data/lib/active_admin/resource/action_items.rb +15 -20
- data/lib/active_admin/resource/attributes.rb +1 -8
- 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 -315
- 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 -154
- 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 -58
- 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 -70
- data/app/assets/stylesheets/active_admin/components/_tables.scss +0 -112
- data/app/assets/stylesheets/active_admin/components/_tabs.scss +0 -68
- 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 -43
- 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,294 +0,0 @@
|
|
1
|
-
//= require jquery-ui/form-reset-mixin
|
2
|
-
//= require jquery-ui/labels
|
3
|
-
//= require jquery-ui/widget
|
4
|
-
|
5
|
-
/*!
|
6
|
-
* jQuery UI Checkboxradio 1.13.3
|
7
|
-
* https://jqueryui.com
|
8
|
-
*
|
9
|
-
* Copyright OpenJS Foundation and other contributors
|
10
|
-
* Released under the MIT license.
|
11
|
-
* https://jquery.org/license
|
12
|
-
*/
|
13
|
-
|
14
|
-
//>>label: Checkboxradio
|
15
|
-
//>>group: Widgets
|
16
|
-
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
|
17
|
-
//>>docs: https://api.jqueryui.com/checkboxradio/
|
18
|
-
//>>demos: https://jqueryui.com/checkboxradio/
|
19
|
-
//>>css.structure: ../../themes/base/core.css
|
20
|
-
//>>css.structure: ../../themes/base/button.css
|
21
|
-
//>>css.structure: ../../themes/base/checkboxradio.css
|
22
|
-
//>>css.theme: ../../themes/base/theme.css
|
23
|
-
|
24
|
-
( function( factory ) {
|
25
|
-
"use strict";
|
26
|
-
|
27
|
-
if ( typeof define === "function" && define.amd ) {
|
28
|
-
|
29
|
-
// AMD. Register as an anonymous module.
|
30
|
-
define( [
|
31
|
-
"jquery",
|
32
|
-
"../form-reset-mixin",
|
33
|
-
"../labels",
|
34
|
-
"../widget"
|
35
|
-
], factory );
|
36
|
-
} else {
|
37
|
-
|
38
|
-
// Browser globals
|
39
|
-
factory( jQuery );
|
40
|
-
}
|
41
|
-
} )( function( $ ) {
|
42
|
-
"use strict";
|
43
|
-
|
44
|
-
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
|
45
|
-
version: "1.13.3",
|
46
|
-
options: {
|
47
|
-
disabled: null,
|
48
|
-
label: null,
|
49
|
-
icon: true,
|
50
|
-
classes: {
|
51
|
-
"ui-checkboxradio-label": "ui-corner-all",
|
52
|
-
"ui-checkboxradio-icon": "ui-corner-all"
|
53
|
-
}
|
54
|
-
},
|
55
|
-
|
56
|
-
_getCreateOptions: function() {
|
57
|
-
var disabled, labels, labelContents;
|
58
|
-
var options = this._super() || {};
|
59
|
-
|
60
|
-
// We read the type here, because it makes more sense to throw a element type error first,
|
61
|
-
// rather then the error for lack of a label. Often if its the wrong type, it
|
62
|
-
// won't have a label (e.g. calling on a div, btn, etc)
|
63
|
-
this._readType();
|
64
|
-
|
65
|
-
labels = this.element.labels();
|
66
|
-
|
67
|
-
// If there are multiple labels, use the last one
|
68
|
-
this.label = $( labels[ labels.length - 1 ] );
|
69
|
-
if ( !this.label.length ) {
|
70
|
-
$.error( "No label found for checkboxradio widget" );
|
71
|
-
}
|
72
|
-
|
73
|
-
this.originalLabel = "";
|
74
|
-
|
75
|
-
// We need to get the label text but this may also need to make sure it does not contain the
|
76
|
-
// input itself.
|
77
|
-
// The label contents could be text, html, or a mix. We wrap all elements
|
78
|
-
// and read the wrapper's `innerHTML` to get a string representation of
|
79
|
-
// the label, without the input as part of it.
|
80
|
-
labelContents = this.label.contents().not( this.element[ 0 ] );
|
81
|
-
|
82
|
-
if ( labelContents.length ) {
|
83
|
-
this.originalLabel += labelContents
|
84
|
-
.clone()
|
85
|
-
.wrapAll( "<div></div>" )
|
86
|
-
.parent()
|
87
|
-
.html();
|
88
|
-
}
|
89
|
-
|
90
|
-
// Set the label option if we found label text
|
91
|
-
if ( this.originalLabel ) {
|
92
|
-
options.label = this.originalLabel;
|
93
|
-
}
|
94
|
-
|
95
|
-
disabled = this.element[ 0 ].disabled;
|
96
|
-
if ( disabled != null ) {
|
97
|
-
options.disabled = disabled;
|
98
|
-
}
|
99
|
-
return options;
|
100
|
-
},
|
101
|
-
|
102
|
-
_create: function() {
|
103
|
-
var checked = this.element[ 0 ].checked;
|
104
|
-
|
105
|
-
this._bindFormResetHandler();
|
106
|
-
|
107
|
-
if ( this.options.disabled == null ) {
|
108
|
-
this.options.disabled = this.element[ 0 ].disabled;
|
109
|
-
}
|
110
|
-
|
111
|
-
this._setOption( "disabled", this.options.disabled );
|
112
|
-
this._addClass( "ui-checkboxradio", "ui-helper-hidden-accessible" );
|
113
|
-
this._addClass( this.label, "ui-checkboxradio-label", "ui-button ui-widget" );
|
114
|
-
|
115
|
-
if ( this.type === "radio" ) {
|
116
|
-
this._addClass( this.label, "ui-checkboxradio-radio-label" );
|
117
|
-
}
|
118
|
-
|
119
|
-
if ( this.options.label && this.options.label !== this.originalLabel ) {
|
120
|
-
this._updateLabel();
|
121
|
-
} else if ( this.originalLabel ) {
|
122
|
-
this.options.label = this.originalLabel;
|
123
|
-
}
|
124
|
-
|
125
|
-
this._enhance();
|
126
|
-
|
127
|
-
if ( checked ) {
|
128
|
-
this._addClass( this.label, "ui-checkboxradio-checked", "ui-state-active" );
|
129
|
-
}
|
130
|
-
|
131
|
-
this._on( {
|
132
|
-
change: "_toggleClasses",
|
133
|
-
focus: function() {
|
134
|
-
this._addClass( this.label, null, "ui-state-focus ui-visual-focus" );
|
135
|
-
},
|
136
|
-
blur: function() {
|
137
|
-
this._removeClass( this.label, null, "ui-state-focus ui-visual-focus" );
|
138
|
-
}
|
139
|
-
} );
|
140
|
-
},
|
141
|
-
|
142
|
-
_readType: function() {
|
143
|
-
var nodeName = this.element[ 0 ].nodeName.toLowerCase();
|
144
|
-
this.type = this.element[ 0 ].type;
|
145
|
-
if ( nodeName !== "input" || !/radio|checkbox/.test( this.type ) ) {
|
146
|
-
$.error( "Can't create checkboxradio on element.nodeName=" + nodeName +
|
147
|
-
" and element.type=" + this.type );
|
148
|
-
}
|
149
|
-
},
|
150
|
-
|
151
|
-
// Support jQuery Mobile enhanced option
|
152
|
-
_enhance: function() {
|
153
|
-
this._updateIcon( this.element[ 0 ].checked );
|
154
|
-
},
|
155
|
-
|
156
|
-
widget: function() {
|
157
|
-
return this.label;
|
158
|
-
},
|
159
|
-
|
160
|
-
_getRadioGroup: function() {
|
161
|
-
var group;
|
162
|
-
var name = this.element[ 0 ].name;
|
163
|
-
var nameSelector = "input[name='" + $.escapeSelector( name ) + "']";
|
164
|
-
|
165
|
-
if ( !name ) {
|
166
|
-
return $( [] );
|
167
|
-
}
|
168
|
-
|
169
|
-
if ( this.form.length ) {
|
170
|
-
group = $( this.form[ 0 ].elements ).filter( nameSelector );
|
171
|
-
} else {
|
172
|
-
|
173
|
-
// Not inside a form, check all inputs that also are not inside a form
|
174
|
-
group = $( nameSelector ).filter( function() {
|
175
|
-
return $( this )._form().length === 0;
|
176
|
-
} );
|
177
|
-
}
|
178
|
-
|
179
|
-
return group.not( this.element );
|
180
|
-
},
|
181
|
-
|
182
|
-
_toggleClasses: function() {
|
183
|
-
var checked = this.element[ 0 ].checked;
|
184
|
-
this._toggleClass( this.label, "ui-checkboxradio-checked", "ui-state-active", checked );
|
185
|
-
|
186
|
-
if ( this.options.icon && this.type === "checkbox" ) {
|
187
|
-
this._toggleClass( this.icon, null, "ui-icon-check ui-state-checked", checked )
|
188
|
-
._toggleClass( this.icon, null, "ui-icon-blank", !checked );
|
189
|
-
}
|
190
|
-
|
191
|
-
if ( this.type === "radio" ) {
|
192
|
-
this._getRadioGroup()
|
193
|
-
.each( function() {
|
194
|
-
var instance = $( this ).checkboxradio( "instance" );
|
195
|
-
|
196
|
-
if ( instance ) {
|
197
|
-
instance._removeClass( instance.label,
|
198
|
-
"ui-checkboxradio-checked", "ui-state-active" );
|
199
|
-
}
|
200
|
-
} );
|
201
|
-
}
|
202
|
-
},
|
203
|
-
|
204
|
-
_destroy: function() {
|
205
|
-
this._unbindFormResetHandler();
|
206
|
-
|
207
|
-
if ( this.icon ) {
|
208
|
-
this.icon.remove();
|
209
|
-
this.iconSpace.remove();
|
210
|
-
}
|
211
|
-
},
|
212
|
-
|
213
|
-
_setOption: function( key, value ) {
|
214
|
-
|
215
|
-
// We don't allow the value to be set to nothing
|
216
|
-
if ( key === "label" && !value ) {
|
217
|
-
return;
|
218
|
-
}
|
219
|
-
|
220
|
-
this._super( key, value );
|
221
|
-
|
222
|
-
if ( key === "disabled" ) {
|
223
|
-
this._toggleClass( this.label, null, "ui-state-disabled", value );
|
224
|
-
this.element[ 0 ].disabled = value;
|
225
|
-
|
226
|
-
// Don't refresh when setting disabled
|
227
|
-
return;
|
228
|
-
}
|
229
|
-
this.refresh();
|
230
|
-
},
|
231
|
-
|
232
|
-
_updateIcon: function( checked ) {
|
233
|
-
var toAdd = "ui-icon ui-icon-background ";
|
234
|
-
|
235
|
-
if ( this.options.icon ) {
|
236
|
-
if ( !this.icon ) {
|
237
|
-
this.icon = $( "<span>" );
|
238
|
-
this.iconSpace = $( "<span> </span>" );
|
239
|
-
this._addClass( this.iconSpace, "ui-checkboxradio-icon-space" );
|
240
|
-
}
|
241
|
-
|
242
|
-
if ( this.type === "checkbox" ) {
|
243
|
-
toAdd += checked ? "ui-icon-check ui-state-checked" : "ui-icon-blank";
|
244
|
-
this._removeClass( this.icon, null, checked ? "ui-icon-blank" : "ui-icon-check" );
|
245
|
-
} else {
|
246
|
-
toAdd += "ui-icon-blank";
|
247
|
-
}
|
248
|
-
this._addClass( this.icon, "ui-checkboxradio-icon", toAdd );
|
249
|
-
if ( !checked ) {
|
250
|
-
this._removeClass( this.icon, null, "ui-icon-check ui-state-checked" );
|
251
|
-
}
|
252
|
-
this.icon.prependTo( this.label ).after( this.iconSpace );
|
253
|
-
} else if ( this.icon !== undefined ) {
|
254
|
-
this.icon.remove();
|
255
|
-
this.iconSpace.remove();
|
256
|
-
delete this.icon;
|
257
|
-
}
|
258
|
-
},
|
259
|
-
|
260
|
-
_updateLabel: function() {
|
261
|
-
|
262
|
-
// Remove the contents of the label ( minus the icon, icon space, and input )
|
263
|
-
var contents = this.label.contents().not( this.element[ 0 ] );
|
264
|
-
if ( this.icon ) {
|
265
|
-
contents = contents.not( this.icon[ 0 ] );
|
266
|
-
}
|
267
|
-
if ( this.iconSpace ) {
|
268
|
-
contents = contents.not( this.iconSpace[ 0 ] );
|
269
|
-
}
|
270
|
-
contents.remove();
|
271
|
-
|
272
|
-
this.label.append( this.options.label );
|
273
|
-
},
|
274
|
-
|
275
|
-
refresh: function() {
|
276
|
-
var checked = this.element[ 0 ].checked,
|
277
|
-
isDisabled = this.element[ 0 ].disabled;
|
278
|
-
|
279
|
-
this._updateIcon( checked );
|
280
|
-
this._toggleClass( this.label, "ui-checkboxradio-checked", "ui-state-active", checked );
|
281
|
-
if ( this.options.label !== null ) {
|
282
|
-
this._updateLabel();
|
283
|
-
}
|
284
|
-
|
285
|
-
if ( isDisabled !== this.options.disabled ) {
|
286
|
-
this._setOptions( { "disabled": isDisabled } );
|
287
|
-
}
|
288
|
-
}
|
289
|
-
|
290
|
-
} ] );
|
291
|
-
|
292
|
-
return $.ui.checkboxradio;
|
293
|
-
|
294
|
-
} );
|
@@ -1,304 +0,0 @@
|
|
1
|
-
//= require jquery-ui/widget
|
2
|
-
|
3
|
-
/*!
|
4
|
-
* jQuery UI Controlgroup 1.13.3
|
5
|
-
* https://jqueryui.com
|
6
|
-
*
|
7
|
-
* Copyright OpenJS Foundation and other contributors
|
8
|
-
* Released under the MIT license.
|
9
|
-
* https://jquery.org/license
|
10
|
-
*/
|
11
|
-
|
12
|
-
//>>label: Controlgroup
|
13
|
-
//>>group: Widgets
|
14
|
-
//>>description: Visually groups form control widgets
|
15
|
-
//>>docs: https://api.jqueryui.com/controlgroup/
|
16
|
-
//>>demos: https://jqueryui.com/controlgroup/
|
17
|
-
//>>css.structure: ../../themes/base/core.css
|
18
|
-
//>>css.structure: ../../themes/base/controlgroup.css
|
19
|
-
//>>css.theme: ../../themes/base/theme.css
|
20
|
-
|
21
|
-
( function( factory ) {
|
22
|
-
"use strict";
|
23
|
-
|
24
|
-
if ( typeof define === "function" && define.amd ) {
|
25
|
-
|
26
|
-
// AMD. Register as an anonymous module.
|
27
|
-
define( [
|
28
|
-
"jquery",
|
29
|
-
"../widget"
|
30
|
-
], factory );
|
31
|
-
} else {
|
32
|
-
|
33
|
-
// Browser globals
|
34
|
-
factory( jQuery );
|
35
|
-
}
|
36
|
-
} )( function( $ ) {
|
37
|
-
"use strict";
|
38
|
-
|
39
|
-
var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
|
40
|
-
|
41
|
-
return $.widget( "ui.controlgroup", {
|
42
|
-
version: "1.13.3",
|
43
|
-
defaultElement: "<div>",
|
44
|
-
options: {
|
45
|
-
direction: "horizontal",
|
46
|
-
disabled: null,
|
47
|
-
onlyVisible: true,
|
48
|
-
items: {
|
49
|
-
"button": "input[type=button], input[type=submit], input[type=reset], button, a",
|
50
|
-
"controlgroupLabel": ".ui-controlgroup-label",
|
51
|
-
"checkboxradio": "input[type='checkbox'], input[type='radio']",
|
52
|
-
"selectmenu": "select",
|
53
|
-
"spinner": ".ui-spinner-input"
|
54
|
-
}
|
55
|
-
},
|
56
|
-
|
57
|
-
_create: function() {
|
58
|
-
this._enhance();
|
59
|
-
},
|
60
|
-
|
61
|
-
// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation
|
62
|
-
_enhance: function() {
|
63
|
-
this.element.attr( "role", "toolbar" );
|
64
|
-
this.refresh();
|
65
|
-
},
|
66
|
-
|
67
|
-
_destroy: function() {
|
68
|
-
this._callChildMethod( "destroy" );
|
69
|
-
this.childWidgets.removeData( "ui-controlgroup-data" );
|
70
|
-
this.element.removeAttr( "role" );
|
71
|
-
if ( this.options.items.controlgroupLabel ) {
|
72
|
-
this.element
|
73
|
-
.find( this.options.items.controlgroupLabel )
|
74
|
-
.find( ".ui-controlgroup-label-contents" )
|
75
|
-
.contents().unwrap();
|
76
|
-
}
|
77
|
-
},
|
78
|
-
|
79
|
-
_initWidgets: function() {
|
80
|
-
var that = this,
|
81
|
-
childWidgets = [];
|
82
|
-
|
83
|
-
// First we iterate over each of the items options
|
84
|
-
$.each( this.options.items, function( widget, selector ) {
|
85
|
-
var labels;
|
86
|
-
var options = {};
|
87
|
-
|
88
|
-
// Make sure the widget has a selector set
|
89
|
-
if ( !selector ) {
|
90
|
-
return;
|
91
|
-
}
|
92
|
-
|
93
|
-
if ( widget === "controlgroupLabel" ) {
|
94
|
-
labels = that.element.find( selector );
|
95
|
-
labels.each( function() {
|
96
|
-
var element = $( this );
|
97
|
-
|
98
|
-
if ( element.children( ".ui-controlgroup-label-contents" ).length ) {
|
99
|
-
return;
|
100
|
-
}
|
101
|
-
element.contents()
|
102
|
-
.wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
|
103
|
-
} );
|
104
|
-
that._addClass( labels, null, "ui-widget ui-widget-content ui-state-default" );
|
105
|
-
childWidgets = childWidgets.concat( labels.get() );
|
106
|
-
return;
|
107
|
-
}
|
108
|
-
|
109
|
-
// Make sure the widget actually exists
|
110
|
-
if ( !$.fn[ widget ] ) {
|
111
|
-
return;
|
112
|
-
}
|
113
|
-
|
114
|
-
// We assume everything is in the middle to start because we can't determine
|
115
|
-
// first / last elements until all enhancments are done.
|
116
|
-
if ( that[ "_" + widget + "Options" ] ) {
|
117
|
-
options = that[ "_" + widget + "Options" ]( "middle" );
|
118
|
-
} else {
|
119
|
-
options = { classes: {} };
|
120
|
-
}
|
121
|
-
|
122
|
-
// Find instances of this widget inside controlgroup and init them
|
123
|
-
that.element
|
124
|
-
.find( selector )
|
125
|
-
.each( function() {
|
126
|
-
var element = $( this );
|
127
|
-
var instance = element[ widget ]( "instance" );
|
128
|
-
|
129
|
-
// We need to clone the default options for this type of widget to avoid
|
130
|
-
// polluting the variable options which has a wider scope than a single widget.
|
131
|
-
var instanceOptions = $.widget.extend( {}, options );
|
132
|
-
|
133
|
-
// If the button is the child of a spinner ignore it
|
134
|
-
// TODO: Find a more generic solution
|
135
|
-
if ( widget === "button" && element.parent( ".ui-spinner" ).length ) {
|
136
|
-
return;
|
137
|
-
}
|
138
|
-
|
139
|
-
// Create the widget if it doesn't exist
|
140
|
-
if ( !instance ) {
|
141
|
-
instance = element[ widget ]()[ widget ]( "instance" );
|
142
|
-
}
|
143
|
-
if ( instance ) {
|
144
|
-
instanceOptions.classes =
|
145
|
-
that._resolveClassesValues( instanceOptions.classes, instance );
|
146
|
-
}
|
147
|
-
element[ widget ]( instanceOptions );
|
148
|
-
|
149
|
-
// Store an instance of the controlgroup to be able to reference
|
150
|
-
// from the outermost element for changing options and refresh
|
151
|
-
var widgetElement = element[ widget ]( "widget" );
|
152
|
-
$.data( widgetElement[ 0 ], "ui-controlgroup-data",
|
153
|
-
instance ? instance : element[ widget ]( "instance" ) );
|
154
|
-
|
155
|
-
childWidgets.push( widgetElement[ 0 ] );
|
156
|
-
} );
|
157
|
-
} );
|
158
|
-
|
159
|
-
this.childWidgets = $( $.uniqueSort( childWidgets ) );
|
160
|
-
this._addClass( this.childWidgets, "ui-controlgroup-item" );
|
161
|
-
},
|
162
|
-
|
163
|
-
_callChildMethod: function( method ) {
|
164
|
-
this.childWidgets.each( function() {
|
165
|
-
var element = $( this ),
|
166
|
-
data = element.data( "ui-controlgroup-data" );
|
167
|
-
if ( data && data[ method ] ) {
|
168
|
-
data[ method ]();
|
169
|
-
}
|
170
|
-
} );
|
171
|
-
},
|
172
|
-
|
173
|
-
_updateCornerClass: function( element, position ) {
|
174
|
-
var remove = "ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all";
|
175
|
-
var add = this._buildSimpleOptions( position, "label" ).classes.label;
|
176
|
-
|
177
|
-
this._removeClass( element, null, remove );
|
178
|
-
this._addClass( element, null, add );
|
179
|
-
},
|
180
|
-
|
181
|
-
_buildSimpleOptions: function( position, key ) {
|
182
|
-
var direction = this.options.direction === "vertical";
|
183
|
-
var result = {
|
184
|
-
classes: {}
|
185
|
-
};
|
186
|
-
result.classes[ key ] = {
|
187
|
-
"middle": "",
|
188
|
-
"first": "ui-corner-" + ( direction ? "top" : "left" ),
|
189
|
-
"last": "ui-corner-" + ( direction ? "bottom" : "right" ),
|
190
|
-
"only": "ui-corner-all"
|
191
|
-
}[ position ];
|
192
|
-
|
193
|
-
return result;
|
194
|
-
},
|
195
|
-
|
196
|
-
_spinnerOptions: function( position ) {
|
197
|
-
var options = this._buildSimpleOptions( position, "ui-spinner" );
|
198
|
-
|
199
|
-
options.classes[ "ui-spinner-up" ] = "";
|
200
|
-
options.classes[ "ui-spinner-down" ] = "";
|
201
|
-
|
202
|
-
return options;
|
203
|
-
},
|
204
|
-
|
205
|
-
_buttonOptions: function( position ) {
|
206
|
-
return this._buildSimpleOptions( position, "ui-button" );
|
207
|
-
},
|
208
|
-
|
209
|
-
_checkboxradioOptions: function( position ) {
|
210
|
-
return this._buildSimpleOptions( position, "ui-checkboxradio-label" );
|
211
|
-
},
|
212
|
-
|
213
|
-
_selectmenuOptions: function( position ) {
|
214
|
-
var direction = this.options.direction === "vertical";
|
215
|
-
return {
|
216
|
-
width: direction ? "auto" : false,
|
217
|
-
classes: {
|
218
|
-
middle: {
|
219
|
-
"ui-selectmenu-button-open": "",
|
220
|
-
"ui-selectmenu-button-closed": ""
|
221
|
-
},
|
222
|
-
first: {
|
223
|
-
"ui-selectmenu-button-open": "ui-corner-" + ( direction ? "top" : "tl" ),
|
224
|
-
"ui-selectmenu-button-closed": "ui-corner-" + ( direction ? "top" : "left" )
|
225
|
-
},
|
226
|
-
last: {
|
227
|
-
"ui-selectmenu-button-open": direction ? "" : "ui-corner-tr",
|
228
|
-
"ui-selectmenu-button-closed": "ui-corner-" + ( direction ? "bottom" : "right" )
|
229
|
-
},
|
230
|
-
only: {
|
231
|
-
"ui-selectmenu-button-open": "ui-corner-top",
|
232
|
-
"ui-selectmenu-button-closed": "ui-corner-all"
|
233
|
-
}
|
234
|
-
|
235
|
-
}[ position ]
|
236
|
-
};
|
237
|
-
},
|
238
|
-
|
239
|
-
_resolveClassesValues: function( classes, instance ) {
|
240
|
-
var result = {};
|
241
|
-
$.each( classes, function( key ) {
|
242
|
-
var current = instance.options.classes[ key ] || "";
|
243
|
-
current = String.prototype.trim.call( current.replace( controlgroupCornerRegex, "" ) );
|
244
|
-
result[ key ] = ( current + " " + classes[ key ] ).replace( /\s+/g, " " );
|
245
|
-
} );
|
246
|
-
return result;
|
247
|
-
},
|
248
|
-
|
249
|
-
_setOption: function( key, value ) {
|
250
|
-
if ( key === "direction" ) {
|
251
|
-
this._removeClass( "ui-controlgroup-" + this.options.direction );
|
252
|
-
}
|
253
|
-
|
254
|
-
this._super( key, value );
|
255
|
-
if ( key === "disabled" ) {
|
256
|
-
this._callChildMethod( value ? "disable" : "enable" );
|
257
|
-
return;
|
258
|
-
}
|
259
|
-
|
260
|
-
this.refresh();
|
261
|
-
},
|
262
|
-
|
263
|
-
refresh: function() {
|
264
|
-
var children,
|
265
|
-
that = this;
|
266
|
-
|
267
|
-
this._addClass( "ui-controlgroup ui-controlgroup-" + this.options.direction );
|
268
|
-
|
269
|
-
if ( this.options.direction === "horizontal" ) {
|
270
|
-
this._addClass( null, "ui-helper-clearfix" );
|
271
|
-
}
|
272
|
-
this._initWidgets();
|
273
|
-
|
274
|
-
children = this.childWidgets;
|
275
|
-
|
276
|
-
// We filter here because we need to track all childWidgets not just the visible ones
|
277
|
-
if ( this.options.onlyVisible ) {
|
278
|
-
children = children.filter( ":visible" );
|
279
|
-
}
|
280
|
-
|
281
|
-
if ( children.length ) {
|
282
|
-
|
283
|
-
// We do this last because we need to make sure all enhancment is done
|
284
|
-
// before determining first and last
|
285
|
-
$.each( [ "first", "last" ], function( index, value ) {
|
286
|
-
var instance = children[ value ]().data( "ui-controlgroup-data" );
|
287
|
-
|
288
|
-
if ( instance && that[ "_" + instance.widgetName + "Options" ] ) {
|
289
|
-
var options = that[ "_" + instance.widgetName + "Options" ](
|
290
|
-
children.length === 1 ? "only" : value
|
291
|
-
);
|
292
|
-
options.classes = that._resolveClassesValues( options.classes, instance );
|
293
|
-
instance.element[ instance.widgetName ]( options );
|
294
|
-
} else {
|
295
|
-
that._updateCornerClass( children[ value ](), value );
|
296
|
-
}
|
297
|
-
} );
|
298
|
-
|
299
|
-
// Finally call the refresh method on each of the child widgets.
|
300
|
-
this._callChildMethod( "refresh" );
|
301
|
-
}
|
302
|
-
}
|
303
|
-
} );
|
304
|
-
} );
|