Quellcode durchsuchen

removed unnecessary plugin files (*.md, *.html & package.json)

REJack vor 5 Jahren
Ursprung
Commit
a9203b3882
34 geänderte Dateien mit 0 neuen und 3770 gelöschten Zeilen
  1. 0 38
      plugins/daterangepicker/README.md
  2. 0 374
      plugins/daterangepicker/demo.html
  3. 0 744
      plugins/daterangepicker/index.html
  4. 0 56
      plugins/daterangepicker/package.json
  5. 0 8
      plugins/fullcalendar-bootstrap/README.md
  6. 0 62
      plugins/fullcalendar-bootstrap/package.json
  7. 0 8
      plugins/fullcalendar-daygrid/README.md
  8. 0 63
      plugins/fullcalendar-daygrid/package.json
  9. 0 8
      plugins/fullcalendar-interaction/README.md
  10. 0 62
      plugins/fullcalendar-interaction/package.json
  11. 0 8
      plugins/fullcalendar-timegrid/README.md
  12. 0 65
      plugins/fullcalendar-timegrid/package.json
  13. 0 8
      plugins/fullcalendar/README.md
  14. 0 59
      plugins/fullcalendar/package.json
  15. 0 147
      plugins/icheck-bootstrap/README.md
  16. 0 57
      plugins/icheck-bootstrap/package.json
  17. 0 27
      plugins/ion-rangeslider/CONTRIBUTING.md
  18. 0 9
      plugins/ion-rangeslider/License.md
  19. 0 163
      plugins/ion-rangeslider/history.md
  20. 0 63
      plugins/ion-rangeslider/index.md
  21. 0 74
      plugins/ion-rangeslider/package.json
  22. 0 265
      plugins/ion-rangeslider/readme.md
  23. 0 147
      plugins/jquery-mousewheel/ChangeLog.md
  24. 0 76
      plugins/jquery-mousewheel/README.md
  25. 0 82
      plugins/jquery-mousewheel/package.json
  26. 0 1
      plugins/jquery-ui/README.md
  27. 0 559
      plugins/jquery-ui/index.html
  28. 0 104
      plugins/jquery-ui/package.json
  29. 0 22
      plugins/raphael/CONTRIBUTING.md
  30. 0 75
      plugins/raphael/README.md
  31. 0 172
      plugins/raphael/history.md
  32. 0 75
      plugins/raphael/package.json
  33. 0 34
      plugins/sweetalert2-theme-bootstrap-4/README.md
  34. 0 55
      plugins/sweetalert2-theme-bootstrap-4/package.json

+ 0 - 38
plugins/daterangepicker/README.md

@@ -1,38 +0,0 @@
-# Date Range Picker
-
-![Improvely.com](https://i.imgur.com/UTRlaar.png)
-
-This date range picker component creates a dropdown menu from which a user can
-select a range of dates. I created it while building the UI for [Improvely](http://www.improvely.com), 
-which needed a way to select date ranges for reports.
-
-Features include limiting the selectable date range, localizable strings and date formats,
-a single date picker mode, a time picker, and predefined date ranges.
-
-## [Documentation and Live Usage Examples](http://www.daterangepicker.com)
-
-## [See It In a Live Application](https://awio.iljmp.com/5/drpdemogh)
-
-## License
-
-The MIT License (MIT)
-
-Copyright (c) 2012-2019 Dan Grossman
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

+ 0 - 374
plugins/daterangepicker/demo.html

@@ -1,374 +0,0 @@
-<!DOCTYPE html>
-<html dir="ltr" lang="en-US">
-   <head>
-      <meta charset="UTF-8" />
-      <title>A date range picker for Bootstrap</title>
-
-      <!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" />-->
-
-      <link rel="stylesheet" type="text/css" media="all" href="daterangepicker.css" />
-
-      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
-
-      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment.min.js"></script>
-
-      <script type="text/javascript" src="daterangepicker.js"></script>
-
-    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-    <![endif]-->
-   </head>
-   <body style="margin: 60px 0">
-
-      <div class="container">
-
-        <h1 style="margin: 0 0 20px 0">Configuration Builder</h1>
-
-        <div class="well configurator">
-           
-          <form>
-          <div class="row">
-
-            <div class="col-md-4">
-
-              <div class="form-group">
-                <label for="parentEl">parentEl</label>
-                <input type="text" class="form-control" id="parentEl" value="" placeholder="body">
-              </div>
-
-              <div class="form-group">
-                <label for="startDate">startDate</label>
-                <input type="text" class="form-control" id="startDate" value="07/01/2015">
-              </div>
-
-              <div class="form-group">
-                <label for="endDate">endDate</label>
-                <input type="text" class="form-control" id="endDate" value="07/15/2015">
-              </div>
-
-              <div class="form-group">
-                <label for="minDate">minDate</label>
-                <input type="text" class="form-control" id="minDate" value="" placeholder="MM/DD/YYYY">
-              </div>
-
-              <div class="form-group">
-                <label for="maxDate">maxDate</label>
-                <input type="text" class="form-control" id="maxDate" value="" placeholder="MM/DD/YYYY">
-              </div>
-
-            </div>
-            <div class="col-md-4">
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="autoApply"> autoApply
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="singleDatePicker"> singleDatePicker
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="showDropdowns"> showDropdowns
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="showWeekNumbers"> showWeekNumbers
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="showISOWeekNumbers"> showISOWeekNumbers
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="timePicker" checked="checked"> timePicker
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="timePicker24Hour"> timePicker24Hour
-                </label>
-              </div>
-
-              <div class="form-group">
-                <label for="timePickerIncrement">timePickerIncrement (in minutes)</label>
-                <input type="text" class="form-control" id="timePickerIncrement" value="1">
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="timePickerSeconds"> timePickerSeconds
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="dateLimit"> dateLimit (with example date range span)
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="ranges" checked="checked"> ranges (with example predefined ranges)
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="locale"> locale (with example settings)
-                </label>
-                <label id="rtl-wrap">
-                  <input type="checkbox" id="rtl"> RTL (right-to-left)
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="alwaysShowCalendars"> alwaysShowCalendars
-                </label>
-              </div>
-
-            </div>
-            <div class="col-md-4">
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="linkedCalendars" checked="checked"> linkedCalendars
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="autoUpdateInput" checked="checked"> autoUpdateInput
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="showCustomRangeLabel" checked="checked"> showCustomRangeLabel
-                </label>
-              </div>
-
-              <div class="form-group">
-                <label for="opens">opens</label>
-                <select id="opens" class="form-control">
-                  <option value="right" selected>right</option>
-                  <option value="left">left</option>
-                  <option value="center">center</option>
-                </select>
-              </div>
-
-              <div class="form-group">
-                <label for="drops">drops</label>
-                <select id="drops" class="form-control">
-                  <option value="down" selected>down</option>
-                  <option value="up">up</option>
-                </select>
-              </div>
-
-              <div class="form-group">
-                <label for="buttonClasses">buttonClasses</label>
-                <input type="text" class="form-control" id="buttonClasses" value="btn btn-sm">
-              </div>
-
-              <div class="form-group">
-                <label for="applyClass">applyClass</label>
-                <input type="text" class="form-control" id="applyClass" value="btn-success">
-              </div>
-
-              <div class="form-group">
-                <label for="cancelClass">cancelClass</label>
-                <input type="text" class="form-control" id="cancelClass" value="btn-default">
-              </div>
-
-            </div>
-
-          </div>
-          </form>
-
-        </div>
-
-        <div class="row">
-
-          <div class="col-md-4 col-md-offset-2 demo">
-            <h4>Your Date Range Picker</h4>
-            <center>
-              <input type="text" id="config-demo" class="form-control">
-            </center>
-          </div>
-
-          <div class="col-md-6">
-            <h4>Configuration</h4>
-
-            <div class="well">
-              <textarea id="config-text" style="height: 300px; width: 100%; padding: 10px"></textarea>
-            </div>
-          </div>
-
-        </div>
-
-      </div>
-
-      <style type="text/css">
-      .demo { position: relative; }
-      .demo i {
-        position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
-      }
-      </style>
-
-      <script type="text/javascript">
-      $(document).ready(function() {
-
-        $('#config-text').keyup(function() {
-          eval($(this).val());
-        });
-        
-        $('.configurator input, .configurator select').change(function() {
-          updateConfig();
-        });
-
-        $('.demo i').click(function() {
-          $(this).parent().find('input').click();
-        });
-
-        $('#startDate').daterangepicker({
-          singleDatePicker: true,
-          startDate: moment().subtract(6, 'days')
-        });
-
-        $('#endDate').daterangepicker({
-          singleDatePicker: true,
-          startDate: moment()
-        });
-
-        updateConfig();
-
-        function updateConfig() {
-          var options = {};
-
-          if ($('#singleDatePicker').is(':checked'))
-            options.singleDatePicker = true;
-          
-          if ($('#showDropdowns').is(':checked'))
-            options.showDropdowns = true;
-
-          if ($('#showWeekNumbers').is(':checked'))
-            options.showWeekNumbers = true;
-
-          if ($('#showISOWeekNumbers').is(':checked'))
-            options.showISOWeekNumbers = true;
-
-          if ($('#timePicker').is(':checked'))
-            options.timePicker = true;
-          
-          if ($('#timePicker24Hour').is(':checked'))
-            options.timePicker24Hour = true;
-
-          if ($('#timePickerIncrement').val().length && $('#timePickerIncrement').val() != 1)
-            options.timePickerIncrement = parseInt($('#timePickerIncrement').val(), 10);
-
-          if ($('#timePickerSeconds').is(':checked'))
-            options.timePickerSeconds = true;
-          
-          if ($('#autoApply').is(':checked'))
-            options.autoApply = true;
-
-          if ($('#dateLimit').is(':checked'))
-            options.dateLimit = { days: 7 };
-
-          if ($('#ranges').is(':checked')) {
-            options.ranges = {
-              'Today': [moment(), moment()],
-              'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
-              'Last 7 Days': [moment().subtract(6, 'days'), moment()],
-              'Last 30 Days': [moment().subtract(29, 'days'), moment()],
-              'This Month': [moment().startOf('month'), moment().endOf('month')],
-              'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
-            };
-          }
-
-          if ($('#locale').is(':checked')) {
-            $('#rtl-wrap').show();
-            options.locale = {
-              direction: $('#rtl').is(':checked') ? 'rtl' : 'ltr',
-              format: 'MM/DD/YYYY HH:mm',
-              separator: ' - ',
-              applyLabel: 'Apply',
-              cancelLabel: 'Cancel',
-              fromLabel: 'From',
-              toLabel: 'To',
-              customRangeLabel: 'Custom',
-              daysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr','Sa'],
-              monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
-              firstDay: 1
-            };
-          } else {
-            $('#rtl-wrap').hide();
-          }
-
-          if (!$('#linkedCalendars').is(':checked'))
-            options.linkedCalendars = false;
-
-          if (!$('#autoUpdateInput').is(':checked'))
-            options.autoUpdateInput = false;
-
-          if (!$('#showCustomRangeLabel').is(':checked'))
-            options.showCustomRangeLabel = false;
-
-          if ($('#alwaysShowCalendars').is(':checked'))
-            options.alwaysShowCalendars = true;
-
-          if ($('#parentEl').val().length)
-            options.parentEl = $('#parentEl').val();
-
-          if ($('#startDate').val().length) 
-            options.startDate = $('#startDate').val();
-
-          if ($('#endDate').val().length)
-            options.endDate = $('#endDate').val();
-          
-          if ($('#minDate').val().length)
-            options.minDate = $('#minDate').val();
-
-          if ($('#maxDate').val().length)
-            options.maxDate = $('#maxDate').val();
-
-          if ($('#opens').val().length && $('#opens').val() != 'right')
-            options.opens = $('#opens').val();
-
-          if ($('#drops').val().length && $('#drops').val() != 'down')
-            options.drops = $('#drops').val();
-
-          if ($('#buttonClasses').val().length && $('#buttonClasses').val() != 'btn btn-sm')
-            options.buttonClasses = $('#buttonClasses').val();
-
-          if ($('#applyClass').val().length && $('#applyClass').val() != 'btn-success')
-            options.applyClass = $('#applyClass').val();
-
-          if ($('#cancelClass').val().length && $('#cancelClass').val() != 'btn-default')
-            options.cancelClass = $('#cancelClass').val();
-
-          $('#config-text').val("$('#demo').daterangepicker(" + JSON.stringify(options, null, '    ') + ", function(start, end, label) {\n  console.log(\"New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')\");\n});");
-
-          $('#config-demo').daterangepicker(options, function(start, end, label) { console.log('New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')'); }).click();;
-          
-        }
-
-      });
-      </script>
-
-   </body>
-</html>

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 744
plugins/daterangepicker/index.html


+ 0 - 56
plugins/daterangepicker/package.json

@@ -1,56 +0,0 @@
-{
-  "_args": [
-    [
-      "daterangepicker@3.0.5",
-      "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
-    ]
-  ],
-  "_from": "daterangepicker@3.0.5",
-  "_id": "daterangepicker@3.0.5",
-  "_inBundle": false,
-  "_integrity": "sha512-BoVV+OjVARWNE15iF+3Y2QIMioAD2UODHvJwIq+NtG0vxh61dXRmOMXlw2dsvxS8KY4n5uvIcBfIPiEiiGJcBg==",
-  "_location": "/daterangepicker",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "daterangepicker@3.0.5",
-    "name": "daterangepicker",
-    "escapedName": "daterangepicker",
-    "rawSpec": "3.0.5",
-    "saveSpec": null,
-    "fetchSpec": "3.0.5"
-  },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/daterangepicker/-/daterangepicker-3.0.5.tgz",
-  "_spec": "3.0.5",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Dan Grossman",
-    "email": "dan@dangrossman.info",
-    "url": "http://www.dangrossman.info"
-  },
-  "bugs": {
-    "url": "https://github.com/dangrossman/daterangepicker/issues"
-  },
-  "dependencies": {
-    "jquery": ">=1.10",
-    "moment": "^2.9.0"
-  },
-  "description": "Date range picker component for Bootstrap",
-  "homepage": "https://github.com/dangrossman/daterangepicker",
-  "license": "MIT",
-  "main": "daterangepicker.js",
-  "name": "daterangepicker",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/dangrossman/daterangepicker.git"
-  },
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "style": "daterangepicker.css",
-  "version": "3.0.5"
-}

+ 0 - 8
plugins/fullcalendar-bootstrap/README.md

@@ -1,8 +0,0 @@
-
-# FullCalendar Bootstrap Plugin
-
-Bootstrap 4 theming for your calendar
-
-[View the docs &raquo;](https://fullcalendar.io/docs/bootstrap-theme)
-
-This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar)

+ 0 - 62
plugins/fullcalendar-bootstrap/package.json

@@ -1,62 +0,0 @@
-{
-  "_from": "@fullcalendar/bootstrap@4.3.0",
-  "_id": "@fullcalendar/bootstrap@4.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-Ue0Bm2m765jY2LKRsD7ZyoeYNJeeyXxyzSeMdYY4AHFZTevTlcxv1T7ZYPRDBhseewLwiFHP8e0Okfdiji+BCg==",
-  "_location": "/@fullcalendar/bootstrap",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@fullcalendar/bootstrap@4.3.0",
-    "name": "@fullcalendar/bootstrap",
-    "escapedName": "@fullcalendar%2fbootstrap",
-    "scope": "@fullcalendar",
-    "rawSpec": "4.3.0",
-    "saveSpec": null,
-    "fetchSpec": "4.3.0"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/@fullcalendar/bootstrap/-/bootstrap-4.3.0.tgz",
-  "_shasum": "c989968f92c4ec26a0ff7dfc35b186aa38978ba1",
-  "_spec": "@fullcalendar/bootstrap@4.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Adam Shaw",
-    "email": "arshaw@arshaw.com",
-    "url": "http://arshaw.com/"
-  },
-  "bugs": {
-    "url": "https://fullcalendar.io/reporting-bugs"
-  },
-  "bundleDependencies": false,
-  "copyright": "2019 Adam Shaw",
-  "deprecated": false,
-  "description": "Bootstrap 4 theming for your calendar",
-  "docs": "https://fullcalendar.io/docs/bootstrap-theme",
-  "homepage": "https://fullcalendar.io/",
-  "keywords": [
-    "calendar",
-    "event",
-    "full-sized"
-  ],
-  "license": "MIT",
-  "main": "main.js",
-  "module": "main.esm.js",
-  "name": "@fullcalendar/bootstrap",
-  "peerDependencies": {
-    "@fullcalendar/core": "~4.3.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/fullcalendar/fullcalendar.git",
-    "homepage": "https://github.com/fullcalendar/fullcalendar"
-  },
-  "title": "FullCalendar Bootstrap Plugin",
-  "types": "main.d.ts",
-  "unpkg": "main.min.js",
-  "version": "4.3.0"
-}

