Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pie-api/pie-element-extensions

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pie-api/pie-element-extensions - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

dist/pies/cssUtils-85d09180.js

7

dist/index.js

@@ -68,3 +68,3 @@ /**

* http://polymer.github.io/PATENTS.txt
*/const w=e=>null===e||!("object"==typeof e||"function"==typeof e),b=e=>Array.isArray(e)||!(!e||!e[Symbol.iterator]);class x{constructor(e,t,s){this.dirty=!0,this.element=e,this.name=t,this.strings=s,this.parts=[];for(let e=0;e<s.length-1;e++)this.parts[e]=this._createPart()}_createPart(){return new C(this)}_getValue(){const e=this.strings,t=e.length-1,s=this.parts;if(1===t&&""===e[0]&&""===e[1]){const e=s[0].value;if("symbol"==typeof e)return String(e);if("string"==typeof e||!b(e))return e}let i="";for(let n=0;n<t;n++){i+=e[n];const t=s[n];if(void 0!==t){const e=t.value;if(w(e)||!b(e))i+="string"==typeof e?e:String(e);else for(const t of e)i+="string"==typeof t?t:String(t)}}return i+=e[t],i}commit(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}class C{constructor(e){this.value=void 0,this.committer=e}setValue(e){e===f||w(e)&&e===this.value||(this.value=e,m(e)||(this.committer.dirty=!0))}commit(){for(;m(this.value);){const e=this.value;this.value=f,e(this)}this.value!==f&&this.committer.commit()}}class P{constructor(e){this.value=void 0,this.__pendingValue=void 0,this.options=e}appendInto(e){this.startNode=e.appendChild(l()),this.endNode=e.appendChild(l())}insertAfterNode(e){this.startNode=e,this.endNode=e.nextSibling}appendIntoPart(e){e.__insert(this.startNode=l()),e.__insert(this.endNode=l())}insertAfterPart(e){e.__insert(this.startNode=l()),this.endNode=e.endNode,e.endNode=this.startNode}setValue(e){this.__pendingValue=e}commit(){if(null===this.startNode.parentNode)return;for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}const e=this.__pendingValue;e!==f&&(w(e)?e!==this.value&&this.__commitText(e):e instanceof S?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):b(e)?this.__commitIterable(e):e===v?(this.value=v,this.clear()):this.__commitText(e))}__insert(e){this.endNode.parentNode.insertBefore(e,this.endNode)}__commitNode(e){this.value!==e&&(this.clear(),this.__insert(e),this.value=e)}__commitText(e){const t=this.startNode.nextSibling,s="string"==typeof(e=null==e?"":e)?e:String(e);t===this.endNode.previousSibling&&3===t.nodeType?t.data=s:this.__commitNode(document.createTextNode(s)),this.value=e}__commitTemplateResult(e){const t=this.options.templateFactory(e);if(this.value instanceof g&&this.value.template===t)this.value.update(e.values);else{const s=new g(t,e.processor,this.options),i=s._clone();s.update(e.values),this.__commitNode(i),this.value=s}}__commitIterable(e){Array.isArray(this.value)||(this.value=[],this.clear());const t=this.value;let s,i=0;for(const n of e)s=t[i],void 0===s&&(s=new P(this.options),t.push(s),0===i?s.appendIntoPart(this):s.insertAfterPart(t[i-1])),s.setValue(n),s.commit(),i++;i<t.length&&(t.length=i,this.clear(s&&s.endNode))}clear(e=this.startNode){t(this.startNode.parentNode,e.nextSibling,this.endNode)}}class N{constructor(e,t,s){if(this.value=void 0,this.__pendingValue=void 0,2!==s.length||""!==s[0]||""!==s[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=t,this.strings=s}setValue(e){this.__pendingValue=e}commit(){for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}if(this.__pendingValue===f)return;const e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=f}}class T extends x{constructor(e,t,s){super(e,t,s),this.single=2===s.length&&""===s[0]&&""===s[1]}_createPart(){return new A(this)}_getValue(){return this.single?this.parts[0].value:super._getValue()}commit(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}class A extends C{}let E=!1;(()=>{try{const e={get capture(){return E=!0,!1}};window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){}})();class ${constructor(e,t,s){this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=t,this.eventContext=s,this.__boundHandleEvent=e=>this.handleEvent(e)}setValue(e){this.__pendingValue=e}commit(){for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}if(this.__pendingValue===f)return;const e=this.__pendingValue,t=this.value,s=null==e||null!=t&&(e.capture!==t.capture||e.once!==t.once||e.passive!==t.passive),i=null!=e&&(null==t||s);s&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),i&&(this.__options=V(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=f}handleEvent(e){"function"==typeof this.value?this.value.call(this.eventContext||this.element,e):this.value.handleEvent(e)}}const V=e=>e&&(E?{capture:e.capture,passive:e.passive,once:e.once}:e.capture)
*/const b=e=>null===e||!("object"==typeof e||"function"==typeof e),w=e=>Array.isArray(e)||!(!e||!e[Symbol.iterator]);class x{constructor(e,t,s){this.dirty=!0,this.element=e,this.name=t,this.strings=s,this.parts=[];for(let e=0;e<s.length-1;e++)this.parts[e]=this._createPart()}_createPart(){return new C(this)}_getValue(){const e=this.strings,t=e.length-1,s=this.parts;if(1===t&&""===e[0]&&""===e[1]){const e=s[0].value;if("symbol"==typeof e)return String(e);if("string"==typeof e||!w(e))return e}let i="";for(let n=0;n<t;n++){i+=e[n];const t=s[n];if(void 0!==t){const e=t.value;if(b(e)||!w(e))i+="string"==typeof e?e:String(e);else for(const t of e)i+="string"==typeof t?t:String(t)}}return i+=e[t],i}commit(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}class C{constructor(e){this.value=void 0,this.committer=e}setValue(e){e===f||b(e)&&e===this.value||(this.value=e,m(e)||(this.committer.dirty=!0))}commit(){for(;m(this.value);){const e=this.value;this.value=f,e(this)}this.value!==f&&this.committer.commit()}}class P{constructor(e){this.value=void 0,this.__pendingValue=void 0,this.options=e}appendInto(e){this.startNode=e.appendChild(l()),this.endNode=e.appendChild(l())}insertAfterNode(e){this.startNode=e,this.endNode=e.nextSibling}appendIntoPart(e){e.__insert(this.startNode=l()),e.__insert(this.endNode=l())}insertAfterPart(e){e.__insert(this.startNode=l()),this.endNode=e.endNode,e.endNode=this.startNode}setValue(e){this.__pendingValue=e}commit(){if(null===this.startNode.parentNode)return;for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}const e=this.__pendingValue;e!==f&&(b(e)?e!==this.value&&this.__commitText(e):e instanceof S?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):w(e)?this.__commitIterable(e):e===v?(this.value=v,this.clear()):this.__commitText(e))}__insert(e){this.endNode.parentNode.insertBefore(e,this.endNode)}__commitNode(e){this.value!==e&&(this.clear(),this.__insert(e),this.value=e)}__commitText(e){const t=this.startNode.nextSibling,s="string"==typeof(e=null==e?"":e)?e:String(e);t===this.endNode.previousSibling&&3===t.nodeType?t.data=s:this.__commitNode(document.createTextNode(s)),this.value=e}__commitTemplateResult(e){const t=this.options.templateFactory(e);if(this.value instanceof g&&this.value.template===t)this.value.update(e.values);else{const s=new g(t,e.processor,this.options),i=s._clone();s.update(e.values),this.__commitNode(i),this.value=s}}__commitIterable(e){Array.isArray(this.value)||(this.value=[],this.clear());const t=this.value;let s,i=0;for(const n of e)s=t[i],void 0===s&&(s=new P(this.options),t.push(s),0===i?s.appendIntoPart(this):s.insertAfterPart(t[i-1])),s.setValue(n),s.commit(),i++;i<t.length&&(t.length=i,this.clear(s&&s.endNode))}clear(e=this.startNode){t(this.startNode.parentNode,e.nextSibling,this.endNode)}}class N{constructor(e,t,s){if(this.value=void 0,this.__pendingValue=void 0,2!==s.length||""!==s[0]||""!==s[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=t,this.strings=s}setValue(e){this.__pendingValue=e}commit(){for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}if(this.__pendingValue===f)return;const e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=f}}class T extends x{constructor(e,t,s){super(e,t,s),this.single=2===s.length&&""===s[0]&&""===s[1]}_createPart(){return new A(this)}_getValue(){return this.single?this.parts[0].value:super._getValue()}commit(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}class A extends C{}let E=!1;(()=>{try{const e={get capture(){return E=!0,!1}};window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){}})();class ${constructor(e,t,s){this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=t,this.eventContext=s,this.__boundHandleEvent=e=>this.handleEvent(e)}setValue(e){this.__pendingValue=e}commit(){for(;m(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=f,e(this)}if(this.__pendingValue===f)return;const e=this.__pendingValue,t=this.value,s=null==e||null!=t&&(e.capture!==t.capture||e.once!==t.once||e.passive!==t.passive),i=null!=e&&(null==t||s);s&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),i&&(this.__options=V(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=f}handleEvent(e){"function"==typeof this.value?this.value.call(this.eventContext||this.element,e):this.value.handleEvent(e)}}const V=e=>e&&(E?{capture:e.capture,passive:e.passive,once:e.once}:e.capture)
/**

@@ -232,2 +232,3 @@ * @license

);
box-sizing: border-box;
color: var(--pie-live-session-text-color, ${se});

@@ -247,3 +248,3 @@ display: flex;

width: var(--pie-live-session-response-width, ${120}px);
${ie}
${ie};
}

@@ -264,3 +265,3 @@ .magnifier {

}
`),he=new WeakMap,ce=(de=e=>t=>{if(!(t instanceof P))throw new Error("unsafeHTML can only be used in text bindings");const s=he.get(t);if(void 0!==s&&w(e)&&e===s.value&&t.value===s.fragment)return;const i=document.createElement("template");i.innerHTML=e;const n=document.importNode(i.content,!0);t.setValue(n),he.set(t,{value:e,fragment:n})},(...e)=>{const t=de(...e);return u.set(t,!0),t});var de;const pe=(e,t,s)=>{const{choices:i,choicePrefix:n}=e||{},{value:r}=t||{},{mouseover:o,mouseout:a}=s||{};if(!i||!r)return"";const l="numbers"===n?49:65;return i.reduce((e,t,s)=>(r.indexOf(t.value)>=0&&e.push(s),e),[]).map(e=>{const{correct:t,label:s}=i[e];return M`<div
`),he=new WeakMap,ce=(de=e=>t=>{if(!(t instanceof P))throw new Error("unsafeHTML can only be used in text bindings");const s=he.get(t);if(void 0!==s&&b(e)&&e===s.value&&t.value===s.fragment)return;const i=document.createElement("template");i.innerHTML=e;const n=document.importNode(i.content,!0);t.setValue(n),he.set(t,{value:e,fragment:n})},(...e)=>{const t=de(...e);return u.set(t,!0),t});var de;const pe=(e,t,s)=>{const{choices:i,choicePrefix:n}=e||{},{value:r}=t||{},{mouseover:o,mouseout:a}=s||{};if(!i||!r)return"";const l="numbers"===n?49:65;return i.reduce((e,t,s)=>(r.indexOf(t.value)>=0&&e.push(s),e),[]).map(e=>{const{correct:t,label:s}=i[e];return M`<div
class="choice-value"

@@ -267,0 +268,0 @@ @mouseover=${e=>o(e,s)}

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as CategorizeCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as CategorizeCell};
//# sourceMappingURL=CategorizeCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as ChartingCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as ChartingCell};
//# sourceMappingURL=ChartingCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as ConstructedCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as ConstructedCell};
//# sourceMappingURL=ConstructedCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as s}from"./lit-element-236efe74.js";import{a as t,r,d as n}from"./cssUtils-e3142d13.js";import{C as a}from"./CustomLitElement-584c0ff9.js";import{u as i}from"./unsafe-html-ee02b8b6.js";import{p as o,g as p}from"./utils-779c324b.js";class l extends a{static get styles(){return[t,r,e`
import{c as s,h as e}from"./lit-element-236efe74.js";import{a as t,r,d as n}from"./cssUtils-85d09180.js";import{C as a}from"./CustomLitElement-584c0ff9.js";import{u as i}from"./unsafe-html-ee02b8b6.js";import{p as o,g as p}from"./utils-779c324b.js";class l extends a{static get styles(){return[t,r,s`
.response {

@@ -16,5 +16,5 @@ font-size: var(

}
`]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}_renderResponse(){const{choices:e,markup:s}=this.model||{},{value:t}=this.session||{};if(!t||!s)return"";return o(s).replace(/\{\{(.)\}\}/g,(s,r)=>{const n=e[r].find(e=>e.label===t[r]);return`\n <span class="answer">\n ${t[r]||""}\n <span class="correctness-indicator">${p(n,!0)}</span>\n </span>`})}render(){return s`<div class="response">
`]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}_renderResponse(){const{choices:s,markup:e}=this.model||{},{value:t}=this.session||{};if(!t||!e)return"";return o(e).replace(/\{\{(.)\}\}/g,(e,r)=>{const n=s[r].find(s=>s.label===t[r]);return`\n <span class="answer">\n ${t[r]||""}\n <span class="correctness-indicator">${p(n,!0)}</span>\n </span>`})}render(){return e`<div class="response">
${i(this._renderResponse())}
</div>`}}export default l;export{l as ConstructedResponse};
//# sourceMappingURL=ConstructedResponse.js.map

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as DragInTheBlankCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as DragInTheBlankCell};
//# sourceMappingURL=DragInTheBlankCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r}from"./cssUtils-e3142d13.js";import{C as i}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class n extends i{static get styles(){return[s,o,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r}from"./cssUtils-85d09180.js";import{C as i}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class n extends i{static get styles(){return[s,o,r,e`
span {

@@ -3,0 +3,0 @@ margin: 2px;

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as DrawingCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as DrawingCell};
//# sourceMappingURL=DrawingCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{r as s,g as i,h as a}from"./cssUtils-e3142d13.js";import{C as r}from"./CustomLitElement-584c0ff9.js";class n extends r{static get styles(){return[s,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{r as s,g as i,h as a}from"./cssUtils-85d09180.js";import{C as r}from"./CustomLitElement-584c0ff9.js";class n extends r{static get styles(){return[s,e`
.response {

@@ -3,0 +3,0 @@ position: relative;

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,c as o,f as i,a as r,i as h}from"./cssUtils-e3142d13.js";import{C as n}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as c,r as l}from"./utils-779c324b.js";class a extends n{static get styles(){return[s,o,i,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,c as o,f as i,a as r,i as h}from"./cssUtils-85d09180.js";import{C as n}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as c,r as l}from"./utils-779c324b.js";class a extends n{static get styles(){return[s,o,i,r,e`
:host {

@@ -3,0 +3,0 @@ color: var(--pie-live-session-text-color, black);

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,a as i,r}from"./cssUtils-e3142d13.js";import{C as h}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as n,r as u}from"./utils-779c324b.js";class c extends h{static get styles(){return[s,o,i,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,a as i,r}from"./cssUtils-85d09180.js";import{C as h}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as n,r as u}from"./utils-779c324b.js";class c extends h{static get styles(){return[s,o,i,r,e`
.response {

@@ -3,0 +3,0 @@ align-items: center;

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as EmptyCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as EmptyCell};
//# sourceMappingURL=EmptyCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response"></div>`}}export default r;export{r as EmptyResponse};
import{h as t}from"./lit-element-236efe74.js";import{e}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[e]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="response"></div>`}}export default r;export{r as EmptyResponse};
//# sourceMappingURL=EmptyResponse.js.map

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as ExtendedTextEntryCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as ExtendedTextEntryCell};
//# sourceMappingURL=ExtendedTextEntryCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as s}from"./lit-element-236efe74.js";import{a as t,r,d as i}from"./cssUtils-e3142d13.js";import{C as o}from"./CustomLitElement-584c0ff9.js";import{u as a}from"./unsafe-html-ee02b8b6.js";import{p as n}from"./utils-779c324b.js";class p extends o{static get styles(){return[t,r,e`
import{c as e,h as s}from"./lit-element-236efe74.js";import{a as t,r,d as i}from"./cssUtils-85d09180.js";import{C as o}from"./CustomLitElement-584c0ff9.js";import{u as a}from"./unsafe-html-ee02b8b6.js";import{p as n}from"./utils-779c324b.js";class p extends o{static get styles(){return[t,r,e`
.response {

@@ -3,0 +3,0 @@ font-size: var(

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as GraphingCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as GraphingCell};
//# sourceMappingURL=GraphingCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as HotspotCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as HotspotCell};
//# sourceMappingURL=HotspotCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as InlineDropdownCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as InlineDropdownCell};
//# sourceMappingURL=InlineDropdownCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r}from"./cssUtils-e3142d13.js";import{C as i}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class u extends i{static get styles(){return[s,o,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r}from"./cssUtils-85d09180.js";import{C as i}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class u extends i{static get styles(){return[s,o,r,e`
p {

@@ -3,0 +3,0 @@ margin: 2px;

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as MatchCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as MatchCell};
//# sourceMappingURL=MatchCell.js.map

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as MatchListCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as MatchListCell};
//# sourceMappingURL=MatchListCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,r as o,d as i,i as r}from"./cssUtils-e3142d13.js";import{C as c}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as n,r as h}from"./utils-779c324b.js";class l extends c{static get styles(){return[s,o,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,r as o,d as i,i as r}from"./cssUtils-85d09180.js";import{C as c}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as n,r as h}from"./utils-779c324b.js";class l extends c{static get styles(){return[s,o,e`
.response {

@@ -3,0 +3,0 @@ font-size: var(

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as MathInlineCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as MathInlineCell};
//# sourceMappingURL=MathInlineCell.js.map

@@ -1,2 +0,2 @@

import{L as e,c as t,h as s}from"./lit-element-236efe74.js";import{r as o,d as n}from"./cssUtils-e3142d13.js";import{u as a}from"./unsafe-html-ee02b8b6.js";const r={ROUND_BRACKETS:"round_brackets",SQUARE_BRACKETS:"square_brackets",DOLLAR:"dollar",DOUBLE_DOLLAR:"double_dollar"},i={[r.ROUND_BRACKETS]:["\\(","\\)"],[r.SQUARE_BRACKETS]:["\\[","\\]"],[r.DOLLAR]:["$","$"],[r.DOUBLE_DOLLAR]:["$$","$$"]};class c extends e{static get styles(){return[o,t`
import{L as e,c as t,h as s}from"./lit-element-236efe74.js";import{r as o,d as n}from"./cssUtils-85d09180.js";import{u as a}from"./unsafe-html-ee02b8b6.js";const r={ROUND_BRACKETS:"round_brackets",SQUARE_BRACKETS:"square_brackets",DOLLAR:"dollar",DOUBLE_DOLLAR:"double_dollar"},i={[r.ROUND_BRACKETS]:["\\(","\\)"],[r.SQUARE_BRACKETS]:["\\[","\\]"],[r.DOLLAR]:["$","$"],[r.DOUBLE_DOLLAR]:["$$","$$"]};class c extends e{static get styles(){return[o,t`
.response {

@@ -3,0 +3,0 @@ font-size: var(

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,c as o,f as i,a as r,i as h}from"./cssUtils-e3142d13.js";import{C as c}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as l,r as n}from"./utils-779c324b.js";class a extends c{static get styles(){return[s,o,i,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,c as o,f as i,a as r,i as h}from"./cssUtils-85d09180.js";import{C as c}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as l,r as n}from"./utils-779c324b.js";class a extends c{static get styles(){return[s,o,i,r,e`
:host {

@@ -3,0 +3,0 @@ color: var(--pie-live-session-text-color, black);

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,a as i,r}from"./cssUtils-e3142d13.js";import{C as h}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as n,r as c}from"./utils-779c324b.js";class a extends h{static get styles(){return[s,o,i,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,a as i,r}from"./cssUtils-85d09180.js";import{C as h}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{a as n,r as c}from"./utils-779c324b.js";class a extends h{static get styles(){return[s,o,i,r,e`
.response {

@@ -3,0 +3,0 @@ align-items: center;

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as NumberLineCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as NumberLineCell};
//# sourceMappingURL=NumberLineCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as OrderingCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as OrderingCell};
//# sourceMappingURL=OrderingCell.js.map

@@ -1,2 +0,2 @@

import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-e3142d13.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
import{h as e}from"./lit-element-236efe74.js";import{e as t}from"./cssUtils-85d09180.js";import{C as s}from"./CustomLitElement-584c0ff9.js";class r extends s{static get styles(){return[t]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="response">
Expand to see student response

@@ -3,0 +3,0 @@ <div class="magnifier">&#9906;</div>

@@ -1,2 +0,2 @@

import{L as e,h as t}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-e3142d13.js";class r extends e{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return t`<div class="cell"></div>`}}export default r;export{r as SelectTextCell};
import{L as t,h as e}from"./lit-element-236efe74.js";import{c as s}from"./cssUtils-85d09180.js";class r extends t{static get styles(){return[s]}static get properties(){return{model:{type:Object,attribute:!1},session:{type:Array,attribute:!1}}}render(){return e`<div class="cell"></div>`}}export default r;export{r as SelectTextCell};
//# sourceMappingURL=SelectTextCell.js.map

@@ -1,2 +0,2 @@

import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r,d as i}from"./cssUtils-e3142d13.js";import{C as n}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class l extends n{static get styles(){return[s,o,r,e`
import{c as e,h as t}from"./lit-element-236efe74.js";import{b as s,f as o,r,d as i}from"./cssUtils-85d09180.js";import{C as n}from"./CustomLitElement-584c0ff9.js";import"./unsafe-html-ee02b8b6.js";import{g as h,r as c}from"./utils-779c324b.js";class l extends n{static get styles(){return[s,o,r,e`
.response {

@@ -3,0 +3,0 @@ font-size: var(

@@ -6,3 +6,3 @@ {

},
"version": "1.11.0",
"version": "1.11.1",
"description": "Extended capabilites for pie-elements",

@@ -9,0 +9,0 @@ "author": "PIE Api Authors",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc