@pie-element/ebsr 10.2.7-next.4 → 10.2.7-next.9

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/module/element.js CHANGED
@@ -13126,6 +13126,7 @@ class MultipleChoice extends HTMLElement {
13126
13126
  trailing: true
13127
13127
  });
13128
13128
  this._dispatchResponseChanged = debounce(() => {
13129
+ console.log('>> dispatch event');
13129
13130
  var event = new CustomEvent('session-changed', {
13130
13131
  bubbles: true,
13131
13132
  composed: true,
package/module/print.js CHANGED
@@ -13089,6 +13089,7 @@ class MultipleChoice extends HTMLElement {
13089
13089
  trailing: true
13090
13090
  });
13091
13091
  this._dispatchResponseChanged = debounce(() => {
13092
+ console.log('>> dispatch event');
13092
13093
  var event = new CustomEvent('session-changed', {
13093
13094
  bubbles: true,
13094
13095
  composed: true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.2.7-next.4+dba7b2f5e",
3
+ "version": "10.2.7-next.9+7562ece6d",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.6.1-next.4+dba7b2f5e",
10
+ "@pie-element/multiple-choice": "^9.6.1-next.9+7562ece6d",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.5.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "dba7b2f5e68bd1d212e03ad1e4e574c55f58b150",
19
+ "gitHead": "7562ece6de0bd941264481b93ebb68c58ff30f71",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },