Latest working copy. GUI cleanup. Need to do inputs, outputs, in cube, type codes and etc. need rendering

This commit is contained in:
Hash Borgir
2022-03-25 21:34:10 -06:00
parent 5ced1b7b18
commit d52b371b59
3129 changed files with 432901 additions and 54432 deletions

View File

@@ -0,0 +1,6 @@
/*!
Bulma integration for DataTables' SearchPanes
©2016 SpryMedia Ltd - datatables.net/license
*/
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bulma","datatables.net-searchpanes"],function(a){return b(a)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);c&&c.fn.dataTable||(c=require("datatables.net-bulma")(a,c).$);c.fn.dataTable.SearchPanes||require("datatables.net-searchpanes")(a,c);return b(c)}:b(jQuery)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.SearchPane.classes,{disabledButton:"is-disabled",paneButton:"button dtsp-paneButton is-white",
search:"input search"});b.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll button",collapseAll:"dtsp-collapseAll button",disabledButton:"is-disabled",showAll:"dtsp-showAll button"});return a.searchPanes});