@decidables/discountable-elements 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +418 -996
- package/lib/discountableElements.esm.js +8 -6
- package/lib/discountableElements.esm.js.map +1 -1
- package/lib/discountableElements.esm.min.js +5 -3
- package/lib/discountableElements.esm.min.js.map +1 -1
- package/lib/discountableElements.umd.js +8 -6
- package/lib/discountableElements.umd.js.map +1 -1
- package/lib/discountableElements.umd.min.js +5 -3
- package/lib/discountableElements.umd.min.js.map +1 -1
- package/package.json +3 -3
- package/src/components/discountable-response.js +4 -4
- package/src/components/itc-choice.js +4 -2
|
@@ -11716,13 +11716,13 @@
|
|
|
11716
11716
|
class DiscountableResponse extends DiscountableElement {
|
|
11717
11717
|
static get properties() {
|
|
11718
11718
|
return {
|
|
11719
|
-
|
|
11720
|
-
attribute: '
|
|
11719
|
+
feedback: {
|
|
11720
|
+
attribute: 'feedback',
|
|
11721
11721
|
type: Boolean,
|
|
11722
11722
|
reflect: true
|
|
11723
11723
|
},
|
|
11724
|
-
|
|
11725
|
-
attribute: '
|
|
11724
|
+
trial: {
|
|
11725
|
+
attribute: 'trial',
|
|
11726
11726
|
type: Boolean,
|
|
11727
11727
|
reflect: true
|
|
11728
11728
|
},
|
|
@@ -22543,7 +22543,8 @@ ${extraStyle}`)).style("margin-left", marginLeft ? `${+marginLeft}px` : null).st
|
|
|
22543
22543
|
render() {
|
|
22544
22544
|
return x$2`
|
|
22545
22545
|
<div class="holder">
|
|
22546
|
-
<itc-option
|
|
22546
|
+
<itc-option
|
|
22547
|
+
class="ss"
|
|
22547
22548
|
state=${this.state}
|
|
22548
22549
|
?interactive=${this.interactive}
|
|
22549
22550
|
amount="${this.as}"
|
|
@@ -22551,7 +22552,8 @@ ${extraStyle}`)).style("margin-left", marginLeft ? `${+marginLeft}px` : null).st
|
|
|
22551
22552
|
@itc-option-change=${this.ssChange.bind(this)}>
|
|
22552
22553
|
</itc-option><span class="query"
|
|
22553
22554
|
>${this.state === 'choice' ? '?' : this.state === 'fixation' ? '+' : x$2`∙`}</span
|
|
22554
|
-
><itc-option
|
|
22555
|
+
><itc-option
|
|
22556
|
+
class="ll"
|
|
22555
22557
|
state=${this.state}
|
|
22556
22558
|
?interactive=${this.interactive}
|
|
22557
22559
|
amount="${this.al}"
|