eat-js-sdk 0.0.15 → 0.0.16
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.
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
let t4;
|
|
1763
1763
|
let t5;
|
|
1764
1764
|
let button_aria_label_value;
|
|
1765
|
-
let
|
|
1765
|
+
let button_aria_description_value;
|
|
1766
1766
|
let button_class_value;
|
|
1767
1767
|
let current;
|
|
1768
1768
|
let mounted;
|
|
@@ -1822,7 +1822,7 @@
|
|
|
1822
1822
|
ctx[19]
|
|
1823
1823
|
)}`}: ${/*option*/
|
|
1824
1824
|
ctx[17].answer}`);
|
|
1825
|
-
attr(button, "aria-
|
|
1825
|
+
attr(button, "aria-description", button_aria_description_value = /*isFinished*/
|
|
1826
1826
|
ctx[1] && /*resultFeedback*/
|
|
1827
1827
|
ctx[5] && /*selectedOption*/
|
|
1828
1828
|
ctx[3] === /*option*/
|
|
@@ -1917,14 +1917,14 @@
|
|
|
1917
1917
|
attr(button, "aria-label", button_aria_label_value);
|
|
1918
1918
|
}
|
|
1919
1919
|
if (!current || dirty & /*isFinished, resultFeedback, selectedOption, resultFeedbackTitle*/
|
|
1920
|
-
58 &&
|
|
1920
|
+
58 && button_aria_description_value !== (button_aria_description_value = /*isFinished*/
|
|
1921
1921
|
ctx[1] && /*resultFeedback*/
|
|
1922
1922
|
ctx[5] && /*selectedOption*/
|
|
1923
1923
|
ctx[3] === /*option*/
|
|
1924
1924
|
ctx[17].id ? `${/*resultFeedbackTitle*/
|
|
1925
1925
|
ctx[4]} ${/*resultFeedback*/
|
|
1926
1926
|
ctx[5]}` : "")) {
|
|
1927
|
-
attr(button, "aria-
|
|
1927
|
+
attr(button, "aria-description", button_aria_description_value);
|
|
1928
1928
|
}
|
|
1929
1929
|
if (!current || dirty & /*selectedOption, isFinished, isResultCorrect*/
|
|
1930
1930
|
14 && button_class_value !== (button_class_value = "btn-mcq-option group text-left " + /*selectedOption*/
|