@pie-element/drag-in-the-blank 5.16.1-next.3 → 5.17.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 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
+ # [5.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@5.16.0...@pie-element/drag-in-the-blank@5.17.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@5.15.0...@pie-element/drag-in-the-blank@5.16.0) (2024-06-19)
7
18
 
8
19
 
@@ -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
+ # [5.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-configure@5.16.0...@pie-element/drag-in-the-blank-configure@5.17.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-configure@5.15.0...@pie-element/drag-in-the-blank-configure@5.16.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/drag-in-the-blank-configure",
3
- "version": "5.16.0",
3
+ "version": "5.17.0",
4
4
  "private": true,
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@material-ui/icons": "^3.0.1",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "1.23.1",
11
+ "@pie-lib/pie-toolbox": "1.24.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -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
+ # [5.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@5.14.0...@pie-element/drag-in-the-blank-controller@5.15.0) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@5.13.0...@pie-element/drag-in-the-blank-controller@5.14.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/drag-in-the-blank-controller",
3
3
  "private": true,
4
- "version": "5.14.0",
4
+ "version": "5.15.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@pie-lib/pie-toolbox": "1.23.1",
11
+ "@pie-lib/pie-toolbox": "1.24.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "type-of": "^2.0.1"
@@ -87,6 +87,28 @@
87
87
  ]
88
88
  },
89
89
  "title": "customPlugins"
90
+ },
91
+ "blockquote": {
92
+ "title": "EditableHtmlButtonConfigure",
93
+ "type": "object",
94
+ "properties": {
95
+ "disabled": {
96
+ "description": "Indicates if the plugin is disabled or not",
97
+ "type": "boolean",
98
+ "title": "disabled"
99
+ }
100
+ }
101
+ },
102
+ "h3": {
103
+ "title": "EditableHtmlButtonConfigure",
104
+ "type": "object",
105
+ "properties": {
106
+ "disabled": {
107
+ "description": "Indicates if the plugin is disabled or not",
108
+ "type": "boolean",
109
+ "title": "disabled"
110
+ }
111
+ }
90
112
  }
91
113
  }
92
114
  },
@@ -210,6 +232,28 @@
210
232
  ]
211
233
  },
212
234
  "title": "customPlugins"
235
+ },
236
+ "blockquote": {
237
+ "title": "EditableHtmlButtonConfigure",
238
+ "type": "object",
239
+ "properties": {
240
+ "disabled": {
241
+ "description": "Indicates if the plugin is disabled or not",
242
+ "type": "boolean",
243
+ "title": "disabled"
244
+ }
245
+ }
246
+ },
247
+ "h3": {
248
+ "title": "EditableHtmlButtonConfigure",
249
+ "type": "object",
250
+ "properties": {
251
+ "disabled": {
252
+ "description": "Indicates if the plugin is disabled or not",
253
+ "type": "boolean",
254
+ "title": "disabled"
255
+ }
256
+ }
213
257
  }
214
258
  }
215
259
  },
@@ -339,6 +383,28 @@
339
383
  ]
340
384
  },
341
385
  "title": "customPlugins"
386
+ },
387
+ "blockquote": {
388
+ "title": "EditableHtmlButtonConfigure",
389
+ "type": "object",
390
+ "properties": {
391
+ "disabled": {
392
+ "description": "Indicates if the plugin is disabled or not",
393
+ "type": "boolean",
394
+ "title": "disabled"
395
+ }
396
+ }
397
+ },
398
+ "h3": {
399
+ "title": "EditableHtmlButtonConfigure",
400
+ "type": "object",
401
+ "properties": {
402
+ "disabled": {
403
+ "description": "Indicates if the plugin is disabled or not",
404
+ "type": "boolean",
405
+ "title": "disabled"
406
+ }
407
+ }
342
408
  }
343
409
  }
344
410
  },
@@ -463,6 +529,28 @@
463
529
  ]
464
530
  },
465
531
  "title": "customPlugins"
532
+ },
533
+ "blockquote": {
534
+ "title": "EditableHtmlButtonConfigure",
535
+ "type": "object",
536
+ "properties": {
537
+ "disabled": {
538
+ "description": "Indicates if the plugin is disabled or not",
539
+ "type": "boolean",
540
+ "title": "disabled"
541
+ }
542
+ }
543
+ },
544
+ "h3": {
545
+ "title": "EditableHtmlButtonConfigure",
546
+ "type": "object",
547
+ "properties": {
548
+ "disabled": {
549
+ "description": "Indicates if the plugin is disabled or not",
550
+ "type": "boolean",
551
+ "title": "disabled"
552
+ }
553
+ }
466
554
  }
467
555
  }
468
556
  },
@@ -571,6 +659,28 @@
571
659
  ]