+ 0 - 8
plugins/fullcalendar-daygrid/README.md

@@ -1,8 +0,0 @@
-
-# FullCalendar Day Grid Plugin
-
-Display events on Month view or DayGrid view
-
-[View the docs &raquo;](https://fullcalendar.io/docs/month-view)
-
-This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar)

+ 0 - 63
plugins/fullcalendar-daygrid/package.json

@@ -1,63 +0,0 @@
-{
-  "_from": "@fullcalendar/daygrid@4.3.0",
-  "_id": "@fullcalendar/daygrid@4.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-OrGaRIGbELESOXOCXtoQVY4cOxnxmN7OrjDGbMoVITdoXWuIZ6sFNO84WcBQoRaIbkmqVM0SAU2MENwy+eEwqQ==",
-  "_location": "/@fullcalendar/daygrid",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@fullcalendar/daygrid@4.3.0",
-    "name": "@fullcalendar/daygrid",
-    "escapedName": "@fullcalendar%2fdaygrid",
-    "scope": "@fullcalendar",
-    "rawSpec": "4.3.0",
-    "saveSpec": null,
-    "fetchSpec": "4.3.0"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/",
-    "/@fullcalendar/timegrid"
-  ],
-  "_resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-4.3.0.tgz",
-  "_shasum": "1b4ab9fdc238dba77921cb7c5bd2d813c834e905",
-  "_spec": "@fullcalendar/daygrid@4.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Adam Shaw",
-    "email": "arshaw@arshaw.com",
-    "url": "http://arshaw.com/"
-  },
-  "bugs": {
-    "url": "https://fullcalendar.io/reporting-bugs"
-  },
-  "bundleDependencies": false,
-  "copyright": "2019 Adam Shaw",
-  "deprecated": false,
-  "description": "Display events on Month view or DayGrid view",
-  "docs": "https://fullcalendar.io/docs/month-view",
-  "homepage": "https://fullcalendar.io/",
-  "keywords": [
-    "calendar",
-    "event",
-    "full-sized"
-  ],
-  "license": "MIT",
-  "main": "main.js",
-  "module": "main.esm.js",
-  "name": "@fullcalendar/daygrid",
-  "peerDependencies": {
-    "@fullcalendar/core": "~4.3.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/fullcalendar/fullcalendar.git",
-    "homepage": "https://github.com/fullcalendar/fullcalendar"
-  },
-  "title": "FullCalendar Day Grid Plugin",
-  "types": "main.d.ts",
-  "unpkg": "main.min.js",
-  "version": "4.3.0"
-}

+ 0 - 8
plugins/fullcalendar-interaction/README.md

@@ -1,8 +0,0 @@
-
-# FullCalendar Interaction Plugin
-
-Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions
-
-[View the docs &raquo;](https://fullcalendar.io/docs/editable)
-
-This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar)

+ 0 - 62
plugins/fullcalendar-interaction/package.json

@@ -1,62 +0,0 @@
-{
-  "_from": "@fullcalendar/interaction@4.3.0",
-  "_id": "@fullcalendar/interaction@4.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-kaKV+tdgH/oIrwTSMGYFec989L5r+KMYJ9ybwLc8G3LbMVcebo8fAlN9VizmGQAuopKfyvOw8yzJdjfmVCCRYQ==",
-  "_location": "/@fullcalendar/interaction",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@fullcalendar/interaction@4.3.0",
-    "name": "@fullcalendar/interaction",
-    "escapedName": "@fullcalendar%2finteraction",
-    "scope": "@fullcalendar",
-    "rawSpec": "4.3.0",
-    "saveSpec": null,
-    "fetchSpec": "4.3.0"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-4.3.0.tgz",
-  "_shasum": "a52d22e4fa2666d5032c77afde75ecfad95c0f3b",
-  "_spec": "@fullcalendar/interaction@4.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Adam Shaw",
-    "email": "arshaw@arshaw.com",
-    "url": "http://arshaw.com/"
-  },
-  "bugs": {
-    "url": "https://fullcalendar.io/reporting-bugs"
-  },
-  "bundleDependencies": false,
-  "copyright": "2019 Adam Shaw",
-  "deprecated": false,
-  "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
-  "docs": "https://fullcalendar.io/docs/editable",
-  "homepage": "https://fullcalendar.io/",
-  "keywords": [
-    "calendar",
-    "event",
-    "full-sized"
-  ],
-  "license": "MIT",
-  "main": "main.js",
-  "module": "main.esm.js",
-  "name": "@fullcalendar/interaction",
-  "peerDependencies": {
-    "@fullcalendar/core": "~4.3.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/fullcalendar/fullcalendar.git",
-    "homepage": "https://github.com/fullcalendar/fullcalendar"
-  },
-  "title": "FullCalendar Interaction Plugin",
-  "types": "main.d.ts",
-  "unpkg": "main.min.js",
-  "version": "4.3.0"
-}

+ 0 - 8
plugins/fullcalendar-timegrid/README.md

@@ -1,8 +0,0 @@
-
-# FullCalendar Time Grid Plugin
-
-Display your events on a grid of time slots
-
-[View the docs &raquo;](https://fullcalendar.io/docs/timegrid-view)
-
-This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar)

