bs5 0.0.8 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/app/components/bs5/alert_component.rb +2 -0
  3. data/app/components/bs5/badge_component.rb +2 -0
  4. data/app/components/bs5/button_tag_component.rb +100 -0
  5. data/app/components/bs5/button_to_component.rb +109 -0
  6. data/app/components/bs5/list_group_component.html.erb +17 -0
  7. data/app/components/bs5/list_group_component.rb +143 -0
  8. data/app/controllers/bs5/pages_controller.rb +11 -0
  9. data/app/helpers/bs5/components_helper.rb +16 -16
  10. data/app/validators/style_validator.rb +2 -4
  11. data/app/views/bs5/examples/accordion/default/_example.html.erb +1 -1
  12. data/app/views/bs5/examples/accordion/flush/_example.html.erb +1 -1
  13. data/app/views/bs5/examples/alert/additional_content/_example.html.erb +1 -1
  14. data/app/views/bs5/examples/alert/default/_example.html.erb +1 -1
  15. data/app/views/bs5/examples/alert/dismissable/_example.html.erb +1 -1
  16. data/app/views/bs5/examples/alert/style/_example.html.erb +1 -1
  17. data/app/views/bs5/examples/badge/default/_example.html.erb +1 -1
  18. data/app/views/bs5/examples/badge/pill/_example.html.erb +1 -1
  19. data/app/views/bs5/examples/badge/style/_example.html.erb +1 -1
  20. data/app/views/bs5/examples/breadcrumb/default/_example.html.erb +1 -1
  21. data/app/views/bs5/examples/buttons/button_tag/block_buttons/_example.html.erb +5 -0
  22. data/app/views/bs5/examples/buttons/button_tag/block_buttons/block_buttons.html.erb +4 -0
  23. data/app/views/bs5/examples/buttons/button_tag/block_buttons/responsive_block_buttons_1.html.erb +4 -0
  24. data/app/views/bs5/examples/buttons/button_tag/block_buttons/responsive_block_buttons_2.html.erb +4 -0
  25. data/app/views/bs5/examples/buttons/button_tag/block_buttons/responsive_block_buttons_3.html.erb +4 -0
  26. data/app/views/bs5/examples/buttons/button_tag/default/_example.html.erb +2 -0
  27. data/app/views/bs5/examples/buttons/button_tag/default/snippet.html.erb +15 -0
  28. data/app/views/bs5/examples/buttons/button_tag/outline/_example.html.erb +2 -0
  29. data/app/views/bs5/examples/buttons/button_tag/outline/snippet.html.erb +19 -0
  30. data/app/views/bs5/examples/buttons/button_tag/size/_example.html.erb +3 -0
  31. data/app/views/bs5/examples/buttons/button_tag/size/large.html.erb +3 -0
  32. data/app/views/bs5/examples/buttons/button_tag/size/small.html.erb +3 -0
  33. data/app/views/bs5/examples/buttons/button_tag/style/_example.html.erb +2 -0
  34. data/app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb +19 -0
  35. data/app/views/bs5/examples/buttons/button_tag/toggle_states/_example.html.erb +2 -0
  36. data/app/views/bs5/examples/buttons/button_tag/toggle_states/snippet.html.erb +3 -0
  37. data/app/views/bs5/examples/buttons/button_to/default/_example.html.erb +2 -0
  38. data/app/views/bs5/examples/buttons/button_to/default/snippet.html.erb +11 -0
  39. data/app/views/bs5/examples/close_button/default/_example.html.erb +1 -1
  40. data/app/views/bs5/examples/close_button/disabled/_example.html.erb +1 -1
  41. data/app/views/bs5/examples/close_button/white/_example.html.erb +1 -1
  42. data/app/views/bs5/examples/list_group/actionable/_example.html.erb +3 -0
  43. data/app/views/bs5/examples/list_group/actionable/button.html.erb +7 -0
  44. data/app/views/bs5/examples/list_group/actionable/snippet.html.erb +7 -0
  45. data/app/views/bs5/examples/list_group/active/_example.html.erb +2 -0
  46. data/app/views/bs5/examples/list_group/active/snippet.html.erb +7 -0
  47. data/app/views/bs5/examples/list_group/checkboxes_and_radios/_example.html.erb +3 -0
  48. data/app/views/bs5/examples/list_group/checkboxes_and_radios/default.html.erb +22 -0
  49. data/app/views/bs5/examples/list_group/checkboxes_and_radios/with_labels.html.erb +32 -0
  50. data/app/views/bs5/examples/list_group/custom_content/_example.html.erb +2 -0
  51. data/app/views/bs5/examples/list_group/custom_content/default.html.erb +32 -0
  52. data/app/views/bs5/examples/list_group/default/_example.html.erb +2 -0
  53. data/app/views/bs5/examples/list_group/default/snippet.html.erb +7 -0
  54. data/app/views/bs5/examples/list_group/disabled/_example.html.erb +2 -0
  55. data/app/views/bs5/examples/list_group/disabled/snippet.html.erb +7 -0
  56. data/app/views/bs5/examples/list_group/flush/_example.html.erb +2 -0
  57. data/app/views/bs5/examples/list_group/flush/snippet.html.erb +7 -0
  58. data/app/views/bs5/examples/list_group/horizontal/_example.html.erb +2 -0
  59. data/app/views/bs5/examples/list_group/horizontal/snippet.html.erb +30 -0
  60. data/app/views/bs5/examples/list_group/style/_example.html.erb +3 -0
  61. data/app/views/bs5/examples/list_group/style/actionable.html.erb +11 -0
  62. data/app/views/bs5/examples/list_group/style/default.html.erb +11 -0
  63. data/app/views/bs5/examples/list_group/with_badges/_example.html.erb +2 -0
  64. data/app/views/bs5/examples/list_group/with_badges/default.html.erb +14 -0
  65. data/app/views/bs5/examples/tooltips/default/_example.html.erb +4 -0
  66. data/app/views/bs5/examples/tooltips/default/buttons.html.erb +9 -0
  67. data/app/views/bs5/examples/tooltips/default/disabled_elements.html.erb +3 -0
  68. data/app/views/bs5/examples/tooltips/default/snippet.html.erb +7 -0
  69. data/app/views/bs5/pages/accordion.html.erb +3 -0
  70. data/app/views/bs5/{examples/_alert.html.erb → pages/alert.html.erb} +1 -1
  71. data/app/views/bs5/{examples/_badge.html.erb → pages/badge.html.erb} +1 -1
  72. data/app/views/bs5/pages/breadcrumb.html.erb +2 -0
  73. data/app/views/bs5/pages/buttons.html.erb +11 -0
  74. data/app/views/bs5/{examples/_close_button.html.erb → pages/close_button.html.erb} +1 -1
  75. data/app/views/bs5/pages/list_group.html.erb +11 -0
  76. data/app/views/bs5/pages/tooltips.html.erb +2 -0
  77. data/app/views/layouts/bs5/pages.html.erb +32 -0
  78. data/config/definitions.rb +31 -0
  79. data/config/locales/en.yml +12 -0
  80. data/config/routes.rb +2 -2
  81. data/lib/bs5/version.rb +1 -1
  82. data/lib/generators/bs5/install/install_generator.rb +12 -4
  83. data/lib/generators/bs5/install/templates/bs5.js +14 -0
  84. metadata +77 -9
  85. data/app/controllers/bs5/examples_controller.rb +0 -9
  86. data/app/views/bs5/examples/_accordion.html.erb +0 -3
  87. data/app/views/bs5/examples/_breadcrumb.html.erb +0 -2
  88. data/app/views/bs5/examples/index.html.erb +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77c7e79d854010df72b9492702bd2983468fb9237d3aecf619f3f6267db8c6fd