572
660
  },
573
661
  "title": "customPlugins"
662
+ },
663
+ "blockquote": {
664
+ "title": "EditableHtmlButtonConfigure",
665
+ "type": "object",
666
+ "properties": {
667
+ "disabled": {
668
+ "description": "Indicates if the plugin is disabled or not",
669
+ "type": "boolean",
670
+ "title": "disabled"
671
+ }
672
+ }
673
+ },
674
+ "h3": {
675
+ "title": "EditableHtmlButtonConfigure",
676
+ "type": "object",
677
+ "properties": {
678
+ "disabled": {
679
+ "description": "Indicates if the plugin is disabled or not",
680
+ "type": "boolean",
681
+ "title": "disabled"
682
+ }
683
+ }
574
684
  }
575
685
  }
576
686
  },
@@ -899,6 +1009,28 @@
899
1009
  ]
900
1010
  },
901
1011
  "title": "customPlugins"
1012
+ },
1013
+ "blockquote": {
1014
+ "title": "EditableHtmlButtonConfigure",
1015
+ "type": "object",
1016
+ "properties": {
1017
+ "disabled": {
1018
+ "description": "Indicates if the plugin is disabled or not",
1019
+ "type": "boolean",
1020
+ "title": "disabled"
1021
+ }
1022
+ }
1023
+ },
1024
+ "h3": {
1025
+ "title": "EditableHtmlButtonConfigure",
1026
+ "type": "object",
1027
+ "properties": {
1028
+ "disabled": {
1029
+ "description": "Indicates if the plugin is disabled or not",
1030
+ "type": "boolean",
1031
+ "title": "disabled"
1032
+ }
1033
+ }
902
1034
  }
903
1035
  }
904
1036
  },
@@ -1049,6 +1181,28 @@
1049
1181
  ]
1050
1182
  },
1051
1183
  "title": "customPlugins"
1184
+ },
1185
+ "blockquote": {
1186
+ "title": "EditableHtmlButtonConfigure",
1187
+ "type": "object",
1188
+ "properties": {
1189
+ "disabled": {
1190
+ "description": "Indicates if the plugin is disabled or not",
1191
+ "type": "boolean",
1192
+ "title": "disabled"
1193
+ }
1194
+ }
1195
+ },
1196
+ "h3": {
1197
+ "title": "EditableHtmlButtonConfigure",
1198
+ "type": "object",
1199
+ "properties": {
1200
+ "disabled": {
1201
+ "description": "Indicates if the plugin is disabled or not",
1202
+ "type": "boolean",
1203
+ "title": "disabled"
1204
+ }
1205
+ }
1052
1206
  }
1053
1207
  }
1054
1208
  },
@@ -1157,6 +1311,28 @@
1157
1311
  ]
1158
1312
  },
1159
1313
  "title": "customPlugins"
1314
+ },
1315
+ "blockquote": {
1316
+ "title": "EditableHtmlButtonConfigure",
1317
+ "type": "object",
1318
+ "properties": {
1319
+ "disabled": {
1320
+ "description": "Indicates if the plugin is disabled or not",
1321
+ "type": "boolean",
1322
+ "title": "disabled"
1323
+ }
1324
+ }
1325
+ },
1326
+ "h3": {
1327
+ "title": "EditableHtmlButtonConfigure",
1328
+ "type": "object",
1329
+ "properties": {
1330
+ "disabled": {
1331
+ "description": "Indicates if the plugin is disabled or not",
1332
+ "type": "boolean",
1333
+ "title": "disabled"
1334
+ }
1335
+ }
1160
1336
  }
1161
1337
  }
1162
1338
  },
@@ -67,6 +67,22 @@ Currently, only "SVG" is supported.
67
67
 
68
68
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
69
69
 
70
+ ## `blockquote` (object)
71
+
72
+ Properties of the `blockquote` object:
73
+
74
+ ### `disabled` (boolean)
75
+
76
+ Indicates if the plugin is disabled or not
77
+
78
+ ## `h3` (object)
79
+
80
+ Properties of the `h3` object:
81
+
82
+ ### `disabled` (boolean)
83
+
84
+ Indicates if the plugin is disabled or not
85
+
70
86
  # `choices` (object)
71
87
 
72
88
  Properties of the `choices` object:
@@ -160,6 +176,22 @@ Currently, only "SVG" is supported.
160
176
 
161
177
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
162
178
 
179
+ ### `blockquote` (object)
180
+
181
+ Properties of the `blockquote` object:
182
+
183
+ #### `disabled` (boolean)
184
+
185
+ Indicates if the plugin is disabled or not
186
+
187
+ ### `h3` (object)
188
+
189
+ Properties of the `h3` object:
190
+
191
+ #### `disabled` (boolean)
192
+
193
+ Indicates if the plugin is disabled or not
194
+
163
195
  ## `required` (boolean)
