@esheet/renderer-standalone 0.0.3 → 0.0.4-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/dist/standalone.js +3 -2
- package/package.json +2 -2
package/dist/standalone.js
CHANGED
|
@@ -30650,6 +30650,7 @@ const sj = {
|
|
|
30650
30650
|
answerType: "selection",
|
|
30651
30651
|
hasOptions: !0,
|
|
30652
30652
|
hasMatrix: !1,
|
|
30653
|
+
defaultOptionCount: 2,
|
|
30653
30654
|
defaultProps: {},
|
|
30654
30655
|
placeholder: { question: "Enter your question..." }
|
|
30655
30656
|
},
|
|
@@ -31650,7 +31651,7 @@ function Mj(a) {
|
|
|
31650
31651
|
j.options = L;
|
|
31651
31652
|
}
|
|
31652
31653
|
if (y.hasMatrix && U > 0) {
|
|
31653
|
-
if (
|
|
31654
|
+
if (j.rows === void 0) {
|
|
31654
31655
|
const L = [], V = /* @__PURE__ */ new Set();
|
|
31655
31656
|
for (let oe = 0; oe < U; oe++) {
|
|
31656
31657
|
const xe = HT(V, O);
|
|
@@ -31658,7 +31659,7 @@ function Mj(a) {
|
|
|
31658
31659
|
}
|
|
31659
31660
|
j.rows = L;
|
|
31660
31661
|
}
|
|
31661
|
-
if (
|
|
31662
|
+
if (j.columns === void 0) {
|
|
31662
31663
|
const L = [], V = /* @__PURE__ */ new Set();
|
|
31663
31664
|
for (let oe = 0; oe < U; oe++) {
|
|
31664
31665
|
const xe = qT(V, O);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esheet/renderer-standalone",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4-0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/mieweb/eSheet"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@esheet/renderer": "
|
|
34
|
+
"@esheet/renderer": "0.0.3",
|
|
35
35
|
"react": "^19.0.0",
|
|
36
36
|
"react-dom": "^19.0.0",
|
|
37
37
|
"tslib": "^2.3.0"
|