+ 0 - 65
plugins/fullcalendar-timegrid/package.json

@@ -1,65 +0,0 @@
-{
-  "_from": "@fullcalendar/timegrid@4.3.0",
-  "_id": "@fullcalendar/timegrid@4.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-9JCSZbzw2Hi+X893l5X9ViZaWjxh+sDy59o6nKx0gYKwSfs/vKpmk73GBQfKyUv8orkjpnTdPFfeLDZqlzBP4Q==",
-  "_location": "/@fullcalendar/timegrid",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@fullcalendar/timegrid@4.3.0",
-    "name": "@fullcalendar/timegrid",
-    "escapedName": "@fullcalendar%2ftimegrid",
-    "scope": "@fullcalendar",
-    "rawSpec": "4.3.0",
-    "saveSpec": null,
-    "fetchSpec": "4.3.0"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.3.0.tgz",
-  "_shasum": "bf003499319e5e66135bb7b8d8ed274b1a62ca91",
-  "_spec": "@fullcalendar/timegrid@4.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Adam Shaw",
-    "email": "arshaw@arshaw.com",
-    "url": "http://arshaw.com/"
-  },
-  "bugs": {
-    "url": "https://fullcalendar.io/reporting-bugs"
-  },
-  "bundleDependencies": false,
-  "copyright": "2019 Adam Shaw",
-  "dependencies": {
-    "@fullcalendar/daygrid": "~4.3.0"
-  },
-  "deprecated": false,
-  "description": "Display your events on a grid of time slots",
-  "docs": "https://fullcalendar.io/docs/timegrid-view",
-  "homepage": "https://fullcalendar.io/",
-  "keywords": [
-    "calendar",
-    "event",
-    "full-sized"
-  ],
-  "license": "MIT",
-  "main": "main.js",
-  "module": "main.esm.js",
-  "name": "@fullcalendar/timegrid",
-  "peerDependencies": {
-    "@fullcalendar/core": "~4.3.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/fullcalendar/fullcalendar.git",
-    "homepage": "https://github.com/fullcalendar/fullcalendar"
-  },
-  "title": "FullCalendar Time Grid Plugin",
-  "types": "main.d.ts",
-  "unpkg": "main.min.js",
-  "version": "4.3.0"
-}

+ 0 - 8
plugins/fullcalendar/README.md

@@ -1,8 +0,0 @@
-
-# FullCalendar Core Package
-
-Provides core functionality, including the Calendar class
-
-[View the docs &raquo;](https://fullcalendar.io/docs/initialize-es6)
-
-This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar)

+ 0 - 59
plugins/fullcalendar/package.json

@@ -1,59 +0,0 @@
-{
-  "_from": "@fullcalendar/core@4.3.1",
-  "_id": "@fullcalendar/core@4.3.1",
-  "_inBundle": false,
-  "_integrity": "sha512-Eh+p/wpMkWGu26f8NpfQK9ecQMoZxX/aopv+0+4/CH+Ip0paP6iEc40JYgTz7RFl0bFqV1dvwyGyUZ4+9ZeySA==",
-  "_location": "/@fullcalendar/core",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "@fullcalendar/core@4.3.1",
-    "name": "@fullcalendar/core",
-    "escapedName": "@fullcalendar%2fcore",
-    "scope": "@fullcalendar",
-    "rawSpec": "4.3.1",
-    "saveSpec": null,
-    "fetchSpec": "4.3.1"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.3.1.tgz",
-  "_shasum": "a061c6d2e998d4155439dbc8aefdfe01cdf648d8",
-  "_spec": "@fullcalendar/core@4.3.1",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Adam Shaw",
-    "email": "arshaw@arshaw.com",
-    "url": "http://arshaw.com/"
-  },
-  "bugs": {
-    "url": "https://fullcalendar.io/reporting-bugs"
-  },
-  "bundleDependencies": false,
-  "copyright": "2019 Adam Shaw",
-  "deprecated": false,
-  "description": "Provides core functionality, including the Calendar class",
-  "docs": "https://fullcalendar.io/docs/initialize-es6",
-  "homepage": "https://fullcalendar.io/",
-  "keywords": [
-    "calendar",
-    "event",
-    "full-sized"
-  ],
-  "license": "MIT",
-  "main": "main.js",
-  "module": "main.esm.js",
-  "name": "@fullcalendar/core",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/fullcalendar/fullcalendar.git",
-    "homepage": "https://github.com/fullcalendar/fullcalendar"
-  },
-  "title": "FullCalendar Core Package",
-  "types": "main.d.ts",
-  "unpkg": "main.min.js",
-  "version": "4.3.1"
-}

+ 0 - 147
plugins/icheck-bootstrap/README.md