4
- data.tar.gz: cc4cc0afd6b51f9c7b59ce3b38842255b7b4131640104aa297e9f10a655be51d
3
+ metadata.gz: b63f00444e32de97ae7167d85ab798ec58085c325730e18a48d21bdde8a8de89
4
+ data.tar.gz: 2a8ab48a4bd4fe50a629868448315c3ef9d641ef7b30cdb189db8e95015ddd38
5
5
  SHA512:
6
- metadata.gz: 0cc7b7a7c486b2b7783fbe4970900b9ec009ffcdb32bb9271fce6d15b24ef6ed7a407e6a67bb3a3056d7f3fdd64b1861b58f9baa6e012962ccdd0237d51063de
7
- data.tar.gz: 6f5bad0ae1ce081d539855c2249292b2e2dbce5de4ece7d983aba5d31caf6414ff0b8f790a83927653db2c33c02845271ec222bceca6d01d9a5b90dc6f4c7e20
6
+ metadata.gz: 94fc5dc2aab1bb53e3155d14acfdf889ef58d3aee2e03fa8a9620fd2e3379bfd48d0c453c9c42f22a826457b8f7fb7edc0274c0db54c6437ecf901dd6f371e6e
7
+ data.tar.gz: e3cf1bbf76474375de657c37ecc3395d51993dc33cac54240014769b58b63dc466bc3e1c669f7f3500ba966de17cb17a4799cb902057d1ae39660ab6a5300c41
@@ -2,6 +2,8 @@
2
2
 
