express_admin 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/express_admin/components/command_button.js.coffee +25 -0
- data/app/assets/stylesheets/express_admin/components/_command_button.sass +6 -1
- data/app/assets/stylesheets/express_admin/globals/_variables.sass +2 -0
- data/app/assets/stylesheets/express_admin/plugins/_select2.sass +3 -0
- data/app/assets/stylesheets/express_admin/screen.sass +0 -2
- data/app/assets/stylesheets/express_admin/shared/_tables.sass +2 -0
- data/app/components/express_admin/command_button.rb +9 -3
- data/app/components/express_admin/definition_table.rb +1 -1
- data/app/components/express_admin/smart_table.rb +6 -0
- data/app/views/layouts/devise.html.erb +19 -0
- data/config/initializers/postgresql_trigram.rb +13 -0
- data/db/migrate/20150928044202_install_trigram.rb +18 -0
- data/lib/express_admin/engine.rb +4 -2
- data/lib/express_admin/search.rb +51 -0
- data/lib/express_admin/standard_actions.rb +18 -5
- data/lib/express_admin/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/test/components/command_button_test.rb +2 -2
- metadata +22 -160
- data/app/assets/stylesheets/express_admin/shared/_buttons.sass +0 -3
- data/app/assets/stylesheets/express_admin/shared/_tabs.sass +0 -25
- data/vendor/gems/express_templates/CHANGELOG.md +0 -12
- data/vendor/gems/express_templates/Gemfile +0 -16
- data/vendor/gems/express_templates/LICENSE +0 -21
- data/vendor/gems/express_templates/README.md +0 -133
- data/vendor/gems/express_templates/Rakefile +0 -32
- data/vendor/gems/express_templates/express_templates.gemspec +0 -32
- data/vendor/gems/express_templates/lib/arbre/patches.rb +0 -76
- data/vendor/gems/express_templates/lib/core_extensions/proc.rb +0 -103
- data/vendor/gems/express_templates/lib/core_extensions/string.rb +0 -25
- data/vendor/gems/express_templates/lib/express_templates/compiler.rb +0 -22
- data/vendor/gems/express_templates/lib/express_templates/components/all.rb +0 -28
- data/vendor/gems/express_templates/lib/express_templates/components/base.rb +0 -156
- data/vendor/gems/express_templates/lib/express_templates/components/capabilities/resourceful.rb +0 -213
- data/vendor/gems/express_templates/lib/express_templates/components/configurable.rb +0 -181
- data/vendor/gems/express_templates/lib/express_templates/components/container.rb +0 -45
- data/vendor/gems/express_templates/lib/express_templates/components/forms/basic_fields.rb +0 -52
- data/vendor/gems/express_templates/lib/express_templates/components/forms/checkbox.rb +0 -37
- data/vendor/gems/express_templates/lib/express_templates/components/forms/express_form.rb +0 -48
- data/vendor/gems/express_templates/lib/express_templates/components/forms/form_component.rb +0 -88
- data/vendor/gems/express_templates/lib/express_templates/components/forms/option_support.rb +0 -69
- data/vendor/gems/express_templates/lib/express_templates/components/forms/radio.rb +0 -65
- data/vendor/gems/express_templates/lib/express_templates/components/forms/select.rb +0 -126
- data/vendor/gems/express_templates/lib/express_templates/components/forms/select_collection.rb +0 -45
- data/vendor/gems/express_templates/lib/express_templates/components/forms/submit.rb +0 -30
- data/vendor/gems/express_templates/lib/express_templates/components/forms.rb +0 -16
- data/vendor/gems/express_templates/lib/express_templates/components/tree_for.rb +0 -88
- data/vendor/gems/express_templates/lib/express_templates/components.rb +0 -11
- data/vendor/gems/express_templates/lib/express_templates/indenter.rb +0 -47
- data/vendor/gems/express_templates/lib/express_templates/interpolator.rb +0 -36
- data/vendor/gems/express_templates/lib/express_templates/renderer.rb +0 -9
- data/vendor/gems/express_templates/lib/express_templates/template/handler.rb +0 -32
- data/vendor/gems/express_templates/lib/express_templates/version.rb +0 -3
- data/vendor/gems/express_templates/lib/express_templates.rb +0 -18
- data/vendor/gems/express_templates/lib/tasks/express_templates.rake +0 -4
- data/vendor/gems/express_templates/test/compiler_test.rb +0 -9
- data/vendor/gems/express_templates/test/components/base_test.rb +0 -67
- data/vendor/gems/express_templates/test/components/capabilities/resourceful_test.rb +0 -63
- data/vendor/gems/express_templates/test/components/configurable_test.rb +0 -140
- data/vendor/gems/express_templates/test/components/forms/basic_fields_test.rb +0 -158
- data/vendor/gems/express_templates/test/components/forms/checkbox_test.rb +0 -51
- data/vendor/gems/express_templates/test/components/forms/express_form_test.rb +0 -62
- data/vendor/gems/express_templates/test/components/forms/radio_test.rb +0 -112
- data/vendor/gems/express_templates/test/components/forms/select_test.rb +0 -129
- data/vendor/gems/express_templates/test/components/forms/submit_test.rb +0 -36
- data/vendor/gems/express_templates/test/components/tree_for_test.rb +0 -70
- data/vendor/gems/express_templates/test/core_extensions/proc_test.rb +0 -90
- data/vendor/gems/express_templates/test/core_extensions/string_test.rb +0 -20
- data/vendor/gems/express_templates/test/dummy/Rakefile +0 -6
- data/vendor/gems/express_templates/test/dummy/app/assets/javascripts/application.js +0 -13
- data/vendor/gems/express_templates/test/dummy/app/assets/stylesheets/application.css +0 -15
- data/vendor/gems/express_templates/test/dummy/app/controllers/application_controller.rb +0 -5
- data/vendor/gems/express_templates/test/dummy/app/controllers/hello_controller.rb +0 -5
- data/vendor/gems/express_templates/test/dummy/app/helpers/application_helper.rb +0 -2
- data/vendor/gems/express_templates/test/dummy/app/views/hello/show.html.et +0 -6
- data/vendor/gems/express_templates/test/dummy/app/views/layouts/application.html.et +0 -15
- data/vendor/gems/express_templates/test/dummy/bin/bundle +0 -3
- data/vendor/gems/express_templates/test/dummy/bin/rails +0 -4
- data/vendor/gems/express_templates/test/dummy/bin/rake +0 -4
- data/vendor/gems/express_templates/test/dummy/config/application.rb +0 -26
- data/vendor/gems/express_templates/test/dummy/config/boot.rb +0 -5
- data/vendor/gems/express_templates/test/dummy/config/environment.rb +0 -5
- data/vendor/gems/express_templates/test/dummy/config/environments/development.rb +0 -37
- data/vendor/gems/express_templates/test/dummy/config/environments/production.rb +0 -82
- data/vendor/gems/express_templates/test/dummy/config/environments/test.rb +0 -40
- data/vendor/gems/express_templates/test/dummy/config/initializers/assets.rb +0 -8
- data/vendor/gems/express_templates/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/vendor/gems/express_templates/test/dummy/config/initializers/cookies_serializer.rb +0 -3
- data/vendor/gems/express_templates/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/vendor/gems/express_templates/test/dummy/config/initializers/inflections.rb +0 -16
- data/vendor/gems/express_templates/test/dummy/config/initializers/mime_types.rb +0 -4
- data/vendor/gems/express_templates/test/dummy/config/initializers/session_store.rb +0 -3
- data/vendor/gems/express_templates/test/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/vendor/gems/express_templates/test/dummy/config/locales/en.yml +0 -23
- data/vendor/gems/express_templates/test/dummy/config/routes.rb +0 -4
- data/vendor/gems/express_templates/test/dummy/config/secrets.yml +0 -22
- data/vendor/gems/express_templates/test/dummy/config.ru +0 -4
- data/vendor/gems/express_templates/test/dummy/public/404.html +0 -67
- data/vendor/gems/express_templates/test/dummy/public/422.html +0 -67
- data/vendor/gems/express_templates/test/dummy/public/500.html +0 -66
- data/vendor/gems/express_templates/test/dummy/public/favicon.ico +0 -0
- data/vendor/gems/express_templates/test/dummy/test/controllers/hello_controller_test.rb +0 -14
- data/vendor/gems/express_templates/test/dummy/test/helpers/hello_helper_test.rb +0 -4
- data/vendor/gems/express_templates/test/express_templates_test.rb +0 -23
- data/vendor/gems/express_templates/test/handler_test.rb +0 -148
- data/vendor/gems/express_templates/test/indenter_test.rb +0 -27
- data/vendor/gems/express_templates/test/interpolator_test.rb +0 -80
- data/vendor/gems/express_templates/test/performance_test.rb +0 -97
- data/vendor/gems/express_templates/test/test_helper.rb +0 -178
- data/vendor/gems/foundation_apps_styles/Gemfile +0 -4
- data/vendor/gems/foundation_apps_styles/LICENSE.txt +0 -21
- data/vendor/gems/foundation_apps_styles/README.md +0 -41
- data/vendor/gems/foundation_apps_styles/Rakefile +0 -13
- data/vendor/gems/foundation_apps_styles/bin/console +0 -14
- data/vendor/gems/foundation_apps_styles/bin/setup +0 -7
- data/vendor/gems/foundation_apps_styles/foundation_apps_styles.gemspec +0 -24
- data/vendor/gems/foundation_apps_styles/lib/foundation_apps_styles/version.rb +0 -3
- data/vendor/gems/foundation_apps_styles/lib/foundation_apps_styles.rb +0 -6
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/account.svg +0 -44
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/action.svg +0 -38
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/ban.svg +0 -17
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/bell.svg +0 -22
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/bookmark.svg +0 -14
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/cart.svg +0 -35
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/chevron.svg +0 -28
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/circle-check.svg +0 -25
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/circle-x.svg +0 -25
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/cog.svg +0 -17
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/comment-square.svg +0 -14
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/dashboard.svg +0 -38
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/document.svg +0 -28
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/envelope.svg +0 -44
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/flag.svg +0 -24
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/home.svg +0 -28
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/lock.svg +0 -55
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/magnifying-glass.svg +0 -26
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/person.svg +0 -62
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/reload.svg +0 -19
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/share-boxed.svg +0 -17
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/star.svg +0 -14
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/thumb.svg +0 -38
- data/vendor/gems/foundation_apps_styles/vendor/assets/iconic/zoom.svg +0 -56
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/_global.scss +0 -131
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/_includes.scss +0 -33
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/_settings.scss +0 -614
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_accordion.scss +0 -72
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_action-sheet.scss +0 -265
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_block-list.scss +0 -360
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_button-group.scss +0 -197
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_button.scss +0 -205
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_card.scss +0 -93
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_extras.scss +0 -54
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_forms.scss +0 -460
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_grid.scss +0 -422
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_iconic.scss +0 -95
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_label.scss +0 -134
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_list.scss +0 -19
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_menu-bar.scss +0 -382
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_modal.scss +0 -129
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_motion.scss +0 -525
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_notification.scss +0 -207
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_off-canvas.scss +0 -169
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_panel.scss +0 -134
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_popup.scss +0 -68
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_switch.scss +0 -134
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_tabs.scss +0 -100
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_title-bar.scss +0 -135
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_typography.scss +0 -345
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/components/_utilities.scss +0 -160
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/foundation-apps.css +0 -6146
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/foundation.scss +0 -50
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/helpers/_breakpoints.scss +0 -154
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/helpers/_functions.scss +0 -343
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/helpers/_images.scss +0 -19
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/helpers/_mixins.scss +0 -123
- data/vendor/gems/foundation_apps_styles/vendor/assets/stylesheets/vendor/_normalize.scss +0 -424
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
require 'test_helper'
|
|
2
|
-
require 'haml'
|
|
3
|
-
|
|
4
|
-
class PerformanceTest < ActiveSupport::TestCase
|
|
5
|
-
|
|
6
|
-
GARA_EXAMPLE =<<-RUBY
|
|
7
|
-
html(lang: "en") {
|
|
8
|
-
head {
|
|
9
|
-
meta charset: 'utf-8'
|
|
10
|
-
meta name: 'viewport', content: "width=device-width, initial-scale=1.0"
|
|
11
|
-
stylesheet_link_tag "application", media: 'all', 'data-turbolinks-track' => true
|
|
12
|
-
csrf_meta_tags
|
|
13
|
-
}
|
|
14
|
-
body {
|
|
15
|
-
h1 "Hello"
|
|
16
|
-
para "Some text"
|
|
17
|
-
javascript_include_tag "application"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
RUBY
|
|
21
|
-
|
|
22
|
-
ERB_EXAMPLE = <<-ERB
|
|
23
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
24
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
25
|
-
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
26
|
-
<meta charset="utf-8" />
|
|
27
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
28
|
-
<%= stylesheet_link_tag 'application' %>
|
|
29
|
-
<%= csrf_meta_tags %>
|
|
30
|
-
</head>
|
|
31
|
-
<body>
|
|
32
|
-
<h1>Hello</h1>
|
|
33
|
-
<p>Some text</p>
|
|
34
|
-
<%= javascript_include_tag 'application' %>
|
|
35
|
-
</body>
|
|
36
|
-
</html>
|
|
37
|
-
ERB
|
|
38
|
-
|
|
39
|
-
HAML_EXAMPLE = <<-HAML
|
|
40
|
-
%html{:xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", 'xml:lang' => "en"}
|
|
41
|
-
%head
|
|
42
|
-
%meta{'http-equiv' => "Content-Type", 'content' => "text/html; charset=UTF-8"}
|
|
43
|
-
%meta{ 'charset' => 'utf-8'}
|
|
44
|
-
%meta{'name' => 'viewport', 'content' => 'width=device-width, initial-scale=1.0'}
|
|
45
|
-
= stylesheet_link_tag 'application'
|
|
46
|
-
= csrf_meta_tags
|
|
47
|
-
%body
|
|
48
|
-
%h1 Hello
|
|
49
|
-
%p Some text
|
|
50
|
-
= javascript_include_tag 'application'
|
|
51
|
-
HAML
|
|
52
|
-
# class Context
|
|
53
|
-
def javascript_include_tag(name, *args)
|
|
54
|
-
%Q(<script data-turbolinks-track="true" src="/assets/#{name}.js"></script>)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def stylesheet_link_tag(name, *args)
|
|
58
|
-
%Q(<link data-turbolinks-track="true" href="/assets/#{name}.css" media="all" rel="stylesheet" />)
|
|
59
|
-
end
|
|
60
|
-
def csrf_meta_tags
|
|
61
|
-
%Q(<meta content="authenticity_token" name="csrf-param" />
|
|
62
|
-
<meta content="NF7iiBSErALM5A24Iw07wMH9e8rzxehE50Sv6iPYo98=" name="csrf-token" />
|
|
63
|
-
)
|
|
64
|
-
end
|
|
65
|
-
# end
|
|
66
|
-
|
|
67
|
-
def assigns
|
|
68
|
-
{}
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
def measure_time(count)
|
|
72
|
-
start_time = Time.now
|
|
73
|
-
1.upto(100) { yield }
|
|
74
|
-
end_time = Time.now
|
|
75
|
-
return end_time - start_time
|
|
76
|
-
end
|
|
77
|
-
|
|
78
|
-
# test "performance is okay" do
|
|
79
|
-
# duration = measure_time(100) { ExpressTemplates.render(self, "#{GARA_EXAMPLE}") }
|
|
80
|
-
# assert_operator 1.0, :>, duration
|
|
81
|
-
# end
|
|
82
|
-
|
|
83
|
-
# test "performance no more than 3.5x slower than erubis" do
|
|
84
|
-
# eruby = Erubis::Eruby.new
|
|
85
|
-
# duration_erb = measure_time(100) { eval(eruby.convert(ERB_EXAMPLE)) }
|
|
86
|
-
# duration_express_templates = measure_time(100) { ExpressTemplates.render(self, "#{GARA_EXAMPLE}") }
|
|
87
|
-
# assert_operator 4.0, :>, (duration_express_templates/duration_erb)
|
|
88
|
-
# end
|
|
89
|
-
|
|
90
|
-
# test "performance better than haml" do
|
|
91
|
-
# duration_haml = measure_time(100) { Haml::Engine.new(HAML_EXAMPLE).render(self) }
|
|
92
|
-
# duration_express_templates = measure_time(100) { ExpressTemplates.render(self, "#{GARA_EXAMPLE}") }
|
|
93
|
-
# assert_operator 0.5, :>, (duration_express_templates/duration_haml)
|
|
94
|
-
# end
|
|
95
|
-
|
|
96
|
-
end
|
|
97
|
-
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# Configure Rails Environment
|
|
2
|
-
ENV["RAILS_ENV"] = "test"
|
|
3
|
-
|
|
4
|
-
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
|
5
|
-
require "rails/test_help"
|
|
6
|
-
|
|
7
|
-
require 'pry'
|
|
8
|
-
require 'minitest/reporters'
|
|
9
|
-
Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new
|
|
10
|
-
|
|
11
|
-
Rails.backtrace_cleaner.remove_silencers!
|
|
12
|
-
|
|
13
|
-
# Load support files
|
|
14
|
-
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
|
15
|
-
|
|
16
|
-
# Load fixtures from the engine
|
|
17
|
-
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
|
|
18
|
-
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
ECB = ExpressTemplates::Components::Base
|
|
22
|
-
ETC = ExpressTemplates::Components
|
|
23
|
-
ET = ExpressTemplates
|
|
24
|
-
Interpolator = ExpressTemplates::Interpolator
|
|
25
|
-
|
|
26
|
-
require 'arbre'
|
|
27
|
-
Tag = Arbre::HTML::Tag
|
|
28
|
-
|
|
29
|
-
ENV["ET_NO_INDENT_MARKUP"] = 'true'
|
|
30
|
-
|
|
31
|
-
module AdditionalHelpers
|
|
32
|
-
|
|
33
|
-
def protect_against_forgery?
|
|
34
|
-
true
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def form_authenticity_token
|
|
38
|
-
"AUTH_TOKEN"
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
module ActiveSupport
|
|
46
|
-
class TestCase
|
|
47
|
-
def arbre(additional_assigns = {}, &block)
|
|
48
|
-
Arbre::Context.new assigns.merge(additional_assigns), helpers, &block
|
|
49
|
-
end
|
|
50
|
-
def assigns
|
|
51
|
-
@arbre_assigns ||={}
|
|
52
|
-
end
|
|
53
|
-
def helpers
|
|
54
|
-
mock_action_view
|
|
55
|
-
end
|
|
56
|
-
def mock_action_view &block
|
|
57
|
-
controller = ActionView::TestCase::TestController.new
|
|
58
|
-
ActionView::Base.send :include, ActionView::Helpers
|
|
59
|
-
ActionView::Base.send :include, ActionView::Helpers::UrlHelper
|
|
60
|
-
ActionView::Base.send :include, AdditionalHelpers
|
|
61
|
-
view = ActionView::Base.new(ActionController::Base.view_paths, assigns, controller)
|
|
62
|
-
eigenklass = class << view; self; end
|
|
63
|
-
eigenklass.class_eval &block unless block.nil?
|
|
64
|
-
view
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
def resource(persisted = true)
|
|
68
|
-
@resource ||= OpenStruct.new(
|
|
69
|
-
id: 1,
|
|
70
|
-
name: 'Foo',
|
|
71
|
-
body: 'Hello world',
|
|
72
|
-
email: 'some@email.com',
|
|
73
|
-
phone: '123123123',
|
|
74
|
-
url: 'http://someurl.com',
|
|
75
|
-
number: 123,
|
|
76
|
-
dropdown: 'yes',
|
|
77
|
-
gender: 'Male'
|
|
78
|
-
)
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
class ::Gender
|
|
87
|
-
attr :id, :name
|
|
88
|
-
def initialize(id, name)
|
|
89
|
-
@id, @name = id, name
|
|
90
|
-
end
|
|
91
|
-
def self.columns
|
|
92
|
-
[OpenStruct.new(name: 'id'), OpenStruct.new(name: 'name')]
|
|
93
|
-
end
|
|
94
|
-
def self.distinct(field)
|
|
95
|
-
return self #dummy
|
|
96
|
-
end
|
|
97
|
-
def self.pluck(*fields)
|
|
98
|
-
return ['Male', 'Female']
|
|
99
|
-
end
|
|
100
|
-
def self.select(*)
|
|
101
|
-
return self
|
|
102
|
-
end
|
|
103
|
-
def self.order(*)
|
|
104
|
-
all
|
|
105
|
-
end
|
|
106
|
-
def self.all
|
|
107
|
-
return [new(1, 'Male'), new(2, 'Female')]
|
|
108
|
-
end
|
|
109
|
-
end
|
|
110
|
-
class ::Tagging
|
|
111
|
-
attr :id, :name
|
|
112
|
-
def initialize(id, name)
|
|
113
|
-
@id, @name = id, name
|
|
114
|
-
end
|
|
115
|
-
def self.columns
|
|
116
|
-
[OpenStruct.new(name: 'id'), OpenStruct.new(name: 'name')]
|
|
117
|
-
end
|
|
118
|
-
def self.select(*)
|
|
119
|
-
return self
|
|
120
|
-
end
|
|
121
|
-
def self.order(*)
|
|
122
|
-
all
|
|
123
|
-
end
|
|
124
|
-
def self.all
|
|
125
|
-
return [new(1, 'Friend'), new(2, 'Enemy'), new(3, 'Frenemy')]
|
|
126
|
-
end
|
|
127
|
-
end
|
|
128
|
-
class ::Person
|
|
129
|
-
attr :id, :city, :subscribed, :preferred_email_format, :country_code
|
|
130
|
-
def initialize(id = 1, city = 'San Francisco')
|
|
131
|
-
@id, @city = id, city
|
|
132
|
-
end
|
|
133
|
-
def gender
|
|
134
|
-
::Gender.new(1, 'Male')
|
|
135
|
-
end
|
|
136
|
-
def self.reflect_on_association(name)
|
|
137
|
-
if name.eql? :gender
|
|
138
|
-
dummy_belongs_to_association = Object.new
|
|
139
|
-
class << dummy_belongs_to_association
|
|
140
|
-
def macro ; :belongs_to ; end
|
|
141
|
-
def klass ; ::Gender ; end
|
|
142
|
-
def polymorphic? ; false ; end
|
|
143
|
-
end
|
|
144
|
-
return dummy_belongs_to_association
|
|
145
|
-
end
|
|
146
|
-
if name.eql? :taggings
|
|
147
|
-
dummy_has_many_through_association = Object.new
|
|
148
|
-
class << dummy_has_many_through_association
|
|
149
|
-
def macro ; :has_many ; end
|
|
150
|
-
def klass ; ::Tagging ; end
|
|
151
|
-
def options ; {:through => :peron_tags} ; end
|
|
152
|
-
def polymorphic? ; false ; end
|
|
153
|
-
end
|
|
154
|
-
return dummy_has_many_through_association
|
|
155
|
-
end
|
|
156
|
-
end
|
|
157
|
-
def taggings
|
|
158
|
-
::Tagging.all.slice(0..1)
|
|
159
|
-
end
|
|
160
|
-
def tagging_ids
|
|
161
|
-
[1, 2]
|
|
162
|
-
end
|
|
163
|
-
def self.distinct(field)
|
|
164
|
-
return self #dummy
|
|
165
|
-
end
|
|
166
|
-
def self.pluck(*fields)
|
|
167
|
-
return ['Manila', 'Hong Kong', 'San Francisco']
|
|
168
|
-
end
|
|
169
|
-
def gender # not really
|
|
170
|
-
'Male'
|
|
171
|
-
end
|
|
172
|
-
def gender_id
|
|
173
|
-
1
|
|
174
|
-
end
|
|
175
|
-
def persisted?
|
|
176
|
-
false
|
|
177
|
-
end
|
|
178
|
-
end
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2015 Eumir Gaspar
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Foundation::Apps::Styles
|
|
2
|
-
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/foundation/apps/styles`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
|
|
9
|
-
Add this line to your application's Gemfile:
|
|
10
|
-
|
|
11
|
-
```ruby
|
|
12
|
-
gem 'foundation_apps_styles'
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
And then execute:
|
|
16
|
-
|
|
17
|
-
$ bundle
|
|
18
|
-
|
|
19
|
-
Or install it yourself as:
|
|
20
|
-
|
|
21
|
-
$ gem install foundation_apps_styles
|
|
22
|
-
|
|
23
|
-
## Usage
|
|
24
|
-
|
|
25
|
-
TODO: Write usage instructions here
|
|
26
|
-
|
|
27
|
-
## Development
|
|
28
|
-
|
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
30
|
-
|
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
32
|
-
|
|
33
|
-
## Contributing
|
|
34
|
-
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/foundation_apps_styles.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## License
|
|
39
|
-
|
|
40
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
41
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
require "bundler/gem_tasks"
|
|
2
|
-
|
|
3
|
-
desc 'Download latest foundation-apps styles and assets'
|
|
4
|
-
task :update do
|
|
5
|
-
FileUtils.mkdir_p 'tmp'
|
|
6
|
-
system 'git clone https://github.com/zurb/foundation-apps.git tmp'
|
|
7
|
-
FileUtils.rm_rf ['scss', 'iconic', 'docs']
|
|
8
|
-
FileUtils.cp_r 'tmp/scss', '.'
|
|
9
|
-
FileUtils.cp_r 'tmp/iconic', '.'
|
|
10
|
-
FileUtils.cp_r 'tmp/docs', '.'
|
|
11
|
-
|
|
12
|
-
FileUtils.rm_rf 'tmp'
|
|
13
|
-
end
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require "bundler/setup"
|
|
4
|
-
require "foundation_apps_styles"
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require "irb"
|
|
14
|
-
IRB.start
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
-
require 'foundation_apps_styles/version'
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |spec|
|
|
7
|
-
spec.name = "foundation_apps_styles"
|
|
8
|
-
spec.version = FoundationAppsStyles::VERSION
|
|
9
|
-
spec.authors = ["Steve Talcott Smith and Eumir Gaspar"]
|
|
10
|
-
spec.email = ["steve+eumir@aelogica.com"]
|
|
11
|
-
|
|
12
|
-
spec.summary = %q{Foundation for Apps without the JS}
|
|
13
|
-
spec.description = %q{Foundation for Apps without the JS}
|
|
14
|
-
spec.homepage = "https://github.com/aelogica/foundation_apps_styles"
|
|
15
|
-
spec.license = "MIT"
|
|
16
|
-
|
|
17
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
|
-
spec.bindir = "exe"
|
|
19
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
|
-
spec.require_paths = ["lib"]
|
|
21
|
-
|
|
22
|
-
spec.add_development_dependency "bundler", "~> 1.10"
|
|
23
|
-
spec.add_development_dependency "rake", "~> 10.0"
|
|
24
|
-
end
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" data-icon="account" width="128" height="128" class="iconic iconic-account" viewBox="0 0 128 128">
|
|
2
|
-
<g><title>Sign In & Out</title></g>
|
|
3
|
-
<g data-width="128" data-height="128" class="iconic-lg iconic-container" display="inline">
|
|
4
|
-
<g class="iconic-account-login">
|
|
5
|
-
<path stroke="#000" stroke-width="8" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-entrance iconic-property-accent iconic-property-stroke" d="M46 4h78v120h-78" fill="none"/>
|
|
6
|
-
<path stroke="#000" stroke-width="8" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-arrow iconic-account-login-arrow-line iconic-property-stroke" d="M4 64h76" fill="none"/>
|
|
7
|
-
<path d="M90.7 63.2l-21.4-12.4c-.7-.4-1.3-.1-1.3.7v25c0 .8.6 1.2 1.3.7l21.4-12.5c.7-.4.7-1 0-1.5z" class="iconic-account-login-arrow iconic-account-login-arrow-head iconic-property-fill"/>
|
|
8
|
-
</g>
|
|
9
|
-
<g class="iconic-account-logout" display="none">
|
|
10
|
-
<path stroke="#000" stroke-width="8" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-entrance iconic-property-accent iconic-property-stroke" d="M46 4h78v120h-78" fill="none"/>
|
|
11
|
-
<path stroke="#000" stroke-width="8" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-arrow iconic-account-logout-arrow-line iconic-property-stroke" d="M88 64h-76" fill="none"/>
|
|
12
|
-
<path d="M1.3 64.8l21.4 12.5c.7.4 1.3.1 1.3-.7v-25c0-.8-.6-1.2-1.3-.7l-21.4 12.3c-.7.5-.7 1.1 0 1.6z" class="iconic-account-logout-arrow iconic-account-logout-arrow-head iconic-property-fill"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<g data-width="32" data-height="31" class="iconic-md iconic-container" display="none" transform="scale(4)">
|
|
16
|
-
<g class="iconic-account-login">
|
|
17
|
-
<path stroke="#000" stroke-width="3" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-entrance iconic-property-accent iconic-property-stroke" d="M12.5 1.5h18v28h-18" fill="none"/>
|
|
18
|
-
<path stroke="#000" stroke-width="3" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-arrow iconic-account-login-arrow-line iconic-property-stroke" d="M1.5 15.5h14.5" fill="none"/>
|
|
19
|
-
<path d="M20.6 15.8l-5.2 3.9c-.2.2-.4.1-.4-.2v-8c0-.3.2-.4.4-.2l5.2 3.9c.2.2.2.4 0 .6z" class="iconic-account-login-arrow iconic-account-login-arrow-head iconic-property-fill"/>
|
|
20
|
-
</g>
|
|
21
|
-
<g class="iconic-account-logout" display="none">
|
|
22
|
-
<path stroke="#000" stroke-width="3" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-entrance iconic-property-accent iconic-property-stroke" d="M12.5 1.5h18v28h-18" fill="none"/>
|
|
23
|
-
<path stroke="#000" stroke-width="3" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-arrow iconic-account-logout-arrow-line iconic-property-stroke" d="M19.5 15.5h-14.5" fill="none"/>
|
|
24
|
-
<path d="M.4 15.2l5.2-3.9c.2-.2.4-.1.4.2v8c0 .3-.2.4-.4.2l-5.2-3.9c-.2-.2-.2-.4 0-.6z" class="iconic-account-logout-arrow iconic-account-logout-arrow-head iconic-property-fill"/>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
<g data-width="16" data-height="16" class="iconic-sm iconic-container" display="none" transform="scale(8)">
|
|
28
|
-
<g class="iconic-account-login">
|
|
29
|
-
<path stroke="#000" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-entrance iconic-property-accent iconic-property-stroke" d="M7 1h8v14h-8" fill="none"/>
|
|
30
|
-
<path stroke="#000" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-login-arrow iconic-account-login-arrow-line iconic-property-stroke" d="M1 8h9" fill="none"/>
|
|
31
|
-
<path class="iconic-account-login-arrow iconic-account-login-arrow-head iconic-property-fill" d="M12 8l-4-4v8z"/>
|
|
32
|
-
</g>
|
|
33
|
-
<g class="iconic-account-logout" display="none">
|
|
34
|
-
<path stroke="#000" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-entrance iconic-property-accent iconic-property-stroke" d="M7 1h8v14h-8" fill="none"/>
|
|
35
|
-
<path stroke="#000" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" class="iconic-account-logout-arrow iconic-account-logout-arrow-line iconic-property-stroke" d="M11 8h-9" fill="none"/>
|
|
36
|
-
<path class="iconic-account-logout-arrow iconic-account-logout-arrow-head iconic-property-fill" d="M0 8l4 4v-8z"/>
|
|
37
|
-
</g>
|
|
38
|
-
</g>
|
|
39
|
-
<script class="iconic-api" type="application/ecmascript">
|
|
40
|
-
//<![CDATA[
|
|
41
|
-
var iconicApis=window._Iconic?window._Iconic.smartIconApis:{};iconicApis["account"]=iconicApis["account"]||function(t){var i=function(i){t.setAttribute("data-state",i);var e,n=t.querySelectorAll(".iconic-account-login"),o=t.querySelectorAll(".iconic-account-logout");if("logout"===i){for(e=0;e<n.length;e++)n[e].setAttribute("display","none");for(e=0;e<o.length;e++)o[e].setAttribute("display","inline")}else{for(e=0;e<n.length;e++)n[e].setAttribute("display","inline");for(e=0;e<o.length;e++)o[e].setAttribute("display","none")}},e=function(){var e=t.getAttribute("data-state");e&&i(e)};return{update:e,setState:i}};
|
|
42
|
-
//]]>
|
|
43
|
-
</script>
|
|
44
|
-
</svg>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" data-icon="action" width="128" height="128" class="iconic iconic-action" viewBox="0 0 128 128">
|
|
2
|
-
<g><title>Action</title></g>
|
|
3
|
-
<g data-width="128" data-height="96" class="iconic-lg iconic-container" display="inline" transform="translate(0 16)">
|
|
4
|
-
<g class="iconic-action-undo">
|
|
5
|
-
<path d="M30 59c0-27.1 21.9-49 49-49s49 21.9 49 49c0-32.6-26.4-59-59-59s-59 26.4-59 59v11h20v-11z" class="iconic-action-undo-stem iconic-property-fill"/>
|
|
6
|
-
<path d="M19.2 94.7l-18.4-29.4c-.4-.7-.1-1.3.7-1.3h37c.8 0 1.1.6.7 1.3l-18.4 29.4c-.4.7-1.2.7-1.6 0z" class="iconic-action-undo-arrowhead iconic-property-fill"/>
|
|
7
|
-
</g>
|
|
8
|
-
<g class="iconic-action-redo" display="none">
|
|
9
|
-
<path d="M98 59c0-27.1-21.9-49-49-49s-49 21.9-49 49c0-32.6 26.4-59 59-59s59 26.4 59 59v11h-20v-11z" class="iconic-action-redo-stem iconic-property-fill"/>
|
|
10
|
-
<path d="M108.8 94.7l18.4-29.5c.4-.7.1-1.3-.7-1.3h-37c-.8 0-1.1.6-.7 1.3l18.4 29.5c.4.7 1.2.7 1.6 0z" class="iconic-action-redo-arrowhead iconic-property-fill"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
<g data-width="32" data-height="24" class="iconic-md iconic-container" display="none" transform="scale(4) translate(0 4)">
|
|
14
|
-
<g class="iconic-action-undo">
|
|
15
|
-
<path d="M9 14.5c0-6.4 5.1-11.5 11.5-11.5 6 0 10.9 4.7 11.4 10.5-.6-7.5-6.8-13.5-14.4-13.5-8 0-14.5 6.5-14.5 14.5v2.5h6v-2.5z" class="iconic-action-undo-stem iconic-property-fill"/>
|
|
16
|
-
<path d="M6.3 23.6l5.4-7.2c.2-.2.1-.4-.2-.4h-11c-.3 0-.4.2-.2.4l5.4 7.2c.2.2.4.2.6 0z" class="iconic-action-undo-arrowhead iconic-property-fill"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g class="iconic-action-redo" display="none">
|
|
19
|
-
<path d="M23 14.5c0-6.4-5.1-11.5-11.5-11.5-6 0-10.9 4.7-11.5 10.5.6-7.5 6.9-13.5 14.5-13.5 8 0 14.5 6.5 14.5 14.5v2.5h-6v-2.5z" class="iconic-action-redo-stem iconic-property-fill"/>
|
|
20
|
-
<path d="M25.7 23.6l-5.4-7.2c-.2-.2-.1-.4.2-.4h11c.3 0 .4.2.2.4l-5.4 7.2c-.2.2-.4.2-.6 0z" class="iconic-action-redo-arrowhead iconic-property-fill"/>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
<g data-width="16" data-height="12" class="iconic-sm iconic-container" display="none" transform="scale(8) translate(0 2)">
|
|
24
|
-
<g class="iconic-action-undo">
|
|
25
|
-
<path d="M2 9v-2c0-3.9 3.1-7 7-7s7 3.1 7 7c0-2.8-2.2-5-5-5s-5 2.2-5 5v2h-4z" class="iconic-action-undo-stem iconic-property-fill"/>
|
|
26
|
-
<path class="iconic-action-undo-arrowhead iconic-property-fill" d="M0 8l4 4 4-4z"/>
|
|
27
|
-
</g>
|
|
28
|
-
<g class="iconic-action-redo" display="none">
|
|
29
|
-
<path d="M10 9v-2c0-2.8-2.2-5-5-5s-5 2.2-5 5c0-3.9 3.1-7 7-7s7 3.1 7 7v2h-4z" class="iconic-action-redo-stem iconic-property-fill"/>
|
|
30
|
-
<path class="iconic-action-redo-arrowhead iconic-property-fill" d="M8 8l4 4 4-4z"/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
<script class="iconic-api" type="application/ecmascript">
|
|
34
|
-
//<![CDATA[
|
|
35
|
-
var iconicApis=window._Iconic?window._Iconic.smartIconApis:{};iconicApis["action"]=iconicApis["action"]||function(t){var i=function(i){t.setAttribute("data-state",i);var n,e,o=t.querySelectorAll(".iconic-action-undo"),c=t.querySelectorAll(".iconic-action-redo");n=e="none","redo"===i?e="inline":n="inline";for(var a=0;a<o.length;a++)o[a].setAttribute("display",n),c[a].setAttribute("display",e)},n=function(){var n=t.getAttribute("data-state");n&&i(n)};return{update:n,setState:i}};
|
|
36
|
-
//]]>
|
|
37
|
-
</script>
|
|
38
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" class="iconic iconic-ban" width="128" height="128" viewBox="0 0 128 128">
|
|
2
|
-
<g class="iconic-metadata">
|
|
3
|
-
<title>Ban</title>
|
|
4
|
-
</g>
|
|
5
|
-
<g class="iconic-ban-lg iconic-container iconic-lg" data-width="128" data-height="128" display="inline">
|
|
6
|
-
<path stroke="#000" stroke-width="8" class="iconic-ban-strike iconic-property-accent iconic-property-stroke" d="M107.841 20.159l-87.674 87.674" fill="none" />
|
|
7
|
-
<circle stroke="#000" stroke-width="8" cx="64" cy="64" r="60" class="iconic-ban-circle iconic-property-stroke" fill="none" />
|
|
8
|
-
</g>
|
|
9
|
-
<g class="iconic-ban-md iconic-container iconic-md" data-width="32" data-height="32" display="none" transform="scale(4)">
|
|
10
|
-
<path stroke="#000" stroke-width="3" class="iconic-ban-strike iconic-property-accent iconic-property-stroke" d="M26.59 5.41l-21.197 21.197" fill="none" />
|
|
11
|
-
<circle stroke="#000" stroke-width="3" cx="16" cy="16" r="14.5" class="iconic-ban-circle iconic-property-stroke" fill="none" />
|
|
12
|
-
</g>
|
|
13
|
-
<g class="iconic-ban-sm iconic-container iconic-sm" data-width="16" data-height="16" display="none" transform="scale(8)">
|
|
14
|
-
<path stroke="#000" stroke-width="2" stroke-linejoin="round" class="iconic-ban-strike iconic-property-accent iconic-property-stroke" d="M13 3l-10 10" fill="none" />
|
|
15
|
-
<circle stroke="#000" stroke-width="2" stroke-linejoin="round" cx="8" cy="8" r="7" class="iconic-ban-circle iconic-property-stroke" fill="none" />
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" class="iconic iconic-bell" width="128" height="128" viewBox="0 0 128 128">
|
|
2
|
-
<g class="iconic-metadata">
|
|
3
|
-
<title>Bell</title>
|
|
4
|
-
</g>
|
|
5
|
-
<g class="iconic-bell-lg iconic-container iconic-lg" data-width="112" data-height="128" display="inline" transform="translate(8)">
|
|
6
|
-
<circle cx="56" cy="6" r="6" class="iconic-bell-crown iconic-property-fill" />
|
|
7
|
-
<path d="M100 82.033c-14.828-10.22-16-24.339-16-39.934v-4.098c0-15.464-12.536-28-28-28s-28 12.536-28 28v4.098c0 15.595-1.172 29.714-16 39.934-7.414 5.11-12 12.169-12 19.967v2h112v-2c0-7.798-4.586-14.857-12-19.967z" class="iconic-bell-body iconic-property-fill"
|
|
8
|
-
/>
|
|
9
|
-
<path d="M41.174 106c-.751 1.854-1.174 3.877-1.174 6 0 8.836 7.163 16 16 16s16-7.163 16-16c0-2.123-.423-4.146-1.174-6h-29.652z" class="iconic-bell-clapper iconic-property-accent iconic-property-fill" />
|
|
10
|
-
</g>
|
|
11
|
-
<g class="iconic-bell-md iconic-container iconic-md" data-width="28" data-height="32" display="none" transform="scale(4) translate(2)">
|
|
12
|
-
<path d="M10 28c0 2.209 1.791 4 4 4s4-1.791 4-4h-8z" class="iconic-bell-clapper iconic-property-force-fill iconic-property-accent iconic-property-fill" />
|
|
13
|
-
<circle cx="14" cy="2" r="2" class="iconic-bell-crown iconic-property-force-fill iconic-property-fill" />
|
|
14
|
-
<path d="M27.972 25.622c-.139-1.798-1.24-3.42-2.972-4.614-3.707-2.555-4-6.085-4-9.984v-1.025c0-3.866-3.134-7-7-7s-7 3.134-7 7v1.025c0 3.899-.293 7.429-4 9.984-1.732 1.194-2.834 2.816-2.972 4.614h-.007v.094c-.005.095-.021.188-.021.284h.021v1h27.979v-1.378h-.028z"
|
|
15
|
-
class="iconic-bell-body iconic-property-fill" />
|
|
16
|
-
</g>
|
|
17
|
-
<g class="iconic-bell-sm iconic-container iconic-sm" data-width="14" data-height="16" display="none" transform="scale(8) translate(1)">
|
|
18
|
-
<path d="M5 14c0 1.105.895 2 2 2s2-.895 2-2h-4z" class="iconic-bell-clapper iconic-property-force-fill iconic-property-accent iconic-property-fill" />
|
|
19
|
-
<circle cx="7" cy="1" r="1" class="iconic-bell-crown iconic-property-force-fill iconic-property-fill" />
|
|
20
|
-
<path d="M0 13c0-1.04.509-1.981 1.333-2.662 1.648-1.363 1.667-3.245 1.667-5.325v-.013c0-2.209 1.791-4 4-4s4 1.791 4 4v.013c0 2.079.019 3.962 1.667 5.325.824.681 1.333 1.623 1.333 2.662h-14z" class="iconic-bell-body iconic-property-fill" />
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" class="iconic iconic-bookmark" width="128" height="128" viewBox="0 0 128 128">
|
|
2
|
-
<g class="iconic-metadata">
|
|
3
|
-
<title>Bookmark</title>
|
|
4
|
-
</g>
|
|
5
|
-
<g class="iconic-bookmark-lg iconic-container iconic-lg" data-width="44" data-height="128" display="inline" transform="translate(42)">
|
|
6
|
-
<path class="iconic-property-fill" d="M0 0v128l22-14.247 22 14.247v-128z" />
|
|
7
|
-
</g>
|
|
8
|
-
<g class="iconic-bookmark-md iconic-container iconic-md" data-width="14" data-height="32" display="none" transform="scale(4) translate(9)">
|
|
9
|
-
<path d="M0 .5v31c0 .276.182.37.407.209l6.186-4.419c.225-.161.589-.161.814 0l6.186 4.419c.225.161.407.067.407-.209v-31c0-.276-.224-.5-.5-.5h-13c-.276 0-.5.224-.5.5z" class="iconic-property-fill" />
|
|
10
|
-
</g>
|
|
11
|
-
<g class="iconic-bookmark-sm iconic-container iconic-sm" data-width="8" data-height="16" display="none" transform="scale(8) translate(4)">
|
|
12
|
-
<path d="M0 .25v15.5c0 .138.079.171.177.073l3.646-3.646c.098-.098.256-.098.354 0l3.646 3.646c.098.098.177.065.177-.073v-15.5c0-.138-.112-.25-.25-.25h-7.5c-.138 0-.25.112-.25.25z" class="iconic-property-fill" />
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" class="iconic iconic-cart" width="128" height="128" viewBox="0 0 128 128">
|
|
2
|
-
<g class="iconic-metadata">
|
|
3
|
-
<title>Cart</title>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="iconic-size-lg-cart-clip-0">
|
|
7
|
-
<path d="M0 0v106h22.695c-2.835-1.992-4.695-5.28-4.695-9 0-6.065 4.935-11 11-11s11 4.935 11 11c0 3.72-1.861 7.008-4.695 9h61.391c-2.835-1.992-4.695-5.28-4.695-9 0-6.065 4.935-11 11-11s11 4.935 11 11c0 3.72-1.861 7.008-4.695 9h18.695v-106h-128z" />
|
|
8
|
-
</clipPath>
|
|
9
|
-
<clipPath id="iconic-size-md-cart-clip-0">
|
|
10
|
-
<path d="M0 0v28h5.058c-.651-.636-1.058-1.52-1.058-2.5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .98-.407 1.864-1.058 2.5h14.116c-.651-.636-1.058-1.52-1.058-2.5 0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .98-.407 1.864-1.058 2.5h3.058v-28h-32z" />
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
<g class="iconic-cart-lg iconic-container iconic-lg" data-width="128" data-height="106" display="inline" transform="translate(0 11)">
|
|
14
|
-
<path d="M31.176 65.115l-14.352-50.231c-.455-1.593.519-2.885 2.176-2.885h106c1.657 0 2.719 1.313 2.371 2.933l-10.743 50.133c-.347 1.62-1.972 2.933-3.629 2.933h-78c-1.657 0-3.369-1.291-3.824-2.885z" class="iconic-cart-basket iconic-property-fill" />
|
|
15
|
-
<circle cx="29" cy="97" r="9" class="iconic-cart-wheel iconic-cart-wheel-back iconic-property-fill" />
|
|
16
|
-
<circle cx="103" cy="97" r="9" class="iconic-cart-wheel iconic-cart-wheel-front iconic-property-fill" />
|
|
17
|
-
<path clip-path="url(#iconic-size-lg-cart-clip-0)" stroke="#000" stroke-width="4" d="M106 92h-81.25c-.414 0-.621-.31-.462-.692l9.423-22.615c.159-.382.196-1.015.081-1.413l-18.585-64.559c-.115-.398-.543-.721-.957-.721h-11.25" class="iconic-cart-body iconic-property-stroke"
|
|
18
|
-
fill="none" />
|
|
19
|
-
<circle cx="3" cy="3" r="3" class="iconic-cart-handle iconic-property-fill" />
|
|
20
|
-
</g>
|
|
21
|
-
<g class="iconic-cart-md iconic-container iconic-md" data-width="32" data-height="28" display="none" transform="scale(4) translate(0 2)">
|
|
22
|
-
<path d="M8.742 17.034l-3.485-13.068c-.142-.534.19-.966.742-.966h25c.552 0 .912.439.804.981l-2.608 13.039c-.108.542-.644.981-1.196.981h-18c-.552 0-1.115-.433-1.258-.966z" class="iconic-cart-basket iconic-property-fill" />
|
|
23
|
-
<circle cx="7.5" cy="25.5" r="2.5" class="iconic-cart-wheel iconic-cart-wheel-back iconic-property-fill" />
|
|
24
|
-
<circle cx="26.5" cy="25.5" r="2.5" class="iconic-cart-wheel iconic-cart-wheel-front iconic-property-fill" />
|
|
25
|
-
<path clip-path="url(#iconic-size-md-cart-clip-0)" stroke="#000" d="M27 24.5h-20c-.276 0-.42-.209-.321-.467l2.141-5.567c.099-.258.124-.683.055-.951l-4.251-16.531c-.069-.267-.348-.484-.625-.484h-3" class="iconic-cart-body iconic-property-stroke" fill="none"
|
|
26
|
-
/>
|
|
27
|
-
<circle cx="1" cy="1" r="1" class="iconic-cart-handle iconic-property-fill" />
|
|
28
|
-
</g>
|
|
29
|
-
<g class="iconic-cart-sm iconic-container iconic-sm" data-width="16" data-height="14" display="none" transform="scale(8) translate(0 1)">
|
|
30
|
-
<circle cx="3.5" cy="12.5" r="1.5" class="iconic-cart-wheel iconic-cart-wheel-back iconic-property-fill" />
|
|
31
|
-
<circle cx="13.5" cy="12.5" r="1.5" class="iconic-cart-wheel iconic-cart-wheel-front iconic-property-fill" />
|
|
32
|
-
<path d="M3.929 8.505l-.858-6.005c-.039-.273.153-.495.429-.495l12-.004c.276 0 .468.221.429.495l-.859 6.01c-.039.273-.295.495-.571.495h-10c-.276 0-.532-.222-.571-.495z" class="iconic-cart-basket iconic-property-fill" />
|
|
33
|
-
<path stroke="#000" stroke-linecap="square" d="M.5.5h2.25c.138 0 .274.109.302.244l1.395 6.511c.029.135.03.354.003.49l-.902 4.51c-.027.135.063.245.201.245h9.75" class="iconic-cart-body iconic-property-stroke" fill="none" />
|
|
34
|
-
</g>
|
|
35
|
-
</svg>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" data-icon="chevron" width="128" height="128" class="iconic iconic-chevron" viewBox="0 0 128 128">
|
|
2
|
-
<g><title>Chevron</title></g>
|
|
3
|
-
<defs>
|
|
4
|
-
<clipPath id="iconic-size-lg-chevron-clip-0">
|
|
5
|
-
<path d="M0 0h88v128h-88z"/>
|
|
6
|
-
</clipPath>
|
|
7
|
-
<clipPath id="iconic-size-md-chevron-clip-0">
|
|
8
|
-
<path d="M0 0h26v32h-26z"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
<clipPath id="iconic-size-sm-chevron-clip-0">
|
|
11
|
-
<path d="M0 0h14v16h-14z"/>
|
|
12
|
-
</clipPath>
|
|
13
|
-
</defs>
|
|
14
|
-
<g data-width="128" data-height="128" class="iconic-lg iconic-container" display="inline" transform="translate(12)">
|
|
15
|
-
<path clip-path="url(#iconic-size-lg-chevron-clip-0)" stroke="#000" stroke-width="16" stroke-linecap="square" stroke-miterlimit="10" class="iconic-property-stroke" d="M-8-20l84 84-84 84" fill="none"/>
|
|
16
|
-
</g>
|
|
17
|
-
<g data-width="32" data-height="32" class="iconic-md iconic-container" display="none" transform="scale(4) translate(1)">
|
|
18
|
-
<path clip-path="url(#iconic-size-md-chevron-clip-0)" stroke="#000" stroke-width="6" stroke-linecap="square" stroke-miterlimit="10" class="iconic-property-stroke" d="M-1-6l22 22-22 22" fill="none"/>
|
|
19
|
-
</g>
|
|
20
|
-
<g data-width="16" data-height="16" class="iconic-sm iconic-container" display="none" transform="scale(8)">
|
|
21
|
-
<path clip-path="url(#iconic-size-sm-chevron-clip-0)" stroke="#000" stroke-width="4" stroke-linecap="square" stroke-miterlimit="10" class="iconic-property-stroke" d="M1.7-1.3l9.3 9.3-13.1 13.1" fill="none"/>
|
|
22
|
-
</g>
|
|
23
|
-
<script class="iconic-api" type="application/ecmascript">
|
|
24
|
-
//<![CDATA[
|
|
25
|
-
var iconicApis=window._Iconic?window._Iconic.smartIconApis:{};iconicApis["chevron"]=iconicApis["chevron"]||function(t){function e(e){t.setAttribute("data-direction",e);var n=0;switch(e){case"top":n=270;break;case"left":n=180;break;case"bottom":n=90;break;default:n=0}r.setAttribute("transform","rotate("+n+" 64 64) translate(12) "),a.setAttribute("transform","scale(4) rotate("+n+" 16 16) translate(1)"),i.setAttribute("transform","scale(8) rotate("+n+" 8 8)")}var r=t.querySelector(".iconic-lg"),a=t.querySelector(".iconic-md"),i=t.querySelector(".iconic-sm"),n=function(){var r=t.getAttribute("data-direction")||"";e(r)};return{update:n,setDirection:e}};
|
|
26
|
-
//]]>
|
|
27
|
-
</script>
|
|
28
|
-
</svg>
|