summaryrefslogtreecommitdiff
path: root/public/assets/js/DataTables/KeyTable-2.8.2
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-27 03:47:30 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-27 03:47:30 +0300
commit059e0d95d0c28bc5060e87e146eaf7411f51bf90 (patch)
tree7c21ac432f16dde2329a0d5954d70711eceb48e6 /public/assets/js/DataTables/KeyTable-2.8.2
parent26cd8ee99659ef1926c96a049c93645ffc9b169d (diff)
downloadgyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.tar.gz
gyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.tar.bz2
gyraf1gov-059e0d95d0c28bc5060e87e146eaf7411f51bf90.zip
skeleton commit; based on an anom project
Diffstat (limited to 'public/assets/js/DataTables/KeyTable-2.8.2')
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.css11
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.min.css1
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.js1419
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.min.js4
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.js58
-rw-r--r--public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.min.js4
34 files changed, 2015 insertions, 0 deletions
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.css
new file mode 100644
index 0000000..95a325e
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #337ab7;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.min.css
new file mode 100644
index 0000000..71fce94
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #337ab7;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.css
new file mode 100644
index 0000000..f0f8e4b
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #0275d8;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.min.css
new file mode 100644
index 0000000..d085b5e
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap4.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #0275d8;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.css
new file mode 100644
index 0000000..da95974
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #0d6efd;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.min.css
new file mode 100644
index 0000000..0410645
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bootstrap5.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #0d6efd;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.css
new file mode 100644
index 0000000..2b8b5f5
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #00D1B2;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.min.css
new file mode 100644
index 0000000..b2b7618
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.bulma.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #00d1b2;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.css
new file mode 100644
index 0000000..d798932
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #3366ff;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.min.css
new file mode 100644
index 0000000..fe4e926
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.dataTables.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #36f;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.css
new file mode 100644
index 0000000..14ff15e
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #008CBA;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.min.css
new file mode 100644
index 0000000..69ef0d3
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.foundation.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #008cba;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.css
new file mode 100644
index 0000000..d798932
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #3366ff;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.min.css
new file mode 100644
index 0000000..fe4e926
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.jqueryui.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #36f;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.css
new file mode 100644
index 0000000..f0a00d0
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.css
@@ -0,0 +1,11 @@
+table.dataTable tbody th.focus,
+table.dataTable tbody td.focus {
+ outline: 2px solid #888;
+ outline-offset: -2px;
+}
+
+div.dtk-focus-alt table.dataTable tbody th.focus,
+div.dtk-focus-alt table.dataTable tbody td.focus {
+ outline: 2px solid #ff8b33;
+ outline-offset: -2px;
+}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.min.css b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.min.css
new file mode 100644
index 0000000..0965114
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/css/keyTable.semanticui.min.css
@@ -0,0 +1 @@
+table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #888;outline-offset:-2px}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{outline:2px solid #ff8b33;outline-offset:-2px}
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.js
new file mode 100644
index 0000000..080ed8a
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.js
@@ -0,0 +1,1419 @@
+/*! KeyTable 2.8.2
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+/**
+ * @summary KeyTable
+ * @description Spreadsheet like keyboard navigation for DataTables
+ * @version 2.8.2
+ * @file dataTables.keyTable.js
+ * @author SpryMedia Ltd
+ * @contact datatables.net
+ * @copyright Copyright SpryMedia Ltd.
+ *
+ * This source file is free software, available under the following license:
+ * MIT license - http://datatables.net/license/mit
+ *
+ * This source file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
+ *
+ * For details please refer to: http://www.datatables.net
+ */
+
+var namespaceCounter = 0;
+var editorNamespaceCounter = 0;
+
+
+var KeyTable = function ( dt, opts ) {
+ // Sanity check that we are using DataTables 1.10 or newer
+ if ( ! DataTable.versionCheck || ! DataTable.versionCheck( '1.10.8' ) ) {
+ throw 'KeyTable requires DataTables 1.10.8 or newer';
+ }
+
+ // User and defaults configuration object
+ this.c = $.extend( true, {},
+ DataTable.defaults.keyTable,
+ KeyTable.defaults,
+ opts
+ );
+
+ // Internal settings
+ this.s = {
+ /** @type {DataTable.Api} DataTables' API instance */
+ dt: new DataTable.Api( dt ),
+
+ enable: true,
+
+ /** @type {bool} Flag for if a draw is triggered by focus */
+ focusDraw: false,
+
+ /** @type {bool} Flag to indicate when waiting for a draw to happen.
+ * Will ignore key presses at this point
+ */
+ waitingForDraw: false,
+
+ /** @type {object} Information about the last cell that was focused */
+ lastFocus: null,
+
+ /** @type {string} Unique namespace per instance */
+ namespace: '.keyTable-'+(namespaceCounter++),
+
+ /** @type {Node} Input element for tabbing into the table */
+ tabInput: null
+ };
+
+ // DOM items
+ this.dom = {
+
+ };
+
+ // Check if row reorder has already been initialised on this table
+ var settings = this.s.dt.settings()[0];
+ var exisiting = settings.keytable;
+ if ( exisiting ) {
+ return exisiting;
+ }
+
+ settings.keytable = this;
+ this._constructor();
+};
+
+
+$.extend( KeyTable.prototype, {
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * API methods for DataTables API interface
+ */
+
+ /**
+ * Blur the table's cell focus
+ */
+ blur: function ()
+ {
+ this._blur();
+ },
+
+ /**
+ * Enable cell focus for the table
+ *
+ * @param {string} state Can be `true`, `false` or `-string navigation-only`
+ */
+ enable: function ( state )
+ {
+ this.s.enable = state;
+ },
+
+ /**
+ * Get enable status
+ */
+ enabled: function () {
+ return this.s.enable;
+ },
+
+ /**
+ * Focus on a cell
+ * @param {integer} row Row index
+ * @param {integer} column Column index
+ */
+ focus: function ( row, column )
+ {
+ this._focus( this.s.dt.cell( row, column ) );
+ },
+
+ /**
+ * Is the cell focused
+ * @param {object} cell Cell index to check
+ * @returns {boolean} true if focused, false otherwise
+ */
+ focused: function ( cell )
+ {
+ var lastFocus = this.s.lastFocus;
+
+ if ( ! lastFocus ) {
+ return false;
+ }
+
+ var lastIdx = this.s.lastFocus.cell.index();
+ return cell.row === lastIdx.row && cell.column === lastIdx.column;
+ },
+
+
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Constructor
+ */
+
+ /**
+ * Initialise the KeyTable instance
+ *
+ * @private
+ */
+ _constructor: function ()
+ {
+ this._tabInput();
+
+ var that = this;
+ var dt = this.s.dt;
+ var table = $( dt.table().node() );
+ var namespace = this.s.namespace;
+ var editorBlock = false;
+
+ // Need to be able to calculate the cell positions relative to the table
+ if ( table.css('position') === 'static' ) {
+ table.css( 'position', 'relative' );
+ }
+
+ // Click to focus
+ $( dt.table().body() ).on( 'click'+namespace, 'th, td', function (e) {
+ if ( that.s.enable === false ) {
+ return;
+ }
+
+ var cell = dt.cell( this );
+
+ if ( ! cell.any() ) {
+ return;
+ }
+
+ that._focus( cell, null, false, e );
+ } );
+
+ // Key events
+ $( document ).on( 'keydown'+namespace, function (e) {
+ if ( ! editorBlock ) {
+ that._key( e );
+ }
+ } );
+
+ // Click blur
+ if ( this.c.blurable ) {
+ $( document ).on( 'mousedown'+namespace, function ( e ) {
+ // Click on the search input will blur focus
+ if ( $(e.target).parents( '.dataTables_filter' ).length ) {
+ that._blur();
+ }
+
+ // If the click was inside the DataTables container, don't blur
+ if ( $(e.target).parents().filter( dt.table().container() ).length ) {
+ return;
+ }
+
+ // Don't blur in Editor form
+ if ( $(e.target).parents('div.DTE').length ) {
+ return;
+ }
+
+ // Or an Editor date input
+ if (
+ $(e.target).parents('div.editor-datetime').length ||
+ $(e.target).parents('div.dt-datetime').length
+ ) {
+ return;
+ }
+
+ //If the click was inside the fixed columns container, don't blur
+ if ( $(e.target).parents().filter('.DTFC_Cloned').length ) {
+ return;
+ }
+
+ that._blur();
+ } );
+ }
+
+ if ( this.c.editor ) {
+ var editor = this.c.editor;
+
+ // Need to disable KeyTable when the main editor is shown
+ editor.on( 'open.keyTableMain', function (e, mode, action) {
+ if ( mode !== 'inline' && that.s.enable ) {
+ that.enable( false );
+
+ editor.one( 'close'+namespace, function () {
+ that.enable( true );
+ } );
+ }
+ } );
+
+ if ( this.c.editOnFocus ) {
+ dt.on( 'key-focus'+namespace+' key-refocus'+namespace, function ( e, dt, cell, orig ) {
+ that._editor( null, orig, true );
+ } );
+ }
+
+ // Activate Editor when a key is pressed (will be ignored, if
+ // already active).
+ dt.on( 'key'+namespace, function ( e, dt, key, cell, orig ) {
+ that._editor( key, orig, false );
+ } );
+
+ // Active editing on double click - it will already have focus from
+ // the click event handler above
+ $( dt.table().body() ).on( 'dblclick'+namespace, 'th, td', function (e) {
+ if ( that.s.enable === false ) {
+ return;
+ }
+
+ var cell = dt.cell( this );
+
+ if ( ! cell.any() ) {
+ return;
+ }
+
+ if ( that.s.lastFocus && this !== that.s.lastFocus.cell.node() ) {
+ return;
+ }
+
+ that._editor( null, e, true );
+ } );
+
+ // While Editor is busy processing, we don't want to process any key events
+ editor
+ .on('preSubmit', function () {
+ editorBlock = true;
+ } )
+ .on('preSubmitCancelled', function () {
+ editorBlock = false;
+ } )
+ .on('submitComplete', function () {
+ editorBlock = false;
+ } );
+ }
+
+ // Stave saving
+ // if ( dt.settings()[0].oFeatures.bStateSave ) {
+ dt.on( 'stateSaveParams'+namespace, function (e, s, d) {
+ d.keyTable = that.s.lastFocus ?
+ that.s.lastFocus.cell.index() :
+ null;
+ } );
+ // }
+
+ dt.on( 'column-visibility'+namespace, function (e) {
+ that._tabInput();
+ } );
+
+ dt.on( 'column-reorder'+namespace, function (e, s, d) {
+ // Need to update the last focus cell's index
+ var lastFocus = that.s.lastFocus;
+
+ if (lastFocus && lastFocus.cell) {
+ var curr = lastFocus.relative.column;
+
+ // Manipulate the API instance to correct the column index
+ lastFocus.cell[0][0].column = d.mapping.indexOf(curr);
+ lastFocus.relative.column = d.mapping.indexOf(curr);
+ }
+ } );
+
+ // Redraw - retain focus on the current cell
+ dt.on( 'draw'+namespace, function (e) {
+ that._tabInput();
+
+ if ( that.s.focusDraw ) {
+ return;
+ }
+
+ var lastFocus = that.s.lastFocus;
+
+ if ( lastFocus ) {
+ var relative = that.s.lastFocus.relative;
+ var info = dt.page.info();
+ var row = relative.row + info.start;
+
+ if ( info.recordsDisplay === 0 ) {
+ return;
+ }
+
+ // Reverse if needed
+ if ( row >= info.recordsDisplay ) {
+ row = info.recordsDisplay - 1;
+ }
+
+ that._focus( row, relative.column, true, e );
+ }
+ } );
+
+ // Clipboard support
+ if ( this.c.clipboard ) {
+ this._clipboard();
+ }
+
+ dt.on( 'destroy'+namespace, function () {
+ that._blur( true );
+
+ // Event tidy up
+ dt.off( namespace );
+
+ $( dt.table().body() )
+ .off( 'click'+namespace, 'th, td' )
+ .off( 'dblclick'+namespace, 'th, td' );
+
+ $( document )
+ .off( 'mousedown'+namespace )
+ .off( 'keydown'+namespace )
+ .off( 'copy'+namespace )
+ .off( 'paste'+namespace );
+ } );
+
+ // Initial focus comes from state or options
+ var state = dt.state.loaded();
+
+ if ( state && state.keyTable ) {
+ // Wait until init is done
+ dt.one( 'init', function () {
+ var cell = dt.cell( state.keyTable );
+
+ // Ensure that the saved cell still exists
+ if ( cell.any() ) {
+ cell.focus();
+ }
+ } );
+ }
+ else if ( this.c.focus ) {
+ dt.cell( this.c.focus ).focus();
+ }
+ },
+
+
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Private methods
+ */
+
+ /**
+ * Blur the control
+ *
+ * @param {boolean} [noEvents=false] Don't trigger updates / events (for destroying)
+ * @private
+ */
+ _blur: function (noEvents)
+ {
+ if ( ! this.s.enable || ! this.s.lastFocus ) {
+ return;
+ }
+
+ var cell = this.s.lastFocus.cell;
+
+ $( cell.node() ).removeClass( this.c.className );
+ this.s.lastFocus = null;
+
+ if ( ! noEvents ) {
+ this._updateFixedColumns(cell.index().column);
+
+ this._emitEvent( 'key-blur', [ this.s.dt, cell ] );
+ }
+ },
+
+
+ /**
+ * Clipboard interaction handlers
+ *
+ * @private
+ */
+ _clipboard: function () {
+ var dt = this.s.dt;
+ var that = this;
+ var namespace = this.s.namespace;
+
+ // IE8 doesn't support getting selected text
+ if ( ! window.getSelection ) {
+ return;
+ }
+
+ $(document).on( 'copy'+namespace, function (ejq) {
+ var e = ejq.originalEvent;
+ var selection = window.getSelection().toString();
+ var focused = that.s.lastFocus;
+
+ // Only copy cell text to clipboard if there is no other selection
+ // and there is a focused cell
+ if ( ! selection && focused ) {
+ e.clipboardData.setData(
+ 'text/plain',
+ focused.cell.render( that.c.clipboardOrthogonal )
+ );
+ e.preventDefault();
+ }
+ } );
+
+ $(document).on( 'paste'+namespace, function (ejq) {
+ var e = ejq.originalEvent;
+ var focused = that.s.lastFocus;
+ var activeEl = document.activeElement;
+ var editor = that.c.editor;
+ var pastedText;
+
+ if ( focused && (! activeEl || activeEl.nodeName.toLowerCase() === 'body') ) {
+ e.preventDefault();
+
+ if ( window.clipboardData && window.clipboardData.getData ) {
+ // IE
+ pastedText = window.clipboardData.getData('Text');
+ }
+ else if ( e.clipboardData && e.clipboardData.getData ) {
+ // Everything else
+ pastedText = e.clipboardData.getData('text/plain');
+ }
+
+ if ( editor ) {
+ // Got Editor - need to activate inline editing,
+ // set the value and submit
+ var options = that._inlineOptions(focused.cell.index());
+
+ editor
+ .inline(options.cell, options.field, options.options)
+ .set( editor.displayed()[0], pastedText )
+ .submit();
+ }
+ else {
+ // No editor, so just dump the data in
+ focused.cell.data( pastedText );
+ dt.draw(false);
+ }
+ }
+ } );
+ },
+
+
+ /**
+ * Get an array of the column indexes that KeyTable can operate on. This
+ * is a merge of the user supplied columns and the visible columns.
+ *
+ * @private
+ */
+ _columns: function ()
+ {
+ var dt = this.s.dt;
+ var user = dt.columns( this.c.columns ).indexes();
+ var out = [];
+
+ dt.columns( ':visible' ).every( function (i) {
+ if ( user.indexOf( i ) !== -1 ) {
+ out.push( i );
+ }
+ } );
+
+ return out;
+ },
+
+
+ /**
+ * Perform excel like navigation for Editor by triggering an edit on key
+ * press
+ *
+ * @param {integer} key Key code for the pressed key
+ * @param {object} orig Original event
+ * @private
+ */
+ _editor: function ( key, orig, hardEdit )
+ {
+ // If nothing focused, we can't take any action
+ if (! this.s.lastFocus) {
+ return;
+ }
+
+ // DataTables draw event
+ if (orig && orig.type === 'draw') {
+ return;
+ }
+
+ var that = this;
+ var dt = this.s.dt;
+ var editor = this.c.editor;
+ var editCell = this.s.lastFocus.cell;
+ var namespace = this.s.namespace + 'e' + editorNamespaceCounter++;
+
+ // Do nothing if there is already an inline edit in this cell
+ if ( $('div.DTE', editCell.node()).length ) {
+ return;
+ }
+
+ // Don't activate Editor on control key presses
+ if ( key !== null && (
+ (key >= 0x00 && key <= 0x09) ||
+ key === 0x0b ||
+ key === 0x0c ||
+ (key >= 0x0e && key <= 0x1f) ||
+ (key >= 0x70 && key <= 0x7b) ||
+ (key >= 0x7f && key <= 0x9f)
+ ) ) {
+ return;
+ }
+
+ if ( orig ) {
+ orig.stopPropagation();
+
+ // Return key should do nothing - for textareas it would empty the
+ // contents
+ if ( key === 13 ) {
+ orig.preventDefault();
+ }
+ }
+
+ var editInline = function () {
+ var options = that._inlineOptions(editCell.index());
+
+ editor
+ .one( 'open'+namespace, function () {
+ // Remove cancel open
+ editor.off( 'cancelOpen'+namespace );
+
+ // Excel style - select all text
+ if ( ! hardEdit ) {
+ $('div.DTE_Field_InputControl input, div.DTE_Field_InputControl textarea').select();
+ }
+
+ // Reduce the keys the Keys listens for
+ dt.keys.enable( hardEdit ? 'tab-only' : 'navigation-only' );
+
+ // On blur of the navigation submit
+ dt.on( 'key-blur.editor', function (e, dt, cell) {
+ // When Editor has its own blur enabled - do nothing here
+ if (editor.s.editOpts.onBlur === 'submit') {
+ return;
+ }
+
+ if ( editor.displayed() && cell.node() === editCell.node() ) {
+ editor.submit();
+ }
+ } );
+
+ // Highlight the cell a different colour on full edit
+ if ( hardEdit ) {
+ $( dt.table().container() ).addClass('dtk-focus-alt');
+ }
+
+ // If the dev cancels the submit, we need to return focus
+ editor.on( 'preSubmitCancelled'+namespace, function () {
+ setTimeout( function () {
+ that._focus( editCell, null, false );
+ }, 50 );
+ } );
+
+ editor.on( 'submitUnsuccessful'+namespace, function () {
+ that._focus( editCell, null, false );
+ } );
+
+ // Restore full key navigation on close
+ editor.one( 'close'+namespace, function () {
+ dt.keys.enable( true );
+ dt.off( 'key-blur.editor' );
+ editor.off( namespace );
+ $( dt.table().container() ).removeClass('dtk-focus-alt');
+
+ if (that.s.returnSubmit) {
+ that.s.returnSubmit = false;
+ that._emitEvent( 'key-return-submit', [dt, editCell] );
+ }
+ } );
+ } )
+ .one( 'cancelOpen'+namespace, function () {
+ // `preOpen` can cancel the display of the form, so it
+ // might be that the open event handler isn't needed
+ editor.off( namespace );
+ } )
+ .inline(options.cell, options.field, options.options);
+ };
+
+ // Editor 1.7 listens for `return` on keyup, so if return is the trigger
+ // key, we need to wait for `keyup` otherwise Editor would just submit
+ // the content triggered by this keypress.
+ if ( key === 13 ) {
+ hardEdit = true;
+
+ $(document).one( 'keyup', function () { // immediately removed
+ editInline();
+ } );
+ }
+ else {
+ editInline();
+ }
+ },
+
+
+ _inlineOptions: function (cellIdx)
+ {
+ if (this.c.editorOptions) {
+ return this.c.editorOptions(cellIdx);
+ }
+
+ return {
+ cell: cellIdx,
+ field: undefined,
+ options: undefined
+ };
+ },
+
+
+ /**
+ * Emit an event on the DataTable for listeners
+ *
+ * @param {string} name Event name
+ * @param {array} args Event arguments
+ * @private
+ */
+ _emitEvent: function ( name, args )
+ {
+ this.s.dt.iterator( 'table', function ( ctx, i ) {
+ $(ctx.nTable).triggerHandler( name, args );
+ } );
+ },
+
+
+ /**
+ * Focus on a particular cell, shifting the table's paging if required
+ *
+ * @param {DataTables.Api|integer} row Can be given as an API instance that
+ * contains the cell to focus or as an integer. As the latter it is the
+ * visible row index (from the whole data set) - NOT the data index
+ * @param {integer} [column] Not required if a cell is given as the first
+ * parameter. Otherwise this is the column data index for the cell to
+ * focus on
+ * @param {boolean} [shift=true] Should the viewport be moved to show cell
+ * @private
+ */
+ _focus: function ( row, column, shift, originalEvent )
+ {
+ var that = this;
+ var dt = this.s.dt;
+ var pageInfo = dt.page.info();
+ var lastFocus = this.s.lastFocus;
+
+ if ( ! originalEvent) {
+ originalEvent = null;
+ }
+
+ if ( ! this.s.enable ) {
+ return;
+ }
+
+ if ( typeof row !== 'number' ) {
+ // Its an API instance - check that there is actually a row
+ if ( ! row.any() ) {
+ return;
+ }
+
+ // Convert the cell to a row and column
+ var index = row.index();
+ column = index.column;
+ row = dt
+ .rows( { filter: 'applied', order: 'applied' } )
+ .indexes()
+ .indexOf( index.row );
+
+ // Don't focus rows that were filtered out.
+ if ( row < 0 ) {
+ return;
+ }
+
+ // For server-side processing normalise the row by adding the start
+ // point, since `rows().indexes()` includes only rows that are
+ // available at the client-side
+ if ( pageInfo.serverSide ) {
+ row += pageInfo.start;
+ }
+ }
+
+ // Is the row on the current page? If not, we need to redraw to show the
+ // page
+ if ( pageInfo.length !== -1 && (row < pageInfo.start || row >= pageInfo.start+pageInfo.length) ) {
+ this.s.focusDraw = true;
+ this.s.waitingForDraw = true;
+
+ dt
+ .one( 'draw', function () {
+ that.s.focusDraw = false;
+ that.s.waitingForDraw = false;
+ that._focus( row, column, undefined, originalEvent );
+ } )
+ .page( Math.floor( row / pageInfo.length ) )
+ .draw( false );
+
+ return;
+ }
+
+ // In the available columns?
+ if ( $.inArray( column, this._columns() ) === -1 ) {
+ return;
+ }
+
+ // De-normalise the server-side processing row, so we select the row
+ // in its displayed position
+ if ( pageInfo.serverSide ) {
+ row -= pageInfo.start;
+ }
+
+ // Get the cell from the current position - ignoring any cells which might
+ // not have been rendered (therefore can't use `:eq()` selector).
+ var cells = dt.cells( null, column, {search: 'applied', order: 'applied'} ).flatten();
+ var cell = dt.cell( cells[ row ] );
+
+ if ( lastFocus ) {
+ // Don't trigger a refocus on the same cell
+ if ( lastFocus.node === cell.node() ) {
+ this._emitEvent( 'key-refocus', [ this.s.dt, cell, originalEvent || null ] );
+ return;
+ }
+
+ // Otherwise blur the old focus
+ this._blur();
+ }
+
+ // Clear focus from other tables
+ this._removeOtherFocus();
+
+ var node = $( cell.node() );
+ node.addClass( this.c.className );
+
+ this._updateFixedColumns(column);
+
+ // Shift viewpoint and page to make cell visible
+ if ( shift === undefined || shift === true ) {
+ this._scroll( $(window), $(document.body), node, 'offset' );
+
+ var bodyParent = dt.table().body().parentNode;
+ if ( bodyParent !== dt.table().header().parentNode ) {
+ var parent = $(bodyParent.parentNode);
+
+ this._scroll( parent, parent, node, 'position' );
+ }
+ }
+
+ // Event and finish
+ this.s.lastFocus = {
+ cell: cell,
+ node: cell.node(),
+ relative: {
+ row: dt.rows( { page: 'current' } ).indexes().indexOf( cell.index().row ),
+ column: cell.index().column
+ }
+ };
+
+ this._emitEvent( 'key-focus', [ this.s.dt, cell, originalEvent || null ] );
+ dt.state.save();
+ },
+
+ /**
+ * Handle key press
+ *
+ * @param {object} e Event
+ * @private
+ */
+ _key: function ( e )
+ {
+ // If we are waiting for a draw to happen from another key event, then
+ // do nothing for this new key press.
+ if ( this.s.waitingForDraw ) {
+ e.preventDefault();
+ return;
+ }
+
+ var enable = this.s.enable;
+ this.s.returnSubmit = (enable === 'navigation-only' || enable === 'tab-only') && e.keyCode === 13
+ ? true
+ : false;
+
+ var navEnable = enable === true || enable === 'navigation-only';
+ if ( ! enable ) {
+ return;
+ }
+
+ if ( (e.keyCode === 0 || e.ctrlKey || e.metaKey || e.altKey) && !(e.ctrlKey && e.altKey) ) {
+ return;
+ }
+
+ // If not focused, then there is no key action to take
+ var lastFocus = this.s.lastFocus;
+ if ( ! lastFocus ) {
+ return;
+ }
+
+ // And the last focus still exists!
+ if ( ! this.s.dt.cell(lastFocus.node).any() ) {
+ this.s.lastFocus = null;
+ return;
+ }
+
+ var that = this;
+ var dt = this.s.dt;
+ var scrolling = this.s.dt.settings()[0].oScroll.sY ? true : false;
+
+ // If we are not listening for this key, do nothing
+ if ( this.c.keys && $.inArray( e.keyCode, this.c.keys ) === -1 ) {
+ return;
+ }
+
+ switch( e.keyCode ) {
+ case 9: // tab
+ // `enable` can be tab-only
+ e.preventDefault();
+
+ this._keyAction( function () {
+ that._shift( e, e.shiftKey ? 'left' : 'right', true );
+ } );
+ break;
+
+ case 27: // esc
+ if ( this.c.blurable && enable === true ) {
+ this._blur();
+ }
+ break;
+
+ case 33: // page up (previous page)
+ case 34: // page down (next page)
+ if ( navEnable && !scrolling ) {
+ e.preventDefault();
+
+ this._keyAction( function () {
+ dt
+ .page( e.keyCode === 33 ? 'previous' : 'next' )
+ .draw( false );
+ } );
+ }
+ break;
+
+ case 35: // end (end of current page)
+ case 36: // home (start of current page)
+ if ( navEnable ) {
+ e.preventDefault();
+
+ this._keyAction( function () {
+ var indexes = dt.cells( {page: 'current'} ).indexes();
+ var colIndexes = that._columns();
+
+ that._focus( dt.cell(
+ indexes[ e.keyCode === 35 ? indexes.length-1 : colIndexes[0] ]
+ ), null, true, e );
+ } );
+ }
+ break;
+
+ case 37: // left arrow
+ if ( navEnable ) {
+ this._keyAction( function () {
+ that._shift( e, 'left' );
+ } );
+ }
+ break;
+
+ case 38: // up arrow
+ if ( navEnable ) {
+ this._keyAction( function () {
+ that._shift( e, 'up' );
+ } );
+ }
+ break;
+
+ case 39: // right arrow
+ if ( navEnable ) {
+ this._keyAction( function () {
+ that._shift( e, 'right' );
+ } );
+ }
+ break;
+
+ case 40: // down arrow
+ if ( navEnable ) {
+ this._keyAction( function () {
+ that._shift( e, 'down' );
+ } );
+ }
+ break;
+
+ case 113: // F2 - Excel like hard edit
+ if ( this.c.editor ) {
+ this._editor(null, e, true);
+ break;
+ }
+ // else fallthrough
+
+ default:
+ // Everything else - pass through only when fully enabled
+ if ( enable === true ) {
+ this._emitEvent( 'key', [ dt, e.keyCode, this.s.lastFocus.cell, e ] );
+ }
+ break;
+ }
+ },
+
+ /**
+ * Whether we perform a key shift action immediately or not depends
+ * upon if Editor is being used. If it is, then we wait until it
+ * completes its action
+ * @param {*} action Function to trigger when ready
+ */
+ _keyAction: function (action) {
+ var editor = this.c.editor;
+
+ if (editor && editor.mode()) {
+ editor.submit(action);
+ }
+ else {
+ action();
+ }
+ },
+
+ /**
+ * Remove focus from all tables other than this one
+ */
+ _removeOtherFocus: function ()
+ {
+ var thisTable = this.s.dt.table().node();
+
+ $.fn.dataTable.tables({api:true}).iterator('table', function (settings) {
+ if (this.table().node() !== thisTable) {
+ this.cell.blur();
+ }
+ });
+ },
+
+ /**
+ * Scroll a container to make a cell visible in it. This can be used for
+ * both DataTables scrolling and native window scrolling.
+ *
+ * @param {jQuery} container Scrolling container
+ * @param {jQuery} scroller Item being scrolled
+ * @param {jQuery} cell Cell in the scroller
+ * @param {string} posOff `position` or `offset` - which to use for the
+ * calculation. `offset` for the document, otherwise `position`
+ * @private
+ */
+ _scroll: function ( container, scroller, cell, posOff )
+ {
+ var offset = cell[posOff]();
+ var height = cell.outerHeight();
+ var width = cell.outerWidth();
+
+ var scrollTop = scroller.scrollTop();
+ var scrollLeft = scroller.scrollLeft();
+ var containerHeight = container.height();
+ var containerWidth = container.width();
+
+ // If Scroller is being used, the table can be `position: absolute` and that
+ // needs to be taken account of in the offset. If no Scroller, this will be 0
+ if ( posOff === 'position' ) {
+ offset.top += parseInt( cell.closest('table').css('top'), 10 );
+ }
+
+ // Top correction
+ if ( offset.top < scrollTop ) {
+ scroller.scrollTop( offset.top );
+ }
+
+ // Left correction
+ if ( offset.left < scrollLeft ) {
+ scroller.scrollLeft( offset.left );
+ }
+
+ // Bottom correction
+ if ( offset.top + height > scrollTop + containerHeight && height < containerHeight ) {
+ scroller.scrollTop( offset.top + height - containerHeight );
+ }
+
+ // Right correction
+ if ( offset.left + width > scrollLeft + containerWidth && width < containerWidth ) {
+ scroller.scrollLeft( offset.left + width - containerWidth );
+ }
+ },
+
+
+ /**
+ * Calculate a single offset movement in the table - up, down, left and
+ * right and then perform the focus if possible
+ *
+ * @param {object} e Event object
+ * @param {string} direction Movement direction
+ * @param {boolean} keyBlurable `true` if the key press can result in the
+ * table being blurred. This is so arrow keys won't blur the table, but
+ * tab will.
+ * @private
+ */
+ _shift: function ( e, direction, keyBlurable )
+ {
+ var that = this;
+ var dt = this.s.dt;
+ var pageInfo = dt.page.info();
+ var rows = pageInfo.recordsDisplay;
+ var columns = this._columns();
+ var last = this.s.lastFocus;
+ if ( ! last ) {
+ return;
+ }
+
+ var currentCell = last.cell;
+ if ( ! currentCell ) {
+ return;
+ }
+
+ var currRow = dt
+ .rows( { filter: 'applied', order: 'applied' } )
+ .indexes()
+ .indexOf( currentCell.index().row );
+
+ // When server-side processing, `rows().indexes()` only gives the rows
+ // that are available at the client-side, so we need to normalise the
+ // row's current position by the display start point
+ if ( pageInfo.serverSide ) {
+ currRow += pageInfo.start;
+ }
+
+ var currCol = dt
+ .columns( columns )
+ .indexes()
+ .indexOf( currentCell.index().column );
+
+ var
+ row = currRow,
+ column = columns[ currCol ]; // row is the display, column is an index
+
+ // If the direction is rtl then the logic needs to be inverted from this point forwards
+ if($(dt.table().node()).css('direction') === 'rtl') {
+ if(direction === 'right') {
+ direction = 'left';
+ }
+ else if(direction === 'left'){
+ direction = 'right';
+ }
+ }
+
+ if ( direction === 'right' ) {
+ if ( currCol >= columns.length - 1 ) {
+ row++;
+ column = columns[0];
+ }
+ else {
+ column = columns[ currCol+1 ];
+ }
+ }
+ else if ( direction === 'left' ) {
+ if ( currCol === 0 ) {
+ row--;
+ column = columns[ columns.length - 1 ];
+ }
+ else {
+ column = columns[ currCol-1 ];
+ }
+ }
+ else if ( direction === 'up' ) {
+ row--;
+ }
+ else if ( direction === 'down' ) {
+ row++;
+ }
+
+ if ( row >= 0 && row < rows && $.inArray( column, columns ) !== -1 ) {
+ if (e) {
+ e.preventDefault();
+ }
+
+ this._focus( row, column, true, e );
+ }
+ else if ( ! keyBlurable || ! this.c.blurable ) {
+ // No new focus, but if the table isn't blurable, then don't loose
+ // focus
+ if (e) {
+ e.preventDefault();
+ }
+ }
+ else {
+ this._blur();
+ }
+ },
+
+
+ /**
+ * Create and insert a hidden input element that can receive focus on behalf
+ * of the table
+ *
+ * @private
+ */
+ _tabInput: function ()
+ {
+ var that = this;
+ var dt = this.s.dt;
+ var tabIndex = this.c.tabIndex !== null ?
+ this.c.tabIndex :
+ dt.settings()[0].iTabIndex;
+
+ if ( tabIndex == -1 ) {
+ return;
+ }
+
+ // Only create the input element once on first class
+ if (! this.s.tabInput) {
+ var div = $('<div><input type="text" tabindex="'+tabIndex+'"/></div>')
+ .css( {
+ position: 'absolute',
+ height: 1,
+ width: 0,
+ overflow: 'hidden'
+ } );
+
+ div.children().on( 'focus', function (e) {
+ var cell = dt.cell(':eq(0)', that._columns(), {page: 'current'});
+
+ if ( cell.any() ) {
+ that._focus( cell, null, true, e );
+ }
+ } );
+
+ this.s.tabInput = div;
+ }
+
+ // Insert the input element into the first cell in the table's body
+ var cell = this.s.dt.cell(':eq(0)', '0:visible', {page: 'current', order: 'current'}).node();
+ if (cell) {
+ $(cell).prepend(this.s.tabInput);
+ }
+ },
+
+ /**
+ * Update fixed columns if they are enabled and if the cell we are
+ * focusing is inside a fixed column
+ * @param {integer} column Index of the column being changed
+ * @private
+ */
+ _updateFixedColumns: function( column )
+ {
+ var dt = this.s.dt;
+ var settings = dt.settings()[0];
+
+ if ( settings._oFixedColumns ) {
+ var leftCols = settings._oFixedColumns.s.iLeftColumns;
+ var rightCols = settings.aoColumns.length - settings._oFixedColumns.s.iRightColumns;
+
+ if (column < leftCols || column >= rightCols) {
+ dt.fixedColumns().update();
+ }
+ }
+ }
+} );
+
+
+/**
+ * KeyTable default settings for initialisation
+ *
+ * @namespace
+ * @name KeyTable.defaults
+ * @static
+ */
+KeyTable.defaults = {
+ /**
+ * Can focus be removed from the table
+ * @type {Boolean}
+ */
+ blurable: true,
+
+ /**
+ * Class to give to the focused cell
+ * @type {String}
+ */
+ className: 'focus',
+
+ /**
+ * Enable or disable clipboard support
+ * @type {Boolean}
+ */
+ clipboard: true,
+
+ /**
+ * Orthogonal data that should be copied to clipboard
+ * @type {string}
+ */
+ clipboardOrthogonal: 'display',
+
+ /**
+ * Columns that can be focused. This is automatically merged with the
+ * visible columns as only visible columns can gain focus.
+ * @type {String}
+ */
+ columns: '', // all
+
+ /**
+ * Editor instance to automatically perform Excel like navigation
+ * @type {Editor}
+ */
+ editor: null,
+
+ /**
+ * Trigger editing immediately on focus
+ * @type {boolean}
+ */
+ editOnFocus: false,
+
+ /**
+ * Options to pass to Editor's inline method
+ * @type {function}
+ */
+ editorOptions: null,
+
+ /**
+ * Select a cell to automatically select on start up. `null` for no
+ * automatic selection
+ * @type {cell-selector}
+ */
+ focus: null,
+
+ /**
+ * Array of keys to listen for
+ * @type {null|array}
+ */
+ keys: null,
+
+ /**
+ * Tab index for where the table should sit in the document's tab flow
+ * @type {integer|null}
+ */
+ tabIndex: null
+};
+
+
+
+KeyTable.version = "2.8.2";
+
+
+$.fn.dataTable.KeyTable = KeyTable;
+$.fn.DataTable.KeyTable = KeyTable;
+
+
+DataTable.Api.register( 'cell.blur()', function () {
+ return this.iterator( 'table', function (ctx) {
+ if ( ctx.keytable ) {
+ ctx.keytable.blur();
+ }
+ } );
+} );
+
+DataTable.Api.register( 'cell().focus()', function () {
+ return this.iterator( 'cell', function (ctx, row, column) {
+ if ( ctx.keytable ) {
+ ctx.keytable.focus( row, column );
+ }
+ } );
+} );
+
+DataTable.Api.register( 'keys.disable()', function () {
+ return this.iterator( 'table', function (ctx) {
+ if ( ctx.keytable ) {
+ ctx.keytable.enable( false );
+ }
+ } );
+} );
+
+DataTable.Api.register( 'keys.enable()', function ( opts ) {
+ return this.iterator( 'table', function (ctx) {
+ if ( ctx.keytable ) {
+ ctx.keytable.enable( opts === undefined ? true : opts );
+ }
+ } );
+} );
+
+DataTable.Api.register( 'keys.enabled()', function ( opts ) {
+ var ctx = this.context;
+
+ if (ctx.length) {
+ return ctx[0].keytable
+ ? ctx[0].keytable.enabled()
+ : false;
+ }
+
+ return false;
+} );
+
+DataTable.Api.register( 'keys.move()', function ( dir ) {
+ return this.iterator( 'table', function (ctx) {
+ if ( ctx.keytable ) {
+ ctx.keytable._shift( null, dir, false );
+ }
+ } );
+} );
+
+// Cell selector
+DataTable.ext.selector.cell.push( function ( settings, opts, cells ) {
+ var focused = opts.focused;
+ var kt = settings.keytable;
+ var out = [];
+
+ if ( ! kt || focused === undefined ) {
+ return cells;
+ }
+
+ for ( var i=0, ien=cells.length ; i<ien ; i++ ) {
+ if ( (focused === true && kt.focused( cells[i] ) ) ||
+ (focused === false && ! kt.focused( cells[i] ) )
+ ) {
+ out.push( cells[i] );
+ }
+ }
+
+ return out;
+} );
+
+
+// Attach a listener to the document which listens for DataTables initialisation
+// events so we can automatically initialise
+$(document).on( 'preInit.dt.dtk', function (e, settings, json) {
+ if ( e.namespace !== 'dt' ) {
+ return;
+ }
+
+ var init = settings.oInit.keys;
+ var defaults = DataTable.defaults.keys;
+
+ if ( init || defaults ) {
+ var opts = $.extend( {}, defaults, init );
+
+ if ( init !== false ) {
+ new KeyTable( settings, opts );
+ }
+ }
+} );
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.min.js
new file mode 100644
index 0000000..f8f8a8b
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/dataTables.keyTable.min.js
@@ -0,0 +1,4 @@
+/*! KeyTable 2.8.2
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var i,s;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return n(e,window,document)}):"object"==typeof exports?(i=require("jquery"),s=function(e,t){t.fn.dataTable||require("datatables.net")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||i(e),s(e,t),n(t,e,e.document)}:(s(window,i),module.exports=n(i,window,window.document))):n(jQuery,window,document)}(function(c,u,d,f){"use strict";function o(e,t){if(!l.versionCheck||!l.versionCheck("1.10.8"))throw"KeyTable requires DataTables 1.10.8 or newer";if(this.c=c.extend(!0,{},l.defaults.keyTable,o.defaults,t),this.s={dt:new l.Api(e),enable:!0,focusDraw:!1,waitingForDraw:!1,lastFocus:null,namespace:".keyTable-"+n++,tabInput:null},this.dom={},t=this.s.dt.settings()[0],e=t.keytable)return e;(t.keytable=this)._constructor()}var l=c.fn.dataTable,n=0,h=0;return c.extend(o.prototype,{blur:function(){this._blur()},enable:function(e){this.s.enable=e},enabled:function(){return this.s.enable},focus:function(e,t){this._focus(this.s.dt.cell(e,t))},focused:function(e){var t;return!!this.s.lastFocus&&(t=this.s.lastFocus.cell.index(),e.row===t.row)&&e.column===t.column},_constructor:function(){this._tabInput();var i,o=this,s=this.s.dt,e=c(s.table().node()),l=this.s.namespace,t=!1,n=("static"===e.css("position")&&e.css("position","relative"),c(s.table().body()).on("click"+l,"th, td",function(e){var t;!1!==o.s.enable&&(t=s.cell(this)).any()&&o._focus(t,null,!1,e)}),c(d).on("keydown"+l,function(e){t||o._key(e)}),this.c.blurable&&c(d).on("mousedown"+l,function(e){c(e.target).parents(".dataTables_filter").length&&o._blur(),c(e.target).parents().filter(s.table().container()).length||c(e.target).parents("div.DTE").length||c(e.target).parents("div.editor-datetime").length||c(e.target).parents("div.dt-datetime").length||c(e.target).parents().filter(".DTFC_Cloned").length||o._blur()}),this.c.editor&&((i=this.c.editor).on("open.keyTableMain",function(e,t,n){"inline"!==t&&o.s.enable&&(o.enable(!1),i.one("close"+l,function(){o.enable(!0)}))}),this.c.editOnFocus&&s.on("key-focus"+l+" key-refocus"+l,function(e,t,n,i){o._editor(null,i,!0)}),s.on("key"+l,function(e,t,n,i,s){o._editor(n,s,!1)}),c(s.table().body()).on("dblclick"+l,"th, td",function(e){!1===o.s.enable||!s.cell(this).any()||o.s.lastFocus&&this!==o.s.lastFocus.cell.node()||o._editor(null,e,!0)}),i.on("preSubmit",function(){t=!0}).on("preSubmitCancelled",function(){t=!1}).on("submitComplete",function(){t=!1})),s.on("stateSaveParams"+l,function(e,t,n){n.keyTable=o.s.lastFocus?o.s.lastFocus.cell.index():null}),s.on("column-visibility"+l,function(e){o._tabInput()}),s.on("column-reorder"+l,function(e,t,n){var i,s=o.s.lastFocus;s&&s.cell&&(i=s.relative.column,s.cell[0][0].column=n.mapping.indexOf(i),s.relative.column=n.mapping.indexOf(i))}),s.on("draw"+l,function(e){var t,n,i;o._tabInput(),o.s.focusDraw||o.s.lastFocus&&(t=o.s.lastFocus.relative,n=s.page.info(),i=t.row+n.start,0!==n.recordsDisplay)&&(i>=n.recordsDisplay&&(i=n.recordsDisplay-1),o._focus(i,t.column,!0,e))}),this.c.clipboard&&this._clipboard(),s.on("destroy"+l,function(){o._blur(!0),s.off(l),c(s.table().body()).off("click"+l,"th, td").off("dblclick"+l,"th, td"),c(d).off("mousedown"+l).off("keydown"+l).off("copy"+l).off("paste"+l)}),s.state.loaded());n&&n.keyTable?s.one("init",function(){var e=s.cell(n.keyTable);e.any()&&e.focus()}):this.c.focus&&s.cell(this.c.focus).focus()},_blur:function(e){var t;this.s.enable&&this.s.lastFocus&&(t=this.s.lastFocus.cell,c(t.node()).removeClass(this.c.className),this.s.lastFocus=null,e||(this._updateFixedColumns(t.index().column),this._emitEvent("key-blur",[this.s.dt,t])))},_clipboard:function(){var o=this.s.dt,l=this,e=this.s.namespace;u.getSelection&&(c(d).on("copy"+e,function(e){var e=e.originalEvent,t=u.getSelection().toString(),n=l.s.lastFocus;!t&&n&&(e.clipboardData.setData("text/plain",n.cell.render(l.c.clipboardOrthogonal)),e.preventDefault())}),c(d).on("paste"+e,function(e){var t,e=e.originalEvent,n=l.s.lastFocus,i=d.activeElement,s=l.c.editor;!n||i&&"body"!==i.nodeName.toLowerCase()||(e.preventDefault(),u.clipboardData&&u.clipboardData.getData?t=u.clipboardData.getData("Text"):e.clipboardData&&e.clipboardData.getData&&(t=e.clipboardData.getData("text/plain")),s?(i=l._inlineOptions(n.cell.index()),s.inline(i.cell,i.field,i.options).set(s.displayed()[0],t).submit()):(n.cell.data(t),o.draw(!1)))}))},_columns:function(){var e=this.s.dt,t=e.columns(this.c.columns).indexes(),n=[];return e.columns(":visible").every(function(e){-1!==t.indexOf(e)&&n.push(e)}),n},_editor:function(e,t,n){var i,s,o,l,a,r;!this.s.lastFocus||t&&"draw"===t.type||(s=(i=this).s.dt,o=this.c.editor,l=this.s.lastFocus.cell,a=this.s.namespace+"e"+h++,c("div.DTE",l.node()).length)||null!==e&&(0<=e&&e<=9||11===e||12===e||14<=e&&e<=31||112<=e&&e<=123||127<=e&&e<=159)||(t&&(t.stopPropagation(),13===e)&&t.preventDefault(),r=function(){var e=i._inlineOptions(l.index());o.one("open"+a,function(){o.off("cancelOpen"+a),n||c("div.DTE_Field_InputControl input, div.DTE_Field_InputControl textarea").select(),s.keys.enable(n?"tab-only":"navigation-only"),s.on("key-blur.editor",function(e,t,n){"submit"!==o.s.editOpts.onBlur&&o.displayed()&&n.node()===l.node()&&o.submit()}),n&&c(s.table().container()).addClass("dtk-focus-alt"),o.on("preSubmitCancelled"+a,function(){setTimeout(function(){i._focus(l,null,!1)},50)}),o.on("submitUnsuccessful"+a,function(){i._focus(l,null,!1)}),o.one("close"+a,function(){s.keys.enable(!0),s.off("key-blur.editor"),o.off(a),c(s.table().container()).removeClass("dtk-focus-alt"),i.s.returnSubmit&&(i.s.returnSubmit=!1,i._emitEvent("key-return-submit",[s,l]))})}).one("cancelOpen"+a,function(){o.off(a)}).inline(e.cell,e.field,e.options)},13===e?(n=!0,c(d).one("keyup",function(){r()})):r())},_inlineOptions:function(e){return this.c.editorOptions?this.c.editorOptions(e):{cell:e,field:f,options:f}},_emitEvent:function(n,i){this.s.dt.iterator("table",function(e,t){c(e.nTable).triggerHandler(n,i)})},_focus:function(e,t,n,i){var s=this,o=this.s.dt,l=o.page.info(),a=this.s.lastFocus;if(i=i||null,this.s.enable){if("number"!=typeof e){if(!e.any())return;var r=e.index();if(t=r.column,(e=o.rows({filter:"applied",order:"applied"}).indexes().indexOf(r.row))<0)return;l.serverSide&&(e+=l.start)}if(-1!==l.length&&(e<l.start||e>=l.start+l.length))this.s.focusDraw=!0,this.s.waitingForDraw=!0,o.one("draw",function(){s.s.focusDraw=!1,s.s.waitingForDraw=!1,s._focus(e,t,f,i)}).page(Math.floor(e/l.length)).draw(!1);else if(-1!==c.inArray(t,this._columns())){l.serverSide&&(e-=l.start);r=o.cells(null,t,{search:"applied",order:"applied"}).flatten(),l=o.cell(r[e]);if(a){if(a.node===l.node())return void this._emitEvent("key-refocus",[this.s.dt,l,i||null]);this._blur()}this._removeOtherFocus();r=c(l.node());r.addClass(this.c.className),this._updateFixedColumns(t),n!==f&&!0!==n||(this._scroll(c(u),c(d.body),r,"offset"),(a=o.table().body().parentNode)!==o.table().header().parentNode&&(n=c(a.parentNode),this._scroll(n,n,r,"position"))),this.s.lastFocus={cell:l,node:l.node(),relative:{row:o.rows({page:"current"}).indexes().indexOf(l.index().row),column:l.index().column}},this._emitEvent("key-focus",[this.s.dt,l,i||null]),o.state.save()}}},_key:function(n){if(this.s.waitingForDraw)n.preventDefault();else{var e=this.s.enable,t=(this.s.returnSubmit=("navigation-only"===e||"tab-only"===e)&&13===n.keyCode,!0===e||"navigation-only"===e);if(e&&(!(0===n.keyCode||n.ctrlKey||n.metaKey||n.altKey)||n.ctrlKey&&n.altKey)){var i=this.s.lastFocus;if(i)if(this.s.dt.cell(i.node).any()){var s=this,o=this.s.dt,l=!!this.s.dt.settings()[0].oScroll.sY;if(!this.c.keys||-1!==c.inArray(n.keyCode,this.c.keys))switch(n.keyCode){case 9:n.preventDefault(),this._keyAction(function(){s._shift(n,n.shiftKey?"left":"right",!0)});break;case 27:this.c.blurable&&!0===e&&this._blur();break;case 33:case 34:t&&!l&&(n.preventDefault(),this._keyAction(function(){o.page(33===n.keyCode?"previous":"next").draw(!1)}));break;case 35:case 36:t&&(n.preventDefault(),this._keyAction(function(){var e=o.cells({page:"current"}).indexes(),t=s._columns();s._focus(o.cell(e[35===n.keyCode?e.length-1:t[0]]),null,!0,n)}));break;case 37:t&&this._keyAction(function(){s._shift(n,"left")});break;case 38:t&&this._keyAction(function(){s._shift(n,"up")});break;case 39:t&&this._keyAction(function(){s._shift(n,"right")});break;case 40:t&&this._keyAction(function(){s._shift(n,"down")});break;case 113:if(this.c.editor){this._editor(null,n,!0);break}default:!0===e&&this._emitEvent("key",[o,n.keyCode,this.s.lastFocus.cell,n])}}else this.s.lastFocus=null}}},_keyAction:function(e){var t=this.c.editor;t&&t.mode()?t.submit(e):e()},_removeOtherFocus:function(){var t=this.s.dt.table().node();c.fn.dataTable.tables({api:!0}).iterator("table",function(e){this.table().node()!==t&&this.cell.blur()})},_scroll:function(e,t,n,i){var s=n[i](),o=n.outerHeight(),l=n.outerWidth(),a=t.scrollTop(),r=t.scrollLeft(),c=e.height(),e=e.width();"position"===i&&(s.top+=parseInt(n.closest("table").css("top"),10)),s.top<a&&t.scrollTop(s.top),s.left<r&&t.scrollLeft(s.left),s.top+o>a+c&&o<c&&t.scrollTop(s.top+o-c),s.left+l>r+e&&l<e&&t.scrollLeft(s.left+l-e)},_shift:function(e,t,n){var i,s=this.s.dt,o=s.page.info(),l=o.recordsDisplay,a=this._columns(),r=this.s.lastFocus;r&&(r=r.cell)&&(i=s.rows({filter:"applied",order:"applied"}).indexes().indexOf(r.index().row),o.serverSide&&(i+=o.start),o=i,r=a[i=s.columns(a).indexes().indexOf(r.index().column)],"rtl"===c(s.table().node()).css("direction")&&("right"===t?t="left":"left"===t&&(t="right")),"right"===t?r=i>=a.length-1?(o++,a[0]):a[i+1]:"left"===t?r=0===i?(o--,a[a.length-1]):a[i-1]:"up"===t?o--:"down"===t&&o++,0<=o&&o<l&&-1!==c.inArray(r,a)?(e&&e.preventDefault(),this._focus(o,r,!0,e)):n&&this.c.blurable?this._blur():e&&e.preventDefault())},_tabInput:function(){var n=this,i=this.s.dt,e=null!==this.c.tabIndex?this.c.tabIndex:i.settings()[0].iTabIndex;-1!=e&&(this.s.tabInput||((e=c('<div><input type="text" tabindex="'+e+'"/></div>').css({position:"absolute",height:1,width:0,overflow:"hidden"})).children().on("focus",function(e){var t=i.cell(":eq(0)",n._columns(),{page:"current"});t.any()&&n._focus(t,null,!0,e)}),this.s.tabInput=e),e=this.s.dt.cell(":eq(0)","0:visible",{page:"current",order:"current"}).node())&&c(e).prepend(this.s.tabInput)},_updateFixedColumns:function(e){var t,n=this.s.dt,i=n.settings()[0];i._oFixedColumns&&(t=i._oFixedColumns.s.iLeftColumns,i=i.aoColumns.length-i._oFixedColumns.s.iRightColumns,e<t||i<=e)&&n.fixedColumns().update()}}),o.defaults={blurable:!0,className:"focus",clipboard:!0,clipboardOrthogonal:"display",columns:"",editor:null,editOnFocus:!1,editorOptions:null,focus:null,keys:null,tabIndex:null},o.version="2.8.2",c.fn.dataTable.KeyTable=o,c.fn.DataTable.KeyTable=o,l.Api.register("cell.blur()",function(){return this.iterator("table",function(e){e.keytable&&e.keytable.blur()})}),l.Api.register("cell().focus()",function(){return this.iterator("cell",function(e,t,n){e.keytable&&e.keytable.focus(t,n)})}),l.Api.register("keys.disable()",function(){return this.iterator("table",function(e){e.keytable&&e.keytable.enable(!1)})}),l.Api.register("keys.enable()",function(t){return this.iterator("table",function(e){e.keytable&&e.keytable.enable(t===f||t)})}),l.Api.register("keys.enabled()",function(e){var t=this.context;return!!t.length&&!!t[0].keytable&&t[0].keytable.enabled()}),l.Api.register("keys.move()",function(t){return this.iterator("table",function(e){e.keytable&&e.keytable._shift(null,t,!1)})}),l.ext.selector.cell.push(function(e,t,n){var i=t.focused,s=e.keytable,o=[];if(!s||i===f)return n;for(var l=0,a=n.length;l<a;l++)(!0===i&&s.focused(n[l])||!1===i&&!s.focused(n[l]))&&o.push(n[l]);return o}),c(d).on("preInit.dt.dtk",function(e,t,n){var i,s;"dt"===e.namespace&&(e=t.oInit.keys,i=l.defaults.keys,e||i)&&(s=c.extend({},i,e),!1!==e)&&new o(t,s)}),l}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.js
new file mode 100644
index 0000000..e4a5f27
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.js
@@ -0,0 +1,58 @@
+/*! Bootstrap 3 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-bs', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-bs')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.min.js
new file mode 100644
index 0000000..377f497
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap.min.js
@@ -0,0 +1,4 @@
+/*! Bootstrap 3 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-bs")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.js
new file mode 100644
index 0000000..fedd721
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.js
@@ -0,0 +1,58 @@
+/*! Bootstrap 4 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-bs4', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-bs4')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.min.js
new file mode 100644
index 0000000..7615317
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap4.min.js
@@ -0,0 +1,4 @@
+/*! Bootstrap 4 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-bs4")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.js
new file mode 100644
index 0000000..454e666
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.js
@@ -0,0 +1,58 @@
+/*! Bootstrap 5 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-bs5', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-bs5')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.min.js
new file mode 100644
index 0000000..2281643
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bootstrap5.min.js
@@ -0,0 +1,4 @@
+/*! Bootstrap 5 styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs5","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-bs5")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.js
new file mode 100644
index 0000000..79d9c4c
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.js
@@ -0,0 +1,58 @@
+/*! Bulma styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-bm', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-bm')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.min.js
new file mode 100644
index 0000000..ce80191
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.bulma.min.js
@@ -0,0 +1,4 @@
+/*! Bulma styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bm","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-bm")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.js
new file mode 100644
index 0000000..e0c9c8a
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.js
@@ -0,0 +1,58 @@
+/*! DataTables styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-dt', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-dt')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.min.js
new file mode 100644
index 0000000..70ccfdf
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.dataTables.min.js
@@ -0,0 +1,4 @@
+/*! DataTables styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var d,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(d=require("jquery"),a=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||d(e),a(e,t),n(t,0,e.document)}:(a(window,d),module.exports=n(d,window,window.document))):n(jQuery,window,document)}(function(e,t,n,d){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.js
new file mode 100644
index 0000000..0bb8ace
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.js
@@ -0,0 +1,58 @@
+/*! Foundation styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-zf', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-zf')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.min.js
new file mode 100644
index 0000000..b38047a
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.foundation.min.js
@@ -0,0 +1,4 @@
+/*! Foundation styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-zf","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-zf")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.js
new file mode 100644
index 0000000..9148674
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.js
@@ -0,0 +1,58 @@
+/*! jQuery UI styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-jqui', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-jqui')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.min.js
new file mode 100644
index 0000000..9f29f14
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.jqueryui.min.js
@@ -0,0 +1,4 @@
+/*! jQuery UI styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-jqui")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.js
new file mode 100644
index 0000000..351c966
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.js
@@ -0,0 +1,58 @@
+/*! Semanic UI styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+
+(function( factory ){
+ if ( typeof define === 'function' && define.amd ) {
+ // AMD
+ define( ['jquery', 'datatables.net-se', 'datatables.net-keytable'], function ( $ ) {
+ return factory( $, window, document );
+ } );
+ }
+ else if ( typeof exports === 'object' ) {
+ // CommonJS
+ var jq = require('jquery');
+ var cjsRequires = function (root, $) {
+ if ( ! $.fn.dataTable ) {
+ require('datatables.net-se')(root, $);
+ }
+
+ if ( ! $.fn.dataTable.KeyTable ) {
+ require('datatables.net-keytable')(root, $);
+ }
+ };
+
+ if (typeof window !== 'undefined') {
+ module.exports = function (root, $) {
+ if ( ! root ) {
+ // CommonJS environments without a window global must pass a
+ // root. This will give an error otherwise
+ root = window;
+ }
+
+ if ( ! $ ) {
+ $ = jq( root );
+ }
+
+ cjsRequires( root, $ );
+ return factory( $, root, root.document );
+ };
+ }
+ else {
+ cjsRequires( window, jq );
+ module.exports = factory( jq, window, window.document );
+ }
+ }
+ else {
+ // Browser
+ factory( jQuery, window, document );
+ }
+}(function( $, window, document, undefined ) {
+'use strict';
+var DataTable = $.fn.dataTable;
+
+
+
+
+return DataTable;
+}));
diff --git a/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.min.js b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.min.js
new file mode 100644
index 0000000..f451bf7
--- /dev/null
+++ b/public/assets/js/DataTables/KeyTable-2.8.2/js/keyTable.semanticui.min.js
@@ -0,0 +1,4 @@
+/*! Semanic UI styling wrapper for KeyTable
+ * © SpryMedia Ltd - datatables.net/license
+ */
+!function(n){var a,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-keytable"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-se")(e,t),t.fn.dataTable.KeyTable||require("datatables.net-keytable")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),d(e,t),n(t,0,e.document)}:(d(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)}(function(e,t,n,a){"use strict";return e.fn.dataTable}); \ No newline at end of file