164
196
 
165
197
  Indicates if the item is required and the value cannot be empty
@@ -257,6 +289,22 @@ Currently, only "SVG" is supported.
257
289
 
258
290
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
259
291
 
292
+ ### `blockquote` (object)
293
+
294
+ Properties of the `blockquote` object:
295
+
296
+ #### `disabled` (boolean)
297
+
298
+ Indicates if the plugin is disabled or not
299
+
300
+ ### `h3` (object)
301
+
302
+ Properties of the `h3` object:
303
+
304
+ #### `disabled` (boolean)
305
+
306
+ Indicates if the plugin is disabled or not
307
+
260
308
  ## `required` (boolean)
261
309
 
262
310
  Indicates if the item is required and the value cannot be empty
@@ -350,6 +398,22 @@ Currently, only "SVG" is supported.
350
398
 
351
399
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
352
400
 
401
+ ### `blockquote` (object)
402
+
403
+ Properties of the `blockquote` object:
404
+
405
+ #### `disabled` (boolean)
406
+
407
+ Indicates if the plugin is disabled or not
408
+
409
+ ### `h3` (object)
410
+
411
+ Properties of the `h3` object:
412
+
413
+ #### `disabled` (boolean)
414
+
415
+ Indicates if the plugin is disabled or not
416
+
353
417
  ## `required` (boolean)
354
418
 
355
419
  Indicates if the item is required and the value cannot be empty
@@ -431,6 +495,22 @@ Currently, only "SVG" is supported.
431
495
 
432
496
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
433
497
 
498
+ ### `blockquote` (object)
499
+
500
+ Properties of the `blockquote` object:
501
+
502
+ #### `disabled` (boolean)
503
+
504
+ Indicates if the plugin is disabled or not
505
+
506
+ ### `h3` (object)
507
+
508
+ Properties of the `h3` object:
509
+
510
+ #### `disabled` (boolean)
511
+
512
+ Indicates if the plugin is disabled or not
513
+
434
514
  ## `settings` (boolean)
435
515
 
436
516
  Indicates if the item has to be displayed in the Settings Panel
@@ -682,6 +762,22 @@ Currently, only "SVG" is supported.
682
762
 
683
763
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
684
764
 
765
+ ### `blockquote` (object)
766
+
767
+ Properties of the `blockquote` object:
768
+
769
+ #### `disabled` (boolean)
770
+
771
+ Indicates if the plugin is disabled or not
772
+
773
+ ### `h3` (object)
774
+
775
+ Properties of the `h3` object:
776
+
777
+ #### `disabled` (boolean)
778
+
779
+ Indicates if the plugin is disabled or not
780
+
685
781
  ## `EditableHtmlButtonConfigure` (object)
686
782
 
687
783
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -794,6 +890,22 @@ Currently, only "SVG" is supported.
794
890
 
795
891
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
796
892
 
893
+ #### `blockquote` (object)
894
+
895
+ Properties of the `blockquote` object:
896
+
897
+ ##### `disabled` (boolean)
898
+
899
+ Indicates if the plugin is disabled or not
900
+
901
+ #### `h3` (object)
902
+
903
+ Properties of the `h3` object:
904
+
905
+ ##### `disabled` (boolean)
906
+
907
+ Indicates if the plugin is disabled or not
908
+
797
909
  ### `required` (boolean)
798
910
 
799
911
  Indicates if the item is required and the value cannot be empty
@@ -875,6 +987,22 @@ Currently, only "SVG" is supported.
875
987
 
876
988
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
877
989
 
990
+ #### `blockquote` (object)
991
+
992
+ Properties of the `blockquote` object:
993
+
994
+ ##### `disabled` (boolean)
995
+
996
+ Indicates if the plugin is disabled or not
997
+
998
+ #### `h3` (object)
999
+
1000
+ Properties of the `h3` object:
1001
+
1002
+ ##### `disabled` (boolean)
1003
+
1004
+ Indicates if the plugin is disabled or not
1005
+
878
1006
  ### `settings` (boolean)
879
1007
 
880
1008
  Indicates if the item has to be displayed in the Settings Panel
@@ -261,6 +261,28 @@
261
261
  ]
262
262
  },
263
263
  "title": "customPlugins"
264
+ },
265
+ "blockquote": {
266
+ "title": "EditableHtmlButtonConfigure",
267
+ "type": "object",
268
+ "properties": {
269
+ "disabled": {
270
+ "description": "Indicates if the plugin is disabled or not",
271
+ "type": "boolean",
272
+ "title": "disabled"
273
+ }
274
+ }
275
+ },
276
+ "h3": {
277
+ "title": "EditableHtmlButtonConfigure",
278
+ "type": "object",
279
+ "properties": {
280
+ "disabled": {
281
+ "description": "Indicates if the plugin is disabled or not",
282
+ "type": "boolean",
283
+ "title": "disabled"
284
+ }
285
+ }
264
286
  }
