Browse Source

Clean up more plugins' files. (#2767)

XhmikosR 4 years ago
parent
commit
feb42f852e
100 changed files with 34 additions and 7089 deletions
  1. 25 3
      .gitignore
  2. 0 20
      plugins/daterangepicker/bower.json
  3. BIN
      plugins/daterangepicker/drp.png
  4. 0 210
      plugins/daterangepicker/example/amd/index.html
  5. 0 141
      plugins/daterangepicker/example/amd/main.js
  6. 0 36
      plugins/daterangepicker/example/amd/require.js
  7. 0 11
      plugins/daterangepicker/example/browserify/README.md
  8. 0 0
      plugins/daterangepicker/example/browserify/bundle.js
  9. 0 209
      plugins/daterangepicker/example/browserify/index.html
  10. 0 135
      plugins/daterangepicker/example/browserify/main.js
  11. 0 745
      plugins/daterangepicker/website/index.html
  12. 0 152
      plugins/daterangepicker/website/website.css
  13. 0 179
      plugins/daterangepicker/website/website.js
  14. 0 15
      plugins/filterizr/ActiveFilter.d.ts
  15. 0 12
      plugins/filterizr/EventReceiver.d.ts
  16. 0 28
      plugins/filterizr/FilterContainer/FilterContainer.d.ts
  17. 0 6
      plugins/filterizr/FilterContainer/StyledFilterContainer.d.ts
  18. 0 1
      plugins/filterizr/FilterContainer/index.d.ts
  19. 0 4
      plugins/filterizr/FilterContainer/styles.d.ts
  20. 0 19
      plugins/filterizr/FilterControls.d.ts
  21. 0 44
      plugins/filterizr/FilterItem/FilterItem.d.ts
  22. 0 32
      plugins/filterizr/FilterItem/StyledFilterItem.d.ts
  23. 0 1
      plugins/filterizr/FilterItem/index.d.ts
  24. 0 5
      plugins/filterizr/FilterItem/styles.d.ts
  25. 0 23
      plugins/filterizr/FilterItems/FilterItems.d.ts
  26. 0 13
      plugins/filterizr/FilterItems/StyledFilterItems.d.ts
  27. 0 1
      plugins/filterizr/FilterItems/index.d.ts
  28. 0 75
      plugins/filterizr/Filterizr/Filterizr.d.ts
  29. 0 1
      plugins/filterizr/Filterizr/index.d.ts
  30. 0 1
      plugins/filterizr/Filterizr/installAsJQueryPlugin.d.ts
  31. 0 16
      plugins/filterizr/FilterizrElement.d.ts
  32. 0 22
      plugins/filterizr/FilterizrOptions/FilterizrOptions.d.ts
  33. 0 3
      plugins/filterizr/FilterizrOptions/defaultOptions.d.ts
  34. 0 2
      plugins/filterizr/FilterizrOptions/index.d.ts
  35. 0 13
      plugins/filterizr/Spinner/Spinner.d.ts
  36. 0 5
      plugins/filterizr/Spinner/StyledSpinner.d.ts
  37. 0 1
      plugins/filterizr/Spinner/index.d.ts
  38. 0 2
      plugins/filterizr/Spinner/makeSpinner.d.ts
  39. 0 12
      plugins/filterizr/StyledFilterizrElement.d.ts
  40. 0 2
      plugins/filterizr/StyledFilterizrElements.d.ts
  41. 0 6
      plugins/filterizr/animate.d.ts
  42. 0 4
      plugins/filterizr/config/cssEasingValuesRegexp.d.ts
  43. 0 11
      plugins/filterizr/config/filterizrState.d.ts
  44. 0 3
      plugins/filterizr/config/index.d.ts
  45. 0 13
      plugins/filterizr/config/layout.d.ts
  46. 0 9
      plugins/filterizr/index.d.ts
  47. 0 10
      plugins/filterizr/index.jquery.d.ts
  48. 0 30
      plugins/filterizr/makeLayoutPositions/Packer.d.ts
  49. 0 1
      plugins/filterizr/makeLayoutPositions/index.d.ts
  50. 0 6
      plugins/filterizr/makeLayoutPositions/makeHorizontalLayoutPositions.d.ts
  51. 0 7
      plugins/filterizr/makeLayoutPositions/makeLayoutPositions.d.ts
  52. 0 6
      plugins/filterizr/makeLayoutPositions/makePackedLayoutPositions.d.ts
  53. 0 6
      plugins/filterizr/makeLayoutPositions/makeSameHeightLayoutPositions.d.ts
  54. 0 6
      plugins/filterizr/makeLayoutPositions/makeSameSizeLayoutPosition.d.ts
  55. 0 6
      plugins/filterizr/makeLayoutPositions/makeSameWidthLayoutPositions.d.ts
  56. 0 6
      plugins/filterizr/makeLayoutPositions/makeVerticalLayoutPositions.d.ts
  57. 0 3
      plugins/filterizr/types/index.d.ts
  58. 0 20
      plugins/filterizr/types/interfaces/BaseOptions.d.ts
  59. 0 5
      plugins/filterizr/types/interfaces/ContainerLayout.d.ts
  60. 0 3
      plugins/filterizr/types/interfaces/Destructible.d.ts
  61. 0 3
      plugins/filterizr/types/interfaces/Dictionary.d.ts
  62. 0 4
      plugins/filterizr/types/interfaces/Dimensions.d.ts
  63. 0 5
      plugins/filterizr/types/interfaces/Options.d.ts
  64. 0 4
      plugins/filterizr/types/interfaces/Position.d.ts
  65. 0 4
      plugins/filterizr/types/interfaces/RawOptions.d.ts
  66. 0 10
      plugins/filterizr/types/interfaces/RawOptionsCallbacks.d.ts
  67. 0 6
      plugins/filterizr/types/interfaces/Resizable.d.ts
  68. 0 6
      plugins/filterizr/types/interfaces/SpinnerOptions.d.ts
  69. 0 5
      plugins/filterizr/types/interfaces/Styleable.d.ts
  70. 0 12
      plugins/filterizr/types/interfaces/index.d.ts
  71. 0 1
      plugins/filterizr/utils/allStringsOfArray1InArray2.d.ts
  72. 0 9
      plugins/filterizr/utils/checkOptionForErrors.d.ts
  73. 0 4
      plugins/filterizr/utils/debounce.d.ts
  74. 0 9
      plugins/filterizr/utils/filterItemArraysHaveSameSorting.d.ts
  75. 0 2
      plugins/filterizr/utils/getDataAttributesOfHTMLNode.d.ts
  76. 0 6
      plugins/filterizr/utils/getHTMLElement.d.ts
  77. 0 12
      plugins/filterizr/utils/index.d.ts
  78. 0 4
      plugins/filterizr/utils/intersection.d.ts
  79. 0 5
      plugins/filterizr/utils/merge.d.ts
  80. 0 4
      plugins/filterizr/utils/noop.d.ts
  81. 0 7
      plugins/filterizr/utils/setStyles.d.ts
  82. 0 6
      plugins/filterizr/utils/shuffle.d.ts
  83. 0 7
      plugins/filterizr/utils/sortBy.d.ts
  84. 0 12
      plugins/fullcalendar-bootstrap/main.d.ts
  85. 0 316
      plugins/fullcalendar-daygrid/main.d.ts
  86. 0 323
      plugins/fullcalendar-interaction/main.d.ts
  87. 0 224
      plugins/fullcalendar-timegrid/main.d.ts
  88. 0 2736
      plugins/fullcalendar/main.d.ts
  89. 9 0
      plugins/ion-rangeslider/License.md
  90. 0 145
      plugins/ion-rangeslider/less/_base.less
  91. 0 17
      plugins/ion-rangeslider/less/_mixins.less
  92. 0 10
      plugins/ion-rangeslider/less/irs.less
  93. 0 109
      plugins/ion-rangeslider/less/skins/big.less
  94. 0 125
      plugins/ion-rangeslider/less/skins/flat.less
  95. 0 165
      plugins/ion-rangeslider/less/skins/modern.less
  96. 0 120
      plugins/ion-rangeslider/less/skins/round.less
  97. 0 132
      plugins/ion-rangeslider/less/skins/sharp.less
  98. 0 100
      plugins/ion-rangeslider/less/skins/square.less
  99. 0 59
      plugins/jsgrid/demos/basic.html
  100. 0 0
      plugins/jsgrid/demos/batch-delete.html

+ 25 - 3
.gitignore

@@ -20,9 +20,31 @@ node_modules/
 bower_components/
 
 # Plugins
-/plugins/*/*.md
-/plugins/*/*.html
-/plugins/*/package.json
+/plugins/**/*.html
+/plugins/**/*.less
+/plugins/**/*.md
+/plugins/**/*.scss
+/plugins/**/*.ts
+/plugins/**/bower.json
+/plugins/**/package.json
+/plugins/**/webpack.config.js
+/plugins/**/demo/
+/plugins/**/demos/
+/plugins/**/dev/
+/plugins/**/example/
+/plugins/**/examples/
+/plugins/**/less/
+/plugins/**/test/
+/plugins/**/tests/
+/plugins/daterangepicker/website/
+/plugins/daterangepicker/drp.png
+!/plugins/**/LICENSE.md
+!/plugins/**/LICENSE.txt
+!/plugins/**/license.md
+!/plugins/**/license.txt
+!/plugins/**/LICENSE
+!/plugins/**/license
+!/plugins/**/COPYING
 
 
 # Docs

+ 0 - 20
plugins/daterangepicker/bower.json

@@ -1,20 +0,0 @@
-{
-  "name": "daterangepicker",
-  "main": [
-    "daterangepicker.js",
-    "daterangepicker.css"
-  ],
-  "ignore": [
-    "**/.*",
-    "node_modules",
-    "bower_components",
-    "test",
-    "tests",
-    "moment.js",
-    "moment.min.js"
-  ],
-  "dependencies": {
-    "jquery": "1.9.1 - 3",
-    "moment": ">=2.9.0"
- }
-}

BIN
plugins/daterangepicker/drp.png


+ 0 - 210
plugins/daterangepicker/example/amd/index.html

@@ -1,210 +0,0 @@
-<!DOCTYPE html>
-<html dir="ltr" lang="en-US">
-   <head>
-      <meta charset="UTF-8" />
-      <title>A date range picker for Bootstrap</title>
-      <link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
-      <link rel="stylesheet" type="text/css" media="all" href="../../daterangepicker.css" />
-      <style type="text/css">
-      .demo { position: relative; }
-      .demo i {
-        position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
-      }
-      </style>
-   </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"> 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"> ranges (with example predefined ranges)
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="locale"> locale (with example settings)
-                </label>
-              </div>
-
-              <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="alwaysShowCalendars"> alwaysShowCalendars
-                </label>
-              </div>
-
-            </div>
-            <div class="col-md-4">
-
-              <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>
-            <input type="text" id="config-demo" class="form-control">
-            <i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
-          </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>
-
-
-      <script type="text/javascript" src="require.js" data-main="main.js"></script>
-   </body>
-</html>

+ 0 - 141
plugins/daterangepicker/example/amd/main.js

@@ -1,141 +0,0 @@
-requirejs.config({
-    "paths": {
-      "jquery": "https://code.jquery.com/jquery-1.11.3.min",
-      "moment": "../../moment",
-      "daterangepicker": "../../daterangepicker"
-    }
-});
-
-requirejs(['jquery', 'moment', 'daterangepicker'] , function ($, moment) {
-$(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')) {
-      options.locale = {
-        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
-      };
-    }
-
-    if (!$('#linkedCalendars').is(':checked'))
-      options.linkedCalendars = false;
-
-    if (!$('#autoUpdateInput').is(':checked'))
-      options.autoUpdateInput = 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 + ')'); });
-
-  }
-
-});
-});

File diff suppressed because it is too large
+ 0 - 36
plugins/daterangepicker/example/amd/require.js


+ 0 - 11
plugins/daterangepicker/example/browserify/README.md

@@ -1,11 +0,0 @@
-# Browserify example
-
-Two steps need to be done for this to work
-
-In the project root
-
-    npm install
-
-In this folder
-
-    ../../node_modules/.bin/browserify main.js -o bundle.js

+ 0 - 0
plugins/daterangepicker/example/browserify/bundle.js


+ 0 - 209
plugins/daterangepicker/example/browserify/index.html

@@ -1,209 +0,0 @@
-<!DOCTYPE html>
-<html dir="ltr" lang="en-US">
-   <head>
-      <meta charset="UTF-8" />
-      <title>A date range picker for Bootstrap</title>
-      <link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
-      <link rel="stylesheet" type="text/css" media="all" href="../../daterangepicker.css" />
-      <style type="text/css">
-      .demo { position: relative; }
-      .demo i {
-        position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
-      }
-      </style>
-   </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"> 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"> ranges (with example predefined ranges)
-                </label>
-              </div>
-
-              <div class="checkbox">
-                <label>
-                  <input type="checkbox" id="locale"> locale (with example settings)
-                </label>
-              </div>
-
-              <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="alwaysShowCalendars"> alwaysShowCalendars
-                </label>
-              </div>
-
-            </div>
-            <div class="col-md-4">
-
-              <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>
-            <input type="text" id="config-demo" class="form-control">
-            <i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
-          </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>
-
-      <script type="text/javascript" src="bundle.js"></script>
-   </body>
-</html>

+ 0 - 135
plugins/daterangepicker/example/browserify/main.js

@@ -1,135 +0,0 @@
-require('../../daterangepicker.js');
-var $ = require('jquery'),
-    moment = require('moment');
-
-$(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')) {
-      options.locale = {
-        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
-      };
-    }
-
-    if (!$('#linkedCalendars').is(':checked'))
-      options.linkedCalendars = false;
-
-    if (!$('#autoUpdateInput').is(':checked'))
-      options.autoUpdateInput = 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 + ')'); });
-
-  }
-
-});

File diff suppressed because it is too large
+ 0 - 745
plugins/daterangepicker/website/index.html


+ 0 - 152
plugins/daterangepicker/website/website.css

