Sha256: 986f76bb0d6bf8fb7819f023cf75dd05cc66a2fd67f1bbd5e6719a3395ee5d37

Contents?: true

Size: 707 Bytes

Versions: 45

Compression:

Stored size: 707 Bytes

Contents

<%= content_tag :label, name: t("avo.select_item") do %>
  <%= content_tag :span, t("avo.select_item"), class: 'sr-only' %>
  <%= tag :input,
    type: "checkbox",
    name: t("avo.select_item"),
    title: t("avo.select_item"),
    autocomplete: :off,
    class: class_names("mx-3 rounded checked:bg-primary-400 focus:checked:!bg-primary-400", {
      "absolute inset-auto left-0 mt-3 z-10 hidden group-hover:block checked:block": @floating,
      "w-5 h-5": @size.to_sym == :lg,
      "w-4 h-4": @size.to_sym != :lg,
    }),
    data: {
      action: "input->item-selector#toggle input->item-select-all#selectRow",
      item_select_all_target: "itemCheckbox",
      tippy: "tooltip"
    }
  %>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/row_selector_component.html.erb
avo-3.15.0 app/components/avo/row_selector_component.html.erb
avo-3.14.5 app/components/avo/row_selector_component.html.erb
avo-3.14.4 app/components/avo/row_selector_component.html.erb
avo-3.14.3 app/components/avo/row_selector_component.html.erb
avo-3.14.2 app/components/avo/row_selector_component.html.erb
avo-3.14.1 app/components/avo/row_selector_component.html.erb
avo-3.14.0 app/components/avo/row_selector_component.html.erb
avo-3.13.7 app/components/avo/row_selector_component.html.erb
avo-3.13.6 app/components/avo/row_selector_component.html.erb
avo-3.13.5 app/components/avo/row_selector_component.html.erb
avo-3.13.4 app/components/avo/row_selector_component.html.erb
avo-3.13.3 app/components/avo/row_selector_component.html.erb
avo-3.13.2 app/components/avo/row_selector_component.html.erb
avo-3.13.1 app/components/avo/row_selector_component.html.erb
avo-3.13.0 app/components/avo/row_selector_component.html.erb
avo-3.12.0 app/components/avo/row_selector_component.html.erb
avo-3.11.10 app/components/avo/row_selector_component.html.erb
avo-3.11.9 app/components/avo/row_selector_component.html.erb
avo-3.11.8 app/components/avo/row_selector_component.html.erb