# -*- encoding: utf-8 -*- # stub: katalyst-tables 3.5.2 ruby lib Gem::Specification.new do |s| s.name = "katalyst-tables".freeze s.version = "3.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/katalyst/tables/blobs/main/CHANGELOG.md", "homepage_uri" => "https://github.com/katalyst/tables", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/katalyst/tables" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Katalyst Interactive".freeze] s.date = "2024-07-25" s.description = "HTML table generator for building tabular index views with filtering, sorting, and pagination.".freeze s.email = ["devs@katalyst.com.au".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "app/assets/builds/katalyst/tables.esm.js".freeze, "app/assets/builds/katalyst/tables.js".freeze, "app/assets/builds/katalyst/tables.min.js".freeze, "app/assets/builds/katalyst/tables.min.js.map".freeze, "app/assets/config/katalyst-tables.js".freeze, "app/assets/stylesheets/katalyst/tables/_index.scss".freeze, "app/assets/stylesheets/katalyst/tables/_ordinal.scss".freeze, "app/assets/stylesheets/katalyst/tables/_query.scss".freeze, "app/assets/stylesheets/katalyst/tables/_select.scss".freeze, "app/assets/stylesheets/katalyst/tables/_summary.scss".freeze, "app/assets/stylesheets/katalyst/tables/_table.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_boolean.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_currency.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_date.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_datetime.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_enum.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_index.scss".freeze, "app/assets/stylesheets/katalyst/tables/typed-columns/_number.scss".freeze, "app/components/concerns/katalyst/tables/has_table_content.rb".freeze, "app/components/concerns/katalyst/tables/identifiable.rb".freeze, "app/components/concerns/katalyst/tables/orderable.rb".freeze, "app/components/concerns/katalyst/tables/row_renderer.rb".freeze, "app/components/concerns/katalyst/tables/selectable.rb".freeze, "app/components/concerns/katalyst/tables/sortable.rb".freeze, "app/components/katalyst/summary_table_component.html.erb".freeze, "app/components/katalyst/summary_table_component.rb".freeze, "app/components/katalyst/table_component.html.erb".freeze, "app/components/katalyst/table_component.rb".freeze, "app/components/katalyst/tables/body_row_component.html.erb".freeze, "app/components/katalyst/tables/body_row_component.rb".freeze, "app/components/katalyst/tables/cell_component.rb".freeze, "app/components/katalyst/tables/cells/boolean_component.rb".freeze, "app/components/katalyst/tables/cells/currency_component.rb".freeze, "app/components/katalyst/tables/cells/date_component.rb".freeze, "app/components/katalyst/tables/cells/date_time_component.rb".freeze, "app/components/katalyst/tables/cells/enum_component.rb".freeze, "app/components/katalyst/tables/cells/number_component.rb".freeze, "app/components/katalyst/tables/cells/ordinal_component.rb".freeze, "app/components/katalyst/tables/cells/rich_text_component.rb".freeze, "app/components/katalyst/tables/cells/select_component.rb".freeze, "app/components/katalyst/tables/data.rb".freeze, "app/components/katalyst/tables/empty_caption_component.html.erb".freeze, "app/components/katalyst/tables/empty_caption_component.rb".freeze, "app/components/katalyst/tables/header_row_component.html.erb".freeze, "app/components/katalyst/tables/header_row_component.rb".freeze, "app/components/katalyst/tables/label.rb".freeze, "app/components/katalyst/tables/orderable/form_component.rb".freeze, "app/components/katalyst/tables/pagy_nav_component.rb".freeze, "app/components/katalyst/tables/query/input_component.html.erb".freeze, "app/components/katalyst/tables/query/input_component.rb".freeze, "app/components/katalyst/tables/query/modal_component.html.erb".freeze, "app/components/katalyst/tables/query/modal_component.rb".freeze, "app/components/katalyst/tables/query/suggestion_component.html.erb".freeze, "app/components/katalyst/tables/query/suggestion_component.rb".freeze, "app/components/katalyst/tables/query_component.html.erb".freeze, "app/components/katalyst/tables/query_component.rb".freeze, "app/components/katalyst/tables/selectable/form_component.html.erb".freeze, "app/components/katalyst/tables/selectable/form_component.rb".freeze, "app/components/katalyst/tables/summary/body_component.html.erb".freeze, "app/components/katalyst/tables/summary/body_component.rb".freeze, "app/components/katalyst/tables/summary/header_component.html.erb".freeze, "app/components/katalyst/tables/summary/header_component.rb".freeze, "app/components/katalyst/tables/summary/row_component.html.erb".freeze, "app/components/katalyst/tables/summary/row_component.rb".freeze, "app/controllers/concerns/katalyst/tables/backend.rb".freeze, "app/helpers/katalyst/tables/frontend.rb".freeze, "app/javascript/tables/application.js".freeze, "app/javascript/tables/orderable/form_controller.js".freeze, "app/javascript/tables/orderable/item_controller.js".freeze, "app/javascript/tables/orderable/list_controller.js".freeze, "app/javascript/tables/query_controller.js".freeze, "app/javascript/tables/query_input_controller.js".freeze, "app/javascript/tables/selection/form_controller.js".freeze, "app/javascript/tables/selection/item_controller.js".freeze, "app/javascript/tables/selection/table_controller.js".freeze, "app/models/concerns/katalyst/tables/collection/core.rb".freeze, "app/models/concerns/katalyst/tables/collection/filtering.rb".freeze, "app/models/concerns/katalyst/tables/collection/has_params.rb".freeze, "app/models/concerns/katalyst/tables/collection/pagination.rb".freeze, "app/models/concerns/katalyst/tables/collection/query.rb".freeze, "app/models/concerns/katalyst/tables/collection/query/array_value_parser.rb".freeze, "app/models/concerns/katalyst/tables/collection/query/parser.rb".freeze, "app/models/concerns/katalyst/tables/collection/query/single_value_parser.rb".freeze, "app/models/concerns/katalyst/tables/collection/query/untagged_literal.rb".freeze, "app/models/concerns/katalyst/tables/collection/query/value_parser.rb".freeze, "app/models/concerns/katalyst/tables/collection/reducers.rb".freeze, "app/models/concerns/katalyst/tables/collection/sorting.rb".freeze, "app/models/concerns/katalyst/tables/collection/suggestions.rb".freeze, "app/models/katalyst/tables/collection/array.rb".freeze, "app/models/katalyst/tables/collection/base.rb".freeze, "app/models/katalyst/tables/collection/filter.rb".freeze, "app/models/katalyst/tables/suggestions/attribute.rb".freeze, "app/models/katalyst/tables/suggestions/base.rb".freeze, "app/models/katalyst/tables/suggestions/constant_value.rb".freeze, "app/models/katalyst/tables/suggestions/custom_value.rb".freeze, "app/models/katalyst/tables/suggestions/database_value.rb".freeze, "app/models/katalyst/tables/suggestions/search_value.rb".freeze, "config/importmap.rb".freeze, "config/locales/tables.en.yml".freeze, "lib/katalyst/tables.rb".freeze, "lib/katalyst/tables/collection.rb".freeze, "lib/katalyst/tables/collection/type.rb".freeze, "lib/katalyst/tables/collection/type/boolean.rb".freeze, "lib/katalyst/tables/collection/type/date.rb".freeze, "lib/katalyst/tables/collection/type/enum.rb".freeze, "lib/katalyst/tables/collection/type/float.rb".freeze, "lib/katalyst/tables/collection/type/helpers/delegate.rb".freeze, "lib/katalyst/tables/collection/type/helpers/extensions.rb".freeze, "lib/katalyst/tables/collection/type/helpers/multiple.rb".freeze, "lib/katalyst/tables/collection/type/helpers/range.rb".freeze, "lib/katalyst/tables/collection/type/integer.rb".freeze, "lib/katalyst/tables/collection/type/query.rb".freeze, "lib/katalyst/tables/collection/type/search.rb".freeze, "lib/katalyst/tables/collection/type/string.rb".freeze, "lib/katalyst/tables/collection/type/value.rb".freeze, "lib/katalyst/tables/config.rb".freeze, "lib/katalyst/tables/engine.rb".freeze] s.homepage = "https://github.com/katalyst/tables".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "HTML table generator for Rails views".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end