@@ -1,152 +0,0 @@
-body {
-    font-size: 15px;
-    line-height: 1.6em;
-    position: relative;
-    margin: 0;
-}
-
-.navbar .nav-item {
-    padding: 8px 0 8px 20px;
-}
-
-.navbar .nav-link {
-    font-weight: bold;
-    font-size: 14px;
-    padding: 0;
-}
-
-.navbar-expand-sm .navbar-nav .nav-link {
-    padding: 0;
-}
-
-.well {
-    background: #f5f5f5;
-    border-radius: 4px;
-    padding: 20px;
-}
-
-h1 {
-    font-size: 20px;
-    margin-bottom: 1em;
-    padding-bottom: 5px;
-    border-bottom: 1px dotted #08c;
-}
-
-h1:before {
-    content: '#';
-    color: #666;
-    position: relative;
-    padding-right: 5px;
-}
-
-h2 {
-    padding: 0;
-    margin: 20px 0 0 0;
-    font-size: 18px;
-}
-
-h2 a {
-    color: #444;
-    display: block;
-    background: #eee;
-    padding: 8px 12px;
-    margin-bottom: 0;
-    cursor: default;
-    text-decoration: none;
-}
-
-input.form-control {
-    font-size: 14px;
-}
-
-.collapsable {
-    border: 1px solid #eee;
-    padding: 12px;
-    display: block;
-}
-
-label {
-    font-size: 13px;
-    font-weight: bold;
-}
-
-.gist {
-   overflow: auto;
-}
-
-.gist .blob-wrapper.data {
-   max-height: 350px;
-   overflow: auto;
-}
-
-.list-group-item {
-    padding: 4px 0;
-    border: 0;
-    font-size: 16px;
-}
-
-.leftcol {
-    position: absolute;
-    top: 180px;
-}
-
-.rightcol {
-    max-width: 950px;
-}
-
-.container {
-    max-width: 1300px;
-}
-
-@media (min-width: 980px) {
-    .rightcol {
-        margin-left: 320px;
-    }
-}
-
-p, pre {
-    margin-bottom: 2em;
-}
-
-ul.nobullets {
-    margin: 0;
-    padding: 0;
-    list-style: none;
-}
-ul.nobullets li {
-    padding-bottom: 1em;
-    margin-bottom: 1em;
-    border-bottom: 1px dotted #ddd;
-}
-
-input[type="text"] {
-    padding: 6px;
-    width: 100%;
-    border-radius: 4px;
-}
-
-#footer {
-    background: #222;
-    margin-top: 80px;
-    padding: 10px;
-    color: #fff;
-    text-align: center;
-}
-#footer a:link, #footer a:visited {
-    color: #fff;
-    border-bottom: 1px dotted #fff;
-}
-#jumbo {
-    background: #c1deef;
-    color: #000;
-    padding: 20px 0;
-    margin-bottom: 20px;
-}
-
-#jumbo h1 {
-    font-size: 28px;
-}
-#jumbo .btn {
-    border-radius: 0;
-    font-size: 16px;
-}

+ 0 - 179
plugins/daterangepicker/website/website.js

@@ -1,179 +0,0 @@
-$(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 ($('#minYear').val().length && $('#minYear').val() != 1)
-        options.minYear = parseInt($('#minYear').val(), 10);
-
-      if ($('#maxYear').val().length && $('#maxYear').val() != 1)
-        options.maxYear = parseInt($('#maxYear').val(), 10);
-
-      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 ($('#maxSpan').is(':checked'))
-        options.maxSpan = { 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')) {
-        options.locale = {
-          format: 'MM/DD/YYYY',
-          separator: ' - ',
-          applyLabel: 'Apply',
-          cancelLabel: 'Cancel',
-          fromLabel: 'From',
-          toLabel: 'To',
-          customRangeLabel: 'Custom',
-          weekLabel: 'W',
-          daysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr','Sa'],
-          monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
-          firstDay: 1
-        };
-      }
-
-      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 ($('#applyButtonClasses').val().length && $('#applyButtonClasses').val() != 'btn-primary')
-        options.applyButtonClasses = $('#applyButtonClasses').val();
-
-      if ($('#cancelButtonClasses').val().length && $('#cancelButtonClasses').val() != 'btn-default')
-        options.cancelClass = $('#cancelButtonClasses').val();
-
-      $('#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 + ')'); });
-      
-      if (typeof options.ranges !== 'undefined') {
-        options.ranges = {};
-      }
-
-      var option_text = JSON.stringify(options, null, '    ');
-
-      var replacement = "ranges: {\n"
-          + "        'Today': [moment(), moment()],\n"
-          + "        'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],\n"
-          + "        'Last 7 Days': [moment().subtract(6, 'days'), moment()],\n"
-          + "        'Last 30 Days': [moment().subtract(29, 'days'), moment()],\n"
-          + "        'This Month': [moment().startOf('month'), moment().endOf('month')],\n"
-          + "        'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]\n"
-          + "    }";
-      option_text = option_text.replace(new RegExp('"ranges"\: \{\}', 'g'), replacement);
-
-      $('#config-text').val("$('#demo').daterangepicker(" + option_text + ", 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});");
-
-    }
-
-    $(window).scroll(function (event) {
-        var scroll = $(window).scrollTop();
-        if (scroll > 180) {
-          $('.leftcol').css('position', 'fixed');
-          $('.leftcol').css('top', '10px');
-        } else {
-          $('.leftcol').css('position', 'absolute');
-          $('.leftcol').css('top', '180px');
-        }
-    });
-
-    var bg = new Trianglify({
-      x_colors: ["#e1f3fd", "#eeeeee", "#407dbf"],
-      y_colors: 'match_x',
-      width: document.body.clientWidth,
-      height: 150,
-      stroke_width: 0,
-      cell_size: 20
-    });
-
-    $('#jumbo').css('background-image', 'url(' + bg.png() + ')');
-
-});

+ 0 - 15
plugins/filterizr/ActiveFilter.d.ts

@@ -1,15 +0,0 @@
-import { Filter } from './types';
-/**
- * ActiveFilter represents the currently active filter over
- * the grid.
- *
- * It can be a plain string value or an array of strings.
- */
-export default class ActiveFilter {
-    private filter;
-    constructor(filter: Filter);
-    get(): Filter;
-    set(targetFilter: Filter): void;
-    toggle(targetFilter: string): void;
-    private toggleFilter;
-}

+ 0 - 12
plugins/filterizr/EventReceiver.d.ts

@@ -1,12 +0,0 @@
-import { Destructible } from './types/interfaces';
-declare type Receiver = NodeListOf<Element> | Element | Window;
-export default class EventReceiver implements Destructible {
-    private receiver;
-    private eventDictionary;
-    constructor(receiver: Receiver);
-    on(eventType: string, eventHandler: EventListener): void;
-    off(eventType: string): void;
-    destroy(): void;
-    private removeAllEvents;
-}
-export {};

+ 0 - 28
plugins/filterizr/FilterContainer/FilterContainer.d.ts

@@ -1,28 +0,0 @@
-import { FilterizrState } from '../types';
-import FilterizrOptions from '../FilterizrOptions';
-import FilterItems from '../FilterItems';
-import FilterizrElement from '../FilterizrElement';
-import StyledFilterContainer from './StyledFilterContainer';
-/**
- * Resembles the grid of items within Filterizr.
- */
-export default class FilterContainer extends FilterizrElement {
-    filterItems: FilterItems;
-    protected styledNode: StyledFilterContainer;
-    private _filterizrState;
-    constructor(node: Element, options: FilterizrOptions);
-    readonly styles: StyledFilterContainer;
-    filterizrState: FilterizrState;
-    destroy(): void;
-    /**
-     * Turn the HTML elements in the grid to FilterItem
-     * instances and return a collection of them.
-     * @throws when no filter items are found in the grid.
-     */
-    makeFilterItems(options: FilterizrOptions): FilterItems;
-    insertItem(node: HTMLElement): void;
-    removeItem(node: HTMLElement): void;
-    setHeight(newHeight: number): void;
-    bindEvents(): void;
-    unbindEvents(): void;
-}

+ 0 - 6
plugins/filterizr/FilterContainer/StyledFilterContainer.d.ts

@@ -1,6 +0,0 @@
-import StyledFilterizrElement from '../StyledFilterizrElement';
-export default class StyledFilterContainer extends StyledFilterizrElement {
-    initialize(): void;
-    updatePaddings(): void;
-    setHeight(newHeight: number): void;
-}

+ 0 - 1
plugins/filterizr/FilterContainer/index.d.ts

@@ -1 +0,0 @@
-export { default } from './FilterContainer';

+ 0 - 4
plugins/filterizr/FilterContainer/styles.d.ts

@@ -1,4 +0,0 @@
-import FilterizrOptions from '../FilterizrOptions';
-export declare const makePaddingStyles: (options: FilterizrOptions) => object;
-export declare const makeInitialStyles: (options: FilterizrOptions) => object;
-export declare const makeHeightStyles: (height: number) => object;

+ 0 - 19
plugins/filterizr/FilterControls.d.ts

@@ -1,19 +0,0 @@
-import Filterizr from './Filterizr';
-import { Destructible } from './types/interfaces';
-export default class FilterControls implements Destructible {
-    private filterControls;
-    private filterizr;
-    private multiFilterControls;
-    private searchControls;
-    private selector;
-    private shuffleControls;
-    private sortAscControls;
-    private sortDescControls;
-    /**
-     * @param filterizr keep a ref to the Filterizr object to control actions
-     * @param selector selector of controls in case of multiple Filterizr instances
-     */
-    constructor(filterizr: Filterizr, selector?: string);
-    destroy(): void;
-    private initialize;
-}

+ 0 - 44
plugins/filterizr/FilterItem/FilterItem.d.ts

@@ -1,44 +0,0 @@
-import { Position } from '../types/interfaces';
-import FilterizrOptions from '../FilterizrOptions';
-import FilterizrElement from '../FilterizrElement';
-import StyledFilterItem from './StyledFilterItem';
-/**
- * Resembles an item in the grid of Filterizr.
- */
-export default class FilterItem extends FilterizrElement {
-    protected styledNode: StyledFilterItem;
-    private filteredOut;
-    private lastPosition;
-    private sortData;
-    constructor(node: Element, index: number, options: FilterizrOptions);
-    readonly styles: StyledFilterItem;
-    /**
-     * Destroys the FilterItem instance
-     */
-    destroy(): void;
-    /**
-     * Filters in a specific FilterItem out of the grid.
-     */
-    filterIn(targetPosition: Position): void;
-    /**
-     * Filters out a specific FilterItem out of the grid.
-     */
-    filterOut(): void;
-    /**
-     * Returns true if the text contents of the FilterItem match the search term
-     * @param searchTerm to look up
-     */
-    contentsMatchSearch(searchTerm: string): boolean;
-    /**
-     * Returns all categories of the grid items data-category attribute
-     * with a regexp regarding all whitespace.
-     */
-    getCategories(): string[];
-    /**
-     * Returns the value of the sort attribute
-     * @param sortAttribute "index", "sortData" or custom user data-attribute by which to sort
-     */
-    getSortAttribute(sortAttribute: string): string | number;
-    protected bindEvents(): void;
-    protected unbindEvents(): void;
-}

+ 0 - 32
plugins/filterizr/FilterItem/StyledFilterItem.d.ts

@@ -1,32 +0,0 @@
-import { Position } from './../types/interfaces';
-import StyledFilterizrElement from '../StyledFilterizrElement';
-import FilterizrOptions from '../FilterizrOptions';
-export default class StyledFilterItem extends StyledFilterizrElement {
-    private _index;
-    constructor(node: HTMLElement, index: number, options: FilterizrOptions);
-    initialize(): void;
-    setFilteredStyles(position: Position, cssOptions: object): void;
-    updateTransitionStyle(): void;
-    updateWidth(): void;
-    /**
-     * Sets the transition css property as an inline style on the FilterItem.
-     *
-     * The idea here is that during the very first render items should assume
-     * their positions directly.
-     *
-     * Following renders should actually trigger the transitions, which is why
-     * we need to delay setting the transition property.
-     *
-     * Unfortunately, JavaScript code executes on the same thread as the
-     * browser's rendering. Everything that needs to be drawn waits for
-     * JavaScript execution to complete. Thus, we need to use a setTimeout
-     * here to defer setting the transition style at the first rendering cycle.
-     */
-    enableTransitions(): Promise<void>;
-    disableTransitions(): void;
-    setZIndex(zIndex: number): void;
-    removeZIndex(): void;
-    removeWidth(): void;
-    setHidden(): void;
-    setVisible(): void;
-}

+ 0 - 1
plugins/filterizr/FilterItem/index.d.ts

@@ -1 +0,0 @@
-export { default } from './FilterItem';

+ 0 - 5
plugins/filterizr/FilterItem/styles.d.ts

@@ -1,5 +0,0 @@
-import FilterizrOptions from '../FilterizrOptions';
-import { Dictionary, Position } from '../types/interfaces';
-export declare const makeInitialStyles: (options: FilterizrOptions) => object;
-export declare const makeFilteringStyles: (targetPosition: Position, cssOptions: Dictionary) => object;
-export declare const makeTransitionStyles: (index: number, options: FilterizrOptions) => object;

+ 0 - 23
plugins/filterizr/FilterItems/FilterItems.d.ts

@@ -1,23 +0,0 @@
-import StyledFilterItems from './StyledFilterItems';
-import { Filter } from '../types';
-import FilterItem from '../FilterItem';
-import FilterizrOptions from '../FilterizrOptions/FilterizrOptions';
-import { Destructible, Styleable } from '../types/interfaces';
-export default class FilterItems implements Destructible, Styleable {
-    private filterItems;
-    private styledFilterItems;
-    private options;
-    constructor(filterItems: FilterItem[], options: FilterizrOptions);
-    readonly styles: StyledFilterItems;
-    readonly length: number;
-    getItem(index: number): FilterItem;
-    destroy(): void;
-    push(filterItem: FilterItem): number;
-    remove(node: HTMLElement): void;
-    getFiltered(filter: Filter): FilterItem[];
-    getFilteredOut(filter: Filter): FilterItem[];
-    sort(sortAttr?: string, sortOrder?: 'asc' | 'desc'): void;
-    shuffle(): void;
-    private search;
-    private shouldBeFiltered;
-}

+ 0 - 13
plugins/filterizr/FilterItems/StyledFilterItems.d.ts

