source: public/vendors/dataTable/SearchPanes-1.0.1/js/searchPanes.semanticui.min.js@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 1.0 KB
Line 
1(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-searchpanes"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);c&&c.fn.dataTable||(c=require("datatables.net-se")(a,c).$);c.fn.dataTable.searchPanes||require("datatables.net-searchpanes")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b,a,c){a=b.fn.dataTable;b.extend(!0,a.SearchPane.classes,{buttonGroup:"right floated ui buttons column",
2container:"dtsp-searchPane column ui grid",dull:"disabled",narrowSearch:"dtsp-narrowSearch",narrowSub:"dtsp-narrow",paneButton:"ui button",paneInputButton:"circular search link icon",searchCont:"ui icon input eight wide column",topRow:"row dtsp-topRow"});b.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll ui button",container:"dtsp-searchPanes ui grid"});a.SearchPane.prototype._searchContSetup=function(){b('<i class="'+this.classes.paneInputButton+'"></i>').appendTo(this.dom.searchCont)};return a.searchPanes});
Note: See TracBrowser for help on using the repository browser.