@pie-lib/math-input 8.1.1-next.1 → 8.1.1-next.2
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/_virtual/_rolldown/runtime.js +11 -0
- package/dist/horizontal-keypad.d.ts +31 -0
- package/dist/horizontal-keypad.js +57 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +19 -0
- package/dist/keypad/accessible-keypad.d.ts +37 -0
- package/dist/keypad/accessible-keypad.js +614 -0
- package/dist/keypad/index.d.ts +2 -0
- package/dist/keypad/keys-layout.d.ts +15 -0
- package/dist/keypad/keys-layout.js +5 -0
- package/dist/keypad/model.d.ts +28 -0
- package/dist/keypad/model.js +4 -0
- package/dist/keys/basic-operators.d.ts +13 -0
- package/dist/keys/basic-operators.js +30 -0
- package/dist/keys/chars.d.ts +13 -0
- package/dist/keys/comparison.d.ts +12 -0
- package/dist/keys/comparison.js +32 -0
- package/dist/keys/constants.d.ts +12 -0
- package/dist/keys/constants.js +35 -0
- package/dist/keys/digits.d.ts +23 -0
- package/dist/keys/digits.js +34 -0
- package/dist/keys/edit.d.ts +14 -0
- package/dist/keys/edit.js +9 -0
- package/dist/keys/exponent.d.ts +12 -0
- package/dist/keys/exponent.js +28 -0
- package/dist/keys/fractions.d.ts +11 -0
- package/dist/keys/fractions.js +27 -0
- package/dist/keys/geometry.d.ts +31 -0
- package/dist/keys/geometry.js +127 -0
- package/dist/keys/grades.d.ts +17 -0
- package/dist/keys/grades.js +414 -0
- package/dist/keys/index.d.ts +14 -0
- package/dist/keys/index.js +50 -0
- package/dist/keys/log.d.ts +11 -0
- package/dist/keys/log.js +25 -0
- package/dist/keys/logic.d.ts +10 -0
- package/dist/keys/logic.js +13 -0
- package/dist/keys/matrices.d.ts +10 -0
- package/dist/keys/matrices.js +17 -0
- package/dist/keys/misc.d.ts +18 -0
- package/dist/keys/misc.js +60 -0
- package/dist/keys/navigation.d.ts +10 -0
- package/dist/keys/navigation.js +13 -0
- package/dist/keys/operators.d.ts +9 -0
- package/dist/keys/operators.js +11 -0
- package/dist/keys/statistics.d.ts +13 -0
- package/dist/keys/statistics.js +38 -0
- package/dist/keys/sub-sup.d.ts +10 -0
- package/dist/keys/sub-sup.js +17 -0
- package/dist/keys/trigonometry.d.ts +14 -0
- package/dist/keys/trigonometry.js +43 -0
- package/dist/keys/utils.d.ts +13 -0
- package/dist/keys/utils.js +24 -0
- package/dist/keys/vars.d.ts +11 -0
- package/dist/keys/vars.js +22 -0
- package/dist/math-input.d.ts +30 -0
- package/dist/mq/common-mq-styles.d.ts +225 -0
- package/dist/mq/common-mq-styles.js +54 -0
- package/dist/mq/custom-elements.d.ts +10 -0
- package/dist/mq/custom-elements.js +10 -0
- package/dist/mq/index.d.ts +12 -0
- package/dist/mq/index.js +12 -0
- package/dist/mq/input.d.ts +35 -0
- package/dist/mq/input.js +83 -0
- package/dist/mq/static.d.ts +43 -0
- package/dist/mq/static.js +142 -0
- package/dist/updateSpans.d.ts +10 -0
- package/dist/updateSpans.js +9 -0
- package/package.json +32 -17
- package/CHANGELOG.json +0 -17
- package/CHANGELOG.md +0 -1172
- package/LICENSE.md +0 -5
- package/lib/horizontal-keypad.js +0 -96
- package/lib/horizontal-keypad.js.map +0 -1
- package/lib/index.js +0 -69
- package/lib/index.js.map +0 -1
- package/lib/keypad/index.js +0 -413
- package/lib/keypad/index.js.map +0 -1
- package/lib/keypad/keys-layout.js +0 -22
- package/lib/keypad/keys-layout.js.map +0 -1
- package/lib/keys/basic-operators.js +0 -33
- package/lib/keys/basic-operators.js.map +0 -1
- package/lib/keys/chars.js +0 -12
- package/lib/keys/chars.js.map +0 -1
- package/lib/keys/comparison.js +0 -39
- package/lib/keys/comparison.js.map +0 -1
- package/lib/keys/constants.js +0 -37
- package/lib/keys/constants.js.map +0 -1
- package/lib/keys/digits.js +0 -46
- package/lib/keys/digits.js.map +0 -1
- package/lib/keys/edit.js +0 -14
- package/lib/keys/edit.js.map +0 -1
- package/lib/keys/exponent.js +0 -30
- package/lib/keys/exponent.js.map +0 -1
- package/lib/keys/fractions.js +0 -29
- package/lib/keys/fractions.js.map +0 -1
- package/lib/keys/geometry.js +0 -140
- package/lib/keys/geometry.js.map +0 -1
- package/lib/keys/grades.js +0 -259
- package/lib/keys/grades.js.map +0 -1
- package/lib/keys/index.js +0 -35
- package/lib/keys/index.js.map +0 -1
- package/lib/keys/log.js +0 -27
- package/lib/keys/log.js.map +0 -1
- package/lib/keys/logic.js +0 -19
- package/lib/keys/logic.js.map +0 -1
- package/lib/keys/matrices.js +0 -19
- package/lib/keys/matrices.js.map +0 -1
- package/lib/keys/misc.js +0 -62
- package/lib/keys/misc.js.map +0 -1
- package/lib/keys/navigation.js +0 -20
- package/lib/keys/navigation.js.map +0 -1
- package/lib/keys/operators.js +0 -15
- package/lib/keys/operators.js.map +0 -1
- package/lib/keys/statistics.js +0 -40
- package/lib/keys/statistics.js.map +0 -1
- package/lib/keys/sub-sup.js +0 -19
- package/lib/keys/sub-sup.js.map +0 -1
- package/lib/keys/trigonometry.js +0 -45
- package/lib/keys/trigonometry.js.map +0 -1
- package/lib/keys/utils.js +0 -87
- package/lib/keys/utils.js.map +0 -1
- package/lib/keys/vars.js +0 -24
- package/lib/keys/vars.js.map +0 -1
- package/lib/math-input.js +0 -141
- package/lib/math-input.js.map +0 -1
- package/lib/mq/common-mq-styles.js +0 -102
- package/lib/mq/common-mq-styles.js.map +0 -1
- package/lib/mq/custom-elements.js +0 -20
- package/lib/mq/custom-elements.js.map +0 -1
- package/lib/mq/index.js +0 -28
- package/lib/mq/index.js.map +0 -1
- package/lib/mq/input.js +0 -186
- package/lib/mq/input.js.map +0 -1
- package/lib/mq/mathquill-instance.js +0 -52
- package/lib/mq/mathquill-instance.js.map +0 -1
- package/lib/mq/static.js +0 -301
- package/lib/mq/static.js.map +0 -1
- package/lib/updateSpans.js +0 -19
- package/lib/updateSpans.js.map +0 -1
- package/src/__tests__/horizontal-keypad.test.jsx +0 -463
- package/src/__tests__/index.test.js +0 -247
- package/src/__tests__/math-input-test.jsx +0 -45
- package/src/__tests__/updateSpans.test.js +0 -297
- package/src/horizontal-keypad.jsx +0 -69
- package/src/index.jsx +0 -28
- package/src/keypad/__tests__/index.test.jsx +0 -25
- package/src/keypad/__tests__/keys-layout.test.js +0 -14
- package/src/keypad/index.jsx +0 -439
- package/src/keypad/keys-layout.js +0 -16
- package/src/keys/__tests__/utils.test.js +0 -57
- package/src/keys/basic-operators.js +0 -32
- package/src/keys/chars.js +0 -5
- package/src/keys/comparison.js +0 -28
- package/src/keys/constants.js +0 -35
- package/src/keys/digits.js +0 -40
- package/src/keys/edit.js +0 -3
- package/src/keys/exponent.js +0 -28
- package/src/keys/fractions.js +0 -26
- package/src/keys/geometry.js +0 -144
- package/src/keys/grades.js +0 -367
- package/src/keys/index.js +0 -20
- package/src/keys/log.js +0 -22
- package/src/keys/logic.js +0 -15
- package/src/keys/matrices.js +0 -15
- package/src/keys/misc.js +0 -65
- package/src/keys/navigation.js +0 -8
- package/src/keys/operators.js +0 -10
- package/src/keys/statistics.js +0 -38
- package/src/keys/sub-sup.js +0 -15
- package/src/keys/trigonometry.js +0 -15
- package/src/keys/utils.js +0 -66
- package/src/keys/vars.js +0 -19
- package/src/math-input.jsx +0 -119
- package/src/mq/__tests__/custom-elements.test.js +0 -342
- package/src/mq/__tests__/input.test.jsx +0 -40
- package/src/mq/__tests__/mathquill-instance.test.js +0 -67
- package/src/mq/__tests__/static.test.jsx +0 -33
- package/src/mq/common-mq-styles.js +0 -109
- package/src/mq/custom-elements.js +0 -11
- package/src/mq/index.js +0 -5
- package/src/mq/input.jsx +0 -166
- package/src/mq/mathquill-instance.js +0 -45
- package/src/mq/static.jsx +0 -290
- package/src/updateSpans.js +0 -15
package/src/mq/static.jsx
DELETED
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import debug from 'debug';
|
|
4
|
-
import { updateSpans } from '../updateSpans';
|
|
5
|
-
import { MQ } from './mathquill-instance';
|
|
6
|
-
|
|
7
|
-
const log = debug('pie-lib:math-input:mq:static');
|
|
8
|
-
const REGEX = /\\MathQuillMathField\[r\d*\]\{(.*?)\}/g;
|
|
9
|
-
const WHITESPACE_REGEX = / /g;
|
|
10
|
-
|
|
11
|
-
function stripSpaces(string = '') {
|
|
12
|
-
return string.replace(WHITESPACE_REGEX, '');
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
function countBraces(latex) {
|
|
16
|
-
let count = 0;
|
|
17
|
-
|
|
18
|
-
for (let i = 0; i < (latex || '').length; i++) {
|
|
19
|
-
if (latex[i] === '{') {
|
|
20
|
-
count++;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
return count;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Wrapper for MathQuill MQ.MathField.
|
|
29
|
-
*/
|
|
30
|
-
export default class Static extends React.Component {
|
|
31
|
-
static propTypes = {
|
|
32
|
-
latex: PropTypes.string.isRequired,
|
|
33
|
-
onFocus: PropTypes.func,
|
|
34
|
-
onBlur: PropTypes.func,
|
|
35
|
-
className: PropTypes.string,
|
|
36
|
-
getFieldName: PropTypes.func,
|
|
37
|
-
onSubFieldChange: PropTypes.func,
|
|
38
|
-
onSubFieldFocus: PropTypes.func,
|
|
39
|
-
setInput: PropTypes.func,
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
static defaultProps = {
|
|
43
|
-
getFieldName: () => {},
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
constructor(props) {
|
|
47
|
-
super(props);
|
|
48
|
-
this.state = {
|
|
49
|
-
announcement: '',
|
|
50
|
-
previousLatex: '',
|
|
51
|
-
inputSource: null,
|
|
52
|
-
isDeleteKeyPressed: false,
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
this.inputRef = React.createRef();
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
componentDidMount() {
|
|
59
|
-
this.update();
|
|
60
|
-
updateSpans();
|
|
61
|
-
|
|
62
|
-
this.createLiveRegion();
|
|
63
|
-
this.addEventListeners();
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
componentDidUpdate() {
|
|
67
|
-
this.update();
|
|
68
|
-
updateSpans();
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
componentWillUnmount() {
|
|
72
|
-
this.removeLiveRegion();
|
|
73
|
-
this.removeEventListeners();
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
createLiveRegion = () => {
|
|
77
|
-
this.liveRegion = document.createElement('div');
|
|
78
|
-
this.liveRegion.style.position = 'absolute';
|
|
79
|
-
this.liveRegion.style.width = '1px';
|
|
80
|
-
this.liveRegion.style.height = '1px';
|
|
81
|
-
this.liveRegion.style.marginTop = '-1px';
|
|
82
|
-
this.liveRegion.style.clip = 'rect(1px, 1px, 1px, 1px)';
|
|
83
|
-
this.liveRegion.style.overflow = 'hidden';
|
|
84
|
-
this.liveRegion.setAttribute('aria-live', 'polite');
|
|
85
|
-
this.liveRegion.setAttribute('aria-atomic', 'true');
|
|
86
|
-
|
|
87
|
-
document.body.appendChild(this.liveRegion);
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
addEventListeners = () => {
|
|
91
|
-
const input = this.inputRef.current;
|
|
92
|
-
|
|
93
|
-
if (input) {
|
|
94
|
-
input.addEventListener('keydown', this.handleKeyDown);
|
|
95
|
-
input.addEventListener('click', this.handleMathKeyboardClick);
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
removeEventListeners = () => {
|
|
100
|
-
const input = this.inputRef.current;
|
|
101
|
-
|
|
102
|
-
if (input) {
|
|
103
|
-
input.removeEventListener('keydown', this.handleKeyDown);
|
|
104
|
-
input.removeEventListener('click', this.handleMathKeyboardClick);
|
|
105
|
-
}
|
|
106
|
-
};
|
|
107
|
-
|
|
108
|
-
removeLiveRegion = () => {
|
|
109
|
-
if (this.liveRegion) {
|
|
110
|
-
document.body.removeChild(this.liveRegion);
|
|
111
|
-
this.liveRegion = null;
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
handleKeyDown = (event) => {
|
|
116
|
-
if (event?.key === 'Backspace' || event?.key === 'Delete') {
|
|
117
|
-
this.setState({ isDeleteKeyPressed: true });
|
|
118
|
-
}
|
|
119
|
-
this.setState({ inputSource: 'keyboard' });
|
|
120
|
-
};
|
|
121
|
-
|
|
122
|
-
handleMathKeyboardClick = () => {
|
|
123
|
-
this.setState({ inputSource: 'mathKeyboard' });
|
|
124
|
-
};
|
|
125
|
-
|
|
126
|
-
onInputEdit = (field) => {
|
|
127
|
-
if (!this.mathField || this._isProgrammaticUpdate) {
|
|
128
|
-
return;
|
|
129
|
-
}
|
|
130
|
-
const name = this.props.getFieldName(field, this.mathField.innerFields);
|
|
131
|
-
|
|
132
|
-
if (this.props.onSubFieldChange) {
|
|
133
|
-
// eslint-disable-next-line no-useless-escape
|
|
134
|
-
const regexMatch = field.latex().match(/[0-9]\\ \\frac\{[^\{]*\}\{ \}/);
|
|
135
|
-
|
|
136
|
-
if (this.inputRef?.current && regexMatch && regexMatch?.length) {
|
|
137
|
-
try {
|
|
138
|
-
field.__controller.cursor.insLeftOf(field.__controller.cursor.parent[-1].parent);
|
|
139
|
-
field.el().dispatchEvent(new KeyboardEvent('keydown', { keyCode: 8 }));
|
|
140
|
-
} catch (e) {
|
|
141
|
-
// eslint-disable-next-line no-console
|
|
142
|
-
console.error(e.toString());
|
|
143
|
-
}
|
|
144
|
-
} else {
|
|
145
|
-
this.props.onSubFieldChange(name, field.latex());
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
this.announceLatexConversion(field.latex());
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
announceLatexConversion = (newLatex) => {
|
|
153
|
-
if (!this.state) {
|
|
154
|
-
// eslint-disable-next-line no-console
|
|
155
|
-
console.error('State is not initialized');
|
|
156
|
-
return;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
const { previousLatex, inputSource, isDeleteKeyPressed } = this.state;
|
|
160
|
-
const announcement = 'Converted to math symbol';
|
|
161
|
-
|
|
162
|
-
if (inputSource === 'keyboard' && !isDeleteKeyPressed) {
|
|
163
|
-
const newBraces = countBraces(newLatex);
|
|
164
|
-
const oldBraces = countBraces(previousLatex);
|
|
165
|
-
|
|
166
|
-
if (newBraces > oldBraces) {
|
|
167
|
-
this.announceMessage(announcement);
|
|
168
|
-
} else {
|
|
169
|
-
try {
|
|
170
|
-
this.mathField.parseLatex(previousLatex);
|
|
171
|
-
this.mathField.parseLatex(newLatex);
|
|
172
|
-
|
|
173
|
-
if (newLatex == previousLatex) {
|
|
174
|
-
this.announceMessage(announcement);
|
|
175
|
-
}
|
|
176
|
-
} catch (e) {
|
|
177
|
-
// eslint-disable-next-line no-console
|
|
178
|
-
console.warn('Error parsing latex:', e.message);
|
|
179
|
-
// eslint-disable-next-line no-console
|
|
180
|
-
console.warn(e);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// Only setState when values change to avoid "Maximum update depth exceeded"
|
|
186
|
-
if (this.state.previousLatex !== newLatex || this.state.isDeleteKeyPressed) {
|
|
187
|
-
this.setState({ previousLatex: newLatex, isDeleteKeyPressed: false });
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
announceMessage = (message) => {
|
|
192
|
-
this.setState({ previousLatex: '' });
|
|
193
|
-
|
|
194
|
-
if (this.liveRegion) {
|
|
195
|
-
this.liveRegion.textContent = message;
|
|
196
|
-
|
|
197
|
-
// Clear the message after it is announced
|
|
198
|
-
setTimeout(() => {
|
|
199
|
-
this.liveRegion.textContent = '';
|
|
200
|
-
}, 500);
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
update = () => {
|
|
205
|
-
if (!MQ) {
|
|
206
|
-
throw new Error('MQ is not defined - but component has mounted?');
|
|
207
|
-
}
|
|
208
|
-
if (!this.mathField) {
|
|
209
|
-
this.mathField = MQ.StaticMath(this.inputRef?.current, {
|
|
210
|
-
handlers: {
|
|
211
|
-
edit: this.onInputEdit.bind(this),
|
|
212
|
-
},
|
|
213
|
-
});
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
try {
|
|
217
|
-
this._isProgrammaticUpdate = true;
|
|
218
|
-
this.mathField.parseLatex(this.props.latex);
|
|
219
|
-
this.mathField.latex(this.props.latex);
|
|
220
|
-
} catch (e) {
|
|
221
|
-
// default latex if received has errors
|
|
222
|
-
this.mathField.latex('\\MathQuillMathField[r1]{}');
|
|
223
|
-
} finally {
|
|
224
|
-
this._isProgrammaticUpdate = false;
|
|
225
|
-
}
|
|
226
|
-
};
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
blur = () => {
|
|
230
|
-
log('blur mathfield');
|
|
231
|
-
this.mathField.blur();
|
|
232
|
-
};
|
|
233
|
-
|
|
234
|
-
focus = () => {
|
|
235
|
-
log('focus mathfield...');
|
|
236
|
-
this.mathField.focus();
|
|
237
|
-
};
|
|
238
|
-
|
|
239
|
-
shouldComponentUpdate(nextProps) {
|
|
240
|
-
try {
|
|
241
|
-
const parsedLatex = this.mathField.parseLatex(nextProps.latex);
|
|
242
|
-
const stripped = stripSpaces(parsedLatex);
|
|
243
|
-
const newFieldCount = (nextProps.latex.match(REGEX) || []).length;
|
|
244
|
-
|
|
245
|
-
const out =
|
|
246
|
-
stripped !== stripSpaces(this.mathField.latex().trim()) ||
|
|
247
|
-
newFieldCount !== Object.keys(this.mathField.innerFields).length / 2;
|
|
248
|
-
|
|
249
|
-
log('[shouldComponentUpdate] ', out);
|
|
250
|
-
return out;
|
|
251
|
-
} catch (e) {
|
|
252
|
-
// eslint-disable-next-line no-console
|
|
253
|
-
console.warn('Error parsing latex:', e.message, 'skip update');
|
|
254
|
-
// eslint-disable-next-line no-console
|
|
255
|
-
console.warn(e);
|
|
256
|
-
return false;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
onFocus = (e) => {
|
|
261
|
-
try {
|
|
262
|
-
let rootBlock = e.target.parentElement.nextSibling;
|
|
263
|
-
let id = parseInt(rootBlock.getAttribute('mathquill-block-id'), 10);
|
|
264
|
-
|
|
265
|
-
if (!id) {
|
|
266
|
-
rootBlock = rootBlock.parentElement;
|
|
267
|
-
id = parseInt(rootBlock.getAttribute('mathquill-block-id'), 10);
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
const innerField = this.mathField.innerFields.find((f) => f.id === id);
|
|
271
|
-
|
|
272
|
-
if (innerField) {
|
|
273
|
-
const name = this.props.getFieldName(innerField, this.mathField.innerFields);
|
|
274
|
-
if (this.props.setInput) {
|
|
275
|
-
this.props.setInput(innerField);
|
|
276
|
-
}
|
|
277
|
-
this.props.onSubFieldFocus(name, innerField);
|
|
278
|
-
}
|
|
279
|
-
} catch (err) {
|
|
280
|
-
// eslint-disable-next-line no-console
|
|
281
|
-
console.error('error finding root block', err.message);
|
|
282
|
-
}
|
|
283
|
-
};
|
|
284
|
-
|
|
285
|
-
render() {
|
|
286
|
-
const { onBlur, className } = this.props;
|
|
287
|
-
|
|
288
|
-
return <span className={className} onFocus={this.onFocus} onBlur={onBlur} ref={this.inputRef} />;
|
|
289
|
-
}
|
|
290
|
-
}
|
package/src/updateSpans.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// increase the font of parallel notation
|
|
2
|
-
const updateSpans = () => {
|
|
3
|
-
const spans = Array.from(document.querySelectorAll('span[mathquill-command-id]'));
|
|
4
|
-
(spans || []).forEach((span) => {
|
|
5
|
-
if (span && span.innerText === '∥' && span.className !== 'mq-editable-field') {
|
|
6
|
-
span.style.fontSize = '32px';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
if ((span.innerText === '′' || span.innerText === '′′') && !span.hasAttribute('data-prime')) {
|
|
10
|
-
span.setAttribute('data-prime', 'true');
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { updateSpans };
|