From 661398920ddac791a91440b6b075091d40ec7ea6 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 18 Feb 2019 07:28:41 -0500 Subject: [PATCH] Upgrade bootstrap to 3.4.1 --- bower.json | 2 +- .../bootstrap-colorpicker/.bower.json | 25 +- .../bootstrap-colorpicker/.editorconfig | 11 + .../.github/CODE_OF_CONDUCT.md | 47 + .../.github/CONTRIBUTING.md | 42 + .../.github/ISSUE_TEMPLATE.md | 51 + .../.github/PULL_REQUEST_TEMPLATE.md | 38 + .../bootstrap-colorpicker/.gitignore | 13 + .../bootstrap-colorpicker/.jshintrc | 18 + .../bootstrap-colorpicker/.npmignore | 21 + .../bootstrap-colorpicker/.travis.yml | 13 + .../bootstrap-colorpicker/Gruntfile.js | 188 + .../bootstrap-colorpicker/README.md | 6 +- .../bootstrap-colorpicker/bower.json | 20 - .../bootstrap-colorpicker/composer.json | 15 + .../dist/js/bootstrap-colorpicker.js | 35 +- .../dist/js/bootstrap-colorpicker.min.js | 2 +- .../bootstrap-colorpicker/docs/layout.hbs | 2 +- .../bootstrap-colorpicker/index.html | 794 ++ .../bootstrap-colorpicker/package-lock.json | 3593 ----- .../bootstrap-colorpicker/package.json | 48 + .../src/js/colorpicker-component.js | 35 +- .../bootstrap-colorpicker/yarn.lock | 2362 ++++ bower_components/bootstrap/.bower.json | 12 +- bower_components/bootstrap/CHANGELOG.md | 4 +- bower_components/bootstrap/Gemfile | 6 +- bower_components/bootstrap/Gemfile.lock | 81 +- bower_components/bootstrap/Gruntfile.js | 275 +- bower_components/bootstrap/ISSUE_TEMPLATE.md | 4 +- bower_components/bootstrap/LICENSE | 2 +- bower_components/bootstrap/README.md | 53 +- bower_components/bootstrap/bower.json | 2 +- .../bootstrap/dist/css/bootstrap-theme.css | 200 +- .../dist/css/bootstrap-theme.css.map | 2 +- .../dist/css/bootstrap-theme.min.css | 6 +- .../dist/css/bootstrap-theme.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap.css | 985 +- .../bootstrap/dist/css/bootstrap.css.map | 2 +- .../bootstrap/dist/css/bootstrap.min.css | 6 +- .../bootstrap/dist/css/bootstrap.min.css.map | 2 +- .../bootstrap/dist/js/bootstrap.js | 397 +- .../bootstrap/dist/js/bootstrap.min.js | 7 +- bower_components/bootstrap/grunt/.stylelintrc | 289 + bower_components/bootstrap/grunt/browsers.js | 86 + .../bootstrap/grunt/bs-commonjs-generator.js | 6 +- .../grunt/bs-glyphicons-data-generator.js | 4 +- .../bootstrap/grunt/bs-lessdoc-parser.js | 4 +- .../bootstrap/grunt/bs-raw-files-generator.js | 4 +- .../bootstrap/grunt/change-version.js | 2 +- .../bootstrap/grunt/configBridge.json | 32 +- .../bootstrap/grunt/generate-sri.js | 62 + .../bootstrap/grunt/karma.conf.js | 79 + .../bootstrap/grunt/npm-shrinkwrap.json | 2679 ---- .../bootstrap/grunt/sauce_browsers.yml | 82 - bower_components/bootstrap/js/affix.js | 12 +- bower_components/bootstrap/js/alert.js | 11 +- bower_components/bootstrap/js/button.js | 8 +- bower_components/bootstrap/js/carousel.js | 23 +- bower_components/bootstrap/js/collapse.js | 12 +- bower_components/bootstrap/js/dropdown.js | 10 +- bower_components/bootstrap/js/modal.js | 67 +- bower_components/bootstrap/js/popover.js | 35 +- bower_components/bootstrap/js/scrollspy.js | 8 +- bower_components/bootstrap/js/tab.js | 20 +- bower_components/bootstrap/js/tooltip.js | 177 +- bower_components/bootstrap/js/transition.js | 10 +- bower_components/bootstrap/less/.csscomb.json | 304 - bower_components/bootstrap/less/.csslintrc | 19 - bower_components/bootstrap/less/alerts.less | 6 +- bower_components/bootstrap/less/badges.less | 6 +- .../bootstrap/less/bootstrap.less | 4 +- .../bootstrap/less/breadcrumbs.less | 2 +- .../bootstrap/less/button-groups.less | 12 +- bower_components/bootstrap/less/buttons.less | 10 +- bower_components/bootstrap/less/carousel.less | 57 +- bower_components/bootstrap/less/close.less | 3 + bower_components/bootstrap/less/code.less | 6 +- .../bootstrap/less/component-animations.less | 3 + .../bootstrap/less/dropdowns.less | 43 +- bower_components/bootstrap/less/forms.less | 108 +- .../bootstrap/less/glyphicons.less | 20 +- bower_components/bootstrap/less/grid.less | 10 + .../bootstrap/less/input-groups.less | 6 +- .../bootstrap/less/jumbotron.less | 10 +- bower_components/bootstrap/less/labels.less | 2 +- .../bootstrap/less/list-group.less | 64 +- bower_components/bootstrap/less/media.less | 2 +- .../bootstrap/less/mixins/alerts.less | 3 +- .../bootstrap/less/mixins/border-radius.less | 8 +- .../bootstrap/less/mixins/buttons.less | 16 +- .../bootstrap/less/mixins/center-block.less | 2 +- .../bootstrap/less/mixins/clearfix.less | 2 +- .../bootstrap/less/mixins/forms.less | 8 +- .../bootstrap/less/mixins/gradients.less | 14 +- .../bootstrap/less/mixins/grid-framework.less | 2 +- .../bootstrap/less/mixins/grid.less | 14 +- .../bootstrap/less/mixins/hide-text.less | 2 + .../bootstrap/less/mixins/image.less | 15 +- .../bootstrap/less/mixins/opacity.less | 5 +- .../bootstrap/less/mixins/reset-text.less | 8 +- .../bootstrap/less/mixins/resize.less | 2 +- .../less/mixins/responsive-visibility.less | 4 +- .../less/mixins/vendor-prefixes.less | 4 +- bower_components/bootstrap/less/modals.less | 14 +- bower_components/bootstrap/less/navbar.less | 158 +- bower_components/bootstrap/less/navs.less | 10 +- .../bootstrap/less/normalize.less | 9 +- bower_components/bootstrap/less/pager.less | 4 +- .../bootstrap/less/pagination.less | 27 +- bower_components/bootstrap/less/panels.less | 10 +- bower_components/bootstrap/less/popovers.less | 99 +- bower_components/bootstrap/less/print.less | 150 +- .../bootstrap/less/progress-bars.less | 8 +- .../bootstrap/less/responsive-embed.less | 4 +- .../bootstrap/less/responsive-utilities.less | 8 +- .../bootstrap/less/scaffolding.less | 14 +- bower_components/bootstrap/less/tables.less | 48 +- bower_components/bootstrap/less/theme.less | 40 +- .../bootstrap/less/thumbnails.less | 4 +- bower_components/bootstrap/less/tooltip.less | 65 +- bower_components/bootstrap/less/type.less | 22 +- .../bootstrap/less/utilities.less | 2 + .../bootstrap/less/variables.less | 14 +- bower_components/bootstrap/less/wells.less | 4 +- .../bootstrap/nuget/bootstrap.less.nuspec | 13 +- .../bootstrap/nuget/bootstrap.nuspec | 13 +- bower_components/bootstrap/package-lock.json | 8870 ++++++++++++ bower_components/bootstrap/package.js | 4 +- bower_components/bootstrap/package.json | 78 +- bower_components/ckeditor/.bower.json | 8 +- bower_components/ckeditor/.npm/README.md | 79 + .../ckeditor/.npm/assets/ckeditor4.png | Bin 0 -> 236888 bytes bower_components/ckeditor/CHANGES.md | 652 +- bower_components/ckeditor/LICENSE.md | 4 +- bower_components/ckeditor/adapters/jquery.js | 2 +- bower_components/ckeditor/ckeditor.js | 2305 +-- bower_components/ckeditor/contents.css | 2 +- .../ckeditor/lang/_translationstatus.txt | 2 +- bower_components/ckeditor/lang/af.js | 4 +- bower_components/ckeditor/lang/ar.js | 4 +- bower_components/ckeditor/lang/az.js | 4 +- bower_components/ckeditor/lang/bg.js | 4 +- bower_components/ckeditor/lang/bn.js | 4 +- bower_components/ckeditor/lang/bs.js | 4 +- bower_components/ckeditor/lang/ca.js | 4 +- bower_components/ckeditor/lang/cs.js | 4 +- bower_components/ckeditor/lang/cy.js | 4 +- bower_components/ckeditor/lang/da.js | 4 +- bower_components/ckeditor/lang/de-ch.js | 4 +- bower_components/ckeditor/lang/de.js | 4 +- bower_components/ckeditor/lang/el.js | 4 +- bower_components/ckeditor/lang/en-au.js | 4 +- bower_components/ckeditor/lang/en-ca.js | 4 +- bower_components/ckeditor/lang/en-gb.js | 4 +- bower_components/ckeditor/lang/en.js | 4 +- bower_components/ckeditor/lang/eo.js | 4 +- bower_components/ckeditor/lang/es-mx.js | 4 +- bower_components/ckeditor/lang/es.js | 4 +- bower_components/ckeditor/lang/et.js | 4 +- bower_components/ckeditor/lang/eu.js | 4 +- bower_components/ckeditor/lang/fa.js | 4 +- bower_components/ckeditor/lang/fi.js | 4 +- bower_components/ckeditor/lang/fo.js | 4 +- bower_components/ckeditor/lang/fr-ca.js | 4 +- bower_components/ckeditor/lang/fr.js | 4 +- bower_components/ckeditor/lang/gl.js | 4 +- bower_components/ckeditor/lang/gu.js | 4 +- bower_components/ckeditor/lang/he.js | 4 +- bower_components/ckeditor/lang/hi.js | 4 +- bower_components/ckeditor/lang/hr.js | 4 +- bower_components/ckeditor/lang/hu.js | 4 +- bower_components/ckeditor/lang/id.js | 4 +- bower_components/ckeditor/lang/is.js | 4 +- bower_components/ckeditor/lang/it.js | 4 +- bower_components/ckeditor/lang/ja.js | 4 +- bower_components/ckeditor/lang/ka.js | 4 +- bower_components/ckeditor/lang/km.js | 4 +- bower_components/ckeditor/lang/ko.js | 4 +- bower_components/ckeditor/lang/ku.js | 4 +- bower_components/ckeditor/lang/lt.js | 4 +- bower_components/ckeditor/lang/lv.js | 4 +- bower_components/ckeditor/lang/mk.js | 4 +- bower_components/ckeditor/lang/mn.js | 4 +- bower_components/ckeditor/lang/ms.js | 4 +- bower_components/ckeditor/lang/nb.js | 4 +- bower_components/ckeditor/lang/nl.js | 4 +- bower_components/ckeditor/lang/no.js | 4 +- bower_components/ckeditor/lang/oc.js | 4 +- bower_components/ckeditor/lang/pl.js | 4 +- bower_components/ckeditor/lang/pt-br.js | 4 +- bower_components/ckeditor/lang/pt.js | 4 +- bower_components/ckeditor/lang/ro.js | 4 +- bower_components/ckeditor/lang/ru.js | 4 +- bower_components/ckeditor/lang/si.js | 4 +- bower_components/ckeditor/lang/sk.js | 4 +- bower_components/ckeditor/lang/sl.js | 4 +- bower_components/ckeditor/lang/sq.js | 4 +- bower_components/ckeditor/lang/sr-latn.js | 4 +- bower_components/ckeditor/lang/sr.js | 4 +- bower_components/ckeditor/lang/sv.js | 4 +- bower_components/ckeditor/lang/th.js | 4 +- bower_components/ckeditor/lang/tr.js | 4 +- bower_components/ckeditor/lang/tt.js | 4 +- bower_components/ckeditor/lang/ug.js | 4 +- bower_components/ckeditor/lang/uk.js | 4 +- bower_components/ckeditor/lang/vi.js | 4 +- bower_components/ckeditor/lang/zh-cn.js | 4 +- bower_components/ckeditor/lang/zh.js | 4 +- bower_components/ckeditor/package.json | 2 +- .../plugins/a11yhelp/dialogs/a11yhelp.js | 12 +- .../dialogs/lang/_translationstatus.txt | 2 +- .../plugins/a11yhelp/dialogs/lang/af.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ar.js | 2 +- .../plugins/a11yhelp/dialogs/lang/az.js | 2 +- .../plugins/a11yhelp/dialogs/lang/bg.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ca.js | 2 +- .../plugins/a11yhelp/dialogs/lang/cs.js | 2 +- .../plugins/a11yhelp/dialogs/lang/cy.js | 2 +- .../plugins/a11yhelp/dialogs/lang/da.js | 2 +- .../plugins/a11yhelp/dialogs/lang/de-ch.js | 2 +- .../plugins/a11yhelp/dialogs/lang/de.js | 2 +- .../plugins/a11yhelp/dialogs/lang/el.js | 2 +- .../plugins/a11yhelp/dialogs/lang/en-au.js | 2 +- .../plugins/a11yhelp/dialogs/lang/en-gb.js | 2 +- .../plugins/a11yhelp/dialogs/lang/en.js | 2 +- .../plugins/a11yhelp/dialogs/lang/eo.js | 2 +- .../plugins/a11yhelp/dialogs/lang/es-mx.js | 2 +- .../plugins/a11yhelp/dialogs/lang/es.js | 2 +- .../plugins/a11yhelp/dialogs/lang/et.js | 2 +- .../plugins/a11yhelp/dialogs/lang/eu.js | 2 +- .../plugins/a11yhelp/dialogs/lang/fa.js | 2 +- .../plugins/a11yhelp/dialogs/lang/fi.js | 2 +- .../plugins/a11yhelp/dialogs/lang/fo.js | 2 +- .../plugins/a11yhelp/dialogs/lang/fr-ca.js | 2 +- .../plugins/a11yhelp/dialogs/lang/fr.js | 2 +- .../plugins/a11yhelp/dialogs/lang/gl.js | 2 +- .../plugins/a11yhelp/dialogs/lang/gu.js | 2 +- .../plugins/a11yhelp/dialogs/lang/he.js | 2 +- .../plugins/a11yhelp/dialogs/lang/hi.js | 2 +- .../plugins/a11yhelp/dialogs/lang/hr.js | 2 +- .../plugins/a11yhelp/dialogs/lang/hu.js | 4 +- .../plugins/a11yhelp/dialogs/lang/id.js | 2 +- .../plugins/a11yhelp/dialogs/lang/it.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ja.js | 2 +- .../plugins/a11yhelp/dialogs/lang/km.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ko.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ku.js | 2 +- .../plugins/a11yhelp/dialogs/lang/lt.js | 2 +- .../plugins/a11yhelp/dialogs/lang/lv.js | 2 +- .../plugins/a11yhelp/dialogs/lang/mk.js | 2 +- .../plugins/a11yhelp/dialogs/lang/mn.js | 2 +- .../plugins/a11yhelp/dialogs/lang/nb.js | 2 +- .../plugins/a11yhelp/dialogs/lang/nl.js | 2 +- .../plugins/a11yhelp/dialogs/lang/no.js | 2 +- .../plugins/a11yhelp/dialogs/lang/oc.js | 2 +- .../plugins/a11yhelp/dialogs/lang/pl.js | 2 +- .../plugins/a11yhelp/dialogs/lang/pt-br.js | 2 +- .../plugins/a11yhelp/dialogs/lang/pt.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ro.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ru.js | 2 +- .../plugins/a11yhelp/dialogs/lang/si.js | 2 +- .../plugins/a11yhelp/dialogs/lang/sk.js | 2 +- .../plugins/a11yhelp/dialogs/lang/sl.js | 2 +- .../plugins/a11yhelp/dialogs/lang/sq.js | 15 +- .../plugins/a11yhelp/dialogs/lang/sr-latn.js | 2 +- .../plugins/a11yhelp/dialogs/lang/sr.js | 2 +- .../plugins/a11yhelp/dialogs/lang/sv.js | 2 +- .../plugins/a11yhelp/dialogs/lang/th.js | 2 +- .../plugins/a11yhelp/dialogs/lang/tr.js | 2 +- .../plugins/a11yhelp/dialogs/lang/tt.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ug.js | 2 +- .../plugins/a11yhelp/dialogs/lang/uk.js | 2 +- .../plugins/a11yhelp/dialogs/lang/vi.js | 2 +- .../plugins/a11yhelp/dialogs/lang/zh-cn.js | 2 +- .../plugins/a11yhelp/dialogs/lang/zh.js | 2 +- .../ckeditor/plugins/about/dialogs/about.js | 2 +- .../ckeditor/plugins/adobeair/plugin.js | 2 +- .../ckeditor/plugins/ajax/plugin.js | 2 +- .../ckeditor/plugins/autocomplete/plugin.js | 34 +- .../plugins/autocomplete/skins/default.css | 2 +- .../ckeditor/plugins/autoembed/lang/lv.js | 1 + .../ckeditor/plugins/autoembed/plugin.js | 4 +- .../ckeditor/plugins/autogrow/plugin.js | 2 +- .../ckeditor/plugins/autolink/plugin.js | 8 +- .../ckeditor/plugins/balloonpanel/plugin.js | 26 +- .../balloonpanel/skins/kama/balloonpanel.css | 2 +- .../skins/moono-lisa/balloonpanel.css | 2 +- .../balloonpanel/skins/moono/balloonpanel.css | 2 +- .../ckeditor/plugins/balloontoolbar/plugin.js | 26 +- .../plugins/balloontoolbar/skins/default.css | 2 +- .../skins/kama/balloontoolbar.css | 2 +- .../skins/moono-lisa/balloontoolbar.css | 29 +- .../skins/moono/balloontoolbar.css | 2 +- .../ckeditor/plugins/bbcode/plugin.js | 39 +- .../ckeditor/plugins/bidi/plugin.js | 2 +- .../plugins/clipboard/dialogs/paste.js | 4 +- .../ckeditor/plugins/cloudservices/plugin.js | 2 +- .../codesnippet/dialogs/codesnippet.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ar.js | 2 +- .../ckeditor/plugins/codesnippet/lang/az.js | 2 +- .../ckeditor/plugins/codesnippet/lang/bg.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ca.js | 2 +- .../ckeditor/plugins/codesnippet/lang/cs.js | 2 +- .../ckeditor/plugins/codesnippet/lang/da.js | 2 +- .../plugins/codesnippet/lang/de-ch.js | 2 +- .../ckeditor/plugins/codesnippet/lang/de.js | 2 +- .../ckeditor/plugins/codesnippet/lang/el.js | 2 +- .../plugins/codesnippet/lang/en-au.js | 2 +- .../plugins/codesnippet/lang/en-gb.js | 2 +- .../ckeditor/plugins/codesnippet/lang/en.js | 2 +- .../ckeditor/plugins/codesnippet/lang/eo.js | 2 +- .../plugins/codesnippet/lang/es-mx.js | 2 +- .../ckeditor/plugins/codesnippet/lang/es.js | 2 +- .../ckeditor/plugins/codesnippet/lang/et.js | 2 +- .../ckeditor/plugins/codesnippet/lang/eu.js | 2 +- .../ckeditor/plugins/codesnippet/lang/fa.js | 2 +- .../ckeditor/plugins/codesnippet/lang/fi.js | 2 +- .../plugins/codesnippet/lang/fr-ca.js | 2 +- .../ckeditor/plugins/codesnippet/lang/fr.js | 2 +- .../ckeditor/plugins/codesnippet/lang/gl.js | 2 +- .../ckeditor/plugins/codesnippet/lang/he.js | 2 +- .../ckeditor/plugins/codesnippet/lang/hr.js | 2 +- .../ckeditor/plugins/codesnippet/lang/hu.js | 2 +- .../ckeditor/plugins/codesnippet/lang/id.js | 2 +- .../ckeditor/plugins/codesnippet/lang/it.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ja.js | 2 +- .../ckeditor/plugins/codesnippet/lang/km.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ko.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ku.js | 2 +- .../ckeditor/plugins/codesnippet/lang/lt.js | 2 +- .../ckeditor/plugins/codesnippet/lang/lv.js | 4 +- .../ckeditor/plugins/codesnippet/lang/nb.js | 2 +- .../ckeditor/plugins/codesnippet/lang/nl.js | 2 +- .../ckeditor/plugins/codesnippet/lang/no.js | 2 +- .../ckeditor/plugins/codesnippet/lang/oc.js | 2 +- .../ckeditor/plugins/codesnippet/lang/pl.js | 2 +- .../plugins/codesnippet/lang/pt-br.js | 2 +- .../ckeditor/plugins/codesnippet/lang/pt.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ro.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ru.js | 2 +- .../ckeditor/plugins/codesnippet/lang/sk.js | 2 +- .../ckeditor/plugins/codesnippet/lang/sl.js | 2 +- .../ckeditor/plugins/codesnippet/lang/sq.js | 2 +- .../ckeditor/plugins/codesnippet/lang/sv.js | 2 +- .../ckeditor/plugins/codesnippet/lang/th.js | 2 +- .../ckeditor/plugins/codesnippet/lang/tr.js | 2 +- .../ckeditor/plugins/codesnippet/lang/tt.js | 2 +- .../ckeditor/plugins/codesnippet/lang/ug.js | 2 +- .../ckeditor/plugins/codesnippet/lang/uk.js | 2 +- .../ckeditor/plugins/codesnippet/lang/vi.js | 2 +- .../plugins/codesnippet/lang/zh-cn.js | 2 +- .../ckeditor/plugins/codesnippet/lang/zh.js | 2 +- .../ckeditor/plugins/codesnippet/plugin.js | 2 +- .../plugins/codesnippetgeshi/plugin.js | 2 +- .../ckeditor/plugins/colorbutton/lang/lv.js | 4 +- .../ckeditor/plugins/colorbutton/lang/sq.js | 2 +- .../ckeditor/plugins/colorbutton/plugin.js | 26 +- .../colordialog/dialogs/colordialog.css | 2 +- .../colordialog/dialogs/colordialog.js | 2 +- .../ckeditor/plugins/colordialog/lang/sq.js | 2 +- .../ckeditor/plugins/colordialog/plugin.js | 2 +- .../ckeditor/plugins/copyformatting/plugin.js | 4 +- .../copyformatting/styles/copyformatting.css | 2 +- .../devtools/lang/_translationstatus.txt | 2 +- .../ckeditor/plugins/devtools/lang/ar.js | 2 +- .../ckeditor/plugins/devtools/lang/az.js | 2 +- .../ckeditor/plugins/devtools/lang/bg.js | 2 +- .../ckeditor/plugins/devtools/lang/ca.js | 2 +- .../ckeditor/plugins/devtools/lang/cs.js | 2 +- .../ckeditor/plugins/devtools/lang/cy.js | 2 +- .../ckeditor/plugins/devtools/lang/da.js | 2 +- .../ckeditor/plugins/devtools/lang/de-ch.js | 2 +- .../ckeditor/plugins/devtools/lang/de.js | 2 +- .../ckeditor/plugins/devtools/lang/el.js | 2 +- .../ckeditor/plugins/devtools/lang/en-au.js | 2 +- .../ckeditor/plugins/devtools/lang/en-gb.js | 2 +- .../ckeditor/plugins/devtools/lang/en.js | 2 +- .../ckeditor/plugins/devtools/lang/eo.js | 2 +- .../ckeditor/plugins/devtools/lang/es-mx.js | 2 +- .../ckeditor/plugins/devtools/lang/es.js | 2 +- .../ckeditor/plugins/devtools/lang/et.js | 2 +- .../ckeditor/plugins/devtools/lang/eu.js | 2 +- .../ckeditor/plugins/devtools/lang/fa.js | 2 +- .../ckeditor/plugins/devtools/lang/fi.js | 2 +- .../ckeditor/plugins/devtools/lang/fr-ca.js | 2 +- .../ckeditor/plugins/devtools/lang/fr.js | 2 +- .../ckeditor/plugins/devtools/lang/gl.js | 2 +- .../ckeditor/plugins/devtools/lang/gu.js | 2 +- .../ckeditor/plugins/devtools/lang/he.js | 2 +- .../ckeditor/plugins/devtools/lang/hr.js | 2 +- .../ckeditor/plugins/devtools/lang/hu.js | 2 +- .../ckeditor/plugins/devtools/lang/id.js | 2 +- .../ckeditor/plugins/devtools/lang/it.js | 2 +- .../ckeditor/plugins/devtools/lang/ja.js | 2 +- .../ckeditor/plugins/devtools/lang/km.js | 2 +- .../ckeditor/plugins/devtools/lang/ko.js | 2 +- .../ckeditor/plugins/devtools/lang/ku.js | 2 +- .../ckeditor/plugins/devtools/lang/lt.js | 2 +- .../ckeditor/plugins/devtools/lang/lv.js | 2 +- .../ckeditor/plugins/devtools/lang/nb.js | 2 +- .../ckeditor/plugins/devtools/lang/nl.js | 2 +- .../ckeditor/plugins/devtools/lang/no.js | 2 +- .../ckeditor/plugins/devtools/lang/oc.js | 2 +- .../ckeditor/plugins/devtools/lang/pl.js | 2 +- .../ckeditor/plugins/devtools/lang/pt-br.js | 2 +- .../ckeditor/plugins/devtools/lang/pt.js | 2 +- .../ckeditor/plugins/devtools/lang/ro.js | 2 +- .../ckeditor/plugins/devtools/lang/ru.js | 2 +- .../ckeditor/plugins/devtools/lang/si.js | 2 +- .../ckeditor/plugins/devtools/lang/sk.js | 2 +- .../ckeditor/plugins/devtools/lang/sl.js | 2 +- .../ckeditor/plugins/devtools/lang/sq.js | 2 +- .../ckeditor/plugins/devtools/lang/sv.js | 2 +- .../ckeditor/plugins/devtools/lang/tr.js | 2 +- .../ckeditor/plugins/devtools/lang/tt.js | 2 +- .../ckeditor/plugins/devtools/lang/ug.js | 2 +- .../ckeditor/plugins/devtools/lang/uk.js | 2 +- .../ckeditor/plugins/devtools/lang/vi.js | 2 +- .../ckeditor/plugins/devtools/lang/zh-cn.js | 2 +- .../ckeditor/plugins/devtools/lang/zh.js | 2 +- .../ckeditor/plugins/devtools/plugin.js | 4 +- .../plugins/dialog/dialogDefinition.js | 2 +- .../ckeditor/plugins/dialogadvtab/plugin.js | 2 +- .../ckeditor/plugins/div/lang/sq.js | 2 +- .../ckeditor/plugins/div/plugin.js | 2 +- .../ckeditor/plugins/divarea/plugin.js | 2 +- .../plugins/docprops/dialogs/docprops.js | 2 +- .../ckeditor/plugins/docprops/plugin.js | 2 +- .../plugins/easyimage/dialogs/easyimagealt.js | 2 +- .../ckeditor/plugins/easyimage/lang/en.js | 2 +- .../ckeditor/plugins/easyimage/plugin.js | 2 +- .../plugins/easyimage/styles/easyimage.css | 2 +- .../ckeditor/plugins/embed/plugin.js | 2 +- .../plugins/embedbase/dialogs/embedbase.js | 2 +- .../ckeditor/plugins/embedbase/lang/ar.js | 1 + .../ckeditor/plugins/embedbase/lang/lv.js | 1 + .../ckeditor/plugins/embedbase/plugin.js | 4 +- .../ckeditor/plugins/embedsemantic/plugin.js | 2 +- .../plugins/emoji/assets/iconsall.png | Bin 0 -> 1638 bytes .../plugins/emoji/assets/iconsall.svg | 42 + .../ckeditor/plugins/emoji/emoji.json | 2 +- .../plugins/emoji/icons/emojipanel.png | Bin 0 -> 670 bytes .../plugins/emoji/icons/hidpi/emojipanel.png | Bin 0 -> 1684 bytes .../ckeditor/plugins/emoji/lang/en.js | 1 + .../ckeditor/plugins/emoji/plugin.js | 28 +- .../ckeditor/plugins/emoji/skins/default.css | 225 +- .../ckeditor/plugins/find/dialogs/find.js | 2 +- .../ckeditor/plugins/find/plugin.js | 2 +- .../ckeditor/plugins/flash/dialogs/flash.js | 2 +- .../ckeditor/plugins/flash/plugin.js | 2 +- .../ckeditor/plugins/font/plugin.js | 14 +- .../ckeditor/plugins/forms/dialogs/button.js | 2 +- .../plugins/forms/dialogs/checkbox.js | 4 +- .../ckeditor/plugins/forms/dialogs/form.js | 2 +- .../plugins/forms/dialogs/hiddenfield.js | 2 +- .../ckeditor/plugins/forms/dialogs/radio.js | 4 +- .../ckeditor/plugins/forms/dialogs/select.js | 5 +- .../plugins/forms/dialogs/textarea.js | 4 +- .../plugins/forms/dialogs/textfield.js | 4 +- .../ckeditor/plugins/forms/lang/fa.js | 4 +- .../ckeditor/plugins/forms/lang/lv.js | 6 +- .../ckeditor/plugins/forms/plugin.js | 20 +- bower_components/ckeditor/plugins/icons.png | Bin 9895 -> 10175 bytes .../ckeditor/plugins/icons_hidpi.png | Bin 32769 -> 33431 bytes .../ckeditor/plugins/iframe/dialogs/iframe.js | 2 +- .../ckeditor/plugins/iframe/plugin.js | 2 +- .../ckeditor/plugins/iframedialog/plugin.js | 2 +- .../ckeditor/plugins/image/dialogs/image.js | 68 +- .../ckeditor/plugins/image2/dialogs/image2.js | 12 +- .../ckeditor/plugins/image2/lang/fa.js | 2 +- .../ckeditor/plugins/image2/lang/hu.js | 2 +- .../ckeditor/plugins/image2/lang/lv.js | 2 +- .../ckeditor/plugins/image2/plugin.js | 38 +- .../ckeditor/plugins/imagebase/lang/en.js | 2 +- .../ckeditor/plugins/imagebase/plugin.js | 2 +- .../ckeditor/plugins/indentblock/plugin.js | 2 +- .../ckeditor/plugins/justify/plugin.js | 2 +- .../ckeditor/plugins/language/lang/ar.js | 2 +- .../ckeditor/plugins/language/lang/az.js | 2 +- .../ckeditor/plugins/language/lang/bg.js | 2 +- .../ckeditor/plugins/language/lang/ca.js | 2 +- .../ckeditor/plugins/language/lang/cs.js | 2 +- .../ckeditor/plugins/language/lang/cy.js | 2 +- .../ckeditor/plugins/language/lang/da.js | 2 +- .../ckeditor/plugins/language/lang/de-ch.js | 2 +- .../ckeditor/plugins/language/lang/de.js | 2 +- .../ckeditor/plugins/language/lang/el.js | 2 +- .../ckeditor/plugins/language/lang/en-au.js | 2 +- .../ckeditor/plugins/language/lang/en-gb.js | 2 +- .../ckeditor/plugins/language/lang/en.js | 2 +- .../ckeditor/plugins/language/lang/eo.js | 2 +- .../ckeditor/plugins/language/lang/es-mx.js | 2 +- .../ckeditor/plugins/language/lang/es.js | 2 +- .../ckeditor/plugins/language/lang/et.js | 2 +- .../ckeditor/plugins/language/lang/eu.js | 2 +- .../ckeditor/plugins/language/lang/fa.js | 2 +- .../ckeditor/plugins/language/lang/fi.js | 2 +- .../ckeditor/plugins/language/lang/fo.js | 2 +- .../ckeditor/plugins/language/lang/fr.js | 2 +- .../ckeditor/plugins/language/lang/gl.js | 2 +- .../ckeditor/plugins/language/lang/he.js | 2 +- .../ckeditor/plugins/language/lang/hr.js | 2 +- .../ckeditor/plugins/language/lang/hu.js | 2 +- .../ckeditor/plugins/language/lang/id.js | 2 +- .../ckeditor/plugins/language/lang/it.js | 2 +- .../ckeditor/plugins/language/lang/ja.js | 2 +- .../ckeditor/plugins/language/lang/km.js | 2 +- .../ckeditor/plugins/language/lang/ko.js | 2 +- .../ckeditor/plugins/language/lang/ku.js | 2 +- .../ckeditor/plugins/language/lang/lv.js | 5 + .../ckeditor/plugins/language/lang/nb.js | 2 +- .../ckeditor/plugins/language/lang/nl.js | 2 +- .../ckeditor/plugins/language/lang/no.js | 2 +- .../ckeditor/plugins/language/lang/oc.js | 2 +- .../ckeditor/plugins/language/lang/pl.js | 2 +- .../ckeditor/plugins/language/lang/pt-br.js | 2 +- .../ckeditor/plugins/language/lang/pt.js | 2 +- .../ckeditor/plugins/language/lang/ro.js | 2 +- .../ckeditor/plugins/language/lang/ru.js | 2 +- .../ckeditor/plugins/language/lang/sk.js | 2 +- .../ckeditor/plugins/language/lang/sl.js | 2 +- .../ckeditor/plugins/language/lang/sq.js | 2 +- .../ckeditor/plugins/language/lang/sv.js | 2 +- .../ckeditor/plugins/language/lang/tr.js | 2 +- .../ckeditor/plugins/language/lang/tt.js | 2 +- .../ckeditor/plugins/language/lang/ug.js | 2 +- .../ckeditor/plugins/language/lang/uk.js | 2 +- .../ckeditor/plugins/language/lang/vi.js | 2 +- .../ckeditor/plugins/language/lang/zh-cn.js | 2 +- .../ckeditor/plugins/language/lang/zh.js | 2 +- .../ckeditor/plugins/language/plugin.js | 4 +- .../ckeditor/plugins/link/dialogs/anchor.js | 2 +- .../ckeditor/plugins/link/dialogs/link.js | 52 +- .../plugins/liststyle/dialogs/liststyle.js | 12 +- .../ckeditor/plugins/liststyle/lang/af.js | 4 +- .../ckeditor/plugins/liststyle/lang/ar.js | 3 +- .../ckeditor/plugins/liststyle/lang/az.js | 4 +- .../ckeditor/plugins/liststyle/lang/bg.js | 3 +- .../ckeditor/plugins/liststyle/lang/bn.js | 3 +- .../ckeditor/plugins/liststyle/lang/bs.js | 3 +- .../ckeditor/plugins/liststyle/lang/ca.js | 3 +- .../ckeditor/plugins/liststyle/lang/cs.js | 3 +- .../ckeditor/plugins/liststyle/lang/cy.js | 3 +- .../ckeditor/plugins/liststyle/lang/da.js | 4 +- .../ckeditor/plugins/liststyle/lang/de-ch.js | 3 +- .../ckeditor/plugins/liststyle/lang/de.js | 3 +- .../ckeditor/plugins/liststyle/lang/el.js | 3 +- .../ckeditor/plugins/liststyle/lang/en-au.js | 3 +- .../ckeditor/plugins/liststyle/lang/en-ca.js | 3 +- .../ckeditor/plugins/liststyle/lang/en-gb.js | 3 +- .../ckeditor/plugins/liststyle/lang/en.js | 3 +- .../ckeditor/plugins/liststyle/lang/eo.js | 4 +- .../ckeditor/plugins/liststyle/lang/es-mx.js | 4 +- .../ckeditor/plugins/liststyle/lang/es.js | 4 +- .../ckeditor/plugins/liststyle/lang/et.js | 3 +- .../ckeditor/plugins/liststyle/lang/eu.js | 4 +- .../ckeditor/plugins/liststyle/lang/fa.js | 3 +- .../ckeditor/plugins/liststyle/lang/fi.js | 4 +- .../ckeditor/plugins/liststyle/lang/fo.js | 4 +- .../ckeditor/plugins/liststyle/lang/fr-ca.js | 4 +- .../ckeditor/plugins/liststyle/lang/fr.js | 4 +- .../ckeditor/plugins/liststyle/lang/gl.js | 4 +- .../ckeditor/plugins/liststyle/lang/gu.js | 3 +- .../ckeditor/plugins/liststyle/lang/he.js | 4 +- .../ckeditor/plugins/liststyle/lang/hi.js | 3 +- .../ckeditor/plugins/liststyle/lang/hr.js | 4 +- .../ckeditor/plugins/liststyle/lang/hu.js | 3 +- .../ckeditor/plugins/liststyle/lang/id.js | 3 +- .../ckeditor/plugins/liststyle/lang/is.js | 3 +- .../ckeditor/plugins/liststyle/lang/it.js | 4 +- .../ckeditor/plugins/liststyle/lang/ja.js | 3 +- .../ckeditor/plugins/liststyle/lang/ka.js | 4 +- .../ckeditor/plugins/liststyle/lang/km.js | 3 +- .../ckeditor/plugins/liststyle/lang/ko.js | 3 +- .../ckeditor/plugins/liststyle/lang/ku.js | 3 +- .../ckeditor/plugins/liststyle/lang/lt.js | 4 +- .../ckeditor/plugins/liststyle/lang/lv.js | 3 +- .../ckeditor/plugins/liststyle/lang/mk.js | 3 +- .../ckeditor/plugins/liststyle/lang/mn.js | 3 +- .../ckeditor/plugins/liststyle/lang/ms.js | 3 +- .../ckeditor/plugins/liststyle/lang/nb.js | 3 +- .../ckeditor/plugins/liststyle/lang/nl.js | 4 +- .../ckeditor/plugins/liststyle/lang/no.js | 3 +- .../ckeditor/plugins/liststyle/lang/oc.js | 4 +- .../ckeditor/plugins/liststyle/lang/pl.js | 4 +- .../ckeditor/plugins/liststyle/lang/pt-br.js | 4 +- .../ckeditor/plugins/liststyle/lang/pt.js | 3 +- .../ckeditor/plugins/liststyle/lang/ro.js | 3 +- .../ckeditor/plugins/liststyle/lang/ru.js | 4 +- .../ckeditor/plugins/liststyle/lang/si.js | 3 +- .../ckeditor/plugins/liststyle/lang/sk.js | 3 +- .../ckeditor/plugins/liststyle/lang/sl.js | 3 +- .../ckeditor/plugins/liststyle/lang/sq.js | 3 +- .../plugins/liststyle/lang/sr-latn.js | 3 +- .../ckeditor/plugins/liststyle/lang/sr.js | 3 +- .../ckeditor/plugins/liststyle/lang/sv.js | 3 +- .../ckeditor/plugins/liststyle/lang/th.js | 3 +- .../ckeditor/plugins/liststyle/lang/tr.js | 3 +- .../ckeditor/plugins/liststyle/lang/tt.js | 3 +- .../ckeditor/plugins/liststyle/lang/ug.js | 4 +- .../ckeditor/plugins/liststyle/lang/uk.js | 3 +- .../ckeditor/plugins/liststyle/lang/vi.js | 4 +- .../ckeditor/plugins/liststyle/lang/zh-cn.js | 3 +- .../ckeditor/plugins/liststyle/lang/zh.js | 3 +- .../ckeditor/plugins/liststyle/plugin.js | 2 +- .../plugins/mathjax/dialogs/mathjax.js | 2 +- .../ckeditor/plugins/mathjax/lang/lv.js | 1 + .../ckeditor/plugins/mathjax/plugin.js | 4 +- .../ckeditor/plugins/mentions/plugin.js | 4 +- .../ckeditor/plugins/newpage/plugin.js | 2 +- .../ckeditor/plugins/pagebreak/plugin.js | 2 +- .../ckeditor/plugins/panelbutton/plugin.js | 8 +- .../plugins/pastefromword/filter/default.js | 104 +- .../placeholder/dialogs/placeholder.js | 2 +- .../ckeditor/plugins/placeholder/lang/af.js | 2 +- .../ckeditor/plugins/placeholder/lang/ar.js | 2 +- .../ckeditor/plugins/placeholder/lang/az.js | 2 +- .../ckeditor/plugins/placeholder/lang/bg.js | 2 +- .../ckeditor/plugins/placeholder/lang/ca.js | 2 +- .../ckeditor/plugins/placeholder/lang/cs.js | 2 +- .../ckeditor/plugins/placeholder/lang/cy.js | 2 +- .../ckeditor/plugins/placeholder/lang/da.js | 2 +- .../plugins/placeholder/lang/de-ch.js | 2 +- .../ckeditor/plugins/placeholder/lang/de.js | 2 +- .../ckeditor/plugins/placeholder/lang/el.js | 2 +- .../plugins/placeholder/lang/en-au.js | 2 +- .../plugins/placeholder/lang/en-gb.js | 2 +- .../ckeditor/plugins/placeholder/lang/en.js | 2 +- .../ckeditor/plugins/placeholder/lang/eo.js | 2 +- .../plugins/placeholder/lang/es-mx.js | 2 +- .../ckeditor/plugins/placeholder/lang/es.js | 2 +- .../ckeditor/plugins/placeholder/lang/et.js | 2 +- .../ckeditor/plugins/placeholder/lang/eu.js | 2 +- .../ckeditor/plugins/placeholder/lang/fa.js | 2 +- .../ckeditor/plugins/placeholder/lang/fi.js | 2 +- .../plugins/placeholder/lang/fr-ca.js | 2 +- .../ckeditor/plugins/placeholder/lang/fr.js | 2 +- .../ckeditor/plugins/placeholder/lang/gl.js | 2 +- .../ckeditor/plugins/placeholder/lang/he.js | 2 +- .../ckeditor/plugins/placeholder/lang/hr.js | 2 +- .../ckeditor/plugins/placeholder/lang/hu.js | 2 +- .../ckeditor/plugins/placeholder/lang/id.js | 2 +- .../ckeditor/plugins/placeholder/lang/it.js | 2 +- .../ckeditor/plugins/placeholder/lang/ja.js | 2 +- .../ckeditor/plugins/placeholder/lang/km.js | 2 +- .../ckeditor/plugins/placeholder/lang/ko.js | 2 +- .../ckeditor/plugins/placeholder/lang/ku.js | 2 +- .../ckeditor/plugins/placeholder/lang/lv.js | 4 +- .../ckeditor/plugins/placeholder/lang/nb.js | 2 +- .../ckeditor/plugins/placeholder/lang/nl.js | 2 +- .../ckeditor/plugins/placeholder/lang/no.js | 2 +- .../ckeditor/plugins/placeholder/lang/oc.js | 2 +- .../ckeditor/plugins/placeholder/lang/pl.js | 2 +- .../plugins/placeholder/lang/pt-br.js | 2 +- .../ckeditor/plugins/placeholder/lang/pt.js | 2 +- .../ckeditor/plugins/placeholder/lang/ro.js | 2 +- .../ckeditor/plugins/placeholder/lang/ru.js | 2 +- .../ckeditor/plugins/placeholder/lang/si.js | 2 +- .../ckeditor/plugins/placeholder/lang/sk.js | 2 +- .../ckeditor/plugins/placeholder/lang/sl.js | 2 +- .../ckeditor/plugins/placeholder/lang/sq.js | 2 +- .../ckeditor/plugins/placeholder/lang/sv.js | 2 +- .../ckeditor/plugins/placeholder/lang/th.js | 2 +- .../ckeditor/plugins/placeholder/lang/tr.js | 2 +- .../ckeditor/plugins/placeholder/lang/tt.js | 2 +- .../ckeditor/plugins/placeholder/lang/ug.js | 2 +- .../ckeditor/plugins/placeholder/lang/uk.js | 2 +- .../ckeditor/plugins/placeholder/lang/vi.js | 2 +- .../plugins/placeholder/lang/zh-cn.js | 2 +- .../ckeditor/plugins/placeholder/lang/zh.js | 2 +- .../ckeditor/plugins/placeholder/plugin.js | 2 +- .../ckeditor/plugins/preview/plugin.js | 2 +- .../ckeditor/plugins/print/plugin.js | 2 +- .../ckeditor/plugins/save/plugin.js | 2 +- .../ckeditor/plugins/selectall/plugin.js | 2 +- .../ckeditor/plugins/sharedspace/plugin.js | 2 +- .../ckeditor/plugins/showblocks/plugin.js | 2 +- .../ckeditor/plugins/smiley/dialogs/smiley.js | 2 +- .../ckeditor/plugins/smiley/plugin.js | 2 +- .../sourcedialog/dialogs/sourcedialog.js | 2 +- .../ckeditor/plugins/sourcedialog/plugin.js | 2 +- .../dialogs/lang/_translationstatus.txt | 2 +- .../plugins/specialchar/dialogs/lang/af.js | 2 +- .../plugins/specialchar/dialogs/lang/ar.js | 2 +- .../plugins/specialchar/dialogs/lang/az.js | 2 +- .../plugins/specialchar/dialogs/lang/bg.js | 2 +- .../plugins/specialchar/dialogs/lang/ca.js | 2 +- .../plugins/specialchar/dialogs/lang/cs.js | 2 +- .../plugins/specialchar/dialogs/lang/cy.js | 2 +- .../plugins/specialchar/dialogs/lang/da.js | 2 +- .../plugins/specialchar/dialogs/lang/de-ch.js | 2 +- .../plugins/specialchar/dialogs/lang/de.js | 2 +- .../plugins/specialchar/dialogs/lang/el.js | 2 +- .../plugins/specialchar/dialogs/lang/en-au.js | 2 +- .../plugins/specialchar/dialogs/lang/en-ca.js | 2 +- .../plugins/specialchar/dialogs/lang/en-gb.js | 2 +- .../plugins/specialchar/dialogs/lang/en.js | 2 +- .../plugins/specialchar/dialogs/lang/eo.js | 2 +- .../plugins/specialchar/dialogs/lang/es-mx.js | 2 +- .../plugins/specialchar/dialogs/lang/es.js | 2 +- .../plugins/specialchar/dialogs/lang/et.js | 2 +- .../plugins/specialchar/dialogs/lang/eu.js | 2 +- .../plugins/specialchar/dialogs/lang/fa.js | 2 +- .../plugins/specialchar/dialogs/lang/fi.js | 2 +- .../plugins/specialchar/dialogs/lang/fr-ca.js | 2 +- .../plugins/specialchar/dialogs/lang/fr.js | 2 +- .../plugins/specialchar/dialogs/lang/gl.js | 2 +- .../plugins/specialchar/dialogs/lang/he.js | 2 +- .../plugins/specialchar/dialogs/lang/hr.js | 2 +- .../plugins/specialchar/dialogs/lang/hu.js | 2 +- .../plugins/specialchar/dialogs/lang/id.js | 2 +- .../plugins/specialchar/dialogs/lang/it.js | 2 +- .../plugins/specialchar/dialogs/lang/ja.js | 2 +- .../plugins/specialchar/dialogs/lang/km.js | 2 +- .../plugins/specialchar/dialogs/lang/ko.js | 2 +- .../plugins/specialchar/dialogs/lang/ku.js | 2 +- .../plugins/specialchar/dialogs/lang/lt.js | 2 +- .../plugins/specialchar/dialogs/lang/lv.js | 2 +- .../plugins/specialchar/dialogs/lang/nb.js | 2 +- .../plugins/specialchar/dialogs/lang/nl.js | 2 +- .../plugins/specialchar/dialogs/lang/no.js | 2 +- .../plugins/specialchar/dialogs/lang/oc.js | 2 +- .../plugins/specialchar/dialogs/lang/pl.js | 2 +- .../plugins/specialchar/dialogs/lang/pt-br.js | 2 +- .../plugins/specialchar/dialogs/lang/pt.js | 2 +- .../plugins/specialchar/dialogs/lang/ro.js | 2 +- .../plugins/specialchar/dialogs/lang/ru.js | 2 +- .../plugins/specialchar/dialogs/lang/si.js | 2 +- .../plugins/specialchar/dialogs/lang/sk.js | 2 +- .../plugins/specialchar/dialogs/lang/sl.js | 2 +- .../plugins/specialchar/dialogs/lang/sq.js | 2 +- .../plugins/specialchar/dialogs/lang/sv.js | 2 +- .../plugins/specialchar/dialogs/lang/th.js | 2 +- .../plugins/specialchar/dialogs/lang/tr.js | 2 +- .../plugins/specialchar/dialogs/lang/tt.js | 2 +- .../plugins/specialchar/dialogs/lang/ug.js | 2 +- .../plugins/specialchar/dialogs/lang/uk.js | 2 +- .../plugins/specialchar/dialogs/lang/vi.js | 2 +- .../plugins/specialchar/dialogs/lang/zh-cn.js | 2 +- .../plugins/specialchar/dialogs/lang/zh.js | 2 +- .../specialchar/dialogs/specialchar.js | 2 +- .../plugins/stylesheetparser/plugin.js | 2 +- .../ckeditor/plugins/table/dialogs/table.js | 4 +- .../ckeditor/plugins/tableresize/plugin.js | 2 +- .../tableselection/styles/tableselection.css | 10 + .../plugins/tabletools/dialogs/tableCell.js | 2 +- .../plugins/templates/dialogs/templates.css | 2 +- .../plugins/templates/dialogs/templates.js | 2 +- .../ckeditor/plugins/templates/plugin.js | 2 +- .../plugins/templates/templates/default.js | 2 +- .../ckeditor/plugins/textmatch/plugin.js | 2 +- .../ckeditor/plugins/textwatcher/plugin.js | 2 +- .../plugins/uicolor/dialogs/uicolor.css | 2 +- .../plugins/uicolor/dialogs/uicolor.js | 2 +- .../uicolor/lang/_translationstatus.txt | 2 +- .../ckeditor/plugins/uicolor/lang/af.js | 2 +- .../ckeditor/plugins/uicolor/lang/ar.js | 2 +- .../ckeditor/plugins/uicolor/lang/az.js | 2 +- .../ckeditor/plugins/uicolor/lang/bg.js | 2 +- .../ckeditor/plugins/uicolor/lang/ca.js | 2 +- .../ckeditor/plugins/uicolor/lang/cs.js | 2 +- .../ckeditor/plugins/uicolor/lang/cy.js | 2 +- .../ckeditor/plugins/uicolor/lang/da.js | 2 +- .../ckeditor/plugins/uicolor/lang/de-ch.js | 2 +- .../ckeditor/plugins/uicolor/lang/de.js | 2 +- .../ckeditor/plugins/uicolor/lang/el.js | 2 +- .../ckeditor/plugins/uicolor/lang/en-au.js | 2 +- .../ckeditor/plugins/uicolor/lang/en-gb.js | 2 +- .../ckeditor/plugins/uicolor/lang/en.js | 2 +- .../ckeditor/plugins/uicolor/lang/eo.js | 2 +- .../ckeditor/plugins/uicolor/lang/es-mx.js | 2 +- .../ckeditor/plugins/uicolor/lang/es.js | 2 +- .../ckeditor/plugins/uicolor/lang/et.js | 2 +- .../ckeditor/plugins/uicolor/lang/eu.js | 2 +- .../ckeditor/plugins/uicolor/lang/fa.js | 2 +- .../ckeditor/plugins/uicolor/lang/fi.js | 2 +- .../ckeditor/plugins/uicolor/lang/fr-ca.js | 2 +- .../ckeditor/plugins/uicolor/lang/fr.js | 2 +- .../ckeditor/plugins/uicolor/lang/gl.js | 2 +- .../ckeditor/plugins/uicolor/lang/he.js | 2 +- .../ckeditor/plugins/uicolor/lang/hr.js | 2 +- .../ckeditor/plugins/uicolor/lang/hu.js | 4 +- .../ckeditor/plugins/uicolor/lang/id.js | 2 +- .../ckeditor/plugins/uicolor/lang/it.js | 2 +- .../ckeditor/plugins/uicolor/lang/ja.js | 2 +- .../ckeditor/plugins/uicolor/lang/km.js | 2 +- .../ckeditor/plugins/uicolor/lang/ko.js | 2 +- .../ckeditor/plugins/uicolor/lang/ku.js | 2 +- .../ckeditor/plugins/uicolor/lang/lv.js | 4 +- .../ckeditor/plugins/uicolor/lang/mk.js | 2 +- .../ckeditor/plugins/uicolor/lang/nb.js | 2 +- .../ckeditor/plugins/uicolor/lang/nl.js | 2 +- .../ckeditor/plugins/uicolor/lang/no.js | 2 +- .../ckeditor/plugins/uicolor/lang/oc.js | 2 +- .../ckeditor/plugins/uicolor/lang/pl.js | 2 +- .../ckeditor/plugins/uicolor/lang/pt-br.js | 2 +- .../ckeditor/plugins/uicolor/lang/pt.js | 2 +- .../ckeditor/plugins/uicolor/lang/ro.js | 2 +- .../ckeditor/plugins/uicolor/lang/ru.js | 2 +- .../ckeditor/plugins/uicolor/lang/si.js | 2 +- .../ckeditor/plugins/uicolor/lang/sk.js | 2 +- .../ckeditor/plugins/uicolor/lang/sl.js | 2 +- .../ckeditor/plugins/uicolor/lang/sq.js | 2 +- .../ckeditor/plugins/uicolor/lang/sv.js | 2 +- .../ckeditor/plugins/uicolor/lang/tr.js | 2 +- .../ckeditor/plugins/uicolor/lang/tt.js | 2 +- .../ckeditor/plugins/uicolor/lang/ug.js | 2 +- .../ckeditor/plugins/uicolor/lang/uk.js | 2 +- .../ckeditor/plugins/uicolor/lang/vi.js | 2 +- .../ckeditor/plugins/uicolor/lang/zh-cn.js | 2 +- .../ckeditor/plugins/uicolor/lang/zh.js | 2 +- .../ckeditor/plugins/uicolor/plugin.js | 2 +- .../ckeditor/plugins/uploadfile/plugin.js | 2 +- .../ckeditor/plugins/wsc/dialogs/wsc.js | 2 +- .../ckeditor/plugins/xml/plugin.js | 2 +- .../ckeditor/samples/css/samples.css | 2 +- bower_components/ckeditor/samples/index.html | 18 +- .../ckeditor/samples/js/sample.js | 4 +- bower_components/ckeditor/samples/js/sf.js | 2 +- .../ckeditor/samples/old/ajax.html | 4 +- .../ckeditor/samples/old/api.html | 20 +- .../ckeditor/samples/old/appendto.html | 6 +- .../old/assets/outputxhtml/outputxhtml.css | 2 +- .../samples/old/assets/posteddata.php | 4 +- .../old/assets/uilanguages/languages.js | 2 +- .../samples/old/autocomplete/customview.html | 12 +- .../samples/old/autocomplete/smiley.html | 12 +- .../samples/old/autocomplete/utils.js | 2 +- .../samples/old/autogrow/autogrow.html | 6 +- .../ckeditor/samples/old/bbcode/bbcode.html | 4 +- .../samples/old/codesnippet/codesnippet.html | 10 +- .../ckeditor/samples/old/datafiltering.html | 22 +- .../samples/old/devtools/devtools.html | 6 +- .../samples/old/dialog/assets/my_dialog.js | 2 +- .../ckeditor/samples/old/dialog/dialog.html | 6 +- .../ckeditor/samples/old/divarea/divarea.html | 4 +- .../ckeditor/samples/old/divreplace.html | 4 +- .../samples/old/docprops/docprops.html | 4 +- .../samples/old/easyimage/easyimage.html | 12 +- .../ckeditor/samples/old/emoji/emoji.html | 22 +- .../samples/old/enterkey/enterkey.html | 8 +- .../old/htmlwriter/outputforflash.html | 4 +- .../samples/old/htmlwriter/outputhtml.html | 6 +- .../ckeditor/samples/old/image2/image2.html | 6 +- .../ckeditor/samples/old/index.html | 4 +- .../ckeditor/samples/old/inlineall.html | 4 +- .../ckeditor/samples/old/inlinebycode.html | 4 +- .../ckeditor/samples/old/inlinetextarea.html | 4 +- .../ckeditor/samples/old/jquery.html | 6 +- .../samples/old/magicline/magicline.html | 4 +- .../ckeditor/samples/old/mathjax/mathjax.html | 4 +- .../samples/old/mentions/mentions.html | 12 +- .../samples/old/placeholder/placeholder.html | 4 +- .../ckeditor/samples/old/readonly.html | 8 +- .../ckeditor/samples/old/replacebyclass.html | 4 +- .../ckeditor/samples/old/replacebycode.html | 4 +- .../ckeditor/samples/old/sample.css | 2 +- .../ckeditor/samples/old/sample.js | 2 +- .../samples/old/sample_posteddata.php | 2 +- .../samples/old/sharedspace/sharedspace.html | 4 +- .../old/sourcedialog/sourcedialog.html | 4 +- .../stylesheetparser/stylesheetparser.html | 4 +- .../ckeditor/samples/old/tabindex.html | 4 +- .../samples/old/tableresize/tableresize.html | 4 +- .../ckeditor/samples/old/toolbar/toolbar.html | 8 +- .../ckeditor/samples/old/uicolor.html | 4 +- .../ckeditor/samples/old/uicolor/uicolor.html | 4 +- .../ckeditor/samples/old/uilanguages.html | 8 +- .../samples/old/wysiwygarea/fullpage.html | 4 +- .../ckeditor/samples/old/xhtmlstyle.html | 4 +- .../samples/toolbarconfigurator/index.html | 14 +- .../ckeditor/skins/kama/dialog.css | 4 +- .../ckeditor/skins/kama/dialog_ie.css | 4 +- .../ckeditor/skins/kama/dialog_ie7.css | 4 +- .../ckeditor/skins/kama/dialog_ie8.css | 4 +- .../ckeditor/skins/kama/dialog_iequirks.css | 4 +- .../ckeditor/skins/kama/editor.css | 4 +- .../ckeditor/skins/kama/editor_ie.css | 4 +- .../ckeditor/skins/kama/editor_ie7.css | 4 +- .../ckeditor/skins/kama/editor_ie8.css | 4 +- .../ckeditor/skins/kama/editor_iequirks.css | 4 +- .../ckeditor/skins/kama/icons.png | Bin 9841 -> 10138 bytes .../ckeditor/skins/kama/icons_hidpi.png | Bin 15240 -> 15923 bytes .../ckeditor/skins/kama/readme.md | 4 +- bower_components/ckeditor/skins/kama/skin.js | 2 +- .../ckeditor/skins/moono-lisa/dialog.css | 4 +- .../ckeditor/skins/moono-lisa/dialog_ie.css | 4 +- .../ckeditor/skins/moono-lisa/dialog_ie8.css | 4 +- .../skins/moono-lisa/dialog_iequirks.css | 4 +- .../ckeditor/skins/moono-lisa/editor.css | 4 +- .../skins/moono-lisa/editor_gecko.css | 4 +- .../ckeditor/skins/moono-lisa/editor_ie.css | 4 +- .../ckeditor/skins/moono-lisa/editor_ie8.css | 4 +- .../skins/moono-lisa/editor_iequirks.css | 4 +- .../ckeditor/skins/moono-lisa/icons.png | Bin 9895 -> 10175 bytes .../ckeditor/skins/moono-lisa/icons_hidpi.png | Bin 32769 -> 33431 bytes .../ckeditor/skins/moono-lisa/readme.md | 4 +- .../ckeditor/skins/moono/dialog.css | 4 +- .../ckeditor/skins/moono/dialog_ie.css | 4 +- .../ckeditor/skins/moono/dialog_ie7.css | 4 +- .../ckeditor/skins/moono/dialog_ie8.css | 4 +- .../ckeditor/skins/moono/dialog_iequirks.css | 4 +- .../ckeditor/skins/moono/editor.css | 4 +- .../ckeditor/skins/moono/editor_gecko.css | 4 +- .../ckeditor/skins/moono/editor_ie.css | 4 +- .../ckeditor/skins/moono/editor_ie7.css | 4 +- .../ckeditor/skins/moono/editor_ie8.css | 4 +- .../ckeditor/skins/moono/editor_iequirks.css | 4 +- .../ckeditor/skins/moono/icons.png | Bin 18740 -> 19026 bytes .../ckeditor/skins/moono/icons_hidpi.png | Bin 55521 -> 56197 bytes .../ckeditor/skins/moono/readme.md | 4 +- bower_components/ckeditor/skins/moono/skin.js | 2 +- bower_components/ckeditor/styles.js | 4 +- bower_components/fullcalendar/.bower.json | 8 +- bower_components/fullcalendar/CHANGELOG.md | 30 + bower_components/fullcalendar/README.md | 4 +- .../fullcalendar/dist/fullcalendar.css | 4 +- .../fullcalendar/dist/fullcalendar.d.ts | 197 +- .../fullcalendar/dist/fullcalendar.js | 6788 ++++----- .../fullcalendar/dist/fullcalendar.min.css | 4 +- .../fullcalendar/dist/fullcalendar.min.js | 16 +- .../fullcalendar/dist/fullcalendar.print.css | 4 +- .../dist/fullcalendar.print.min.css | 4 +- bower_components/fullcalendar/dist/gcal.js | 24 +- .../fullcalendar/dist/gcal.min.js | 4 +- .../fullcalendar/dist/locale-all.js | 12 +- .../fullcalendar/dist/locale/af.js | 2 +- .../fullcalendar/dist/locale/ar-dz.js | 2 +- .../fullcalendar/dist/locale/ar-kw.js | 2 +- .../fullcalendar/dist/locale/ar-ly.js | 2 +- .../fullcalendar/dist/locale/ar-ma.js | 2 +- .../fullcalendar/dist/locale/ar-sa.js | 2 +- .../fullcalendar/dist/locale/ar-tn.js | 2 +- .../fullcalendar/dist/locale/ar.js | 2 +- .../fullcalendar/dist/locale/be.js | 1 + .../fullcalendar/dist/locale/bg.js | 2 +- .../fullcalendar/dist/locale/bs.js | 2 +- .../fullcalendar/dist/locale/ca.js | 2 +- .../fullcalendar/dist/locale/cs.js | 2 +- .../fullcalendar/dist/locale/da.js | 2 +- .../fullcalendar/dist/locale/de-at.js | 2 +- .../fullcalendar/dist/locale/de-ch.js | 2 +- .../fullcalendar/dist/locale/de.js | 2 +- .../fullcalendar/dist/locale/el.js | 2 +- .../fullcalendar/dist/locale/en-au.js | 2 +- .../fullcalendar/dist/locale/en-ca.js | 2 +- .../fullcalendar/dist/locale/en-gb.js | 2 +- .../fullcalendar/dist/locale/en-ie.js | 2 +- .../fullcalendar/dist/locale/en-nz.js | 2 +- .../fullcalendar/dist/locale/es-do.js | 2 +- .../fullcalendar/dist/locale/es-us.js | 2 +- .../fullcalendar/dist/locale/es.js | 2 +- .../fullcalendar/dist/locale/et.js | 2 +- .../fullcalendar/dist/locale/eu.js | 2 +- .../fullcalendar/dist/locale/fa.js | 2 +- .../fullcalendar/dist/locale/fi.js | 2 +- .../fullcalendar/dist/locale/fr-ca.js | 2 +- .../fullcalendar/dist/locale/fr-ch.js | 2 +- .../fullcalendar/dist/locale/fr.js | 2 +- .../fullcalendar/dist/locale/gl.js | 2 +- .../fullcalendar/dist/locale/he.js | 2 +- .../fullcalendar/dist/locale/hi.js | 2 +- .../fullcalendar/dist/locale/hr.js | 2 +- .../fullcalendar/dist/locale/hu.js | 2 +- .../fullcalendar/dist/locale/id.js | 2 +- .../fullcalendar/dist/locale/is.js | 2 +- .../fullcalendar/dist/locale/it.js | 2 +- .../fullcalendar/dist/locale/ja.js | 2 +- .../fullcalendar/dist/locale/ka.js | 2 +- .../fullcalendar/dist/locale/kk.js | 2 +- .../fullcalendar/dist/locale/ko.js | 2 +- .../fullcalendar/dist/locale/lb.js | 2 +- .../fullcalendar/dist/locale/lt.js | 2 +- .../fullcalendar/dist/locale/lv.js | 2 +- .../fullcalendar/dist/locale/mk.js | 2 +- .../fullcalendar/dist/locale/ms-my.js | 2 +- .../fullcalendar/dist/locale/ms.js | 2 +- .../fullcalendar/dist/locale/nb.js | 2 +- .../fullcalendar/dist/locale/nl-be.js | 2 +- .../fullcalendar/dist/locale/nl.js | 2 +- .../fullcalendar/dist/locale/nn.js | 2 +- .../fullcalendar/dist/locale/pl.js | 2 +- .../fullcalendar/dist/locale/pt-br.js | 2 +- .../fullcalendar/dist/locale/pt.js | 2 +- .../fullcalendar/dist/locale/ro.js | 2 +- .../fullcalendar/dist/locale/ru.js | 2 +- .../fullcalendar/dist/locale/sk.js | 2 +- .../fullcalendar/dist/locale/sl.js | 2 +- .../fullcalendar/dist/locale/sq.js | 2 +- .../fullcalendar/dist/locale/sr-cyrl.js | 2 +- .../fullcalendar/dist/locale/sr.js | 2 +- .../fullcalendar/dist/locale/sv.js | 2 +- .../fullcalendar/dist/locale/th.js | 2 +- .../fullcalendar/dist/locale/tr.js | 2 +- .../fullcalendar/dist/locale/uk.js | 2 +- .../fullcalendar/dist/locale/vi.js | 2 +- .../fullcalendar/dist/locale/zh-cn.js | 2 +- .../fullcalendar/dist/locale/zh-hk.js | 1 + .../fullcalendar/dist/locale/zh-tw.js | 2 +- bower_components/ion.rangeSlider/.bower.json | 8 +- .../ion.rangeSlider/.editorconfig | 6 + bower_components/ion.rangeSlider/.npmignore | 2 - .../ion.rangeSlider/CONTRIBUTING.md | 27 + bower_components/ion.rangeSlider/License.md | 2 +- bower_components/ion.rangeSlider/bower.json | 2 +- .../ion.rangeSlider/css/ion.rangeSlider.css | 797 +- .../css/ion.rangeSlider.min.css | 1 + .../css/ion.rangeSlider.skinFlat.css | 106 - .../css/ion.rangeSlider.skinHTML5.css | 124 - .../css/ion.rangeSlider.skinModern.css | 116 - .../css/ion.rangeSlider.skinNice.css | 102 - .../css/ion.rangeSlider.skinSimple.css | 102 - .../ion.rangeSlider/css/normalize.css | 427 - bower_components/ion.rangeSlider/history.md | 9 +- .../ion.rangeSlider/img/sprite-skin-flat.png | Bin 304 -> 0 bytes .../img/sprite-skin-modern.png | Bin 505 -> 0 bytes .../ion.rangeSlider/img/sprite-skin-nice.png | Bin 694 -> 0 bytes .../img/sprite-skin-simple.png | Bin 358 -> 0 bytes bower_components/ion.rangeSlider/index.md | 2 +- .../ion.rangeSlider/js/ion.rangeSlider.js | 49 +- .../ion.rangeSlider/js/ion.rangeSlider.min.js | 83 +- .../ion.rangeSlider/less/_base.less | 145 + .../ion.rangeSlider/less/_mixins.less | 17 + .../ion.rangeSlider/less/irs.less | 10 + .../ion.rangeSlider/less/skins/big.less | 109 + .../ion.rangeSlider/less/skins/flat.less | 125 + .../ion.rangeSlider/less/skins/modern.less | 165 + .../ion.rangeSlider/less/skins/round.less | 120 + .../ion.rangeSlider/less/skins/sharp.less | 132 + .../ion.rangeSlider/less/skins/square.less | 100 + bower_components/ion.rangeSlider/package.json | 22 +- bower_components/ion.rangeSlider/readme.md | 29 +- bower_components/ion.rangeSlider/readme.ru.md | 283 - bower_components/moment/.bower.json | 8 +- bower_components/moment/CHANGELOG.md | 20 + bower_components/moment/README.md | 1 + bower_components/moment/locale/ar-dz.js | 2 +- bower_components/moment/locale/ar-kw.js | 2 +- bower_components/moment/locale/ar-ly.js | 2 +- bower_components/moment/locale/ar-ma.js | 2 +- bower_components/moment/locale/ar-sa.js | 2 +- bower_components/moment/locale/ar.js | 2 +- bower_components/moment/locale/az.js | 2 +- bower_components/moment/locale/be.js | 2 +- bower_components/moment/locale/bg.js | 2 +- bower_components/moment/locale/bn.js | 2 +- bower_components/moment/locale/bo.js | 2 +- bower_components/moment/locale/bs.js | 2 +- bower_components/moment/locale/cs.js | 37 +- bower_components/moment/locale/cv.js | 2 +- bower_components/moment/locale/dv.js | 2 +- bower_components/moment/locale/en-SG.js | 66 + bower_components/moment/locale/en-ie.js | 2 +- bower_components/moment/locale/eo.js | 2 +- bower_components/moment/locale/es-us.js | 19 +- bower_components/moment/locale/eu.js | 2 +- bower_components/moment/locale/fa.js | 2 +- bower_components/moment/locale/fo.js | 4 +- bower_components/moment/locale/ga.js | 76 + bower_components/moment/locale/gom-latn.js | 4 +- bower_components/moment/locale/gu.js | 2 +- bower_components/moment/locale/hi.js | 2 +- bower_components/moment/locale/hr.js | 2 +- bower_components/moment/locale/hy-am.js | 2 +- bower_components/moment/locale/id.js | 2 +- bower_components/moment/locale/it-ch.js | 68 + bower_components/moment/locale/ja.js | 2 +- bower_components/moment/locale/jv.js | 2 +- bower_components/moment/locale/kk.js | 2 +- bower_components/moment/locale/kn.js | 2 +- bower_components/moment/locale/ku.js | 118 + bower_components/moment/locale/ky.js | 6 +- bower_components/moment/locale/me.js | 2 +- bower_components/moment/locale/mk.js | 2 +- bower_components/moment/locale/mr.js | 2 +- bower_components/moment/locale/ms-my.js | 2 +- bower_components/moment/locale/ms.js | 2 +- bower_components/moment/locale/my.js | 2 +- bower_components/moment/locale/ne.js | 2 +- bower_components/moment/locale/nl-be.js | 4 +- bower_components/moment/locale/nl.js | 4 +- bower_components/moment/locale/pa-in.js | 4 +- bower_components/moment/locale/pt-br.js | 4 +- bower_components/moment/locale/pt.js | 4 +- bower_components/moment/locale/ro.js | 2 +- bower_components/moment/locale/sl.js | 4 +- bower_components/moment/locale/sr-cyrl.js | 2 +- bower_components/moment/locale/sr.js | 2 +- bower_components/moment/locale/sw.js | 2 +- bower_components/moment/locale/ta.js | 2 +- bower_components/moment/locale/te.js | 6 +- bower_components/moment/locale/tr.js | 2 +- bower_components/moment/locale/tzm-latn.js | 2 +- bower_components/moment/locale/tzm.js | 2 +- bower_components/moment/locale/uk.js | 5 +- bower_components/moment/locale/uz-latn.js | 2 +- bower_components/moment/min/locales.js | 613 +- bower_components/moment/min/locales.min.js | 2 +- .../moment/min/moment-with-locales.js | 839 +- .../moment/min/moment-with-locales.min.js | 2 +- bower_components/moment/min/moment.min.js | 2 +- bower_components/moment/moment.d.ts | 32 +- bower_components/moment/moment.js | 226 +- bower_components/moment/package-lock.json | 11577 +++++++--------- .../moment/src/lib/create/date-from-array.js | 30 +- .../moment/src/lib/create/from-array.js | 4 +- .../moment/src/lib/duration/as.js | 11 +- .../moment/src/lib/duration/constructor.js | 2 +- .../moment/src/lib/duration/create.js | 4 +- .../moment/src/lib/duration/prototype.js | 3 +- .../moment/src/lib/moment/compare.js | 20 +- .../moment/src/lib/moment/start-end-of.js | 131 +- .../moment/src/lib/units/day-of-week.js | 19 +- bower_components/moment/src/lib/units/week.js | 2 +- bower_components/moment/src/locale/ar-dz.js | 2 +- bower_components/moment/src/locale/ar-kw.js | 2 +- bower_components/moment/src/locale/ar-ly.js | 2 +- bower_components/moment/src/locale/ar-ma.js | 2 +- bower_components/moment/src/locale/ar-sa.js | 2 +- bower_components/moment/src/locale/ar.js | 2 +- bower_components/moment/src/locale/az.js | 2 +- bower_components/moment/src/locale/be.js | 2 +- bower_components/moment/src/locale/bg.js | 2 +- bower_components/moment/src/locale/bn.js | 2 +- bower_components/moment/src/locale/bo.js | 2 +- bower_components/moment/src/locale/bs.js | 2 +- bower_components/moment/src/locale/cs.js | 37 +- bower_components/moment/src/locale/cv.js | 2 +- bower_components/moment/src/locale/dv.js | 2 +- bower_components/moment/src/locale/en-SG.js | 59 + bower_components/moment/src/locale/en-au.js | 1 - bower_components/moment/src/locale/en-ie.js | 2 +- bower_components/moment/src/locale/eo.js | 2 +- bower_components/moment/src/locale/es-us.js | 20 +- bower_components/moment/src/locale/eu.js | 2 +- bower_components/moment/src/locale/fa.js | 2 +- bower_components/moment/src/locale/fo.js | 5 +- bower_components/moment/src/locale/ga.js | 68 + .../moment/src/locale/gom-latn.js | 4 +- bower_components/moment/src/locale/gu.js | 2 +- bower_components/moment/src/locale/hi.js | 2 +- bower_components/moment/src/locale/hr.js | 2 +- bower_components/moment/src/locale/hy-am.js | 2 +- bower_components/moment/src/locale/id.js | 2 +- bower_components/moment/src/locale/it-ch.js | 61 + bower_components/moment/src/locale/ja.js | 2 +- bower_components/moment/src/locale/jv.js | 2 +- bower_components/moment/src/locale/kk.js | 2 +- bower_components/moment/src/locale/kn.js | 2 +- bower_components/moment/src/locale/ku.js | 110 + bower_components/moment/src/locale/ky.js | 6 +- bower_components/moment/src/locale/me.js | 2 +- bower_components/moment/src/locale/mk.js | 2 +- bower_components/moment/src/locale/mr.js | 2 +- bower_components/moment/src/locale/ms-my.js | 2 +- bower_components/moment/src/locale/ms.js | 2 +- bower_components/moment/src/locale/my.js | 2 +- bower_components/moment/src/locale/ne.js | 2 +- bower_components/moment/src/locale/nl-be.js | 4 +- bower_components/moment/src/locale/nl.js | 4 +- bower_components/moment/src/locale/pa-in.js | 4 +- bower_components/moment/src/locale/pt-br.js | 4 +- bower_components/moment/src/locale/pt.js | 4 +- bower_components/moment/src/locale/ro.js | 2 +- bower_components/moment/src/locale/sl.js | 4 +- bower_components/moment/src/locale/sr-cyrl.js | 2 +- bower_components/moment/src/locale/sr.js | 2 +- bower_components/moment/src/locale/sw.js | 2 +- bower_components/moment/src/locale/ta.js | 2 +- bower_components/moment/src/locale/te.js | 6 +- bower_components/moment/src/locale/tr.js | 2 +- .../moment/src/locale/tzm-latn.js | 2 +- bower_components/moment/src/locale/tzm.js | 2 +- bower_components/moment/src/locale/uk.js | 6 +- bower_components/moment/src/locale/uz-latn.js | 2 +- bower_components/moment/src/moment.js | 6 +- dist/js/adminlte.js | 23 +- dist/js/adminlte.min.js | 15 +- package-lock.json | 228 +- package.json | 22 +- 1180 files changed, 31412 insertions(+), 23527 deletions(-) create mode 100644 bower_components/bootstrap-colorpicker/.editorconfig create mode 100644 bower_components/bootstrap-colorpicker/.github/CODE_OF_CONDUCT.md create mode 100644 bower_components/bootstrap-colorpicker/.github/CONTRIBUTING.md create mode 100644 bower_components/bootstrap-colorpicker/.github/ISSUE_TEMPLATE.md create mode 100644 bower_components/bootstrap-colorpicker/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 bower_components/bootstrap-colorpicker/.gitignore create mode 100644 bower_components/bootstrap-colorpicker/.jshintrc create mode 100644 bower_components/bootstrap-colorpicker/.npmignore create mode 100644 bower_components/bootstrap-colorpicker/.travis.yml create mode 100644 bower_components/bootstrap-colorpicker/Gruntfile.js delete mode 100644 bower_components/bootstrap-colorpicker/bower.json create mode 100644 bower_components/bootstrap-colorpicker/composer.json create mode 100644 bower_components/bootstrap-colorpicker/index.html delete mode 100644 bower_components/bootstrap-colorpicker/package-lock.json create mode 100644 bower_components/bootstrap-colorpicker/package.json create mode 100644 bower_components/bootstrap-colorpicker/yarn.lock create mode 100644 bower_components/bootstrap/grunt/.stylelintrc create mode 100644 bower_components/bootstrap/grunt/browsers.js create mode 100644 bower_components/bootstrap/grunt/generate-sri.js create mode 100644 bower_components/bootstrap/grunt/karma.conf.js delete mode 100644 bower_components/bootstrap/grunt/npm-shrinkwrap.json delete mode 100644 bower_components/bootstrap/grunt/sauce_browsers.yml delete mode 100644 bower_components/bootstrap/less/.csscomb.json delete mode 100644 bower_components/bootstrap/less/.csslintrc create mode 100644 bower_components/bootstrap/package-lock.json create mode 100644 bower_components/ckeditor/.npm/README.md create mode 100644 bower_components/ckeditor/.npm/assets/ckeditor4.png create mode 100644 bower_components/ckeditor/plugins/autoembed/lang/lv.js create mode 100644 bower_components/ckeditor/plugins/embedbase/lang/ar.js create mode 100644 bower_components/ckeditor/plugins/embedbase/lang/lv.js create mode 100644 bower_components/ckeditor/plugins/emoji/assets/iconsall.png create mode 100644 bower_components/ckeditor/plugins/emoji/assets/iconsall.svg create mode 100644 bower_components/ckeditor/plugins/emoji/icons/emojipanel.png create mode 100644 bower_components/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png create mode 100644 bower_components/ckeditor/plugins/emoji/lang/en.js create mode 100644 bower_components/ckeditor/plugins/language/lang/lv.js create mode 100644 bower_components/ckeditor/plugins/mathjax/lang/lv.js create mode 100644 bower_components/fullcalendar/dist/locale/be.js create mode 100644 bower_components/fullcalendar/dist/locale/zh-hk.js create mode 100644 bower_components/ion.rangeSlider/.editorconfig create mode 100644 bower_components/ion.rangeSlider/CONTRIBUTING.md create mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.min.css delete mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.skinFlat.css delete mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.skinHTML5.css delete mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.skinModern.css delete mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.skinNice.css delete mode 100644 bower_components/ion.rangeSlider/css/ion.rangeSlider.skinSimple.css delete mode 100644 bower_components/ion.rangeSlider/css/normalize.css delete mode 100644 bower_components/ion.rangeSlider/img/sprite-skin-flat.png delete mode 100644 bower_components/ion.rangeSlider/img/sprite-skin-modern.png delete mode 100644 bower_components/ion.rangeSlider/img/sprite-skin-nice.png delete mode 100644 bower_components/ion.rangeSlider/img/sprite-skin-simple.png create mode 100644 bower_components/ion.rangeSlider/less/_base.less create mode 100644 bower_components/ion.rangeSlider/less/_mixins.less create mode 100644 bower_components/ion.rangeSlider/less/irs.less create mode 100644 bower_components/ion.rangeSlider/less/skins/big.less create mode 100644 bower_components/ion.rangeSlider/less/skins/flat.less create mode 100644 bower_components/ion.rangeSlider/less/skins/modern.less create mode 100644 bower_components/ion.rangeSlider/less/skins/round.less create mode 100644 bower_components/ion.rangeSlider/less/skins/sharp.less create mode 100644 bower_components/ion.rangeSlider/less/skins/square.less delete mode 100644 bower_components/ion.rangeSlider/readme.ru.md create mode 100644 bower_components/moment/locale/en-SG.js create mode 100644 bower_components/moment/locale/ga.js create mode 100644 bower_components/moment/locale/it-ch.js create mode 100644 bower_components/moment/locale/ku.js create mode 100644 bower_components/moment/src/locale/en-SG.js create mode 100644 bower_components/moment/src/locale/ga.js create mode 100644 bower_components/moment/src/locale/it-ch.js create mode 100644 bower_components/moment/src/locale/ku.js diff --git a/bower.json b/bower.json index 68974634d..329a7c9ee 100644 --- a/bower.json +++ b/bower.json @@ -35,7 +35,7 @@ "chart.js": "1.0.*", "ckeditor": "^4.7.0", "bootstrap-colorpicker": "^2.5.1", - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.0", "jquery": "^3.2.1", "datatables.net": "^1.10.15", "datatables.net-bs": "^2.1.1", diff --git a/bower_components/bootstrap-colorpicker/.bower.json b/bower_components/bootstrap-colorpicker/.bower.json index 90080c616..6867cfc44 100644 --- a/bower_components/bootstrap-colorpicker/.bower.json +++ b/bower_components/bootstrap-colorpicker/.bower.json @@ -1,29 +1,12 @@ { "name": "bootstrap-colorpicker", - "main": [ - "dist/css/bootstrap-colorpicker.css", - "dist/js/bootstrap-colorpicker.js" - ], - "dependencies": { - "jquery": ">=1.10" - }, - "ignore": [ - "\\.*", - "/index.html", - "/package.json", - "/composer.json", - "/Gruntfile.js", - "/.travis.yml", - "/travis.sh", - "/server.js" - ], "homepage": "https://github.com/itsjavi/bootstrap-colorpicker", - "version": "2.5.2", - "_release": "2.5.2", + "version": "2.5.3", + "_release": "2.5.3", "_resolution": { "type": "version", - "tag": "2.5.2", - "commit": "d56d0d3d5bee59904d48bce3c47a0029741e10e6" + "tag": "2.5.3", + "commit": "525cd6a0aa26ae95803bbf34d231c4163136a314" }, "_source": "https://github.com/itsjavi/bootstrap-colorpicker.git", "_target": "^2.5.1", diff --git a/bower_components/bootstrap-colorpicker/.editorconfig b/bower_components/bootstrap-colorpicker/.editorconfig new file mode 100644 index 000000000..e567bc73e --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file diff --git a/bower_components/bootstrap-colorpicker/.github/CODE_OF_CONDUCT.md b/bower_components/bootstrap-colorpicker/.github/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..854460dff --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,47 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team members through their social media sites or at _git @ itsjavi.com_. +The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/bower_components/bootstrap-colorpicker/.github/CONTRIBUTING.md b/bower_components/bootstrap-colorpicker/.github/CONTRIBUTING.md new file mode 100644 index 000000000..6c8ee4540 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.github/CONTRIBUTING.md @@ -0,0 +1,42 @@ +# Contributing + +## Support + +The issue tracker is not the place for support requests. If you get stuck with bootstrap-colorpicker, it's very likely +that the fine folks at [StackOverflow](http://stackoverflow.com/) will be able to help you; simply describe the problem +you're having and provide them a link to the repo (so they know what code you're using). + + +## Issues +For feature requests, suggestions or ideas, add `[SUGGESTION]` before the title of the issue, for anything else follow +the following guidelines. + +### Steps to submit an issue +These steps are mandatory. Issues that are not clear or are not clearly reproduceable with a live example will be closed. + +- Reproduce your problem in a separated environment, like in JSFiddle, + [here is a template for it](http://jsfiddle.net/0vopxm13/157/), that you can fork in the same page. + It already includes the required JS and CSS files. +- Before posting your issue, consider adding this information: + * Expected behaviour: what should happen? + * Actual behaviour: what happens instead? + * Your context: Where it happens? In which browser and version (if applicable)? + * Plugin version (and/or commit reference). + * jQuery version you use and list of all other plugins/scripts you are using with this one and may cause some conflict. + * A link to your JSFiddle (or similar tool) demo where you reproduced the problem (if applicable). + +## Pull Requests + +Patches and new features are welcome! + +- Prerequisites: having `node`, `npm`, `yarn` and `grunt` installed in your machine. +- After a fresh clone for your fork, you need to run `yarn install` inside the project's root folder. +- For checking your changes in the browser you can execute `node serve` and navigate to http://localhost:5000/ +- Before any commit run always `grunt` inside the project's root folder, to update the dist files + (never modify them manually). +- Do not change the plugin coding style. +- Check that the index.html demos aren't broken (modify if necessary). +- Test your code at least in Chrome, Firefox and Edge. +- Any new feature should come with updated docs if applicable (a demonstration). +- Generate the `/dist` files executing `grunt` before your Pull Request. +- Push to your fork and submit the pull request. diff --git a/bower_components/bootstrap-colorpicker/.github/ISSUE_TEMPLATE.md b/bower_components/bootstrap-colorpicker/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..b15120875 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,51 @@ + + +### Brief description + +{Please write here a summary of the issue} + + +### Which software are you using? + +- bootstrap-colorpicker version: {Please write here} +- bootstrap version: {Please write here} +- jQuery version: {Please write here} +- Browser name and version: {Please write here} +- Operative System name an version: {Please write here} + +### What's the expected or desirable behavior? + +{Please write here in case of code-related issues or remove this section} + +### What's the actual current behavior? + +{Please write here in case of code-related issues or remove this section} + +### Are there some other related issues or PRs? + +{Please write here if applicable the issue numbers or remove this section} + +### Steps to reproduce + +{Please write here in case of code-related issues or remove this section} + + +*Live example*: {Please write here a link to your JsFiddle example} + +### Additional Comments (if any) + +{Please write here} diff --git a/bower_components/bootstrap-colorpicker/.github/PULL_REQUEST_TEMPLATE.md b/bower_components/bootstrap-colorpicker/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..ac266f8c8 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ + + +### Is your PR fixing an issue or introduces a new feature? + +{Please write here} + +### In case of fix, how this PR fixes the problem? + +{Please write here only in case of fix PR or remove the section} + +{Please also mention the related issue numbers you are trying to close, if applicable} + +### In case of new feature, what are the benefits and use cases? + +{Please write here only in case of feature PR or remove the section} + +### Check list +Please mark with `x` inside the `[ ]` for anything that applies to this PR. + +- [ ] All tests passed in travis-ci +- [ ] Regenerated the `dist` files via `grunt` +- [ ] All documentation examples are still working after testing them via `node serve` +- [ ] Added an example in the documentation for the newly introduced feature +- [ ] Provided an example via JsFiddle in the description of this PR +- [ ] Tested at least with latest Chrome, Firefox and Mobile (iOS Safari and/or Chrome for Android) +- [ ] This PR also introduces coding style changes (indentation, etc), in a separated commit +- [ ] The commit history is understandable and grouped into the minimum number of commits possible +- [ ] I've followed all other [`CONTRIBUTING.md`](.github/CONTRIBUTING.md#pull-requests) guidelines for Pull Requests. + +### Additional Comments (if any) + +{Please write here} diff --git a/bower_components/bootstrap-colorpicker/.gitignore b/bower_components/bootstrap-colorpicker/.gitignore new file mode 100644 index 000000000..4cbe2487f --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.gitignore @@ -0,0 +1,13 @@ +*~ +.DS_Store +.DS_Store* +ehthumbs.db +Thumbs.db +*.log +/node_modules/ +/bower_components/ +/nbproject/ +static_server.js +*.php +.idea +package-lock.json \ No newline at end of file diff --git a/bower_components/bootstrap-colorpicker/.jshintrc b/bower_components/bootstrap-colorpicker/.jshintrc new file mode 100644 index 000000000..3ec463e64 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.jshintrc @@ -0,0 +1,18 @@ +{ + "bitwise": false, + "browser": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "esnext": true, + "immed": true, + "jquery": true, + "latedef": true, + "newcap": true, + "noarg": true, + "node": true, + "strict": false, + "trailing": true, + "undef": true, + "predef" : ["define"] +} diff --git a/bower_components/bootstrap-colorpicker/.npmignore b/bower_components/bootstrap-colorpicker/.npmignore new file mode 100644 index 000000000..7b0acd89a --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.npmignore @@ -0,0 +1,21 @@ +*~ +.DS_Store +.DS_Store* +ehthumbs.db +Thumbs.db +*.log +/node_modules/ +/bower_components/ +/nbproject/ +/gh-pages/ +/package-lock.json +Gruntfile.js +/build +/docs +/tests +/spec +.* +/src/docs +*.psd +*.ai +composer.json diff --git a/bower_components/bootstrap-colorpicker/.travis.yml b/bower_components/bootstrap-colorpicker/.travis.yml new file mode 100644 index 000000000..e1e9cb5f8 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: + - "6" + - "8" +before_script: + - npm install -g grunt-cli + - curl -o- -L https://yarnpkg.com/install.sh | bash + +script: + - yarn install + - grunt --verbose + # Check that files didn't change after running grunt. It should be run before pushing any code change. + - if ! git diff --name-only --quiet -- dist docs src index.html --; then echo \"Files where modified after grunt execution!!...\"; exit 1; fi diff --git a/bower_components/bootstrap-colorpicker/Gruntfile.js b/bower_components/bootstrap-colorpicker/Gruntfile.js new file mode 100644 index 000000000..c8e7f6383 --- /dev/null +++ b/bower_components/bootstrap-colorpicker/Gruntfile.js @@ -0,0 +1,188 @@ +'use strict'; +module.exports = function (grunt) { + + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), + less: { + dist: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: '<%= pkg.name %>.css.map', + sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map' + }, + src: 'src/less/colorpicker.less', + dest: 'dist/css/<%= pkg.name %>.css' + } + }, + cssmin: { + options: { + compatibility: 'ie8', + keepSpecialComments: '*', + sourceMap: true, + advanced: false + }, + dist: { + src: 'dist/css/<%= pkg.name %>.css', + dest: 'dist/css/<%= pkg.name %>.min.css' + } + }, + jshint: { + options: { + jshintrc: '.jshintrc' + }, + files: [ + 'Gruntfile.js', + 'docs/docs.js', + 'dist/js/<%= pkg.name %>.js' + ] + }, + jsbeautifier: { + options: { + js: { + braceStyle: "collapse", + breakChainedMethods: false, + e4x: false, + evalCode: false, + indentChar: " ", + indentLevel: 0, + indentSize: 2, + indentWithTabs: false, + jslintHappy: false, + keepArrayIndentation: false, + keepFunctionIndentation: false, + maxPreserveNewlines: 2, + preserveNewlines: true, + spaceBeforeConditional: true, + spaceInParen: false, + unescapeStrings: false, + wrapLineLength: 0, + endWithNewline: true + } + }, + src: ['src/js/*.js', 'docs/docs.js'], + dist: ['dist/js/<%= pkg.name %>.js'] + }, + combine: { + js: { + input: 'src/js/colorpicker-plugin-wrapper.js', + output: 'dist/js/<%= pkg.name %>.js', + tokens: [{ + token: "//@version", + string: '<%= pkg.version %>' + }, { + token: "//@colorpicker-color", + file: 'src/js/colorpicker-color.js' + }, { + token: "//@colorpicker-defaults", + file: 'src/js/colorpicker-defaults.js' + }, { + token: "//@colorpicker-component", + file: 'src/js/colorpicker-component.js' + }] + }, + less: { + input: 'src/less/colorpicker.less', + output: 'src/less/colorpicker.less', + tokens: [{ + token: "//@version", + string: '<%= pkg.version %>' + }] + } + }, + strip_code: { + src: { + src: 'dist/js/*.js' + } + }, + uglify: { + options: { + banner: '/*!\n * Bootstrap Colorpicker v<%= pkg.version %>\n' + + ' * https://itsjavi.com/bootstrap-colorpicker/\n */\n' + }, + dist: { + files: { + 'dist/js/<%= pkg.name %>.min.js': [ + 'dist/js/<%= pkg.name %>.js' + ] + } + } + }, + watch: { + less: { + files: [ + 'src/less/*.less' + ], + tasks: ['combine:less', 'less', 'cssmin'] + }, + js: { + files: [ + 'src/js/*.js', + 'docs/docs.js' + ], + tasks: ['jsbeautifier:src', 'combine:js', 'jsbeautifier:dist', 'uglify', 'jshint'] + }, + handlebars: { + files: [ + 'docs/*.hbs', + 'docs/**/*.hbs', + 'docs/helpers/**/*.js' + ], + tasks: ['assemble'] + } + }, + assemble: { + options: { + assets: 'docs/assets', + helpers: ['docs/helpers/code'], + partials: ['docs/includes/**/*.hbs'], + layout: ['docs/layout.hbs'], + data: ['package.json'], + flatten: true + }, + site: { + src: ['docs/pages/*.hbs'], + dest: './' + } + }, + clean: { + dist: [ + 'dist/css/*', + 'dist/js/*', + 'index_new.html' + ] + } + }); + + // Load tasks + grunt.loadNpmTasks('grunt-contrib-clean'); + grunt.loadNpmTasks('grunt-contrib-less'); + grunt.loadNpmTasks('grunt-contrib-cssmin'); + grunt.loadNpmTasks('grunt-jsbeautifier'); + grunt.loadNpmTasks('grunt-combine'); + grunt.loadNpmTasks('grunt-contrib-uglify'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-contrib-jshint'); + grunt.loadNpmTasks('grunt-assemble'); + grunt.loadNpmTasks('grunt-strip-code'); + + // Register tasks + grunt.registerTask('default', [ + 'clean', + 'combine:less', + 'less', + 'cssmin', + 'jsbeautifier:src', + 'combine:js', + 'jsbeautifier:dist', + 'strip_code', + 'uglify', + 'assemble', + 'jshint' + ]); + grunt.registerTask('dev', [ + 'watch' + ]); + +}; diff --git a/bower_components/bootstrap-colorpicker/README.md b/bower_components/bootstrap-colorpicker/README.md index f99163b3e..27309ef25 100644 --- a/bower_components/bootstrap-colorpicker/README.md +++ b/bower_components/bootstrap-colorpicker/README.md @@ -2,12 +2,12 @@ Simple and customizable colorpicker component for Twitter Bootstrap. -[![Build Status](https://api.travis-ci.org/farbelous/bootstrap-colorpicker.svg?branch=v2)](https://travis-ci.org/farbelous/bootstrap-colorpicker) +[![Build Status](https://api.travis-ci.org/farbelous/bootstrap-colorpicker.svg?branch=v2.x)](https://travis-ci.org/farbelous/bootstrap-colorpicker) ## Installation For downloading the source code, you have many choices: -- Downloading the [latest v2 source code ZIP file](https://github.com/farbelous/bootstrap-colorpicker/archive/v2.zip) +- Downloading the [latest v2.x source code ZIP file](https://github.com/farbelous/bootstrap-colorpicker/archive/v2.x.zip) - Cloning the source code: `git clone https://github.com/farbelous/bootstrap-colorpicker.git` - Installing via NPM: `npm install bootstrap-colorpicker` - Installing via Yarn: `yarn add bootstrap-colorpicker` @@ -18,7 +18,7 @@ For downloading the source code, you have many choices: - [Documentation and demos](https://farbelous.github.io/bootstrap-colorpicker/v2/) ## Contributing and reporting issues -If you want to contribute to the source code or report issues and suggestions, please read the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines first. Some steps are mandatory in order to accept a Pull Request. +If you want to contribute to the source code or report issues and suggestions, please read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) guidelines first. Some steps are mandatory in order to accept a Pull Request. ## Credits Originally written by [Stefan Petre](http://www.eyecon.ro/) diff --git a/bower_components/bootstrap-colorpicker/bower.json b/bower_components/bootstrap-colorpicker/bower.json deleted file mode 100644 index 9083897fe..000000000 --- a/bower_components/bootstrap-colorpicker/bower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "bootstrap-colorpicker", - "main": [ - "dist/css/bootstrap-colorpicker.css", - "dist/js/bootstrap-colorpicker.js" - ], - "dependencies": { - "jquery": ">=1.10" - }, - "ignore": [ - "\\.*", - "/index.html", - "/package.json", - "/composer.json", - "/Gruntfile.js", - "/.travis.yml", - "/travis.sh", - "/server.js" - ] -} diff --git a/bower_components/bootstrap-colorpicker/composer.json b/bower_components/bootstrap-colorpicker/composer.json new file mode 100644 index 000000000..f783b569e --- /dev/null +++ b/bower_components/bootstrap-colorpicker/composer.json @@ -0,0 +1,15 @@ +{ + "name": "itsjavi/bootstrap-colorpicker", + "description": "Fancy and customizable colorpicker plugin for Twitter Bootstrap", + "license": "Apache License Version 2.0", + "authors": [ + { + "name": "Javier Aguilar", + "homepage": "https://itsjavi.com" + } + ], + "minimum-stability": "dev", + "require": { + "components/jquery" : ">=1.10" + } +} diff --git a/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js b/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js index 0fa68ba3e..ac22ed526 100644 --- a/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js +++ b/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js @@ -861,7 +861,7 @@ 'keyup.colorpicker': $.proxy(this.keyup, this) }); this.input.on({ - 'change.colorpicker': $.proxy(this.change, this) + 'input.colorpicker': $.proxy(this.change, this) }); if (this.component === false) { this.element.on({ @@ -1248,7 +1248,24 @@ return false; }, change: function(e) { - this.keyup(e); + this.color = this.createColor(this.input.val()); + // Change format dynamically + // Only occurs if user choose the dynamic format by + // setting option format to false + if (this.color.origFormat && this.options.format === false) { + this.format = this.color.origFormat; + } + if (this.getValue(false) !== false) { + this.updateData(); + this.updateComponent(); + this.updatePicker(); + } + + this.element.trigger({ + type: 'changeColor', + color: this.color, + value: this.input.val() + }); }, keyup: function(e) { if ((e.keyCode === 38)) { @@ -1261,20 +1278,8 @@ this.color.value.a = Math.round((this.color.value.a - 0.01) * 100) / 100; } this.update(true); - } else { - this.color = this.createColor(this.input.val()); - // Change format dynamically - // Only occurs if user choose the dynamic format by - // setting option format to false - if (this.color.origFormat && this.options.format === false) { - this.format = this.color.origFormat; - } - if (this.getValue(false) !== false) { - this.updateData(); - this.updateComponent(); - this.updatePicker(); - } } + this.element.trigger({ type: 'changeColor', color: this.color, diff --git a/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js b/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js index 7ff757b0e..2d6217cf2 100644 --- a/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js +++ b/bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js @@ -2,4 +2,4 @@ * Bootstrap Colorpicker v2.5.2 * https://itsjavi.com/bootstrap-colorpicker/ */ -!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):jQuery&&!jQuery.fn.colorpicker&&b(jQuery)}(this,function(a){"use strict";var b=function(c,d,e,f,g){this.fallbackValue=e?"string"==typeof e?this.parse(e):e:null,this.fallbackFormat=f?f:"rgba",this.hexNumberSignPrefix=g===!0,this.value=this.fallbackValue,this.origFormat=null,this.predefinedColors=d?d:{},this.colors=a.extend({},b.webColors,this.predefinedColors),c&&("undefined"!=typeof c.h?this.value=c:this.setColor(String(c))),this.value||(this.value={h:0,s:0,b:0,a:1})};b.webColors={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"778899",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"00ff00",limegreen:"32cd32",linen:"faf0e6",magenta:"ff00ff",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370d8",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"d87093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",red:"ff0000",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"ffffff",whitesmoke:"f5f5f5",yellow:"ffff00",yellowgreen:"9acd32",transparent:"transparent"},b.prototype={constructor:b,colors:{},predefinedColors:{},getValue:function(){return this.value},setValue:function(a){this.value=a},_sanitizeNumber:function(a){return"number"==typeof a?a:isNaN(a)||null===a||""===a||void 0===a?1:""===a?0:"undefined"!=typeof a.toLowerCase?(a.match(/^\./)&&(a="0"+a),Math.ceil(100*parseFloat(a))/100):1},isTransparent:function(a){return!(!a||!("string"==typeof a||a instanceof String))&&(a=a.toLowerCase().trim(),"transparent"===a||a.match(/#?00000000/)||a.match(/(rgba|hsla)\(0,0,0,0?\.?0\)/))},rgbaIsTransparent:function(a){return 0===a.r&&0===a.g&&0===a.b&&0===a.a},setColor:function(a){if(a=a.toLowerCase().trim()){if(this.isTransparent(a))return this.value={h:0,s:0,b:0,a:0},!0;var b=this.parse(a);b?(this.value=this.value={h:b.h,s:b.s,b:b.b,a:b.a},this.origFormat||(this.origFormat=b.format)):this.fallbackValue&&(this.value=this.fallbackValue)}return!1},setHue:function(a){this.value.h=1-a},setSaturation:function(a){this.value.s=a},setBrightness:function(a){this.value.b=1-a},setAlpha:function(a){this.value.a=Math.round(parseInt(100*(1-a),10)/100*100)/100},toRGB:function(a,b,c,d){0===arguments.length&&(a=this.value.h,b=this.value.s,c=this.value.b,d=this.value.a),a*=360;var e,f,g,h,i;return a=a%360/60,i=c*b,h=i*(1-Math.abs(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],{r:Math.round(255*e),g:Math.round(255*f),b:Math.round(255*g),a:d}},toHex:function(a,b,c,d,e){arguments.length<=1&&(b=this.value.h,c=this.value.s,d=this.value.b,e=this.value.a);var f="#",g=this.toRGB(b,c,d,e);if(this.rgbaIsTransparent(g))return"transparent";a||(f=this.hexNumberSignPrefix?"#":"");var h=f+((1<<24)+(parseInt(g.r)<<16)+(parseInt(g.g)<<8)+parseInt(g.b)).toString(16).slice(1);return h},toHSL:function(a,b,c,d){0===arguments.length&&(a=this.value.h,b=this.value.s,c=this.value.b,d=this.value.a);var e=a,f=(2-b)*c,g=b*c;return g/=f>0&&f<=1?f:2-f,f/=2,g>1&&(g=1),{h:isNaN(e)?0:e,s:isNaN(g)?0:g,l:isNaN(f)?0:f,a:isNaN(d)?0:d}},toAlias:function(a,b,c,d){var e,f=0===arguments.length?this.toHex(!0):this.toHex(!0,a,b,c,d),g="alias"===this.origFormat?f:this.toString(!1,this.origFormat);for(var h in this.colors)if(e=this.colors[h].toLowerCase().trim(),e===f||e===g)return h;return!1},RGBtoHSB:function(a,b,c,d){a/=255,b/=255,c/=255;var e,f,g,h;return g=Math.max(a,b,c),h=g-Math.min(a,b,c),e=0===h?null:g===a?(b-c)/h:g===b?(c-a)/h+2:(a-b)/h+4,e=(e+360)%6*60/360,f=0===h?0:h/g,{h:this._sanitizeNumber(e),s:f,b:g,a:this._sanitizeNumber(d)}},HueToRGB:function(a,b,c){return c<0?c+=1:c>1&&(c-=1),6*c<1?a+(b-a)*c*6:2*c<1?b:3*c<2?a+(b-a)*(2/3-c)*6:a},HSLtoRGB:function(a,b,c,d){b<0&&(b=0);var e;e=c<=.5?c*(1+b):c+b-c*b;var f=2*c-e,g=a+1/3,h=a,i=a-1/3,j=Math.round(255*this.HueToRGB(f,e,g)),k=Math.round(255*this.HueToRGB(f,e,h)),l=Math.round(255*this.HueToRGB(f,e,i));return[j,k,l,this._sanitizeNumber(d)]},parse:function(b){if("string"!=typeof b)return this.fallbackValue;if(0===arguments.length)return!1;var c,d,e=this,f=!1,g="undefined"!=typeof this.colors[b];return g&&(b=this.colors[b].toLowerCase().trim()),a.each(this.stringParsers,function(a,h){var i=h.re.exec(b);return c=i&&h.parse.apply(e,[i]),!c||(f={},d=g?"alias":h.format?h.format:e.getValidFallbackFormat(),f=d.match(/hsla?/)?e.RGBtoHSB.apply(e,e.HSLtoRGB.apply(e,c)):e.RGBtoHSB.apply(e,c),f instanceof Object&&(f.format=d),!1)}),f},getValidFallbackFormat:function(){var a=["rgba","rgb","hex","hsla","hsl"];return this.origFormat&&a.indexOf(this.origFormat)!==-1?this.origFormat:this.fallbackFormat&&a.indexOf(this.fallbackFormat)!==-1?this.fallbackFormat:"rgba"},toString:function(a,c,d){c=c||this.origFormat||this.fallbackFormat,d=d||!1;var e=!1;switch(c){case"rgb":return e=this.toRGB(),this.rgbaIsTransparent(e)?"transparent":"rgb("+e.r+","+e.g+","+e.b+")";case"rgba":return e=this.toRGB(),"rgba("+e.r+","+e.g+","+e.b+","+e.a+")";case"hsl":return e=this.toHSL(),"hsl("+Math.round(360*e.h)+","+Math.round(100*e.s)+"%,"+Math.round(100*e.l)+"%)";case"hsla":return e=this.toHSL(),"hsla("+Math.round(360*e.h)+","+Math.round(100*e.s)+"%,"+Math.round(100*e.l)+"%,"+e.a+")";case"hex":return this.toHex(a);case"alias":return e=this.toAlias(),e===!1?this.toString(a,this.getValidFallbackFormat()):d&&!(e in b.webColors)&&e in this.predefinedColors?this.predefinedColors[e]:e;default:return e}},stringParsers:[{re:/rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/,format:"rgb",parse:function(a){return[a[1],a[2],a[3],1]}},{re:/rgb\(\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*?\)/,format:"rgb",parse:function(a){return[2.55*a[1],2.55*a[2],2.55*a[3],1]}},{re:/rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(a){return[a[1],a[2],a[3],a[4]]}},{re:/rgba\(\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(a){return[2.55*a[1],2.55*a[2],2.55*a[3],a[4]]}},{re:/hsl\(\s*(\d*(?:\.\d+)?)\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*?\)/,format:"hsl",parse:function(a){return[a[1]/360,a[2]/100,a[3]/100,a[4]]}},{re:/hsla\(\s*(\d*(?:\.\d+)?)\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"hsla",parse:function(a){return[a[1]/360,a[2]/100,a[3]/100,a[4]]}},{re:/#?([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/,format:"hex",parse:function(a){return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16),1]}},{re:/#?([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/,format:"hex",parse:function(a){return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16),1]}}],colorNameToHex:function(a){return"undefined"!=typeof this.colors[a.toLowerCase()]&&this.colors[a.toLowerCase()]}};var c={horizontal:!1,inline:!1,color:!1,format:!1,input:"input",container:!1,component:".add-on, .input-group-addon",fallbackColor:!1,fallbackFormat:"hex",hexNumberSignPrefix:!0,sliders:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setHue"},alpha:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setAlpha"}},slidersHorz:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:100,maxTop:0,callLeft:"setHue",callTop:!1},alpha:{maxLeft:100,maxTop:0,callLeft:"setAlpha",callTop:!1}},template:'