@@ -1,147 +0,0 @@
-# icheck-bootstrap
-
-<a href="#" target="_blank"><img src="https://img.shields.io/badge/bower-v3.0.1-blue.svg" alt="bower version"></a>
-<a href="https://www.npmjs.com/package/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/npm-v3.0.1-blue.svg" alt="npm version"></a>
-<a href="https://www.nuget.org/packages/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/nuget-v3.0.1-blue.svg" alt="nuget version"></a>
-[![](https://data.jsdelivr.com/v1/package/npm/icheck-bootstrap/badge)](https://www.jsdelivr.com/package/npm/icheck-bootstrap)
-
-Did you had a problem customizing html checkboxes and radio buttons? icheck-bootstrap is pure css solution for displaying twitter bootstrap style checkboxes and radio buttons. Try [Demo](https://bantikyan.github.io/icheck-bootstrap/).
-
-You may also like to try [icheck-material](https://github.com/bantikyan/icheck-material).
-
-## Table of contents
-
-* <a href="#user-content-getting-started">Getting started</a>
-* <a href="#user-content-html-syntax">HTML syntax</a>
-* <a href="#user-content-aspnet-mvc-syntax">ASP.NET MVC syntax</a>
-* <a href="#user-content-color-schemes">Color schemes</a>
-* <a href="#user-content-license">License</a>
-
-## Getting started
-
-Several quick start options are available:
-
-* [Download the latest release](https://github.com//bantikyan/icheck-bootstrap/archive/3.0.1.zip)
-* Install with [Bower](https://bower.io): <code>bower install icheck-bootstrap</code>
-* Install with [npm](https://www.npmjs.com/package/icheck-bootstrap): <code>npm install icheck-bootstrap</code>
-* Install with [Nuget](https://www.nuget.org/packages/icheck-bootstrap/): <code>Install-Package icheck-bootstrap</code>
-* Use CDN [jsDelivr](https://www.jsdelivr.com/package/npm/icheck-bootstrap)
-
-## HTML syntax
-
-#### checkbox example
-
-```
-<div class="icheck-primary">
-    <input type="checkbox" id="someCheckboxId" />
-    <label for="someCheckboxId">Click to check</label>
-</div>
-```
-
-#### radio buttons example
-
-```
-<div class="icheck-primary">
-    <input type="radio" id="someRadioId1" name="someGroupName" />
-    <label for="someRadioId1">Option 1</label>
-</div>
-<div class="icheck-primary">
-    <input type="radio" id="someRadioId2" name="someGroupName" />
-    <label for="someRadioId2">Option 2</label>
-</div>
-```
-
-#### inline styling
-
-To have checkboxes or radio buttons inline use .icheck-inline class
-
-```
-<div class="icheck-primary icheck-inline">
-    <input type="checkbox" id="chb1" />
-    <label for="chb1">Label 1</label>
-</div>
-<div class="icheck-primary icheck-inline">
-    <input type="checkbox" id="chb2" />
-    <label for="chb2">Label 2</label>
-</div>
-```
-
-#### disabled
-
-Use disabled attribute on your input (checkbox or radio) to have disabled style.
-
-#### no label
-
-To have components without label, you still have to have label control with empty text.
-
-```
-<div class="icheck-primary">
-    <input type="checkbox" id="someCheckboxId" />
-    <label for="someCheckboxId"></label>
-</div>
-```
-
-## ASP.NET MVC syntax
-
-#### checkbox example
-
-```
-<div class="icheck-primary">
-    @Html.CheckBoxFor(m => m.SomeProperty, new { id = "someCheckboxId" })
-    <label for="someCheckboxId">Click to check</label>
-</div>
-```
-
-#### radio buttons example
-
-```
-<div class="icheck-primary">
-    @Html.RadioButtonFor(m => m.SomeProperty, SomeValue1, new { id = "someRadioId1" }) 
-    <label for="someRadioId1">Option 1</label>
-</div>
-<div class="icheck-primary">
-    @Html.RadioButtonFor(m => m.SomeProperty, SomeValue2, new { id = "someRadioId2" })
-    <label for="someRadioId2">Option 2</label>
-</div>
-```
-
-## Color schemes
-
-Try [Demo](https://bantikyan.github.io/icheck-bootstrap/)
-
-<b>Twitter Bootstrap:</b> As you can see in previous examples, icheck-primary class used for styling.
-You can use following classes for Twitter Bootstrap color scheme:
-
-<code>.icheck-default</code><br/>
-<code>.icheck-primary</code><br/>
-<code>.icheck-success</code><br/>
-<code>.icheck-info</code><br/>
-<code>.icheck-warning</code><br/>
-<code>.icheck-danger</code>
-
-<b>Flat UI Colors:</b> Also you can use one of the really nice colors from [flatuicolors.com](https://flatuicolors.com/)
-
-<code>.icheck-turquoise</code><br/>
-<code>.icheck-emerland</code><br/>
-<code>.icheck-peterriver</code><br/>
-<code>.icheck-amethyst</code><br/>
-<code>.icheck-wetasphalt</code><br/>
-<code>.icheck-greensea</code><br/>
-<code>.icheck-nephritis</code><br/>
-<code>.icheck-belizehole</code><br/>
-<code>.icheck-wisteria</code><br/>
-<code>.icheck-midnightblue</code><br/>
-<code>.icheck-sunflower</code><br/>
-<code>.icheck-carrot</code><br/>
-<code>.icheck-alizarin</code><br/>
-<code>.icheck-clouds</code><br/>
-<code>.icheck-concrete</code><br/>
-<code>.icheck-orange</code><br/>
-<code>.icheck-pumpkin</code><br/>
-<code>.icheck-pomegranate</code><br/>
-<code>.icheck-silver</code><br/>
-<code>.icheck-asbestos</code><br/>
-
-## License
-
-icheck-bootstrap released under the [MIT license](https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE). Feel free to use it in personal and commercial projects.

+ 0 - 57
plugins/icheck-bootstrap/package.json

@@ -1,57 +0,0 @@
-{
-  "_args": [
-    [
-      "icheck-bootstrap@3.0.1",
-      "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
-    ]
-  ],
-  "_from": "icheck-bootstrap@3.0.1",
-  "_id": "icheck-bootstrap@3.0.1",
-  "_inBundle": false,
-  "_integrity": "sha512-Rj3SybdcMcayhsP4IJ+hmCNgCKclaFcs/5zwCuLXH1WMo468NegjhZVxbSNKhEjJjnwc4gKETogUmPYSQ9lEZQ==",
-  "_location": "/icheck-bootstrap",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "icheck-bootstrap@3.0.1",
-    "name": "icheck-bootstrap",
-    "escapedName": "icheck-bootstrap",
-    "rawSpec": "3.0.1",
-    "saveSpec": null,
-    "fetchSpec": "3.0.1"
-  },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/icheck-bootstrap/-/icheck-bootstrap-3.0.1.tgz",
-  "_spec": "3.0.1",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Hovhannes Bantikyan"
-  },
-  "bugs": {
-    "url": "https://github.com/bantikyan/icheck-bootstrap/issues"
-  },
-  "description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
-  "files": [
-    "icheck-bootstrap.css",
-    "icheck-bootstrap.min.css"
-  ],
-  "homepage": "https://github.com/bantikyan/icheck-bootstrap#readme",
-  "keywords": [
-    "checkbox",
-    "radio",
-    "bootstrap",
-    "pure",
-    "css"
-  ],
-  "license": "MIT",
-  "main": "icheck-bootstrap.css",
-  "name": "icheck-bootstrap",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/bantikyan/icheck-bootstrap.git"
-  },
-  "version": "3.0.1"
-}

+ 0 - 27
plugins/ion-rangeslider/CONTRIBUTING.md

@@ -1,27 +0,0 @@
-# Contributing to Ion.RangeSlider project
-
-### Code style
-
-1. Project is using 4 space indentation
-2. Function and metod names should be written in camelCase
-3. Variables name should be written in lower_case
-4. New methods should have JSDoc descriptions
-
-### Guide for Pull Requests with bug fixes
-
-1. Only 1 bugfix per Pull Request
-2. Should have bug description
-3. Should have bug screenshots (if possible)
-4. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
-
-### Guide for Pull Requests with new features
-
-1. Only 1 feature per Pull Request
-2. Should have statement, why feature is important and should be included in to plugin
-3. Should have feature description
-4. Should have feature screenshots (if possible)
-5. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
-
-### Guide for Pull Requests with grammar fixes
-
-1. Just create a pull request :)

+ 0 - 9
plugins/ion-rangeslider/License.md

@@ -1,9 +0,0 @@
-## The MIT License
-
-Copyright © 2018 by Denis Ineshin (http://ionden.com)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 0 - 163
plugins/ion-rangeslider/history.md

@@ -1,163 +0,0 @@
-![ion.rangeSlider](_tmp/logo-ion-range-slider.png)
-
-# Update History
-
-### Version 2.3.0. December 11, 2018
-* Website update
-* Big skins update
-* Minor bugfixes
-
-### Version 2.2.0. June 21, 2017
-* Slider has `TabIndex` support now. Issue #321
-* `keyboard_step` option removed as confusing.
-* `keyboard` controls are enabled by default now
-* `keyboard` movement is bind to step now
-* Traverse extra class names to container. Issue #318
-* Prettified values added to `result object`. Issue #356
-* It is possible to pass `scope` for callbacks now. Issue #402
-* New option `block`. Light version of `disabled` but sliders value can be send with form. Issue #242
-
-### Version 2.1.8. June 19, 2017
-* Issues resolved: #420, #423, #441, #464, #479
-
-### Version 2.1.7. March 26, 2017
-* Issues: #438
-* Reverted: #390
-
-### Version 2.1.6. December 27, 2016
-* Issues: #393, #406, #429, #431, #432
-
-### Version 2.1.5. December 12, 2016
-* Issues: #331, #332, #333, #337, #338, #343, #358, #374, #380, #389, #390, #394, #411, #412, #413
-
-### Version 2.1.4. April 27, 2016
-* Issues: #330, #369
-
-### Version 2.1.3. April 10, 2016
-* Issues: #342, #350
-
-### Version 2.1.2. October 13, 2015
-* Fixed bugs. Issues: #310, #312, #313, #316
-
-### Version 2.1.1. September 21, 2015
-* Fixed bugs. Issues: #305
-* New features. Requests: #282
-
-### Version 2.1.0. September 20, 2015
-* Fixed bugs. Issues: #288
-* New features. Requests: #281, #284, #286, #289
-* Some code refactoring
-* Code documentation updated
-
-### Version 2.0.13. July 25, 2015
-* Fixed bugs. Issues: #208, #270, #273
-* New features. Requests: #233
-
-### Version 2.0.12. July 10, 2015
-* Fixed more bugs. Issues: #247, #263, #265, #269
-
-### Version 2.0.11. July 02, 2015
-* Fixed more bugs. Issues: #247, #253
-
-### Version 2.0.10. June 06, 2015
-* Fixed rounding bug. Issue #247
-
-### Version 2.0.9. May 30, 2015
-* Fixed critical bug. Issue #246
-
-### Version 2.0.8. May 30, 2015
-* Fixed some bugs. Issues: #219, #228, #230, #245
-
-### Version 2.0.7. May 26, 2015
-* Fixed memory issue: #220
-* Fixed CPU issue: #186
-* Merged PRs: #209, #226, #235
-
-### Version 2.0.6. February 17, 2015
-* Issues done: #197
-* Fixed bug with broken From and To
-
-### Version 2.0.5. February 13, 2015
-* Issues done: #193, #195, #201
-
-### Version 2.0.4. February 12, 2015
-* Issues done: #174, #184
-* NPM support added
-* Readme files optimisations
-
-### Version 2.0.3. December 29, 2014
-* Issues done: #160, #165, #166, #168, #170
-
-### Version 2.0.2: December 02, 2014
-* Issues done: #143, #148, #153, #155, #159
-* API update.
-
-### Version 2.0.1: November 15, 2014
-* Some bugs fixed
-* Some new methods
-
-### Version 2.0.0: November 08, 2014
-* New Core
-* New API
-* Lot's of bug fixes
-* Many improvements
-* SPM support added
-
-### Version 1.9.3: August 06, 2014
-* Bower support added
-
-### Version 1.9.2: August 04, 2014
-* New param gridMargin
-* Issues done: #89, #94, #96, #97, #98, #103
-
-### Version 1.9.1: April 15, 2014
-* Issues done: #81, #82, #85
-
-### Version 1.9.0: March 16, 2014
-* Issues done: #65, #68, #70, #77, #78
-* New plugin description
-* New demos design
-* Some new slider params
-
-### Version 1.8.5: January 12, 2014
-* Issues done: #12, #30, #33, #43, #47, #52, #58
-* Bug fixes
-* New param "disable"
-* Link to input and slider in all callbacks
-* Click on slider to move it
-
-### Version 1.8.2: October 31, 2013
-* Issues done: #13, #31, #35, #37, #40
-* Some code optimisations
-
-### Version 1.8.1: October 10, 2013
-* Issues done: #25
-* New Flat UI Skin
-* Some skin optimisations
-
-### Version 1.8.0: October 08, 2013
-* Issues done: #20, #21, #23, #24, #26
-* Removed hideText option
-* New method and options
-* Improved code style
-* Minor optimisations
-
-### Version 1.7.2: September 11, 2013
-* Issues done: #15, #16
-* Fixed bug on Android-devices
-* Added support for negative and fractional values
-
-### Version 1.7.0: August 23, 2013
-* Issues done: #7, #8, #9, #10
-* Some enhancements
-
-### Version 1.6.3: July 29, 2013
-* Issues done: #2
-* Moved to Semantic Versioning
-
-### December, 2012
-* Plugin release
-
-***
-
-[Support the plugin on Patreon](https://www.patreon.com/IonDen)

+ 0 - 63
plugins/ion-rangeslider/index.md

@@ -1,63 +0,0 @@
-![ion.rangeSlider](_tmp/logo-ion-range-slider.png)
-
-> English description | <a href="readme.ru.md">Описание на русском</a>
-
-Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of options.
-
-***
-
-* Version: 2.2.0 | *Version 3.x is under development now*
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.2.0.zip">Download ZIP</a>
-
-[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)
-
-## Description
-* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
-* Supports events and public methods, has flexible settings, can be completely altered with CSS
-* Cross-browser: Google Chrome, Mozilla Firefox 3.6+, Opera 12+, Safari 5+, Internet Explorer 8+
-* Ion.RangeSlider supports touch-devices (iPhone, iPad, Nexus, etc.).
-* Ion.RangeSlider freely distributed under terms of <a href="http://ionden.com/a/plugins/licence.html" target="_blank">MIT licence</a>.
-* With this plugin you will be able to build beautiful range sliders, like this:
-
-![ion.rangeSlider](http://ionden.com/a/plugins/ion.rangeSlider/static/img/ion-range-slider.png)
-
-## Key features
-* Skin support. (5 skins included and PSD for skin creation)
-* Any number of sliders at one page without conflicts and big performance problems
-* Two slider types single (1 slider) and double (2 sliders)
-* Support of negative and fractional values
-* Ability to set custom step and snap grid to step
-* Support of custom values diapason
-* Customisable grid of values
-* Ability to disable UI elements (min and max, current value, grid)
-* Postfixes and prefixes for your numbers ($20, 20 &euro; etc.)
-* Additional postfix for maximum value (eg. $0 — $100<b>+</b>)
-* Ability to prettify large numbers (eg. 10000000 -> 10 000 000 or 10.000.000)
-* Slider writes its value right into input value field. This makes it easy to use in any html form
-* Any slider value can be set through input data-attribute (eg. data-min="10")
-* Slider supports disable param. You can set it true to make slider inactive
-* Slider supports external methods (update, reset and remove) to control it after creation
-* For advanced users slider has callbacks (onStart, onChange, onFinish, onUpdate). Slider pastes all its params to callback first argument as object
-* Slider supports date and time
-
-
-## Demos
-
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo.html" class="switch__item">Basic demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_advanced.html" class="switch__item">Advanced demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_interactions.html" class="switch__item">Interactions demo</a>
-
-
-## GitHub
-
-* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>
-
-
-### <a href="history.md">Update history</a>
-
-***
-
-Support the plugin:
-
-[Support the plugin on Patreon](https://www.patreon.com/IonDen)

+ 0 - 74
plugins/ion-rangeslider/package.json

@@ -1,74 +0,0 @@
-{
-  "_args": [
-    [
-      "ion-rangeslider@2.3.0",
-      "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
-    ]
-  ],
-  "_from": "ion-rangeslider@2.3.0",
-  "_id": "ion-rangeslider@2.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-7TtH9/X4Aq/xCzboWxjwlv20gVqR90Ysc3aehMlTuH2/ULaSxpB80hq+yvD1N0FwWbPDtxQpjQrz/iX+LWXKmg==",
-  "_location": "/ion-rangeslider",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "ion-rangeslider@2.3.0",
-    "name": "ion-rangeslider",
-    "escapedName": "ion-rangeslider",
-    "rawSpec": "2.3.0",
-    "saveSpec": null,
-    "fetchSpec": "2.3.0"
-  },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/ion-rangeslider/-/ion-rangeslider-2.3.0.tgz",
-  "_spec": "2.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Denis Ineshin",
-    "email": "ionden.tech@gmail.com",
-    "url": "IonDen"
-  },
-  "bugs": {
-    "url": "https://github.com/IonDen/ion.rangeSlider/issues"
-  },
-  "dependencies": {
-    "jquery": ">=1.8"
-  },
-  "description": "Cool, comfortable and easily customizable range slider with many options and skin support",
-  "directories": {
-    "lib": "js"
-  },
-  "homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
-  "ignore": [
-    ".idea",
-    "PSD",
-    "bower.json"
-  ],
-  "keywords": [
-    "jquery-plugin",
-    "ecosystem:jquery",
-    "jquery",
-    "form",
-    "input",
-    "range",
-    "slider",
-    "rangeslider",
-    "interface",
-    "diapason",
-    "ui",
-    "noui",
-    "skins"
-  ],
-  "license": "MIT",
-  "main": "./js/ion.rangeSlider.js",
-  "name": "ion-rangeslider",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/IonDen/ion.rangeSlider.git"
-  },
-  "version": "2.3.0"
-}

+ 0 - 265
plugins/ion-rangeslider/readme.md

@@ -1,265 +0,0 @@
-![ion.rangeSlider](_tmp/logo-ion-range-slider.png)
-
-Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of options.
-
-***
-
-* Version: 2.3.0 | *Version 3.x is under development now*
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/">Project page and demos</a>
-* <a href="https://github.com/IonDen/ion.rangeSlider/archive/2.3.0.zip">Download ZIP</a>
-
-## Description
-* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
-* Supports events and public methods, has flexible settings, can be completely altered with CSS
-* Cross-browser: Google Chrome, Mozilla Firefox 3.6+, Opera 12+, Safari 5+, Internet Explorer 8+
-* Ion.RangeSlider supports touch-devices (iPhone, iPad, Nexus, etc.).
-* Ion.RangeSlider freely distributed under terms of <a href="http://ionden.com/a/plugins/licence.html" target="_blank">MIT licence</a>.
-* With this plugin you will be able to build beautiful range sliders, like this:
-
-![ion.rangeSlider](http://ionden.com/a/plugins/ion.rangeSlider/static/img/ion-range-slider.png)
-
-## Key features
-* Skin support. (6 skins included)
-* Any number of sliders at one page without conflicts and big performance problems
-* Two slider types single (1 slider) and double (2 sliders)
-* Support of negative and fractional values
-* Ability to set custom step and snap grid to step
-* Support of custom values diapason
-* Customisable grid of values
-* Ability to disable UI elements (min and max, current value, grid)
-* Postfixes and prefixes for your numbers ($20, 20 &euro; etc.)
-* Additional postfix for maximum value (eg. $0 — $100<b>+</b>)
-* Ability to prettify large numbers (eg. 10000000 -> 10 000 000 or 10.000.000)
-* Slider writes its value right into input value field. This makes it easy to use in any html form
-* Any slider value can be set through input data-attribute (eg. data-min="10")
-* Slider supports disable param. You can set it true to make slider inactive
-* Slider supports external methods (update, reset and remove) to control it after creation
-* For advanced users slider has callbacks (onStart, onChange, onFinish, onUpdate). Slider pastes all its params to callback first argument as object
-* Slider supports date and time
-
-
-## Demos
-
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo.html" class="switch__item">Basic demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_advanced.html" class="switch__item">Advanced demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_interactions.html" class="switch__item">Interactions demo</a>
-
-
-## Dependencies
-
-* <a href="http://jquery.com/" target="_blank">jQuery 1.8.x+</a>
-
-
-## Usage
-
-Add the following libraries to the page:
-* jQuery
-* ion.rangeSlider.min.js
-
-Add the following stylesheets to the page:
-* ion.rangeSlider.min.css
-
-## Install with bower
-
-* bower install ionrangeslider
-
-
-## Install with npm
-
-* npm install ion-rangeslider
-
-
-## Initialisation
-
-The slider overrides a native text <code>input</code> element.
-```html
-<input type="text" id="example_id" name="example_name" value="" />
-```
-
-To initialise the slider, call ionRangeSlider on the element:
-```javascript
-$("#example_id").ionRangeSlider();
-```
-
-
-## <a href="http://jsfiddle.net/IonDen/qv6yrjrv/" target="_blank">Experiments playground</a>
-
-Here you can find bunch of advanced JSFIDDLE demos with different, non-standart use cases:
-* [Reverse or RTL](http://jsfiddle.net/IonDen/gbmszmp4/)
-* [1 handle bind to 1 input](http://jsfiddle.net/IonDen/mvrfg2vc/)
-* [2 handles bind to 2 inputs](http://jsfiddle.net/IonDen/r5aox84v/)
-* [2 sliders connected to each other](http://jsfiddle.net/IonDen/4k3d4y3s/)
-* [1st slider disables/enables 2nd slider](http://jsfiddle.net/IonDen/ctkouh69/)
-* [Non-linear slider](http://jsfiddle.net/IonDen/pzjaoxe7/)
-* [Plus and Minus buttons](http://jsfiddle.net/IonDen/wsk7y08a/)
-* [Calculating sum](http://codepen.io/anon/pen/QyzwJZ)
-* [Adding one more diapazon on 1 slider](http://jsfiddle.net/IonDen/st9eotpy/)
-* [Live editing of Min and Max values](http://jsfiddle.net/IonDen/wL8gq4py/)
-* [Prettify and transform values at the same time](http://jsfiddle.net/IonDen/j0tLzgq1/)
-* [Custom marks on slider](http://jsfiddle.net/IonDen/spez12kt/)
-* [Rendering money value n.nn](http://jsfiddle.net/IonDen/vrqqL2Lw/)
-* [Rendering Dates with Moment.js](http://jsfiddle.net/tvn2ckj2/)
-* [Changing step live](http://jsfiddle.net/IonDen/ca6ykae6/)
-* [Toggle slider](http://jsfiddle.net/IonDen/t936wtjv/)
-* [Using different skin color at the same time](http://jsfiddle.net/IonDen/2sruxk4e/)
-* [2 dependant sliders](http://jsfiddle.net/IonDen/n2sxswv2/)
-* [Skip some values](http://jsfiddle.net/IonDen/4qgq9bto/)
-* [Good Prettify example](http://jsfiddle.net/IonDen/bvbvr0xs/)
-
-
-## Settings
-
-
-| Option | Data-Attr | Defaults | Type | Description |
-| --- | --- | --- | --- | --- |
-| `skin` | `data-skin` | `flat` | string | Choose UI skin to use |
-| `type` | `data-type` | `single` | string | Choose slider type, could be `single` - for one handle, or `double` for two handles |
-| `min` | `data-min` | `10` | number | Set slider minimum value |
-| `max` | `data-max` | `100` | number | Set slider maximum value |
-| `from` | `data-from` | `min` | number | Set start position for left handle (or for single handle) |
-| `to` | `data-to` | `max` | number | Set start position for right handle |
-| `step` | `data-step` | `1` | number | Set sliders step. Always > 0. Could be fractional |
-| `min_interval` | `data-min-interval` | `-` | number | Set minimum diapason between sliders. Only for **double** type |
-| `max_interval` | `data-max-interval` | `-` | number | Set minimum maximum between sliders. Only for **double** type |
-| `drag_interval` | `data-drag-interval` | `false` | boolean | Allow user to drag whole range. Only for **double** type |
-| `values` | `data-values` | `[]` | array | Set up your own array of possible slider values. They could be numbers or strings. If the values array is set up, min, max and step param, can no longer be changed |
-| `from_fixed` | `data-from-fixed` | `false` | boolean | Fix position of left (or single) handle |
-| `from_min` | `data-from-min` | `min` | number | Set minimum limit for left (or single) handle |
-| `from_max` | `data-from-max` | `max` | number | Set maximum limit for left (or single) handle |
-| `from_shadow` | `data-from-shadow` | `false` | boolean | Highlight the limits for left handle |
-| `to_fixed` | `data-to-fixed` | `false` | boolean | Fix position of right handle |
-| `to_min` | `data-to-min` | `min` | number | Set minimum limit for right handle |
-| `to_max` | `data-to-max` | `max` | number | Set maximum limit for right handle |
-| `to_shadow` | `data-to-shadow` | `false` | boolean | Highlight the right handle |
-| `prettify_enabled` | `data-prettify-enabled` | `true` | boolean | Improve readability of long numbers: 10000000 &rarr; 10 000 000 |
-| `prettify_separator` | `data-prettify-separator` | ` ` | string | Set up your own separator for long numbers: 10000000 &rarr; 10,000,000 etc. |
-| `prettify` | `-` | `null` | function | Set up your own prettify function. Can be anything. For example, you can set up unix time as slider values and than transform them to cool looking dates |
-| `force_edges` | `data-force-edges` | `false` | boolean | Sliders handles and tooltips will be always inside it's container |
-| `keyboard` | `data-keyboard` | `true` | boolean | Activates keyboard controls. Move left: &larr;, &darr;, A, S. Move right: &rarr;, &uarr;, W, D. |
-| `grid` | `data-grid` | `true` | boolean | Enables grid of values above the slider |
-| `grid_margin` | `data-grid-margin` | `true` | boolean | Set left and right grid gaps |
-| `grid_num` | `data-grid-num` | `4` | number | Number of grid units |
-| `grid_snap` | `data-grid-snap` | `false` | boolean | Snap grid to sliders step (step param). If activated, grid_num will not be used. Max steps = 50 |
-| `hide_min_max` | `data-hide-min-max` | `false` | boolean | Hides **min** and **max** labels |
-| `hide_from_to` | `data-hide-from-to` | `false` | boolean | Hides **from** and **to** labels |
-| `prefix` | `data-prefix` | `` | string | Set prefix for values. Will be set up right before the number: **$**100 |
-| `postfix` | `data-postfix` | `` | string | Set postfix for values. Will be set up right after the number: 100**k** |
-| `max_postfix` | `data-max-postfix` | `` | string | Special postfix, used only for maximum value. Will be showed after handle will reach maximum right position. For example **0 — 100+** |
-| `decorate_both` | `data-decorate-both` | `true` | boolean | Used for **double** type and only if prefix or postfix was set up. Determine how to decorate close values. For example: **$10k — $100k** or **$10 — 100k** |
-| `values_separator` | `data-decorate-both` | ` - ` | string | Set your own separator for close values. Used for **double** type. Default: **10 — 100**. Or you may set: **10 to 100, 10 + 100, 10 &rarr; 100** etc. |
-| `input_values_separator` | `data-input-values-separator` | ` ; ` | string | Separator for **double** values in input value property. `<input value="25;42">` |
-| `disable` | `data-disable` | `false` | boolean | Locks slider and makes it inactive. Input is disabled too. Invisible to forms |
-| `block` | `data-blokc` | `false` | boolean | Locks slider and makes it inactive. Input is NOT disabled. Can be send with forms |
-| `extra_classes` | `data-extra-classes` | `—` | string | Traverse extra CSS-classes to sliders container |
-| `scope` | `-` | `null` | object | Scope for callbacks. Pass any object |
-| `onStart` | `-` | `null` | function | Callback. Is called on slider start. Gets all slider data as a 1st attribute |
-| `onChange` | `-` | `null` | function | Callback. IS called on each values change. Gets all slider data as a 1st attribute |
-| `onFinish` | `-` | `null` | function | Callback. Is called when user releases handle. Gets all slider data as a 1st attribute |
-| `onUpdate` | `-` | `null` | function | Callback. Is called when slider is modified by external methods `update` or `reset` |
-
-
-
-## Description of data passed to callbacks (onChange and etc.)
-Result is object type and passed to callback as first argument:
-```javascript
-Obj: {
-    "input": object,            // jQuery-link to input
-    "slider": object,           // jQuery-link to sliders container
-    "min": 1000,                // MIN value
-    "max": 100000,              // MAX values
-    "from": 10000,              // FROM value
-    "from_percent": 10,         // FROM value in percents
-    "from_value": 0,            // FROM index in values array (if used)
-    "to": 90000,                // TO value
-    "to_percent": 90,           // TO value in percents
-    "to_value": 0,              // TO index in values array (if used)
-    "min_pretty": "1 000",      // MIN prettified (if used)
-    "max_pretty": "100 000",    // MAX prettified (if used)
-    "from_pretty": "10 000",    // FROM prettified (if used)
-    "to_pretty": "90 000"       // TO prettified (if used)
-}
-```
-
-## Creating slider (all params)
-An example of a customised slider:
-```javascript
-$("#example").ionRangeSlider({
-    skin: "big",
-    min: 0,
-    max: 10000,
-    from: 1000,
-    to: 9000,
-    type: 'double',
-    prefix: "$",
-    grid: true,
-    grid_num: 10
-});
-```
-
-You can also initialise slider with <code>data-*</code> attributes of input tag:
-```html
-data-min="0"
-data-max="10000"
-data-from="1000"
-data-to="9000"
-data-type="double"
-data-prefix="$"
-data-grid="true"
-data-grid-num="10"
-```
-
-## Public methods
-
-To use public methods, at first you must save slider instance to variable:
-```javascript
-// Launch plugin
-$("#range").ionRangeSlider({
-    type: "double",
-    min: 0,
-    max: 1000,
-    from: 200,
-    to: 500,
-    grid: true
-});
-
-// Saving it's instance to var
-var slider = $("#range").data("ionRangeSlider");
-
-// Fire public method
-slider.reset();
-```
-
-There are 3 public methods:
-```javascript
-// UPDATE - updates slider to any new values
-slider.update({
-    from: 300,
-    to: 400
-});
-
-// RESET - reset slider to it's first values
-slider.reset();
-
-// DESTROY - destroys slider and restores original input field
-slider.destroy();
-```
-
-
-## One more look on demos
-
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo.html" class="switch__item">Basic demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_advanced.html" class="switch__item">Advanced demo</a>
-* <a href="http://ionden.com/a/plugins/ion.rangeSlider/demo_interactions.html" class="switch__item">Interactions demo</a>
-
-All plugins options are covered in demos.
-
-
-### <a href="history.md">Update history</a>
-
-***
-
-#### Support Ion-series plugins development:
-
-* [Support the plugin on Patreon](https://www.patreon.com/IonDen)
-
-* Donate direct to my Paypal account: https://www.paypal.me/IonDen

+ 0 - 147
plugins/jquery-mousewheel/ChangeLog.md

@@ -1,147 +0,0 @@
-# Mouse Wheel ChangeLog
-
-## 3.1.13
-
-* Update copyright notice and license to remove years
-* Create the correct compressed version
-* Remove the obsolete jQuery Plugin Registry file
-
-## 3.1.12
-
-* Fix possible 0 value for line height when in delta mode 1
-
-## 3.1.11
-
-* Fix version number for package managers...
-
-## 3.1.10
-
-* Fix issue with calculating line height when using older versions of jQuery
-* Add offsetX/Y normalization with setting to turn it off
-* Cleans up data on teardown
-
-## 3.1.9
-
-* Fix bower.json file
-* Updated how the deltas are adjusted for older mousewheel based events that have deltas that are factors of 120.
-* Add $.event.special.mousewheel.settings.adjustOldDeltas (defaults to true) to turn off adjusting of old deltas that are factors of 120. You'd turn this off if you want to be as close to native scrolling as possible.
-
-## 3.1.8
-
-* Even better handling of older browsers that use a wheelDelta based on 120
-* And fix version reported by `$.event.special.mousewheel`
-
-## 3.1.7
-
-* Better handle the `deltaMode` values 1 (lines) and 2 (pages)
-* Attempt to better handle older browsers that use a wheelDelta based on 120
-
-## 3.1.6
-
-* Deprecating `delta`, `deltaX`, and `deltaY` event handler arguments
-* Update actual event object with normalized `deltaX `and `deltaY` values (`event.deltaX`, `event.deltaY`)
-* Add `deltaFactor` to the event object (`event.deltaFactor`)
-* Handle `> 0` but `< 1` deltas better
-* Do not fire the event if `deltaX` and `deltaY` are `0`
-* Better handle different devices that give different `lowestDelta` values
-* Add `$.event.special.mousewheel.version`
-* Some clean up
-
-## 3.1.5
-
-* Bad release because I did not update the new `$.event.special.mousewheel.version`
-
-## 3.1.4
-
-* Always set the `deltaY`
-* Add back in the `deltaX` and `deltaY` support for older Firefox versions
-
-## 3.1.3
-
-* Include `MozMousePixelScroll` in the to fix list to avoid inconsistent behavior in older Firefox
-
-## 3.1.2
-
-* Include grunt utilities for development purposes (jshint and uglify)
-* Include support for browserify
-* Some basic cleaning up
-
-## 3.1.1
-
-* Fix rounding issue with deltas less than zero
-
-
-## 3.1.0
-
-* Fix Firefox 17+ issues by using new wheel event
-* Normalize delta values
-* Adds horizontal support for IE 9+ by using new wheel event
-* Support AMD loaders
-
-
-## 3.0.6
-
-* Fix issue with delta being 0 in Firefox
-
-
-## 3.0.5
-
-* jQuery 1.7 compatibility
-
-
-## 3.0.4
-
-* Fix IE issue
-
-
-## 3.0.3
-
-* Added `deltaX` and `deltaY` for horizontal scrolling support (Thanks to Seamus Leahy)
-
-
-## 3.0.2
-
-* Fixed delta being opposite value in latest Opera
-* No longer fix `pageX`, `pageY` for older Mozilla browsers
-* Removed browser detection
-* Cleaned up the code
-
-
-## 3.0.1
-
-* Bad release... creating a new release due to plugins.jquery.com issue :(
-
-
-## 3.0
-
-* Uses new special events API in jQuery 1.2.2+
-* You can now treat `mousewheel` as a normal event and use `.bind`, `.unbind` and `.trigger`
-* Using jQuery.data API for expandos
-
-
-## 2.2
-
-* Fixed `pageX`, `pageY`, `clientX` and `clientY` event properties for Mozilla based browsers
-
-
-## 2.1.1
-
-* Updated to work with jQuery 1.1.3
-* Used one instead of bind to do unload event for clean up
-
-
-## 2.1
-
-* Fixed an issue with the unload handler
-
-
-## 2.0
-
-* Major reduction in code size and complexity (internals have change a whole lot)
-
-
-## 1.0
-
-* Fixed Opera issue
-* Fixed an issue with children elements that also have a mousewheel handler
-* Added ability to handle multiple handlers

+ 0 - 76
plugins/jquery-mousewheel/README.md

@@ -1,76 +0,0 @@
-# jQuery Mouse Wheel Plugin
-
-A [jQuery](http://jquery.com/) plugin that adds cross-browser mouse wheel support with delta normalization.
-
-In order to use the plugin, simply bind the `mousewheel` event to an element.
-
-It also provides two helper methods called `mousewheel` and `unmousewheel`
-that act just like other event helper methods in jQuery.
-
-The event object is updated with the normalized `deltaX` and `deltaY` properties.
-In addition there is a new property on the event object called `deltaFactor`. Multiply
-the `deltaFactor` by `deltaX` or `deltaY` to get the scroll distance that the browser
-has reported.
-
-Here is an example of using both the bind and helper method syntax:
-
-```js
-// using on
-$('#my_elem').on('mousewheel', function(event) {
-    console.log(event.deltaX, event.deltaY, event.deltaFactor);
-});
-
-// using the event helper
-$('#my_elem').mousewheel(function(event) {
-    console.log(event.deltaX, event.deltaY, event.deltaFactor);
-});
-```
-
-The old behavior of adding three arguments (`delta`, `deltaX`, and `deltaY`) to the
-event handler is now deprecated and will be removed in later releases.
-
-
-## The Deltas...
-
-The combination of Browsers, Operating Systems, and Devices offer a huge range of possible delta values. In fact if the user
-uses a trackpad and then a physical mouse wheel the delta values can differ wildly. This plugin normalizes those
-values so you get a whole number starting at +-1 and going up in increments of +-1 according to the force or
-acceleration that is used. This number has the potential to be in the thousands depending on the device.
-Check out some of the data collected from users [here](http://mousewheeldatacollector.herokuapp.com/).
-
-### Getting the scroll distance
-
-In some use-cases we prefer to have the normalized delta but in others we want to know how far the browser should
-scroll based on the users input. This can be done by multiplying the `deltaFactor` by the `deltaX` or `deltaY`
-event property to find the scroll distance the browser reported.
-
-The `deltaFactor` property was added to the event object in 3.1.5 so that the actual reported delta value can be
-extracted. This is a non-standard property.
-
-
-## Using with [Browserify](http://browserify.org)
-
-Support for browserify is baked in.
-
-```bash
-npm install jquery-mousewheel
-npm install jquery-browserify
-```
-
-In your server-side node.js code:
-
-```js
-var express = require('express');
-var app = express.createServer();
-
-app.use(require('browserify')({
-    require : [ 'jquery-browserify', 'jquery-mousewheel' ]
-}));
-```
-
-In your browser-side javascript:
-
-```js
-var $ = require('jquery-browserify');
-require('jquery-mousewheel')($);
-```

+ 0 - 82
plugins/jquery-mousewheel/package.json

@@ -1,82 +0,0 @@
-{
-  "_args": [
-    [
-      "jquery-mousewheel@3.1.13",
-      "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
-    ]
-  ],
-  "_from": "jquery-mousewheel@3.1.13",
-  "_id": "jquery-mousewheel@3.1.13",
-  "_inBundle": false,
-  "_integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=",
-  "_location": "/jquery-mousewheel",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "jquery-mousewheel@3.1.13",
-    "name": "jquery-mousewheel",
-    "escapedName": "jquery-mousewheel",
-    "rawSpec": "3.1.13",
-    "saveSpec": null,
-    "fetchSpec": "3.1.13"
-  },
-  "_requiredBy": [
-    "/",
-    "/jquery-mapael"
-  ],
-  "_resolved": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
-  "_spec": "3.1.13",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "jQuery Foundation and other contributors",
-    "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
-  },
-  "bugs": {
-    "url": "https://github.com/jquery/jquery-mousewheel/issues"
-  },
-  "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
-  "devDependencies": {
-    "grunt": "~0.4.1",
-    "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-jshint": "~0.7.1",
-    "grunt-contrib-uglify": "~0.2.7"
-  },
-  "directories": {
-    "test": "test"
-  },
-  "files": [
-    "ChangeLog.md",
-    "jquery.mousewheel.js",
-    "README.md",
-    "LICENSE.txt"
-  ],
-  "homepage": "https://github.com/jquery/jquery-mousewheel",
-  "jam": {
-    "dependencies": {
-      "jquery": ">=1.2.2"
-    }
-  },
-  "keywords": [
-    "jquery",
-    "mouse",
-    "wheel",
-    "event",
-    "mousewheel",
-    "jquery-plugin",
-    "browser"
-  ],
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
-    }
-  ],
-  "main": "./jquery.mousewheel.js",
-  "name": "jquery-mousewheel",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/jquery/jquery-mousewheel.git"
-  },
-  "version": "3.1.13"
-}

+ 0 - 1
plugins/jquery-ui/README.md

@@ -1 +0,0 @@
-# jquery-ui-dist

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 559
plugins/jquery-ui/index.html


+ 0 - 104
plugins/jquery-ui/package.json

@@ -1,104 +0,0 @@
-{
-  "_args": [
-    [
-      "jquery-ui-dist@1.12.1",
-      "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
-    ]
-  ],
-  "_from": "jquery-ui-dist@1.12.1",
-  "_id": "jquery-ui-dist@1.12.1",
-  "_inBundle": false,
-  "_integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=",
-  "_location": "/jquery-ui-dist",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "jquery-ui-dist@1.12.1",
-    "name": "jquery-ui-dist",
-    "escapedName": "jquery-ui-dist",
-    "rawSpec": "1.12.1",
-    "saveSpec": null,
-    "fetchSpec": "1.12.1"
-  },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
-  "_spec": "1.12.1",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "jQuery Foundation and other contributors",
-    "url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt"
-  },
-  "bugs": {
-    "url": "https://bugs.jqueryui.com/"
-  },
-  "dependencies": {},
-  "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
-  "devDependencies": {
-    "commitplease": "2.3.0",
-    "grunt": "0.4.5",
-    "grunt-bowercopy": "1.2.4",
-    "grunt-cli": "0.1.13",
-    "grunt-compare-size": "0.4.0",
-    "grunt-contrib-concat": "0.5.1",
-    "grunt-contrib-csslint": "0.5.0",
-    "grunt-contrib-jshint": "0.12.0",
-    "grunt-contrib-qunit": "1.0.1",
-    "grunt-contrib-requirejs": "0.4.4",
-    "grunt-contrib-uglify": "0.11.1",
-    "grunt-git-authors": "3.1.0",
-    "grunt-html": "6.0.0",
-    "grunt-jscs": "2.1.0",
-    "load-grunt-tasks": "3.4.0",
-    "rimraf": "2.5.1",
-    "testswarm": "1.1.0"
-  },
-  "homepage": "http://jqueryui.com",
-  "keywords": [],
-  "license": "MIT",
-  "main": "ui/widget.js",
-  "maintainers": [
-    {
-      "name": "Scott González",
-      "email": "scott.gonzalez@gmail.com",
-      "url": "http://scottgonzalez.com"
-    },
-    {
-      "name": "Jörn Zaefferer",
-      "email": "joern.zaefferer@gmail.com",
-      "url": "http://bassistance.de"
-    },
-    {
-      "name": "Mike Sherov",
-      "email": "mike.sherov@gmail.com",
-      "url": "http://mike.sherov.com"
-    },
-    {
-      "name": "TJ VanToll",
-      "email": "tj.vantoll@gmail.com",
-      "url": "http://tjvantoll.com"
-    },
-    {
-      "name": "Felix Nagel",
-      "email": "info@felixnagel.com",
-      "url": "http://www.felixnagel.com"
-    },
-    {
-      "name": "Alex Schmitz",
-      "email": "arschmitz@gmail.com",
-      "url": "https://github.com/arschmitz"
-    }
-  ],
-  "name": "jquery-ui-dist",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/jquery/jquery-ui.git"
-  },
-  "scripts": {
-    "test": "grunt"
-  },
-  "title": "jQuery UI",
-  "version": "1.12.1"
-}

+ 0 - 22
plugins/raphael/CONTRIBUTING.md

@@ -1,22 +0,0 @@
-## Want to contribute?
-
-All changes in code must go to `raphael.core`, `raphael.svg` or `raphael.vml`.
-The rest are generated files, generated after running `npm run build`.
-
-To run tests you need to open `dev/test/index.html` in your browser, there's no automated way right now.
-
-After changing the core/vml/svg files, execute `npm run build` to generate all versions, make a commit and you are ready to make a pull request!
-Remember that if you want to add a functionality it must be present in the vml and svg versions, **no svg-only features will be accepted.**
-
-## Found an issue?
-
-First search for similar issues to make sure you don't repeat an existing one.
-
-Then please create a fiddle ([jsfiddle](http://jsfiddle.net/SSJJT/)) recreating the bug so we can find out what the problem is more easily (or be a hero and find it yourself and send a pull request!). You can also use the [raphael playground](http://raphaeljs.com/playground.html) to reproduce your issues.
-
-Remember to add all the info that can be useful such as
-
-* error details
-* steps to reproduce
-* browser and its version
-* any suggestion of what do you think the problem could be

+ 0 - 75
plugins/raphael/README.md

@@ -1,75 +0,0 @@
-# Raphaël: Cross-browser vector graphics the easy way
-
-Visit the library website for more information: ~~[http://raphaeljs.com](http://raphaeljs.com/)~~ [https://dmitrybaranovskiy.github.io/raphael/](https://dmitrybaranovskiy.github.io/raphael/)
-
-## Quickstart guide
-
-You need to have NPM installed to build the library.
-
-* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
-* `yarn install --frozen-lockfile`
-* `yarn build-all`
-
-To run tests you need to run `npx bower install` open `dev/test/index.html` in your browser, there's no automated way right now.
-
-## Dependencies
-
-* [eve](https://github.com/adobe-webplatform/eve)
-
-## Distributable
-
-All files are UMD compliant.
-
-You can use:
-
-* `raphael.min.js` (includes `eve` and it's minified)
-* `raphael.js` (includes `eve` and it's not minified)
-* `raphael.no-deps.js` (doesn't include `eve` it's not minified)
-* `raphael.no-deps.min.js`  (doesn't include `eve` it's minified)
-
-## Where to start
-
-Check [Raphael-boilerplate](https://github.com/tomasAlabes/raphael-boilerplate) to see examples of loading.
-
-Raphael can be loaded in a script tag or with AMD:
-
-```js
-define([ "path/to/raphael" ], function( Raphael ) {
-  console.log( Raphael );
-});
-```
-
-## Development
-
-Versions will be released as we gather and test new PRs. 
-As there are a lot of browsers being supported it might take a while to accept a PR, we will use the feedback from other users too.
-
-You can use the `raphaelTest.html` to try things, you need to start a server in the root dir to start testing things there.
-Something like running `python -m SimpleHTTPServer` in the `raphael` directory and hitting `http://localhost:8000/dev/raphaelTest.html` with the browser. You should run `npm run start` before this can work.
-
-## Collaborators
-
-* [tomasAlabes](https://github.com/tomasAlabes)
-
-## Related Projects
-
-* [graphael](https://github.com/DmitryBaranovskiy/g.raphael/tree/master)
-* [raphael.boilerplate](https://github.com/tomasAlabes/raphael-boilerplate)
-* [backbone.raphael](https://github.com/tomasAlabes/backbone.raphael)
-* [mapael](https://github.com/neveldo/jQuery-Mapael)
-* [snap](https://github.com/adobe-webplatform/Snap.svg)
-* [react-raphael](https://github.com/liuhong1happy/react-raphael)
-
-## Books
-
-* [Learning Raphael JS Vector Graphics](http://shop.oreilly.com/product/9781782169161.do)
-* [RaphaelJS](http://shop.oreilly.com/product/0636920029601.do)
-* [Instant RaphaelJS Starter](http://shop.oreilly.com/product/9781782169857.do)
-
-## Copyright and license
-
-Copyright © 2008-2013 Dmitry Baranovskiy (`http://dmitrybaranovskiy.github.io/raphael/`)
-
-Copyright © 2008-2013 Sencha Labs (`http://sencha.com`)
-
-Licensed under the **MIT** (`http://dmitrybaranovskiy.github.io/raphael/license.html`) license.

+ 0 - 172
plugins/raphael/history.md

@@ -1,172 +0,0 @@
-2.3.0
-------------------
-  * Unminified versions now without sourcemaps (#1110)
-  * `start` script for building all versions (#1109)
-
-2.2.8
-------------------
-  * Downgraded qunit to v1 to make tests work again
-  * Updated webpack to build dist
-  * Updated supportsTouch query from modernizr #1084
-  * Fix drag offsets passed to "drag.start" from touch drags in elproto.drag #1101
-  * Fix memory leak in `Element.removeData()` #1077
-  * Adding react-raphael to related projects #1072
-  * Added icons back to raphael's website
-  * Updated version in banner and raphael's website
-  * Updated site refs to `https`
-
-2.2.7
-------------------
-  * Updating package.json dependencies
-  * Using custom eve instead of old eve in npm
-  * Fixed class as a reserved word in old browsers
-
-2.2.5 - 2.2.6
-------------------
-Duplicated tag by mistake.
-  * Using custom repo for eve in bower to avoid using a short sha in it.
-
-2.2.4
-------------------
-  * Fixed no-deps version with eve.
-
-2.2.3
-------------------
-  * Changed eve dependencies avoiding short sha and github url
-
-2.2.2
-------------------
-  * Improved elements ids, so multiple raphael instances are more reliable
-
-2.2.1
-------------------
-  * Removed name of amd module
-
-2.2.0
-------------------
-
-  * Webpack build
-  * Added tests! (thanks @TheCloudlessSky)
-  * Strict error on method R.ninja
-  * Cross-browser gradient fixes
-  * Reduce transform string to avoid long parsing times after several transformations
-  * raphael.amd.js as main in package.json.
-  * raphael.amd.js version to work with Browserify.
-  * Can't set glow with opacity 0
-  * Using origin and pathname with gradient urls, urls with # weren't being resolved correctly
-  * Defined nodeps version, and changed how raphael is loaded
-  * Set stop-opacity in gradient defs
-  * Fixed rounding issue in RGB formatter
-
-2.1.4 • 2015-03-09
-------------------
-
-  * Wrong position in ie7 when rotate image #612
-  * Gradients become black in some cases
-
-2.1.3 • 2015-02-03
-------------------
-
-  * Fix wrong variable used in VML setViewBox().
-  * Missing comma in file
-  * set-viewbox-variable fix by @TheCloudlessSky
-
-2.1.2 • 2015-08-26
-------------------
-
-  * isPointInside fix from @drbombay14
-  * Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval'
-
-2.1.1 • 2013-08-11
-------------------
-
-  * Dragging Text under iOS By @vitorhsb
-  * Dev folder
-  * Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang
-  * Fix Wrong position after scale path in IE. By @sarvaje
-  * isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl
-  * Raphael.path2curve does not honor original shape. By @timo22345
-  * IsPointInside fix for transformed paths
-
-2.1.0 • 2012-03-14
-------------------
-
-  * Put all Eve events into “raphael.” namespace
-  * Refactored path caching
-  * Added x2 and y2 to returning bounding box values
-  * Fixed bug with matrix.f in animation
-  * Method [Paper.print](http://raphaeljs.com/reference.html#Paper.print) now returns all letters as one path without any transformations applied and supports multiline text
-  * New methods
-    * [Element.isPointInside](http://raphaeljs.com/reference.html#Element.isPointInside)
-    * [Paper.getElementsByPoint](http://raphaeljs.com/reference.html#Paper.getElementsByPoint)
-    * [Raphael.bezierBBox](http://raphaeljs.com/reference.html#Raphael.bezierBBox)
-    * [Raphael.isBBoxIntersect](http://raphaeljs.com/reference.html#Raphael.isBBoxIntersect)
-    * [Raphael.isPointInsideBBox](http://raphaeljs.com/reference.html#Raphael.isPointInsideBBox)
-    * [Raphael.isPointInsidePath](http://raphaeljs.com/reference.html#Raphael.isPointInsidePath)
-    * [Raphael.pathBBox](http://raphaeljs.com/reference.html#Raphael.pathBBox)
-    * [Raphael.pathIntersection](http://raphaeljs.com/reference.html#Raphael.pathIntersection)
-    * [Raphael.toMatrix](http://raphaeljs.com/reference.html#Raphael.toMatrix)
-    * [Raphael.transformPath](http://raphaeljs.com/reference.html#Raphael.transformPath)
-
-2.0.2 • 2012-02-08
-------------------
-
-  * Removing of linked element now removes `<a>` as well
-  * Fixed white space recognition in passed strings
-  * Added special case for path that has only one Catmull-Rom curve
-  * Fixed toTransformString method
-  * Fixed animateWith method
-  * Fixed “target” attribute clearing
-  * Fixed bug with changing fill from image to solid colour
-  * fixed renderfix method
-
-2.0.1 • 2011-11-18
-------------------
-
-  * Global variables leakage fix
-  * `toFront` fix for elements with links
-  * Gradient clean up
-  * Added `letter-spacing` attribute
-  * Fixed hsb methods
-  * Fixed image flickering
-  * Improved `toTransformString` method on `matrix`
-  * Fixed drag'n'drop
-  * New method [Paper.add](http://raphaeljs.com/reference.html#Paper.add)
-  * Fix for `clip-path`
-  * Doc update
-
-2.0.0 • 2011-10-03
-------------------
-
-  * Completely changed transformation handling:
-    * `translate()`, `rotate()` and `scale()` are deprecated
-    * `translation`, `rotation` and `scale` attributes are removed (!)
-    * new method `transform()` and new attribute `transform` were introduced
-    * chaining of transformations now allowed
-    * matrix transformation introduced
-    * see [docs](http://raphaeljs.com/reference.html#Element.transform)
-  * Animation API was updated (see [docs](http://raphaeljs.com/reference.html#Raphael.animation))
-    * delay, repeat, [setTime](http://raphaeljs.com/reference.html#Element.status), [status](http://raphaeljs.com/reference.html#Element.setTime)
-  * New methods:
-    * [Paper.setViewBox](http://raphaeljs.com/reference.html#Paper.setViewBox)
-    * [Paper.setStart](http://raphaeljs.com/reference.html#Paper.setStart)
-    * [Paper.setFinish](http://raphaeljs.com/reference.html#Paper.setFinish)
-    * [Paper.forEach](http://raphaeljs.com/reference.html#Paper.forEach)
-    * [Paper.getById](http://raphaeljs.com/reference.html#Paper.getById)
-    * [Paper.getElementByPoint](http://raphaeljs.com/reference.html#Paper.getElementByPoint)
-    * [Element.data](http://raphaeljs.com/reference.html#Element.data)
-    * [Element.glow](http://raphaeljs.com/reference.html#Element.glow)
-    * [Element.onDragOver](http://raphaeljs.com/reference.html#Element.onDragOver)
-    * [Element.removeData](http://raphaeljs.com/reference.html#Element.removeData)
-    * [Raphael.fullfill](http://raphaeljs.com/reference.html#Raphael.fullfill)
-    * [Raphael.matrix](http://raphaeljs.com/reference.html#Raphael.matrix)
-    * [Raphael.parseTransformString](http://raphaeljs.com/reference.html#Raphael.parseTransformString)
-    * [Set.clear](http://raphaeljs.com/reference.html#Set.clear)
-    * [Set.exclude](http://raphaeljs.com/reference.html#Set.exclude)
-    * [Set.forEach](http://raphaeljs.com/reference.html#Set.forEach)
-    * [Set.splice](http://raphaeljs.com/reference.html#Set.splice)
-  * VML completely rewritten
-  * `getBBox` was fixed to take transformations into account
-  * [eve](http://raphaeljs.com/reference.html#eve) was added to the project
-  * Whole new [documentation](http://raphaeljs.com/reference.html)
-  * Various bug fixes

+ 0 - 75
plugins/raphael/package.json

@@ -1,75 +0,0 @@
-{
-  "_from": "raphael@2.3.0",
-  "_id": "raphael@2.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==",
-  "_location": "/raphael",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "version",
-    "registry": true,
-    "raw": "raphael@2.3.0",
-    "name": "raphael",
-    "escapedName": "raphael",
-    "rawSpec": "2.3.0",
-    "saveSpec": null,
-    "fetchSpec": "2.3.0"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/",
-    "/jquery-mapael"
-  ],
-  "_resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz",
-  "_shasum": "eabeb09dba861a1d4cee077eaafb8c53f3131f89",
-  "_spec": "raphael@2.3.0",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": {
-    "name": "Dmitry Baranovskiy"
-  },
-  "bugs": {
-    "url": "https://github.com/DmitryBaranovskiy/raphael/issues"
-  },
-  "bundleDependencies": false,
-  "contributors": [
-    {
-      "name": "Tomas Alabes",
-      "url": "https://github.com/tomasAlabes"
-    }
-  ],
-  "dependencies": {
-    "eve-raphael": "0.5.0"
-  },
-  "deprecated": false,
-  "description": "JavaScript Vector Library",
-  "devDependencies": {
-    "qunitjs": "^1.0.0",
-    "webpack": "4.39.2",
-    "webpack-cli": "3.3.6"
-  },
-  "homepage": "http://dmitrybaranovskiy.github.io/raphael/",
-  "keywords": [
-    "svg",
-    "vml",
-    "javascript"
-  ],
-  "license": "MIT",
-  "main": "raphael.min.js",
-  "name": "raphael",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/DmitryBaranovskiy/raphael.git"
-  },
-  "scripts": {
-    "build-all": "yarn build-src && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
-    "build-no-deps": "webpack --env.noDeps -d --devtool none --output-filename raphael.no-deps.js",
-    "build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
-    "build-prod": "webpack -p --output-filename raphael.min.js",
-    "build-src": "webpack -d --devtool none",
-    "dev": "webpack -d",
-    "prepublishOnly": "yarn build-all",
-    "start": "yarn build-all",
-    "test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
-  },
-  "version": "2.3.0"
-}

+ 0 - 34
plugins/sweetalert2-theme-bootstrap-4/README.md

@@ -1,34 +0,0 @@
-# @sweetalert2/theme-bootstrap-4 - Bootstrap 4 Theme for [SweetAlert2](https://github.com/sweetalert2/sweetalert2)
-
-[![npm version](https://img.shields.io/npm/v/@sweetalert2/theme-bootstrap-4.svg)](https://www.npmjs.com/package/@sweetalert2/theme-bootstrap-4)
-
-Installation
-------------
-
-```sh
-npm install --save sweetalert2 @sweetalert2/theme-bootstrap-4
-```
-
-Usage
------
-
-With CSS:
-
-```html
-<!-- Include the Bootstrap 4 theme -->
-<link rel="stylesheet" href="@sweetalert2/theme-bootstrap-4/bootstrap-4.css">
-
-<script src="sweetalert2/dist/sweetalert2.min.js"></script>
-```
-
-With SASS:
-
-`your-app.js`:
-```js
-import Swal from 'sweetalert2/src/sweetalert2.js'
-```
-
-`your-app.scss`:
-```scss
-@import '~@sweetalert2/theme-bootstrap-4/bootstrap-4.scss';
-```

+ 0 - 55
plugins/sweetalert2-theme-bootstrap-4/package.json

@@ -1,55 +0,0 @@
-{
-  "_from": "@sweetalert2/theme-bootstrap-4",
-  "_id": "@sweetalert2/theme-bootstrap-4@2.1.0",
-  "_inBundle": false,
-  "_integrity": "sha512-Ji33Ixo45EjGrGUX0Z+RqsI0X45r3NW464MigYhA9olUy4uOlwfTkumKpeudrY+tMZYDM2OP0LR9ndHBcyArbw==",
-  "_location": "/@sweetalert2/theme-bootstrap-4",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "tag",
-    "registry": true,
-    "raw": "@sweetalert2/theme-bootstrap-4",
-    "name": "@sweetalert2/theme-bootstrap-4",
-    "escapedName": "@sweetalert2%2ftheme-bootstrap-4",
-    "scope": "@sweetalert2",
-    "rawSpec": "",
-    "saveSpec": null,
-    "fetchSpec": "latest"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/@sweetalert2/theme-bootstrap-4/-/theme-bootstrap-4-2.1.0.tgz",
-  "_shasum": "e409b0d043bc1ed1bd47925c7571949b0cdaa3d0",
-  "_spec": "@sweetalert2/theme-bootstrap-4",
-  "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
-  "author": "",
-  "bugs": {
-    "url": "https://github.com/sweetalert2/sweetalert2-themes/issues"
-  },
-  "bundleDependencies": false,
-  "deprecated": false,
-  "description": "Bootstrap 4 theme for SweetAlert2",
-  "files": [
-    "*.css",
-    "*.scss"
-  ],
-  "homepage": "https://sweetalert2.github.io/",
-  "keywords": [
-    "sweetalert2",
-    "bootstrap-4",
-    "theme",
-    "themes",
-    "theming",
-    "sass"
-  ],
-  "license": "MIT",
-  "main": "bootstrap-4.css",
-  "name": "@sweetalert2/theme-bootstrap-4",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/sweetalert2/sweetalert2-themes.git"
-  },
-  "version": "2.1.0"
-}