@pie-element/graphing 6.0.2-next.9 → 6.1.1-next.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 +6 -6
- package/docs/config-schema.json.md +12 -12
- package/docs/pie-schema.json +2 -2
- package/docs/pie-schema.json.md +4 -4
- 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
|
+
# [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@6.0.1...@pie-element/graphing@6.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
|
## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@6.0.0...@pie-element/graphing@6.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
|
+
## [6.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@6.0.1...@pie-element/graphing-configure@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/graphing-configure@6.0.0...@pie-element/graphing-configure@6.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/graphing-configure",
|
|
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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.0.9",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.15",
|
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/graphing-controller@6.0.1...@pie-element/graphing-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/graphing-controller@6.0.0...@pie-element/graphing-controller@6.0.1) (2024-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/graphing-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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"test": "./node_modules/.bin/jest"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.0.9",
|
|
13
13
|
"debug": "^4.1.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
package/docs/config-schema.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"
|
|
113
|
+
"characters": {
|
|
114
114
|
"title": "EditableHtmlButtonConfigure",
|
|
115
115
|
"type": "object",
|
|
116
116
|
"properties": {
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
}
|
|
928
928
|
}
|
|
929
929
|
},
|
|
930
|
-
"
|
|
930
|
+
"characters": {
|
|
931
931
|
"title": "EditableHtmlButtonConfigure",
|
|
932
932
|
"type": "object",
|
|
933
933
|
"properties": {
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
}
|
|
1222
1222
|
}
|
|
1223
1223
|
},
|
|
1224
|
-
"
|
|
1224
|
+
"characters": {
|
|
1225
1225
|
"title": "EditableHtmlButtonConfigure",
|
|
1226
1226
|
"type": "object",
|
|
1227
1227
|
"properties": {
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
}
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"
|
|
1529
|
+
"characters": {
|
|
1530
1530
|
"title": "EditableHtmlButtonConfigure",
|
|
1531
1531
|
"type": "object",
|
|
1532
1532
|
"properties": {
|
|
@@ -1967,7 +1967,7 @@
|
|
|
1967
1967
|
}
|
|
1968
1968
|
}
|
|
1969
1969
|
},
|
|
1970
|
-
"
|
|
1970
|
+
"characters": {
|
|
1971
1971
|
"title": "EditableHtmlButtonConfigure",
|
|
1972
1972
|
"type": "object",
|
|
1973
1973
|
"properties": {
|
|
@@ -2934,7 +2934,7 @@
|
|
|
2934
2934
|
}
|
|
2935
2935
|
}
|
|
2936
2936
|
},
|
|
2937
|
-
"
|
|
2937
|
+
"characters": {
|
|
2938
2938
|
"title": "EditableHtmlButtonConfigure",
|
|
2939
2939
|
"type": "object",
|
|
2940
2940
|
"properties": {
|
|
@@ -83,9 +83,9 @@ Properties of the `h3` object:
|
|
|
83
83
|
|
|
84
84
|
Indicates if the plugin is disabled or not
|
|
85
85
|
|
|
86
|
-
## `
|
|
86
|
+
## `characters` (object)
|
|
87
87
|
|
|
88
|
-
Properties of the `
|
|
88
|
+
Properties of the `characters` object:
|
|
89
89
|
|
|
90
90
|
### `disabled` (boolean)
|
|
91
91
|
|
|
@@ -667,9 +667,9 @@ Properties of the `h3` object:
|
|
|
667
667
|
|
|
668
668
|
Indicates if the plugin is disabled or not
|
|
669
669
|
|
|
670
|
-
### `
|
|
670
|
+
### `characters` (object)
|
|
671
671
|
|
|
672
|
-
Properties of the `
|
|
672
|
+
Properties of the `characters` object:
|
|
673
673
|
|
|
674
674
|
#### `disabled` (boolean)
|
|
675
675
|
|
|
@@ -884,9 +884,9 @@ Properties of the `h3` object:
|
|
|
884
884
|
|
|
885
885
|
Indicates if the plugin is disabled or not
|
|
886
886
|
|
|
887
|
-
### `
|
|
887
|
+
### `characters` (object)
|
|
888
888
|
|
|
889
|
-
Properties of the `
|
|
889
|
+
Properties of the `characters` object:
|
|
890
890
|
|
|
891
891
|
#### `disabled` (boolean)
|
|
892
892
|
|
|
@@ -1109,9 +1109,9 @@ Properties of the `h3` object:
|
|
|
1109
1109
|
|
|
1110
1110
|
Indicates if the plugin is disabled or not
|
|
1111
1111
|
|
|
1112
|
-
### `
|
|
1112
|
+
### `characters` (object)
|
|
1113
1113
|
|
|
1114
|
-
Properties of the `
|
|
1114
|
+
Properties of the `characters` object:
|
|
1115
1115
|
|
|
1116
1116
|
#### `disabled` (boolean)
|
|
1117
1117
|
|
|
@@ -1445,9 +1445,9 @@ Properties of the `h3` object:
|
|
|
1445
1445
|
|
|
1446
1446
|
Indicates if the plugin is disabled or not
|
|
1447
1447
|
|
|
1448
|
-
### `
|
|
1448
|
+
### `characters` (object)
|
|
1449
1449
|
|
|
1450
|
-
Properties of the `
|
|
1450
|
+
Properties of the `characters` object:
|
|
1451
1451
|
|
|
1452
1452
|
#### `disabled` (boolean)
|
|
1453
1453
|
|
|
@@ -2127,9 +2127,9 @@ Properties of the `h3` object:
|
|
|
2127
2127
|
|
|
2128
2128
|
Indicates if the plugin is disabled or not
|
|
2129
2129
|
|
|
2130
|
-
#### `
|
|
2130
|
+
#### `characters` (object)
|
|
2131
2131
|
|
|
2132
|
-
Properties of the `
|
|
2132
|
+
Properties of the `characters` object:
|
|
2133
2133
|
|
|
2134
2134
|
##### `disabled` (boolean)
|
|
2135
2135
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
1684
1684
|
},
|
|
1685
|
-
"
|
|
1685
|
+
"characters": {
|
|
1686
1686
|
"title": "EditableHtmlButtonConfigure",
|
|
1687
1687
|
"type": "object",
|
|
1688
1688
|
"properties": {
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
}
|
|
2650
2650
|
}
|
|
2651
2651
|
},
|
|
2652
|
-
"
|
|
2652
|
+
"characters": {
|
|
2653
2653
|
"title": "EditableHtmlButtonConfigure",
|
|
2654
2654
|
"type": "object",
|
|
2655
2655
|
"properties": {
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -365,9 +365,9 @@ Properties of the `h3` object:
|
|
|
365
365
|
|
|
366
366
|
Indicates if the plugin is disabled or not
|
|
367
367
|
|
|
368
|
-
### `
|
|
368
|
+
### `characters` (object)
|
|
369
369
|
|
|
370
|
-
Properties of the `
|
|
370
|
+
Properties of the `characters` object:
|
|
371
371
|
|
|
372
372
|
#### `disabled` (boolean)
|
|
373
373
|
|
|
@@ -1047,9 +1047,9 @@ Properties of the `h3` object:
|
|
|
1047
1047
|
|
|
1048
1048
|
Indicates if the plugin is disabled or not
|
|
1049
1049
|
|
|
1050
|
-
#### `
|
|
1050
|
+
#### `characters` (object)
|
|
1051
1051
|
|
|
1052
|
-
Properties of the `
|
|
1052
|
+
Properties of the `characters` object:
|
|
1053
1053
|
|
|
1054
1054
|
##### `disabled` (boolean)
|
|
1055
1055
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.
|
|
7
|
+
"version": "6.1.1-next.0+a141032db",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.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
|
"react": "^16.8.1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "ISC",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "a141032dbfc08b9bcba32b7cc63c789258c9a01b",
|
|
24
24
|
"main": "lib/index.js",
|
|
25
25
|
"module": "src/index.js"
|
|
26
26
|
}
|