2021-05-02 06:32:44 +02:00
/ * !
2021-08-29 08:19:58 +02:00
DataTables jQuery UI integration
© 2011 - 2014 SpryMedia Ltd - datatables . net / license
2021-05-02 06:32:44 +02:00
* /
var $jscomp = $jscomp || { } ; $jscomp . scope = { } ; $jscomp . findInternal = function ( a , b , c ) { a instanceof String && ( a = String ( a ) ) ; for ( var e = a . length , d = 0 ; d < e ; d ++ ) { var f = a [ d ] ; if ( b . call ( c , f , d , a ) ) return { i : d , v : f } } return { i : - 1 , v : void 0 } } ; $jscomp . ASSUME _ES5 = ! 1 ; $jscomp . ASSUME _NO _NATIVE _MAP = ! 1 ; $jscomp . ASSUME _NO _NATIVE _SET = ! 1 ; $jscomp . SIMPLE _FROUND _POLYFILL = ! 1 ; $jscomp . ISOLATE _POLYFILLS = ! 1 ;
$jscomp . defineProperty = $jscomp . ASSUME _ES5 || "function" == typeof Object . defineProperties ? Object . defineProperty : function ( a , b , c ) { if ( a == Array . prototype || a == Object . prototype ) return a ; a [ b ] = c . value ; return a } ; $jscomp . getGlobal = function ( a ) { a = [ "object" == typeof globalThis && globalThis , a , "object" == typeof window && window , "object" == typeof self && self , "object" == typeof global && global ] ; for ( var b = 0 ; b < a . length ; ++ b ) { var c = a [ b ] ; if ( c && c . Math == Math ) return c } throw Error ( "Cannot find global object" ) ; } ; $jscomp . global = $jscomp . getGlobal ( this ) ;
$jscomp . IS _SYMBOL _NATIVE = "function" === typeof Symbol && "symbol" === typeof Symbol ( "x" ) ; $jscomp . TRUST _ES6 _POLYFILLS = ! $jscomp . ISOLATE _POLYFILLS || $jscomp . IS _SYMBOL _NATIVE ; $jscomp . polyfills = { } ; $jscomp . propertyToPolyfillSymbol = { } ; $jscomp . POLYFILL _PREFIX = "$jscp$" ; var $jscomp$lookupPolyfilledValue = function ( a , b ) { var c = $jscomp . propertyToPolyfillSymbol [ b ] ; if ( null == c ) return a [ b ] ; c = a [ c ] ; return void 0 !== c ? c : a [ b ] } ;
$jscomp . polyfill = function ( a , b , c , e ) { b && ( $jscomp . ISOLATE _POLYFILLS ? $jscomp . polyfillIsolated ( a , b , c , e ) : $jscomp . polyfillUnisolated ( a , b , c , e ) ) } ; $jscomp . polyfillUnisolated = function ( a , b , c , e ) { c = $jscomp . global ; a = a . split ( "." ) ; for ( e = 0 ; e < a . length - 1 ; e ++ ) { var d = a [ e ] ; if ( ! ( d in c ) ) return ; c = c [ d ] } a = a [ a . length - 1 ] ; e = c [ a ] ; b = b ( e ) ; b != e && null != b && $jscomp . defineProperty ( c , a , { configurable : ! 0 , writable : ! 0 , value : b } ) } ;
2021-08-29 08:19:58 +02:00
$jscomp . polyfillIsolated = function ( a , b , c , e ) { var d = a . split ( "." ) ; a = 1 === d . length ; e = d [ 0 ] ; e = ! a && e in $jscomp . polyfills ? $jscomp . polyfills : $jscomp . global ; for ( var f = 0 ; f < d . length - 1 ; f ++ ) { var g = d [ f ] ; if ( ! ( g in e ) ) return ; e = e [ g ] } d = d [ d . length - 1 ] ; c = $jscomp . IS _SYMBOL _NATIVE && "es6" === c ? e [ d ] : null ; b = b ( c ) ; null != b && ( a ? $jscomp . defineProperty ( $jscomp . polyfills , d , { configurable : ! 0 , writable : ! 0 , value : b } ) : b !== c && ( $jscomp . propertyToPolyfillSymbol [ d ] = $jscomp . IS _SYMBOL _NATIVE ? $jscomp . global . Symbol ( d ) : $jscomp . POLYFILL _PREFIX + d , d =
2021-05-02 06:32:44 +02:00
$jscomp . propertyToPolyfillSymbol [ d ] , $jscomp . defineProperty ( e , d , { configurable : ! 0 , writable : ! 0 , value : b } ) ) ) } ; $jscomp . polyfill ( "Array.prototype.find" , function ( a ) { return a ? a : function ( b , c ) { return $jscomp . findInternal ( this , b , c ) . v } } , "es6" , "es3" ) ;
2021-08-29 08:19:58 +02:00
( function ( a ) { "function" === typeof define && define . amd ? define ( [ "jquery" , "datatables.net" ] , function ( b ) { return a ( b , window , document ) } ) : "object" === typeof exports ? module . exports = function ( b , c ) { b || ( b = window ) ; c && c . fn . dataTable || ( c = require ( "datatables.net" ) ( b , c ) . $ ) ; return a ( c , b , b . document ) } : a ( jQuery , window , document ) } ) ( function ( a , b , c , e ) { b = a . fn . dataTable ; a . extend ( ! 0 , b . defaults , { dom : '<"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix ui-corner-tl ui-corner-tr"lfr>t<"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix ui-corner-bl ui-corner-br"ip>' ,
renderer : "jqueryui" } ) ; a . extend ( b . ext . classes , { sWrapper : "dataTables_wrapper dt-jqueryui" , sPageButton : "fg-button ui-button ui-state-default" , sPageButtonActive : "ui-state-disabled" , sPageButtonDisabled : "ui-state-disabled" , sPaging : "dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_" , sSortAsc : "ui-state-default sorting_asc" , sSortDesc : "ui-state-default sorting_desc" , sSortable : "ui-state-default sorting" , sSortableAsc : "ui-state-default sorting_asc_disabled" , sSortableDesc : "ui-state-default sorting_desc_disabled" ,
sSortableNone : "ui-state-default sorting_disabled" , sSortIcon : "DataTables_sort_icon" , sScrollHead : "dataTables_scrollHead ui-state-default" , sScrollFoot : "dataTables_scrollFoot ui-state-default" , sHeaderTH : "ui-state-default" , sFooterTH : "ui-state-default" } ) ; b . ext . renderer . header . jqueryui = function ( d , f , g , h ) { var k = "css_right ui-icon ui-icon-caret-2-n-s" , n = - 1 !== a . inArray ( "asc" , g . asSorting ) , p = - 1 !== a . inArray ( "desc" , g . asSorting ) ; g . bSortable && ( n || p ) ? n && ! p ? k = "css_right ui-icon ui-icon-caret-1-n" : ! n && p && ( k = "css_right ui-icon ui-icon-caret-1-s" ) :
k = "" ; f . contents ( ) . hasClass ( "DataTables_sort_wrapper" ) || a ( "<div/>" ) . addClass ( "DataTables_sort_wrapper" ) . append ( f . contents ( ) ) . append ( a ( "<span/>" ) . addClass ( h . sSortIcon + " " + k ) ) . appendTo ( f ) ; a ( d . nTable ) . on ( "order.dt" , function ( l , q , r , m ) { d === q && ( l = g . idx , f . removeClass ( h . sSortAsc + " " + h . sSortDesc ) . addClass ( "asc" == m [ l ] ? h . sSortAsc : "desc" == m [ l ] ? h . sSortDesc : g . sSortingClass ) , f . find ( "span." + h . sSortIcon ) . removeClass ( "css_right ui-icon ui-icon-triangle-1-n css_right ui-icon ui-icon-triangle-1-s css_right ui-icon ui-icon-caret-2-n-s css_right ui-icon ui-icon-caret-1-n css_right ui-icon ui-icon-caret-1-s" ) . addClass ( "asc" ==
m [ l ] ? "css_right ui-icon ui-icon-triangle-1-n" : "desc" == m [ l ] ? "css_right ui-icon ui-icon-triangle-1-s" : k ) ) } ) } ; b . TableTools && a . extend ( ! 0 , b . TableTools . classes , { container : "DTTT_container ui-buttonset ui-buttonset-multi" , buttons : { normal : "DTTT_button ui-button ui-state-default" } , collection : { container : "DTTT_collection ui-buttonset ui-buttonset-multi" } } ) ; return b } ) ;