@pie-element/extended-text-entry 11.0.2-next.9 → 11.1.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/CHANGELOG.md +16 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +5 -5
- package/docs/config-schema.json.md +10 -10
- package/docs/pie-schema.json +2 -2
- package/docs/pie-schema.json.md +4 -4
- package/module/configure.js +2 -2
- package/module/element.js +2 -2
- package/module/manifest.json +2 -2
- package/module/print.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [11.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry@11.0.1...@pie-element/extended-text-entry@11.1.0) (2024-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* update documentation (languageCharachters -> characters inside inputConfiguration object ([9e7dceb](https://github.com/pie-framework/pie-elements/commit/9e7dceb5291be261df0eb0bebe1e04f932dc327d))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry@11.0.0...@pie-element/extended-text-entry@11.0.1) (2024-09-26)
|
|
7
23
|
|
|
8
24
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [10.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-configure@10.0.1...@pie-element/extended-text-entry-configure@10.0.2) (2024-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-configure@10.0.0...@pie-element/extended-text-entry-configure@10.0.1) (2024-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/extended-text-entry-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "10.0.
|
|
4
|
+
"version": "10.0.2",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@material-ui/core": "^3.9.2",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
13
|
+
"@pie-lib/pie-toolbox": "2.0.9",
|
|
14
14
|
"lodash": "^4.17.15",
|
|
15
15
|
"prop-types": "^15.6.2",
|
|
16
16
|
"react": "^16.8.1",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-controller@6.0.1...@pie-element/extended-text-entry-controller@6.0.2) (2024-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-controller@6.0.0...@pie-element/extended-text-entry-controller@6.0.1) (2024-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/extended-text-entry-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.2",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
9
|
+
"@pie-lib/pie-toolbox": "2.0.9"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"test": "echo \"Error: no test specified\" && exit 1"
|
package/docs/config-schema.json
CHANGED
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"characters": {
|
|
240
240
|
"title": "EditableHtmlButtonConfigure",
|
|
241
241
|
"type": "object",
|
|
242
242
|
"properties": {
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"characters": {
|
|
513
513
|
"title": "EditableHtmlButtonConfigure",
|
|
514
514
|
"type": "object",
|
|
515
515
|
"properties": {
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
907
|
},
|
|
908
|
-
"
|
|
908
|
+
"characters": {
|
|
909
909
|
"title": "EditableHtmlButtonConfigure",
|
|
910
910
|
"type": "object",
|
|
911
911
|
"properties": {
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
1264
|
},
|
|
1265
|
-
"
|
|
1265
|
+
"characters": {
|
|
1266
1266
|
"title": "EditableHtmlButtonConfigure",
|
|
1267
1267
|
"type": "object",
|
|
1268
1268
|
"properties": {
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
}
|
|
1532
1532
|
}
|
|
1533
1533
|
},
|
|
1534
|
-
"
|
|
1534
|
+
"characters": {
|
|
1535
1535
|
"title": "EditableHtmlButtonConfigure",
|
|
1536
1536
|
"type": "object",
|
|
1537
1537
|
"properties": {
|
|
@@ -180,9 +180,9 @@ Properties of the `h3` object:
|
|
|
180
180
|
|
|
181
181
|
Indicates if the plugin is disabled or not
|
|
182
182
|
|
|
183
|
-
### `
|
|
183
|
+
### `characters` (object)
|
|
184
184
|
|
|
185
|
-
Properties of the `
|
|
185
|
+
Properties of the `characters` object:
|
|
186
186
|
|
|
187
187
|
#### `disabled` (boolean)
|
|
188
188
|
|
|
@@ -381,9 +381,9 @@ Properties of the `h3` object:
|
|
|
381
381
|
|
|
382
382
|
Indicates if the plugin is disabled or not
|
|
383
383
|
|
|
384
|
-
### `
|
|
384
|
+
### `characters` (object)
|
|
385
385
|
|
|
386
|
-
Properties of the `
|
|
386
|
+
Properties of the `characters` object:
|
|
387
387
|
|
|
388
388
|
#### `disabled` (boolean)
|
|
389
389
|
|
|
@@ -677,9 +677,9 @@ Properties of the `h3` object:
|
|
|
677
677
|
|
|
678
678
|
Indicates if the plugin is disabled or not
|
|
679
679
|
|
|
680
|
-
## `
|
|
680
|
+
## `characters` (object)
|
|
681
681
|
|
|
682
|
-
Properties of the `
|
|
682
|
+
Properties of the `characters` object:
|
|
683
683
|
|
|
684
684
|
### `disabled` (boolean)
|
|
685
685
|
|
|
@@ -953,9 +953,9 @@ Properties of the `h3` object:
|
|
|
953
953
|
|
|
954
954
|
Indicates if the plugin is disabled or not
|
|
955
955
|
|
|
956
|
-
#### `
|
|
956
|
+
#### `characters` (object)
|
|
957
957
|
|
|
958
|
-
Properties of the `
|
|
958
|
+
Properties of the `characters` object:
|
|
959
959
|
|
|
960
960
|
##### `disabled` (boolean)
|
|
961
961
|
|
|
@@ -1150,9 +1150,9 @@ Properties of the `h3` object:
|
|
|
1150
1150
|
|
|
1151
1151
|
Indicates if the plugin is disabled or not
|
|
1152
1152
|
|
|
1153
|
-
### `
|
|
1153
|
+
### `characters` (object)
|
|
1154
1154
|
|
|
1155
|
-
Properties of the `
|
|
1155
|
+
Properties of the `characters` object:
|
|
1156
1156
|
|
|
1157
1157
|
#### `disabled` (boolean)
|
|
1158
1158
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"characters": {
|
|
369
369
|
"title": "EditableHtmlButtonConfigure",
|
|
370
370
|
"type": "object",
|
|
371
371
|
"properties": {
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
}
|
|
635
635
|
}
|
|
636
636
|
},
|
|
637
|
-
"
|
|
637
|
+
"characters": {
|
|
638
638
|
"title": "EditableHtmlButtonConfigure",
|
|
639
639
|
"type": "object",
|
|
640
640
|
"properties": {
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -287,9 +287,9 @@ Properties of the `h3` object:
|
|
|
287
287
|
|
|
288
288
|
Indicates if the plugin is disabled or not
|
|
289
289
|
|
|
290
|
-
#### `
|
|
290
|
+
#### `characters` (object)
|
|
291
291
|
|
|
292
|
-
Properties of the `
|
|
292
|
+
Properties of the `characters` object:
|
|
293
293
|
|
|
294
294
|
##### `disabled` (boolean)
|
|
295
295
|
|
|
@@ -484,9 +484,9 @@ Properties of the `h3` object:
|
|
|
484
484
|
|
|
485
485
|
Indicates if the plugin is disabled or not
|
|
486
486
|
|
|
487
|
-
### `
|
|
487
|
+
### `characters` (object)
|
|
488
488
|
|
|
489
|
-
Properties of the `
|
|
489
|
+
Properties of the `characters` object:
|
|
490
490
|
|
|
491
491
|
#### `disabled` (boolean)
|
|
492
492
|
|
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.7/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.6/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/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.7/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.6/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.7/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.6/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.0
|
|
3
|
+
"version": "11.1.0",
|
|
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.9",
|
|
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": "a1eaccf27273852985c921bc96023e7709e63438",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|