--- !ruby/object:Gem::Specification name: katalyst-tables version: !ruby/object:Gem::Version version: 3.4.5 platform: ruby authors: - Katalyst Interactive autorequire: bindir: bin cert_chain: [] date: 2024-07-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: katalyst-html-attributes requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: view_component requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: HTML table generator for building tabular index views with filtering, sorting, and pagination. email: - devs@katalyst.com.au executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - LICENSE.txt - README.md - app/assets/builds/katalyst/tables.esm.js - app/assets/builds/katalyst/tables.js - app/assets/builds/katalyst/tables.min.js - app/assets/builds/katalyst/tables.min.js.map - app/assets/config/katalyst-tables.js - app/assets/stylesheets/katalyst/tables/_index.scss - app/assets/stylesheets/katalyst/tables/_ordinal.scss - app/assets/stylesheets/katalyst/tables/_query.scss - app/assets/stylesheets/katalyst/tables/_select.scss - app/assets/stylesheets/katalyst/tables/_summary.scss - app/assets/stylesheets/katalyst/tables/_table.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_boolean.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_currency.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_date.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_datetime.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_enum.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_index.scss - app/assets/stylesheets/katalyst/tables/typed-columns/_number.scss - app/components/concerns/katalyst/tables/has_table_content.rb - app/components/concerns/katalyst/tables/identifiable.rb - app/components/concerns/katalyst/tables/orderable.rb - app/components/concerns/katalyst/tables/row_renderer.rb - app/components/concerns/katalyst/tables/selectable.rb - app/components/concerns/katalyst/tables/sortable.rb - app/components/katalyst/summary_table_component.html.erb - app/components/katalyst/summary_table_component.rb - app/components/katalyst/table_component.html.erb - app/components/katalyst/table_component.rb - app/components/katalyst/tables/body_row_component.html.erb - app/components/katalyst/tables/body_row_component.rb - app/components/katalyst/tables/cell_component.rb - app/components/katalyst/tables/cells/boolean_component.rb - app/components/katalyst/tables/cells/currency_component.rb - app/components/katalyst/tables/cells/date_component.rb - app/components/katalyst/tables/cells/date_time_component.rb - app/components/katalyst/tables/cells/enum_component.rb - app/components/katalyst/tables/cells/number_component.rb - app/components/katalyst/tables/cells/ordinal_component.rb - app/components/katalyst/tables/cells/rich_text_component.rb - app/components/katalyst/tables/cells/select_component.rb - app/components/katalyst/tables/data.rb - app/components/katalyst/tables/empty_caption_component.html.erb - app/components/katalyst/tables/empty_caption_component.rb - app/components/katalyst/tables/header_row_component.html.erb - app/components/katalyst/tables/header_row_component.rb - app/components/katalyst/tables/label.rb - app/components/katalyst/tables/orderable/form_component.rb - app/components/katalyst/tables/pagy_nav_component.rb - app/components/katalyst/tables/query/input_component.html.erb - app/components/katalyst/tables/query/input_component.rb - app/components/katalyst/tables/query/modal_component.html.erb - app/components/katalyst/tables/query/modal_component.rb - app/components/katalyst/tables/query_component.html.erb - app/components/katalyst/tables/query_component.rb - app/components/katalyst/tables/selectable/form_component.html.erb - app/components/katalyst/tables/selectable/form_component.rb - app/components/katalyst/tables/summary/body_component.html.erb - app/components/katalyst/tables/summary/body_component.rb - app/components/katalyst/tables/summary/header_component.html.erb - app/components/katalyst/tables/summary/header_component.rb - app/components/katalyst/tables/summary/row_component.html.erb - app/components/katalyst/tables/summary/row_component.rb - app/controllers/concerns/katalyst/tables/backend.rb - app/helpers/katalyst/tables/frontend.rb - app/javascript/tables/application.js - app/javascript/tables/orderable/form_controller.js - app/javascript/tables/orderable/item_controller.js - app/javascript/tables/orderable/list_controller.js - app/javascript/tables/query_controller.js - app/javascript/tables/query_input_controller.js - app/javascript/tables/selection/form_controller.js - app/javascript/tables/selection/item_controller.js - app/javascript/tables/selection/table_controller.js - app/models/concerns/katalyst/tables/collection/core.rb - app/models/concerns/katalyst/tables/collection/filtering.rb - app/models/concerns/katalyst/tables/collection/has_params.rb - app/models/concerns/katalyst/tables/collection/pagination.rb - app/models/concerns/katalyst/tables/collection/query.rb - app/models/concerns/katalyst/tables/collection/query/array_value_parser.rb - app/models/concerns/katalyst/tables/collection/query/parser.rb - app/models/concerns/katalyst/tables/collection/query/single_value_parser.rb - app/models/concerns/katalyst/tables/collection/query/value_parser.rb - app/models/concerns/katalyst/tables/collection/reducers.rb - app/models/concerns/katalyst/tables/collection/sorting.rb - app/models/katalyst/tables/collection/array.rb - app/models/katalyst/tables/collection/base.rb - app/models/katalyst/tables/collection/filter.rb - config/importmap.rb - config/locales/tables.en.yml - lib/katalyst/tables.rb - lib/katalyst/tables/collection.rb - lib/katalyst/tables/collection/type.rb - lib/katalyst/tables/collection/type/boolean.rb - lib/katalyst/tables/collection/type/date.rb - lib/katalyst/tables/collection/type/enum.rb - lib/katalyst/tables/collection/type/example.rb - lib/katalyst/tables/collection/type/float.rb - lib/katalyst/tables/collection/type/helpers/delegate.rb - lib/katalyst/tables/collection/type/helpers/extensions.rb - lib/katalyst/tables/collection/type/helpers/multiple.rb - lib/katalyst/tables/collection/type/helpers/range.rb - lib/katalyst/tables/collection/type/integer.rb - lib/katalyst/tables/collection/type/query.rb - lib/katalyst/tables/collection/type/search.rb - lib/katalyst/tables/collection/type/string.rb - lib/katalyst/tables/collection/type/value.rb - lib/katalyst/tables/config.rb - lib/katalyst/tables/engine.rb homepage: https://github.com/katalyst/tables licenses: - MIT metadata: allowed_push_host: https://rubygems.org rubygems_mfa_required: 'true' homepage_uri: https://github.com/katalyst/tables source_code_uri: https://github.com/katalyst/tables changelog_uri: https://github.com/katalyst/tables/blobs/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.11 signing_key: specification_version: 4 summary: HTML table generator for Rails views test_files: []