@pie-element/categorize 9.0.2-next.9 → 9.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 +9 -9
- package/docs/config-schema.json.md +18 -18
- package/docs/pie-schema.json +3 -3
- package/docs/pie-schema.json.md +6 -6
- 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
|
+
# [9.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.0.1...@pie-element/categorize@9.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
|
## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.0.0...@pie-element/categorize@9.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
|
+
## [8.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.0.1...@pie-element/categorize-configure@8.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
|
## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.0.0...@pie-element/categorize-configure@8.0.1) (2024-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": true,
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "src/index.js",
|
|
6
|
-
"version": "8.0.
|
|
6
|
+
"version": "8.0.2",
|
|
7
7
|
"description": "",
|
|
8
8
|
"scripts": {},
|
|
9
9
|
"author": "pie framework developers",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@material-ui/icons": "^3.0.1",
|
|
14
14
|
"@pie-framework/pie-configure-events": "^1.3.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": "^3.1.0",
|
|
18
18
|
"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
|
+
## [7.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.0.1...@pie-element/categorize-controller@7.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
|
## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.0.0...@pie-element/categorize-controller@7.0.1) (2024-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@pie-element/categorize-controller",
|
|
3
3
|
"private": true,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
5
|
+
"@pie-lib/pie-toolbox": "2.0.9",
|
|
6
6
|
"lodash": "^4.17.15"
|
|
7
7
|
},
|
|
8
|
-
"version": "7.0.
|
|
8
|
+
"version": "7.0.2",
|
|
9
9
|
"description": "",
|
|
10
10
|
"scripts": {},
|
|
11
11
|
"main": "lib/index.js",
|
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": {
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
-
"
|
|
385
|
+
"characters": {
|
|
386
386
|
"title": "EditableHtmlButtonConfigure",
|
|
387
387
|
"type": "object",
|
|
388
388
|
"properties": {
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
},
|
|
711
|
-
"
|
|
711
|
+
"characters": {
|
|
712
712
|
"title": "EditableHtmlButtonConfigure",
|
|
713
713
|
"type": "object",
|
|
714
714
|
"properties": {
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
},
|
|
984
|
-
"
|
|
984
|
+
"characters": {
|
|
985
985
|
"title": "EditableHtmlButtonConfigure",
|
|
986
986
|
"type": "object",
|
|
987
987
|
"properties": {
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
|
-
"
|
|
1257
|
+
"characters": {
|
|
1258
1258
|
"title": "EditableHtmlButtonConfigure",
|
|
1259
1259
|
"type": "object",
|
|
1260
1260
|
"properties": {
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
}
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
|
-
"
|
|
1525
|
+
"characters": {
|
|
1526
1526
|
"title": "EditableHtmlButtonConfigure",
|
|
1527
1527
|
"type": "object",
|
|
1528
1528
|
"properties": {
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
}
|
|
2055
2055
|
}
|
|
2056
2056
|
},
|
|
2057
|
-
"
|
|
2057
|
+
"characters": {
|
|
2058
2058
|
"title": "EditableHtmlButtonConfigure",
|
|
2059
2059
|
"type": "object",
|
|
2060
2060
|
"properties": {
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
}
|
|
2370
2370
|
}
|
|
2371
2371
|
},
|
|
2372
|
-
"
|
|
2372
|
+
"characters": {
|
|
2373
2373
|
"title": "EditableHtmlButtonConfigure",
|
|
2374
2374
|
"type": "object",
|
|
2375
2375
|
"properties": {
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
}
|
|
2643
2643
|
}
|
|
2644
2644
|
},
|
|
2645
|
-
"
|
|
2645
|
+
"characters": {
|
|
2646
2646
|
"title": "EditableHtmlButtonConfigure",
|
|
2647
2647
|
"type": "object",
|
|
2648
2648
|
"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
|
|
|
@@ -284,9 +284,9 @@ Properties of the `h3` object:
|
|
|
284
284
|
|
|
285
285
|
Indicates if the plugin is disabled or not
|
|
286
286
|
|
|
287
|
-
### `
|
|
287
|
+
### `characters` (object)
|
|
288
288
|
|
|
289
|
-
Properties of the `
|
|
289
|
+
Properties of the `characters` object:
|
|
290
290
|
|
|
291
291
|
#### `disabled` (boolean)
|
|
292
292
|
|
|
@@ -525,9 +525,9 @@ Properties of the `h3` object:
|
|
|
525
525
|
|
|
526
526
|
Indicates if the plugin is disabled or not
|
|
527
527
|
|
|
528
|
-
### `
|
|
528
|
+
### `characters` (object)
|
|
529
529
|
|
|
530
|
-
Properties of the `
|
|
530
|
+
Properties of the `characters` object:
|
|
531
531
|
|
|
532
532
|
#### `disabled` (boolean)
|
|
533
533
|
|
|
@@ -726,9 +726,9 @@ Properties of the `h3` object:
|
|
|
726
726
|
|
|
727
727
|
Indicates if the plugin is disabled or not
|
|
728
728
|
|
|
729
|
-
### `
|
|
729
|
+
### `characters` (object)
|
|
730
730
|
|
|
731
|
-
Properties of the `
|
|
731
|
+
Properties of the `characters` object:
|
|
732
732
|
|
|
733
733
|
#### `disabled` (boolean)
|
|
734
734
|
|
|
@@ -927,9 +927,9 @@ Properties of the `h3` object:
|
|
|
927
927
|
|
|
928
928
|
Indicates if the plugin is disabled or not
|
|
929
929
|
|
|
930
|
-
### `
|
|
930
|
+
### `characters` (object)
|
|
931
931
|
|
|
932
|
-
Properties of the `
|
|
932
|
+
Properties of the `characters` object:
|
|
933
933
|
|
|
934
934
|
#### `disabled` (boolean)
|
|
935
935
|
|
|
@@ -1124,9 +1124,9 @@ Properties of the `h3` object:
|
|
|
1124
1124
|
|
|
1125
1125
|
Indicates if the plugin is disabled or not
|
|
1126
1126
|
|
|
1127
|
-
### `
|
|
1127
|
+
### `characters` (object)
|
|
1128
1128
|
|
|
1129
|
-
Properties of the `
|
|
1129
|
+
Properties of the `characters` object:
|
|
1130
1130
|
|
|
1131
1131
|
#### `disabled` (boolean)
|
|
1132
1132
|
|
|
@@ -1523,9 +1523,9 @@ Properties of the `h3` object:
|
|
|
1523
1523
|
|
|
1524
1524
|
Indicates if the plugin is disabled or not
|
|
1525
1525
|
|
|
1526
|
-
### `
|
|
1526
|
+
### `characters` (object)
|
|
1527
1527
|
|
|
1528
|
-
Properties of the `
|
|
1528
|
+
Properties of the `characters` object:
|
|
1529
1529
|
|
|
1530
1530
|
#### `disabled` (boolean)
|
|
1531
1531
|
|
|
@@ -1755,9 +1755,9 @@ Properties of the `h3` object:
|
|
|
1755
1755
|
|
|
1756
1756
|
Indicates if the plugin is disabled or not
|
|
1757
1757
|
|
|
1758
|
-
#### `
|
|
1758
|
+
#### `characters` (object)
|
|
1759
1759
|
|
|
1760
|
-
Properties of the `
|
|
1760
|
+
Properties of the `characters` object:
|
|
1761
1761
|
|
|
1762
1762
|
##### `disabled` (boolean)
|
|
1763
1763
|
|
|
@@ -1956,9 +1956,9 @@ Properties of the `h3` object:
|
|
|
1956
1956
|
|
|
1957
1957
|
Indicates if the plugin is disabled or not
|
|
1958
1958
|
|
|
1959
|
-
#### `
|
|
1959
|
+
#### `characters` (object)
|
|
1960
1960
|
|
|
1961
|
-
Properties of the `
|
|
1961
|
+
Properties of the `characters` object:
|
|
1962
1962
|
|
|
1963
1963
|
##### `disabled` (boolean)
|
|
1964
1964
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
},
|
|
560
|
-
"
|
|
560
|
+
"characters": {
|
|
561
561
|
"title": "EditableHtmlButtonConfigure",
|
|
562
562
|
"type": "object",
|
|
563
563
|
"properties": {
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
}
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
|
-
"
|
|
875
|
+
"characters": {
|
|
876
876
|
"title": "EditableHtmlButtonConfigure",
|
|
877
877
|
"type": "object",
|
|
878
878
|
"properties": {
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
}
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
|
-
"
|
|
1148
|
+
"characters": {
|
|
1149
1149
|
"title": "EditableHtmlButtonConfigure",
|
|
1150
1150
|
"type": "object",
|
|
1151
1151
|
"properties": {
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -288,9 +288,9 @@ Properties of the `h3` object:
|
|
|
288
288
|
|
|
289
289
|
Indicates if the plugin is disabled or not
|
|
290
290
|
|
|
291
|
-
### `
|
|
291
|
+
### `characters` (object)
|
|
292
292
|
|
|
293
|
-
Properties of the `
|
|
293
|
+
Properties of the `characters` object:
|
|
294
294
|
|
|
295
295
|
#### `disabled` (boolean)
|
|
296
296
|
|
|
@@ -520,9 +520,9 @@ Properties of the `h3` object:
|
|
|
520
520
|
|
|
521
521
|
Indicates if the plugin is disabled or not
|
|
522
522
|
|
|
523
|
-
#### `
|
|
523
|
+
#### `characters` (object)
|
|
524
524
|
|
|
525
|
-
Properties of the `
|
|
525
|
+
Properties of the `characters` object:
|
|
526
526
|
|
|
527
527
|
##### `disabled` (boolean)
|
|
528
528
|
|
|
@@ -721,9 +721,9 @@ Properties of the `h3` object:
|
|
|
721
721
|
|
|
722
722
|
Indicates if the plugin is disabled or not
|
|
723
723
|
|
|
724
|
-
#### `
|
|
724
|
+
#### `characters` (object)
|
|
725
725
|
|
|
726
|
-
Properties of the `
|
|
726
|
+
Properties of the `characters` object:
|
|
727
727
|
|
|
728
728
|
##### `disabled` (boolean)
|
|
729
729
|
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "9.
|
|
7
|
+
"version": "9.1.1-next.0+a141032db",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/pie-toolbox": "2.0.
|
|
14
|
+
"@pie-lib/pie-toolbox": "2.0.9",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"debug": "^4.1.1",
|
|
17
17
|
"lodash": "^4.17.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "a141032dbfc08b9bcba32b7cc63c789258c9a01b",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|