{"version":3,"sourceRoot":"/cv/scripts/DAC0/eng/include/lib","sources":["datatables.js"],"sourcesContent":["/*\r\n * This combined file was created by the DataTables downloader builder:\r\n * https://datatables.net/download\r\n *\r\n * To rebuild or modify this file with the latest versions of the included\r\n * software please visit:\r\n * https://datatables.net/download/#bs/dt-1.10.24/b-1.7.0/fh-3.1.8/sl-1.3.3\r\n *\r\n * Included libraries:\r\n * DataTables 1.10.24, Buttons 1.7.0, FixedHeader 3.1.8, Select 1.3.3\r\n */\r\n\r\n/*! DataTables 1.10.24\r\n * ©2008-2021 SpryMedia Ltd - datatables.net/license\r\n */\r\n\r\n/**\r\n * @summary DataTables\r\n * @description Paginate, search and order HTML tables\r\n * @version 1.10.24\r\n * @file jquery.dataTables.js\r\n * @author SpryMedia Ltd\r\n * @contact www.datatables.net\r\n * @copyright Copyright 2008-2021 SpryMedia Ltd.\r\n *\r\n * This source file is free software, available under the following license:\r\n * MIT license - http://datatables.net/license\r\n *\r\n * This source file is distributed in the hope that it will be useful, but\r\n * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r\n * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.\r\n *\r\n * For details please refer to: http://www.datatables.net\r\n */\r\n\r\n/*jslint evil: true, undef: true, browser: true */\r\n/*globals $,require,jQuery,define,_selector_run,_selector_opts,_selector_first,_selector_row_indexes,_ext,_Api,_api_register,_api_registerPlural,_re_new_lines,_re_html,_re_formatted_numeric,_re_escape_regex,_empty,_intVal,_numToDecimal,_isNumber,_isHtml,_htmlNumeric,_pluck,_pluck_order,_range,_stripHtml,_unique,_fnBuildAjax,_fnAjaxUpdate,_fnAjaxParameters,_fnAjaxUpdateDraw,_fnAjaxDataSrc,_fnAddColumn,_fnColumnOptions,_fnAdjustColumnSizing,_fnVisibleToColumnIndex,_fnColumnIndexToVisible,_fnVisbleColumns,_fnGetColumns,_fnColumnTypes,_fnApplyColumnDefs,_fnHungarianMap,_fnCamelToHungarian,_fnLanguageCompat,_fnBrowserDetect,_fnAddData,_fnAddTr,_fnNodeToDataIndex,_fnNodeToColumnIndex,_fnGetCellData,_fnSetCellData,_fnSplitObjNotation,_fnGetObjectDataFn,_fnSetObjectDataFn,_fnGetDataMaster,_fnClearTable,_fnDeleteIndex,_fnInvalidate,_fnGetRowElements,_fnCreateTr,_fnBuildHead,_fnDrawHead,_fnDraw,_fnReDraw,_fnAddOptionsHtml,_fnDetectHeader,_fnGetUniqueThs,_fnFeatureHtmlFilter,_fnFilterComplete,_fnFilterCustom,_fnFilterColumn,_fnFilter,_fnFilterCreateSearch,_fnEscapeRegex,_fnFilterData,_fnFeatureHtmlInfo,_fnUpdateInfo,_fnInfoMacros,_fnInitialise,_fnInitComplete,_fnLengthChange,_fnFeatureHtmlLength,_fnFeatureHtmlPaginate,_fnPageChange,_fnFeatureHtmlProcessing,_fnProcessingDisplay,_fnFeatureHtmlTable,_fnScrollDraw,_fnApplyToChildren,_fnCalculateColumnWidths,_fnThrottle,_fnConvertToWidth,_fnGetWidestNode,_fnGetMaxLenString,_fnStringToCss,_fnSortFlatten,_fnSort,_fnSortAria,_fnSortListener,_fnSortAttachListener,_fnSortingClasses,_fnSortData,_fnSaveState,_fnLoadState,_fnSettingsFromNode,_fnLog,_fnMap,_fnBindAction,_fnCallbackReg,_fnCallbackFire,_fnLengthOverflow,_fnRenderer,_fnDataSource,_fnRowAttributes*/\r\n\r\n(function( factory ) {\r\n\t\"use strict\";\r\n\r\n\tif ( typeof define === 'function' && define.amd ) {\r\n\t\t// AMD\r\n\t\tdefine( ['jquery'], function ( $ ) {\r\n\t\t\treturn factory( $, window, document );\r\n\t\t} );\r\n\t}\r\n\telse if ( typeof exports === 'object' ) {\r\n\t\t// CommonJS\r\n\t\tmodule.exports = function (root, $) {\r\n\t\t\tif ( ! root ) {\r\n\t\t\t\t// CommonJS environments without a window global must pass a\r\n\t\t\t\t// root. This will give an error otherwise\r\n\t\t\t\troot = window;\r\n\t\t\t}\r\n\r\n\t\t\tif ( ! $ ) {\r\n\t\t\t\t$ = typeof window !== 'undefined' ? // jQuery's factory checks for a global window\r\n\t\t\t\t\trequire('jquery') :\r\n\t\t\t\t\trequire('jquery')( root );\r\n\t\t\t}\r\n\r\n\t\t\treturn factory( $, root, root.document );\r\n\t\t};\r\n\t}\r\n\telse {\r\n\t\t// Browser\r\n\t\tfactory( jQuery, window, document );\r\n\t}\r\n}\r\n(function( $, window, document, undefined ) {\r\n\t\"use strict\";\r\n\r\n\t/**\r\n\t * DataTables is a plug-in for the jQuery Javascript library. It is a highly\r\n\t * flexible tool, based upon the foundations of progressive enhancement,\r\n\t * which will add advanced interaction controls to any HTML table. For a\r\n\t * full list of features please refer to\r\n\t * [DataTables.net](href=\"http://datatables.net).\r\n\t *\r\n\t * Note that the `DataTable` object is not a global variable but is aliased\r\n\t * to `jQuery.fn.DataTable` and `jQuery.fn.dataTable` through which it may\r\n\t * be accessed.\r\n\t *\r\n\t * @class\r\n\t * @param {object} [init={}] Configuration object for DataTables. Options\r\n\t * are defined by {@link DataTable.defaults}\r\n\t * @requires jQuery 1.7+\r\n\t *\r\n\t * @example\r\n\t * // Basic initialisation\r\n\t * $(document).ready( function {\r\n\t * $('#example').dataTable();\r\n\t * } );\r\n\t *\r\n\t * @example\r\n\t * // Initialisation with configuration options - in this case, disable\r\n\t * // pagination and sorting.\r\n\t * $(document).ready( function {\r\n\t * $('#example').dataTable( {\r\n\t * \"paginate\": false,\r\n\t * \"sort\": false\r\n\t * } );\r\n\t * } );\r\n\t */\r\n\tvar DataTable = function ( options )\r\n\t{\r\n\t\t/**\r\n\t\t * Perform a jQuery selector action on the table's TR elements (from the tbody) and\r\n\t\t * return the resulting jQuery object.\r\n\t\t * @param {string|node|jQuery} sSelector jQuery selector or node collection to act on\r\n\t\t * @param {object} [oOpts] Optional parameters for modifying the rows to be included\r\n\t\t * @param {string} [oOpts.filter=none] Select TR elements that meet the current filter\r\n\t\t * criterion (\"applied\") or all TR elements (i.e. no filter).\r\n\t\t * @param {string} [oOpts.order=current] Order of the TR elements in the processed array.\r\n\t\t * Can be either 'current', whereby the current sorting of the table is used, or\r\n\t\t * 'original' whereby the original order the data was read into the table is used.\r\n\t\t * @param {string} [oOpts.page=all] Limit the selection to the currently displayed page\r\n\t\t * (\"current\") or not (\"all\"). If 'current' is given, then order is assumed to be\r\n\t\t * 'current' and filter is 'applied', regardless of what they might be given as.\r\n\t\t * @returns {object} jQuery object, filtered by the given selector.\r\n\t\t * @dtopt API\r\n\t\t * @deprecated Since v1.10\r\n\t\t *\r\n\t\t * @example\r\n\t\t * $(document).ready(function() {\r\n\t\t * var oTable = $('#example').dataTable();\r\n\t\t *\r\n\t\t * // Highlight every second row\r\n\t\t * oTable.$('tr:odd').css('backgroundColor', 'blue');\r\n\t\t * } );\r\n\t\t *\r\n\t\t * @example\r\n\t\t * $(document).ready(function() {\r\n\t\t * var oTable = $('#example').dataTable();\r\n\t\t *\r\n\t\t * // Filter to rows with 'Webkit' in them, add a background colour and then\r\n\t\t * // remove the filter, thus highlighting the 'Webkit' rows only.\r\n\t\t * oTable.fnFilter('Webkit');\r\n\t\t * oTable.$('tr', {\"search\": \"applied\"}).css('backgroundColor', 'blue');\r\n\t\t * oTable.fnFilter('');\r\n\t\t * } );\r\n\t\t */\r\n\t\tthis.$ = function ( sSelector, oOpts )\r\n\t\t{\r\n\t\t\treturn this.api(true).$( sSelector, oOpts );\r\n\t\t};\r\n\t\t\r\n\t\t\r\n\t\t/**\r\n\t\t * Almost identical to $ in operation, but in this case returns the data for the matched\r\n\t\t * rows - as such, the jQuery selector used should match TR row nodes or TD/TH cell nodes\r\n\t\t * rather than any descendants, so the data can be obtained for the row/cell. If matching\r\n\t\t * rows are found, the data returned is the original data array/object that was used to\r\n\t\t * create the row (or a generated array if from a DOM source).\r\n\t\t *\r\n\t\t * This method is often useful in-combination with $ where both functions are given the\r\n\t\t * same parameters and the array indexes will match identically.\r\n\t\t * @param {string|node|jQuery} sSelector jQuery selector or node collection to act on\r\n\t\t * @param {object} [oOpts] Optional parameters for modifying the rows to be included\r\n\t\t * @param {string} [oOpts.filter=none] Select elements that meet the current filter\r\n\t\t * criterion (\"applied\") or all elements (i.e. no filter).\r\n\t\t * @param {string} [oOpts.order=current] Order of the data in the processed array.\r\n\t\t * Can be either 'current', whereby the current sorting of the table is used, or\r\n\t\t * 'original' whereby the original order the data was read into the table is used.\r\n\t\t * @param {string} [oOpts.page=all] Limit the selection to the currently displayed page\r\n\t\t * (\"current\") or not (\"all\"). If 'current' is given, then order is assumed to be\r\n\t\t * 'current' and filter is 'applied', regardless of what they might be given as.\r\n\t\t * @returns {array} Data for the matched elements. If any elements, as a result of the\r\n\t\t * selector, were not TR, TD or TH elements in the DataTable, they will have a null\r\n\t\t * entry in the array.\r\n\t\t * @dtopt API\r\n\t\t * @deprecated Since v1.10\r\n\t\t *\r\n\t\t * @example\r\n\t\t * $(document).ready(function() {\r\n\t\t * var oTable = $('#example').dataTable();\r\n\t\t *\r\n\t\t * // Get the data from the first row in the table\r\n\t\t * var data = oTable._('tr:first');\r\n\t\t *\r\n\t\t * // Do something useful with the data\r\n\t\t * alert( \"First cell is: \"+data[0] );\r\n\t\t * } );\r\n\t\t *\r\n\t\t * @example\r\n\t\t * $(document).ready(function() {\r\n\t\t * var oTable = $('#example').dataTable();\r\n\t\t *\r\n\t\t * // Filter to 'Webkit' and get all data for\r\n\t\t * oTable.fnFilter('Webkit');\r\n\t\t * var data = oTable._('tr', {\"search\": \"applied\"});\r\n\t\t *\r\n\t\t * // Do something with the data\r\n\t\t * alert( data.length+\" rows matched the search\" );\r\n\t\t * } );\r\n\t\t */\r\n\t\tthis._ = function ( sSelector, oOpts )\r\n\t\t{\r\n\t\t\treturn this.api(true).rows( sSelector, oOpts ).data();\r\n\t\t};\r\n\t\t\r\n\t\t\r\n\t\t/**\r\n\t\t * Create a DataTables Api instance, with the currently selected tables for\r\n\t\t * the Api's context.\r\n\t\t * @param {boolean} [traditional=false] Set the API instance's context to be\r\n\t\t * only the table referred to by the `DataTable.ext.iApiIndex` option, as was\r\n\t\t * used in the API presented by DataTables 1.9- (i.e. the traditional mode),\r\n\t\t * or if all tables captured in the jQuery object should be used.\r\n\t\t * @return {DataTables.Api}\r\n\t\t */\r\n\t\tthis.api = function ( traditional )\r\n\t\t{\r\n\t\t\treturn traditional ?\r\n\t\t\t\tnew _Api(\r\n\t\t\t\t\t_fnSettingsFromNode( this[ _ext.iApiIndex ] )\r\n\t\t\t\t) :\r\n\t\t\t\tnew _Api( this );\r\n\t\t};\r\n\t\t\r\n\t\t\r\n\t\t/**\r\n\t\t * Add a single new row or multiple rows of data to the table. Please note\r\n\t\t * that this is suitable for client-side processing only - if you are using\r\n\t\t * server-side processing (i.e. \"bServerSide\": true), then to add data, you\r\n\t\t * must add it to the data source, i.e. the server-side, through an Ajax call.\r\n\t\t * @param {array|object} data The data to be added to the table. This can be:\r\n\t\t *