@evs-chris/raui
Advanced tools
Comparing version
@@ -99,4 +99,6 @@ import globalRegister from './globalRegister'; | ||
var listener = this.root.on('*.resize', function () { return requestAnimationFrame(resize); }); | ||
var sizeCallback = function () { return requestAnimationFrame(resize); }; | ||
var listener = this.root.on('*.resize', sizeCallback); | ||
var observer = this.observe('@style.break', settings, { init: false }); | ||
window.addEventListener('resize', sizeCallback); | ||
@@ -117,2 +119,3 @@ node.className += ' grid grid-root'; | ||
observer.cancel(); | ||
window.removeEventListener('resize', sizeCallback); | ||
} | ||
@@ -147,4 +150,4 @@ }; | ||
size.units.forEach(function (u) { | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "1, ." + s + " > " + w + ".row > ." + name + "1, ." + s + " ." + name + "-n1, ." + s + " .row-" + name + "-n1 > *"); }).join(', '); }).join(', ')) + " { display: initial; width: 100%; flex-grow: 0; flex-shrink: 0; }\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "0, ." + s + " > " + w + ".row > ." + name + "0, ." + s + " ." + name + "-n0, ." + s + " .row-" + name + "-n0 > *"); }).join(', '); }).join(', ')) + " { display: none; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n1 > *"); }).join(', ')) + " { display: initial; width: 100%; }\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n0 > *"); }).join(', ')) + " { display: none; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "1, ." + s + " > " + w + ".row > ." + name + "1, ." + s + " ." + name + "-n1, ." + s + " .row-" + name + "-n1 > *"); }).join(', '); }).join(', ')) + " { display: inherit; width: 100%; flex-grow: 0; flex-shrink: 0; }\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "0, ." + s + " > " + w + ".row > ." + name + "0, ." + s + " ." + name + "-n0, ." + s + " .row-" + name + "-n0 > *"); }).join(', '); }).join(', ')) + " { display: none; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n1 > *"); }).join(', ')) + " { display: inherit; width: 100%; }\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n0 > *"); }).join(', ')) + " { display: none; }"; | ||
@@ -154,4 +157,4 @@ var loop = function ( i ) { | ||
str = str.substr(0, str.indexOf('.') + 3); | ||
rows += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + ".row-" + name + i + "-" + u + " > *, ." + s + " .row-" + name + "-n" + i + "-" + u + " > *, ." + s + " .row > ." + name + "-n" + i + "-" + u); }).join(', '); }).join(', ')) + " { display: initial; width: " + str + "%; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + i + "-" + u + ", ." + s + " > " + w + ".row > ." + name + i + "-" + u + ", ." + s + " ." + name + "-n" + i + "-" + u + ", ." + s + " .row-" + name + "-n" + i + "-" + u + " > *"); }).join(', '); }).join(', ')) + " { display: initial; width: " + str + "%; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + ".row-" + name + i + "-" + u + " > *, ." + s + " .row-" + name + "-n" + i + "-" + u + " > *, ." + s + " .row > ." + name + "-n" + i + "-" + u); }).join(', '); }).join(', ')) + " { display: inherit; width: " + str + "%; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + i + "-" + u + ", ." + s + " > " + w + ".row > ." + name + i + "-" + u + ", ." + s + " ." + name + "-n" + i + "-" + u + ", ." + s + " .row-" + name + "-n" + i + "-" + u + " > *"); }).join(', '); }).join(', ')) + " { display: inherit; width: " + str + "%; flex-grow: 0; flex-shrink: 0; }"; | ||
}; | ||
@@ -158,0 +161,0 @@ |
{ | ||
"name": "@evs-chris/raui", | ||
"version": "0.4.15", | ||
"version": "0.4.16", | ||
"description": "Components, decorators, and helpers for Ractive apps that are generally Material-ish", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/evs-chris/raui", |
@@ -99,4 +99,6 @@ import globalRegister from './globalRegister'; | ||
const listener = this.root.on('*.resize', () => requestAnimationFrame(resize)); | ||
const sizeCallback = () => requestAnimationFrame(resize); | ||
const listener = this.root.on('*.resize', sizeCallback); | ||
const observer = this.observe('@style.break', settings, { init: false }); | ||
window.addEventListener('resize', sizeCallback); | ||
@@ -117,2 +119,3 @@ node.className += ' grid grid-root'; | ||
observer.cancel(); | ||
window.removeEventListener('resize', sizeCallback); | ||
} | ||
@@ -152,6 +155,6 @@ }; | ||
cols += ` | ||
${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.${name}1, .${s} > ${w}.row > .${name}1, .${s} .${name}-n1, .${s} .row-${name}-n1 > *`).join(', ')).join(', ')} { display: initial; width: 100%; flex-grow: 0; flex-shrink: 0; } | ||
${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.${name}1, .${s} > ${w}.row > .${name}1, .${s} .${name}-n1, .${s} .row-${name}-n1 > *`).join(', ')).join(', ')} { display: inherit; width: 100%; flex-grow: 0; flex-shrink: 0; } | ||
${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.${name}0, .${s} > ${w}.row > .${name}0, .${s} .${name}-n0, .${s} .row-${name}-n0 > *`).join(', ')).join(', ')} { display: none; flex-grow: 0; flex-shrink: 0; }`; | ||
rows += ` | ||
${greater[size.key].map(s => `.${s} .row-${name}-n1 > *`).join(', ')} { display: initial; width: 100%; } | ||
${greater[size.key].map(s => `.${s} .row-${name}-n1 > *`).join(', ')} { display: inherit; width: 100%; } | ||
${greater[size.key].map(s => `.${s} .row-${name}-n0 > *`).join(', ')} { display: none; }`; | ||
@@ -162,4 +165,4 @@ | ||
str = str.substr(0, str.indexOf('.') + 3); | ||
rows += `\n${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.row-${name}${i}-${u} > *, .${s} .row-${name}-n${i}-${u} > *, .${s} .row > .${name}-n${i}-${u}`).join(', ')).join(', ')} { display: initial; width: ${str}%; }`; | ||
cols += `\n${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.${name}${i}-${u}, .${s} > ${w}.row > .${name}${i}-${u}, .${s} .${name}-n${i}-${u}, .${s} .row-${name}-n${i}-${u} > *`).join(', ')).join(', ')} { display: initial; width: ${str}%; flex-grow: 0; flex-shrink: 0; }`; | ||
rows += `\n${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.row-${name}${i}-${u} > *, .${s} .row-${name}-n${i}-${u} > *, .${s} .row > .${name}-n${i}-${u}`).join(', ')).join(', ')} { display: inherit; width: ${str}%; }`; | ||
cols += `\n${greater[size.key].map(s => wrappers.map(w => `.${s} > ${w}.${name}${i}-${u}, .${s} > ${w}.row > .${name}${i}-${u}, .${s} .${name}-n${i}-${u}, .${s} .row-${name}-n${i}-${u} > *`).join(', ')).join(', ')} { display: inherit; width: ${str}%; flex-grow: 0; flex-shrink: 0; }`; | ||
} | ||
@@ -166,0 +169,0 @@ }); |
@@ -130,4 +130,6 @@ (function (global, factory) { | ||
var listener = this.root.on('*.resize', function () { return requestAnimationFrame(resize); }); | ||
var sizeCallback = function () { return requestAnimationFrame(resize); }; | ||
var listener = this.root.on('*.resize', sizeCallback); | ||
var observer = this.observe('@style.break', settings, { init: false }); | ||
window.addEventListener('resize', sizeCallback); | ||
@@ -148,2 +150,3 @@ node.className += ' grid grid-root'; | ||
observer.cancel(); | ||
window.removeEventListener('resize', sizeCallback); | ||
} | ||
@@ -178,4 +181,4 @@ }; | ||
size.units.forEach(function (u) { | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "1, ." + s + " > " + w + ".row > ." + name + "1, ." + s + " ." + name + "-n1, ." + s + " .row-" + name + "-n1 > *"); }).join(', '); }).join(', ')) + " { display: initial; width: 100%; flex-grow: 0; flex-shrink: 0; }\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "0, ." + s + " > " + w + ".row > ." + name + "0, ." + s + " ." + name + "-n0, ." + s + " .row-" + name + "-n0 > *"); }).join(', '); }).join(', ')) + " { display: none; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n1 > *"); }).join(', ')) + " { display: initial; width: 100%; }\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n0 > *"); }).join(', ')) + " { display: none; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "1, ." + s + " > " + w + ".row > ." + name + "1, ." + s + " ." + name + "-n1, ." + s + " .row-" + name + "-n1 > *"); }).join(', '); }).join(', ')) + " { display: inherit; width: 100%; flex-grow: 0; flex-shrink: 0; }\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + "0, ." + s + " > " + w + ".row > ." + name + "0, ." + s + " ." + name + "-n0, ." + s + " .row-" + name + "-n0 > *"); }).join(', '); }).join(', ')) + " { display: none; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n1 > *"); }).join(', ')) + " { display: inherit; width: 100%; }\n" + (greater[size.key].map(function (s) { return ("." + s + " .row-" + name + "-n0 > *"); }).join(', ')) + " { display: none; }"; | ||
@@ -185,4 +188,4 @@ var loop = function ( i ) { | ||
str = str.substr(0, str.indexOf('.') + 3); | ||
rows += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + ".row-" + name + i + "-" + u + " > *, ." + s + " .row-" + name + "-n" + i + "-" + u + " > *, ." + s + " .row > ." + name + "-n" + i + "-" + u); }).join(', '); }).join(', ')) + " { display: initial; width: " + str + "%; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + i + "-" + u + ", ." + s + " > " + w + ".row > ." + name + i + "-" + u + ", ." + s + " ." + name + "-n" + i + "-" + u + ", ." + s + " .row-" + name + "-n" + i + "-" + u + " > *"); }).join(', '); }).join(', ')) + " { display: initial; width: " + str + "%; flex-grow: 0; flex-shrink: 0; }"; | ||
rows += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + ".row-" + name + i + "-" + u + " > *, ." + s + " .row-" + name + "-n" + i + "-" + u + " > *, ." + s + " .row > ." + name + "-n" + i + "-" + u); }).join(', '); }).join(', ')) + " { display: inherit; width: " + str + "%; }"; | ||
cols += "\n" + (greater[size.key].map(function (s) { return wrappers.map(function (w) { return ("." + s + " > " + w + "." + name + i + "-" + u + ", ." + s + " > " + w + ".row > ." + name + i + "-" + u + ", ." + s + " ." + name + "-n" + i + "-" + u + ", ." + s + " .row-" + name + "-n" + i + "-" + u + " > *"); }).join(', '); }).join(', ')) + " { display: inherit; width: " + str + "%; flex-grow: 0; flex-shrink: 0; }"; | ||
}; | ||
@@ -189,0 +192,0 @@ |
@@ -1,1 +0,1 @@ | ||
!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e(n.RMGrid={})}(this,function(n){"use strict";var e,i="undefined"!=typeof window?window:null;var r={tiny:{units:[2,3,4,5,6,8],max:"0",value:0},xsmall:{units:[2,3,4,5,6,8,10,12],max:"20em",prefix:"xs",value:10},small:{units:[2,3,4,5,6,8,10,12],max:"36em",value:20},medium:{units:[2,3,4,5,6,8,10,12],max:"48em",value:30},large:{units:[2,3,4,5,6,8,10,12,20,24],max:"64em",value:40},xlarge:{units:[2,3,4,5,6,8,10,12,20,24,32],max:"100em",value:50},ginormous:{units:[2,3,4,5,6,8,10,12,20,24,32,64],max:"150em",value:60}},t={"grid grid-root":/\bgrid grid-root\b/g},a=/\s+/g;function o(n,i){var o,u,s=this.getContext(n),l=this,d=i||{};function c(){var e=n.clientWidth;if(!d.type||"class"===d.type){var i,r=-1;for(var l in o)o[l]<=e&&(t[l].lastIndex=-1,o[l]>r&&(i=l,r=o[l])),n.className=n.className.replace(t[l],"").trim();t[i].test(n.className)||(n.className+=" "+i),d.value&&s.set(d.value,u[i].value),d.name&&s.set(d.name,i),n.className=n.className.replace(a," ")}}function f(){var n=(e||(e=document.createElement("div"),document.body.appendChild(e)),e);for(var i in u=l.get("@style.break")||r,o={},u)n.style.width=u[i].max,o[i]=n.clientWidth,t[i]||(t[i]=new RegExp("\\b"+i+"\\b","g"));n.style.width=0,c()}var m=this.root.on("*.resize",function(){return requestAnimationFrame(c)}),p=this.observe("@style.break",f,{init:!1});return n.className+=" grid grid-root",d.immediate?f():requestAnimationFrame(f),{update:function(n){d=n||{},requestAnimationFrame(c)},teardown:function(){n.className=n.className.replace(t["grid grid-root"],"").trim(),m.cancel(),p.cancel()}}}function u(n,e){var i=n("raui.grid.break")||e||r,t=(n("raui.grid.wrappers")||[".row-wrap > ",".row-wrap > .row-wrap > "]).slice();t.unshift("");var a,o=".row > * { position: relative; width: 100%; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-property: width, padding, margin; box-sizing: border-box; }\n.grid { display: block; }\n.grid .row { display: flex; flex-wrap: wrap; min-height: fit-content; width: 100%; }\n.grid .row.row-pad > * { padding: "+(n("raui.grid.padding")||"0.5em")+"; }\n.grid .row > .pad { display: flex; flex-direction: column; padding: "+(n("raui.grid.padding")||"0.5em")+"; box-sizing: border-box; }",u=Object.keys(i).map(function(n){return(i[n].key=n)&&i[n]});u.sort(function(n,e){return n.value>e.value?1:n.value<e.value?-1:0});var s={};u.reverse().reduce(function(n,e){return n.push(e.key),s[e.key]=n.slice(),n},[]);var l="",d="";return u.reverse().forEach(function(n){var e=n.prefix||n.key[0];n.units.forEach(function(i){d+="\n"+s[n.key].map(function(n){return t.map(function(i){return"."+n+" > "+i+"."+e+"1, ."+n+" > "+i+".row > ."+e+"1, ."+n+" ."+e+"-n1, ."+n+" .row-"+e+"-n1 > *"}).join(", ")}).join(", ")+" { display: initial; width: 100%; flex-grow: 0; flex-shrink: 0; }\n"+s[n.key].map(function(n){return t.map(function(i){return"."+n+" > "+i+"."+e+"0, ."+n+" > "+i+".row > ."+e+"0, ."+n+" ."+e+"-n0, ."+n+" .row-"+e+"-n0 > *"}).join(", ")}).join(", ")+" { display: none; flex-grow: 0; flex-shrink: 0; }",l+="\n"+s[n.key].map(function(n){return"."+n+" .row-"+e+"-n1 > *"}).join(", ")+" { display: initial; width: 100%; }\n"+s[n.key].map(function(n){return"."+n+" .row-"+e+"-n0 > *"}).join(", ")+" { display: none; }";for(var r=function(r){a=(a=""+r/i*100).substr(0,a.indexOf(".")+3),l+="\n"+s[n.key].map(function(n){return t.map(function(t){return"."+n+" > "+t+".row-"+e+r+"-"+i+" > *, ."+n+" .row-"+e+"-n"+r+"-"+i+" > *, ."+n+" .row > ."+e+"-n"+r+"-"+i}).join(", ")}).join(", ")+" { display: initial; width: "+a+"%; }",d+="\n"+s[n.key].map(function(n){return t.map(function(t){return"."+n+" > "+t+"."+e+r+"-"+i+", ."+n+" > "+t+".row > ."+e+r+"-"+i+", ."+n+" ."+e+"-n"+r+"-"+i+", ."+n+" .row-"+e+"-n"+r+"-"+i+" > *"}).join(", ")}).join(", ")+" { display: initial; width: "+a+"%; flex-grow: 0; flex-shrink: 0; }"},o=1;o<i;o++)r(o)}),s[n.key].forEach(function(n){return d+=t.map(function(i){return"."+n+" > "+i+".row > ."+e+"-fill"}).join(", ")+", ."+n+" ."+e+"-nfill { width: auto; flex-grow: 2; flex-shink: 2; }\n"+t.map(function(i){return"."+n+" > "+i+".row > ."+e+"-auto"}).join(", ")+", ."+n+" ."+e+"-nauto { width: auto; flex-shrink: 2; }"})}),o+=l+d}function s(n){return void 0===n&&(n={}),function(e){var i=e.Ractive,r=e.instance;if(!i.isInstance(r)&&n.includeStyle)if(r===i)i.addCSS("grid-decorator",u);else{var t=r.css;r.css=function(e){return("function"!=typeof t?t||"":t(e))+u(e,n.defaults)}}r.decorators[n.name||"grid"]=o}}o.style=u,function(n,e,r){if(i&&i.Ractive&&"object"==typeof i.Ractive[e]){var t=document.currentScript;if(t||(t=(t=document.querySelectorAll("script"))[t.length-1]),t){var a=t.getAttribute("data-alias");a&&(a=(a=a.split("&")).reduce(function(n,e){var i=e.split("="),r=i[0],t=i[1];return n[r]=t,n},{})),Ractive[e][a&&a[n]||n]=r}}}("grid","decorators",o),n.grid=o,n.style=u,n.plugin=s,n.default=s,Object.defineProperty(n,"__esModule",{value:!0})}); | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(e.RMGrid={})}(this,function(e){"use strict";var n,i="undefined"!=typeof window?window:null;var r={tiny:{units:[2,3,4,5,6,8],max:"0",value:0},xsmall:{units:[2,3,4,5,6,8,10,12],max:"20em",prefix:"xs",value:10},small:{units:[2,3,4,5,6,8,10,12],max:"36em",value:20},medium:{units:[2,3,4,5,6,8,10,12],max:"48em",value:30},large:{units:[2,3,4,5,6,8,10,12,20,24],max:"64em",value:40},xlarge:{units:[2,3,4,5,6,8,10,12,20,24,32],max:"100em",value:50},ginormous:{units:[2,3,4,5,6,8,10,12,20,24,32,64],max:"150em",value:60}},t={"grid grid-root":/\bgrid grid-root\b/g},a=/\s+/g;function o(e,i){var o,u,s=this.getContext(e),d=this,l=i||{};function c(){var n=e.clientWidth;if(!l.type||"class"===l.type){var i,r=-1;for(var d in o)o[d]<=n&&(t[d].lastIndex=-1,o[d]>r&&(i=d,r=o[d])),e.className=e.className.replace(t[d],"").trim();t[i].test(e.className)||(e.className+=" "+i),l.value&&s.set(l.value,u[i].value),l.name&&s.set(l.name,i),e.className=e.className.replace(a," ")}}function f(){var e=(n||(n=document.createElement("div"),document.body.appendChild(n)),n);for(var i in u=d.get("@style.break")||r,o={},u)e.style.width=u[i].max,o[i]=e.clientWidth,t[i]||(t[i]=new RegExp("\\b"+i+"\\b","g"));e.style.width=0,c()}var m=function(){return requestAnimationFrame(c)},p=this.root.on("*.resize",m),w=this.observe("@style.break",f,{init:!1});return window.addEventListener("resize",m),e.className+=" grid grid-root",l.immediate?f():requestAnimationFrame(f),{update:function(e){l=e||{},requestAnimationFrame(c)},teardown:function(){e.className=e.className.replace(t["grid grid-root"],"").trim(),p.cancel(),w.cancel(),window.removeEventListener("resize",m)}}}function u(e,n){var i=e("raui.grid.break")||n||r,t=(e("raui.grid.wrappers")||[".row-wrap > ",".row-wrap > .row-wrap > "]).slice();t.unshift("");var a,o=".row > * { position: relative; width: 100%; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-property: width, padding, margin; box-sizing: border-box; }\n.grid { display: block; }\n.grid .row { display: flex; flex-wrap: wrap; min-height: fit-content; width: 100%; }\n.grid .row.row-pad > * { padding: "+(e("raui.grid.padding")||"0.5em")+"; }\n.grid .row > .pad { display: flex; flex-direction: column; padding: "+(e("raui.grid.padding")||"0.5em")+"; box-sizing: border-box; }",u=Object.keys(i).map(function(e){return(i[e].key=e)&&i[e]});u.sort(function(e,n){return e.value>n.value?1:e.value<n.value?-1:0});var s={};u.reverse().reduce(function(e,n){return e.push(n.key),s[n.key]=e.slice(),e},[]);var d="",l="";return u.reverse().forEach(function(e){var n=e.prefix||e.key[0];e.units.forEach(function(i){l+="\n"+s[e.key].map(function(e){return t.map(function(i){return"."+e+" > "+i+"."+n+"1, ."+e+" > "+i+".row > ."+n+"1, ."+e+" ."+n+"-n1, ."+e+" .row-"+n+"-n1 > *"}).join(", ")}).join(", ")+" { display: inherit; width: 100%; flex-grow: 0; flex-shrink: 0; }\n"+s[e.key].map(function(e){return t.map(function(i){return"."+e+" > "+i+"."+n+"0, ."+e+" > "+i+".row > ."+n+"0, ."+e+" ."+n+"-n0, ."+e+" .row-"+n+"-n0 > *"}).join(", ")}).join(", ")+" { display: none; flex-grow: 0; flex-shrink: 0; }",d+="\n"+s[e.key].map(function(e){return"."+e+" .row-"+n+"-n1 > *"}).join(", ")+" { display: inherit; width: 100%; }\n"+s[e.key].map(function(e){return"."+e+" .row-"+n+"-n0 > *"}).join(", ")+" { display: none; }";for(var r=function(r){a=(a=""+r/i*100).substr(0,a.indexOf(".")+3),d+="\n"+s[e.key].map(function(e){return t.map(function(t){return"."+e+" > "+t+".row-"+n+r+"-"+i+" > *, ."+e+" .row-"+n+"-n"+r+"-"+i+" > *, ."+e+" .row > ."+n+"-n"+r+"-"+i}).join(", ")}).join(", ")+" { display: inherit; width: "+a+"%; }",l+="\n"+s[e.key].map(function(e){return t.map(function(t){return"."+e+" > "+t+"."+n+r+"-"+i+", ."+e+" > "+t+".row > ."+n+r+"-"+i+", ."+e+" ."+n+"-n"+r+"-"+i+", ."+e+" .row-"+n+"-n"+r+"-"+i+" > *"}).join(", ")}).join(", ")+" { display: inherit; width: "+a+"%; flex-grow: 0; flex-shrink: 0; }"},o=1;o<i;o++)r(o)}),s[e.key].forEach(function(e){return l+=t.map(function(i){return"."+e+" > "+i+".row > ."+n+"-fill"}).join(", ")+", ."+e+" ."+n+"-nfill { width: auto; flex-grow: 2; flex-shink: 2; }\n"+t.map(function(i){return"."+e+" > "+i+".row > ."+n+"-auto"}).join(", ")+", ."+e+" ."+n+"-nauto { width: auto; flex-shrink: 2; }"})}),o+=d+l}function s(e){return void 0===e&&(e={}),function(n){var i=n.Ractive,r=n.instance;if(!i.isInstance(r)&&e.includeStyle)if(r===i)i.addCSS("grid-decorator",u);else{var t=r.css;r.css=function(n){return("function"!=typeof t?t||"":t(n))+u(n,e.defaults)}}r.decorators[e.name||"grid"]=o}}o.style=u,function(e,n,r){if(i&&i.Ractive&&"object"==typeof i.Ractive[n]){var t=document.currentScript;if(t||(t=(t=document.querySelectorAll("script"))[t.length-1]),t){var a=t.getAttribute("data-alias");a&&(a=(a=a.split("&")).reduce(function(e,n){var i=n.split("="),r=i[0],t=i[1];return e[r]=t,e},{})),Ractive[n][a&&a[e]||e]=r}}}("grid","decorators",o),e.grid=o,e.style=u,e.plugin=s,e.default=s,Object.defineProperty(e,"__esModule",{value:!0})}); |
@@ -1,1 +0,1 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("ractive")):"function"==typeof define&&define.amd?define(["exports","ractive"],e):e(t.RMTable={},t.Ractive)}(this,function(t,e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var n,r="undefined"!=typeof window?window:null;function i(t,e,n){if(r&&r.Ractive&&"object"==typeof r.Ractive[e]){var i=document.currentScript;if(i||(i=(i=document.querySelectorAll("script"))[i.length-1]),i){var o=i.getAttribute("data-alias");o&&(o=(o=o.split("&")).reduce(function(t,e){var n=e.split("="),r=n[0],i=n[1];return t[r]=i,t},{})),Ractive[e][o&&o[t]||t]=n}}}var o={tiny:{units:[2,3,4,5,6,8],max:"0",value:0},xsmall:{units:[2,3,4,5,6,8,10,12],max:"20em",prefix:"xs",value:10},small:{units:[2,3,4,5,6,8,10,12],max:"36em",value:20},medium:{units:[2,3,4,5,6,8,10,12],max:"48em",value:30},large:{units:[2,3,4,5,6,8,10,12,20,24],max:"64em",value:40},xlarge:{units:[2,3,4,5,6,8,10,12,20,24,32],max:"100em",value:50},ginormous:{units:[2,3,4,5,6,8,10,12,20,24,32,64],max:"150em",value:60}},a={"grid grid-root":/\bgrid grid-root\b/g},s=/\s+/g;function l(t,e){var r,i,l=this.getContext(t),c=this,f=e||{};function u(){var e=t.clientWidth;if(!f.type||"class"===f.type){var n,o=-1;for(var c in r)r[c]<=e&&(a[c].lastIndex=-1,r[c]>o&&(n=c,o=r[c])),t.className=t.className.replace(a[c],"").trim();a[n].test(t.className)||(t.className+=" "+n),f.value&&l.set(f.value,i[n].value),f.name&&l.set(f.name,n),t.className=t.className.replace(s," ")}}function d(){var t=(n||(n=document.createElement("div"),document.body.appendChild(n)),n);for(var e in i=c.get("@style.break")||o,r={},i)t.style.width=i[e].max,r[e]=t.clientWidth,a[e]||(a[e]=new RegExp("\\b"+e+"\\b","g"));t.style.width=0,u()}var p=this.root.on("*.resize",function(){return requestAnimationFrame(u)}),h=this.observe("@style.break",d,{init:!1});return t.className+=" grid grid-root",f.immediate?d():requestAnimationFrame(d),{update:function(t){f=t||{},requestAnimationFrame(u)},teardown:function(){t.className=t.className.replace(a["grid grid-root"],"").trim(),p.cancel(),h.cancel()}}}function c(t,e){var n=t("raui.grid.break")||e||o,r=(t("raui.grid.wrappers")||[".row-wrap > ",".row-wrap > .row-wrap > "]).slice();r.unshift("");var i,a=".row > * { position: relative; width: 100%; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-property: width, padding, margin; box-sizing: border-box; }\n.grid { display: block; }\n.grid .row { display: flex; flex-wrap: wrap; min-height: fit-content; width: 100%; }\n.grid .row.row-pad > * { padding: "+(t("raui.grid.padding")||"0.5em")+"; }\n.grid .row > .pad { display: flex; flex-direction: column; padding: "+(t("raui.grid.padding")||"0.5em")+"; box-sizing: border-box; }",s=Object.keys(n).map(function(t){return(n[t].key=t)&&n[t]});s.sort(function(t,e){return t.value>e.value?1:t.value<e.value?-1:0});var l={};s.reverse().reduce(function(t,e){return t.push(e.key),l[e.key]=t.slice(),t},[]);var c="",f="";return s.reverse().forEach(function(t){var e=t.prefix||t.key[0];t.units.forEach(function(n){f+="\n"+l[t.key].map(function(t){return r.map(function(n){return"."+t+" > "+n+"."+e+"1, ."+t+" > "+n+".row > ."+e+"1, ."+t+" ."+e+"-n1, ."+t+" .row-"+e+"-n1 > *"}).join(", ")}).join(", ")+" { display: initial; width: 100%; flex-grow: 0; flex-shrink: 0; }\n"+l[t.key].map(function(t){return r.map(function(n){return"."+t+" > "+n+"."+e+"0, ."+t+" > "+n+".row > ."+e+"0, ."+t+" ."+e+"-n0, ."+t+" .row-"+e+"-n0 > *"}).join(", ")}).join(", ")+" { display: none; flex-grow: 0; flex-shrink: 0; }",c+="\n"+l[t.key].map(function(t){return"."+t+" .row-"+e+"-n1 > *"}).join(", ")+" { display: initial; width: 100%; }\n"+l[t.key].map(function(t){return"."+t+" .row-"+e+"-n0 > *"}).join(", ")+" { display: none; }";for(var o=function(o){i=(i=""+o/n*100).substr(0,i.indexOf(".")+3),c+="\n"+l[t.key].map(function(t){return r.map(function(r){return"."+t+" > "+r+".row-"+e+o+"-"+n+" > *, ."+t+" .row-"+e+"-n"+o+"-"+n+" > *, ."+t+" .row > ."+e+"-n"+o+"-"+n}).join(", ")}).join(", ")+" { display: initial; width: "+i+"%; }",f+="\n"+l[t.key].map(function(t){return r.map(function(r){return"."+t+" > "+r+"."+e+o+"-"+n+", ."+t+" > "+r+".row > ."+e+o+"-"+n+", ."+t+" ."+e+"-n"+o+"-"+n+", ."+t+" .row-"+e+"-n"+o+"-"+n+" > *"}).join(", ")}).join(", ")+" { display: initial; width: "+i+"%; flex-grow: 0; flex-shrink: 0; }"},a=1;a<n;a++)o(a)}),l[t.key].forEach(function(t){return f+=r.map(function(n){return"."+t+" > "+n+".row > ."+e+"-fill"}).join(", ")+", ."+t+" ."+e+"-nfill { width: auto; flex-grow: 2; flex-shink: 2; }\n"+r.map(function(n){return"."+t+" > "+n+".row > ."+e+"-auto"}).join(", ")+", ."+t+" ."+e+"-nauto { width: auto; flex-shrink: 2; }"})}),a+=c+f}l.style=c,i("grid","decorators",l);var f=250;function u(t){return void 0===t&&(t={}),function(e){var n=e.Ractive;e.instance.events[t.name||(t.count||"")+"clicks"]=function(e,r,i){var o,a=Object.assign({},t,i);return(o=e.__r_clicks__)?o.subscribe(a.count||1,!!a.hold,r):(o=new d(n.getContext(e),a.delay||f,a.bubble||!1),e.__r_clicks__=o,o.subscribe(a.count||1,!!a.hold,r)),{teardown:function(){o.unsubscribe(a.count||1,!!a.hold,r)}}}}}u({name:"click",count:1}),u({name:"dblclick",count:2}),u({name:"trpclick",count:3});var d=function(t,e,n){this.context=t,this.node=t.node,this.delay=e,this.fires={},this.refs=0,this.bubble=n,this.bind()};function p(t){return this.__r_clicks__.mousedown(t)}function h(t){return this.__r_clicks__.touchdown(t)}function b(){this.addEventListener("keydown",v,!1),this.addEventListener("blur",g,!1)}function g(){this.removeEventListener("keydown",v,!1),this.removeEventListener("blur",g,!1)}function v(t){if(32===t.which||10===t.which||13===t.which)return this.__r_clicks__.fire()}function m(t,e){var n=t.processParams(e,{duration:200,easing:"easeInOut"});return new Promise(function(e){requestAnimationFrame(function(){t.setStyle("overflow","hidden");var r="x"===n.axis?"width":"height";if(t.isIntro||n.intro){var i=t.getStyle(r);t.setStyle(r,0),t.setStyle("opacity",0),e(t.animateStyle(r,i,n).then(function(){return t.animateStyle("opacity",1,n)}).then(function(){t.setStyle(r,""),t.setStyle("overflow","")}))}else t.setStyle(r,t.getStyle(r)),t.setStyle("opacity",1),e(t.animateStyle("opacity",0,n).then(function(){return t.animateStyle(r,0,n)}))})})}d.prototype.subscribe=function(t,e,n){(this.fires[t+","+e]||(this.fires[t+","+e]=[])).push(n),this.refs++},d.prototype.unsubscribe=function(t,e,n){var r=this.fires[t+","+e]||[];r.splice(r.indexOf(n),1),this.refs--,this.refs||this.teardown()},d.prototype.bind=function(){window.PointerEvent||window.navigator.pointerEnabled?this.context.listen("pointerdown",p):window.navigator.msPointerEnabled?this.context.listen("MSPointerDown",p):(this.context.listen("mousedown",p),this.context.listen("touchstart",h)),"A"!==this.node.tagName&&"BUTTON"!==this.node.tagName&&"button"!==this.node.type&&"submit"!==this.node.type||this.context.listen("focus",b)},d.prototype.fire=function(t,e,n,r){var i=this;this.tm?(this.tmCount++,clearTimeout(this.tm)):this.tmCount=1;var o=function(){i.tm=null,(i.fires[i.tmCount+","+!!r]||[]).forEach(function(o){o({node:i.node,original:t,x:e,y:n,hold:!!r})})};return r?o():this.tm=setTimeout(o,this.delay),this.bubble},d.prototype.mousedown=function(t){var e=this;if(!this.preventMousedownEvents&&(void 0===t.which||1===t.which)){var n,r=t.clientX,i=t.clientY,o=t.pointerId,a=function(t){t.pointerId==o&&(e.fire(t,r,i),l())},s=function(t){t.pointerId==o&&(Math.abs(t.clientX-r)>=5||Math.abs(t.clientY-i)>=5)&&l()},l=function(){n&&clearTimeout(n),e.node.removeEventListener("MSPointerUp",a,!1),document.removeEventListener("MSPointerMove",s,!1),document.removeEventListener("MSPointerCancel",l,!1),e.node.removeEventListener("pointerup",a,!1),document.removeEventListener("pointermove",s,!1),document.removeEventListener("pointercancel",l,!1),e.node.removeEventListener("click",a,!1),document.removeEventListener("mousemove",s,!1)};return window.PointerEvent||window.navigator.pointerEnabled?(this.node.addEventListener("pointerup",a,!1),document.addEventListener("pointermove",s,!1),document.addEventListener("pointercancel",l,!1)):window.navigator.msPointerEnabled?(this.node.addEventListener("MSPointerUp",a,!1),document.addEventListener("MSPointerMove",s,!1),document.addEventListener("MSPointerCancel",l,!1)):(this.node.addEventListener("click",a,!1),document.addEventListener("mousemove",s,!1)),n=setTimeout(function(){l(),e.fire(t,r,i,!0)},400),this.bubble||t.stopPropagation(),this.bubble}},d.prototype.touchdown=function(t){var e,n=this,r=t.touches[0],i=r.clientX,o=r.clientY,a=r.identifier,s=function(t){t.changedTouches[0].identifier===a?(t.preventDefault(),n.preventMousedownEvents=!0,clearTimeout(n.preventMousedownTimeout),n.preventMousedownTimeout=setTimeout(function(){n.preventMousedownEvents=!1},400),n.fire(t,i,o),c()):c()},l=function(t){1===t.touches.length&&t.touches[0].identifier===a||c();var e=t.touches[0];(Math.abs(e.clientX-i)>=5||Math.abs(e.clientY-o)>=5)&&c()},c=function(){e&&clearTimeout(e),n.node.removeEventListener("touchend",s,!1),window.removeEventListener("touchmove",l,!1),window.removeEventListener("touchcancel",c,!1)};return this.node.addEventListener("touchend",s,!1),window.addEventListener("touchmove",l,!1),window.addEventListener("touchcancel",c,!1),e=setTimeout(function(){c(),n.fire(t,i,o,!0)},400),this.bubble||t.stopPropagation(),this.bubble},d.prototype.teardown=function(){var t=this.context;t.unlisten("pointerdown",p),t.unlisten("MSPointerDown",p),t.unlisten("mousedown",p),t.unlisten("touchstart",h),t.unlisten("focus",b),delete this.node.__r_clicks__},i("expand","transitions",m);var _=/^([-+])?([^\s]+)$/;function w(t){return"string"==typeof t}function x(t){return"number"==typeof t}function y(t){return"object"==typeof t}function k(t){return"object"==typeof t&&"RegExp"===Object.prototype.toString.call(t)}var O,S,A=function(t){function e(e){t.call(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.allSelected=function(){for(var t=this.get("selections"),e="virtual"===this.get("paginate")?this.get("rows"):this.get("visibleRows"),n=0;n<e.length;n++)if(!~t.indexOf(e[n]))return!1;return e.length&&!0},e.prototype.nodeSet=function(t,e,n){t[e]=n},e.prototype._expand=function(t){var e=this,n=this.get("visibleRows")[t],r=this.get("expanded"),i=this.find(".rtable-row-expand");i?this.transition("expand",i,{outro:!0}).then(function(){r===n?e.set("expanded",null):(e.set("expanded",n),e.transition("expand",e.find(".rtable-row-expand"),{intro:!0}))}):n===r?this.set("expanded",null):(this.set("expanded",n),this.transition("expand",this.find(".rtable-row-expand"),{intro:!0}))},e.prototype._setSort=function(t,e){var n=this.get("columns."+t);if(n&&(n.sort||n.filter)){var r=n.sort||n.filter;w(r)&&"~"===r[0]&&(r=this.get(r));var i=e.ctrlKey,o=this.get("sort");if(Array.isArray(r)||(r=[r]),o?Array.isArray(o)||(o=[o]):o=[],o.length){var a=o.map(function(t){return _.exec(t).slice(1)}),s=r.reduce(function(t,e){return t&&!!a.find(function(t){return t[1]===e})},!0);s&&o.length!==r.length&&!i?this.set("sort",r.map(function(t){return"+"+r})):i?s?this.set("sort",a.map(function(t){return~r.indexOf(t[1])?("+"===t[0]?"-":"+")+t[1]:t[0]+t[1]})):this.set("sort",o.concat(r.map(function(t){return"+"+t}))):s?this.set("sort",a.map(function(t){return("+"===t[0]?"-":"+")+t[1]})):this.set("sort",r.map(function(t){return"+"+t}))}else this.set("sort",r.map(function(t){return"+"+t}))}},e.prototype._select=function(t,e){var n=this.get("selections");n||(n=[],this.set("selections",n));var r=n.indexOf(t);~r?this.splice("selections",r,1):this.push("selections",t),(r>=n.length||1===n.length)&&this.set("selected",n[n.length-1]),this.fire("selection",{},{item:n[n.length-1],items:n}),setTimeout(function(){return e.target.checked=!~r})},e.prototype.select=function(){var t=this.get("selected");t&&this.fire("selected",{},t,this.get("rows").indexOf(t),this.get("visibleRows").indexOf(t))},e.prototype.selectionOffset=function(t){var e=this.get("selected"),n=this.get("visibleRows");if(e&&~n.indexOf(e)){var r=n.indexOf(e);if(t>0?r+t>=n.length:r+t<0){var i=t<1?-1:1;(i<0&&this.get("page")+i>=0||i>0&&this.get("page")+i<this.get("pagination.total"))&&this.add("page",i),n=this.get("visibleRows");var o=t>0?n[0]:n[n.length-1];this.set({selected:o,selections:[o]})}else this.set({selected:n[r+t],selections:[n[r+t]]})}else{var a=t>0?n[0]:n[n.length-1];this.set({selected:a,selections:[a]})}this.fire("selection",{},{item:this.get("selected"),items:this.get("selections")})},e.prototype.selectionDown=function(){this.selectionOffset(1)},e.prototype.selectionUp=function(){this.selectionOffset(-1)},e.prototype._selectGroup=function(t){var e=t;this.get("page")&&(e+=this.get("page")*this.get("pagination.per"));var n,r=this.get("rows"),i=this.get("groups"),o=this.get("selections"),a=r[e++],s=["selections"],l=[];for(~(n=o.indexOf(a))?l.push(n):s.push(a);e<r.length&&!(e in i);)a=r[e++],~(n=o.indexOf(a))?l.push(n):s.push(a);if(1===s.length)for(n=l.length;n--;)this.splice("selections",l[n],1);else this.push.apply(this,s)},e.prototype._groupSelected=function(t){var e=t;this.get("page")&&(e+=this.get("page")*this.get("pagination.per"));var n=this.get("rows"),r=this.get("groups"),i=this.get("selections");if(!~i.indexOf(n[e++]))return!1;for(;e<n.length&&!(e in r);)if(!~i.indexOf(n[e++]))return!1;return!0},e}(e);function E(t,n){if(t&&n){var r=t._getters||(t._getters={}),i=n.filter;w(i)&&0===i.indexOf("~/")&&(i=t.get(i));var o=Array.isArray(i)?i.join("."):!!w(i)&&i;if(o)return r[o]||(w(i)&&(i=e.splitKeypath(i)),r[o]=function(t){return L(t,i)}),r[o]}}function P(t,n){if(t&&n){var r=t._getters||(t._getters={}),i=n.path;w(i)&&0===i.indexOf("~/")&&(i=t.get(i));var o=Array.isArray(i)?i.join("."):!!w(i)&&i;return o?(r[o]||(w(i)&&(i=e.splitKeypath(i)),r[o]=function(t){return L(t,i)}),r[o]):(w(i=n.value)&&0===i.indexOf("~/")&&(i=t.get(i)),"function"==typeof i?i:void 0)}}function L(t,e){if(!e.length||"object"==typeof t){for(var n=t,r=0;r<e.length;r++)if("object"!=typeof(n=n[e[r]]))return r+1<e.length?void 0:n;return n}}function j(t,e){return t<e?-1:t>e?1:t==e?0:!t&&e?-1:t&&!e?1:0}e.extendWith(A,{template:{v:4,t:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable",g:1},{n:"class-rtable-virtual",t:13,f:[{t:2,x:{r:["~/paginate"],s:'_0==="virtual"'}}]},{n:"class-rtable-auto",t:13,f:[{t:2,x:{r:["~/paginate"],s:'_0==="auto"'}}]},{n:"class-rtable-fixed",t:13,f:[{t:2,r:"~/fixed"}]},{n:"class-rtable-border",t:13,f:[{t:2,r:"~/border"}]},{n:"class-rtable-fixed-header",t:13,f:[{t:2,r:"~/fixedHeader"}]},{n:"class-rtable-scrolled",t:13,f:[{t:2,x:{r:["~/scroll"],s:'!~(_0||"").indexOf("top")'}}]}],f:[{t:4,f:[{t:7,e:"div",m:[{n:"grid",t:71}],f:[{t:8,r:"grid-head"}]}],n:50,x:{r:["~/fixedHeader","~/display"],s:'_0&&_1==="grid"'}}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-top",g:1},{t:4,f:[{n:["scroll"],t:70,f:"scroll"}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}},{t:4,f:[{n:"scrolled",t:71,f:{r:[],s:'["~/scroll"]'}}],n:50,x:{r:["~/fixedHeader","~/display"],s:'_0&&_1==="grid"'}}],f:[{t:4,f:[{t:8,r:"grid"}],n:50,x:{r:["~/display"],s:'_0==="grid"'}},{t:4,f:[{t:8,r:"table"}],n:51,l:1}]}," ",{t:4,f:[{t:8,r:"pagination"}],n:50,x:{r:["~/paginate"],s:'_0!=="virtual"'}}]}],e:{'_0==="virtual"':function(t){return"virtual"===t},'_0==="auto"':function(t){return"auto"===t},'!~(_0||"").indexOf("top")':function(t){return!~(t||"").indexOf("top")},'_0&&_1==="grid"':function(t,e){return t&&"grid"===e},'["~/scroll"]':function(){return["~/scroll"]},'_0==="grid"':function(t){return"grid"===t},'_0!=="virtual"':function(t){return"virtual"!==t},"[_0._setSort(_1,_2)]":function(t,e,n){return[t._setSort(e,n)]},"[_0._select(_1,_2),false]":function(t,e,n){return[t._select(e,n),!1]},'[["select",_2,_0.indexOf(_2),_1.indexOf(_2)]]':function(t,e,n){return[["select",n,t.indexOf(n),e.indexOf(n)]]},"[_0._expand(_1)]":function(t,e){return[t._expand(e)]},"[_0.stopPropagation()]":function(t){return[t.stopPropagation()]},"_0.indexOf(_1)":function(t,e){return t.indexOf(e)},"_0===_1":function(t,e){return t===e},"_0>0":function(t){return t>0},"!_0&&_1>0":function(t,e){return!t&&e>0},'_0==="boolean"':function(t){return"boolean"===t},"_0*_1+1":function(t,e){return t*e+1},"_2+1===_0?_1:(_2+1)*_3":function(t,e,n,r){return n+1===t?e:(n+1)*r},"_0&&_1":function(t,e){return t&&e},"_0===1":function(t){return 1===t},"_0.allSelected()&&_1<_2":function(t,e,n){return t.allSelected()&&e<n},'[_0.set("page",_1-1)]':function(t,e){return[t.set("page",e-1)]},'[(/^\\d+$/.test(_1)&&+_1>0&&+_1<=_0&&_2.set("page",+_1-1))||_2.nodeSet(_3,"value",_4+1)]':function(t,e,n,r,i){return[/^\d+$/.test(e)&&+e>0&&+e<=t&&n.set("page",+e-1)||n.nodeSet(r,"value",i+1)]},"_0==_1+1":function(t,e){return t==e+1},'[_0.set("page",_2[_1-1])]':function(t,e,n){return[t.set("page",n[e-1])]},'_0==="..."':function(t){return"..."===t},'[_0.set("page",_1+1)]':function(t,e){return[t.set("page",e+1)]},"_0<_1-1":function(t,e){return t<e-1},"_0%2===1":function(t){return t%2==1},true:function(){return!0},"!_0":function(t){return!t},"_0+(_1?1:0)":function(t,e){return t+(e?1:0)}},p:{"csp-dummy":[{t:7,e:"div",m:[{n:["click"],t:70,f:{r:["@this",".index","@event"],s:"[_0._setSort(_1,_2)]"}},{n:["click"],t:70,f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}},{n:["click"],t:70,f:{r:["~/rows","~/visibleRows","."],s:'[["select",_2,_0.indexOf(_2),_1.indexOf(_2)]]'}},{n:["click"],t:70,f:{r:["@this","@index"],s:"[_0._expand(_1)]"}},{n:["click"],t:70,f:{r:["@event"],s:"[_0.stopPropagation()]"}}]}," ",{t:4,f:["..."],n:50,x:{r:["~/selections","."],s:"_0.indexOf(_1)"}}," ",{t:4,f:["..."],n:50,x:{r:[".","~/expanded"],s:"_0===_1"}}," ",{t:4,f:["..."],n:50,x:{r:["~/virtual.offset"],s:"_0>0"}}," ",{t:4,f:["..."],n:50,x:{r:["~/fixedHeader","~/virtual.offset"],s:"!_0&&_1>0"}}," ",{t:4,f:["..."],n:50,x:{r:["~/columns.0.type"],s:'_0==="boolean"'}}],empty:[{t:7,e:"div",f:[{t:7,e:"div",f:["No data."]}]}],pagination:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-bottom",g:1}],f:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-info",g:1}],f:[{t:4,f:[{t:2,x:{r:["~/page","~/pagination.per"],s:"_0*_1+1"}}," - ",{t:2,x:{r:["~/pagination.total","~/rows.length","~/page","~/pagination.per"],s:"_2+1===_0?_1:(_2+1)*_3"}}," of ",{t:2,r:"~/rows.length"},{t:4,f:[" (",{t:2,r:"~/items.length"}," total)"],n:50,r:"~/isFiltered"}],n:50,x:{r:["pagination","rows.length"],s:"_0&&_1"}}," ",{t:4,f:[""],n:50,x:{r:["_paginate"],s:"_0===1"}}]}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-select-all-all",g:1}],f:[{t:4,f:[{t:2,r:"selections.length"}," of ",{t:2,r:"rows.length"}," selected",{t:4,f:[" - ",{t:7,e:"a",m:[{n:"href",f:"#",t:13,g:1},{n:["click"],t:70,f:"selectAllAll"}],f:["Select All"]}],n:50,x:{r:["@this","selections.length","rows.length"],s:"_0.allSelected()&&_1<_2"}}],n:50,x:{r:["selections.length"],s:"_0>0"}}]}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-pages",g:1}],f:[{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","~/page"],s:'[_0.set("page",_1-1)]'}}],f:["Previous"]}],n:50,x:{r:["~/page"],s:"_0>0"}}," ",{t:4,f:[{t:4,f:[{t:7,e:"input",m:[{n:["change"],t:70,f:{r:["~/pagination.total","@node.value","@this","@node","~/page"],s:'[(/^\\d+$/.test(_1)&&+_1>0&&+_1<=_0&&_2.set("page",+_1-1))||_2.nodeSet(_3,"value",_4+1)]'}},{n:"value",f:[{t:2,r:"."}],t:13},{t:73,v:"t",f:"false"}]}],n:50,x:{r:[".","~/page"],s:"_0==_1+1"}},{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","@index","../"],s:'[_0.set("page",_2[_1-1])]'}}],f:["..."]}," "],n:50,x:{r:["."],s:'_0==="..."'},l:1},{t:4,f:[" ",{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","."],s:'[_0.set("page",_1-1)]'}}],f:[{t:2,r:"."}]}],n:51,l:1}],n:52,r:"~/pagination.array"}," ",{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","~/page"],s:'[_0.set("page",_1+1)]'}}],f:["Next"]}],n:50,x:{r:["~/page","~/pagination.total"],s:"_0<_1-1"}}]}]}],grid:[{t:7,e:"div",m:[{t:16,r:"extra-attributes"},{n:"grid",t:71},{t:4,f:[{n:"style-margin-top",f:[{t:2,r:"~/virtual.above"},"px"],t:13},{n:"style-margin-bottom",f:[{t:2,r:"~/virtual.below"},"px"],t:13}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}}],f:[{t:4,f:[{t:8,r:"grid-head"}],n:51,r:"~/fixedHeader"}," ",{t:4,f:[{t:7,e:"div",m:[{t:13,n:"style",f:"display: none;",g:1},{t:13,n:"class",f:"rtable-row-wrap",g:1}]}],n:50,x:{r:["~/virtual.offset"],s:"_0%2===1"}}," ",{t:4,f:[{t:8,r:"grid-row"}],n:52,z:[{n:"source",x:{r:"~/items"}},{n:"shuffle",x:{x:{r:[],s:"true"}}}],r:"~/visibleRows"}," ",{t:4,f:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-row row t1",g:1}],f:[{t:16,r:"empty"}]}],n:50,x:{r:["~/rows.length"],s:"!_0"}}]}],table:[{t:7,e:"table",m:[{t:16,r:"extra-attributes"},{t:4,f:[{n:"style-margin-top",f:[{t:2,r:"~/virtual.above"},"px"],t:13},{n:"style-margin-bottom",f:[{t:2,r:"~/virtual.below"},"px"],t:13}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}}],f:[{t:8,r:"table-head"}," ",{t:4,f:[{t:8,r:"table-row"}],n:52,z:[{n:"source",x:{r:"~/items"}},{n:"shuffle",x:{x:{r:[],s:"true"}}}],r:"~/visibleRows"}," ",{t:4,f:[{t:7,e:"tr",m:[{t:13,n:"class",f:"rtable-row",g:1}],f:[{t:7,e:"td",m:[{n:"colspan",f:[{t:2,x:{r:["~/columns.length","~/allowSelect"],s:"_0+(_1?1:0)"}}],t:13}],f:[{t:16,r:"empty"}]}]}],n:50,x:{r:["~/rows.length"],s:"!_0"}}]}]}},css:function(t){return[function(t){var e=Object.assign({},t("raui.primary"),t("raui.table.primary")),n=Object.assign({},e,t("raui.primary.active"),t("raui.table.primary.active")),r=Object.assign({selected:{}},t("raui.table"));return"\n .rtable {\n display: flex;\n flex-direction: column;\n overflow: auto;\n max-width: 100%;\n max-height: 100%;\n box-sizing: border-box;\n flex-grow: 2;\n }\n \n .rtable > div > table {\n width: 100%;\n border-collapse: collapse;\n display: table;\n }\n \n .rtable-auto > div > table,\n .rtable-fixed > div > table {\n table-layout: fixed;\n }\n \n .rtable td {\n padding: 0.5em;\n }\n .rtable-group > div > div,\n .rtable-header > div > div,\n .rtable-row > div > div {\n padding: 0.5em;\n overflow: inherit;\n text-overflow: inherit;\n line-height: 1em;\n }\n .rtable-row > .rtable-no-pad > div {\n padding: 0;\n }\n \n .rtable-auto td,\n .rtable-auto .row > *,\n .rtable-fixed td,\n .rtable-fixed .row > *\n {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n \n .rtable-header > div > div, .rtable-column {\n overflow: hidden;\n }\n \n .rtable-number-column {\n text-align: right;\n }\n .rtable-date-column {\n text-align: right;\n }\n \n .rtable-sortable {\n cursor: pointer;\n user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-user-select: none;\n }\n \n .grid .row.rtable-row, .grid .rtable-header > .row {\n width: auto;\n width: min-content;\n flex-grow: 1;\n }\n \n .rtable-row-wrap {\n color: "+(e.fg||"#222")+";\n border-bottom: 1px solid "+(r.divider||e.bc||"#ccc")+";\n background-color: "+(r.even||e.bga||"#f4f4f4")+";\n transition: 0.2s ease-in-out;\n transition-property: background-color, color;\n }\n .rtable-row-wrap:nth-child(odd) {\n background-color: "+(r.odd||e.bg||"#fff")+";\n }\n .rtable-row-wrap:last-of-type {\n border-bottom: none;\n }\n .rtable-row-wrap:hover, .rtable-row-wrap.rtable-selected:hover {\n background-color: "+(r.over||n.bg||"rgba(128, 182, 229, 0.2)")+";\n position: relative;\n box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n z-index: 1;\n }\n \n .rtable-row-wrap.rtable-selected {\n background-color: "+(r.selected.bg||"rgba(0, 119, 238, 0.12)")+";\n color: "+(r.selected.fg||e.fg||"#222")+";\n }\n .rtable-row-wrap.rtable-selected:nth-child(odd) {\n background-color: "+(r.selected.odd||"rgba(0, 119, 238, 0.1)")+";\n }\n \n .rtable-row-wrap {\n display: flex;\n flex-wrap: wrap;\n flex-grow: 1;\n align-items: center;\n }\n \n .rtable-border .rtable-row-wrap .rtable-column:nth-child(n+2),\n .rtable-border .rtable-group .rtable-column:nth-child(n+2) {\n border-left: 1px solid "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-border .rtable-row-expand {\n border-top: 1px solid "+(r.divider||e.bc||"#ccc")+";\n width: 100%;\n }\n \n .rtable-group {\n border-bottom: 2px solid "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-header.rtable-row-wrap, .rtable-header.rtable-row-wrap:hover {\n font-weight: bold;\n background-color: "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-header.rtable-row-wrap {\n border-bottom: 2px solid "+(r.divider||e.bc||"#ccc")+";\n text-align: left;\n }\n \n .rtable-header > th {\n padding: 0.5em;\n }\n \n .rtable-top {\n flex-grow: 5;\n flex-shrink: 1;\n overflow-y: auto;\n margin: 0.5em 0;\n position: relative;\n }\n .rtable-fixed-header .rtable-header {\n margin-top: 0.5em;\n position: relative;\n z-index: 1;\n }\n .rtable-fixed-header.rtable-scrolled .rtable-header {\n box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n }\n .rtable-fixed-header .rtable-top {\n margin-top: 0;\n }\n \n .rtable-bottom {\n display: flex;\n flex-wrap: wrap;\n flex-shrink: 0;\n padding: 0 0.5em 0.5em 0.5em;\n justify-content: space-between;\n user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-user-select: none;\n }\n \n .rtable-bottom > * {\n padding: 0.5em;\n }\n \n .rtable-pages span {\n margin: 0.3em;\n cursor: pointer;\n }\n .rtable-pages span:first-of-type {\n margin-left: 0;\n }\n .rtable-pages input {\n text-align: center;\n width: 2.5em;\n font-size: 1em;\n background-color: transparent;\n border: none;\n padding: 0;\n font-weight: bold;\n text-decoration: underline;\n }\n \n .rtable-select {\n width: 0;\n height: 0;\n outline: none;\n margin-left: -1em;\n }\n .rtable-select:before {\n content: '';\n display: block;\n border: 2px solid "+(e.fg||"#222")+";\n width: 1em;\n height: 1em;\n margin-left: 0.1em;\n margin-top: -0.9em;\n box-sizing: border-box;\n transition: 0.2s ease-in-out;\n transition-property: transform, border-color, height, width;\n }\n .rtable-select:checked:before {\n height: 0.7em;\n width: 1.3em;\n border-color: "+(e.fga||"#07e")+";\n border-top-color: transparent;\n border-right-color: transparent;\n transform: rotate(-50deg);\n }\n .rtable-row-wrap > .rtable-select-header,\n .rtable-row-wrap > .rtable-select-row {\n text-align: center;\n width: 1.5em;\n }\n .rtable-select-header .rtable-select:before {\n margin-top: -1em;\n }\n .rtable-select-header .rtable-select:checked:before {\n border-color: "+(e.fg||"#222")+";\n border-top-color: transparent;\n border-right-color: transparent;\n }\n \n .rtable-column button, .rtable-column .btn {\n padding: 0 0.5em;\n margin: 0.2em 0.5em;\n min-height: 0;\n }\n \n .rtable-column.rtable-editing {\n padding: 0;\n }\n .rtable-column.rtable-editing input {\n width: 100%;\n box-sizing: border-box;\n height: 100%;\n margin: 0;\n border: none;\n background-color: transparent;\n padding: 0.25em 0.5em;\n }\n "+(!1!==t("table.includeGrid")?c(t):"")}.call(this,t)].join(" ")},cssId:"rtable",noCssTransform:!0,attributes:["paginate","items","filter","sort","helpers","fixed","display","allowSelect","allowSelectAll","border","fixedHeader"],components:{table:!1,Table:!1},syncComputedChildren:!0,decorators:{grid:l},events:{},use:[u({name:"clickd",count:1}),u({name:"dblclickd",count:2}),(void 0===S&&(S={}),function(t){t.instance.transitions[S.name||"expand"]=m}),(void 0===O&&(O={}),function(t){t.instance.decorators[O.name||"scrolled"]=function(t,e){void 0===e&&(e={});var n="string"==typeof e?e:e.bind;if("string"!=typeof n)return{teardown:function(){}};var r=this.getContext(t);function i(){var e="";t.scrollHeight>t.clientHeight&&(e+="vscroll"),t.scrollWidth>t.clientWidth&&(e+=(e?" ":"")+"hscroll"),0===t.scrollTop?e+=" top":t.scrollTop===t.scrollHeight-t.clientHeight?e+=" bottom":e+=" vmiddle",0===t.scrollLeft?e+=" left":t.scrollLeft===t.scrollWidth-t.clientWidth?e+=" right":e+="hmiddle",r.set(n,e)}return t.addEventListener("scroll",i,{passive:!0}),requestAnimationFrame(i),{teardown:function(){t.removeEventListener("scroll",i)}}}})],on:{construct:function(){var t,e,n,r=this.component;if(!r)return;var i=r.template.f||[],o=r.template.m?r.template.m.slice():[],a=r.template;r.template={e:a.e,f:a.f,t:a.t,m:o};var s=0;function l(t,e){if(t&&t.f&&1===t.f.length&&2===t.f[0].t){var n="_a"+s++;return o.push({t:13,n:n,f:t.f}),e?{t:[{t:2,r:"~/"+n}]}:{t:2,r:"~/"+n}}return t&&t.f}function c(t){var e=[],n=[];return t.forEach(function(t){if("column"===t.e||"col"===t.e){var r,i={},o=t.m||R;i.index=e.length,e.push(i),i.content=(t.f||[]).filter(function(t){return"edit"!==t.e}),(r=o.find(function(t){return"id"===t.n}))&&w(r.f)&&(i.id=r.f),i.label=o.find(function(t){return"label"===t.n}),i.label&&i.label.f&&(i.label=l(i.label)),i.label||(i.label=""),i.id||(i.id=i.label),Array.isArray(i.label)||(i.label=[i.label]),i.type=o.find(function(t){return"type"===t.n}),i.type&&i.type.f&&(i.type=i.type.f),i.type||(i.type="string"),i.filter=o.find(function(t){return"filter"===t.n}),i.filter&&i.filter.f&&(i.filter=l(i.filter),i.filter.r&&(i.filter=i.filter.r)),i.sort=o.find(function(t){return"sort"===t.n}),i.sort&&i.sort.f&&(i.sort=l(i.sort),i.sort.r&&(i.sort=i.sort.r)),i.hidden=o.find(function(t){return"hidden"===t.n}),i.hidden&&0===i.hidden.f?i.hidden=!0:i.hidden&&y(i.hidden.f)?i.hidden=l(i.hidden):i.hidden=!1,w(i.hidden)&&(i.hidden=!1),i.noPad=o.find(function(t){return"no-pad"===t.n}),i.noPad&&0===i.noPad.f?i.noPad=0:i.noPad&&y(i.noPad.f)?i.noPad=l(i.noPad):delete i.noPad,i.editable=o.find(function(t){return"editable"===t.n}),i.editable&&0===i.editable.f?i.editable=!0:i.editable&&y(i.editable.f)?i.editable=l(i.editable):i.editable=!1,i.attrs=o.filter(function(t){return!~T.indexOf(t.n)}),i.attrs.forEach(function(t,e){M.test(t.n)&&(i.attrs[e]={t:13,n:"class-"+t.n})})}else if("field"===t.e){var a,s={},c=t.m||R;w(a=c.find(function(t){return"path"===t.n}))?s.path=a:a&&a.f&&(s.path=l(a)),(a=c.find(function(t){return"value"===t.n}))&&a.f&&(s.value=l(a)),w(a=c.find(function(t){return"type"===t.n}))?s.type=a:a&&a.f&&(s.type=l(a)),w((a=c.find(function(t){return"id"===t.n})).f)&&(s.id=a.f),w(a=c.find(function(t){return"label"===t.n}))?s.label=a:a&&a.f&&(s.label=l(a)),s.id||(s.id=s.label),s.path||(s.path=s.id),n.push(s)}}),{fields:n,columns:e}}t=i.find(function(t){return"row"===t.e}),e=i.find(function(t){return"group"===t.e}),this._init={sets:c(i),partials:{}};var f=this._init.sets.columns;this._init.sets["meta.expand"]=t&&t.f;var u="[_0._setSort(_1,_2)]",d=[{t:7,e:"tr",m:[{t:13,n:"class-rtable-header"},{t:4,f:[{n:"style-opacity",f:"0",t:13}],n:50,x:{r:["~/virtual.offset"],s:"_0>0"}}],f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"th",f:t.label,m:[{t:13,n:"class-rtable-header"},{t:4,n:53,r:"~/columns."+t.index,f:[{t:70,n:["click"],f:{r:["@this",".index","@event"],s:u}}]}].concat(t.attrs)};t.type&&e.m.push({t:13,n:"class-rtable-"+t.type+"-column"}),(t.filter||t.sort)&&e.m.push({t:13,n:"class-rtable-sortable"});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n})}];d[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"th",m:[{t:13,n:"class-rtable-select-header"},{t:13,n:"title",f:[{t:2,r:"selections.length"}," items selected"]}],f:[{t:4,n:50,r:"~/allowSelectAll",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this"],s:"_0.allSelected()"}}]},{t:70,n:["click"],f:"selectAll"},{t:13,n:"class-rtable-select"}]}]}]}]});var p=[{t:7,e:"tr",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"td",f:[{t:16,r:"~/columns."+f.indexOf(t)+".content",c:{r:"."}}],m:t.attrs.slice()};t.type&&e.m.unshift({t:13,n:"class-rtable-"+t.type+"-column"},{t:13,n:"class-rtable-column"}),e.m.find(function(t){return"title"===t.n})||e.m.unshift({t:13,n:"title",f:t.content.find(function(t){return t.e})?t.label:t.content}),0===t.noPad?e.m.push({t:13,n:"class-rtable-no-pad"}):t.noPad&&e.m.push({t:13,n:"class-rtable-no-pad",f:t.noPad});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n}),m:[{t:13,n:"class-rtable-row"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:70,n:["click"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(t&&t.m||R)}];p[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"th",m:[{t:13,n:"class-rtable-select-row"},{t:70,n:["click"],f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}}],f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:13,n:"class-rtable-select"}]}]}]}),this._init.partials["table-row"]=p,this._init.partials["table-head"]=d;var h=[{t:7,e:"div",m:[{t:13,n:"class-rtable-row-wrap"},{t:13,n:"class-row-wrap"},{t:13,n:"class-rtable-header"},{t:4,f:[{n:"style-opacity",f:"0",t:13}],n:50,x:{r:["~/fixedHeader","~/virtual.offset"],s:"!_0&&_1>0"}}],f:[{t:7,e:"div",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"div",f:[{t:7,e:"div",f:t.label}],m:[{t:4,n:53,r:"~/columns."+t.index,f:[{t:70,n:["click"],f:{r:["@this",".index","@event"],s:u}}]},{t:13,n:"title",f:t.label}].concat(t.attrs.filter(function(t){return"title"!==t.n}))};t.type&&e.m.push({t:13,n:"class-rtable-"+t.type+"-column"}),(t.filter||t.sort)&&e.m.push({t:13,n:"class-rtable-sortable"}),e.m.push({t:13,n:"class-rtable-column"});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n}),m:[{t:13,n:"class-row"}]}]}];h[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-header"},{t:13,n:"class-rtable-column"},{t:13,n:"title",f:[{t:2,r:"selections.length"}," items selected"]}],f:[{t:7,e:"div",f:[{t:4,n:50,r:"~/allowSelectAll",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this"],s:"_0.allSelected()"}}]},{t:70,n:["click"],f:"selectAll"},{t:13,n:"class-rtable-select"}]}]}]}]}]});var b,g=[{t:7,e:"div",m:[{t:13,n:"class-rtable-row-wrap"},{t:13,n:"class-row-wrap"},{t:13,n:"class-rtable-live"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]}],f:[{t:7,e:"div",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e=[{t:7,e:"div",f:[{t:16,r:"~/columns."+f.indexOf(t)+".content",c:{r:"."}}]}],n=t.attrs.slice();if(t.editable&&t.filter){var r={t:70,n:["click","mousedown","pointerdown","MSPointerDown","touchstart"],f:{r:["@event"],s:"[_0.stopPropagation()]"}},i=[{t:4,n:50,x:{r:["~/columns."+f.indexOf(t)+".type"],s:"_0==='boolean'"},f:[{t:7,e:"input",m:[{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,r:t.filter}]},r]}]},{t:4,n:51,l:1,f:[{t:7,e:"input",m:[{t:13,n:"value",f:[{t:2,r:t.filter}]},r]}]}];"object"==typeof t.editable?(n.push({t:13,n:"class-rtable-editing",f:t.editable}),e=[Object.assign({},t.editable,{t:4,n:50,f:i}),{t:4,n:51,l:1,f:e}]):(n.push({t:13,n:"class-rtable-editing"}),e=i)}var o={t:7,e:"div",f:e,m:n};t.type&&n.unshift({t:13,n:"class-rtable-"+t.type+"-column"}),n.push({t:13,n:"class-rtable-column"}),o.m.find(function(t){return"title"===t.n})||n.unshift({t:13,n:"title",f:t.content.find(function(t){return t.e})?t.label:t.content}),0===t.noPad?n.push({t:13,n:"class-rtable-no-pad"}):t.noPad&&n.push({t:13,n:"class-rtable-no-pad",f:t.noPad});var a=o;return t.hidden&&t.hidden.r&&(a={t:4,n:51,r:t.hidden.r,f:[o]}),a}),m:[{t:13,n:"class-row"},{t:13,n:"class-rtable-row"},{t:70,n:t&&t.f?["dblclickd"]:["click","dblclick"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(t&&t.m||R)}]}];t&&t.f&&(g[0].f[0].f.push({t:4,n:50,x:{r:[".","~/expanded"],s:"_0===_1"},f:[{t:7,e:"div",f:[{t:7,e:"div",f:[{t:16,r:"~/meta.expand",c:{r:"."}}]}],m:[{t:13,n:"class-t1"},{t:13,n:"class-rtable-row-expand"}]}]}),g[0].f[0].m.push({t:70,n:["clickd"],f:{r:["@this","@index"],s:"[_0._expand(_1)]"}}));if(g[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-row"},{t:13,n:"class-rtable-column"},{t:70,n:["clickd"],f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}}],f:[{t:7,e:"div",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:13,n:"class-rtable-select"},{t:70,n:["click"],f:{r:[],s:"[false]"}}]}]}]}]}),e&&e.m&&(b=e.m.find(function(t){return"by"===t.n}))&&(w(b.f)||1===b.length&&2===b[0].t)){var v={t:4,n:50,f:[{t:7,e:"div",m:[{t:13,n:"class-row"},{t:13,n:"class-rtable-group"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:70,n:t&&t.f?["dblclickd"]:["click","dblclick"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(e.m.filter(function(t){return"by"!==t.n&&"select"!==t.n}))}],x:{s:"_0&&_1[(_1&&(_2*_3+_4))||_4]",r:["~/showGroups","~/groups","~/page","~/pagination.per","@index"]}};g.unshift(v),this._init.by=b.f;var m,_=c(e.f).columns.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"div",f:[{t:7,e:"div",f:t.content}],m:t.attrs};t.type&&e.m.unshift({t:13,n:"class-rtable-"+t.type+"-column"}),e.m.push({t:13,n:"class-rtable-column"}),e.m.find(function(t){return"title"===t.n})||e.m.unshift({t:13,n:"title",f:t.content});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n});_.unshift({t:4,n:50,r:"~/allowGroupSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-row"},{t:13,n:"class-rtable-column"},{t:70,n:["clickd"],f:{r:["@this","@index"],s:"[_0._selectGroup(_1),false]"}}],f:[{t:7,e:"div",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this","@index"],s:"_0._groupSelected(_1)"}}]},{t:13,n:"class-rtable-select"},{t:70,n:["click"],f:{r:[],s:"[false]"}}]}]}]}]}),(m=e.m.find(function(t){return"select"===t.n}))&&(n||(n=[])).push(Object.assign({},m,{n:"allowGroupSelect"})),(m=e.m.find(function(t){return"show"===t.n}))&&(n||(n=[])).push(Object.assign({},m,{n:"showGroups"})),v.f[0].f=_}this._init.partials["grid-row"]=g,this._init.partials["grid-head"]=h,n&&this.component&&(this.component.mappings=n)},config:function(){this.set(this._init.sets),Object.assign(this.partials,this._init.partials)},render:function(){this._autoObserver&&this._autoObserver.fire()},selectAll:function(){var t,e;this.allSelected()?(e=null,t=[],this.set({selections:t,selected:e})):(e=(t=("virtual"===this.get("paginate")?this.get("rows"):this.get("visibleRows")).slice())[0],this.set({selections:t,selected:e})),this.fire("selection",{},{item:e,items:t})},selectAllAll:function(){var t=this.get("rows").slice();return this.set({selections:t,selected:null}),this.fire("selection",{},{item:null,items:t}),!1}},observe:{paginate:{handler:function(t){var n=this;if("auto"===t||"virtual"===t||t instanceof e){this._autoObserver&&this._autoObserver.cancel(),this._scrollListener&&this._scrollListener.cancel();var r,i="auto"===t||"virtual"===t?this.root:t,o=function(){if(n.rendered){var e=n.find(".rtable-top");if(e)if(n.get("items.length")){var r=e.clientHeight+","+e.clientWidth;if(o.last!==r){var i=n.find(".rtable-header");if(i){var a=Array.apply(null,n.findAll(".rtable-live")).map(function(t){return t.offsetHeight});if(a.length<5){var s=Math.floor(e.clientHeight/i.offsetHeight);s<5&&(s=5),n.set("_paginate",s),a=Array.apply(null,n.findAll(".rtable-live")).map(function(t){return t.offsetHeight})}var l=Math.ceil(a.reduce(function(t,e){return t+e},0)/a.length);n._avgSize=l;var c=Math.floor((e.clientHeight-i.offsetHeight)/l);"virtual"===t&&(c*=5)<50&&(c=50),n.set("_paginate",c),o.last=r}}}else n._autoLenObserver||(n._autoLenObserver=n.observeOnce("items",function(){n._autoLenObserver=0,setTimeout(o)}))}},a=function(){r&&clearTimeout(r),r=setTimeout(function(){o(),r=null,n._scrollListener&&n._scrollListener.fn()},300)};if(this._autoObserver=i.on("*.resize",a),this._autoObserver.fire=a,"virtual"===t){var s=!0,l=!1,c=!1,f=function(){if(n.rendered){var t=n.find(".rtable-top");if(!s)return s=!0,setTimeout(f,14);if(!c)return c=!0,requestAnimationFrame(f);c=!1,s=!1;var e=t.scrollTop,r=n.get("virtual")||{},i=r.offset,o=n.get("_paginate"),a=o/5,u=n.get("rows.length");o>u&&(o=u);var d=n._avgSize,p=a*d,h=Math.floor(e/d)-a;h<0&&(h=0);var b=h;if(h+o>u&&(h=u-o),!x(i)||isNaN(i)||e<r.top+p||e>r.bottom-p-p||i>0&&e<d*a){var g=b,v=u-b-o;g<0?(v+=-1*g,g=0):g>u-o&&(g=u-o),v<0&&(v=0);var m,_,w=g*d,y=v*d;h<i+o&&h>i-o&&(m=h>i?n.findAll(".rtable-live")[h-i]:n.findAll(".rtable-live")[i-h]),m&&h>0&&(_=m.offsetTop),n.set({"virtual.above":w,"virtual.below":y,"virtual.offset":h}),"number"==typeof _&&_!==m.offsetTop&&n.set("virtual.above",w+Math.abs(_-m.offsetTop)),n.set({"virtual.top":n.get("virtual.above"),"virtual.bottom":t.scrollHeight-y})}l=!1}},u=this._scrollListener=this.on("scroll",function(t){t.node;s?s=!1:l||(s=!0,l=!0,setTimeout(f,15))});this._scrollListener.fn=f,u.observer=this.observe("rows.length",function(){n.set("virtual.offset",null),f()},{init:!1,strict:!0});var d=u.cancel;u.cancel=function(){d(),u.observer.cancel()}}a()}else this._autoObserver&&this._autoObserver.cancel(),this._scrollListener&&this._scrollListener.cancel();x(t)&&this.set("_paginate",t)},defer:!0}},data:function(){return{display:"grid",page:0,selections:[],allowSelect:!0,allowSelectAll:!0,showGroups:!0,allowGroupSelect:!0,expanded:null,minPerPage:10}},computed:{rows:{get:function(){var t=this,e=this.viewmodel.value.columns,n=this.viewmodel.value.fields,r=e.filter(function(t){return t.filter}).map(function(e){return E(t,e)}).filter(function(t){return t}),i=this.get("items")||[],o=i,a=this.get("filter"),s=this.get("sort");if(y(a)&&!Array.isArray(a)&&(a=[a]),a instanceof RegExp||w(a)){var l=a===""+a.toLowerCase()||a===""+a.toUpperCase();try{var c=w(a)?new RegExp(a,l?"i":""):a;i=i.filter(function(t){for(var e=r.length;e--;){var n=t&&r[e](t);if(n&&w(n)&&c.test(n))return!0}})}catch(t){}}else if(Array.isArray(a)){var f=function t(e,n,r,i){return n.map(function(n){var o={op:n.op||"=",value:n.value||""};if(n.id){var a=r.find(function(t){return t.id===n.id||t.filter===n.id});a&&(o.get=E(e,a),o.get?o.type=a.type||"string":a=0),a||(a=i.find(function(t){return t.id===n.id}))&&(o.get=P(e,a),o.type=a.type||"string")}else o.op="skip";return"and"!==n.op&&"or"!==n.op&&"&&"!==n.op&&"||"!==n.op||(o.op=n.op,Array.isArray(n.value)&&(o.value=t(e,n.value,r,i))),o}).filter(function(t){return"skip"!==t.op})}(this,a,e,n),u={};try{i=i.filter(function(t){return f.reduce(function(e,n){return e&&function t(e,n,r){if(!n||!e.get&&"and"!==e.op&&"or"!==e.op&&"&&"!==e.op&&"||"!==e.op)return!1;var i=e.get&&e.get(n);if("="===e.op||"=="===e.op)return"number"===e.type||"date"===e.type?+i==+e.value:i==e.value;if(">"===e.op||"gt"===e.op)return i>e.value;if(">="===e.op||"gte"===e.op)return i>=e.value;if("<"===e.op||"lt"===e.op)return i<e.value;if("<="===e.op||"lte"===e.op)return i<=e.value;if("like"===e.op||"notlike"===e.op||"~"===e.op||"!~"===e.op){var o="like"===e.op||"~"===e.op;if(w(e.value)){if(!e.value)return!0;var a=r[e.value]||(r[e.value]=new RegExp(".*"+e.value.replace(/%/g,".*")+".*","gi"));o=a.test(i)}else k(e.value)&&(o=e.value.test(i));return"like"===e.op||"~"===e.op?o:!o}if("contains"===e.op||"@"===e.op){if(Array.isArray(i))return!!~i.indexOf(e.value)}else if("containslike"===e.op||"@~"===e.op||"containsnotlike"===e.op||"@!~"===e.op){if(Array.isArray(i)){var s=k(e.value)?e.value:w(e.value)?r[e.value]||(r[e.value]=new RegExp(".*"+e.value.replace(/%/g,".*")+".*","gi")):null;if(!s)return!1;var l=i.findIndex(function(t){return s.test((t||"").toString())});return"containslike"===e.op||"@~"===e.op?l>=0:l<0}}else{if(("or"===e.op||"||"===e.op)&&Array.isArray(e.value))return e.value.reduce(function(e,i){return e||t(i,n,r)},!1);if(("and"===e.op||"&&"===e.op)&&Array.isArray(e.value))return e.value.reduce(function(e,i){return e&&t(i,n,r)},!0)}return res}(n,t,u)},!0)})}catch(t){}}return(w(s)||y(s)&&!Array.isArray(s))&&(s=[s]),Array.isArray(s)&&(s=s.map(function(r){return w(r)?{dir:"-"===r[0]?-1:1,get:P(t,{path:"-"===r[0]||"+"===r[0]?r.substr(1):r})}:r?{dir:x(r.dir)?r.dir:"desc"===r.dir?-1:1,get:r.id&&(E(t,e.find(function(t){return t.id===r.id}))||P(t,n.find(function(t){return t.id===r.id})))||r.path&&P(t,{path:r.path,value:r.value})}:void 0}).filter(function(t){return t&&t.get}),i.sort(function(t,e){for(var n,r,i,o=0;o<s.length;o++)if(n=s[o].get(t),r=s[o].get(e),0!==(i=s[o].dir*j(n,r)))return i;return i})),this.set("isFiltered",o.length!==i.length),i}},visibleRows:{get:function(){var t=this,n=this.get("rows"),r=this.get("paginate"),i=r,o=this.get("_paginate"),a=this.get("page")||0,s=this.get("virtual");return i?("number"!=typeof i&&isNaN(+i)&&(i="auto"===i||"virtual"===i||i instanceof e?o||1:30),i<this.get("minPerPage")&&(i=this.get("minPerPage")),"virtual"===r?(a=s&&s.offset||0,n.slice(a,a+i)):(a*i>n.length&&setTimeout(function(){return t.set("page",0)},0),n.slice(i*a,i*a+i))):n}},pagination:{get:function(){var t=this.get("items")||R,e=this.get("rows"),n=this.get("paginate"),r=n,i=this.get("page")||0;if("number"!=typeof r&&isNaN(r)&&(r=this.get("_paginate")),r<this.get("minPerPage")&&(r=this.get("minPerPage")),r){var o=Math.ceil(e.length/r),a={max:Math.ceil(t.length/r),total:o,per:r};if("virtual"===n&&(a.height=this._avg*e.length),a.total>14){var s=a.array=[];i>5?s.push(1,2,3,"..."):s.push(1,2,3,4,5,6,7,8),i>5&&i+6<o?s.push(i-1,i,i+1,i+2,i+3,"...",o-2,o-1,o):i+6<o?s.push("...",o-2,o-1,o):s.push(o-7,o-6,o-5,o-4,o-3,o-2,o-1,o)}else a.array=Array.apply(null,{length:a.total}).map(function(t,e){return e+1});return a}}},groups:{get:function(){for(var t,e,n=this.get("rows"),r={},i=0;i<n.length;i++)(e=n[i][this._init.by])!=t&&(r[i]=1),t=e;return r}}}});var T=["label","type","filter","hidden","sort","no-pad","id","editable"],M=/^[a-z]{1,3}[0-9]+(?:-[0-9]+)?$/,R=[];function N(t){return void 0===t&&(t={}),function(e){var n=e.Ractive,r=e.instance;"includeGrid"in t&&n.styleSet("table.inclideGrid",t.includeGrid),r.components[t.name||"data-table"]=A}}i("RMTable","components",A),t.Table=A,t.plugin=N,t.default=N,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("ractive")):"function"==typeof define&&define.amd?define(["exports","ractive"],e):e(t.RMTable={},t.Ractive)}(this,function(t,e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var n,r="undefined"!=typeof window?window:null;function i(t,e,n){if(r&&r.Ractive&&"object"==typeof r.Ractive[e]){var i=document.currentScript;if(i||(i=(i=document.querySelectorAll("script"))[i.length-1]),i){var o=i.getAttribute("data-alias");o&&(o=(o=o.split("&")).reduce(function(t,e){var n=e.split("="),r=n[0],i=n[1];return t[r]=i,t},{})),Ractive[e][o&&o[t]||t]=n}}}var o={tiny:{units:[2,3,4,5,6,8],max:"0",value:0},xsmall:{units:[2,3,4,5,6,8,10,12],max:"20em",prefix:"xs",value:10},small:{units:[2,3,4,5,6,8,10,12],max:"36em",value:20},medium:{units:[2,3,4,5,6,8,10,12],max:"48em",value:30},large:{units:[2,3,4,5,6,8,10,12,20,24],max:"64em",value:40},xlarge:{units:[2,3,4,5,6,8,10,12,20,24,32],max:"100em",value:50},ginormous:{units:[2,3,4,5,6,8,10,12,20,24,32,64],max:"150em",value:60}},a={"grid grid-root":/\bgrid grid-root\b/g},s=/\s+/g;function l(t,e){var r,i,l=this.getContext(t),c=this,f=e||{};function u(){var e=t.clientWidth;if(!f.type||"class"===f.type){var n,o=-1;for(var c in r)r[c]<=e&&(a[c].lastIndex=-1,r[c]>o&&(n=c,o=r[c])),t.className=t.className.replace(a[c],"").trim();a[n].test(t.className)||(t.className+=" "+n),f.value&&l.set(f.value,i[n].value),f.name&&l.set(f.name,n),t.className=t.className.replace(s," ")}}function d(){var t=(n||(n=document.createElement("div"),document.body.appendChild(n)),n);for(var e in i=c.get("@style.break")||o,r={},i)t.style.width=i[e].max,r[e]=t.clientWidth,a[e]||(a[e]=new RegExp("\\b"+e+"\\b","g"));t.style.width=0,u()}var p=function(){return requestAnimationFrame(u)},h=this.root.on("*.resize",p),v=this.observe("@style.break",d,{init:!1});return window.addEventListener("resize",p),t.className+=" grid grid-root",f.immediate?d():requestAnimationFrame(d),{update:function(t){f=t||{},requestAnimationFrame(u)},teardown:function(){t.className=t.className.replace(a["grid grid-root"],"").trim(),h.cancel(),v.cancel(),window.removeEventListener("resize",p)}}}function c(t,e){var n=t("raui.grid.break")||e||o,r=(t("raui.grid.wrappers")||[".row-wrap > ",".row-wrap > .row-wrap > "]).slice();r.unshift("");var i,a=".row > * { position: relative; width: 100%; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-property: width, padding, margin; box-sizing: border-box; }\n.grid { display: block; }\n.grid .row { display: flex; flex-wrap: wrap; min-height: fit-content; width: 100%; }\n.grid .row.row-pad > * { padding: "+(t("raui.grid.padding")||"0.5em")+"; }\n.grid .row > .pad { display: flex; flex-direction: column; padding: "+(t("raui.grid.padding")||"0.5em")+"; box-sizing: border-box; }",s=Object.keys(n).map(function(t){return(n[t].key=t)&&n[t]});s.sort(function(t,e){return t.value>e.value?1:t.value<e.value?-1:0});var l={};s.reverse().reduce(function(t,e){return t.push(e.key),l[e.key]=t.slice(),t},[]);var c="",f="";return s.reverse().forEach(function(t){var e=t.prefix||t.key[0];t.units.forEach(function(n){f+="\n"+l[t.key].map(function(t){return r.map(function(n){return"."+t+" > "+n+"."+e+"1, ."+t+" > "+n+".row > ."+e+"1, ."+t+" ."+e+"-n1, ."+t+" .row-"+e+"-n1 > *"}).join(", ")}).join(", ")+" { display: inherit; width: 100%; flex-grow: 0; flex-shrink: 0; }\n"+l[t.key].map(function(t){return r.map(function(n){return"."+t+" > "+n+"."+e+"0, ."+t+" > "+n+".row > ."+e+"0, ."+t+" ."+e+"-n0, ."+t+" .row-"+e+"-n0 > *"}).join(", ")}).join(", ")+" { display: none; flex-grow: 0; flex-shrink: 0; }",c+="\n"+l[t.key].map(function(t){return"."+t+" .row-"+e+"-n1 > *"}).join(", ")+" { display: inherit; width: 100%; }\n"+l[t.key].map(function(t){return"."+t+" .row-"+e+"-n0 > *"}).join(", ")+" { display: none; }";for(var o=function(o){i=(i=""+o/n*100).substr(0,i.indexOf(".")+3),c+="\n"+l[t.key].map(function(t){return r.map(function(r){return"."+t+" > "+r+".row-"+e+o+"-"+n+" > *, ."+t+" .row-"+e+"-n"+o+"-"+n+" > *, ."+t+" .row > ."+e+"-n"+o+"-"+n}).join(", ")}).join(", ")+" { display: inherit; width: "+i+"%; }",f+="\n"+l[t.key].map(function(t){return r.map(function(r){return"."+t+" > "+r+"."+e+o+"-"+n+", ."+t+" > "+r+".row > ."+e+o+"-"+n+", ."+t+" ."+e+"-n"+o+"-"+n+", ."+t+" .row-"+e+"-n"+o+"-"+n+" > *"}).join(", ")}).join(", ")+" { display: inherit; width: "+i+"%; flex-grow: 0; flex-shrink: 0; }"},a=1;a<n;a++)o(a)}),l[t.key].forEach(function(t){return f+=r.map(function(n){return"."+t+" > "+n+".row > ."+e+"-fill"}).join(", ")+", ."+t+" ."+e+"-nfill { width: auto; flex-grow: 2; flex-shink: 2; }\n"+r.map(function(n){return"."+t+" > "+n+".row > ."+e+"-auto"}).join(", ")+", ."+t+" ."+e+"-nauto { width: auto; flex-shrink: 2; }"})}),a+=c+f}l.style=c,i("grid","decorators",l);var f=250;function u(t){return void 0===t&&(t={}),function(e){var n=e.Ractive;e.instance.events[t.name||(t.count||"")+"clicks"]=function(e,r,i){var o,a=Object.assign({},t,i);return(o=e.__r_clicks__)?o.subscribe(a.count||1,!!a.hold,r):(o=new d(n.getContext(e),a.delay||f,a.bubble||!1),e.__r_clicks__=o,o.subscribe(a.count||1,!!a.hold,r)),{teardown:function(){o.unsubscribe(a.count||1,!!a.hold,r)}}}}}u({name:"click",count:1}),u({name:"dblclick",count:2}),u({name:"trpclick",count:3});var d=function(t,e,n){this.context=t,this.node=t.node,this.delay=e,this.fires={},this.refs=0,this.bubble=n,this.bind()};function p(t){return this.__r_clicks__.mousedown(t)}function h(t){return this.__r_clicks__.touchdown(t)}function v(){this.addEventListener("keydown",g,!1),this.addEventListener("blur",b,!1)}function b(){this.removeEventListener("keydown",g,!1),this.removeEventListener("blur",b,!1)}function g(t){if(32===t.which||10===t.which||13===t.which)return this.__r_clicks__.fire()}function m(t,e){var n=t.processParams(e,{duration:200,easing:"easeInOut"});return new Promise(function(e){requestAnimationFrame(function(){t.setStyle("overflow","hidden");var r="x"===n.axis?"width":"height";if(t.isIntro||n.intro){var i=t.getStyle(r);t.setStyle(r,0),t.setStyle("opacity",0),e(t.animateStyle(r,i,n).then(function(){return t.animateStyle("opacity",1,n)}).then(function(){t.setStyle(r,""),t.setStyle("overflow","")}))}else t.setStyle(r,t.getStyle(r)),t.setStyle("opacity",1),e(t.animateStyle("opacity",0,n).then(function(){return t.animateStyle(r,0,n)}))})})}d.prototype.subscribe=function(t,e,n){(this.fires[t+","+e]||(this.fires[t+","+e]=[])).push(n),this.refs++},d.prototype.unsubscribe=function(t,e,n){var r=this.fires[t+","+e]||[];r.splice(r.indexOf(n),1),this.refs--,this.refs||this.teardown()},d.prototype.bind=function(){window.PointerEvent||window.navigator.pointerEnabled?this.context.listen("pointerdown",p):window.navigator.msPointerEnabled?this.context.listen("MSPointerDown",p):(this.context.listen("mousedown",p),this.context.listen("touchstart",h)),"A"!==this.node.tagName&&"BUTTON"!==this.node.tagName&&"button"!==this.node.type&&"submit"!==this.node.type||this.context.listen("focus",v)},d.prototype.fire=function(t,e,n,r){var i=this;this.tm?(this.tmCount++,clearTimeout(this.tm)):this.tmCount=1;var o=function(){i.tm=null,(i.fires[i.tmCount+","+!!r]||[]).forEach(function(o){o({node:i.node,original:t,x:e,y:n,hold:!!r})})};return r?o():this.tm=setTimeout(o,this.delay),this.bubble},d.prototype.mousedown=function(t){var e=this;if(!this.preventMousedownEvents&&(void 0===t.which||1===t.which)){var n,r=t.clientX,i=t.clientY,o=t.pointerId,a=function(t){t.pointerId==o&&(e.fire(t,r,i),l())},s=function(t){t.pointerId==o&&(Math.abs(t.clientX-r)>=5||Math.abs(t.clientY-i)>=5)&&l()},l=function(){n&&clearTimeout(n),e.node.removeEventListener("MSPointerUp",a,!1),document.removeEventListener("MSPointerMove",s,!1),document.removeEventListener("MSPointerCancel",l,!1),e.node.removeEventListener("pointerup",a,!1),document.removeEventListener("pointermove",s,!1),document.removeEventListener("pointercancel",l,!1),e.node.removeEventListener("click",a,!1),document.removeEventListener("mousemove",s,!1)};return window.PointerEvent||window.navigator.pointerEnabled?(this.node.addEventListener("pointerup",a,!1),document.addEventListener("pointermove",s,!1),document.addEventListener("pointercancel",l,!1)):window.navigator.msPointerEnabled?(this.node.addEventListener("MSPointerUp",a,!1),document.addEventListener("MSPointerMove",s,!1),document.addEventListener("MSPointerCancel",l,!1)):(this.node.addEventListener("click",a,!1),document.addEventListener("mousemove",s,!1)),n=setTimeout(function(){l(),e.fire(t,r,i,!0)},400),this.bubble||t.stopPropagation(),this.bubble}},d.prototype.touchdown=function(t){var e,n=this,r=t.touches[0],i=r.clientX,o=r.clientY,a=r.identifier,s=function(t){t.changedTouches[0].identifier===a?(t.preventDefault(),n.preventMousedownEvents=!0,clearTimeout(n.preventMousedownTimeout),n.preventMousedownTimeout=setTimeout(function(){n.preventMousedownEvents=!1},400),n.fire(t,i,o),c()):c()},l=function(t){1===t.touches.length&&t.touches[0].identifier===a||c();var e=t.touches[0];(Math.abs(e.clientX-i)>=5||Math.abs(e.clientY-o)>=5)&&c()},c=function(){e&&clearTimeout(e),n.node.removeEventListener("touchend",s,!1),window.removeEventListener("touchmove",l,!1),window.removeEventListener("touchcancel",c,!1)};return this.node.addEventListener("touchend",s,!1),window.addEventListener("touchmove",l,!1),window.addEventListener("touchcancel",c,!1),e=setTimeout(function(){c(),n.fire(t,i,o,!0)},400),this.bubble||t.stopPropagation(),this.bubble},d.prototype.teardown=function(){var t=this.context;t.unlisten("pointerdown",p),t.unlisten("MSPointerDown",p),t.unlisten("mousedown",p),t.unlisten("touchstart",h),t.unlisten("focus",v),delete this.node.__r_clicks__},i("expand","transitions",m);var _=/^([-+])?([^\s]+)$/;function w(t){return"string"==typeof t}function x(t){return"number"==typeof t}function y(t){return"object"==typeof t}function k(t){return"object"==typeof t&&"RegExp"===Object.prototype.toString.call(t)}var O,S,A=function(t){function e(e){t.call(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.allSelected=function(){for(var t=this.get("selections"),e="virtual"===this.get("paginate")?this.get("rows"):this.get("visibleRows"),n=0;n<e.length;n++)if(!~t.indexOf(e[n]))return!1;return e.length&&!0},e.prototype.nodeSet=function(t,e,n){t[e]=n},e.prototype._expand=function(t){var e=this,n=this.get("visibleRows")[t],r=this.get("expanded"),i=this.find(".rtable-row-expand");i?this.transition("expand",i,{outro:!0}).then(function(){r===n?e.set("expanded",null):(e.set("expanded",n),e.transition("expand",e.find(".rtable-row-expand"),{intro:!0}))}):n===r?this.set("expanded",null):(this.set("expanded",n),this.transition("expand",this.find(".rtable-row-expand"),{intro:!0}))},e.prototype._setSort=function(t,e){var n=this.get("columns."+t);if(n&&(n.sort||n.filter)){var r=n.sort||n.filter;w(r)&&"~"===r[0]&&(r=this.get(r));var i=e.ctrlKey,o=this.get("sort");if(Array.isArray(r)||(r=[r]),o?Array.isArray(o)||(o=[o]):o=[],o.length){var a=o.map(function(t){return _.exec(t).slice(1)}),s=r.reduce(function(t,e){return t&&!!a.find(function(t){return t[1]===e})},!0);s&&o.length!==r.length&&!i?this.set("sort",r.map(function(t){return"+"+r})):i?s?this.set("sort",a.map(function(t){return~r.indexOf(t[1])?("+"===t[0]?"-":"+")+t[1]:t[0]+t[1]})):this.set("sort",o.concat(r.map(function(t){return"+"+t}))):s?this.set("sort",a.map(function(t){return("+"===t[0]?"-":"+")+t[1]})):this.set("sort",r.map(function(t){return"+"+t}))}else this.set("sort",r.map(function(t){return"+"+t}))}},e.prototype._select=function(t,e){var n=this.get("selections");n||(n=[],this.set("selections",n));var r=n.indexOf(t);~r?this.splice("selections",r,1):this.push("selections",t),(r>=n.length||1===n.length)&&this.set("selected",n[n.length-1]),this.fire("selection",{},{item:n[n.length-1],items:n}),setTimeout(function(){return e.target.checked=!~r})},e.prototype.select=function(){var t=this.get("selected");t&&this.fire("selected",{},t,this.get("rows").indexOf(t),this.get("visibleRows").indexOf(t))},e.prototype.selectionOffset=function(t){var e=this.get("selected"),n=this.get("visibleRows");if(e&&~n.indexOf(e)){var r=n.indexOf(e);if(t>0?r+t>=n.length:r+t<0){var i=t<1?-1:1;(i<0&&this.get("page")+i>=0||i>0&&this.get("page")+i<this.get("pagination.total"))&&this.add("page",i),n=this.get("visibleRows");var o=t>0?n[0]:n[n.length-1];this.set({selected:o,selections:[o]})}else this.set({selected:n[r+t],selections:[n[r+t]]})}else{var a=t>0?n[0]:n[n.length-1];this.set({selected:a,selections:[a]})}this.fire("selection",{},{item:this.get("selected"),items:this.get("selections")})},e.prototype.selectionDown=function(){this.selectionOffset(1)},e.prototype.selectionUp=function(){this.selectionOffset(-1)},e.prototype._selectGroup=function(t){var e=t;this.get("page")&&(e+=this.get("page")*this.get("pagination.per"));var n,r=this.get("rows"),i=this.get("groups"),o=this.get("selections"),a=r[e++],s=["selections"],l=[];for(~(n=o.indexOf(a))?l.push(n):s.push(a);e<r.length&&!(e in i);)a=r[e++],~(n=o.indexOf(a))?l.push(n):s.push(a);if(1===s.length)for(n=l.length;n--;)this.splice("selections",l[n],1);else this.push.apply(this,s)},e.prototype._groupSelected=function(t){var e=t;this.get("page")&&(e+=this.get("page")*this.get("pagination.per"));var n=this.get("rows"),r=this.get("groups"),i=this.get("selections");if(!~i.indexOf(n[e++]))return!1;for(;e<n.length&&!(e in r);)if(!~i.indexOf(n[e++]))return!1;return!0},e}(e);function E(t,n){if(t&&n){var r=t._getters||(t._getters={}),i=n.filter;w(i)&&0===i.indexOf("~/")&&(i=t.get(i));var o=Array.isArray(i)?i.join("."):!!w(i)&&i;if(o)return r[o]||(w(i)&&(i=e.splitKeypath(i)),r[o]=function(t){return L(t,i)}),r[o]}}function P(t,n){if(t&&n){var r=t._getters||(t._getters={}),i=n.path;w(i)&&0===i.indexOf("~/")&&(i=t.get(i));var o=Array.isArray(i)?i.join("."):!!w(i)&&i;return o?(r[o]||(w(i)&&(i=e.splitKeypath(i)),r[o]=function(t){return L(t,i)}),r[o]):(w(i=n.value)&&0===i.indexOf("~/")&&(i=t.get(i)),"function"==typeof i?i:void 0)}}function L(t,e){if(!e.length||"object"==typeof t){for(var n=t,r=0;r<e.length;r++)if("object"!=typeof(n=n[e[r]]))return r+1<e.length?void 0:n;return n}}function j(t,e){return t<e?-1:t>e?1:t==e?0:!t&&e?-1:t&&!e?1:0}e.extendWith(A,{template:{v:4,t:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable",g:1},{n:"class-rtable-virtual",t:13,f:[{t:2,x:{r:["~/paginate"],s:'_0==="virtual"'}}]},{n:"class-rtable-auto",t:13,f:[{t:2,x:{r:["~/paginate"],s:'_0==="auto"'}}]},{n:"class-rtable-fixed",t:13,f:[{t:2,r:"~/fixed"}]},{n:"class-rtable-border",t:13,f:[{t:2,r:"~/border"}]},{n:"class-rtable-fixed-header",t:13,f:[{t:2,r:"~/fixedHeader"}]},{n:"class-rtable-scrolled",t:13,f:[{t:2,x:{r:["~/scroll"],s:'!~(_0||"").indexOf("top")'}}]}],f:[{t:4,f:[{t:7,e:"div",m:[{n:"grid",t:71}],f:[{t:8,r:"grid-head"}]}],n:50,x:{r:["~/fixedHeader","~/display"],s:'_0&&_1==="grid"'}}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-top",g:1},{t:4,f:[{n:["scroll"],t:70,f:"scroll"}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}},{t:4,f:[{n:"scrolled",t:71,f:{r:[],s:'["~/scroll"]'}}],n:50,x:{r:["~/fixedHeader","~/display"],s:'_0&&_1==="grid"'}}],f:[{t:4,f:[{t:8,r:"grid"}],n:50,x:{r:["~/display"],s:'_0==="grid"'}},{t:4,f:[{t:8,r:"table"}],n:51,l:1}]}," ",{t:4,f:[{t:8,r:"pagination"}],n:50,x:{r:["~/paginate"],s:'_0!=="virtual"'}}]}],e:{'_0==="virtual"':function(t){return"virtual"===t},'_0==="auto"':function(t){return"auto"===t},'!~(_0||"").indexOf("top")':function(t){return!~(t||"").indexOf("top")},'_0&&_1==="grid"':function(t,e){return t&&"grid"===e},'["~/scroll"]':function(){return["~/scroll"]},'_0==="grid"':function(t){return"grid"===t},'_0!=="virtual"':function(t){return"virtual"!==t},"[_0._setSort(_1,_2)]":function(t,e,n){return[t._setSort(e,n)]},"[_0._select(_1,_2),false]":function(t,e,n){return[t._select(e,n),!1]},'[["select",_2,_0.indexOf(_2),_1.indexOf(_2)]]':function(t,e,n){return[["select",n,t.indexOf(n),e.indexOf(n)]]},"[_0._expand(_1)]":function(t,e){return[t._expand(e)]},"[_0.stopPropagation()]":function(t){return[t.stopPropagation()]},"_0.indexOf(_1)":function(t,e){return t.indexOf(e)},"_0===_1":function(t,e){return t===e},"_0>0":function(t){return t>0},"!_0&&_1>0":function(t,e){return!t&&e>0},'_0==="boolean"':function(t){return"boolean"===t},"_0*_1+1":function(t,e){return t*e+1},"_2+1===_0?_1:(_2+1)*_3":function(t,e,n,r){return n+1===t?e:(n+1)*r},"_0&&_1":function(t,e){return t&&e},"_0===1":function(t){return 1===t},"_0.allSelected()&&_1<_2":function(t,e,n){return t.allSelected()&&e<n},'[_0.set("page",_1-1)]':function(t,e){return[t.set("page",e-1)]},'[(/^\\d+$/.test(_1)&&+_1>0&&+_1<=_0&&_2.set("page",+_1-1))||_2.nodeSet(_3,"value",_4+1)]':function(t,e,n,r,i){return[/^\d+$/.test(e)&&+e>0&&+e<=t&&n.set("page",+e-1)||n.nodeSet(r,"value",i+1)]},"_0==_1+1":function(t,e){return t==e+1},'[_0.set("page",_2[_1-1])]':function(t,e,n){return[t.set("page",n[e-1])]},'_0==="..."':function(t){return"..."===t},'[_0.set("page",_1+1)]':function(t,e){return[t.set("page",e+1)]},"_0<_1-1":function(t,e){return t<e-1},"_0%2===1":function(t){return t%2==1},true:function(){return!0},"!_0":function(t){return!t},"_0+(_1?1:0)":function(t,e){return t+(e?1:0)}},p:{"csp-dummy":[{t:7,e:"div",m:[{n:["click"],t:70,f:{r:["@this",".index","@event"],s:"[_0._setSort(_1,_2)]"}},{n:["click"],t:70,f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}},{n:["click"],t:70,f:{r:["~/rows","~/visibleRows","."],s:'[["select",_2,_0.indexOf(_2),_1.indexOf(_2)]]'}},{n:["click"],t:70,f:{r:["@this","@index"],s:"[_0._expand(_1)]"}},{n:["click"],t:70,f:{r:["@event"],s:"[_0.stopPropagation()]"}}]}," ",{t:4,f:["..."],n:50,x:{r:["~/selections","."],s:"_0.indexOf(_1)"}}," ",{t:4,f:["..."],n:50,x:{r:[".","~/expanded"],s:"_0===_1"}}," ",{t:4,f:["..."],n:50,x:{r:["~/virtual.offset"],s:"_0>0"}}," ",{t:4,f:["..."],n:50,x:{r:["~/fixedHeader","~/virtual.offset"],s:"!_0&&_1>0"}}," ",{t:4,f:["..."],n:50,x:{r:["~/columns.0.type"],s:'_0==="boolean"'}}],empty:[{t:7,e:"div",f:[{t:7,e:"div",f:["No data."]}]}],pagination:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-bottom",g:1}],f:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-info",g:1}],f:[{t:4,f:[{t:2,x:{r:["~/page","~/pagination.per"],s:"_0*_1+1"}}," - ",{t:2,x:{r:["~/pagination.total","~/rows.length","~/page","~/pagination.per"],s:"_2+1===_0?_1:(_2+1)*_3"}}," of ",{t:2,r:"~/rows.length"},{t:4,f:[" (",{t:2,r:"~/items.length"}," total)"],n:50,r:"~/isFiltered"}],n:50,x:{r:["pagination","rows.length"],s:"_0&&_1"}}," ",{t:4,f:[""],n:50,x:{r:["_paginate"],s:"_0===1"}}]}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-select-all-all",g:1}],f:[{t:4,f:[{t:2,r:"selections.length"}," of ",{t:2,r:"rows.length"}," selected",{t:4,f:[" - ",{t:7,e:"a",m:[{n:"href",f:"#",t:13,g:1},{n:["click"],t:70,f:"selectAllAll"}],f:["Select All"]}],n:50,x:{r:["@this","selections.length","rows.length"],s:"_0.allSelected()&&_1<_2"}}],n:50,x:{r:["selections.length"],s:"_0>0"}}]}," ",{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-pages",g:1}],f:[{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","~/page"],s:'[_0.set("page",_1-1)]'}}],f:["Previous"]}],n:50,x:{r:["~/page"],s:"_0>0"}}," ",{t:4,f:[{t:4,f:[{t:7,e:"input",m:[{n:["change"],t:70,f:{r:["~/pagination.total","@node.value","@this","@node","~/page"],s:'[(/^\\d+$/.test(_1)&&+_1>0&&+_1<=_0&&_2.set("page",+_1-1))||_2.nodeSet(_3,"value",_4+1)]'}},{n:"value",f:[{t:2,r:"."}],t:13},{t:73,v:"t",f:"false"}]}],n:50,x:{r:[".","~/page"],s:"_0==_1+1"}},{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","@index","../"],s:'[_0.set("page",_2[_1-1])]'}}],f:["..."]}," "],n:50,x:{r:["."],s:'_0==="..."'},l:1},{t:4,f:[" ",{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","."],s:'[_0.set("page",_1-1)]'}}],f:[{t:2,r:"."}]}],n:51,l:1}],n:52,r:"~/pagination.array"}," ",{t:4,f:[{t:7,e:"span",m:[{n:["click"],t:70,f:{r:["@this","~/page"],s:'[_0.set("page",_1+1)]'}}],f:["Next"]}],n:50,x:{r:["~/page","~/pagination.total"],s:"_0<_1-1"}}]}]}],grid:[{t:7,e:"div",m:[{t:16,r:"extra-attributes"},{n:"grid",t:71},{t:4,f:[{n:"style-margin-top",f:[{t:2,r:"~/virtual.above"},"px"],t:13},{n:"style-margin-bottom",f:[{t:2,r:"~/virtual.below"},"px"],t:13}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}}],f:[{t:4,f:[{t:8,r:"grid-head"}],n:51,r:"~/fixedHeader"}," ",{t:4,f:[{t:7,e:"div",m:[{t:13,n:"style",f:"display: none;",g:1},{t:13,n:"class",f:"rtable-row-wrap",g:1}]}],n:50,x:{r:["~/virtual.offset"],s:"_0%2===1"}}," ",{t:4,f:[{t:8,r:"grid-row"}],n:52,z:[{n:"source",x:{r:"~/items"}},{n:"shuffle",x:{x:{r:[],s:"true"}}}],r:"~/visibleRows"}," ",{t:4,f:[{t:7,e:"div",m:[{t:13,n:"class",f:"rtable-row row t1",g:1}],f:[{t:16,r:"empty"}]}],n:50,x:{r:["~/rows.length"],s:"!_0"}}]}],table:[{t:7,e:"table",m:[{t:16,r:"extra-attributes"},{t:4,f:[{n:"style-margin-top",f:[{t:2,r:"~/virtual.above"},"px"],t:13},{n:"style-margin-bottom",f:[{t:2,r:"~/virtual.below"},"px"],t:13}],n:50,x:{r:["~/paginate"],s:'_0==="virtual"'}}],f:[{t:8,r:"table-head"}," ",{t:4,f:[{t:8,r:"table-row"}],n:52,z:[{n:"source",x:{r:"~/items"}},{n:"shuffle",x:{x:{r:[],s:"true"}}}],r:"~/visibleRows"}," ",{t:4,f:[{t:7,e:"tr",m:[{t:13,n:"class",f:"rtable-row",g:1}],f:[{t:7,e:"td",m:[{n:"colspan",f:[{t:2,x:{r:["~/columns.length","~/allowSelect"],s:"_0+(_1?1:0)"}}],t:13}],f:[{t:16,r:"empty"}]}]}],n:50,x:{r:["~/rows.length"],s:"!_0"}}]}]}},css:function(t){return[function(t){var e=Object.assign({},t("raui.primary"),t("raui.table.primary")),n=Object.assign({},e,t("raui.primary.active"),t("raui.table.primary.active")),r=Object.assign({selected:{}},t("raui.table"));return"\n .rtable {\n display: flex;\n flex-direction: column;\n overflow: auto;\n max-width: 100%;\n max-height: 100%;\n box-sizing: border-box;\n flex-grow: 2;\n }\n \n .rtable > div > table {\n width: 100%;\n border-collapse: collapse;\n display: table;\n }\n \n .rtable-auto > div > table,\n .rtable-fixed > div > table {\n table-layout: fixed;\n }\n \n .rtable td {\n padding: 0.5em;\n }\n .rtable-group > div > div,\n .rtable-header > div > div,\n .rtable-row > div > div {\n padding: 0.5em;\n overflow: inherit;\n text-overflow: inherit;\n line-height: 1em;\n }\n .rtable-row > .rtable-no-pad > div {\n padding: 0;\n }\n \n .rtable-auto td,\n .rtable-auto .row > *,\n .rtable-fixed td,\n .rtable-fixed .row > *\n {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n \n .rtable-header > div > div, .rtable-column {\n overflow: hidden;\n }\n \n .rtable-number-column {\n text-align: right;\n }\n .rtable-date-column {\n text-align: right;\n }\n \n .rtable-sortable {\n cursor: pointer;\n user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-user-select: none;\n }\n \n .grid .row.rtable-row, .grid .rtable-header > .row {\n width: auto;\n width: min-content;\n flex-grow: 1;\n }\n \n .rtable-row-wrap {\n color: "+(e.fg||"#222")+";\n border-bottom: 1px solid "+(r.divider||e.bc||"#ccc")+";\n background-color: "+(r.even||e.bga||"#f4f4f4")+";\n transition: 0.2s ease-in-out;\n transition-property: background-color, color;\n }\n .rtable-row-wrap:nth-child(odd) {\n background-color: "+(r.odd||e.bg||"#fff")+";\n }\n .rtable-row-wrap:last-of-type {\n border-bottom: none;\n }\n .rtable-row-wrap:hover, .rtable-row-wrap.rtable-selected:hover {\n background-color: "+(r.over||n.bg||"rgba(128, 182, 229, 0.2)")+";\n position: relative;\n box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n z-index: 1;\n }\n \n .rtable-row-wrap.rtable-selected {\n background-color: "+(r.selected.bg||"rgba(0, 119, 238, 0.12)")+";\n color: "+(r.selected.fg||e.fg||"#222")+";\n }\n .rtable-row-wrap.rtable-selected:nth-child(odd) {\n background-color: "+(r.selected.odd||"rgba(0, 119, 238, 0.1)")+";\n }\n \n .rtable-row-wrap {\n display: flex;\n flex-wrap: wrap;\n flex-grow: 1;\n align-items: center;\n }\n \n .rtable-border .rtable-row-wrap .rtable-column:nth-child(n+2),\n .rtable-border .rtable-group .rtable-column:nth-child(n+2) {\n border-left: 1px solid "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-border .rtable-row-expand {\n border-top: 1px solid "+(r.divider||e.bc||"#ccc")+";\n width: 100%;\n }\n \n .rtable-group {\n border-bottom: 2px solid "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-header.rtable-row-wrap, .rtable-header.rtable-row-wrap:hover {\n font-weight: bold;\n background-color: "+(r.divider||e.bc||"#ccc")+";\n }\n \n .rtable-header.rtable-row-wrap {\n border-bottom: 2px solid "+(r.divider||e.bc||"#ccc")+";\n text-align: left;\n }\n \n .rtable-header > th {\n padding: 0.5em;\n }\n \n .rtable-top {\n flex-grow: 5;\n flex-shrink: 1;\n overflow-y: auto;\n margin: 0.5em 0;\n position: relative;\n }\n .rtable-fixed-header .rtable-header {\n margin-top: 0.5em;\n position: relative;\n z-index: 1;\n }\n .rtable-fixed-header.rtable-scrolled .rtable-header {\n box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n }\n .rtable-fixed-header .rtable-top {\n margin-top: 0;\n }\n \n .rtable-bottom {\n display: flex;\n flex-wrap: wrap;\n flex-shrink: 0;\n padding: 0 0.5em 0.5em 0.5em;\n justify-content: space-between;\n user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-user-select: none;\n }\n \n .rtable-bottom > * {\n padding: 0.5em;\n }\n \n .rtable-pages span {\n margin: 0.3em;\n cursor: pointer;\n }\n .rtable-pages span:first-of-type {\n margin-left: 0;\n }\n .rtable-pages input {\n text-align: center;\n width: 2.5em;\n font-size: 1em;\n background-color: transparent;\n border: none;\n padding: 0;\n font-weight: bold;\n text-decoration: underline;\n }\n \n .rtable-select {\n width: 0;\n height: 0;\n outline: none;\n margin-left: -1em;\n }\n .rtable-select:before {\n content: '';\n display: block;\n border: 2px solid "+(e.fg||"#222")+";\n width: 1em;\n height: 1em;\n margin-left: 0.1em;\n margin-top: -0.9em;\n box-sizing: border-box;\n transition: 0.2s ease-in-out;\n transition-property: transform, border-color, height, width;\n }\n .rtable-select:checked:before {\n height: 0.7em;\n width: 1.3em;\n border-color: "+(e.fga||"#07e")+";\n border-top-color: transparent;\n border-right-color: transparent;\n transform: rotate(-50deg);\n }\n .rtable-row-wrap > .rtable-select-header,\n .rtable-row-wrap > .rtable-select-row {\n text-align: center;\n width: 1.5em;\n }\n .rtable-select-header .rtable-select:before {\n margin-top: -1em;\n }\n .rtable-select-header .rtable-select:checked:before {\n border-color: "+(e.fg||"#222")+";\n border-top-color: transparent;\n border-right-color: transparent;\n }\n \n .rtable-column button, .rtable-column .btn {\n padding: 0 0.5em;\n margin: 0.2em 0.5em;\n min-height: 0;\n }\n \n .rtable-column.rtable-editing {\n padding: 0;\n }\n .rtable-column.rtable-editing input {\n width: 100%;\n box-sizing: border-box;\n height: 100%;\n margin: 0;\n border: none;\n background-color: transparent;\n padding: 0.25em 0.5em;\n }\n "+(!1!==t("table.includeGrid")?c(t):"")}.call(this,t)].join(" ")},cssId:"rtable",noCssTransform:!0,attributes:["paginate","items","filter","sort","helpers","fixed","display","allowSelect","allowSelectAll","border","fixedHeader"],components:{table:!1,Table:!1},syncComputedChildren:!0,decorators:{grid:l},events:{},use:[u({name:"clickd",count:1}),u({name:"dblclickd",count:2}),(void 0===S&&(S={}),function(t){t.instance.transitions[S.name||"expand"]=m}),(void 0===O&&(O={}),function(t){t.instance.decorators[O.name||"scrolled"]=function(t,e){void 0===e&&(e={});var n="string"==typeof e?e:e.bind;if("string"!=typeof n)return{teardown:function(){}};var r=this.getContext(t);function i(){var e="";t.scrollHeight>t.clientHeight&&(e+="vscroll"),t.scrollWidth>t.clientWidth&&(e+=(e?" ":"")+"hscroll"),0===t.scrollTop?e+=" top":t.scrollTop===t.scrollHeight-t.clientHeight?e+=" bottom":e+=" vmiddle",0===t.scrollLeft?e+=" left":t.scrollLeft===t.scrollWidth-t.clientWidth?e+=" right":e+="hmiddle",r.set(n,e)}return t.addEventListener("scroll",i,{passive:!0}),requestAnimationFrame(i),{teardown:function(){t.removeEventListener("scroll",i)}}}})],on:{construct:function(){var t,e,n,r=this.component;if(!r)return;var i=r.template.f||[],o=r.template.m?r.template.m.slice():[],a=r.template;r.template={e:a.e,f:a.f,t:a.t,m:o};var s=0;function l(t,e){if(t&&t.f&&1===t.f.length&&2===t.f[0].t){var n="_a"+s++;return o.push({t:13,n:n,f:t.f}),e?{t:[{t:2,r:"~/"+n}]}:{t:2,r:"~/"+n}}return t&&t.f}function c(t){var e=[],n=[];return t.forEach(function(t){if("column"===t.e||"col"===t.e){var r,i={},o=t.m||R;i.index=e.length,e.push(i),i.content=(t.f||[]).filter(function(t){return"edit"!==t.e}),(r=o.find(function(t){return"id"===t.n}))&&w(r.f)&&(i.id=r.f),i.label=o.find(function(t){return"label"===t.n}),i.label&&i.label.f&&(i.label=l(i.label)),i.label||(i.label=""),i.id||(i.id=i.label),Array.isArray(i.label)||(i.label=[i.label]),i.type=o.find(function(t){return"type"===t.n}),i.type&&i.type.f&&(i.type=i.type.f),i.type||(i.type="string"),i.filter=o.find(function(t){return"filter"===t.n}),i.filter&&i.filter.f&&(i.filter=l(i.filter),i.filter.r&&(i.filter=i.filter.r)),i.sort=o.find(function(t){return"sort"===t.n}),i.sort&&i.sort.f&&(i.sort=l(i.sort),i.sort.r&&(i.sort=i.sort.r)),i.hidden=o.find(function(t){return"hidden"===t.n}),i.hidden&&0===i.hidden.f?i.hidden=!0:i.hidden&&y(i.hidden.f)?i.hidden=l(i.hidden):i.hidden=!1,w(i.hidden)&&(i.hidden=!1),i.noPad=o.find(function(t){return"no-pad"===t.n}),i.noPad&&0===i.noPad.f?i.noPad=0:i.noPad&&y(i.noPad.f)?i.noPad=l(i.noPad):delete i.noPad,i.editable=o.find(function(t){return"editable"===t.n}),i.editable&&0===i.editable.f?i.editable=!0:i.editable&&y(i.editable.f)?i.editable=l(i.editable):i.editable=!1,i.attrs=o.filter(function(t){return!~T.indexOf(t.n)}),i.attrs.forEach(function(t,e){M.test(t.n)&&(i.attrs[e]={t:13,n:"class-"+t.n})})}else if("field"===t.e){var a,s={},c=t.m||R;w(a=c.find(function(t){return"path"===t.n}))?s.path=a:a&&a.f&&(s.path=l(a)),(a=c.find(function(t){return"value"===t.n}))&&a.f&&(s.value=l(a)),w(a=c.find(function(t){return"type"===t.n}))?s.type=a:a&&a.f&&(s.type=l(a)),w((a=c.find(function(t){return"id"===t.n})).f)&&(s.id=a.f),w(a=c.find(function(t){return"label"===t.n}))?s.label=a:a&&a.f&&(s.label=l(a)),s.id||(s.id=s.label),s.path||(s.path=s.id),n.push(s)}}),{fields:n,columns:e}}t=i.find(function(t){return"row"===t.e}),e=i.find(function(t){return"group"===t.e}),this._init={sets:c(i),partials:{}};var f=this._init.sets.columns;this._init.sets["meta.expand"]=t&&t.f;var u="[_0._setSort(_1,_2)]",d=[{t:7,e:"tr",m:[{t:13,n:"class-rtable-header"},{t:4,f:[{n:"style-opacity",f:"0",t:13}],n:50,x:{r:["~/virtual.offset"],s:"_0>0"}}],f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"th",f:t.label,m:[{t:13,n:"class-rtable-header"},{t:4,n:53,r:"~/columns."+t.index,f:[{t:70,n:["click"],f:{r:["@this",".index","@event"],s:u}}]}].concat(t.attrs)};t.type&&e.m.push({t:13,n:"class-rtable-"+t.type+"-column"}),(t.filter||t.sort)&&e.m.push({t:13,n:"class-rtable-sortable"});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n})}];d[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"th",m:[{t:13,n:"class-rtable-select-header"},{t:13,n:"title",f:[{t:2,r:"selections.length"}," items selected"]}],f:[{t:4,n:50,r:"~/allowSelectAll",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this"],s:"_0.allSelected()"}}]},{t:70,n:["click"],f:"selectAll"},{t:13,n:"class-rtable-select"}]}]}]}]});var p=[{t:7,e:"tr",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"td",f:[{t:16,r:"~/columns."+f.indexOf(t)+".content",c:{r:"."}}],m:t.attrs.slice()};t.type&&e.m.unshift({t:13,n:"class-rtable-"+t.type+"-column"},{t:13,n:"class-rtable-column"}),e.m.find(function(t){return"title"===t.n})||e.m.unshift({t:13,n:"title",f:t.content.find(function(t){return t.e})?t.label:t.content}),0===t.noPad?e.m.push({t:13,n:"class-rtable-no-pad"}):t.noPad&&e.m.push({t:13,n:"class-rtable-no-pad",f:t.noPad});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n}),m:[{t:13,n:"class-rtable-row"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:70,n:["click"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(t&&t.m||R)}];p[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"th",m:[{t:13,n:"class-rtable-select-row"},{t:70,n:["click"],f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}}],f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:13,n:"class-rtable-select"}]}]}]}),this._init.partials["table-row"]=p,this._init.partials["table-head"]=d;var h=[{t:7,e:"div",m:[{t:13,n:"class-rtable-row-wrap"},{t:13,n:"class-row-wrap"},{t:13,n:"class-rtable-header"},{t:4,f:[{n:"style-opacity",f:"0",t:13}],n:50,x:{r:["~/fixedHeader","~/virtual.offset"],s:"!_0&&_1>0"}}],f:[{t:7,e:"div",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"div",f:[{t:7,e:"div",f:t.label}],m:[{t:4,n:53,r:"~/columns."+t.index,f:[{t:70,n:["click"],f:{r:["@this",".index","@event"],s:u}}]},{t:13,n:"title",f:t.label}].concat(t.attrs.filter(function(t){return"title"!==t.n}))};t.type&&e.m.push({t:13,n:"class-rtable-"+t.type+"-column"}),(t.filter||t.sort)&&e.m.push({t:13,n:"class-rtable-sortable"}),e.m.push({t:13,n:"class-rtable-column"});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n}),m:[{t:13,n:"class-row"}]}]}];h[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-header"},{t:13,n:"class-rtable-column"},{t:13,n:"title",f:[{t:2,r:"selections.length"}," items selected"]}],f:[{t:7,e:"div",f:[{t:4,n:50,r:"~/allowSelectAll",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this"],s:"_0.allSelected()"}}]},{t:70,n:["click"],f:"selectAll"},{t:13,n:"class-rtable-select"}]}]}]}]}]});var v,b=[{t:7,e:"div",m:[{t:13,n:"class-rtable-row-wrap"},{t:13,n:"class-row-wrap"},{t:13,n:"class-rtable-live"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]}],f:[{t:7,e:"div",f:f.filter(function(t){return!0!==t.hidden}).map(function(t){var e=[{t:7,e:"div",f:[{t:16,r:"~/columns."+f.indexOf(t)+".content",c:{r:"."}}]}],n=t.attrs.slice();if(t.editable&&t.filter){var r={t:70,n:["click","mousedown","pointerdown","MSPointerDown","touchstart"],f:{r:["@event"],s:"[_0.stopPropagation()]"}},i=[{t:4,n:50,x:{r:["~/columns."+f.indexOf(t)+".type"],s:"_0==='boolean'"},f:[{t:7,e:"input",m:[{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,r:t.filter}]},r]}]},{t:4,n:51,l:1,f:[{t:7,e:"input",m:[{t:13,n:"value",f:[{t:2,r:t.filter}]},r]}]}];"object"==typeof t.editable?(n.push({t:13,n:"class-rtable-editing",f:t.editable}),e=[Object.assign({},t.editable,{t:4,n:50,f:i}),{t:4,n:51,l:1,f:e}]):(n.push({t:13,n:"class-rtable-editing"}),e=i)}var o={t:7,e:"div",f:e,m:n};t.type&&n.unshift({t:13,n:"class-rtable-"+t.type+"-column"}),n.push({t:13,n:"class-rtable-column"}),o.m.find(function(t){return"title"===t.n})||n.unshift({t:13,n:"title",f:t.content.find(function(t){return t.e})?t.label:t.content}),0===t.noPad?n.push({t:13,n:"class-rtable-no-pad"}):t.noPad&&n.push({t:13,n:"class-rtable-no-pad",f:t.noPad});var a=o;return t.hidden&&t.hidden.r&&(a={t:4,n:51,r:t.hidden.r,f:[o]}),a}),m:[{t:13,n:"class-row"},{t:13,n:"class-rtable-row"},{t:70,n:t&&t.f?["dblclickd"]:["click","dblclick"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(t&&t.m||R)}]}];t&&t.f&&(b[0].f[0].f.push({t:4,n:50,x:{r:[".","~/expanded"],s:"_0===_1"},f:[{t:7,e:"div",f:[{t:7,e:"div",f:[{t:16,r:"~/meta.expand",c:{r:"."}}]}],m:[{t:13,n:"class-t1"},{t:13,n:"class-rtable-row-expand"}]}]}),b[0].f[0].m.push({t:70,n:["clickd"],f:{r:["@this","@index"],s:"[_0._expand(_1)]"}}));if(b[0].f.unshift({t:4,n:50,r:"~/allowSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-row"},{t:13,n:"class-rtable-column"},{t:70,n:["clickd"],f:{r:["@this",".","@event"],s:"[_0._select(_1,_2),false]"}}],f:[{t:7,e:"div",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:13,n:"class-rtable-select"},{t:70,n:["click"],f:{r:[],s:"[false]"}}]}]}]}]}),e&&e.m&&(v=e.m.find(function(t){return"by"===t.n}))&&(w(v.f)||1===v.length&&2===v[0].t)){var g={t:4,n:50,f:[{t:7,e:"div",m:[{t:13,n:"class-row"},{t:13,n:"class-rtable-group"},{t:13,n:"class-rtable-selected",f:[{t:2,x:{r:["~/selections","."],s:"~_0.indexOf(_1)"}}]},{t:70,n:t&&t.f?["dblclickd"]:["click","dblclick"],f:{r:["~/rows","~/visibleRows","."],s:"[['selected',_2,_0.indexOf(_2),_1.indexOf(_2)]]"}}].concat(e.m.filter(function(t){return"by"!==t.n&&"select"!==t.n}))}],x:{s:"_0&&_1[(_1&&(_2*_3+_4))||_4]",r:["~/showGroups","~/groups","~/page","~/pagination.per","@index"]}};b.unshift(g),this._init.by=v.f;var m,_=c(e.f).columns.filter(function(t){return!0!==t.hidden}).map(function(t){var e={t:7,e:"div",f:[{t:7,e:"div",f:t.content}],m:t.attrs};t.type&&e.m.unshift({t:13,n:"class-rtable-"+t.type+"-column"}),e.m.push({t:13,n:"class-rtable-column"}),e.m.find(function(t){return"title"===t.n})||e.m.unshift({t:13,n:"title",f:t.content});var n=e;return t.hidden&&t.hidden.r&&(n={t:4,n:51,r:t.hidden.r,f:[e]}),n});_.unshift({t:4,n:50,r:"~/allowGroupSelect",f:[{t:7,e:"div",m:[{t:13,n:"class-rtable-select-row"},{t:13,n:"class-rtable-column"},{t:70,n:["clickd"],f:{r:["@this","@index"],s:"[_0._selectGroup(_1),false]"}}],f:[{t:7,e:"div",f:[{t:7,e:"input",m:[{t:73,v:"t",f:"false"},{t:13,n:"type",f:"checkbox"},{t:13,n:"checked",f:[{t:2,x:{r:["@this","@index"],s:"_0._groupSelected(_1)"}}]},{t:13,n:"class-rtable-select"},{t:70,n:["click"],f:{r:[],s:"[false]"}}]}]}]}]}),(m=e.m.find(function(t){return"select"===t.n}))&&(n||(n=[])).push(Object.assign({},m,{n:"allowGroupSelect"})),(m=e.m.find(function(t){return"show"===t.n}))&&(n||(n=[])).push(Object.assign({},m,{n:"showGroups"})),g.f[0].f=_}this._init.partials["grid-row"]=b,this._init.partials["grid-head"]=h,n&&this.component&&(this.component.mappings=n)},config:function(){this.set(this._init.sets),Object.assign(this.partials,this._init.partials)},render:function(){this._autoObserver&&this._autoObserver.fire()},selectAll:function(){var t,e;this.allSelected()?(e=null,t=[],this.set({selections:t,selected:e})):(e=(t=("virtual"===this.get("paginate")?this.get("rows"):this.get("visibleRows")).slice())[0],this.set({selections:t,selected:e})),this.fire("selection",{},{item:e,items:t})},selectAllAll:function(){var t=this.get("rows").slice();return this.set({selections:t,selected:null}),this.fire("selection",{},{item:null,items:t}),!1}},observe:{paginate:{handler:function(t){var n=this;if("auto"===t||"virtual"===t||t instanceof e){this._autoObserver&&this._autoObserver.cancel(),this._scrollListener&&this._scrollListener.cancel();var r,i="auto"===t||"virtual"===t?this.root:t,o=function(){if(n.rendered){var e=n.find(".rtable-top");if(e)if(n.get("items.length")){var r=e.clientHeight+","+e.clientWidth;if(o.last!==r){var i=n.find(".rtable-header");if(i){var a=Array.apply(null,n.findAll(".rtable-live")).map(function(t){return t.offsetHeight});if(a.length<5){var s=Math.floor(e.clientHeight/i.offsetHeight);s<5&&(s=5),n.set("_paginate",s),a=Array.apply(null,n.findAll(".rtable-live")).map(function(t){return t.offsetHeight})}var l=Math.ceil(a.reduce(function(t,e){return t+e},0)/a.length);n._avgSize=l;var c=Math.floor((e.clientHeight-i.offsetHeight)/l);"virtual"===t&&(c*=5)<50&&(c=50),n.set("_paginate",c),o.last=r}}}else n._autoLenObserver||(n._autoLenObserver=n.observeOnce("items",function(){n._autoLenObserver=0,setTimeout(o)}))}},a=function(){r&&clearTimeout(r),r=setTimeout(function(){o(),r=null,n._scrollListener&&n._scrollListener.fn()},300)};if(this._autoObserver=i.on("*.resize",a),this._autoObserver.fire=a,"virtual"===t){var s=!0,l=!1,c=!1,f=function(){if(n.rendered){var t=n.find(".rtable-top");if(!s)return s=!0,setTimeout(f,14);if(!c)return c=!0,requestAnimationFrame(f);c=!1,s=!1;var e=t.scrollTop,r=n.get("virtual")||{},i=r.offset,o=n.get("_paginate"),a=o/5,u=n.get("rows.length");o>u&&(o=u);var d=n._avgSize,p=a*d,h=Math.floor(e/d)-a;h<0&&(h=0);var v=h;if(h+o>u&&(h=u-o),!x(i)||isNaN(i)||e<r.top+p||e>r.bottom-p-p||i>0&&e<d*a){var b=v,g=u-v-o;b<0?(g+=-1*b,b=0):b>u-o&&(b=u-o),g<0&&(g=0);var m,_,w=b*d,y=g*d;h<i+o&&h>i-o&&(m=h>i?n.findAll(".rtable-live")[h-i]:n.findAll(".rtable-live")[i-h]),m&&h>0&&(_=m.offsetTop),n.set({"virtual.above":w,"virtual.below":y,"virtual.offset":h}),"number"==typeof _&&_!==m.offsetTop&&n.set("virtual.above",w+Math.abs(_-m.offsetTop)),n.set({"virtual.top":n.get("virtual.above"),"virtual.bottom":t.scrollHeight-y})}l=!1}},u=this._scrollListener=this.on("scroll",function(t){t.node;s?s=!1:l||(s=!0,l=!0,setTimeout(f,15))});this._scrollListener.fn=f,u.observer=this.observe("rows.length",function(){n.set("virtual.offset",null),f()},{init:!1,strict:!0});var d=u.cancel;u.cancel=function(){d(),u.observer.cancel()}}a()}else this._autoObserver&&this._autoObserver.cancel(),this._scrollListener&&this._scrollListener.cancel();x(t)&&this.set("_paginate",t)},defer:!0}},data:function(){return{display:"grid",page:0,selections:[],allowSelect:!0,allowSelectAll:!0,showGroups:!0,allowGroupSelect:!0,expanded:null,minPerPage:10}},computed:{rows:{get:function(){var t=this,e=this.viewmodel.value.columns,n=this.viewmodel.value.fields,r=e.filter(function(t){return t.filter}).map(function(e){return E(t,e)}).filter(function(t){return t}),i=this.get("items")||[],o=i,a=this.get("filter"),s=this.get("sort");if(y(a)&&!Array.isArray(a)&&(a=[a]),a instanceof RegExp||w(a)){var l=a===""+a.toLowerCase()||a===""+a.toUpperCase();try{var c=w(a)?new RegExp(a,l?"i":""):a;i=i.filter(function(t){for(var e=r.length;e--;){var n=t&&r[e](t);if(n&&w(n)&&c.test(n))return!0}})}catch(t){}}else if(Array.isArray(a)){var f=function t(e,n,r,i){return n.map(function(n){var o={op:n.op||"=",value:n.value||""};if(n.id){var a=r.find(function(t){return t.id===n.id||t.filter===n.id});a&&(o.get=E(e,a),o.get?o.type=a.type||"string":a=0),a||(a=i.find(function(t){return t.id===n.id}))&&(o.get=P(e,a),o.type=a.type||"string")}else o.op="skip";return"and"!==n.op&&"or"!==n.op&&"&&"!==n.op&&"||"!==n.op||(o.op=n.op,Array.isArray(n.value)&&(o.value=t(e,n.value,r,i))),o}).filter(function(t){return"skip"!==t.op})}(this,a,e,n),u={};try{i=i.filter(function(t){return f.reduce(function(e,n){return e&&function t(e,n,r){if(!n||!e.get&&"and"!==e.op&&"or"!==e.op&&"&&"!==e.op&&"||"!==e.op)return!1;var i=e.get&&e.get(n);if("="===e.op||"=="===e.op)return"number"===e.type||"date"===e.type?+i==+e.value:i==e.value;if(">"===e.op||"gt"===e.op)return i>e.value;if(">="===e.op||"gte"===e.op)return i>=e.value;if("<"===e.op||"lt"===e.op)return i<e.value;if("<="===e.op||"lte"===e.op)return i<=e.value;if("like"===e.op||"notlike"===e.op||"~"===e.op||"!~"===e.op){var o="like"===e.op||"~"===e.op;if(w(e.value)){if(!e.value)return!0;var a=r[e.value]||(r[e.value]=new RegExp(".*"+e.value.replace(/%/g,".*")+".*","gi"));o=a.test(i)}else k(e.value)&&(o=e.value.test(i));return"like"===e.op||"~"===e.op?o:!o}if("contains"===e.op||"@"===e.op){if(Array.isArray(i))return!!~i.indexOf(e.value)}else if("containslike"===e.op||"@~"===e.op||"containsnotlike"===e.op||"@!~"===e.op){if(Array.isArray(i)){var s=k(e.value)?e.value:w(e.value)?r[e.value]||(r[e.value]=new RegExp(".*"+e.value.replace(/%/g,".*")+".*","gi")):null;if(!s)return!1;var l=i.findIndex(function(t){return s.test((t||"").toString())});return"containslike"===e.op||"@~"===e.op?l>=0:l<0}}else{if(("or"===e.op||"||"===e.op)&&Array.isArray(e.value))return e.value.reduce(function(e,i){return e||t(i,n,r)},!1);if(("and"===e.op||"&&"===e.op)&&Array.isArray(e.value))return e.value.reduce(function(e,i){return e&&t(i,n,r)},!0)}return res}(n,t,u)},!0)})}catch(t){}}return(w(s)||y(s)&&!Array.isArray(s))&&(s=[s]),Array.isArray(s)&&(s=s.map(function(r){return w(r)?{dir:"-"===r[0]?-1:1,get:P(t,{path:"-"===r[0]||"+"===r[0]?r.substr(1):r})}:r?{dir:x(r.dir)?r.dir:"desc"===r.dir?-1:1,get:r.id&&(E(t,e.find(function(t){return t.id===r.id}))||P(t,n.find(function(t){return t.id===r.id})))||r.path&&P(t,{path:r.path,value:r.value})}:void 0}).filter(function(t){return t&&t.get}),i.sort(function(t,e){for(var n,r,i,o=0;o<s.length;o++)if(n=s[o].get(t),r=s[o].get(e),0!==(i=s[o].dir*j(n,r)))return i;return i})),this.set("isFiltered",o.length!==i.length),i}},visibleRows:{get:function(){var t=this,n=this.get("rows"),r=this.get("paginate"),i=r,o=this.get("_paginate"),a=this.get("page")||0,s=this.get("virtual");return i?("number"!=typeof i&&isNaN(+i)&&(i="auto"===i||"virtual"===i||i instanceof e?o||1:30),i<this.get("minPerPage")&&(i=this.get("minPerPage")),"virtual"===r?(a=s&&s.offset||0,n.slice(a,a+i)):(a*i>n.length&&setTimeout(function(){return t.set("page",0)},0),n.slice(i*a,i*a+i))):n}},pagination:{get:function(){var t=this.get("items")||R,e=this.get("rows"),n=this.get("paginate"),r=n,i=this.get("page")||0;if("number"!=typeof r&&isNaN(r)&&(r=this.get("_paginate")),r<this.get("minPerPage")&&(r=this.get("minPerPage")),r){var o=Math.ceil(e.length/r),a={max:Math.ceil(t.length/r),total:o,per:r};if("virtual"===n&&(a.height=this._avg*e.length),a.total>14){var s=a.array=[];i>5?s.push(1,2,3,"..."):s.push(1,2,3,4,5,6,7,8),i>5&&i+6<o?s.push(i-1,i,i+1,i+2,i+3,"...",o-2,o-1,o):i+6<o?s.push("...",o-2,o-1,o):s.push(o-7,o-6,o-5,o-4,o-3,o-2,o-1,o)}else a.array=Array.apply(null,{length:a.total}).map(function(t,e){return e+1});return a}}},groups:{get:function(){for(var t,e,n=this.get("rows"),r={},i=0;i<n.length;i++)(e=n[i][this._init.by])!=t&&(r[i]=1),t=e;return r}}}});var T=["label","type","filter","hidden","sort","no-pad","id","editable"],M=/^[a-z]{1,3}[0-9]+(?:-[0-9]+)?$/,R=[];function N(t){return void 0===t&&(t={}),function(e){var n=e.Ractive,r=e.instance;"includeGrid"in t&&n.styleSet("table.inclideGrid",t.includeGrid),r.components[t.name||"data-table"]=A}}i("RMTable","components",A),t.Table=A,t.plugin=N,t.default=N,Object.defineProperty(t,"__esModule",{value:!0})}); |
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1668428
3.63%211
2.93%21217
3.45%16
6.67%