bedrock_sass 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/_vendor/ace/ace.js +255 -589
- data/assets/_vendor/ace/ext-beautify.js +1 -2
- data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +2 -2
- data/assets/_vendor/ace/ext-emmet.js +4 -4
- data/assets/_vendor/ace/ext-error_marker.js +1 -2
- data/assets/_vendor/ace/ext-keybinding_menu.js +1 -2
- data/assets/_vendor/ace/ext-language_tools.js +5 -9
- data/assets/_vendor/ace/ext-linking.js +1 -2
- data/assets/_vendor/ace/ext-modelist.js +9 -5
- data/assets/_vendor/ace/ext-options.js +10 -7
- data/assets/_vendor/ace/ext-rtl.js +1 -2
- data/assets/_vendor/ace/ext-searchbox.js +8 -4
- data/assets/_vendor/ace/ext-settings_menu.js +10 -7
- data/assets/_vendor/ace/ext-spellcheck.js +1 -2
- data/assets/_vendor/ace/ext-split.js +1 -2
- data/assets/_vendor/ace/ext-static_highlight.js +11 -8
- data/assets/_vendor/ace/ext-statusbar.js +1 -2
- data/assets/_vendor/ace/ext-textarea.js +1 -5
- data/assets/_vendor/ace/ext-themelist.js +2 -4
- data/assets/_vendor/ace/ext-whitespace.js +1 -2
- data/assets/_vendor/ace/keybinding-emacs.js +6 -2
- data/assets/_vendor/ace/keybinding-vim.js +13 -25
- data/assets/_vendor/ace/mode-abap.js +2 -3
- data/assets/_vendor/ace/mode-abc.js +3 -2
- data/assets/_vendor/ace/mode-actionscript.js +2 -2
- data/assets/_vendor/ace/mode-ada.js +1 -2
- data/assets/_vendor/ace/mode-apache_conf.js +2 -2
- data/assets/_vendor/ace/mode-apex.js +457 -0
- data/assets/_vendor/ace/mode-applescript.js +1 -2
- data/assets/_vendor/ace/mode-asciidoc.js +2 -2
- data/assets/_vendor/ace/mode-asl.js +1 -2
- data/assets/_vendor/ace/mode-assembly_x86.js +2 -2
- data/assets/_vendor/ace/mode-autohotkey.js +1 -2
- data/assets/_vendor/ace/mode-batchfile.js +2 -2
- data/assets/_vendor/ace/mode-bro.js +2 -2
- data/assets/_vendor/ace/mode-c9search.js +1 -2
- data/assets/_vendor/ace/mode-c_cpp.js +2 -2
- data/assets/_vendor/ace/mode-cirru.js +1 -2
- data/assets/_vendor/ace/mode-clojure.js +2 -2
- data/assets/_vendor/ace/mode-cobol.js +1 -2
- data/assets/_vendor/ace/mode-coffee.js +1 -2
- data/assets/_vendor/ace/mode-coldfusion.js +3 -2
- data/assets/_vendor/ace/mode-csharp.js +3 -3
- data/assets/_vendor/ace/mode-csound_document.js +319 -80
- data/assets/_vendor/ace/mode-csound_orchestra.js +323 -86
- data/assets/_vendor/ace/mode-csound_score.js +1 -2
- data/assets/_vendor/ace/mode-csp.js +1 -2
- data/assets/_vendor/ace/mode-css.js +2 -2
- data/assets/_vendor/ace/mode-curly.js +3 -2
- data/assets/_vendor/ace/mode-d.js +2 -2
- data/assets/_vendor/ace/mode-dart.js +24 -14
- data/assets/_vendor/ace/mode-diff.js +4 -4
- data/assets/_vendor/ace/mode-django.js +3 -2
- data/assets/_vendor/ace/mode-dockerfile.js +3 -2
- data/assets/_vendor/ace/mode-dot.js +1 -2
- data/assets/_vendor/ace/mode-drools.js +3 -2
- data/assets/_vendor/ace/mode-edifact.js +2 -2
- data/assets/_vendor/ace/mode-eiffel.js +1 -2
- data/assets/_vendor/ace/mode-ejs.js +5 -2
- data/assets/_vendor/ace/mode-elixir.js +2 -2
- data/assets/_vendor/ace/mode-elm.js +1 -2
- data/assets/_vendor/ace/mode-erlang.js +2 -2
- data/assets/_vendor/ace/mode-forth.js +2 -2
- data/assets/_vendor/ace/mode-fortran.js +1 -2
- data/assets/_vendor/ace/mode-fsharp.js +1 -2
- data/assets/_vendor/ace/mode-fsl.js +258 -0
- data/assets/_vendor/ace/mode-ftl.js +3 -2
- data/assets/_vendor/ace/mode-gcode.js +1 -2
- data/assets/_vendor/ace/mode-gherkin.js +2 -4
- data/assets/_vendor/ace/mode-gitignore.js +1 -2
- data/assets/_vendor/ace/mode-glsl.js +2 -2
- data/assets/_vendor/ace/mode-gobstones.js +3 -2
- data/assets/_vendor/ace/mode-golang.js +1 -2
- data/assets/_vendor/ace/mode-graphqlschema.js +1 -2
- data/assets/_vendor/ace/mode-groovy.js +4 -2
- data/assets/_vendor/ace/mode-haml.js +5 -2
- data/assets/_vendor/ace/mode-handlebars.js +3 -2
- data/assets/_vendor/ace/mode-haskell.js +2 -2
- data/assets/_vendor/ace/mode-haskell_cabal.js +1 -2
- data/assets/_vendor/ace/mode-haxe.js +2 -2
- data/assets/_vendor/ace/mode-hjson.js +2 -2
- data/assets/_vendor/ace/mode-html.js +3 -2
- data/assets/_vendor/ace/mode-html_elixir.js +4 -2
- data/assets/_vendor/ace/mode-html_ruby.js +5 -2
- data/assets/_vendor/ace/mode-ini.js +1 -2
- data/assets/_vendor/ace/mode-io.js +2 -2
- data/assets/_vendor/ace/mode-jack.js +1 -2
- data/assets/_vendor/ace/mode-jade.js +14 -115
- data/assets/_vendor/ace/mode-java.js +64 -3
- data/assets/_vendor/ace/mode-javascript.js +2 -2
- data/assets/_vendor/ace/mode-json.js +1 -2
- data/assets/_vendor/ace/mode-jsoniq.js +8 -2317
- data/assets/_vendor/ace/mode-jsp.js +4 -2
- data/assets/_vendor/ace/mode-jssm.js +2 -2
- data/assets/_vendor/ace/mode-jsx.js +1 -2
- data/assets/_vendor/ace/mode-julia.js +2 -2
- data/assets/_vendor/ace/mode-kotlin.js +2 -2
- data/assets/_vendor/ace/mode-latex.js +1 -2
- data/assets/_vendor/ace/mode-less.js +4 -2
- data/assets/_vendor/ace/mode-liquid.js +2026 -477
- data/assets/_vendor/ace/mode-lisp.js +2 -2
- data/assets/_vendor/ace/mode-livescript.js +1 -2
- data/assets/_vendor/ace/mode-logiql.js +2 -2
- data/assets/_vendor/ace/mode-logtalk.js +352 -0
- data/assets/_vendor/ace/mode-lsl.js +1 -2
- data/assets/_vendor/ace/mode-lua.js +1 -2
- data/assets/_vendor/ace/mode-luapage.js +3 -2
- data/assets/_vendor/ace/mode-lucene.js +2 -3
- data/assets/_vendor/ace/mode-makefile.js +3 -2
- data/assets/_vendor/ace/mode-markdown.js +5 -2
- data/assets/_vendor/ace/mode-mask.js +3 -2
- data/assets/_vendor/ace/mode-matlab.js +1 -2
- data/assets/_vendor/ace/mode-maze.js +2 -2
- data/assets/_vendor/ace/mode-mel.js +2 -2
- data/assets/_vendor/ace/mode-mixal.js +1 -2
- data/assets/_vendor/ace/mode-mushcode.js +2 -2
- data/assets/_vendor/ace/mode-mysql.js +3 -4
- data/assets/_vendor/ace/mode-nix.js +2 -2
- data/assets/_vendor/ace/mode-nsis.js +2 -2
- data/assets/_vendor/ace/mode-objectivec.js +3 -2
- data/assets/_vendor/ace/mode-ocaml.js +1 -2
- data/assets/_vendor/ace/mode-pascal.js +2 -2
- data/assets/_vendor/ace/mode-perl.js +2 -2
- data/assets/_vendor/ace/mode-perl6.js +593 -0
- data/assets/_vendor/ace/mode-pgsql.js +304 -69
- data/assets/_vendor/ace/mode-php.js +844 -1029
- data/assets/_vendor/ace/mode-php_laravel_blade.js +844 -1029
- data/assets/_vendor/ace/mode-pig.js +2 -2
- data/assets/_vendor/ace/mode-plain_text.js +1 -2
- data/assets/_vendor/ace/mode-powershell.js +2 -2
- data/assets/_vendor/ace/mode-praat.js +2 -2
- data/assets/_vendor/ace/mode-prolog.js +2 -2
- data/assets/_vendor/ace/mode-properties.js +1 -2
- data/assets/_vendor/ace/mode-protobuf.js +2 -2
- data/assets/_vendor/ace/mode-puppet.js +1 -2
- data/assets/_vendor/ace/mode-python.js +297 -63
- data/assets/_vendor/ace/mode-r.js +3 -2
- data/assets/_vendor/ace/mode-razor.js +9 -3
- data/assets/_vendor/ace/mode-rdoc.js +2 -2
- data/assets/_vendor/ace/mode-red.js +2 -2
- data/assets/_vendor/ace/mode-redshift.js +1 -2
- data/assets/_vendor/ace/mode-rhtml.js +5 -2
- data/assets/_vendor/ace/mode-rst.js +1 -2
- data/assets/_vendor/ace/mode-ruby.js +3 -2
- data/assets/_vendor/ace/mode-rust.js +2 -2
- data/assets/_vendor/ace/mode-sass.js +205 -117
- data/assets/_vendor/ace/mode-scad.js +2 -2
- data/assets/_vendor/ace/mode-scala.js +3 -2
- data/assets/_vendor/ace/mode-scheme.js +2 -2
- data/assets/_vendor/ace/mode-scss.js +204 -115
- data/assets/_vendor/ace/mode-sh.js +3 -2
- data/assets/_vendor/ace/mode-sjs.js +2 -2
- data/assets/_vendor/ace/mode-slim.js +18 -117
- data/assets/_vendor/ace/mode-smarty.js +3 -2
- data/assets/_vendor/ace/mode-snippets.js +1 -2
- data/assets/_vendor/ace/mode-soy_template.js +4 -2
- data/assets/_vendor/ace/mode-space.js +1 -2
- data/assets/_vendor/ace/mode-sparql.js +2 -2
- data/assets/_vendor/ace/mode-sql.js +2 -3
- data/assets/_vendor/ace/mode-sqlserver.js +2 -2
- data/assets/_vendor/ace/mode-stylus.js +3 -2
- data/assets/_vendor/ace/mode-svg.js +2 -2
- data/assets/_vendor/ace/mode-swift.js +1 -2
- data/assets/_vendor/ace/mode-tcl.js +2 -2
- data/assets/_vendor/ace/mode-terraform.js +1 -2
- data/assets/_vendor/ace/mode-tex.js +2 -2
- data/assets/_vendor/ace/mode-text.js +1 -2
- data/assets/_vendor/ace/mode-textile.js +1 -2
- data/assets/_vendor/ace/mode-toml.js +1 -2
- data/assets/_vendor/ace/mode-tsx.js +2 -2
- data/assets/_vendor/ace/mode-turtle.js +2 -2
- data/assets/_vendor/ace/mode-twig.js +3 -2
- data/assets/_vendor/ace/mode-typescript.js +2 -2
- data/assets/_vendor/ace/mode-vala.js +2 -2
- data/assets/_vendor/ace/mode-vbscript.js +1 -2
- data/assets/_vendor/ace/mode-velocity.js +4 -2
- data/assets/_vendor/ace/mode-verilog.js +1 -2
- data/assets/_vendor/ace/mode-vhdl.js +1 -2
- data/assets/_vendor/ace/mode-visualforce.js +2641 -0
- data/assets/_vendor/ace/mode-wollok.js +3 -2
- data/assets/_vendor/ace/mode-xml.js +1 -2
- data/assets/_vendor/ace/mode-xquery.js +8 -2287
- data/assets/_vendor/ace/mode-yaml.js +1 -2
- data/assets/_vendor/ace/snippets/abap.js +2 -3
- data/assets/_vendor/ace/snippets/abc.js +1 -2
- data/assets/_vendor/ace/snippets/actionscript.js +1 -2
- data/assets/_vendor/ace/snippets/ada.js +2 -3
- data/assets/_vendor/ace/snippets/apache_conf.js +2 -3
- data/assets/_vendor/ace/snippets/apex.js +14 -0
- data/assets/_vendor/ace/snippets/applescript.js +2 -3
- data/assets/_vendor/ace/snippets/asciidoc.js +2 -3
- data/assets/_vendor/ace/snippets/asl.js +2 -3
- data/assets/_vendor/ace/snippets/assembly_x86.js +2 -3
- data/assets/_vendor/ace/snippets/autohotkey.js +2 -3
- data/assets/_vendor/ace/snippets/batchfile.js +2 -3
- data/assets/_vendor/ace/snippets/bro.js +1 -2
- data/assets/_vendor/ace/snippets/c9search.js +2 -3
- data/assets/_vendor/ace/snippets/c_cpp.js +1 -2
- data/assets/_vendor/ace/snippets/cirru.js +2 -3
- data/assets/_vendor/ace/snippets/clojure.js +1 -2
- data/assets/_vendor/ace/snippets/cobol.js +2 -3
- data/assets/_vendor/ace/snippets/coffee.js +1 -2
- data/assets/_vendor/ace/snippets/coldfusion.js +2 -3
- data/assets/_vendor/ace/snippets/csharp.js +2 -3
- data/assets/_vendor/ace/snippets/csound_document.js +1 -2
- data/assets/_vendor/ace/snippets/csound_orchestra.js +1 -2
- data/assets/_vendor/ace/snippets/csound_score.js +2 -3
- data/assets/_vendor/ace/snippets/csp.js +1 -2
- data/assets/_vendor/ace/snippets/css.js +1 -2
- data/assets/_vendor/ace/snippets/curly.js +2 -3
- data/assets/_vendor/ace/snippets/d.js +2 -3
- data/assets/_vendor/ace/snippets/dart.js +1 -2
- data/assets/_vendor/ace/snippets/diff.js +1 -2
- data/assets/_vendor/ace/snippets/django.js +1 -2
- data/assets/_vendor/ace/snippets/dockerfile.js +2 -3
- data/assets/_vendor/ace/snippets/dot.js +2 -3
- data/assets/_vendor/ace/snippets/drools.js +1 -2
- data/assets/_vendor/ace/snippets/edifact.js +1 -2
- data/assets/_vendor/ace/snippets/eiffel.js +2 -3
- data/assets/_vendor/ace/snippets/ejs.js +2 -3
- data/assets/_vendor/ace/snippets/elixir.js +1 -2
- data/assets/_vendor/ace/snippets/elm.js +2 -3
- data/assets/_vendor/ace/snippets/erlang.js +1 -2
- data/assets/_vendor/ace/snippets/forth.js +2 -3
- data/assets/_vendor/ace/snippets/fortran.js +2 -3
- data/assets/_vendor/ace/snippets/fsharp.js +2 -3
- data/assets/_vendor/ace/snippets/fsl.js +14 -0
- data/assets/_vendor/ace/snippets/ftl.js +2 -3
- data/assets/_vendor/ace/snippets/gcode.js +2 -3
- data/assets/_vendor/ace/snippets/gherkin.js +2 -3
- data/assets/_vendor/ace/snippets/gitignore.js +2 -3
- data/assets/_vendor/ace/snippets/glsl.js +2 -3
- data/assets/_vendor/ace/snippets/gobstones.js +1 -2
- data/assets/_vendor/ace/snippets/golang.js +2 -3
- data/assets/_vendor/ace/snippets/graphqlschema.js +1 -2
- data/assets/_vendor/ace/snippets/groovy.js +2 -3
- data/assets/_vendor/ace/snippets/haml.js +1 -2
- data/assets/_vendor/ace/snippets/handlebars.js +2 -3
- data/assets/_vendor/ace/snippets/haskell.js +1 -2
- data/assets/_vendor/ace/snippets/haskell_cabal.js +2 -3
- data/assets/_vendor/ace/snippets/haxe.js +2 -3
- data/assets/_vendor/ace/snippets/hjson.js +1 -2
- data/assets/_vendor/ace/snippets/html.js +1 -2
- data/assets/_vendor/ace/snippets/html_elixir.js +2 -3
- data/assets/_vendor/ace/snippets/html_ruby.js +2 -3
- data/assets/_vendor/ace/snippets/ini.js +2 -3
- data/assets/_vendor/ace/snippets/io.js +1 -2
- data/assets/_vendor/ace/snippets/jack.js +2 -3
- data/assets/_vendor/ace/snippets/jade.js +2 -3
- data/assets/_vendor/ace/snippets/java.js +1 -2
- data/assets/_vendor/ace/snippets/javascript.js +1 -2
- data/assets/_vendor/ace/snippets/json.js +2 -3
- data/assets/_vendor/ace/snippets/jsoniq.js +1 -2
- data/assets/_vendor/ace/snippets/jsp.js +1 -2
- data/assets/_vendor/ace/snippets/jssm.js +1 -2
- data/assets/_vendor/ace/snippets/jsx.js +2 -3
- data/assets/_vendor/ace/snippets/julia.js +2 -3
- data/assets/_vendor/ace/snippets/kotlin.js +1 -2
- data/assets/_vendor/ace/snippets/latex.js +2 -3
- data/assets/_vendor/ace/snippets/less.js +2 -3
- data/assets/_vendor/ace/snippets/liquid.js +883 -3
- data/assets/_vendor/ace/snippets/lisp.js +2 -3
- data/assets/_vendor/ace/snippets/livescript.js +2 -3
- data/assets/_vendor/ace/snippets/logiql.js +2 -3
- data/assets/_vendor/ace/snippets/logtalk.js +14 -0
- data/assets/_vendor/ace/snippets/lsl.js +1 -2
- data/assets/_vendor/ace/snippets/lua.js +1 -2
- data/assets/_vendor/ace/snippets/luapage.js +2 -3
- data/assets/_vendor/ace/snippets/lucene.js +2 -3
- data/assets/_vendor/ace/snippets/makefile.js +1 -2
- data/assets/_vendor/ace/snippets/markdown.js +1 -2
- data/assets/_vendor/ace/snippets/mask.js +2 -3
- data/assets/_vendor/ace/snippets/matlab.js +2 -3
- data/assets/_vendor/ace/snippets/maze.js +1 -2
- data/assets/_vendor/ace/snippets/mel.js +2 -3
- data/assets/_vendor/ace/snippets/mixal.js +2 -3
- data/assets/_vendor/ace/snippets/mushcode.js +2 -3
- data/assets/_vendor/ace/snippets/mysql.js +2 -3
- data/assets/_vendor/ace/snippets/nix.js +2 -3
- data/assets/_vendor/ace/snippets/nsis.js +1 -2
- data/assets/_vendor/ace/snippets/objectivec.js +2 -3
- data/assets/_vendor/ace/snippets/ocaml.js +2 -3
- data/assets/_vendor/ace/snippets/pascal.js +2 -3
- data/assets/_vendor/ace/snippets/perl.js +1 -2
- data/assets/_vendor/ace/snippets/perl6.js +14 -0
- data/assets/_vendor/ace/snippets/pgsql.js +2 -3
- data/assets/_vendor/ace/snippets/php.js +1 -2
- data/assets/_vendor/ace/snippets/php_laravel_blade.js +2 -3
- data/assets/_vendor/ace/snippets/pig.js +2 -3
- data/assets/_vendor/ace/snippets/plain_text.js +2 -3
- data/assets/_vendor/ace/snippets/powershell.js +2 -3
- data/assets/_vendor/ace/snippets/praat.js +2 -3
- data/assets/_vendor/ace/snippets/prolog.js +2 -3
- data/assets/_vendor/ace/snippets/properties.js +2 -3
- data/assets/_vendor/ace/snippets/protobuf.js +1 -2
- data/assets/_vendor/ace/snippets/puppet.js +2 -3
- data/assets/_vendor/ace/snippets/python.js +1 -2
- data/assets/_vendor/ace/snippets/r.js +1 -2
- data/assets/_vendor/ace/snippets/razor.js +1 -2
- data/assets/_vendor/ace/snippets/rdoc.js +2 -3
- data/assets/_vendor/ace/snippets/red.js +1 -2
- data/assets/_vendor/ace/snippets/redshift.js +2 -3
- data/assets/_vendor/ace/snippets/rhtml.js +2 -3
- data/assets/_vendor/ace/snippets/rst.js +1 -2
- data/assets/_vendor/ace/snippets/ruby.js +1 -2
- data/assets/_vendor/ace/snippets/rust.js +2 -3
- data/assets/_vendor/ace/snippets/sass.js +2 -3
- data/assets/_vendor/ace/snippets/scad.js +2 -3
- data/assets/_vendor/ace/snippets/scala.js +2 -3
- data/assets/_vendor/ace/snippets/scheme.js +2 -3
- data/assets/_vendor/ace/snippets/scss.js +2 -3
- data/assets/_vendor/ace/snippets/sh.js +1 -2
- data/assets/_vendor/ace/snippets/sjs.js +2 -3
- data/assets/_vendor/ace/snippets/slim.js +2 -3
- data/assets/_vendor/ace/snippets/smarty.js +2 -3
- data/assets/_vendor/ace/snippets/snippets.js +1 -2
- data/assets/_vendor/ace/snippets/soy_template.js +2 -3
- data/assets/_vendor/ace/snippets/space.js +2 -3
- data/assets/_vendor/ace/snippets/sparql.js +1 -2
- data/assets/_vendor/ace/snippets/sql.js +1 -2
- data/assets/_vendor/ace/snippets/sqlserver.js +1 -2
- data/assets/_vendor/ace/snippets/stylus.js +2 -3
- data/assets/_vendor/ace/snippets/svg.js +2 -3
- data/assets/_vendor/ace/snippets/swift.js +2 -3
- data/assets/_vendor/ace/snippets/tcl.js +1 -2
- data/assets/_vendor/ace/snippets/terraform.js +2 -3
- data/assets/_vendor/ace/snippets/tex.js +1 -2
- data/assets/_vendor/ace/snippets/text.js +2 -3
- data/assets/_vendor/ace/snippets/textile.js +1 -2
- data/assets/_vendor/ace/snippets/toml.js +2 -3
- data/assets/_vendor/ace/snippets/tsx.js +2 -3
- data/assets/_vendor/ace/snippets/turtle.js +1 -2
- data/assets/_vendor/ace/snippets/twig.js +2 -3
- data/assets/_vendor/ace/snippets/typescript.js +2 -3
- data/assets/_vendor/ace/snippets/vala.js +1 -2
- data/assets/_vendor/ace/snippets/vbscript.js +2 -3
- data/assets/_vendor/ace/snippets/velocity.js +1 -2
- data/assets/_vendor/ace/snippets/verilog.js +2 -3
- data/assets/_vendor/ace/snippets/vhdl.js +2 -3
- data/assets/_vendor/ace/snippets/visualforce.js +14 -0
- data/assets/_vendor/ace/snippets/wollok.js +1 -2
- data/assets/_vendor/ace/snippets/xml.js +2 -3
- data/assets/_vendor/ace/snippets/xquery.js +1 -2
- data/assets/_vendor/ace/snippets/yaml.js +2 -3
- data/assets/_vendor/ace/theme-ambiance.js +1 -2
- data/assets/_vendor/ace/theme-chaos.js +1 -2
- data/assets/_vendor/ace/theme-chrome.js +1 -2
- data/assets/_vendor/ace/theme-clouds.js +1 -2
- data/assets/_vendor/ace/theme-clouds_midnight.js +1 -2
- data/assets/_vendor/ace/theme-cobalt.js +1 -2
- data/assets/_vendor/ace/theme-crimson_editor.js +1 -2
- data/assets/_vendor/ace/theme-dawn.js +1 -2
- data/assets/_vendor/ace/theme-dracula.js +1 -2
- data/assets/_vendor/ace/theme-dreamweaver.js +1 -2
- data/assets/_vendor/ace/theme-eclipse.js +1 -2
- data/assets/_vendor/ace/theme-github.js +3 -3
- data/assets/_vendor/ace/theme-gob.js +1 -2
- data/assets/_vendor/ace/theme-gruvbox.js +1 -2
- data/assets/_vendor/ace/theme-idle_fingers.js +1 -2
- data/assets/_vendor/ace/theme-iplastic.js +1 -2
- data/assets/_vendor/ace/theme-katzenmilch.js +1 -2
- data/assets/_vendor/ace/theme-kr_theme.js +1 -2
- data/assets/_vendor/ace/theme-kuroir.js +1 -2
- data/assets/_vendor/ace/theme-merbivore.js +1 -2
- data/assets/_vendor/ace/theme-merbivore_soft.js +1 -2
- data/assets/_vendor/ace/theme-mono_industrial.js +1 -2
- data/assets/_vendor/ace/theme-monokai.js +1 -2
- data/assets/_vendor/ace/theme-pastel_on_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_light.js +1 -2
- data/assets/_vendor/ace/theme-sqlserver.js +1 -2
- data/assets/_vendor/ace/theme-terminal.js +1 -2
- data/assets/_vendor/ace/theme-textmate.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_blue.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_bright.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +1 -2
- data/assets/_vendor/ace/theme-twilight.js +1 -2
- data/assets/_vendor/ace/theme-vibrant_ink.js +1 -2
- data/assets/_vendor/ace/theme-xcode.js +1 -2
- data/assets/_vendor/ace/worker-coffee.js +11 -20
- data/assets/_vendor/ace/worker-css.js +23 -20
- data/assets/_vendor/ace/worker-html.js +25 -31
- data/assets/_vendor/ace/worker-javascript.js +76 -36
- data/assets/_vendor/ace/worker-json.js +25 -20
- data/assets/_vendor/ace/worker-lua.js +68 -69
- data/assets/_vendor/ace/worker-php.js +12 -20
- data/assets/_vendor/ace/worker-xml.js +12 -22
- data/assets/_vendor/ace/worker-xquery.js +44 -12378
- data/assets/_vendor/tinymce/plugins/advlist/plugin.js +137 -137
- data/assets/_vendor/tinymce/plugins/anchor/plugin.js +102 -102
- data/assets/_vendor/tinymce/plugins/autolink/plugin.js +154 -154
- data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -145
- data/assets/_vendor/tinymce/plugins/autosave/plugin.js +207 -217
- data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +89 -89
- data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1246 -1246
- data/assets/_vendor/tinymce/plugins/code/plugin.js +80 -80
- data/assets/_vendor/tinymce/plugins/codesample/plugin.js +852 -852
- data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +109 -109
- data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +144 -144
- data/assets/_vendor/tinymce/plugins/directionality/plugin.js +53 -53
- data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +74 -74
- data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +464 -464
- data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/help/plugin.js +639 -678
- data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -29
- data/assets/_vendor/tinymce/plugins/image/plugin.js +1119 -1126
- data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3414 -3445
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -230
- data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +193 -193
- data/assets/_vendor/tinymce/plugins/link/plugin.js +646 -646
- data/assets/_vendor/tinymce/plugins/lists/plugin.js +2103 -1037
- data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/media/plugin.js +1050 -1050
- data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +69 -69
- data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +98 -98
- data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +91 -91
- data/assets/_vendor/tinymce/plugins/paste/plugin.js +1725 -1364
- data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/preview/plugin.js +107 -107
- data/assets/_vendor/tinymce/plugins/print/plugin.js +28 -28
- data/assets/_vendor/tinymce/plugins/save/plugin.js +101 -101
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +535 -537
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +683 -681
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +95 -95
- data/assets/_vendor/tinymce/plugins/table/plugin.js +8927 -9805
- data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/template/plugin.js +305 -311
- data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +317 -317
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +575 -329
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/toc/plugin.js +201 -201
- data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +113 -113
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +419 -471
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +371 -308
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
- data/assets/_vendor/tinymce/themes/inlite/theme.js +9272 -9686
- data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/mobile/theme.js +12130 -13042
- data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/modern/theme.js +9090 -9504
- data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -1
- data/assets/_vendor/tinymce/tinymce.js +24914 -25218
- data/assets/bedrock/js/bedrock.js +1 -1
- data/assets/bedrock/scss/components/no-content.scss +5 -0
- data/assets/bedrock/scss/components/select-box.scss +1 -1
- data/lib/bedrock_sass.rb +51 -16
- data/lib/bedrock_sass/engine.rb +3 -2
- data/lib/bedrock_sass/version.rb +1 -1
- metadata +17 -7
@@ -1,226 +1,216 @@
|
|
1
1
|
(function () {
|
2
2
|
var autosave = (function () {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
};
|
81
|
-
|
82
|
-
var isEmpty = function (editor, html) {
|
83
|
-
var forcedRootBlockName = editor.settings.forced_root_block;
|
84
|
-
html = global$2.trim(typeof html === 'undefined' ? editor.getBody().innerHTML : html);
|
85
|
-
return html === '' || new RegExp('^<' + forcedRootBlockName + '[^>]*>((\xA0| |[ \t]|<br[^>]*>)+?|)</' + forcedRootBlockName + '>|<br>$', 'i').test(html);
|
86
|
-
};
|
87
|
-
var hasDraft = function (editor) {
|
88
|
-
var time = parseInt(global$1.getItem($_azapea9bjm0ofy3i.getAutoSavePrefix(editor) + 'time'), 10) || 0;
|
89
|
-
if (new Date().getTime() - time > $_azapea9bjm0ofy3i.getAutoSaveRetention(editor)) {
|
90
|
-
removeDraft(editor, false);
|
91
|
-
return false;
|
92
|
-
}
|
93
|
-
return true;
|
94
|
-
};
|
95
|
-
var removeDraft = function (editor, fire) {
|
96
|
-
var prefix = $_azapea9bjm0ofy3i.getAutoSavePrefix(editor);
|
97
|
-
global$1.removeItem(prefix + 'draft');
|
98
|
-
global$1.removeItem(prefix + 'time');
|
99
|
-
if (fire !== false) {
|
100
|
-
$_1qssoj9ajm0ofy3g.fireRemoveDraft(editor);
|
101
|
-
}
|
102
|
-
};
|
103
|
-
var storeDraft = function (editor) {
|
104
|
-
var prefix = $_azapea9bjm0ofy3i.getAutoSavePrefix(editor);
|
105
|
-
if (!isEmpty(editor) && editor.isDirty()) {
|
106
|
-
global$1.setItem(prefix + 'draft', editor.getContent({
|
107
|
-
format: 'raw',
|
108
|
-
no_events: true
|
109
|
-
}));
|
110
|
-
global$1.setItem(prefix + 'time', new Date().getTime().toString());
|
111
|
-
$_1qssoj9ajm0ofy3g.fireStoreDraft(editor);
|
112
|
-
}
|
113
|
-
};
|
114
|
-
var restoreDraft = function (editor) {
|
115
|
-
var prefix = $_azapea9bjm0ofy3i.getAutoSavePrefix(editor);
|
116
|
-
if (hasDraft(editor)) {
|
117
|
-
editor.setContent(global$1.getItem(prefix + 'draft'), { format: 'raw' });
|
118
|
-
$_1qssoj9ajm0ofy3g.fireRestoreDraft(editor);
|
119
|
-
}
|
120
|
-
};
|
121
|
-
var startStoreDraft = function (editor, started) {
|
122
|
-
var interval = $_azapea9bjm0ofy3i.getAutoSaveInterval(editor);
|
123
|
-
if (!started.get()) {
|
124
|
-
setInterval(function () {
|
125
|
-
if (!editor.removed) {
|
126
|
-
storeDraft(editor);
|
127
|
-
}
|
128
|
-
}, interval);
|
129
|
-
started.set(true);
|
130
|
-
}
|
131
|
-
};
|
132
|
-
var restoreLastDraft = function (editor) {
|
133
|
-
editor.undoManager.transact(function () {
|
134
|
-
restoreDraft(editor);
|
135
|
-
removeDraft(editor);
|
136
|
-
});
|
137
|
-
editor.focus();
|
138
|
-
};
|
139
|
-
var $_8h0aas97jm0ofy3d = {
|
140
|
-
isEmpty: isEmpty,
|
141
|
-
hasDraft: hasDraft,
|
142
|
-
removeDraft: removeDraft,
|
143
|
-
storeDraft: storeDraft,
|
144
|
-
restoreDraft: restoreDraft,
|
145
|
-
startStoreDraft: startStoreDraft,
|
146
|
-
restoreLastDraft: restoreLastDraft
|
147
|
-
};
|
148
|
-
|
149
|
-
var curry = function (f, editor) {
|
150
|
-
return function () {
|
151
|
-
var args = Array.prototype.slice.call(arguments);
|
152
|
-
return f.apply(null, [editor].concat(args));
|
153
|
-
};
|
154
|
-
};
|
155
|
-
var get = function (editor) {
|
156
|
-
return {
|
157
|
-
hasDraft: curry($_8h0aas97jm0ofy3d.hasDraft, editor),
|
158
|
-
storeDraft: curry($_8h0aas97jm0ofy3d.storeDraft, editor),
|
159
|
-
restoreDraft: curry($_8h0aas97jm0ofy3d.restoreDraft, editor),
|
160
|
-
removeDraft: curry($_8h0aas97jm0ofy3d.removeDraft, editor),
|
161
|
-
isEmpty: curry($_8h0aas97jm0ofy3d.isEmpty, editor)
|
162
|
-
};
|
163
|
-
};
|
164
|
-
var $_7x9aqp96jm0ofy3c = { get: get };
|
165
|
-
|
166
|
-
var global$3 = tinymce.util.Tools.resolve('tinymce.EditorManager');
|
167
|
-
|
168
|
-
global$3._beforeUnloadHandler = function () {
|
169
|
-
var msg;
|
170
|
-
global$2.each(global$3.get(), function (editor) {
|
171
|
-
if (editor.plugins.autosave) {
|
172
|
-
editor.plugins.autosave.storeDraft();
|
3
|
+
'use strict';
|
4
|
+
|
5
|
+
var Cell = function (initial) {
|
6
|
+
var value = initial;
|
7
|
+
var get = function () {
|
8
|
+
return value;
|
9
|
+
};
|
10
|
+
var set = function (v) {
|
11
|
+
value = v;
|
12
|
+
};
|
13
|
+
var clone = function () {
|
14
|
+
return Cell(get());
|
15
|
+
};
|
16
|
+
return {
|
17
|
+
get: get,
|
18
|
+
set: set,
|
19
|
+
clone: clone
|
20
|
+
};
|
21
|
+
};
|
22
|
+
|
23
|
+
var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
|
24
|
+
|
25
|
+
var global$1 = tinymce.util.Tools.resolve('tinymce.util.LocalStorage');
|
26
|
+
|
27
|
+
var global$2 = tinymce.util.Tools.resolve('tinymce.util.Tools');
|
28
|
+
|
29
|
+
var fireRestoreDraft = function (editor) {
|
30
|
+
return editor.fire('RestoreDraft');
|
31
|
+
};
|
32
|
+
var fireStoreDraft = function (editor) {
|
33
|
+
return editor.fire('StoreDraft');
|
34
|
+
};
|
35
|
+
var fireRemoveDraft = function (editor) {
|
36
|
+
return editor.fire('RemoveDraft');
|
37
|
+
};
|
38
|
+
|
39
|
+
var parse = function (timeString, defaultTime) {
|
40
|
+
var multiples = {
|
41
|
+
s: 1000,
|
42
|
+
m: 60000
|
43
|
+
};
|
44
|
+
var toParse = timeString || defaultTime;
|
45
|
+
var parsedTime = /^(\d+)([ms]?)$/.exec('' + toParse);
|
46
|
+
return (parsedTime[2] ? multiples[parsedTime[2]] : 1) * parseInt(toParse, 10);
|
47
|
+
};
|
48
|
+
|
49
|
+
var shouldAskBeforeUnload = function (editor) {
|
50
|
+
return editor.getParam('autosave_ask_before_unload', true);
|
51
|
+
};
|
52
|
+
var getAutoSavePrefix = function (editor) {
|
53
|
+
var prefix = editor.getParam('autosave_prefix', 'tinymce-autosave-{path}{query}{hash}-{id}-');
|
54
|
+
prefix = prefix.replace(/\{path\}/g, document.location.pathname);
|
55
|
+
prefix = prefix.replace(/\{query\}/g, document.location.search);
|
56
|
+
prefix = prefix.replace(/\{hash\}/g, document.location.hash);
|
57
|
+
prefix = prefix.replace(/\{id\}/g, editor.id);
|
58
|
+
return prefix;
|
59
|
+
};
|
60
|
+
var shouldRestoreWhenEmpty = function (editor) {
|
61
|
+
return editor.getParam('autosave_restore_when_empty', false);
|
62
|
+
};
|
63
|
+
var getAutoSaveInterval = function (editor) {
|
64
|
+
return parse(editor.settings.autosave_interval, '30s');
|
65
|
+
};
|
66
|
+
var getAutoSaveRetention = function (editor) {
|
67
|
+
return parse(editor.settings.autosave_retention, '20m');
|
68
|
+
};
|
69
|
+
|
70
|
+
var isEmpty = function (editor, html) {
|
71
|
+
var forcedRootBlockName = editor.settings.forced_root_block;
|
72
|
+
html = global$2.trim(typeof html === 'undefined' ? editor.getBody().innerHTML : html);
|
73
|
+
return html === '' || new RegExp('^<' + forcedRootBlockName + '[^>]*>((\xA0| |[ \t]|<br[^>]*>)+?|)</' + forcedRootBlockName + '>|<br>$', 'i').test(html);
|
74
|
+
};
|
75
|
+
var hasDraft = function (editor) {
|
76
|
+
var time = parseInt(global$1.getItem(getAutoSavePrefix(editor) + 'time'), 10) || 0;
|
77
|
+
if (new Date().getTime() - time > getAutoSaveRetention(editor)) {
|
78
|
+
removeDraft(editor, false);
|
79
|
+
return false;
|
173
80
|
}
|
174
|
-
|
175
|
-
|
81
|
+
return true;
|
82
|
+
};
|
83
|
+
var removeDraft = function (editor, fire) {
|
84
|
+
var prefix = getAutoSavePrefix(editor);
|
85
|
+
global$1.removeItem(prefix + 'draft');
|
86
|
+
global$1.removeItem(prefix + 'time');
|
87
|
+
if (fire !== false) {
|
88
|
+
fireRemoveDraft(editor);
|
176
89
|
}
|
177
|
-
}
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
90
|
+
};
|
91
|
+
var storeDraft = function (editor) {
|
92
|
+
var prefix = getAutoSavePrefix(editor);
|
93
|
+
if (!isEmpty(editor) && editor.isDirty()) {
|
94
|
+
global$1.setItem(prefix + 'draft', editor.getContent({
|
95
|
+
format: 'raw',
|
96
|
+
no_events: true
|
97
|
+
}));
|
98
|
+
global$1.setItem(prefix + 'time', new Date().getTime().toString());
|
99
|
+
fireStoreDraft(editor);
|
100
|
+
}
|
101
|
+
};
|
102
|
+
var restoreDraft = function (editor) {
|
103
|
+
var prefix = getAutoSavePrefix(editor);
|
104
|
+
if (hasDraft(editor)) {
|
105
|
+
editor.setContent(global$1.getItem(prefix + 'draft'), { format: 'raw' });
|
106
|
+
fireRestoreDraft(editor);
|
107
|
+
}
|
108
|
+
};
|
109
|
+
var startStoreDraft = function (editor, started) {
|
110
|
+
var interval = getAutoSaveInterval(editor);
|
111
|
+
if (!started.get()) {
|
112
|
+
setInterval(function () {
|
113
|
+
if (!editor.removed) {
|
114
|
+
storeDraft(editor);
|
115
|
+
}
|
116
|
+
}, interval);
|
117
|
+
started.set(true);
|
118
|
+
}
|
119
|
+
};
|
120
|
+
var restoreLastDraft = function (editor) {
|
121
|
+
editor.undoManager.transact(function () {
|
122
|
+
restoreDraft(editor);
|
123
|
+
removeDraft(editor);
|
191
124
|
});
|
192
|
-
|
193
|
-
};
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
}
|
208
|
-
|
209
|
-
|
125
|
+
editor.focus();
|
126
|
+
};
|
127
|
+
|
128
|
+
function curry(fn) {
|
129
|
+
var initialArgs = [];
|
130
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
131
|
+
initialArgs[_i - 1] = arguments[_i];
|
132
|
+
}
|
133
|
+
return function () {
|
134
|
+
var restArgs = [];
|
135
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
136
|
+
restArgs[_i] = arguments[_i];
|
137
|
+
}
|
138
|
+
var all = initialArgs.concat(restArgs);
|
139
|
+
return fn.apply(null, all);
|
140
|
+
};
|
141
|
+
}
|
142
|
+
|
143
|
+
var get = function (editor) {
|
144
|
+
return {
|
145
|
+
hasDraft: curry(hasDraft, editor),
|
146
|
+
storeDraft: curry(storeDraft, editor),
|
147
|
+
restoreDraft: curry(restoreDraft, editor),
|
148
|
+
removeDraft: curry(removeDraft, editor),
|
149
|
+
isEmpty: curry(isEmpty, editor)
|
150
|
+
};
|
151
|
+
};
|
152
|
+
|
153
|
+
var global$3 = tinymce.util.Tools.resolve('tinymce.EditorManager');
|
154
|
+
|
155
|
+
global$3._beforeUnloadHandler = function () {
|
156
|
+
var msg;
|
157
|
+
global$2.each(global$3.get(), function (editor) {
|
158
|
+
if (editor.plugins.autosave) {
|
159
|
+
editor.plugins.autosave.storeDraft();
|
160
|
+
}
|
161
|
+
if (!msg && editor.isDirty() && shouldAskBeforeUnload(editor)) {
|
162
|
+
msg = editor.translate('You have unsaved changes are you sure you want to navigate away?');
|
163
|
+
}
|
164
|
+
});
|
165
|
+
return msg;
|
166
|
+
};
|
167
|
+
var setup = function (editor) {
|
168
|
+
window.onbeforeunload = global$3._beforeUnloadHandler;
|
169
|
+
};
|
170
|
+
|
171
|
+
var postRender = function (editor, started) {
|
172
|
+
return function (e) {
|
173
|
+
var ctrl = e.control;
|
174
|
+
ctrl.disabled(!hasDraft(editor));
|
175
|
+
editor.on('StoreDraft RestoreDraft RemoveDraft', function () {
|
176
|
+
ctrl.disabled(!hasDraft(editor));
|
177
|
+
});
|
178
|
+
startStoreDraft(editor, started);
|
179
|
+
};
|
180
|
+
};
|
181
|
+
var register = function (editor, started) {
|
182
|
+
editor.addButton('restoredraft', {
|
183
|
+
title: 'Restore last draft',
|
184
|
+
onclick: function () {
|
185
|
+
restoreLastDraft(editor);
|
186
|
+
},
|
187
|
+
onPostRender: postRender(editor, started)
|
188
|
+
});
|
189
|
+
editor.addMenuItem('restoredraft', {
|
190
|
+
text: 'Restore last draft',
|
191
|
+
onclick: function () {
|
192
|
+
restoreLastDraft(editor);
|
193
|
+
},
|
194
|
+
onPostRender: postRender(editor, started),
|
195
|
+
context: 'file'
|
196
|
+
});
|
197
|
+
};
|
198
|
+
|
199
|
+
global.add('autosave', function (editor) {
|
200
|
+
var started = Cell(false);
|
201
|
+
setup(editor);
|
202
|
+
register(editor, started);
|
203
|
+
editor.on('init', function () {
|
204
|
+
if (shouldRestoreWhenEmpty(editor) && editor.dom.isEmpty(editor.getBody())) {
|
205
|
+
restoreDraft(editor);
|
206
|
+
}
|
207
|
+
});
|
208
|
+
return get(editor);
|
210
209
|
});
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
var started = Cell(false);
|
216
|
-
$_6xebc99ejm0ofy43.setup(editor);
|
217
|
-
$_drdg7d9gjm0ofy46.register(editor, started);
|
218
|
-
return $_7x9aqp96jm0ofy3c.get(editor);
|
219
|
-
});
|
220
|
-
function Plugin () {
|
221
|
-
}
|
222
|
-
|
223
|
-
return Plugin;
|
210
|
+
function Plugin () {
|
211
|
+
}
|
212
|
+
|
213
|
+
return Plugin;
|
224
214
|
|
225
215
|
}());
|
226
216
|
})();
|
@@ -1 +1 @@
|
|
1
|
-
!function(){"use strict";var
|
1
|
+
!function(){"use strict";var a=function(t){var e=t,n=function(){return e};return{get:n,set:function(t){e=t},clone:function(){return a(n())}}},t=tinymce.util.Tools.resolve("tinymce.PluginManager"),r=tinymce.util.Tools.resolve("tinymce.util.LocalStorage"),o=tinymce.util.Tools.resolve("tinymce.util.Tools"),i=function(t,e){var n=t||e,r=/^(\d+)([ms]?)$/.exec(""+n);return(r[2]?{s:1e3,m:6e4}[r[2]]:1)*parseInt(n,10)},u=function(t){var e=t.getParam("autosave_prefix","tinymce-autosave-{path}{query}{hash}-{id}-");return e=(e=(e=(e=e.replace(/\{path\}/g,document.location.pathname)).replace(/\{query\}/g,document.location.search)).replace(/\{hash\}/g,document.location.hash)).replace(/\{id\}/g,t.id)},s=function(t,e){var n=t.settings.forced_root_block;return""===(e=o.trim(void 0===e?t.getBody().innerHTML:e))||new RegExp("^<"+n+"[^>]*>((\xa0| |[ \t]|<br[^>]*>)+?|)</"+n+">|<br>$","i").test(e)},c=function(t){var e=parseInt(r.getItem(u(t)+"time"),10)||0;return!((new Date).getTime()-e>i(t.settings.autosave_retention,"20m")&&(f(t,!1),1))},f=function(t,e){var n=u(t);r.removeItem(n+"draft"),r.removeItem(n+"time"),!1!==e&&t.fire("RemoveDraft")},l=function(t){var e=u(t);!s(t)&&t.isDirty()&&(r.setItem(e+"draft",t.getContent({format:"raw",no_events:!0})),r.setItem(e+"time",(new Date).getTime().toString()),t.fire("StoreDraft"))},m=function(t){var e=u(t);c(t)&&(t.setContent(r.getItem(e+"draft"),{format:"raw"}),t.fire("RestoreDraft"))},v=function(t,e){var n=i(t.settings.autosave_interval,"30s");e.get()||(setInterval(function(){t.removed||l(t)},n),e.set(!0))},d=function(t){t.undoManager.transact(function(){m(t),f(t)}),t.focus()};function g(r){for(var o=[],t=1;t<arguments.length;t++)o[t-1]=arguments[t];return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=o.concat(t);return r.apply(null,n)}}var y=tinymce.util.Tools.resolve("tinymce.EditorManager");y._beforeUnloadHandler=function(){var e;return o.each(y.get(),function(t){t.plugins.autosave&&t.plugins.autosave.storeDraft(),!e&&t.isDirty()&&t.getParam("autosave_ask_before_unload",!0)&&(e=t.translate("You have unsaved changes are you sure you want to navigate away?"))}),e};var p=function(n,r){return function(t){var e=t.control;e.disabled(!c(n)),n.on("StoreDraft RestoreDraft RemoveDraft",function(){e.disabled(!c(n))}),v(n,r)}};t.add("autosave",function(t){var e,n,r,o=a(!1);return window.onbeforeunload=y._beforeUnloadHandler,n=o,(e=t).addButton("restoredraft",{title:"Restore last draft",onclick:function(){d(e)},onPostRender:p(e,n)}),e.addMenuItem("restoredraft",{text:"Restore last draft",onclick:function(){d(e)},onPostRender:p(e,n),context:"file"}),t.on("init",function(){t.getParam("autosave_restore_when_empty",!1)&&t.dom.isEmpty(t.getBody())&&m(t)}),{hasDraft:g(c,r=t),storeDraft:g(l,r),restoreDraft:g(m,r),removeDraft:g(f,r),isEmpty:g(s,r)}})}();
|
@@ -1,101 +1,101 @@
|
|
1
1
|
(function () {
|
2
2
|
var bbcode = (function () {
|
3
|
-
|
3
|
+
'use strict';
|
4
4
|
|
5
|
-
|
5
|
+
var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
|
6
6
|
|
7
|
-
|
7
|
+
var global$1 = tinymce.util.Tools.resolve('tinymce.util.Tools');
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
var html2bbcode = function (s) {
|
10
|
+
s = global$1.trim(s);
|
11
|
+
var rep = function (re, str) {
|
12
|
+
s = s.replace(re, str);
|
13
|
+
};
|
14
|
+
rep(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi, '[url=$1]$2[/url]');
|
15
|
+
rep(/<font.*?color=\"(.*?)\".*?class=\"codeStyle\".*?>(.*?)<\/font>/gi, '[code][color=$1]$2[/color][/code]');
|
16
|
+
rep(/<font.*?color=\"(.*?)\".*?class=\"quoteStyle\".*?>(.*?)<\/font>/gi, '[quote][color=$1]$2[/color][/quote]');
|
17
|
+
rep(/<font.*?class=\"codeStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, '[code][color=$1]$2[/color][/code]');
|
18
|
+
rep(/<font.*?class=\"quoteStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, '[quote][color=$1]$2[/color][/quote]');
|
19
|
+
rep(/<span style=\"color: ?(.*?);\">(.*?)<\/span>/gi, '[color=$1]$2[/color]');
|
20
|
+
rep(/<font.*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, '[color=$1]$2[/color]');
|
21
|
+
rep(/<span style=\"font-size:(.*?);\">(.*?)<\/span>/gi, '[size=$1]$2[/size]');
|
22
|
+
rep(/<font>(.*?)<\/font>/gi, '$1');
|
23
|
+
rep(/<img.*?src=\"(.*?)\".*?\/>/gi, '[img]$1[/img]');
|
24
|
+
rep(/<span class=\"codeStyle\">(.*?)<\/span>/gi, '[code]$1[/code]');
|
25
|
+
rep(/<span class=\"quoteStyle\">(.*?)<\/span>/gi, '[quote]$1[/quote]');
|
26
|
+
rep(/<strong class=\"codeStyle\">(.*?)<\/strong>/gi, '[code][b]$1[/b][/code]');
|
27
|
+
rep(/<strong class=\"quoteStyle\">(.*?)<\/strong>/gi, '[quote][b]$1[/b][/quote]');
|
28
|
+
rep(/<em class=\"codeStyle\">(.*?)<\/em>/gi, '[code][i]$1[/i][/code]');
|
29
|
+
rep(/<em class=\"quoteStyle\">(.*?)<\/em>/gi, '[quote][i]$1[/i][/quote]');
|
30
|
+
rep(/<u class=\"codeStyle\">(.*?)<\/u>/gi, '[code][u]$1[/u][/code]');
|
31
|
+
rep(/<u class=\"quoteStyle\">(.*?)<\/u>/gi, '[quote][u]$1[/u][/quote]');
|
32
|
+
rep(/<\/(strong|b)>/gi, '[/b]');
|
33
|
+
rep(/<(strong|b)>/gi, '[b]');
|
34
|
+
rep(/<\/(em|i)>/gi, '[/i]');
|
35
|
+
rep(/<(em|i)>/gi, '[i]');
|
36
|
+
rep(/<\/u>/gi, '[/u]');
|
37
|
+
rep(/<span style=\"text-decoration: ?underline;\">(.*?)<\/span>/gi, '[u]$1[/u]');
|
38
|
+
rep(/<u>/gi, '[u]');
|
39
|
+
rep(/<blockquote[^>]*>/gi, '[quote]');
|
40
|
+
rep(/<\/blockquote>/gi, '[/quote]');
|
41
|
+
rep(/<br \/>/gi, '\n');
|
42
|
+
rep(/<br\/>/gi, '\n');
|
43
|
+
rep(/<br>/gi, '\n');
|
44
|
+
rep(/<p>/gi, '');
|
45
|
+
rep(/<\/p>/gi, '\n');
|
46
|
+
rep(/ |\u00a0/gi, ' ');
|
47
|
+
rep(/"/gi, '"');
|
48
|
+
rep(/</gi, '<');
|
49
|
+
rep(/>/gi, '>');
|
50
|
+
rep(/&/gi, '&');
|
51
|
+
return s;
|
13
52
|
};
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
rep(/<(strong|b)>/gi, '[b]');
|
34
|
-
rep(/<\/(em|i)>/gi, '[/i]');
|
35
|
-
rep(/<(em|i)>/gi, '[i]');
|
36
|
-
rep(/<\/u>/gi, '[/u]');
|
37
|
-
rep(/<span style=\"text-decoration: ?underline;\">(.*?)<\/span>/gi, '[u]$1[/u]');
|
38
|
-
rep(/<u>/gi, '[u]');
|
39
|
-
rep(/<blockquote[^>]*>/gi, '[quote]');
|
40
|
-
rep(/<\/blockquote>/gi, '[/quote]');
|
41
|
-
rep(/<br \/>/gi, '\n');
|
42
|
-
rep(/<br\/>/gi, '\n');
|
43
|
-
rep(/<br>/gi, '\n');
|
44
|
-
rep(/<p>/gi, '');
|
45
|
-
rep(/<\/p>/gi, '\n');
|
46
|
-
rep(/ |\u00a0/gi, ' ');
|
47
|
-
rep(/"/gi, '"');
|
48
|
-
rep(/</gi, '<');
|
49
|
-
rep(/>/gi, '>');
|
50
|
-
rep(/&/gi, '&');
|
51
|
-
return s;
|
52
|
-
};
|
53
|
-
var bbcode2html = function (s) {
|
54
|
-
s = global$1.trim(s);
|
55
|
-
var rep = function (re, str) {
|
56
|
-
s = s.replace(re, str);
|
53
|
+
var bbcode2html = function (s) {
|
54
|
+
s = global$1.trim(s);
|
55
|
+
var rep = function (re, str) {
|
56
|
+
s = s.replace(re, str);
|
57
|
+
};
|
58
|
+
rep(/\n/gi, '<br />');
|
59
|
+
rep(/\[b\]/gi, '<strong>');
|
60
|
+
rep(/\[\/b\]/gi, '</strong>');
|
61
|
+
rep(/\[i\]/gi, '<em>');
|
62
|
+
rep(/\[\/i\]/gi, '</em>');
|
63
|
+
rep(/\[u\]/gi, '<u>');
|
64
|
+
rep(/\[\/u\]/gi, '</u>');
|
65
|
+
rep(/\[url=([^\]]+)\](.*?)\[\/url\]/gi, '<a href="$1">$2</a>');
|
66
|
+
rep(/\[url\](.*?)\[\/url\]/gi, '<a href="$1">$1</a>');
|
67
|
+
rep(/\[img\](.*?)\[\/img\]/gi, '<img src="$1" />');
|
68
|
+
rep(/\[color=(.*?)\](.*?)\[\/color\]/gi, '<font color="$1">$2</font>');
|
69
|
+
rep(/\[code\](.*?)\[\/code\]/gi, '<span class="codeStyle">$1</span> ');
|
70
|
+
rep(/\[quote.*?\](.*?)\[\/quote\]/gi, '<span class="quoteStyle">$1</span> ');
|
71
|
+
return s;
|
57
72
|
};
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
rep(/\[i\]/gi, '<em>');
|
62
|
-
rep(/\[\/i\]/gi, '</em>');
|
63
|
-
rep(/\[u\]/gi, '<u>');
|
64
|
-
rep(/\[\/u\]/gi, '</u>');
|
65
|
-
rep(/\[url=([^\]]+)\](.*?)\[\/url\]/gi, '<a href="$1">$2</a>');
|
66
|
-
rep(/\[url\](.*?)\[\/url\]/gi, '<a href="$1">$1</a>');
|
67
|
-
rep(/\[img\](.*?)\[\/img\]/gi, '<img src="$1" />');
|
68
|
-
rep(/\[color=(.*?)\](.*?)\[\/color\]/gi, '<font color="$1">$2</font>');
|
69
|
-
rep(/\[code\](.*?)\[\/code\]/gi, '<span class="codeStyle">$1</span> ');
|
70
|
-
rep(/\[quote.*?\](.*?)\[\/quote\]/gi, '<span class="quoteStyle">$1</span> ');
|
71
|
-
return s;
|
72
|
-
};
|
73
|
-
var $_b7wb9k9jjm0ofy57 = {
|
74
|
-
html2bbcode: html2bbcode,
|
75
|
-
bbcode2html: bbcode2html
|
76
|
-
};
|
77
|
-
|
78
|
-
global.add('bbcode', function () {
|
79
|
-
return {
|
80
|
-
init: function (editor) {
|
81
|
-
editor.on('beforeSetContent', function (e) {
|
82
|
-
e.content = $_b7wb9k9jjm0ofy57.bbcode2html(e.content);
|
83
|
-
});
|
84
|
-
editor.on('postProcess', function (e) {
|
85
|
-
if (e.set) {
|
86
|
-
e.content = $_b7wb9k9jjm0ofy57.bbcode2html(e.content);
|
87
|
-
}
|
88
|
-
if (e.get) {
|
89
|
-
e.content = $_b7wb9k9jjm0ofy57.html2bbcode(e.content);
|
90
|
-
}
|
91
|
-
});
|
92
|
-
}
|
73
|
+
var Convert = {
|
74
|
+
html2bbcode: html2bbcode,
|
75
|
+
bbcode2html: bbcode2html
|
93
76
|
};
|
94
|
-
});
|
95
|
-
function Plugin () {
|
96
|
-
}
|
97
77
|
|
98
|
-
|
78
|
+
global.add('bbcode', function () {
|
79
|
+
return {
|
80
|
+
init: function (editor) {
|
81
|
+
editor.on('beforeSetContent', function (e) {
|
82
|
+
e.content = Convert.bbcode2html(e.content);
|
83
|
+
});
|
84
|
+
editor.on('postProcess', function (e) {
|
85
|
+
if (e.set) {
|
86
|
+
e.content = Convert.bbcode2html(e.content);
|
87
|
+
}
|
88
|
+
if (e.get) {
|
89
|
+
e.content = Convert.html2bbcode(e.content);
|
90
|
+
}
|
91
|
+
});
|
92
|
+
}
|
93
|
+
};
|
94
|
+
});
|
95
|
+
function Plugin () {
|
96
|
+
}
|
97
|
+
|
98
|
+
return Plugin;
|
99
99
|
|
100
100
|
}());
|
101
101
|
})();
|