3
3
  module Bs5
4
4
  class AlertComponent < ViewComponent::Base
5
+ STYLES = %i[primary secondary success danger warning info light dark].freeze
6
+
5
7
  attr_reader :style, :is_dismissable
6
8
 
7
9
  include ActiveModel::Validations
@@ -2,6 +2,8 @@
2
2
 
3
3
  module Bs5
4
4
  class BadgeComponent < ViewComponent::Base
5
+ STYLES = %i[primary secondary success danger warning info light dark].freeze
6
+
5
7
  attr_reader :text, :style
6
8
 
7
9
  include ActiveModel::Validations
@@ -0,0 +1,100 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Bs5
4
+ class ButtonTagComponent < ViewComponent::Base
5
+ STYLES = %i[primary secondary success danger warning info light dark link].freeze
6
+ DEFAULT_STYLE = :primary
7
+ SIZES = { small: :sm, large: :lg }.freeze
8
+ CLASS_PREFIX = 'btn'
9
+
10
+ attr_reader :content_or_options, :size
11
+
12
+ include ActiveModel::Validations
13
+ validates :style, style: true
14
+ validates :size, inclusion: { in: SIZES.keys, valid_sizes: SIZES.keys.to_sentence, allow_nil: true }
15
+
16
+ def initialize(content_or_options = nil, options = nil)
17
+ if content_or_options.is_a? Hash
18
+ self.options = content_or_options
19
+ else
20
+ @content_or_options = content_or_options
21
+ self.options = options
22
+ end
23
+
24
+ extract_custom_options
25
+ merge_default_options
26
+ end
27
+
28
+ def before_render
29
+ raise errors.full_messages.to_sentence if invalid?
30
+ end
31
+
32
+ def call
33
+ button_tag(content || content_or_options, options)
34
+ end
35
+
36
+ private
37
+
38
+ def options=(value)
39
+ @options = Hash(value).symbolize_keys!
40
+ end
41
+
42
+ def options
43
+ @options.empty? ? nil : @options
44
+ end
45
+
46
+ def extract_custom_options
47
+ extract_style
48
+ extract_outline
49
+ extract_size
50
+ end
51
+
52
+ def extract_style
53
+ @style = @options.delete(:style)
54
+ end
55
+
56
+ def extract_outline
57
+ @outline = @options.delete(:outline)
58
+ end
59
+
60
+ def extract_size
61
+ @size = @options.delete(:size)
62
+ end
63
+
64
+ def merge_default_options
65
+ @options.deep_merge!(default_options) do |_key, this_val, other_val|
66
+ [this_val, other_val].join(' ').strip
67
+ end
68
+ end
69
+
70
+ def default_options
71
+ { class: button_class }
72
+ end
73
+
74
+ def button_class
75
+ [CLASS_PREFIX, contextual_class, size_class].compact.join(' ')
76
+ end
77
+
78
+ def contextual_class
79
+ [CLASS_PREFIX, outline? ? 'outline' : nil, style].compact.join('-')
80
+ end
81
+
82
+ def size_class
83
+ return unless size?
84
+
85
+ [CLASS_PREFIX, SIZES[size]].join('-')
86
+ end
87
+
88
+ def style
89
+ (@style || DEFAULT_STYLE).to_sym
90
+ end
91
+
92
+ def outline?
93
+ !!@outline
94
+ end
95
+
96
+ def size?
97
+ !!size
98
+ end
99
+ end
100
+ end
@@ -0,0 +1,109 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Bs5
4
+ class ButtonToComponent < ViewComponent::Base
5
+ STYLES = %i[primary secondary success danger warning info light dark link].freeze
6
+ DEFAULT_STYLE = :primary
7
+ SIZES = { small: :sm, large: :lg }.freeze
8
+ CLASS_PREFIX = 'btn'
9
+
10
+ attr_reader :size
11
+
12
+ include ActiveModel::Validations
13
+ validates :style, style: true
14
+ validates :size, inclusion: { in: SIZES.keys, valid_sizes: SIZES.keys.to_sentence, allow_nil: true }
15
+
16
+ def initialize(name = nil, options = nil, html_options = nil)
17
+ @name = name
18
+ @options = options
19
+ @html_options = html_options
20
+
21
+ set_button_to_options
22
+ extract_custom_options
23
+ merge_default_options
24
+ end
25
+
26
+ def before_render
27
+ raise errors.full_messages.to_sentence if invalid?
28
+ end
29
+
30
+ def call
31
+ if content
32
+ button_to(@name, @options, @html_options) { content }
33
+ else
34
+ button_to(@name, @options, @html_options)
35
+ end
36
+ end
37
+
38
+ private
39
+
40
+ def set_button_to_options
41
+ if @name.is_a? Hash
42
+ self.button_to_options = @name
43
+ elsif @options.is_a? Hash
44
+ self.button_to_options = @options
45
+ else
46
+ @html_options ||= {}
47
+ self.button_to_options = @html_options
48
+ end
49
+ end
50
+
51
+ def button_to_options=(hash)
52
+ @button_to_options = hash.symbolize_keys!
53
+ end
54
+
55
+ def extract_custom_options
56
+ extract_style
57
+ extract_outline
58
+ extract_size
59
+ end
60
+
61
+ def extract_style
62
+ @style = @button_to_options.delete(:style)
63
+ end
64
+
65
+ def extract_outline
66
+ @outline = @button_to_options.delete(:outline)
67
+ end
68
+
69
+ def extract_size
70
+ @size = @button_to_options.delete(:size)
71
+ end
72
+
73
+ def merge_default_options
74
+ @button_to_options.deep_merge!(default_options) do |_key, this_val, other_val|
75
+ [this_val, other_val].join(' ').strip
76
+ end
77
+ end
78
+
79
+ def default_options
80
+ { class: button_class }
81
+ end
82
+
83
+ def button_class
84
+ [CLASS_PREFIX, contextual_class, size_class].compact.join(' ')
85
+ end
86
+
87
+ def contextual_class
88
+ [CLASS_PREFIX, outline? ? 'outline' : nil, style].compact.join('-')
89
+ end
90
+
91
+ def size_class
92
+ return unless size?
93
+
94
+ [CLASS_PREFIX, SIZES[size]].join('-')
95
+ end
96
+
97
+ def style
98
+ (@style || DEFAULT_STYLE).to_sym
99
+ end
100
+
101
+ def outline?
102
+ !!@outline
103
+ end
104
+
105
+ def size?
106
+ !!size
107
+ end
108
+ end
109
+ end
@@ -0,0 +1,17 @@
1
+ <% if items.any? %>
2
+ <% if actionables? %>
3
+ <div class="<%= component_class %>">
4
+ <% items.each do |item| %>
5
+ <%= item.decorated_content %>
6
+ <% end %>
7
+ </div>
8
+ <% else %>
9
+ <ul class="<%= component_class %>">
10
+ <% items.each do |item| %>
11
+ <%= tag.li(**item.options) do %>
12
+ <%= item.content %>
13
+ <% end %>
14
+ <% end %>
15
+ </ul>
16
+ <% end %>
17
+ <% end %>
@@ -0,0 +1,143 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Bs5
4
+ class ListGroupComponent < ViewComponent::Base
5
+ CLASS_NAME_BASE = 'list-group'
6
+ CLASS_NAME_FLUSH = "#{CLASS_NAME_BASE}-flush"
7
+ CLASS_NAME_HORIZONTAL = "#{CLASS_NAME_BASE}-horizontal"
8
+
9
+ include ViewComponent::Slotable
10
+
11
+ with_slot :item, collection: true, class_name: 'Item'
12
+
13
+ def initialize(flush: false, horizontal: false)
14
+ @flush = flush
15
+ @horizontal = horizontal
16
+ end
17
+
18
+ private
19
+
20
+ def flush?
21
+ !!@flush
22
+ end
23
+
24
+ def actionables?
25
+ items.any?(&:actionable?)
26
+ end
27
+
28
+ def horizontal?
29
+ !!@horizontal
30
+ end
31
+
32
+ def component_class
33
+ class_names = [CLASS_NAME_BASE]
34
+ class_names << flush_class
35
+ class_names << horizontal_class
36
+ class_names.join(' ')
37
+ end
38
+
39
+ def flush_class
40
+ CLASS_NAME_FLUSH if flush?
41
+ end
42
+
43
+ def horizontal_class
44
+ return unless horizontal?
45
+
46
+ class_names = [CLASS_NAME_HORIZONTAL]
47
+ class_names << @horizontal if @horizontal.in?(%i[sm md lg xl xxl])
48
+ class_names.join('-')
49
+ end
50
+
51
+ class Item < ViewComponent::Slot
52
+ CLASS_NAME_BASE = 'list-group-item'
53
+ CLASS_NAME_ACTION = "#{CLASS_NAME_BASE}-action"
54
+
55
+ attr_reader :options
56
+
57
+ def initialize(options = {})
58
+ @options = options.symbolize_keys
59
+
60
+ @active = @options.delete(:active) || false
61
+ @disabled = @options.delete(:disabled) || false
62
+ @style = @options.delete(:style)
63
+
64
+ set_attributes
65
+ end
66
+
67
+ def actionable?
68
+ !!actionable_element
69
+ end
70
+
71
+ def actionable_element
72
+ @actionable_element ||= begin
73
+ if (elements = Nokogiri::HTML::DocumentFragment.parse(content).elements).one? &&
74
+ (element = elements.first).name.in?(%w[a button label])
75
+ element
76
+ end
77
+ end
78
+ end
79
+
80
+ def decorated_content
81
+ set_actionable_element_attributes
82
+ actionable_element.to_html.html_safe # rubocop:disable Rails/OutputSafety
83
+ end
84
+
85
+ private
86
+
87
+ def set_actionable_element_class_names
88
+ class_names = Array(actionable_element[:class])
89
+ class_names << item_classes
90
+ class_names << CLASS_NAME_ACTION if actionable_element.name.in?(%w[a button])
91
+ actionable_element[:class] = class_names.join(' ')
92
+ end
93
+
94
+ def set_actionable_element_attributes
95
+ set_actionable_element_class_names
96
+ actionable_element['aria-current'] = true if active?
97
+
98
+ return unless disabled?
99
+
100
+ case actionable_element.name
101
+ when 'a'
102
+ actionable_element['aria-disabled'] = true
103
+ actionable_element['tabindex'] = -1
104
+ when 'button'
105
+ actionable_element['disabled'] = ''
106
+ end
107
+ end
108
+
109
+ def set_attributes
110
+ @options[:class] = Array(@options[:class])
111
+ @options[:class] << item_classes
112
+ @options[:aria] ||= {}
113
+ @options[:aria][:current] = true if active?
114
+ @options[:aria][:disabled] = true if disabled?
115
+ end
116
+
117
+ def item_classes
118
+ class_names = [CLASS_NAME_BASE]
119
+ class_names << 'active' if active?
120
+ class_names << 'disabled' if disabled?
121
+ class_names << contextual_class if style?
122
+
123
+ class_names
124
+ end
125
+
126
+ def active?
127
+ !!@active
128
+ end
129
+
130
+ def disabled?
131
+ !!@disabled
132
+ end
133
+
134
+ def style?
135
+ !!@style
136
+ end
137
+
138
+ def contextual_class
139
+ [CLASS_NAME_BASE, @style].join('-')
140
+ end
141
+ end
142
+ end
143
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_dependency 'bs5/application_controller'
4
+
5
+ module Bs5
6
+ class PagesController < ApplicationController
7
+ def show
8
+ render template: "bs5/pages/#{params[:page]}"
9
+ end
10
+ end
11
+ end
@@ -2,29 +2,29 @@
2
2
 