265
287
  }
266
288
  },
@@ -411,6 +433,28 @@
411
433
  ]
412
434
  },
413
435
  "title": "customPlugins"
436
+ },
437
+ "blockquote": {
438
+ "title": "EditableHtmlButtonConfigure",
439
+ "type": "object",
440
+ "properties": {
441
+ "disabled": {
442
+ "description": "Indicates if the plugin is disabled or not",
443
+ "type": "boolean",
444
+ "title": "disabled"
445
+ }
446
+ }
447
+ },
448
+ "h3": {
449
+ "title": "EditableHtmlButtonConfigure",
450
+ "type": "object",
451
+ "properties": {
452
+ "disabled": {
453
+ "description": "Indicates if the plugin is disabled or not",
454
+ "type": "boolean",
455
+ "title": "disabled"
456
+ }
457
+ }
414
458
  }
415
459
  }
416
460
  },
@@ -519,6 +563,28 @@
519
563
  ]
520
564
  },
521
565
  "title": "customPlugins"
566
+ },
567
+ "blockquote": {
568
+ "title": "EditableHtmlButtonConfigure",
569
+ "type": "object",
570
+ "properties": {
571
+ "disabled": {
572
+ "description": "Indicates if the plugin is disabled or not",
573
+ "type": "boolean",
574
+ "title": "disabled"
575
+ }
576
+ }
577
+ },
578
+ "h3": {
579
+ "title": "EditableHtmlButtonConfigure",
580
+ "type": "object",
581
+ "properties": {
582
+ "disabled": {
583
+ "description": "Indicates if the plugin is disabled or not",
584
+ "type": "boolean",
585
+ "title": "disabled"
586
+ }
587
+ }
522
588
  }
523
589
  }
524
590
  },
@@ -192,6 +192,22 @@ Currently, only "SVG" is supported.
192
192
 
193
193
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
194
194
 
195
+ ### `blockquote` (object)
196
+
197
+ Properties of the `blockquote` object:
198
+
199
+ #### `disabled` (boolean)
200
+
201
+ Indicates if the plugin is disabled or not
202
+
203
+ ### `h3` (object)
204
+
205
+ Properties of the `h3` object:
206
+
207
+ #### `disabled` (boolean)
208
+
209
+ Indicates if the plugin is disabled or not
210
+
195
211
  ## `EditableHtmlButtonConfigure` (object)
196
212
 
197
213
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -304,6 +320,22 @@ Currently, only "SVG" is supported.
304
320
 
305
321
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
306
322
 
323
+ #### `blockquote` (object)
324
+
325
+ Properties of the `blockquote` object:
326
+
327
+ ##### `disabled` (boolean)
328
+
329
+ Indicates if the plugin is disabled or not
330
+
331
+ #### `h3` (object)
332
+
333
+ Properties of the `h3` object:
334
+
335
+ ##### `disabled` (boolean)
336
+
337
+ Indicates if the plugin is disabled or not
338
+
307
339
  ### `required` (boolean)
308
340
 
309
341
  Indicates if the item is required and the value cannot be empty
@@ -385,6 +417,22 @@ Currently, only "SVG" is supported.
385
417
 
386
418
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
387
419
 
420
+ #### `blockquote` (object)
421
+
422
+ Properties of the `blockquote` object:
423
+
424
+ ##### `disabled` (boolean)
425
+
426
+ Indicates if the plugin is disabled or not
427
+
428
+ #### `h3` (object)
429
+
430
+ Properties of the `h3` object:
431
+
432
+ ##### `disabled` (boolean)
433
+
434
+ Indicates if the plugin is disabled or not
435
+
388
436
  ### `settings` (boolean)
389
437
 
390
438
  Indicates if the item has to be displayed in the Settings Panel
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "5.16.1-next.3+555010e55",
7
+ "version": "5.17.1-next.0+7d892c822",
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": "1.23.1",
15
+ "@pie-lib/pie-toolbox": "1.24.0",
16
16
  "classnames": "^2.2.5",
17
17
  "lodash": "^4.17.10",
18
18
  "prop-types": "^15.6.1",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "",
23
23
  "license": "ISC",
24
- "gitHead": "555010e558a0042d8e508f507210dbfed251dc9c",
24
+ "gitHead": "7d892c8222e5bd9dd9d1973b422f88dd42beffcf",
25
25
  "main": "lib/index.js",
26
26
  "module": "src/index.js"
27
27
  }