@@ -1,13 +0,0 @@
-import StyledFilterizrElements from '../StyledFilterizrElements';
-import FilterItem from '../FilterItem/FilterItem';
-export default class StyledFilterItems extends StyledFilterizrElements {
-    private _filterItems;
-    constructor(elements: FilterItem[]);
-    resetDisplay(): void;
-    removeWidth(): void;
-    updateWidth(): void;
-    updateTransitionStyle(): void;
-    disableTransitions(): void;
-    enableTransitions(): Promise<void>;
-    updateWidthWithTransitionsDisabled(): void;
-}

+ 0 - 1
plugins/filterizr/FilterItems/index.d.ts

@@ -1 +0,0 @@
-export { default } from './FilterItems';

+ 0 - 75
plugins/filterizr/Filterizr/Filterizr.d.ts

@@ -1,75 +0,0 @@
-import { Filter } from '../types';
-import { RawOptions, Destructible } from '../types/interfaces';
-import FilterizrOptions from '../FilterizrOptions';
-import FilterContainer from '../FilterContainer';
-import FilterItem from '../FilterItem';
-export default class Filterizr implements Destructible {
-    /**
-     * Main Filterizr classes exported as static members
-     */
-    static FilterContainer: typeof FilterContainer;
-    static FilterItem: typeof FilterItem;
-    static defaultOptions: RawOptions;
-    /**
-     * Static method that receives the jQuery object and extends
-     * its prototype with a .filterizr method.
-     */
-    static installAsJQueryPlugin: Function;
-    options: FilterizrOptions;
-    private windowEventReceiver;
-    private filterContainer;
-    private filterControls?;
-    private imagesHaveLoaded;
-    private spinner?;
-    constructor(selectorOrNode?: string | HTMLElement, userOptions?: RawOptions);
-    private readonly filterItems;
-    /**
-     * Filters the items in the grid by a category
-     * @param category by which to filter
-     */
-    filter(category: Filter): void;
-    destroy(): void;
-    /**
-     * Inserts a new FilterItem into the grid
-     */
-    insertItem(node: HTMLElement): Promise<void>;
-    /**
-     * Removes a FilterItem from the grid
-     */
-    removeItem(node: HTMLElement): void;
-    /**
-     * Sorts the FilterItems in the grid
-     * @param sortAttr the attribute by which to perform the sort
-     * @param sortOrder ascending or descending
-     */
-    sort(sortAttr?: string, sortOrder?: 'asc' | 'desc'): void;
-    /**
-     * Searches through the FilterItems for a given string and adds an additional filter layer.
-     */
-    search(searchTerm?: string): void;
-    /**
-     * Shuffles the FilterItems in the grid, making sure their positions have changed.
-     */
-    shuffle(): void;
-    /**
-     * Updates the perferences of the users for rendering the Filterizr grid,
-     * additionally performs error checking on the new options passed.
-     * @param newOptions to override the defaults.
-     */
-    setOptions(newOptions: RawOptions): void;
-    /**
-     * Performs multifiltering with AND/OR logic.
-     * @param toggledFilter the filter to toggle
-     */
-    toggleFilter(toggledFilter: string): void;
-    private render;
-    /**
-     * Initialization sequence of Filterizr when the grid is first loaded
-     */
-    private initialize;
-    private bindEvents;
-    /**
-     * Resolves when the images of the grid have finished loading into the DOM
-     */
-    private waitForImagesToLoad;
-}

+ 0 - 1
plugins/filterizr/Filterizr/index.d.ts

@@ -1 +0,0 @@
-export { default } from './Filterizr';

+ 0 - 1
plugins/filterizr/Filterizr/installAsJQueryPlugin.d.ts

@@ -1 +0,0 @@
-export default function installAsJQueryPlugin($: any): void;

+ 0 - 16
plugins/filterizr/FilterizrElement.d.ts

@@ -1,16 +0,0 @@
-import { Destructible, Dimensions, Resizable, Styleable } from './types/interfaces';
-import FilterizrOptions from './FilterizrOptions';
-import EventReceiver from './EventReceiver';
-import StyledFilterizrElement from './StyledFilterizrElement';
-export default abstract class FilterizrElement implements Destructible, Resizable, Styleable {
-    node: Element;
-    options: FilterizrOptions;
-    protected eventReceiver: EventReceiver;
-    constructor(node: Element, options: FilterizrOptions);
-    readonly dimensions: Dimensions;
-    destroy(): void | Promise<void>;
-    trigger(eventType: string): void;
-    abstract readonly styles: StyledFilterizrElement;
-    protected abstract bindEvents(): void;
-    protected abstract unbindEvents(): void;
-}

+ 0 - 22
plugins/filterizr/FilterizrOptions/FilterizrOptions.d.ts

@@ -1,22 +0,0 @@
-import { BaseOptions, RawOptions } from './../types/interfaces';
-import ActiveFilter from '../ActiveFilter';
-import { Filter } from '../types';
-export interface Options extends BaseOptions {
-    filter: ActiveFilter;
-}
-export default class FilterizrOptions {
-    private options;
-    constructor(userOptions: RawOptions);
-    readonly isSpinnerEnabled: boolean;
-    readonly areControlsEnabled: boolean;
-    readonly controlsSelector: string;
-    filter: Filter;
-    toggleFilter(filter: string): void;
-    searchTerm: string;
-    get(): Options;
-    getRaw(): RawOptions;
-    set(newUserOptions: RawOptions): void;
-    private convertToFilterizrOptions;
-    private convertToOptions;
-    private validate;
-}

+ 0 - 3
plugins/filterizr/FilterizrOptions/defaultOptions.d.ts

@@ -1,3 +0,0 @@
-import { RawOptions } from '../types/interfaces';
-declare const defaultOptions: RawOptions;
-export default defaultOptions;

+ 0 - 2
plugins/filterizr/FilterizrOptions/index.d.ts

@@ -1,2 +0,0 @@
-export { default as defaultOptions } from './defaultOptions';
-export { default } from './FilterizrOptions';

+ 0 - 13
plugins/filterizr/Spinner/Spinner.d.ts

@@ -1,13 +0,0 @@
-import { Destructible, Styleable } from '../types/interfaces';
-import FilterizrOptions from '../FilterizrOptions';
-import FilterContainer from '../FilterContainer';
-import StyledSpinner from './StyledSpinner';
-export default class Spinner implements Destructible, Styleable {
-    private node;
-    private styledNode;
-    private filterContainer;
-    constructor(filterContainer: FilterContainer, options: FilterizrOptions);
-    readonly styles: StyledSpinner;
-    destroy(): Promise<void>;
-    private initialize;
-}

+ 0 - 5
plugins/filterizr/Spinner/StyledSpinner.d.ts

@@ -1,5 +0,0 @@
-import StyledFilterizrElement from '../StyledFilterizrElement';
-export default class StyledSpinner extends StyledFilterizrElement {
-    initialize(): void;
-    fadeOut(): Promise<void>;
-}

+ 0 - 1
plugins/filterizr/Spinner/index.d.ts

@@ -1 +0,0 @@
-export { default } from './Spinner';

+ 0 - 2
plugins/filterizr/Spinner/makeSpinner.d.ts

@@ -1,2 +0,0 @@
-import { SpinnerOptions } from '../types/interfaces';
-export declare function makeSpinner({ fillColor }: SpinnerOptions): HTMLElement;

+ 0 - 12
plugins/filterizr/StyledFilterizrElement.d.ts

@@ -1,12 +0,0 @@
-import { Destructible } from './types/interfaces/Destructible';
-import FilterizrOptions from './FilterizrOptions';
-export default abstract class StyledFilterizrElement implements Destructible {
-    protected options: FilterizrOptions;
-    protected node: HTMLElement;
-    constructor(node: HTMLElement, options: FilterizrOptions);
-    destroy(): void;
-    protected animate(targetStyles: object): Promise<void>;
-    protected set(targetStyles: object): void;
-    protected remove(propertyName: string): void;
-    abstract initialize(): void | Promise<void>;
-}

+ 0 - 2
plugins/filterizr/StyledFilterizrElements.d.ts

@@ -1,2 +0,0 @@
-export default abstract class StyledFilterizrElements {
-}

+ 0 - 6
plugins/filterizr/animate.d.ts

@@ -1,6 +0,0 @@
-declare class Animator {
-    static animate(node: HTMLElement, targetStyles: object): Promise<void>;
-    private static process;
-}
-declare const _default: typeof Animator.animate;
-export default _default;

+ 0 - 4
plugins/filterizr/config/cssEasingValuesRegexp.d.ts

@@ -1,4 +0,0 @@
-/**
- * A Regexp to validate potential values for the CSS easing property of transitions.
- */
-export declare const cssEasingValuesRegexp: RegExp;

+ 0 - 11
plugins/filterizr/config/filterizrState.d.ts

@@ -1,11 +0,0 @@
-interface FilterizrState {
-    IDLE: 'IDLE';
-    FILTERING: 'FILTERING';
-    SORTING: 'SORTING';
-    SHUFFLING: 'SHUFFLING';
-}
-/**
- * Possible animation states for Filterizr
- */
-export declare const FILTERIZR_STATE: FilterizrState;
-export {};

+ 0 - 3
plugins/filterizr/config/index.d.ts

@@ -1,3 +0,0 @@
-export { FILTERIZR_STATE } from './filterizrState';
-export { LAYOUT } from './layout';
-export { cssEasingValuesRegexp } from './cssEasingValuesRegexp';

+ 0 - 13
plugins/filterizr/config/layout.d.ts

@@ -1,13 +0,0 @@
-interface Layout {
-    SAME_SIZE: 'sameSize';
-    SAME_HEIGHT: 'sameHeight';
-    SAME_WIDTH: 'sameWidth';
-    PACKED: 'packed';
-    HORIZONTAL: 'horizontal';
-    VERTICAL: 'vertical';
-}
-/**
- * Possible grid layout modes
- */
-export declare const LAYOUT: Layout;
-export {};

+ 0 - 9
plugins/filterizr/index.d.ts

@@ -1,9 +0,0 @@
-/**
- * Filterizr is a JavaScript library that sorts, shuffles and applies stunning
- * filters over responsive galleries using CSS3 transitions and
- * custom CSS effects.
- * @author Yiotis Kaltsikis
- * @see {@link http://yiotis.net/filterizr}
- * @license MIT
- */
-export { default } from './Filterizr';

+ 0 - 10
plugins/filterizr/index.jquery.d.ts

@@ -1,10 +0,0 @@
-/**
- * Filterizr is a JavaScript library that sorts, shuffles and applies stunning filters over
- * responsive galleries using CSS3 transitions and custom CSS effects.
- *
- * @author Yiotis Kaltsikis
- * @see {@link http://yiotis.net/filterizr}
- * @license MIT
- */
-import Filterizr from './Filterizr';
-export default Filterizr;

+ 0 - 30
plugins/filterizr/makeLayoutPositions/Packer.d.ts

@@ -1,30 +0,0 @@
-/**
- * Modified version of Jake Gordon's Bin Packing algorithm used for Filterizr's 'packed' layout
- * @see {@link https://github.com/jakesgordon/bin-packing}
- */
-interface PackerRoot {
-    x: number;
-    y: number;
-    w: number;
-    h?: number;
-    used?: boolean;
-    down?: PackerRoot;
-    right?: PackerRoot;
-}
-interface PackerBlock {
-    x?: number;
-    y?: number;
-    w?: number;
-    h?: number;
-    fit?: PackerRoot | void;
-}
-export default class Packer {
-    root: PackerRoot;
-    constructor(w: number);
-    init(w: number): void;
-    fit(blocks: PackerBlock[]): void;
-    findNode(root: PackerRoot, w: number, h: number): PackerRoot | void;
-    splitNode(node: PackerRoot, w: number, h: number): PackerRoot;
-    growDown(w: number, h: number): PackerRoot | void;
-}
-export {};

+ 0 - 1
plugins/filterizr/makeLayoutPositions/index.d.ts

@@ -1 +0,0 @@
-export { default } from './makeLayoutPositions';

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makeHorizontalLayoutPositions.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Horizontal layout algorithm that arranges all FilterItems in one row. Their width may vary.
- */
-export default _default;

+ 0 - 7
plugins/filterizr/makeLayoutPositions/makeLayoutPositions.d.ts

@@ -1,7 +0,0 @@
-import { ContainerLayout, Dimensions, Options } from '../types/interfaces';
-declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], { gutterPixels, layout }: Options) => ContainerLayout;
-/**
- * Creates the specifications of the dimensions of the
- * container and items for the next render of Filterizr.
- */
-export default _default;

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makePackedLayoutPositions.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Packed layout for items that can have varying width as well as varying height.
- */
-export default _default;

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makeSameHeightLayoutPositions.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Same height layout for items that have the same height, but can have varying width
- */
-export default _default;

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makeSameSizeLayoutPosition.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Same size layout for items that have the same width/height
- */
-export default _default;

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makeSameWidthLayoutPositions.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Same width layout for items that have the same width and varying height
- */
-export default _default;

+ 0 - 6
plugins/filterizr/makeLayoutPositions/makeVerticalLayoutPositions.d.ts