3
3
  module Bs5
4
4
  module ComponentsHelper
5
- def bs5_accordion(*args)
6
- render AccordionComponent.new(*args) do |accordion|
7
- yield accordion if block_given?
8
- end
9
- end
5
+ COMPONENTS = %w[accordion alert badge close_button breadcrumb button_tag button_to list_group].freeze
10
6
 
11
- def bs5_alert(*args)
12
- render AlertComponent.new(*args) do
13
- yield if block_given?
7
+ COMPONENTS.each do |name|
8
+ define_method("bs5_#{name}") do |*args, &block|
9
+ clazz = "Bs5::#{name.classify}Component".constantize
10
+ render_component(clazz, *args, &block)
14
11
  end
15
12
  end
16
13
 
17
- def bs5_badge(*args)
18
- render BadgeComponent.new(*args)
14
+ def bs5_tooltip(title, options = nil)
15
+ default_options = { toggle: :tooltip }
16
+ options = Hash(options).symbolize_keys.merge(default_options)
17
+ {
18
+ title: title,
19
+ data: options
20
+ }
19
21
  end
20
22
 
21
- def bs5_close_button(*args)
22
- render CloseButtonComponent.new(*args)
23
- end
23
+ private
24
24
 
25
- def bs5_breadcrumb(*args)
26
- render BreadcrumbComponent.new(*args) do |breadcrumb|
27
- yield breadcrumb if block_given?
25
+ def render_component(component_clazz, *args)
26
+ render component_clazz.new(*args) do |c|
27
+ yield c if block_given?
28
28
  end
29
29
  end
30
30
  end