static-test / dist /main.bundle.js
hynky's picture
hynky HF Staff
tmp
fdd5df0
(()=>{"use strict";var t={648:(t,a,n)=>{n.d(a,{A:()=>l});var e=n(354),o=n.n(e),i=n(314),d=n.n(i)()(o());d.push([t.id,'.datatable-wrapper.no-header .datatable-container {\n\tborder-top: 1px solid #d9d9d9;\n}\n\n.datatable-wrapper.no-footer .datatable-container {\n\tborder-bottom: 1px solid #d9d9d9;\n}\n\n.datatable-top,\n.datatable-bottom {\n\tpadding: 8px 10px;\n}\n\n.datatable-top > nav:first-child,\n.datatable-top > div:first-child,\n.datatable-bottom > nav:first-child,\n.datatable-bottom > div:first-child {\n\tfloat: left;\n}\n\n.datatable-top > nav:last-child,\n.datatable-top > div:not(first-child),\n.datatable-bottom > nav:last-child,\n.datatable-bottom > div:last-child {\n\tfloat: right;\n}\n\n.datatable-selector {\n\tpadding: 6px;\n}\n\n.datatable-input {\n\tpadding: 6px 12px;\n}\n\n.datatable-info {\n\tmargin: 7px 0;\n}\n\n/* PAGER */\n.datatable-pagination ul {\n\tmargin: 0;\n\tpadding-left: 0;\n}\n\n.datatable-pagination li {\n\tlist-style: none;\n\tfloat: left;\n}\n\n.datatable-pagination li.datatable-hidden {\n visibility: hidden;\n}\n\n.datatable-pagination a,\n.datatable-pagination button {\n\tborder: 1px solid transparent;\n\tfloat: left;\n\tmargin-left: 2px;\n\tpadding: 6px 12px;\n\tposition: relative;\n\ttext-decoration: none;\n\tcolor: #333;\n cursor: pointer;\n}\n\n.datatable-pagination a:hover,\n.datatable-pagination button:hover {\n\tbackground-color: #d9d9d9;\n}\n\n.datatable-pagination .datatable-active a,\n.datatable-pagination .datatable-active a:focus,\n.datatable-pagination .datatable-active a:hover,\n.datatable-pagination .datatable-active button,\n.datatable-pagination .datatable-active button:focus,\n.datatable-pagination .datatable-active button:hover {\n\tbackground-color: #d9d9d9;\n\tcursor: default;\n}\n\n.datatable-pagination .datatable-ellipsis a,\n.datatable-pagination .datatable-disabled a,\n.datatable-pagination .datatable-disabled a:focus,\n.datatable-pagination .datatable-disabled a:hover,\n.datatable-pagination .datatable-ellipsis button,\n.datatable-pagination .datatable-disabled button,\n.datatable-pagination .datatable-disabled button:focus,\n.datatable-pagination .datatable-disabled button:hover {\n pointer-events: none;\n cursor: default;\n}\n\n.datatable-pagination .datatable-disabled a,\n.datatable-pagination .datatable-disabled a:focus,\n.datatable-pagination .datatable-disabled a:hover,\n.datatable-pagination .datatable-disabled button,\n.datatable-pagination .datatable-disabled button:focus,\n.datatable-pagination .datatable-disabled button:hover {\n\tcursor: not-allowed;\n\topacity: 0.4;\n}\n\n.datatable-pagination .datatable-pagination a,\n.datatable-pagination .datatable-pagination button {\n\tfont-weight: bold;\n}\n\n/* TABLE */\n.datatable-table {\n\tmax-width: 100%;\n\twidth: 100%;\n\tborder-spacing: 0;\n\tborder-collapse: separate;\n}\n\n.datatable-table > tbody > tr > td,\n.datatable-table > tbody > tr > th,\n.datatable-table > tfoot > tr > td,\n.datatable-table > tfoot > tr > th,\n.datatable-table > thead > tr > td,\n.datatable-table > thead > tr > th {\n\tvertical-align: top;\n\tpadding: 8px 10px;\n}\n\n.datatable-table > thead > tr > th {\n\tvertical-align: bottom;\n\ttext-align: left;\n\tborder-bottom: 1px solid #d9d9d9;\n}\n\n.datatable-table > tfoot > tr > th {\n\tvertical-align: bottom;\n\ttext-align: left;\n\tborder-top: 1px solid #d9d9d9;\n}\n\n.datatable-table th {\n\tvertical-align: bottom;\n\ttext-align: left;\n}\n\n.datatable-table th a {\n\ttext-decoration: none;\n\tcolor: inherit;\n}\n\n.datatable-table th button,\n.datatable-pagination-list button {\n color: inherit;\n border: 0;\n background-color: inherit;\n cursor: pointer;\n text-align: inherit;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n}\n\n.datatable-sorter, .datatable-filter {\n\tdisplay: inline-block;\n\theight: 100%;\n\tposition: relative;\n\twidth: 100%;\n}\n\n.datatable-sorter::before,\n.datatable-sorter::after {\n\tcontent: "";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tright: 4px;\n\tborder-left: 4px solid transparent;\n\tborder-right: 4px solid transparent;\n\topacity: 0.2;\n}\n\n\n.datatable-sorter::before {\n\tborder-top: 4px solid #000;\n\tbottom: 0px;\n}\n\n.datatable-sorter::after {\n\tborder-bottom: 4px solid #000;\n\tborder-top: 4px solid transparent;\n\ttop: 0px;\n}\n\n.datatable-ascending .datatable-sorter::after,\n.datatable-descending .datatable-sorter::before,\n.datatable-ascending .datatable-filter::after,\n.datatable-descending .datatable-filter::before {\n\topacity: 0.6;\n}\n\n.datatable-filter::before {\n content: "";\n position: absolute;\n right: 4px;\n opacity: 0.2;\n width: 0;\n height: 0;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n\tborder-radius: 50%;\n border-top: 10px solid #000;\n top: 25%;\n}\n\n.datatable-filter-active .datatable-filter::before {\n opacity: 0.6;\n}\n\n.datatable-empty {\n\ttext-align: center;\n}\n\n.datatable-top::after, .datatable-bottom::after {\n\tclear: both;\n\tcontent: " ";\n\tdisplay: table;\n}\n\ntable.datatable-table:focus tr.datatable-cursor > td:first-child {\n\tborder-left: 3px blue solid;\n}\n\ntable.datatable-table:focus {\n\toutline: solid 1px black;\n outline-offset: -1px;\n}\n',"",{version:3,sources:["webpack://./node_modules/simple-datatables/dist/style.css"],names:[],mappings:"AAAA;CACC,6BAA6B;AAC9B;;AAEA;CACC,gCAAgC;AACjC;;AAEA;;CAEC,iBAAiB;AAClB;;AAEA;;;;CAIC,WAAW;AACZ;;AAEA;;;;CAIC,YAAY;AACb;;AAEA;CACC,YAAY;AACb;;AAEA;CACC,iBAAiB;AAClB;;AAEA;CACC,aAAa;AACd;;AAEA,UAAU;AACV;CACC,SAAS;CACT,eAAe;AAChB;;AAEA;CACC,gBAAgB;CAChB,WAAW;AACZ;;AAEA;IACI,kBAAkB;AACtB;;AAEA;;CAEC,6BAA6B;CAC7B,WAAW;CACX,gBAAgB;CAChB,iBAAiB;CACjB,kBAAkB;CAClB,qBAAqB;CACrB,WAAW;IACR,eAAe;AACnB;;AAEA;;CAEC,yBAAyB;AAC1B;;AAEA;;;;;;CAMC,yBAAyB;CACzB,eAAe;AAChB;;AAEA;;;;;;;;IAQI,oBAAoB;IACpB,eAAe;AACnB;;AAEA;;;;;;CAMC,mBAAmB;CACnB,YAAY;AACb;;AAEA;;CAEC,iBAAiB;AAClB;;AAEA,UAAU;AACV;CACC,eAAe;CACf,WAAW;CACX,iBAAiB;CACjB,yBAAyB;AAC1B;;AAEA;;;;;;CAMC,mBAAmB;CACnB,iBAAiB;AAClB;;AAEA;CACC,sBAAsB;CACtB,gBAAgB;CAChB,gCAAgC;AACjC;;AAEA;CACC,sBAAsB;CACtB,gBAAgB;CAChB,6BAA6B;AAC9B;;AAEA;CACC,sBAAsB;CACtB,gBAAgB;AACjB;;AAEA;CACC,qBAAqB;CACrB,cAAc;AACf;;AAEA;;IAEI,cAAc;IACd,SAAS;IACT,yBAAyB;IACzB,eAAe;IACf,mBAAmB;IACnB,oBAAoB;IACpB,oBAAoB;IACpB,kBAAkB;AACtB;;AAEA;CACC,qBAAqB;CACrB,YAAY;CACZ,kBAAkB;CAClB,WAAW;AACZ;;AAEA;;CAEC,WAAW;CACX,SAAS;CACT,QAAQ;CACR,kBAAkB;CAClB,UAAU;CACV,kCAAkC;CAClC,mCAAmC;CACnC,YAAY;AACb;;;AAGA;CACC,0BAA0B;CAC1B,WAAW;AACZ;;AAEA;CACC,6BAA6B;CAC7B,iCAAiC;CACjC,QAAQ;AACT;;AAEA;;;;CAIC,YAAY;AACb;;AAEA;IACI,WAAW;IACX,kBAAkB;IAClB,UAAU;IACV,YAAY;IACZ,QAAQ;IACR,SAAS;IACT,kCAAkC;IAClC,mCAAmC;CACtC,kBAAkB;IACf,2BAA2B;IAC3B,QAAQ;AACZ;;AAEA;IACI,YAAY;AAChB;;AAEA;CACC,kBAAkB;AACnB;;AAEA;CACC,WAAW;CACX,YAAY;CACZ,cAAc;AACf;;AAEA;CACC,2BAA2B;AAC5B;;AAEA;CACC,wBAAwB;IACrB,oBAAoB;AACxB",sourcesContent:['.datatable-wrapper.no-header .datatable-container {\n\tborder-top: 1px solid #d9d9d9;\n}\n\n.datatable-wrapper.no-footer .datatable-container {\n\tborder-bottom: 1px solid #d9d9d9;\n}\n\n.datatable-top,\n.datatable-bottom {\n\tpadding: 8px 10px;\n}\n\n.datatable-top > nav:first-child,\n.datatable-top > div:first-child,\n.datatable-bottom > nav:first-child,\n.datatable-bottom > div:first-child {\n\tfloat: left;\n}\n\n.datatable-top > nav:last-child,\n.datatable-top > div:not(first-child),\n.datatable-bottom > nav:last-child,\n.datatable-bottom > div:last-child {\n\tfloat: right;\n}\n\n.datatable-selector {\n\tpadding: 6px;\n}\n\n.datatable-input {\n\tpadding: 6px 12px;\n}\n\n.datatable-info {\n\tmargin: 7px 0;\n}\n\n/* PAGER */\n.datatable-pagination ul {\n\tmargin: 0;\n\tpadding-left: 0;\n}\n\n.datatable-pagination li {\n\tlist-style: none;\n\tfloat: left;\n}\n\n.datatable-pagination li.datatable-hidden {\n visibility: hidden;\n}\n\n.datatable-pagination a,\n.datatable-pagination button {\n\tborder: 1px solid transparent;\n\tfloat: left;\n\tmargin-left: 2px;\n\tpadding: 6px 12px;\n\tposition: relative;\n\ttext-decoration: none;\n\tcolor: #333;\n cursor: pointer;\n}\n\n.datatable-pagination a:hover,\n.datatable-pagination button:hover {\n\tbackground-color: #d9d9d9;\n}\n\n.datatable-pagination .datatable-active a,\n.datatable-pagination .datatable-active a:focus,\n.datatable-pagination .datatable-active a:hover,\n.datatable-pagination .datatable-active button,\n.datatable-pagination .datatable-active button:focus,\n.datatable-pagination .datatable-active button:hover {\n\tbackground-color: #d9d9d9;\n\tcursor: default;\n}\n\n.datatable-pagination .datatable-ellipsis a,\n.datatable-pagination .datatable-disabled a,\n.datatable-pagination .datatable-disabled a:focus,\n.datatable-pagination .datatable-disabled a:hover,\n.datatable-pagination .datatable-ellipsis button,\n.datatable-pagination .datatable-disabled button,\n.datatable-pagination .datatable-disabled button:focus,\n.datatable-pagination .datatable-disabled button:hover {\n pointer-events: none;\n cursor: default;\n}\n\n.datatable-pagination .datatable-disabled a,\n.datatable-pagination .datatable-disabled a:focus,\n.datatable-pagination .datatable-disabled a:hover,\n.datatable-pagination .datatable-disabled button,\n.datatable-pagination .datatable-disabled button:focus,\n.datatable-pagination .datatable-disabled button:hover {\n\tcursor: not-allowed;\n\topacity: 0.4;\n}\n\n.datatable-pagination .datatable-pagination a,\n.datatable-pagination .datatable-pagination button {\n\tfont-weight: bold;\n}\n\n/* TABLE */\n.datatable-table {\n\tmax-width: 100%;\n\twidth: 100%;\n\tborder-spacing: 0;\n\tborder-collapse: separate;\n}\n\n.datatable-table > tbody > tr > td,\n.datatable-table > tbody > tr > th,\n.datatable-table > tfoot > tr > td,\n.datatable-table > tfoot > tr > th,\n.datatable-table > thead > tr > td,\n.datatable-table > thead > tr > th {\n\tvertical-align: top;\n\tpadding: 8px 10px;\n}\n\n.datatable-table > thead > tr > th {\n\tvertical-align: bottom;\n\ttext-align: left;\n\tborder-bottom: 1px solid #d9d9d9;\n}\n\n.datatable-table > tfoot > tr > th {\n\tvertical-align: bottom;\n\ttext-align: left;\n\tborder-top: 1px solid #d9d9d9;\n}\n\n.datatable-table th {\n\tvertical-align: bottom;\n\ttext-align: left;\n}\n\n.datatable-table th a {\n\ttext-decoration: none;\n\tcolor: inherit;\n}\n\n.datatable-table th button,\n.datatable-pagination-list button {\n color: inherit;\n border: 0;\n background-color: inherit;\n cursor: pointer;\n text-align: inherit;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n}\n\n.datatable-sorter, .datatable-filter {\n\tdisplay: inline-block;\n\theight: 100%;\n\tposition: relative;\n\twidth: 100%;\n}\n\n.datatable-sorter::before,\n.datatable-sorter::after {\n\tcontent: "";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tright: 4px;\n\tborder-left: 4px solid transparent;\n\tborder-right: 4px solid transparent;\n\topacity: 0.2;\n}\n\n\n.datatable-sorter::before {\n\tborder-top: 4px solid #000;\n\tbottom: 0px;\n}\n\n.datatable-sorter::after {\n\tborder-bottom: 4px solid #000;\n\tborder-top: 4px solid transparent;\n\ttop: 0px;\n}\n\n.datatable-ascending .datatable-sorter::after,\n.datatable-descending .datatable-sorter::before,\n.datatable-ascending .datatable-filter::after,\n.datatable-descending .datatable-filter::before {\n\topacity: 0.6;\n}\n\n.datatable-filter::before {\n content: "";\n position: absolute;\n right: 4px;\n opacity: 0.2;\n width: 0;\n height: 0;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n\tborder-radius: 50%;\n border-top: 10px solid #000;\n top: 25%;\n}\n\n.datatable-filter-active .datatable-filter::before {\n opacity: 0.6;\n}\n\n.datatable-empty {\n\ttext-align: center;\n}\n\n.datatable-top::after, .datatable-bottom::after {\n\tclear: both;\n\tcontent: " ";\n\tdisplay: table;\n}\n\ntable.datatable-table:focus tr.datatable-cursor > td:first-child {\n\tborder-left: 3px blue solid;\n}\n\ntable.datatable-table:focus {\n\toutline: solid 1px black;\n outline-offset: -1px;\n}\n'],sourceRoot:""}]);const l=d},314:t=>{t.exports=function(t){var a=[];return a.toString=function(){return this.map((function(a){var n="",e=void 0!==a[5];return a[4]&&(n+="@supports (".concat(a[4],") {")),a[2]&&(n+="@media ".concat(a[2]," {")),e&&(n+="@layer".concat(a[5].length>0?" ".concat(a[5]):""," {")),n+=t(a),e&&(n+="}"),a[2]&&(n+="}"),a[4]&&(n+="}"),n})).join("")},a.i=function(t,n,e,o,i){"string"==typeof t&&(t=[[null,t,void 0]]);var d={};if(e)for(var l=0;l<this.length;l++){var r=this[l][0];null!=r&&(d[r]=!0)}for(var A=0;A<t.length;A++){var b=[].concat(t[A]);e&&d[b[0]]||(void 0!==i&&(void 0===b[5]||(b[1]="@layer".concat(b[5].length>0?" ".concat(b[5]):""," {").concat(b[1],"}")),b[5]=i),n&&(b[2]?(b[1]="@media ".concat(b[2]," {").concat(b[1],"}"),b[2]=n):b[2]=n),o&&(b[4]?(b[1]="@supports (".concat(b[4],") {").concat(b[1],"}"),b[4]=o):b[4]="".concat(o)),a.push(b))}},a}},354:t=>{t.exports=function(t){var a=t[1],n=t[3];if(!n)return a;if("function"==typeof btoa){var e=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e),i="/*# ".concat(o," */");return[a].concat([i]).join("\n")}return[a].join("\n")}},72:t=>{var a=[];function n(t){for(var n=-1,e=0;e<a.length;e++)if(a[e].identifier===t){n=e;break}return n}function e(t,e){for(var i={},d=[],l=0;l<t.length;l++){var r=t[l],A=e.base?r[0]+e.base:r[0],b=i[A]||0,p="".concat(A," ").concat(b);i[A]=b+1;var s=n(p),c={css:r[1],media:r[2],sourceMap:r[3],supports:r[4],layer:r[5]};if(-1!==s)a[s].references++,a[s].updater(c);else{var C=o(c,e);e.byIndex=l,a.splice(l,0,{identifier:p,updater:C,references:1})}d.push(p)}return d}function o(t,a){var n=a.domAPI(a);return n.update(t),function(a){if(a){if(a.css===t.css&&a.media===t.media&&a.sourceMap===t.sourceMap&&a.supports===t.supports&&a.layer===t.layer)return;n.update(t=a)}else n.remove()}}t.exports=function(t,o){var i=e(t=t||[],o=o||{});return function(t){t=t||[];for(var d=0;d<i.length;d++){var l=n(i[d]);a[l].references--}for(var r=e(t,o),A=0;A<i.length;A++){var b=n(i[A]);0===a[b].references&&(a[b].updater(),a.splice(b,1))}i=r}}},659:t=>{var a={};t.exports=function(t,n){var e=function(t){if(void 0===a[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}a[t]=n}return a[t]}(t);if(!e)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");e.appendChild(n)}},540:t=>{t.exports=function(t){var a=document.createElement("style");return t.setAttributes(a,t.attributes),t.insert(a,t.options),a}},56:(t,a,n)=>{t.exports=function(t){var a=n.nc;a&&t.setAttribute("nonce",a)}},825:t=>{t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var a=t.insertStyleElement(t);return{update:function(n){!function(t,a,n){var e="";n.supports&&(e+="@supports (".concat(n.supports,") {")),n.media&&(e+="@media ".concat(n.media," {"));var o=void 0!==n.layer;o&&(e+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),e+=n.css,o&&(e+="}"),n.media&&(e+="}"),n.supports&&(e+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(e+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),a.styleTagTransform(e,t,a.options)}(a,t,n)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(a)}}}},113:t=>{t.exports=function(t,a){if(a.styleSheet)a.styleSheet.cssText=t;else{for(;a.firstChild;)a.removeChild(a.firstChild);a.appendChild(document.createTextNode(t))}}}},a={};function n(e){var o=a[e];if(void 0!==o)return o.exports;var i=a[e]={id:e,exports:{}};return t[e](i,i.exports,n),i.exports}n.n=t=>{var a=t&&t.__esModule?()=>t.default:()=>t;return n.d(a,{a}),a},n.d=(t,a)=>{for(var e in a)n.o(a,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:a[e]})},n.o=(t,a)=>Object.prototype.hasOwnProperty.call(t,a),n.nc=void 0;var e=n(72),o=n.n(e),i=n(825),d=n.n(i),l=n(659),r=n.n(l),A=n(56),b=n.n(A),p=n(540),s=n.n(p),c=n(113),C=n.n(c),f=n(648),u={};u.styleTagTransform=C(),u.setAttributes=b(),u.insert=r().bind(null,"head"),u.domAPI=d(),u.insertStyleElement=s(),o()(f.A,u),f.A&&f.A.locals&&f.A.locals,document.addEventListener("DOMContentLoaded",(function(){console.log("DOMContentLoaded")}),{once:!0})})();
//# sourceMappingURL=main.bundle.js.map