@@ -1,6 +0,0 @@
-import { ContainerLayout, Dimensions } from '../types/interfaces';
-declare const _default: (itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
-/**
- * Vertical layout algorithm that arranges all FilterItems in one column. Their height may vary.
- */
-export default _default;

+ 0 - 3
plugins/filterizr/types/index.d.ts

@@ -1,3 +0,0 @@
-export declare type Filter = string | string[];
-export declare type FilterizrState = 'IDLE' | 'FILTERING' | 'SORTING' | 'SHUFFLING';
-export declare type Layout = 'horizontal' | 'vertical' | 'sameHeight' | 'sameWidth' | 'sameSize' | 'packed';

+ 0 - 20
plugins/filterizr/types/interfaces/BaseOptions.d.ts

@@ -1,20 +0,0 @@
-import { SpinnerOptions } from './SpinnerOptions';
-import { RawOptionsCallbacks } from './RawOptionsCallbacks';
-import { Layout } from '..';
-export interface BaseOptions {
-    animationDuration?: number;
-    callbacks?: RawOptionsCallbacks;
-    controlsSelector?: string;
-    delay?: number;
-    delayMode?: 'alternate' | 'progressive';
-    easing?: string;
-    filterOutCss?: object;
-    filterInCss?: object;
-    gridItemsSelector?: string;
-    gutterPixels?: number;
-    layout?: Layout;
-    multifilterLogicalOperator?: 'or' | 'and';
-    searchTerm?: string;
-    setupControls?: boolean;
-    spinner?: SpinnerOptions;
-}

+ 0 - 5
plugins/filterizr/types/interfaces/ContainerLayout.d.ts

@@ -1,5 +0,0 @@
-import { Position } from './Position';
-export interface ContainerLayout {
-    containerHeight: number;
-    itemsPositions: Position[];
-}

+ 0 - 3
plugins/filterizr/types/interfaces/Destructible.d.ts

@@ -1,3 +0,0 @@
-export interface Destructible {
-    destroy(): void | Promise<void>;
-}

+ 0 - 3
plugins/filterizr/types/interfaces/Dictionary.d.ts

@@ -1,3 +0,0 @@
-export interface Dictionary {
-    [key: string]: any;
-}

+ 0 - 4
plugins/filterizr/types/interfaces/Dimensions.d.ts

@@ -1,4 +0,0 @@
-export interface Dimensions {
-    width: number;
-    height: number;
-}

+ 0 - 5
plugins/filterizr/types/interfaces/Options.d.ts

@@ -1,5 +0,0 @@
-import { BaseOptions } from './BaseOptions';
-import ActiveFilter from '../../ActiveFilter';
-export interface Options extends BaseOptions {
-    filter: ActiveFilter;
-}

+ 0 - 4
plugins/filterizr/types/interfaces/Position.d.ts

@@ -1,4 +0,0 @@
-export interface Position {
-    left: number;
-    top: number;
-}

+ 0 - 4
plugins/filterizr/types/interfaces/RawOptions.d.ts

@@ -1,4 +0,0 @@
-import { BaseOptions } from './BaseOptions';
-export interface RawOptions extends BaseOptions {
-    filter?: string | string[];
-}

+ 0 - 10
plugins/filterizr/types/interfaces/RawOptionsCallbacks.d.ts

@@ -1,10 +0,0 @@
-export interface RawOptionsCallbacks {
-    onInit?: EventListener;
-    onFilteringStart?: EventListener;
-    onFilteringEnd?: EventListener;
-    onShufflingStart?: EventListener;
-    onShufflingEnd?: EventListener;
-    onSortingStart?: EventListener;
-    onSortingEnd?: EventListener;
-    onTransitionEnd?: EventListener;
-}

+ 0 - 6
plugins/filterizr/types/interfaces/Resizable.d.ts

@@ -1,6 +0,0 @@
-export interface Resizable {
-    readonly dimensions: {
-        width: number;
-        height: number;
-    };
-}

+ 0 - 6
plugins/filterizr/types/interfaces/SpinnerOptions.d.ts

@@ -1,6 +0,0 @@
-import { Dictionary } from './Dictionary';
-export interface SpinnerOptions {
-    enabled?: boolean;
-    fillColor?: string;
-    styles?: Dictionary;
-}

+ 0 - 5
plugins/filterizr/types/interfaces/Styleable.d.ts

@@ -1,5 +0,0 @@
-import StyledFilterizrElement from '../../StyledFilterizrElement';
-import StyledFilterizrElements from '../../StyledFilterizrElements';
-export interface Styleable {
-    readonly styles: StyledFilterizrElement | StyledFilterizrElements;
-}

+ 0 - 12
plugins/filterizr/types/interfaces/index.d.ts

@@ -1,12 +0,0 @@
-export { BaseOptions } from './BaseOptions';
-export { ContainerLayout } from './ContainerLayout';
-export { Destructible } from './Destructible';
-export { Dictionary } from './Dictionary';
-export { Dimensions } from './Dimensions';
-export { Options } from './Options';
-export { Position } from './Position';
-export { RawOptions } from './RawOptions';
-export { RawOptionsCallbacks } from './RawOptionsCallbacks';
-export { Resizable } from './Resizable';
-export { SpinnerOptions } from './SpinnerOptions';
-export { Styleable } from './Styleable';

+ 0 - 1
plugins/filterizr/utils/allStringsOfArray1InArray2.d.ts

@@ -1 +0,0 @@
-export declare const allStringsOfArray1InArray2: (arr1: string[], arr2: string[]) => boolean;

+ 0 - 9
plugins/filterizr/utils/checkOptionForErrors.d.ts

@@ -1,9 +0,0 @@
-/**
- * Error checking method to restrict a prop to some allowed values
- * @param {String} name of the option key in the options object
- * @param {String|Number|Object|Function|Array|Boolean} value of the option
- * @param {String} type of the property
- * @param {Array} allowed accepted values for option
- * @param {String} furtherHelpLink a link to docs for further help
- */
-export declare const checkOptionForErrors: (name: string, value: string | number | boolean | object | Function | any[], type?: string, allowed?: RegExp | any[], furtherHelpLink?: string) => void;

+ 0 - 4
plugins/filterizr/utils/debounce.d.ts

@@ -1,4 +0,0 @@
-/**
- * Debounce of Underscore.js
- */
-export declare const debounce: (func: Function, wait: number, immediate: boolean) => Function;

+ 0 - 9
plugins/filterizr/utils/filterItemArraysHaveSameSorting.d.ts

@@ -1,9 +0,0 @@
-import FilterItem from '../FilterItem';
-/**
- * Simple method to check if two arrays of FilterItems
- * are sorted in the same manner or not.
- * @param {Array} arr1 the first array of FilterItems
- * @param {Array} arr2 the second array of FilterItems
- * @return {Boolean} equality
- */
-export declare const filterItemArraysHaveSameSorting: (filterItemsA: FilterItem[], filterItemsB: FilterItem[]) => boolean;

+ 0 - 2
plugins/filterizr/utils/getDataAttributesOfHTMLNode.d.ts

@@ -1,2 +0,0 @@
-import { Dictionary } from '../types/interfaces/Dictionary';
-export declare function getDataAttributesOfHTMLNode(node: Element): Dictionary;

+ 0 - 6
plugins/filterizr/utils/getHTMLElement.d.ts

@@ -1,6 +0,0 @@
-/**
- * Wrapper around document.querySelector, will function as
- * an identity function if an HTML element is passed in
- * @param {HTMLElement|string} nodeOrSelector
- */
-export declare const getHTMLElement: (selectorOrNode: string | HTMLElement) => HTMLElement;

+ 0 - 12
plugins/filterizr/utils/index.d.ts

@@ -1,12 +0,0 @@
-export { allStringsOfArray1InArray2 } from './allStringsOfArray1InArray2';
-export { checkOptionForErrors } from './checkOptionForErrors';
-export { debounce } from './debounce';
-export { filterItemArraysHaveSameSorting, } from './filterItemArraysHaveSameSorting';
-export { getDataAttributesOfHTMLNode } from './getDataAttributesOfHTMLNode';
-export { getHTMLElement } from './getHTMLElement';
-export { intersection } from './intersection';
-export { merge } from './merge';
-export { noop } from './noop';
-export { setStyles } from './setStyles';
-export { shuffle } from './shuffle';
-export { sortBy } from './sortBy';

+ 0 - 4
plugins/filterizr/utils/intersection.d.ts

@@ -1,4 +0,0 @@
-/**
- * A function get the intersection of two arrays. IE9+.
- */
-export declare const intersection: (arr1: any[], arr2: any[]) => any[];

+ 0 - 5
plugins/filterizr/utils/merge.d.ts

@@ -1,5 +0,0 @@
-import { Dictionary } from '../types/interfaces/Dictionary';
-/**
- * Deep merge two objects.
- */
-export declare function merge(target: Dictionary, ...sources: Dictionary[]): Dictionary;

+ 0 - 4
plugins/filterizr/utils/noop.d.ts

@@ -1,4 +0,0 @@
-/**
- * A no-operation function
- */
-export declare const noop: () => void;

+ 0 - 7
plugins/filterizr/utils/setStyles.d.ts

@@ -1,7 +0,0 @@
-/**
- * Set inline styles on an HTML node
- * @param {HTMLElement} node - HTML node
- * @param {Object} styles - object with styles
- * @returns {undefined}
- */
-export declare function setStyles(node: Element, styles: any): void;

+ 0 - 6
plugins/filterizr/utils/shuffle.d.ts

@@ -1,6 +0,0 @@
-/**
- * Fisher-Yates shuffle ES6 non-mutating implementation.
- * @param {Array} array the array to shuffle
- * @return {Array} shuffled array without mutating the initial array.
- */
-export declare const shuffle: (array: any[]) => any[];

+ 0 - 7
plugins/filterizr/utils/sortBy.d.ts

@@ -1,7 +0,0 @@
-/**
- * Simple non-mutating sorting function for arrays of objects by a property
- * @param {Array} array to sort
- * @param {Function} propFn fetches the property by which to sort
- * @return {Array} a new sorted array
- */
-export declare const sortBy: (array: any[], propFn: Function) => any[];

+ 0 - 12
plugins/fullcalendar-bootstrap/main.d.ts

@@ -1,12 +0,0 @@
-// Generated by dts-bundle v0.7.3-fork.1
-// Dependencies for this module:
-//   ../../../../../@fullcalendar/core
-
-declare module '@fullcalendar/bootstrap' {
-    import { Theme } from '@fullcalendar/core';
-    export class BootstrapTheme extends Theme {
-    }
-    const _default: import("@fullcalendar/core").PluginDef;
-    export default _default;
-}
-

+ 0 - 316
plugins/fullcalendar-daygrid/main.d.ts

@@ -1,316 +0,0 @@
-// Generated by dts-bundle v0.7.3-fork.1
-// Dependencies for this module:
-//   ../../../../../@fullcalendar/core
-
-declare module '@fullcalendar/daygrid' {
-    export { default as SimpleDayGrid, DayGridSlicer } from '@fullcalendar/daygrid/SimpleDayGrid';
-    export { default as DayGrid, DayGridSeg } from '@fullcalendar/daygrid/DayGrid';
-    export { default as AbstractDayGridView } from '@fullcalendar/daygrid/AbstractDayGridView';
-    export { default as DayGridView, buildDayTable as buildBasicDayTable } from '@fullcalendar/daygrid/DayGridView';
-    export { default as DayBgRow } from '@fullcalendar/daygrid/DayBgRow';
-    const _default: import("@fullcalendar/core").PluginDef;
-    export default _default;
-}
-
-declare module '@fullcalendar/daygrid/SimpleDayGrid' {
-    import { DateProfile, EventStore, EventUiHash, DateSpan, EventInteractionState, DayTable, Duration, DateComponent, DateRange, Slicer, Hit, ComponentContext } from '@fullcalendar/core';
-    import { default as DayGrid, DayGridSeg } from '@fullcalendar/daygrid/DayGrid';
-    export interface SimpleDayGridProps {
-        dateProfile: DateProfile | null;
-        dayTable: DayTable;
-        nextDayThreshold: Duration;
-        businessHours: EventStore;
-        eventStore: EventStore;
-        eventUiBases: EventUiHash;
-        dateSelection: DateSpan | null;
-        eventSelection: string;
-        eventDrag: EventInteractionState | null;
-        eventResize: EventInteractionState | null;
-        isRigid: boolean;
-    }
-    export { SimpleDayGrid as default, SimpleDayGrid };
-    class SimpleDayGrid extends DateComponent<SimpleDayGridProps> {
-        dayGrid: DayGrid;
-        constructor(dayGrid: DayGrid);
-        firstContext(context: ComponentContext): void;
-        destroy(): void;
-        render(props: SimpleDayGridProps, context: ComponentContext): void;
-        buildPositionCaches(): void;
-        queryHit(positionLeft: number, positionTop: number): Hit;
-    }
-    export class DayGridSlicer extends Slicer<DayGridSeg, [DayTable]> {
-        sliceRange(dateRange: DateRange, dayTable: DayTable): DayGridSeg[];
-    }
-}
-
-declare module '@fullcalendar/daygrid/DayGrid' {
-    import { PositionCache, DateMarker, DateComponent, EventSegUiInteractionState, Seg, DateProfile, ComponentContext } from '@fullcalendar/core';
-    import Popover from '@fullcalendar/daygrid/Popover';
-    import DayGridEventRenderer from '@fullcalendar/daygrid/DayGridEventRenderer';
-    import DayTile from '@fullcalendar/daygrid/DayTile';
-    export interface RenderProps {
-        renderNumberIntroHtml: (row: number, dayGrid: DayGrid) => string;
-        renderBgIntroHtml: () => string;
-        renderIntroHtml: () => string;
-        colWeekNumbersVisible: boolean;
-        cellWeekNumbersVisible: boolean;
-    }
-    export interface DayGridSeg extends Seg {
-        row: number;
-        firstCol: number;
-        lastCol: number;
-    }
-    export interface DayGridCell {
-        date: DateMarker;
-        htmlAttrs?: string;
-    }
-    export interface DayGridProps {
-        dateProfile: DateProfile;
-        cells: DayGridCell[][];
-        businessHourSegs: DayGridSeg[];
-        bgEventSegs: DayGridSeg[];
-        fgEventSegs: DayGridSeg[];
-        dateSelectionSegs: DayGridSeg[];
-        eventSelection: string;
-        eventDrag: EventSegUiInteractionState | null;
-        eventResize: EventSegUiInteractionState | null;
-        isRigid: boolean;
-    }
-    export { DayGrid as default, DayGrid };
-    class DayGrid extends DateComponent<DayGridProps> {
-        eventRenderer: DayGridEventRenderer;
-        renderProps: RenderProps;
-        rowCnt: number;
-        colCnt: number;
-        bottomCoordPadding: number;
-        rowEls: HTMLElement[];
-        cellEls: HTMLElement[];
-        isCellSizesDirty: boolean;
-        rowPositions: PositionCache;
-        colPositions: PositionCache;
-        segPopover: Popover;
-        segPopoverTile: DayTile;
-        constructor(el: any, renderProps: RenderProps);
-        render(props: DayGridProps, context: ComponentContext): void;
-        destroy(): void;
-        getCellRange(row: any, col: any): {
-            start: Date;
-            end: Date;
-        };
-        updateSegPopoverTile(date?: any, segs?: any): void;
-        _renderCells(cells: DayGridCell[][], isRigid: boolean): void;
-        _unrenderCells(): void;
-        renderDayRowHtml(row: any, isRigid: any): string;
-        getIsNumbersVisible(): boolean;
-        getIsDayNumbersVisible(): boolean;
-        renderNumberTrHtml(row: number): string;
-        renderNumberCellsHtml(row: any): string;
-        renderNumberCellHtml(date: any): string;
-        updateSize(isResize: boolean): void;
-        buildPositionCaches(): void;
-        buildColPositions(): void;
-        buildRowPositions(): void;
-        positionToHit(leftPosition: any, topPosition: any): {
-            row: any;
-            col: any;
-            dateSpan: {
-                range: {
-                    start: Date;
-                    end: Date;
-                };
-                allDay: boolean;
-            };
-            dayEl: HTMLElement;
-            relativeRect: {
-                left: any;
-                right: any;
-                top: any;
-                bottom: any;
-            };
-        };
-        getCellEl(row: any, col: any): HTMLElement;
-        _renderEventDrag(state: EventSegUiInteractionState): void;
-        _unrenderEventDrag(state: EventSegUiInteractionState): void;
-        _renderEventResize(state: EventSegUiInteractionState): void;
-        _unrenderEventResize(state: EventSegUiInteractionState): void;
-        removeSegPopover(): void;
-        limitRows(levelLimit: any): void;
-        computeRowLevelLimit(row: any): (number | false);
-        limitRow(row: any, levelLimit: any): void;
-        unlimitRow(row: any): void;
-        renderMoreLink(row: any, col: any, hiddenSegs: any): HTMLElement;
-        showSegPopover(row: any, col: any, moreLink: HTMLElement, segs: any): void;
-        resliceDaySegs(segs: any, dayDate: any): any[];
-        getMoreLinkText(num: any): any;
-        getCellSegs(row: any, col: any, startLevel?: any): any[];
-    }
-}
-
-declare module '@fullcalendar/daygrid/AbstractDayGridView' {
-    import { ScrollComponent, View, Duration, ComponentContext, ViewProps } from '@fullcalendar/core';
-    import DayGrid from '@fullcalendar/daygrid/DayGrid';
-    export { AbstractDayGridView as default, AbstractDayGridView };
-    abstract class AbstractDayGridView extends View {
-        scroller: ScrollComponent;
-        dayGrid: DayGrid;
-        colWeekNumbersVisible: boolean;
-        cellWeekNumbersVisible: boolean;
-        weekNumberWidth: number;
-        _processOptions(options: any): void;
-        render(props: ViewProps, context: ComponentContext): void;
-        destroy(): void;
-        _renderSkeleton(context: ComponentContext): void;
-        _unrenderSkeleton(): void;
-        renderSkeletonHtml(): string;
-        weekNumberStyleAttr(): string;
-        hasRigidRows(): boolean;
-        updateSize(isResize: boolean, viewHeight: number, isAuto: boolean): void;
-        updateBaseSize(isResize: boolean, viewHeight: number, isAuto: boolean): void;
-        computeScrollerHeight(viewHeight: any): number;
-        setGridHeight(height: any, isAuto: any): void;
-        computeDateScroll(duration: Duration): {
-            top: number;
-        };
-        queryDateScroll(): {
-            top: number;
-        };
-        applyDateScroll(scroll: any): void;
-        renderHeadIntroHtml: () => string;
-        renderDayGridNumberIntroHtml: (row: number, dayGrid: DayGrid) => string;
-        renderDayGridBgIntroHtml: () => string;
-        renderDayGridIntroHtml: () => string;
-    }
-}
-
-declare module '@fullcalendar/daygrid/DayGridView' {
-    import { DayHeader, ComponentContext, DateProfileGenerator, DateProfile, ViewProps, DayTable } from '@fullcalendar/core';
-    import AbstractDayGridView from '@fullcalendar/daygrid/AbstractDayGridView';
-    import SimpleDayGrid from '@fullcalendar/daygrid/SimpleDayGrid';
-    export { DayGridView as default, DayGridView };
-    class DayGridView extends AbstractDayGridView {
-        header: DayHeader;
-        simpleDayGrid: SimpleDayGrid;
-        dayTable: DayTable;
-        render(props: ViewProps, context: ComponentContext): void;
-        _renderSkeleton(context: ComponentContext): void;
-        _unrenderSkeleton(): void;
-    }
-    export function buildDayTable(dateProfile: DateProfile, dateProfileGenerator: DateProfileGenerator): DayTable;
-}
-
-declare module '@fullcalendar/daygrid/DayBgRow' {
-    import { ComponentContext, DateMarker, DateProfile } from '@fullcalendar/core';
-    export interface DayBgCell {
-        date: DateMarker;
-        htmlAttrs?: string;
-    }
-    export interface DayBgRowProps {
-        cells: DayBgCell[];
-        dateProfile: DateProfile;
-        renderIntroHtml?: () => string;
-    }
-    export { DayBgRow as default, DayBgRow };
-    class DayBgRow {
-        context: ComponentContext;
-        constructor(context: ComponentContext);
-        renderHtml(props: DayBgRowProps): string;
-    }
-}
-
-declare module '@fullcalendar/daygrid/Popover' {
-    export interface PopoverOptions {
-        className?: string;
-        content?: (el: HTMLElement) => void;
-        parentEl: HTMLElement;
-        autoHide?: boolean;
-        top?: number;
-        left?: number;
-        right?: number;
-        viewportConstrain?: boolean;
-    }
-    export { Popover as default, Popover };
-    class Popover {
-        isHidden: boolean;
-        options: PopoverOptions;
-        el: HTMLElement;
-        margin: number;
-        constructor(options: PopoverOptions);
-        show(): void;
-        hide(): void;
-        render(): void;
-        documentMousedown: (ev: any) => void;
-        destroy(): void;
-        position(): void;
-        trigger(name: any): void;
-    }
-}
-
-declare module '@fullcalendar/daygrid/DayGridEventRenderer' {
-    import { Seg } from '@fullcalendar/core';
-    import DayGrid from '@fullcalendar/daygrid/DayGrid';
-    import SimpleDayGridEventRenderer from '@fullcalendar/daygrid/SimpleDayGridEventRenderer';
-    export { DayGridEventRenderer as default, DayGridEventRenderer };
-    class DayGridEventRenderer extends SimpleDayGridEventRenderer {
-        dayGrid: DayGrid;
-        rowStructs: any;
-        constructor(dayGrid: DayGrid);
-        attachSegs(segs: Seg[], mirrorInfo: any): void;
-        detachSegs(): void;
-        renderSegRows(segs: Seg[]): any[];
-        renderSegRow(row: any, rowSegs: any): {
-            row: any;
-            tbodyEl: HTMLTableSectionElement;
-            cellMatrix: any[];
-            segMatrix: any[];
-            segLevels: any[];
-            segs: any;
-        };
-        buildSegLevels(segs: Seg[]): any[];
-        groupSegRows(segs: Seg[]): any[];
-        computeDisplayEventEnd(): boolean;
-    }
-}
-
-declare module '@fullcalendar/daygrid/DayTile' {
-    import { DateComponent, Seg, Hit, DateMarker, ComponentContext, EventInstanceHash } from '@fullcalendar/core';
-    import SimpleDayGridEventRenderer from '@fullcalendar/daygrid/SimpleDayGridEventRenderer';
-    export interface DayTileProps {
-        date: DateMarker;
-        fgSegs: Seg[];
-        eventSelection: string;
-        eventDragInstances: EventInstanceHash;
-        eventResizeInstances: EventInstanceHash;
-    }
-    export { DayTile as default, DayTile };
-    class DayTile extends DateComponent<DayTileProps> {
-        segContainerEl: HTMLElement;
-        constructor(el: HTMLElement);
-        firstContext(context: ComponentContext): void;
-        render(props: DayTileProps, context: ComponentContext): void;
-        destroy(): void;
-        _renderFrame(date: DateMarker): void;
-        queryHit(positionLeft: number, positionTop: number, elWidth: number, elHeight: number): Hit | null;
-    }
-    export class DayTileEventRenderer extends SimpleDayGridEventRenderer {
-        dayTile: DayTile;
-        constructor(dayTile: any);
-        attachSegs(segs: Seg[]): void;
-        detachSegs(segs: Seg[]): void;
-    }
-}
-
-declare module '@fullcalendar/daygrid/SimpleDayGridEventRenderer' {
-    import { FgEventRenderer, Seg } from '@fullcalendar/core';
-    export { SimpleDayGridEventRenderer as default, SimpleDayGridEventRenderer };
-    abstract class SimpleDayGridEventRenderer extends FgEventRenderer {
-        renderSegHtml(seg: Seg, mirrorInfo: any): string;
-        computeEventTimeFormat(): {
-            hour: string;
-            minute: string;
-            omitZeroMinute: boolean;
-            meridiem: string;
-        };
-        computeDisplayEventEnd(): boolean;
-    }
-}
-

+ 0 - 323
plugins/fullcalendar-interaction/main.d.ts

@@ -1,323 +0,0 @@
-// Generated by dts-bundle v0.7.3-fork.1
-// Dependencies for this module:
-//   ../../../../../@fullcalendar/core
-
-declare module '@fullcalendar/interaction' {
-    import FeaturefulElementDragging from '@fullcalendar/interaction/dnd/FeaturefulElementDragging';
-    const _default: import("@fullcalendar/core").PluginDef;
-    export default _default;
-    export { FeaturefulElementDragging };
-    export { default as PointerDragging } from '@fullcalendar/interaction/dnd/PointerDragging';
-    export { default as Draggable } from '@fullcalendar/interaction/interactions-external/ExternalDraggable';
-    export { default as ThirdPartyDraggable } from '@fullcalendar/interaction/interactions-external/ThirdPartyDraggable';
-}
-
-declare module '@fullcalendar/interaction/dnd/FeaturefulElementDragging' {
-    import { PointerDragEvent, ElementDragging } from '@fullcalendar/core';
-    import PointerDragging from '@fullcalendar/interaction/dnd/PointerDragging';
-    import ElementMirror from '@fullcalendar/interaction/dnd/ElementMirror';
-    import AutoScroller from '@fullcalendar/interaction/dnd/AutoScroller';
-    export { FeaturefulElementDragging as default, FeaturefulElementDragging };
-    class FeaturefulElementDragging extends ElementDragging {
-        pointer: PointerDragging;
-        mirror: ElementMirror;
-        autoScroller: AutoScroller;
-        delay: number | null;
-        minDistance: number;
-        touchScrollAllowed: boolean;
-        mirrorNeedsRevert: boolean;
-        isInteracting: boolean;
-        isDragging: boolean;
-        isDelayEnded: boolean;
-        isDistanceSurpassed: boolean;
-        delayTimeoutId: number | null;
-        constructor(containerEl: HTMLElement);
-        destroy(): void;
-        onPointerDown: (ev: PointerDragEvent) => void;
-        onPointerMove: (ev: PointerDragEvent) => void;
-        onPointerUp: (ev: PointerDragEvent) => void;
-        startDelay(ev: PointerDragEvent): void;
-        handleDelayEnd(ev: PointerDragEvent): void;
-        handleDistanceSurpassed(ev: PointerDragEvent): void;
-        tryStartDrag(ev: PointerDragEvent): void;
-        tryStopDrag(ev: PointerDragEvent): void;
-        stopDrag(ev: PointerDragEvent): void;
-        setIgnoreMove(bool: boolean): void;
-        setMirrorIsVisible(bool: boolean): void;
-        setMirrorNeedsRevert(bool: boolean): void;
-        setAutoScrollEnabled(bool: boolean): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/dnd/PointerDragging' {
-    import { EmitterMixin, PointerDragEvent } from '@fullcalendar/core';
-    export { PointerDragging as default, PointerDragging };
-    class PointerDragging {
-        containerEl: EventTarget;
-        subjectEl: HTMLElement | null;
-        downEl: HTMLElement | null;
-        emitter: EmitterMixin;
-        selector: string;
-        handleSelector: string;
-        shouldIgnoreMove: boolean;
-        shouldWatchScroll: boolean;
-        isDragging: boolean;
-        isTouchDragging: boolean;
-        wasTouchScroll: boolean;
-        origPageX: number;
-        origPageY: number;
-        prevPageX: number;
-        prevPageY: number;
-        prevScrollX: number;
-        prevScrollY: number;
-        constructor(containerEl: EventTarget);
-        destroy(): void;
-        tryStart(ev: UIEvent): boolean;
-        cleanup(): void;
-        querySubjectEl(ev: UIEvent): HTMLElement;
-        handleMouseDown: (ev: MouseEvent) => void;
-        handleMouseMove: (ev: MouseEvent) => void;
-        handleMouseUp: (ev: MouseEvent) => void;
-        shouldIgnoreMouse(): number | boolean;
-        handleTouchStart: (ev: TouchEvent) => void;
-        handleTouchMove: (ev: TouchEvent) => void;
-        handleTouchEnd: (ev: TouchEvent) => void;
-        handleTouchScroll: () => void;
-        cancelTouchScroll(): void;
-        initScrollWatch(ev: PointerDragEvent): void;
-        recordCoords(ev: PointerDragEvent): void;
-        handleScroll: (ev: UIEvent) => void;
-        destroyScrollWatch(): void;
-        createEventFromMouse(ev: MouseEvent, isFirst?: boolean): PointerDragEvent;
-        createEventFromTouch(ev: TouchEvent, isFirst?: boolean): PointerDragEvent;
-    }
-}
-
-declare module '@fullcalendar/interaction/interactions-external/ExternalDraggable' {
-    import { PointerDragEvent } from '@fullcalendar/core';
-    import FeaturefulElementDragging from '@fullcalendar/interaction/dnd/FeaturefulElementDragging';
-    import { DragMetaGenerator } from '@fullcalendar/interaction/interactions-external/ExternalElementDragging';
-    export interface ExternalDraggableSettings {
-        eventData?: DragMetaGenerator;
-        itemSelector?: string;
-        minDistance?: number;
-        longPressDelay?: number;
-        appendTo?: HTMLElement;
-    }
-    export { ExternalDraggable as default, ExternalDraggable };
-    class ExternalDraggable {
-        dragging: FeaturefulElementDragging;
-        settings: ExternalDraggableSettings;
-        constructor(el: HTMLElement, settings?: ExternalDraggableSettings);
-        handlePointerDown: (ev: PointerDragEvent) => void;
-        handleDragStart: (ev: PointerDragEvent) => void;
-        destroy(): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/interactions-external/ThirdPartyDraggable' {
-    import { DragMetaGenerator } from '@fullcalendar/interaction/interactions-external/ExternalElementDragging';
-    import InferredElementDragging from '@fullcalendar/interaction/interactions-external/InferredElementDragging';
-    export interface ThirdPartyDraggableSettings {
-        eventData?: DragMetaGenerator;
-        itemSelector?: string;
-        mirrorSelector?: string;
-    }
-    export { ThirdPartyDraggable as default, ThirdPartyDraggable };
-    class ThirdPartyDraggable {
-        dragging: InferredElementDragging;
-        constructor(containerOrSettings?: EventTarget | ThirdPartyDraggableSettings, settings?: ThirdPartyDraggableSettings);
-        destroy(): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/dnd/ElementMirror' {
-    import { Rect } from '@fullcalendar/core';
-    export { ElementMirror as default, ElementMirror };
-    class ElementMirror {
-        isVisible: boolean;
-        origScreenX?: number;
-        origScreenY?: number;
-        deltaX?: number;
-        deltaY?: number;
-        sourceEl: HTMLElement | null;
-        mirrorEl: HTMLElement | null;
-        sourceElRect: Rect | null;
-        parentNode: HTMLElement;
-        zIndex: number;
-        revertDuration: number;
-        start(sourceEl: HTMLElement, pageX: number, pageY: number): void;
-        handleMove(pageX: number, pageY: number): void;
-        setIsVisible(bool: boolean): void;
-        stop(needsRevertAnimation: boolean, callback: () => void): void;
-        doRevertAnimation(callback: () => void, revertDuration: number): void;
-        cleanup(): void;
-        updateElPosition(): void;
-        getMirrorEl(): HTMLElement;
-    }
-}
-
-declare module '@fullcalendar/interaction/dnd/AutoScroller' {
-    import { ScrollGeomCache } from '@fullcalendar/interaction/scroll-geom-cache';
-    export { AutoScroller as default, AutoScroller };
-    class AutoScroller {
-        isEnabled: boolean;
-        scrollQuery: (Window | string)[];
-        edgeThreshold: number;
-        maxVelocity: number;
-        pointerScreenX: number | null;
-        pointerScreenY: number | null;
-        isAnimating: boolean;
-        scrollCaches: ScrollGeomCache[] | null;
-        msSinceRequest?: number;
-        everMovedUp: boolean;
-        everMovedDown: boolean;
-        everMovedLeft: boolean;
-        everMovedRight: boolean;
-        start(pageX: number, pageY: number): void;
-        handleMove(pageX: number, pageY: number): void;
-        stop(): void;
-        requestAnimation(now: number): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/interactions-external/ExternalElementDragging' {
-    import { Hit, PointerDragEvent, EventTuple, DatePointApi, Calendar, EventInteractionState, DragMetaInput, DragMeta, View, ElementDragging } from '@fullcalendar/core';
-    import HitDragging from '@fullcalendar/interaction/interactions/HitDragging';
-    export type DragMetaGenerator = DragMetaInput | ((el: HTMLElement) => DragMetaInput);
-    export interface ExternalDropApi extends DatePointApi {
-        draggedEl: HTMLElement;
-        jsEvent: UIEvent;
-        view: View;
-    }
-    export { ExternalElementDragging as default, ExternalElementDragging };
-    class ExternalElementDragging {
-        hitDragging: HitDragging;
-        receivingCalendar: Calendar | null;
-        droppableEvent: EventTuple | null;
-        suppliedDragMeta: DragMetaGenerator | null;
-        dragMeta: DragMeta | null;
-        constructor(dragging: ElementDragging, suppliedDragMeta?: DragMetaGenerator);
-        handleDragStart: (ev: PointerDragEvent) => void;
-        buildDragMeta(subjectEl: HTMLElement): DragMeta;
-        handleHitUpdate: (hit: Hit, isFinal: boolean, ev: PointerDragEvent) => void;
-        handleDragEnd: (pev: PointerDragEvent) => void;
-        displayDrag(nextCalendar: Calendar | null, state: EventInteractionState): void;
-        clearDrag(): void;
-        canDropElOnCalendar(el: HTMLElement, receivingCalendar: Calendar): boolean;
-    }
-}
-
-declare module '@fullcalendar/interaction/interactions-external/InferredElementDragging' {
-    import { PointerDragEvent, ElementDragging } from '@fullcalendar/core';
-    import PointerDragging from '@fullcalendar/interaction/dnd/PointerDragging';
-    export { InferredElementDragging as default, InferredElementDragging };
-    class InferredElementDragging extends ElementDragging {
-        pointer: PointerDragging;
-        shouldIgnoreMove: boolean;
-        mirrorSelector: string;
-        currentMirrorEl: HTMLElement | null;
-        constructor(containerEl: HTMLElement);
-        destroy(): void;
-        handlePointerDown: (ev: PointerDragEvent) => void;
-        handlePointerMove: (ev: PointerDragEvent) => void;
-        handlePointerUp: (ev: PointerDragEvent) => void;
-        setIgnoreMove(bool: boolean): void;
-        setMirrorIsVisible(bool: boolean): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/scroll-geom-cache' {
-    import { Rect, ScrollController } from '@fullcalendar/core';
-    export abstract class ScrollGeomCache extends ScrollController {
-        clientRect: Rect;
-        origScrollTop: number;
-        origScrollLeft: number;
-        protected scrollController: ScrollController;
-        protected doesListening: boolean;
-        protected scrollTop: number;
-        protected scrollLeft: number;
-        protected scrollWidth: number;
-        protected scrollHeight: number;
-        protected clientWidth: number;
-        protected clientHeight: number;
-        constructor(scrollController: ScrollController, doesListening: boolean);
-        abstract getEventTarget(): EventTarget;
-        abstract computeClientRect(): Rect;
-        destroy(): void;
-        handleScroll: () => void;
-        getScrollTop(): number;
-        getScrollLeft(): number;
-        setScrollTop(top: number): void;
-        setScrollLeft(top: number): void;
-        getClientWidth(): number;
-        getClientHeight(): number;
-        getScrollWidth(): number;
-        getScrollHeight(): number;
-        handleScrollChange(): void;
-    }
-    export class ElementScrollGeomCache extends ScrollGeomCache {
-        constructor(el: HTMLElement, doesListening: boolean);
-        getEventTarget(): EventTarget;
-        computeClientRect(): {
-            left: number;
-            right: number;
-            top: number;
-            bottom: number;
-        };
-    }
-    export class WindowScrollGeomCache extends ScrollGeomCache {
-        constructor(doesListening: boolean);
-        getEventTarget(): EventTarget;
-        computeClientRect(): Rect;
-        handleScrollChange(): void;
-    }
-}
-
-declare module '@fullcalendar/interaction/interactions/HitDragging' {
-    import { EmitterMixin, PointerDragEvent, Point, Hit, InteractionSettingsStore, ElementDragging } from '@fullcalendar/core';
-    import OffsetTracker from '@fullcalendar/interaction/OffsetTracker';
-    export { HitDragging as default, HitDragging };
-    class HitDragging {
-        droppableStore: InteractionSettingsStore;
-        dragging: ElementDragging;
-        emitter: EmitterMixin;
-        useSubjectCenter: boolean;
-        requireInitial: boolean;
-        offsetTrackers: {
-            [componentUid: string]: OffsetTracker;
-        };
-        initialHit: Hit | null;
-        movingHit: Hit | null;
-        finalHit: Hit | null;
-        coordAdjust?: Point;
-        constructor(dragging: ElementDragging, droppableStore: InteractionSettingsStore);
-        handlePointerDown: (ev: PointerDragEvent) => void;
-        processFirstCoord(ev: PointerDragEvent): void;
-        handleDragStart: (ev: PointerDragEvent) => void;
-        handleDragMove: (ev: PointerDragEvent) => void;
-        handlePointerUp: (ev: PointerDragEvent) => void;
-        handleDragEnd: (ev: PointerDragEvent) => void;
-        handleMove(ev: PointerDragEvent, forceHandle?: boolean): void;
-        prepareHits(): void;
-        releaseHits(): void;
-        queryHitForOffset(offsetLeft: number, offsetTop: number): Hit | null;
-    }
-    export function isHitsEqual(hit0: Hit | null, hit1: Hit | null): boolean;
-}
-
-declare module '@fullcalendar/interaction/OffsetTracker' {
-    import { Rect } from '@fullcalendar/core';
-    import { ElementScrollGeomCache } from '@fullcalendar/interaction/scroll-geom-cache';
-    export { OffsetTracker as default, OffsetTracker };
-    class OffsetTracker {
-        scrollCaches: ElementScrollGeomCache[];
-        origRect: Rect;
-        constructor(el: HTMLElement);
-        destroy(): void;
-        computeLeft(): number;
-        computeTop(): number;
-        isWithinClipping(pageX: number, pageY: number): boolean;
-    }
-}
-

+ 0 - 224
plugins/fullcalendar-timegrid/main.d.ts

@@ -1,224 +0,0 @@
-// Generated by dts-bundle v0.7.3-fork.1
-// Dependencies for this module:
-//   ../../../../../@fullcalendar/core
-//   ../../../../../@fullcalendar/daygrid
-
-declare module '@fullcalendar/timegrid' {
-    import AbstractTimeGridView from '@fullcalendar/timegrid/AbstractTimeGridView';
-    import TimeGridView, { buildDayTable } from '@fullcalendar/timegrid/TimeGridView';
-    import { TimeGridSeg } from '@fullcalendar/timegrid/TimeGrid';
-    import { TimeGridSlicer, buildDayRanges } from '@fullcalendar/timegrid/SimpleTimeGrid';
-    export { TimeGridView, AbstractTimeGridView, buildDayTable, buildDayRanges, TimeGridSlicer, TimeGridSeg };
-    export { default as TimeGrid } from '@fullcalendar/timegrid/TimeGrid';
-    const _default: import("@fullcalendar/core").PluginDef;
-    export default _default;
-}
-
-declare module '@fullcalendar/timegrid/AbstractTimeGridView' {
-    import { ScrollComponent, View, ComponentContext, Duration, ViewProps } from '@fullcalendar/core';
-    import { DayGrid } from '@fullcalendar/daygrid';
-    import TimeGrid from '@fullcalendar/timegrid/TimeGrid';
-    import AllDaySplitter from '@fullcalendar/timegrid/AllDaySplitter';
-    export { AbstractTimeGridView as default, AbstractTimeGridView };
-    abstract class AbstractTimeGridView extends View {
-        timeGrid: TimeGrid;
-        dayGrid: DayGrid;
-        scroller: ScrollComponent;
-        axisWidth: any;
-        protected splitter: AllDaySplitter;
-        render(props: ViewProps, context: ComponentContext): void;
-        destroy(): void;
-        _renderSkeleton(context: ComponentContext): void;
-        _unrenderSkeleton(): void;
-        renderSkeletonHtml(): string;
-        getNowIndicatorUnit(): string;
-        unrenderNowIndicator(): void;
-        updateSize(isResize: boolean, viewHeight: number, isAuto: boolean): void;
-        updateBaseSize(isResize: any, viewHeight: any, isAuto: any): void;
-        computeScrollerHeight(viewHeight: any): number;
-        computeDateScroll(duration: Duration): {
-            top: any;
-        };
-        queryDateScroll(): {
-            top: number;
-        };
-        applyDateScroll(scroll: any): void;
-        renderHeadIntroHtml: () => string;
-        axisStyleAttr(): string;
-        renderTimeGridBgIntroHtml: () => string;
-        renderTimeGridIntroHtml: () => string;
-        renderDayGridBgIntroHtml: () => string;
-        renderDayGridIntroHtml: () => string;
-    }
-}
-
-declare module '@fullcalendar/timegrid/TimeGridView' {
-    import { DateProfileGenerator, DateProfile, ComponentContext, DayHeader, DayTable, ViewProps } from '@fullcalendar/core';
-    import { SimpleDayGrid } from '@fullcalendar/daygrid';
-    import SimpleTimeGrid from '@fullcalendar/timegrid/SimpleTimeGrid';
-    import AbstractTimeGridView from '@fullcalendar/timegrid/AbstractTimeGridView';
-    export { TimeGridView as default, TimeGridView };
-    class TimeGridView extends AbstractTimeGridView {
-        header: DayHeader;
-        simpleDayGrid: SimpleDayGrid;
-        simpleTimeGrid: SimpleTimeGrid;
-        render(props: ViewProps, context: ComponentContext): void;
-        _renderSkeleton(context: ComponentContext): void;
-        _unrenderSkeleton(): void;
-        renderNowIndicator(date: any): void;
-    }
-    export function buildDayTable(dateProfile: DateProfile, dateProfileGenerator: DateProfileGenerator): DayTable;
-}
-
-declare module '@fullcalendar/timegrid/TimeGrid' {
-    import { PositionCache, Duration, DateMarker, DateFormatter, ComponentContext, DateComponent, Seg, EventSegUiInteractionState, DateProfile, Theme } from '@fullcalendar/core';
-    export interface RenderProps {
-        renderBgIntroHtml: () => string;
-        renderIntroHtml: () => string;
-    }
-    export interface TimeGridSeg extends Seg {
-        col: number;
-        start: DateMarker;
-        end: DateMarker;
-    }
-    export interface TimeGridCell {
-        date: DateMarker;
-        htmlAttrs?: string;
-    }
-    export interface TimeGridProps {
-        dateProfile: DateProfile;
-        cells: TimeGridCell[];
-        businessHourSegs: TimeGridSeg[];
-        bgEventSegs: TimeGridSeg[];
-        fgEventSegs: TimeGridSeg[];
-        dateSelectionSegs: TimeGridSeg[];
-        eventSelection: string;
-        eventDrag: EventSegUiInteractionState | null;
-        eventResize: EventSegUiInteractionState | null;
-    }
-    export { TimeGrid as default, TimeGrid };
-    class TimeGrid extends DateComponent<TimeGridProps> {
-        renderProps: RenderProps;
-        slotDuration: Duration;
-        snapDuration: Duration;
-        snapsPerSlot: any;
-        labelFormat: DateFormatter;
-        labelInterval: Duration;
-        colCnt: number;
-        colEls: HTMLElement[];
-        slatContainerEl: HTMLElement;
-        slatEls: HTMLElement[];
-        nowIndicatorEls: HTMLElement[];
-        colPositions: PositionCache;
-        slatPositions: PositionCache;
-        isSlatSizesDirty: boolean;
-        isColSizesDirty: boolean;
-        rootBgContainerEl: HTMLElement;
-        bottomRuleEl: HTMLElement;
-        contentSkeletonEl: HTMLElement;
-        colContainerEls: HTMLElement[];
-        fgContainerEls: HTMLElement[];
-        bgContainerEls: HTMLElement[];
-        mirrorContainerEls: HTMLElement[];
-        highlightContainerEls: HTMLElement[];
-        businessContainerEls: HTMLElement[];
-        constructor(el: HTMLElement, renderProps: RenderProps);
-        _processOptions(options: any): void;
-        computeLabelInterval(slotDuration: any): any;
-        render(props: TimeGridProps, context: ComponentContext): void;
-        destroy(): void;
-        updateSize(isResize: boolean): void;
-        _renderSkeleton(theme: Theme): void;
-        _renderSlats(dateProfile: DateProfile): void;
-        renderSlatRowHtml(dateProfile: DateProfile): string;
-        _renderColumns(cells: TimeGridCell[], dateProfile: DateProfile): void;
-        _unrenderColumns(): void;
-        renderContentSkeleton(): void;
-        unrenderContentSkeleton(): void;
-        groupSegsByCol(segs: any): any[];
-        attachSegsByCol(segsByCol: any, containerEls: HTMLElement[]): void;
-        getNowIndicatorUnit(): string;
-        renderNowIndicator(segs: TimeGridSeg[], date: any): void;
-        unrenderNowIndicator(): void;
-        getTotalSlatHeight(): number;
-        computeDateTop(when: DateMarker, startOfDayDate?: DateMarker): any;
-        computeTimeTop(duration: Duration): any;
-        computeSegVerticals(segs: any): void;
-        assignSegVerticals(segs: any): void;
-        generateSegVerticalCss(seg: any): {
-            top: any;
-            bottom: number;
-        };
-        buildPositionCaches(): void;
-        buildColPositions(): void;
-        buildSlatPositions(): void;
-        positionToHit(positionLeft: any, positionTop: any): {
-            col: any;
-            dateSpan: {
-                range: {
-                    start: Date;
-                    end: Date;
-                };
-                allDay: boolean;
-            };
-            dayEl: HTMLElement;
-            relativeRect: {
-                left: any;
-                right: any;
-                top: any;
-                bottom: any;
-            };
-        };
-        _renderEventDrag(state: EventSegUiInteractionState): void;
-        _unrenderEventDrag(state: EventSegUiInteractionState): void;
-        _renderEventResize(state: EventSegUiInteractionState): void;
-        _unrenderEventResize(state: EventSegUiInteractionState): void;
-        _renderDateSelection(segs: Seg[]): void;
-        _unrenderDateSelection(segs: Seg[]): void;
-    }
-}
-
-declare module '@fullcalendar/timegrid/SimpleTimeGrid' {
-    import { DateComponent, DateProfile, EventStore, EventUiHash, EventInteractionState, DateSpan, DateRange, DayTable, DateEnv, DateMarker, Slicer, Hit, ComponentContext } from '@fullcalendar/core';
-    import TimeGrid, { TimeGridSeg } from '@fullcalendar/timegrid/TimeGrid';
-    export interface SimpleTimeGridProps {
-        dateProfile: DateProfile | null;
-        dayTable: DayTable;
-        businessHours: EventStore;
-        eventStore: EventStore;
-        eventUiBases: EventUiHash;
-        dateSelection: DateSpan | null;
-        eventSelection: string;
-        eventDrag: EventInteractionState | null;
-        eventResize: EventInteractionState | null;
-    }
-    export { SimpleTimeGrid as default, SimpleTimeGrid };
-    class SimpleTimeGrid extends DateComponent<SimpleTimeGridProps> {
-        timeGrid: TimeGrid;
-        constructor(timeGrid: TimeGrid);
-        firstContext(context: ComponentContext): void;
-        destroy(): void;
-        render(props: SimpleTimeGridProps, context: ComponentContext): void;
-        renderNowIndicator(date: DateMarker): void;
-        buildPositionCaches(): void;
-        queryHit(positionLeft: number, positionTop: number): Hit;
-    }
-    export function buildDayRanges(dayTable: DayTable, dateProfile: DateProfile, dateEnv: DateEnv): DateRange[];
-    export class TimeGridSlicer extends Slicer<TimeGridSeg, [DateRange[]]> {
-        sliceRange(range: DateRange, dayRanges: DateRange[]): TimeGridSeg[];
-    }
-}
-
-declare module '@fullcalendar/timegrid/AllDaySplitter' {
-    import { Splitter, EventDef, DateSpan } from '@fullcalendar/core';
-    export { AllDaySplitter as default, AllDaySplitter };
-    class AllDaySplitter extends Splitter {
-        getKeyInfo(): {
-            allDay: {};
-            timed: {};
-        };
-        getKeysForDateSpan(dateSpan: DateSpan): string[];
-        getKeysForEventDef(eventDef: EventDef): string[];
-    }
-}
-

File diff suppressed because it is too large
+ 0 - 2736
plugins/fullcalendar/main.d.ts


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

@@ -0,0 +1,9 @@
+## The MIT License
+
+Copyright © 2019 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 - 145
plugins/ion-rangeslider/less/_base.less

@@ -1,145 +0,0 @@
-@import (reference) "_mixins";
-
-.irs {
-    .pos-r();
-    -webkit-touch-callout: none;
-    .no-click();
-    font-size: 12px;
-    font-family: Arial, sans-serif;
-
-    &-line {
-        .pos-r();
-        overflow: hidden;
-        outline: none !important;
-    }
-
-    &-bar {
-        .pos-a();
-        left: 0;
-        width: 0;
-    }
-
-    &-shadow {
-        position: absolute;
-        display: none;
-        left: 0;
-        width: 0;
-    }
-
-    &-handle {
-        .pos-a();
-        box-sizing: border-box;
-        cursor: default;
-        z-index: 1;
-
-        &.single,
-        &.from,
-        &.to {}
-
-        &.type_last {
-            z-index: 2;
-        }
-    }
-
-    &-min,
-    &-max {
-        .pos-a();
-        cursor: default;
-    }
-
-    &-min {
-        left: 0;
-    }
-
-    &-max {
-        right: 0;
-    }
-
-    &-from,
-    &-to,
-    &-single {
-        .pos-a();
-        top: 0;
-        left: 0;
-        cursor: default;
-        white-space: nowrap;
-    }
-
-    &-grid {
-        position: absolute;
-        display: none;
-        bottom: 0;
-        left: 0;
-        width: 100%;
-        height: 20px;
-
-        .irs-with-grid & {
-            display: block;
-        }
-
-        &-pol {
-            position: absolute;
-            top: 0;
-            left: 0;
-            width: 1px;
-            height: 8px;
-            background: #000;
-
-            &.small {
-                height: 4px;
-            }
-        }
-
-        &-text {
-            position: absolute;
-            bottom: 0;
-            left: 0;
-            white-space: nowrap;
-            text-align: center;
-            font-size: 9px;
-            line-height: 9px;
-            padding: 0 3px;
-            color: #000;
-        }
-    }
-
-    &-disable-mask {
-        .pos-a();
-        top: 0;
-        left: -1%;
-        width: 102%;
-        height: 100%;
-        cursor: default;
-        background: rgba(0,0,0,0.0);
-        z-index: 2;
-
-        .lt-ie9 & {
-            background: #000;
-            filter: alpha(opacity=0);
-            cursor: not-allowed;
-        }
-    }
-
-    &-disabled {
-        opacity: 0.4;
-    }
-
-    &-hidden-input {
-        position: absolute !important;
-        display: block !important;
-        top: 0 !important;
-        left: 0 !important;
-        width: 0 !important;
-        height: 0 !important;
-        font-size: 0 !important;
-        line-height: 0 !important;
-        padding: 0 !important;
-        margin: 0 !important;
-        overflow: hidden;
-        outline: none !important;
-        z-index: -9999 !important;
-        background: none !important;
-        border-style: solid !important;
-        border-color: transparent !important;
-    }
-}

+ 0 - 17
plugins/ion-rangeslider/less/_mixins.less

@@ -1,17 +0,0 @@
-.no-click () {
-    -webkit-user-select: none;
-    -khtml-user-select: none;
-    -moz-user-select: none;
-    -ms-user-select: none;
-    user-select: none;
-}
-
-.pos-r () {
-    position: relative;
-    display: block;
-}
-
-.pos-a () {
-    position: absolute;
-    display: block;
-}

+ 0 - 10
plugins/ion-rangeslider/less/irs.less

@@ -1,10 +0,0 @@
-// Base styles
-@import "_base";
-
-// Skins styles
-@import "skins/flat";
-@import "skins/big";
-@import "skins/modern";
-@import "skins/sharp";
-@import "skins/round";
-@import "skins/square";

+ 0 - 109
plugins/ion-rangeslider/less/skins/big.less

@@ -1,109 +0,0 @@
-.irs--big {
-    @name: irs;
-
-    @top: 33px;
-    @bottom: 16px;
-    @line_height: 12px;
-    @handle_width: 30px;
-    @handle_height: 30px;
-    @custom_radius: 3px;
-
-    @line_color_1: white;
-    @line_color_2: #ccc;
-    @line_color_3: #ddd;
-    @bar_color: #428bca;
-    @handle_color_1: #cbcfd5;
-    @handle_color_2: #B4B9BE;
-    @handle_color_3: white;
-    @handle_color_4: #919BA5;
-    @minmax_text_color: white;
-    @minmax_bg_color: #9f9f9f;
-    @label_color_1: #428bca;
-    @label_color_2: white;
-    @grid_color_1: #428bca;
-
-
-
-    height: 55px;
-
-    &.irs-with-grid {
-        height: 70px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color_1;
-        background: linear-gradient(to bottom, @line_color_3 -50%, @line_color_1 150%);
-        border: 1px solid @line_color_2;
-        border-radius: @line_height;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background-color: lighten(@bar_color, 20%);
-        border: 1px solid @bar_color;
-        background: linear-gradient(to bottom, lighten(@bar_color, 70%) 0%, @bar_color 30%, lighten(@bar_color, 30%) 100%);
-        box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
-
-        &--single {
-            border-radius: @line_height 0 0 @line_height;
-        }
-    }
-
-    .@{name}-shadow {
-        height: 1px;
-        bottom: @bottom;
-        background-color: fade(@bar_color, 50%);
-    }
-
-    .@{name}-handle {
-        top: 25px;
-        width: @handle_width;
-        height: @handle_height;
-        border: 1px solid rgba(0,0,0,0.3);
-        background-color: @handle_color_1;
-        background: linear-gradient(to bottom, @handle_color_3 0%, @handle_color_2 30%, @handle_color_3 100%);
-        box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0 0 3px 1px @handle_color_3;
-        border-radius: @handle_width;
-
-        &.state_hover,
-        &:hover {
-            border-color: rgba(0,0,0,0.45);
-            background-color: darken(@handle_color_1, 20%);
-            background: linear-gradient(to bottom, @handle_color_3 0%, @handle_color_4 30%, @handle_color_3 100%);
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        top: 0;
-        padding: 1px 5px;
-        color: @minmax_text_color;
-        text-shadow: none;
-        background-color: @minmax_bg_color;
-        border-radius: @custom_radius;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        color: @label_color_2;
-        text-shadow: none;
-        padding: 1px 5px;
-        background-color: @label_color_1;
-        background: linear-gradient(to bottom, @label_color_1 0%, darken(@label_color_1, 10%) 100%);
-        border-radius: @custom_radius;
-    }
-
-    .@{name}-grid {
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_1;
-        }
-    }
-}

+ 0 - 125
plugins/ion-rangeslider/less/skins/flat.less

@@ -1,125 +0,0 @@
-.irs--flat {
-    @name: irs;
-
-    @top: 25px;
-    @bottom: 16px;
-    @line_height: 12px;
-    @handle_width: 16px;
-    @handle_height: 18px;
-    @custom_radius: 4px;
-
-    @line_color: #e1e4e9;
-    @bar_color: #ed5565;
-    @handle_color_1: #da4453;
-    @handle_color_2: #a43540;
-    @minmax_text_color: #999;
-    @minmax_bg_color: #e1e4e9;
-    @label_color_1: #ed5565;
-    @label_color_2: white;
-    @grid_color_1: #e1e4e9;
-    @grid_color_2: #999;
-
-
-
-    height: 40px;
-
-    &.irs-with-grid {
-        height: 60px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color;
-        border-radius: @custom_radius;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background-color: @bar_color;
-
-        &--single {
-            border-radius: @custom_radius 0 0 @custom_radius;
-        }
-    }
-
-    .@{name}-shadow {
-        height: 1px;
-        bottom: @bottom;
-        background-color: @line_color;
-    }
-
-    .@{name}-handle {
-        top: 22px;
-        width: @handle_width;
-        height: @handle_height;
-        background-color: transparent;
-
-        & > i:first-child {
-            position: absolute;
-            display: block;
-            top: 0;
-            left: 50%;
-            width: 2px;
-            height: 100%;
-            margin-left: -1px;
-            background-color: @handle_color_1;
-        }
-
-        &.state_hover,
-        &:hover {
-            & > i:first-child {
-                background-color: @handle_color_2;
-            }
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        top: 0;
-        padding: 1px 3px;
-        color: @minmax_text_color;
-        font-size: 10px;
-        line-height: 1.333;
-        text-shadow: none;
-        background-color: @minmax_bg_color;
-        border-radius: @custom_radius;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        color: @label_color_2;
-        font-size: 10px;
-        line-height: 1.333;
-        text-shadow: none;
-        padding: 1px 5px;
-        background-color: @label_color_1;
-        border-radius: @custom_radius;
-
-        &:before {
-            position: absolute;
-            display: block;
-            content: "";
-            bottom: -6px;
-            left: 50%;
-            width: 0;
-            height: 0;
-            margin-left: -3px;
-            overflow: hidden;
-            border: 3px solid transparent;
-            border-top-color: @label_color_1;
-        }
-    }
-
-    .@{name}-grid {
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_2;
-        }
-    }
-}

+ 0 - 165
plugins/ion-rangeslider/less/skins/modern.less

@@ -1,165 +0,0 @@
-.irs--modern {
-    @name: irs;
-
-    @top: 25px;
-    @bottom: 21px;
-    @line_height: 5px;
-    @handle_width: 12px;
-    @handle_height: 13px;
-
-    @line_color: #d1d6e0;
-    @bar_color: #20b426;
-    @handle_color_1: #e9e6e6;
-    @handle_color_2: white;
-    @handle_color_3: black;
-    @minmax_text_color: white;
-    @minmax_bg_color: #d1d6e0;
-    @label_color_1: #20b426;
-    @label_color_2: white;
-    @grid_color_1: #dedede;
-    @grid_color_2: silver;
-
-
-
-    height: 55px;
-
-    &.irs-with-grid {
-        height: 55px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color;
-        background: linear-gradient(to bottom, lighten(@line_color, 5%) 0%, @line_color 100%);
-        border: 1px solid darken(@line_color, 15%);
-        border-bottom-width: 0;
-        border-radius: @line_height;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background: @bar_color;
-        background: linear-gradient(to bottom, @bar_color 0%, darken(@bar_color, 10%) 100%);
-
-        &--single {
-            border-radius: @line_height 0 0 @line_height;
-        }
-    }
-
-    .@{name}-shadow {
-        height: 1px;
-        bottom: @bottom;
-        background-color: fade(@line_color, 50%);
-    }
-
-    .@{name}-handle {
-        top: 37px;
-        width: @handle_width;
-        height: @handle_height;
-        border: 1px solid darken(@line_color, 15%);
-        border-top-width: 0;
-        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
-        border-radius: 0 0 3px 3px;
-
-        & > i:nth-child(1) {
-            position: absolute;
-            display: block;
-            top: -4px; left: 1px;
-            width: (@handle_width - 6px);
-            height: (@handle_width - 6px);
-            border: 1px solid darken(@line_color, 15%);
-            background: @handle_color_2;
-            transform: rotate(45deg);
-        }
-
-        & > i:nth-child(2) {
-            position: absolute;
-            display: block;
-            box-sizing: border-box;
-            top: 0; left: 0;
-            width: (@handle_width - 2);
-            height: (@handle_height - 1);
-            background: @handle_color_1;
-            background: linear-gradient(to bottom, @handle_color_2 0%, @handle_color_1 100%);
-            border-radius: 0 0 3px 3px;
-        }
-
-        & > i:nth-child(3) {
-            position: absolute;
-            display: block;
-            box-sizing: border-box;
-            top: 3px; left: 3px;
-            width: 4px; height: 5px;
-            border-left: 1px solid darken(@line_color, 15%);
-            border-right: 1px solid darken(@line_color, 15%);
-        }
-
-        &.state_hover,
-        &:hover {
-            border-color: darken(@line_color, 30%);
-            background: #c3c7cd;
-            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(145,155,165,1) 30%,rgba(255,255,255,1) 100%);
-
-            & > i:nth-child(1) {
-                border-color: darken(@line_color, 30%);
-            }
-
-            & > i:nth-child(3) {
-                border-color: darken(@line_color, 50%);
-            }
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        top: 0;
-        font-size: 10px;
-        line-height: 1.333;
-        text-shadow: none;
-        padding: 1px 5px;
-        color: @minmax_text_color;
-        background-color: @minmax_bg_color;
-        border-radius: @line_height;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        font-size: 10px;
-        line-height: 1.333;
-        text-shadow: none;
-        padding: 1px 5px;
-        background-color: @label_color_1;
-        color: @label_color_2;
-        border-radius: @line_height;
-
-        &:before {
-            position: absolute;
-            display: block;
-            content: "";
-            bottom: -6px;
-            left: 50%;
-            width: 0;
-            height: 0;
-            margin-left: -3px;
-            overflow: hidden;
-            border: 3px solid transparent;
-            border-top-color: @label_color_1;
-        }
-    }
-
-    .@{name}-grid {
-        height: 25px;
-
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_2;
-            font-size: 13px;
-        }
-    }
-}

+ 0 - 120
plugins/ion-rangeslider/less/skins/round.less

@@ -1,120 +0,0 @@
-// Skin design by Veaceslav Grimalschi
-// https://github.com/grimalschi
-
-.irs--round {
-    @name: irs;
-
-    @top: 36px;
-    @bottom: 21px;
-    @line_height: 4px;
-    @handle_width: 24px;
-    @handle_height: 24px;
-
-    @line_color: #dee4ec;
-    @bar_color: #006cfa;
-    @handle_color_1: #006cfa;
-    @handle_color_2: white;
-    @handle_color_3: #f0f6ff;
-    @minmax_text_color: #333;
-    @minmax_bg_color: rgba(0,0,0,0.1);
-    @label_color_1: #006cfa;
-    @label_color_2: white;
-    @grid_color_1: #dedede;
-    @grid_color_2: silver;
-
-
-
-    height: 50px;
-
-    &.irs-with-grid {
-        height: 65px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color;
-        border-radius: @line_height;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background-color: @bar_color;
-
-        &--single {
-            border-radius: @line_height 0 0 @line_height;
-        }
-    }
-
-    .@{name}-shadow {
-        height: 4px;
-        bottom: @bottom;
-        background-color: fade(@line_color, 50%);
-    }
-
-    .@{name}-handle {
-        top: 26px;
-        width: @handle_width;
-        height: @handle_height;
-        border: 4px solid @handle_color_1;
-        background-color: @handle_color_2;
-        border-radius: @handle_width;
-        box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
-
-        &.state_hover,
-        &:hover {
-            background-color: @handle_color_3;
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        color: @minmax_text_color;
-        font-size: 14px;
-        line-height: 1;
-        top: 0;
-        padding: 3px 5px;
-        background-color: @minmax_bg_color;
-        border-radius: @line_height;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        font-size: 14px;
-        line-height: 1;
-        text-shadow: none;
-        padding: 3px 5px;
-        background-color: @label_color_1;
-        color: @label_color_2;
-        border-radius: @line_height;
-
-        &:before {
-            position: absolute;
-            display: block;
-            content: "";
-            bottom: -6px;
-            left: 50%;
-            width: 0;
-            height: 0;
-            margin-left: -3px;
-            overflow: hidden;
-            border: 3px solid transparent;
-            border-top-color: @label_color_1;
-        }
-    }
-
-    .@{name}-grid {
-        height: 25px;
-
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_2;
-            font-size: 13px;
-        }
-    }
-}

+ 0 - 132
plugins/ion-rangeslider/less/skins/sharp.less

@@ -1,132 +0,0 @@
-.irs--sharp {
-    @name: irs;
-
-    @top: 30px;
-    @bottom: 21px;
-    @line_height: 2px;
-    @handle_width: 10px;
-    @handle_height: 10px;
-
-    @line_color: black;
-    @bar_color: #ee22fa;
-    @handle_color_1: darken(#ee22fa, 20%);
-    @handle_color_2: white;
-    @handle_color_3: black;
-    @minmax_text_color: white;
-    @minmax_bg_color: darken(#ee22fa, 20%);
-    @label_color_1: darken(#ee22fa, 20%);
-    @label_color_2: white;
-    @grid_color_1: #dedede;
-    @grid_color_2: silver;
-
-
-
-    height: 50px;
-    font-size: 12px;
-    line-height: 1;
-
-    &.irs-with-grid {
-        height: 57px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color;
-        border-radius: @line_height;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background-color: @bar_color;
-
-        &--single {
-            border-radius: @line_height 0 0 @line_height;
-        }
-    }
-
-    .@{name}-shadow {
-        height: 1px;
-        bottom: @bottom;
-        background-color: fade(@line_color, 50%);
-    }
-
-    .@{name}-handle {
-        top: (@top - 5px);
-        width: @handle_width;
-        height: @handle_height;
-        background-color: @handle_color_1;
-
-        & > i:first-child {
-            position: absolute;
-            display: block;
-            top: 100%;
-            left: 0;
-            width: 0;
-            height: 0;
-            border: 5px solid transparent;
-            border-top-color: @handle_color_1;
-        }
-
-        &.state_hover,
-        &:hover {
-            background-color: @handle_color_3;
-
-            & > i:first-child {
-                border-top-color: @handle_color_3;
-            }
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        color: @minmax_text_color;
-        font-size: 14px;
-        line-height: 1;
-        top: 0;
-        padding: 3px 4px;
-        opacity: 0.4;
-        background-color: @minmax_bg_color;
-        border-radius: @line_height;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        font-size: 14px;
-        line-height: 1;
-        text-shadow: none;
-        padding: 3px 4px;
-        background-color: @label_color_1;
-        color: @label_color_2;
-        border-radius: @line_height;
-
-        &:before {
-            position: absolute;
-            display: block;
-            content: "";
-            bottom: -6px;
-            left: 50%;
-            width: 0;
-            height: 0;
-            margin-left: -3px;
-            overflow: hidden;
-            border: 3px solid transparent;
-            border-top-color: @label_color_1;
-        }
-    }
-
-    .@{name}-grid {
-        height: 25px;
-
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_2;
-            font-size: 13px;
-        }
-    }
-}

+ 0 - 100
plugins/ion-rangeslider/less/skins/square.less

@@ -1,100 +0,0 @@
-// Skin design by Veaceslav Grimalschi
-// https://github.com/grimalschi
-
-.irs--square {
-    @name: irs;
-
-    @top: 31px;
-    @bottom: 21px;
-    @line_height: 4px;
-    @handle_width: 16px;
-    @handle_height: 16px;
-
-    @line_color: #dedede;
-    @bar_color: black;
-    @handle_color_1: black;
-    @handle_color_2: white;
-    @handle_color_3: #f0f6ff;
-    @minmax_text_color: #333;
-    @minmax_bg_color: rgba(0,0,0,0.1);
-    @label_color_1: black;
-    @label_color_2: white;
-    @grid_color_1: #dedede;
-    @grid_color_2: silver;
-
-
-
-    height: 50px;
-
-    &.irs-with-grid {
-        height: 60px;
-    }
-
-    .@{name}-line {
-        top: @top;
-        height: @line_height;
-        background-color: @line_color;
-    }
-
-    .@{name}-bar {
-        top: @top;
-        height: @line_height;
-        background-color: @bar_color;
-    }
-
-    .@{name}-shadow {
-        height: 2px;
-        bottom: @bottom;
-        background-color: @line_color;
-    }
-
-    .@{name}-handle {
-        top: (@top - 6px);
-        width: @handle_width;
-        height: @handle_height;
-        border: 3px solid @handle_color_1;
-        background-color: @handle_color_2;
-        -webkit-transform: rotate(45deg);
-        -ms-transform: rotate(45deg);
-        transform: rotate(45deg);
-
-        &.state_hover,
-        &:hover {
-            background-color: @handle_color_3;
-        }
-    }
-
-    .@{name}-min,
-    .@{name}-max {
-        color: @minmax_text_color;
-        font-size: 14px;
-        line-height: 1;
-        top: 0;
-        padding: 3px 5px;
-        background-color: @minmax_bg_color;
-    }
-
-    .@{name}-from,
-    .@{name}-to,
-    .@{name}-single {
-        font-size: 14px;
-        line-height: 1;
-        text-shadow: none;
-        padding: 3px 5px;
-        background-color: @label_color_1;
-        color: @label_color_2;
-    }
-
-    .@{name}-grid {
-        height: 25px;
-
-        &-pol {
-            background-color: @grid_color_1;
-        }
-
-        &-text {
-            color: @grid_color_2;
-            font-size: 11px;
-        }
-    }
-}

+ 0 - 59
plugins/jsgrid/demos/basic.html

@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <title>jsGrid - Basic Scenario</title>
-    <link rel="stylesheet" type="text/css" href="demos.css" />
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600,400' rel='stylesheet' type='text/css'>
-
-    <link rel="stylesheet" type="text/css" href="../css/jsgrid.css" />
-    <link rel="stylesheet" type="text/css" href="../css/theme.css" />
-
-    <script src="../external/jquery/jquery-1.8.3.js"></script>
-    <script src="db.js"></script>
-
-    <script src="../src/jsgrid.core.js"></script>
-    <script src="../src/jsgrid.load-indicator.js"></script>
-    <script src="../src/jsgrid.load-strategies.js"></script>
-    <script src="../src/jsgrid.sort-strategies.js"></script>
-    <script src="../src/jsgrid.field.js"></script>
-    <script src="../src/fields/jsgrid.field.text.js"></script>
-    <script src="../src/fields/jsgrid.field.number.js"></script>
-    <script src="../src/fields/jsgrid.field.select.js"></script>
-    <script src="../src/fields/jsgrid.field.checkbox.js"></script>
-    <script src="../src/fields/jsgrid.field.control.js"></script>
-</head>
-<body>
-    <h1>Basic Scenario</h1>
-    <div id="jsGrid"></div>
-
-    <script>
-        $(function() {
-
-            $("#jsGrid").jsGrid({
-                height: "70%",
-                width: "100%",
-                filtering: true,
-                editing: true,
-                inserting: true,
-                sorting: true,
-                paging: true,
-                autoload: true,
-                pageSize: 15,
-                pageButtonCount: 5,
-                deleteConfirm: "Do you really want to delete the client?",
-                controller: db,
-                fields: [
-                    { name: "Name", type: "text", width: 150 },
-                    { name: "Age", type: "number", width: 50 },
-                    { name: "Address", type: "text", width: 200 },
-                    { name: "Country", type: "select", items: db.countries, valueField: "Id", textField: "Name" },
-                    { name: "Married", type: "checkbox", title: "Is Married", sorting: false },
-                    { type: "control" }
-                ]
-            });
-
-        });
-    </script>
-</body>
-</html>

+ 0 - 0
plugins/jsgrid/demos/batch-delete.html


Some files were not shown because too many files changed in this diff