@pie-element/extended-text-entry 11.1.3-next.3 → 11.1.3-next.43
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/configure/lib/defaults.js +77 -10
- package/configure/lib/defaults.js.map +1 -1
- package/configure/package.json +1 -1
- package/controller/lib/defaults.js +11 -5
- package/controller/lib/defaults.js.map +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +79 -12
- package/module/controller.js +11 -8
- package/module/element.js +2 -2
- package/module/manifest.json +2 -2
- package/module/print.js +2 -2
- package/package.json +3 -3
|
@@ -6,24 +6,91 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
8
|
model: {
|
|
9
|
+
annotationsEnabled: false,
|
|
9
10
|
dimensions: {
|
|
10
11
|
height: 100,
|
|
11
12
|
width: 500
|
|
12
13
|
},
|
|
13
|
-
prompt: 'This is the question prompt',
|
|
14
|
-
mathInput: false,
|
|
15
|
-
spanishInput: false,
|
|
16
|
-
specialInput: false,
|
|
17
14
|
equationEditor: 'Grade 8 - HS',
|
|
18
15
|
feedbackEnabled: false,
|
|
19
|
-
|
|
16
|
+
mathInput: false,
|
|
17
|
+
playerSpellCheckDisabled: true,
|
|
18
|
+
predefinedAnnotations: [{
|
|
19
|
+
label: 'good',
|
|
20
|
+
text: 'good',
|
|
21
|
+
type: 'positive'
|
|
22
|
+
}, {
|
|
23
|
+
label: '★',
|
|
24
|
+
text: '★',
|
|
25
|
+
type: 'positive'
|
|
26
|
+
}, {
|
|
27
|
+
label: ':-)',
|
|
28
|
+
text: ':-)',
|
|
29
|
+
type: 'positive'
|
|
30
|
+
}, {
|
|
31
|
+
label: 'creative',
|
|
32
|
+
text: 'creative',
|
|
33
|
+
type: 'positive'
|
|
34
|
+
}, {
|
|
35
|
+
label: 'run-on',
|
|
36
|
+
text: 'run-on',
|
|
37
|
+
type: 'negative'
|
|
38
|
+
}, {
|
|
39
|
+
label: 'frag',
|
|
40
|
+
text: 'fragment',
|
|
41
|
+
type: 'negative'
|
|
42
|
+
}, {
|
|
43
|
+
label: 'tran',
|
|
44
|
+
text: 'transition',
|
|
45
|
+
type: 'negative'
|
|
46
|
+
}, {
|
|
47
|
+
label: 'supp',
|
|
48
|
+
text: 'support needed',
|
|
49
|
+
type: 'negative'
|
|
50
|
+
}, {
|
|
51
|
+
label: 'punc',
|
|
52
|
+
text: 'punctuation',
|
|
53
|
+
type: 'negative'
|
|
54
|
+
}, {
|
|
55
|
+
label: 'agr',
|
|
56
|
+
text: 'agreement wrong',
|
|
57
|
+
type: 'negative'
|
|
58
|
+
}, {
|
|
59
|
+
label: 'unclear',
|
|
60
|
+
text: 'unclear',
|
|
61
|
+
type: 'negative'
|
|
62
|
+
}, {
|
|
63
|
+
label: 'cut',
|
|
64
|
+
text: 'cut',
|
|
65
|
+
type: 'negative'
|
|
66
|
+
}, {
|
|
67
|
+
label: 'sp',
|
|
68
|
+
text: 'spelling',
|
|
69
|
+
type: 'negative'
|
|
70
|
+
}, {
|
|
71
|
+
label: 'cap',
|
|
72
|
+
text: 'capitalization',
|
|
73
|
+
type: 'negative'
|
|
74
|
+
}, {
|
|
75
|
+
label: 'inf',
|
|
76
|
+
text: 'informal',
|
|
77
|
+
type: 'negative'
|
|
78
|
+
}, {
|
|
79
|
+
label: 'awk',
|
|
80
|
+
text: 'awkward',
|
|
81
|
+
type: 'negative'
|
|
82
|
+
}],
|
|
83
|
+
prompt: '',
|
|
20
84
|
promptEnabled: true,
|
|
21
|
-
|
|
22
|
-
|
|
85
|
+
rationale: '',
|
|
86
|
+
rationaleEnabled: true,
|
|
87
|
+
spanishInput: false,
|
|
88
|
+
specialInput: false,
|
|
23
89
|
spellCheckEnabled: true,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
90
|
+
studentInstructionsEnabled: true,
|
|
91
|
+
teacherInstructions: '',
|
|
92
|
+
teacherInstructionsEnabled: true,
|
|
93
|
+
toolbarEditorPosition: 'bottom'
|
|
27
94
|
},
|
|
28
95
|
configuration: {
|
|
29
96
|
annotations: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/defaults.js"],"names":["model","dimensions","height","width","
|
|
1
|
+
{"version":3,"sources":["../src/defaults.js"],"names":["model","annotationsEnabled","dimensions","height","width","equationEditor","feedbackEnabled","mathInput","playerSpellCheckDisabled","predefinedAnnotations","label","text","type","prompt","promptEnabled","rationale","rationaleEnabled","spanishInput","specialInput","spellCheckEnabled","studentInstructionsEnabled","teacherInstructions","teacherInstructionsEnabled","toolbarEditorPosition","configuration","annotations","settings","baseInputConfiguration","audio","disabled","video","image","h3","blockquote","spellCheck","enabled","playerSpellCheck","feedback","settingsPanelDisabled","multiple","studentInstructions","inputConfiguration","required","maxImageWidth","maxImageHeight","withRubric","mathMlOptions","mmlOutput","mmlEditing"],"mappings":"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","sourcesContent":["export default {\n model: {\n annotationsEnabled: false,\n dimensions: { height: 100, width: 500 },\n equationEditor: 'Grade 8 - HS',\n feedbackEnabled: false,\n mathInput: false,\n playerSpellCheckDisabled: true,\n predefinedAnnotations: [\n { label: 'good', text: 'good', type: 'positive' },\n { label: '★', text: '★', type: 'positive' },\n { label: ':-)', text: ':-)', type: 'positive' },\n { label: 'creative', text: 'creative', type: 'positive' },\n { label: 'run-on', text: 'run-on', type: 'negative' },\n { label: 'frag', text: 'fragment', type: 'negative' },\n { label: 'tran', text: 'transition', type: 'negative' },\n { label: 'supp', text: 'support needed', type: 'negative' },\n { label: 'punc', text: 'punctuation', type: 'negative' },\n { label: 'agr', text: 'agreement wrong', type: 'negative' },\n { label: 'unclear', text: 'unclear', type: 'negative' },\n { label: 'cut', text: 'cut', type: 'negative' },\n { label: 'sp', text: 'spelling', type: 'negative' },\n { label: 'cap', text: 'capitalization', type: 'negative' },\n { label: 'inf', text: 'informal', type: 'negative' },\n { label: 'awk', text: 'awkward', type: 'negative' },\n ],\n prompt: '',\n promptEnabled: true,\n rationale: '',\n rationaleEnabled: true,\n spanishInput: false,\n specialInput: false,\n spellCheckEnabled: true,\n studentInstructionsEnabled: true,\n teacherInstructions: '',\n teacherInstructionsEnabled: true,\n toolbarEditorPosition: 'bottom',\n },\n configuration: {\n annotations: {\n settings: false,\n label: 'Annotations',\n },\n baseInputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n h3: { disabled: true },\n blockquote: { disabled: true },\n },\n dimensions: {\n settings: true,\n label: 'Text-Entry Display Size',\n },\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n playerSpellCheck: {\n label: 'Disable Student Spellcheck',\n settings: true,\n enabled: true,\n },\n equationEditor: {\n settings: false,\n label: 'Equation Editor',\n enabled: true,\n },\n feedback: {\n settings: true,\n label: 'Feedback',\n },\n mathInput: {\n settings: true,\n label: 'Student response can include math notation',\n enabled: false,\n },\n settingsPanelDisabled: false,\n spanishInput: {\n settings: true,\n label: 'Students can insert Spanish',\n enabled: false,\n },\n specialInput: {\n settings: true,\n label: 'Students can insert Special Characters',\n enabled: false,\n },\n multiple: {\n settings: false,\n label: 'Multiple Parts',\n enabled: false,\n },\n studentInstructions: {\n settings: false,\n label: 'Student Instructions',\n },\n prompt: {\n settings: true,\n label: 'Prompt',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n maxImageWidth: {\n teacherInstructions: 300,\n prompt: 300,\n },\n maxImageHeight: {\n teacherInstructions: 300,\n prompt: 300,\n },\n withRubric: {\n settings: false,\n label: 'Add Rubric',\n },\n mathMlOptions: {\n mmlOutput: false,\n mmlEditing: false,\n },\n },\n};\n"],"file":"defaults.js"}
|
package/configure/package.json
CHANGED
|
@@ -10,11 +10,9 @@ var _default = {
|
|
|
10
10
|
height: 100,
|
|
11
11
|
width: 500
|
|
12
12
|
},
|
|
13
|
+
equationEditor: 'Grade 8 - HS',
|
|
13
14
|
feedbackEnabled: false,
|
|
14
|
-
|
|
15
|
-
rationaleEnabled: true,
|
|
16
|
-
teacherInstructionsEnabled: true,
|
|
17
|
-
studentInstructionsEnabled: true,
|
|
15
|
+
mathInput: false,
|
|
18
16
|
playerSpellCheckDisabled: true,
|
|
19
17
|
predefinedAnnotations: [{
|
|
20
18
|
label: 'good',
|
|
@@ -80,7 +78,15 @@ var _default = {
|
|
|
80
78
|
label: 'awk',
|
|
81
79
|
text: 'awkward',
|
|
82
80
|
type: 'negative'
|
|
83
|
-
}]
|
|
81
|
+
}],
|
|
82
|
+
prompt: '',
|
|
83
|
+
promptEnabled: true,
|
|
84
|
+
rationale: '',
|
|
85
|
+
rationaleEnabled: true,
|
|
86
|
+
studentInstructionsEnabled: true,
|
|
87
|
+
teacherInstructions: '',
|
|
88
|
+
teacherInstructionsEnabled: true,
|
|
89
|
+
toolbarEditorPosition: 'bottom'
|
|
84
90
|
};
|
|
85
91
|
exports["default"] = _default;
|
|
86
92
|
//# sourceMappingURL=defaults.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/defaults.js"],"names":["annotationsEnabled","dimensions","height","width","feedbackEnabled","
|
|
1
|
+
{"version":3,"sources":["../src/defaults.js"],"names":["annotationsEnabled","dimensions","height","width","equationEditor","feedbackEnabled","mathInput","playerSpellCheckDisabled","predefinedAnnotations","label","text","type","prompt","promptEnabled","rationale","rationaleEnabled","studentInstructionsEnabled","teacherInstructions","teacherInstructionsEnabled","toolbarEditorPosition"],"mappings":"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","sourcesContent":["export default {\n annotationsEnabled: false,\n dimensions: { height: 100, width: 500 },\n equationEditor: 'Grade 8 - HS',\n feedbackEnabled: false,\n mathInput: false,\n playerSpellCheckDisabled: true,\n predefinedAnnotations: [\n { label: 'good', text: 'good', type: 'positive' },\n { label: '★', text: '★', type: 'positive' },\n { label: ':-)', text: ':-)', type: 'positive' },\n { label: 'creative', text: 'creative', type: 'positive' },\n { label: 'run-on', text: 'run-on', type: 'negative' },\n { label: 'frag', text: 'fragment', type: 'negative' },\n { label: 'tran', text: 'transition', type: 'negative' },\n { label: 'supp', text: 'support needed', type: 'negative' },\n { label: 'punc', text: 'punctuation', type: 'negative' },\n { label: 'agr', text: 'agreement wrong', type: 'negative' },\n { label: 'unclear', text: 'unclear', type: 'negative' },\n { label: 'cut', text: 'cut', type: 'negative' },\n { label: 'sp', text: 'spelling', type: 'negative' },\n { label: 'cap', text: 'capitalization', type: 'negative' },\n { label: 'inf', text: 'informal', type: 'negative' },\n { label: 'awk', text: 'awkward', type: 'negative' },\n ],\n prompt: '',\n promptEnabled: true,\n rationale: '',\n rationaleEnabled: true,\n studentInstructionsEnabled: true,\n teacherInstructions: '',\n teacherInstructionsEnabled: true,\n toolbarEditorPosition: 'bottom',\n};\n"],"file":"defaults.js"}
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.12/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@5.0.11/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -6031,24 +6031,91 @@ var Main$1 = styles.withStyles(theme => ({
|
|
|
6031
6031
|
}))(Main);
|
|
6032
6032
|
var defaults = {
|
|
6033
6033
|
model: {
|
|
6034
|
+
annotationsEnabled: false,
|
|
6034
6035
|
dimensions: {
|
|
6035
6036
|
height: 100,
|
|
6036
6037
|
width: 500
|
|
6037
6038
|
},
|
|
6038
|
-
prompt: 'This is the question prompt',
|
|
6039
|
-
mathInput: false,
|
|
6040
|
-
spanishInput: false,
|
|
6041
|
-
specialInput: false,
|
|
6042
6039
|
equationEditor: 'Grade 8 - HS',
|
|
6043
6040
|
feedbackEnabled: false,
|
|
6044
|
-
|
|
6041
|
+
mathInput: false,
|
|
6042
|
+
playerSpellCheckDisabled: true,
|
|
6043
|
+
predefinedAnnotations: [{
|
|
6044
|
+
label: 'good',
|
|
6045
|
+
text: 'good',
|
|
6046
|
+
type: 'positive'
|
|
6047
|
+
}, {
|
|
6048
|
+
label: '★',
|
|
6049
|
+
text: '★',
|
|
6050
|
+
type: 'positive'
|
|
6051
|
+
}, {
|
|
6052
|
+
label: ':-)',
|
|
6053
|
+
text: ':-)',
|
|
6054
|
+
type: 'positive'
|
|
6055
|
+
}, {
|
|
6056
|
+
label: 'creative',
|
|
6057
|
+
text: 'creative',
|
|
6058
|
+
type: 'positive'
|
|
6059
|
+
}, {
|
|
6060
|
+
label: 'run-on',
|
|
6061
|
+
text: 'run-on',
|
|
6062
|
+
type: 'negative'
|
|
6063
|
+
}, {
|
|
6064
|
+
label: 'frag',
|
|
6065
|
+
text: 'fragment',
|
|
6066
|
+
type: 'negative'
|
|
6067
|
+
}, {
|
|
6068
|
+
label: 'tran',
|
|
6069
|
+
text: 'transition',
|
|
6070
|
+
type: 'negative'
|
|
6071
|
+
}, {
|
|
6072
|
+
label: 'supp',
|
|
6073
|
+
text: 'support needed',
|
|
6074
|
+
type: 'negative'
|
|
6075
|
+
}, {
|
|
6076
|
+
label: 'punc',
|
|
6077
|
+
text: 'punctuation',
|
|
6078
|
+
type: 'negative'
|
|
6079
|
+
}, {
|
|
6080
|
+
label: 'agr',
|
|
6081
|
+
text: 'agreement wrong',
|
|
6082
|
+
type: 'negative'
|
|
6083
|
+
}, {
|
|
6084
|
+
label: 'unclear',
|
|
6085
|
+
text: 'unclear',
|
|
6086
|
+
type: 'negative'
|
|
6087
|
+
}, {
|
|
6088
|
+
label: 'cut',
|
|
6089
|
+
text: 'cut',
|
|
6090
|
+
type: 'negative'
|
|
6091
|
+
}, {
|
|
6092
|
+
label: 'sp',
|
|
6093
|
+
text: 'spelling',
|
|
6094
|
+
type: 'negative'
|
|
6095
|
+
}, {
|
|
6096
|
+
label: 'cap',
|
|
6097
|
+
text: 'capitalization',
|
|
6098
|
+
type: 'negative'
|
|
6099
|
+
}, {
|
|
6100
|
+
label: 'inf',
|
|
6101
|
+
text: 'informal',
|
|
6102
|
+
type: 'negative'
|
|
6103
|
+
}, {
|
|
6104
|
+
label: 'awk',
|
|
6105
|
+
text: 'awkward',
|
|
6106
|
+
type: 'negative'
|
|
6107
|
+
}],
|
|
6108
|
+
prompt: '',
|
|
6045
6109
|
promptEnabled: true,
|
|
6046
|
-
|
|
6047
|
-
|
|
6110
|
+
rationale: '',
|
|
6111
|
+
rationaleEnabled: true,
|
|
6112
|
+
spanishInput: false,
|
|
6113
|
+
specialInput: false,
|
|
6048
6114
|
spellCheckEnabled: true,
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6115
|
+
studentInstructionsEnabled: true,
|
|
6116
|
+
teacherInstructions: '',
|
|
6117
|
+
teacherInstructionsEnabled: true,
|
|
6118
|
+
toolbarEditorPosition: 'bottom'
|
|
6052
6119
|
},
|
|
6053
6120
|
configuration: {
|
|
6054
6121
|
annotations: {
|
package/module/controller.js
CHANGED
|
@@ -212,15 +212,10 @@ var _feedback = feedback;
|
|
|
212
212
|
|
|
213
213
|
var defaults = {
|
|
214
214
|
annotationsEnabled: false,
|
|
215
|
-
dimensions: {
|
|
216
|
-
|
|
217
|
-
width: 500,
|
|
218
|
-
},
|
|
215
|
+
dimensions: { height: 100, width: 500 },
|
|
216
|
+
equationEditor: 'Grade 8 - HS',
|
|
219
217
|
feedbackEnabled: false,
|
|
220
|
-
|
|
221
|
-
rationaleEnabled: true,
|
|
222
|
-
teacherInstructionsEnabled: true,
|
|
223
|
-
studentInstructionsEnabled: true,
|
|
218
|
+
mathInput: false,
|
|
224
219
|
playerSpellCheckDisabled: true,
|
|
225
220
|
predefinedAnnotations: [
|
|
226
221
|
{ label: 'good', text: 'good', type: 'positive' },
|
|
@@ -240,6 +235,14 @@ var defaults = {
|
|
|
240
235
|
{ label: 'inf', text: 'informal', type: 'negative' },
|
|
241
236
|
{ label: 'awk', text: 'awkward', type: 'negative' },
|
|
242
237
|
],
|
|
238
|
+
prompt: '',
|
|
239
|
+
promptEnabled: true,
|
|
240
|
+
rationale: '',
|
|
241
|
+
rationaleEnabled: true,
|
|
242
|
+
studentInstructionsEnabled: true,
|
|
243
|
+
teacherInstructions: '',
|
|
244
|
+
teacherInstructionsEnabled: true,
|
|
245
|
+
toolbarEditorPosition: 'bottom',
|
|
243
246
|
};
|
|
244
247
|
|
|
245
248
|
async function createDefaultModel(model = {}) {
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.12/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.11/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.12/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.11/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/extended-text-entry",
|
|
3
|
-
"version": "11.1.3-next.
|
|
3
|
+
"version": "11.1.3-next.43+2137958ad",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@material-ui/icons": "^3.0.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
15
|
+
"@pie-lib/pie-toolbox": "2.0.14",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"debug": "^4.1.1",
|
|
18
18
|
"lodash.throttle": "^4.1.1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react": "^16.8.1",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "2137958adc303c2f08bc53bf6537469158220c1f",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|