@pie-element/ebsr 9.9.1-next.16 → 9.9.1-next.5
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/docs/config-schema.json +0 -698
- package/docs/config-schema.json.md +0 -545
- package/docs/pie-schema.json +0 -328
- package/docs/pie-schema.json.md +0 -255
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +3 -3
package/docs/config-schema.json
CHANGED
|
@@ -154,43 +154,6 @@
|
|
|
154
154
|
"title": "disabled"
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
},
|
|
158
|
-
"customPlugins": {
|
|
159
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
160
|
-
"type": "array",
|
|
161
|
-
"items": {
|
|
162
|
-
"title": "CustomPlugin",
|
|
163
|
-
"type": "object",
|
|
164
|
-
"properties": {
|
|
165
|
-
"event": {
|
|
166
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
167
|
-
"type": "string",
|
|
168
|
-
"title": "event"
|
|
169
|
-
},
|
|
170
|
-
"iconAlt": {
|
|
171
|
-
"description": "The alt for the custom button icon",
|
|
172
|
-
"type": "string",
|
|
173
|
-
"title": "iconAlt"
|
|
174
|
-
},
|
|
175
|
-
"iconType": {
|
|
176
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
177
|
-
"type": "string",
|
|
178
|
-
"title": "iconType"
|
|
179
|
-
},
|
|
180
|
-
"icon": {
|
|
181
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
182
|
-
"type": "string",
|
|
183
|
-
"title": "icon"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"required": [
|
|
187
|
-
"event",
|
|
188
|
-
"icon",
|
|
189
|
-
"iconAlt",
|
|
190
|
-
"iconType"
|
|
191
|
-
]
|
|
192
|
-
},
|
|
193
|
-
"title": "customPlugins"
|
|
194
157
|
}
|
|
195
158
|
}
|
|
196
159
|
},
|
|
@@ -283,43 +246,6 @@
|
|
|
283
246
|
"title": "disabled"
|
|
284
247
|
}
|
|
285
248
|
}
|
|
286
|
-
},
|
|
287
|
-
"customPlugins": {
|
|
288
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
289
|
-
"type": "array",
|
|
290
|
-
"items": {
|
|
291
|
-
"title": "CustomPlugin",
|
|
292
|
-
"type": "object",
|
|
293
|
-
"properties": {
|
|
294
|
-
"event": {
|
|
295
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
296
|
-
"type": "string",
|
|
297
|
-
"title": "event"
|
|
298
|
-
},
|
|
299
|
-
"iconAlt": {
|
|
300
|
-
"description": "The alt for the custom button icon",
|
|
301
|
-
"type": "string",
|
|
302
|
-
"title": "iconAlt"
|
|
303
|
-
},
|
|
304
|
-
"iconType": {
|
|
305
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
306
|
-
"type": "string",
|
|
307
|
-
"title": "iconType"
|
|
308
|
-
},
|
|
309
|
-
"icon": {
|
|
310
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
311
|
-
"type": "string",
|
|
312
|
-
"title": "icon"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
"required": [
|
|
316
|
-
"event",
|
|
317
|
-
"icon",
|
|
318
|
-
"iconAlt",
|
|
319
|
-
"iconType"
|
|
320
|
-
]
|
|
321
|
-
},
|
|
322
|
-
"title": "customPlugins"
|
|
323
249
|
}
|
|
324
250
|
}
|
|
325
251
|
},
|
|
@@ -407,43 +333,6 @@
|
|
|
407
333
|
"title": "disabled"
|
|
408
334
|
}
|
|
409
335
|
}
|
|
410
|
-
},
|
|
411
|
-
"customPlugins": {
|
|
412
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
413
|
-
"type": "array",
|
|
414
|
-
"items": {
|
|
415
|
-
"title": "CustomPlugin",
|
|
416
|
-
"type": "object",
|
|
417
|
-
"properties": {
|
|
418
|
-
"event": {
|
|
419
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
420
|
-
"type": "string",
|
|
421
|
-
"title": "event"
|
|
422
|
-
},
|
|
423
|
-
"iconAlt": {
|
|
424
|
-
"description": "The alt for the custom button icon",
|
|
425
|
-
"type": "string",
|
|
426
|
-
"title": "iconAlt"
|
|
427
|
-
},
|
|
428
|
-
"iconType": {
|
|
429
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
430
|
-
"type": "string",
|
|
431
|
-
"title": "iconType"
|
|
432
|
-
},
|
|
433
|
-
"icon": {
|
|
434
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
435
|
-
"type": "string",
|
|
436
|
-
"title": "icon"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"required": [
|
|
440
|
-
"event",
|
|
441
|
-
"icon",
|
|
442
|
-
"iconAlt",
|
|
443
|
-
"iconType"
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
|
-
"title": "customPlugins"
|
|
447
336
|
}
|
|
448
337
|
}
|
|
449
338
|
},
|
|
@@ -621,43 +510,6 @@
|
|
|
621
510
|
"title": "disabled"
|
|
622
511
|
}
|
|
623
512
|
}
|
|
624
|
-
},
|
|
625
|
-
"customPlugins": {
|
|
626
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
627
|
-
"type": "array",
|
|
628
|
-
"items": {
|
|
629
|
-
"title": "CustomPlugin",
|
|
630
|
-
"type": "object",
|
|
631
|
-
"properties": {
|
|
632
|
-
"event": {
|
|
633
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
634
|
-
"type": "string",
|
|
635
|
-
"title": "event"
|
|
636
|
-
},
|
|
637
|
-
"iconAlt": {
|
|
638
|
-
"description": "The alt for the custom button icon",
|
|
639
|
-
"type": "string",
|
|
640
|
-
"title": "iconAlt"
|
|
641
|
-
},
|
|
642
|
-
"iconType": {
|
|
643
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
644
|
-
"type": "string",
|
|
645
|
-
"title": "iconType"
|
|
646
|
-
},
|
|
647
|
-
"icon": {
|
|
648
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
649
|
-
"type": "string",
|
|
650
|
-
"title": "icon"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"required": [
|
|
654
|
-
"event",
|
|
655
|
-
"icon",
|
|
656
|
-
"iconAlt",
|
|
657
|
-
"iconType"
|
|
658
|
-
]
|
|
659
|
-
},
|
|
660
|
-
"title": "customPlugins"
|
|
661
513
|
}
|
|
662
514
|
}
|
|
663
515
|
},
|
|
@@ -712,43 +564,6 @@
|
|
|
712
564
|
"title": "disabled"
|
|
713
565
|
}
|
|
714
566
|
}
|
|
715
|
-
},
|
|
716
|
-
"customPlugins": {
|
|
717
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
718
|
-
"type": "array",
|
|
719
|
-
"items": {
|
|
720
|
-
"title": "CustomPlugin",
|
|
721
|
-
"type": "object",
|
|
722
|
-
"properties": {
|
|
723
|
-
"event": {
|
|
724
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
725
|
-
"type": "string",
|
|
726
|
-
"title": "event"
|
|
727
|
-
},
|
|
728
|
-
"iconAlt": {
|
|
729
|
-
"description": "The alt for the custom button icon",
|
|
730
|
-
"type": "string",
|
|
731
|
-
"title": "iconAlt"
|
|
732
|
-
},
|
|
733
|
-
"iconType": {
|
|
734
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
735
|
-
"type": "string",
|
|
736
|
-
"title": "iconType"
|
|
737
|
-
},
|
|
738
|
-
"icon": {
|
|
739
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
740
|
-
"type": "string",
|
|
741
|
-
"title": "icon"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"required": [
|
|
745
|
-
"event",
|
|
746
|
-
"icon",
|
|
747
|
-
"iconAlt",
|
|
748
|
-
"iconType"
|
|
749
|
-
]
|
|
750
|
-
},
|
|
751
|
-
"title": "customPlugins"
|
|
752
567
|
}
|
|
753
568
|
}
|
|
754
569
|
},
|
|
@@ -917,43 +732,6 @@
|
|
|
917
732
|
"title": "disabled"
|
|
918
733
|
}
|
|
919
734
|
}
|
|
920
|
-
},
|
|
921
|
-
"customPlugins": {
|
|
922
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
923
|
-
"type": "array",
|
|
924
|
-
"items": {
|
|
925
|
-
"title": "CustomPlugin",
|
|
926
|
-
"type": "object",
|
|
927
|
-
"properties": {
|
|
928
|
-
"event": {
|
|
929
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
930
|
-
"type": "string",
|
|
931
|
-
"title": "event"
|
|
932
|
-
},
|
|
933
|
-
"iconAlt": {
|
|
934
|
-
"description": "The alt for the custom button icon",
|
|
935
|
-
"type": "string",
|
|
936
|
-
"title": "iconAlt"
|
|
937
|
-
},
|
|
938
|
-
"iconType": {
|
|
939
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
940
|
-
"type": "string",
|
|
941
|
-
"title": "iconType"
|
|
942
|
-
},
|
|
943
|
-
"icon": {
|
|
944
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
945
|
-
"type": "string",
|
|
946
|
-
"title": "icon"
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
"required": [
|
|
950
|
-
"event",
|
|
951
|
-
"icon",
|
|
952
|
-
"iconAlt",
|
|
953
|
-
"iconType"
|
|
954
|
-
]
|
|
955
|
-
},
|
|
956
|
-
"title": "customPlugins"
|
|
957
735
|
}
|
|
958
736
|
}
|
|
959
737
|
},
|
|
@@ -1046,43 +824,6 @@
|
|
|
1046
824
|
"title": "disabled"
|
|
1047
825
|
}
|
|
1048
826
|
}
|
|
1049
|
-
},
|
|
1050
|
-
"customPlugins": {
|
|
1051
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1052
|
-
"type": "array",
|
|
1053
|
-
"items": {
|
|
1054
|
-
"title": "CustomPlugin",
|
|
1055
|
-
"type": "object",
|
|
1056
|
-
"properties": {
|
|
1057
|
-
"event": {
|
|
1058
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1059
|
-
"type": "string",
|
|
1060
|
-
"title": "event"
|
|
1061
|
-
},
|
|
1062
|
-
"iconAlt": {
|
|
1063
|
-
"description": "The alt for the custom button icon",
|
|
1064
|
-
"type": "string",
|
|
1065
|
-
"title": "iconAlt"
|
|
1066
|
-
},
|
|
1067
|
-
"iconType": {
|
|
1068
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1069
|
-
"type": "string",
|
|
1070
|
-
"title": "iconType"
|
|
1071
|
-
},
|
|
1072
|
-
"icon": {
|
|
1073
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1074
|
-
"type": "string",
|
|
1075
|
-
"title": "icon"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
"required": [
|
|
1079
|
-
"event",
|
|
1080
|
-
"icon",
|
|
1081
|
-
"iconAlt",
|
|
1082
|
-
"iconType"
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
"title": "customPlugins"
|
|
1086
827
|
}
|
|
1087
828
|
}
|
|
1088
829
|
},
|
|
@@ -1170,43 +911,6 @@
|
|
|
1170
911
|
"title": "disabled"
|
|
1171
912
|
}
|
|
1172
913
|
}
|
|
1173
|
-
},
|
|
1174
|
-
"customPlugins": {
|
|
1175
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1176
|
-
"type": "array",
|
|
1177
|
-
"items": {
|
|
1178
|
-
"title": "CustomPlugin",
|
|
1179
|
-
"type": "object",
|
|
1180
|
-
"properties": {
|
|
1181
|
-
"event": {
|
|
1182
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1183
|
-
"type": "string",
|
|
1184
|
-
"title": "event"
|
|
1185
|
-
},
|
|
1186
|
-
"iconAlt": {
|
|
1187
|
-
"description": "The alt for the custom button icon",
|
|
1188
|
-
"type": "string",
|
|
1189
|
-
"title": "iconAlt"
|
|
1190
|
-
},
|
|
1191
|
-
"iconType": {
|
|
1192
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1193
|
-
"type": "string",
|
|
1194
|
-
"title": "iconType"
|
|
1195
|
-
},
|
|
1196
|
-
"icon": {
|
|
1197
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1198
|
-
"type": "string",
|
|
1199
|
-
"title": "icon"
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
"required": [
|
|
1203
|
-
"event",
|
|
1204
|
-
"icon",
|
|
1205
|
-
"iconAlt",
|
|
1206
|
-
"iconType"
|
|
1207
|
-
]
|
|
1208
|
-
},
|
|
1209
|
-
"title": "customPlugins"
|
|
1210
914
|
}
|
|
1211
915
|
}
|
|
1212
916
|
},
|
|
@@ -1384,43 +1088,6 @@
|
|
|
1384
1088
|
"title": "disabled"
|
|
1385
1089
|
}
|
|
1386
1090
|
}
|
|
1387
|
-
},
|
|
1388
|
-
"customPlugins": {
|
|
1389
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1390
|
-
"type": "array",
|
|
1391
|
-
"items": {
|
|
1392
|
-
"title": "CustomPlugin",
|
|
1393
|
-
"type": "object",
|
|
1394
|
-
"properties": {
|
|
1395
|
-
"event": {
|
|
1396
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1397
|
-
"type": "string",
|
|
1398
|
-
"title": "event"
|
|
1399
|
-
},
|
|
1400
|
-
"iconAlt": {
|
|
1401
|
-
"description": "The alt for the custom button icon",
|
|
1402
|
-
"type": "string",
|
|
1403
|
-
"title": "iconAlt"
|
|
1404
|
-
},
|
|
1405
|
-
"iconType": {
|
|
1406
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1407
|
-
"type": "string",
|
|
1408
|
-
"title": "iconType"
|
|
1409
|
-
},
|
|
1410
|
-
"icon": {
|
|
1411
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1412
|
-
"type": "string",
|
|
1413
|
-
"title": "icon"
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
"required": [
|
|
1417
|
-
"event",
|
|
1418
|
-
"icon",
|
|
1419
|
-
"iconAlt",
|
|
1420
|
-
"iconType"
|
|
1421
|
-
]
|
|
1422
|
-
},
|
|
1423
|
-
"title": "customPlugins"
|
|
1424
1091
|
}
|
|
1425
1092
|
}
|
|
1426
1093
|
},
|
|
@@ -1475,43 +1142,6 @@
|
|
|
1475
1142
|
"title": "disabled"
|
|
1476
1143
|
}
|
|
1477
1144
|
}
|
|
1478
|
-
},
|
|
1479
|
-
"customPlugins": {
|
|
1480
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1481
|
-
"type": "array",
|
|
1482
|
-
"items": {
|
|
1483
|
-
"title": "CustomPlugin",
|
|
1484
|
-
"type": "object",
|
|
1485
|
-
"properties": {
|
|
1486
|
-
"event": {
|
|
1487
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1488
|
-
"type": "string",
|
|
1489
|
-
"title": "event"
|
|
1490
|
-
},
|
|
1491
|
-
"iconAlt": {
|
|
1492
|
-
"description": "The alt for the custom button icon",
|
|
1493
|
-
"type": "string",
|
|
1494
|
-
"title": "iconAlt"
|
|
1495
|
-
},
|
|
1496
|
-
"iconType": {
|
|
1497
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1498
|
-
"type": "string",
|
|
1499
|
-
"title": "iconType"
|
|
1500
|
-
},
|
|
1501
|
-
"icon": {
|
|
1502
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1503
|
-
"type": "string",
|
|
1504
|
-
"title": "icon"
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
"required": [
|
|
1508
|
-
"event",
|
|
1509
|
-
"icon",
|
|
1510
|
-
"iconAlt",
|
|
1511
|
-
"iconType"
|
|
1512
|
-
]
|
|
1513
|
-
},
|
|
1514
|
-
"title": "customPlugins"
|
|
1515
1145
|
}
|
|
1516
1146
|
}
|
|
1517
1147
|
},
|
|
@@ -1801,43 +1431,6 @@
|
|
|
1801
1431
|
"title": "disabled"
|
|
1802
1432
|
}
|
|
1803
1433
|
}
|
|
1804
|
-
},
|
|
1805
|
-
"customPlugins": {
|
|
1806
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1807
|
-
"type": "array",
|
|
1808
|
-
"items": {
|
|
1809
|
-
"title": "CustomPlugin",
|
|
1810
|
-
"type": "object",
|
|
1811
|
-
"properties": {
|
|
1812
|
-
"event": {
|
|
1813
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1814
|
-
"type": "string",
|
|
1815
|
-
"title": "event"
|
|
1816
|
-
},
|
|
1817
|
-
"iconAlt": {
|
|
1818
|
-
"description": "The alt for the custom button icon",
|
|
1819
|
-
"type": "string",
|
|
1820
|
-
"title": "iconAlt"
|
|
1821
|
-
},
|
|
1822
|
-
"iconType": {
|
|
1823
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1824
|
-
"type": "string",
|
|
1825
|
-
"title": "iconType"
|
|
1826
|
-
},
|
|
1827
|
-
"icon": {
|
|
1828
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1829
|
-
"type": "string",
|
|
1830
|
-
"title": "icon"
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
"required": [
|
|
1834
|
-
"event",
|
|
1835
|
-
"icon",
|
|
1836
|
-
"iconAlt",
|
|
1837
|
-
"iconType"
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
"title": "customPlugins"
|
|
1841
1434
|
}
|
|
1842
1435
|
}
|
|
1843
1436
|
},
|
|
@@ -1930,43 +1523,6 @@
|
|
|
1930
1523
|
"title": "disabled"
|
|
1931
1524
|
}
|
|
1932
1525
|
}
|
|
1933
|
-
},
|
|
1934
|
-
"customPlugins": {
|
|
1935
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1936
|
-
"type": "array",
|
|
1937
|
-
"items": {
|
|
1938
|
-
"title": "CustomPlugin",
|
|
1939
|
-
"type": "object",
|
|
1940
|
-
"properties": {
|
|
1941
|
-
"event": {
|
|
1942
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1943
|
-
"type": "string",
|
|
1944
|
-
"title": "event"
|
|
1945
|
-
},
|
|
1946
|
-
"iconAlt": {
|
|
1947
|
-
"description": "The alt for the custom button icon",
|
|
1948
|
-
"type": "string",
|
|
1949
|
-
"title": "iconAlt"
|
|
1950
|
-
},
|
|
1951
|
-
"iconType": {
|
|
1952
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1953
|
-
"type": "string",
|
|
1954
|
-
"title": "iconType"
|
|
1955
|
-
},
|
|
1956
|
-
"icon": {
|
|
1957
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1958
|
-
"type": "string",
|
|
1959
|
-
"title": "icon"
|
|
1960
|
-
}
|
|
1961
|
-
},
|
|
1962
|
-
"required": [
|
|
1963
|
-
"event",
|
|
1964
|
-
"icon",
|
|
1965
|
-
"iconAlt",
|
|
1966
|
-
"iconType"
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
"title": "customPlugins"
|
|
1970
1526
|
}
|
|
1971
1527
|
}
|
|
1972
1528
|
},
|
|
@@ -2054,43 +1610,6 @@
|
|
|
2054
1610
|
"title": "disabled"
|
|
2055
1611
|
}
|
|
2056
1612
|
}
|
|
2057
|
-
},
|
|
2058
|
-
"customPlugins": {
|
|
2059
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2060
|
-
"type": "array",
|
|
2061
|
-
"items": {
|
|
2062
|
-
"title": "CustomPlugin",
|
|
2063
|
-
"type": "object",
|
|
2064
|
-
"properties": {
|
|
2065
|
-
"event": {
|
|
2066
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2067
|
-
"type": "string",
|
|
2068
|
-
"title": "event"
|
|
2069
|
-
},
|
|
2070
|
-
"iconAlt": {
|
|
2071
|
-
"description": "The alt for the custom button icon",
|
|
2072
|
-
"type": "string",
|
|
2073
|
-
"title": "iconAlt"
|
|
2074
|
-
},
|
|
2075
|
-
"iconType": {
|
|
2076
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2077
|
-
"type": "string",
|
|
2078
|
-
"title": "iconType"
|
|
2079
|
-
},
|
|
2080
|
-
"icon": {
|
|
2081
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2082
|
-
"type": "string",
|
|
2083
|
-
"title": "icon"
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
|
-
"required": [
|
|
2087
|
-
"event",
|
|
2088
|
-
"icon",
|
|
2089
|
-
"iconAlt",
|
|
2090
|
-
"iconType"
|
|
2091
|
-
]
|
|
2092
|
-
},
|
|
2093
|
-
"title": "customPlugins"
|
|
2094
1613
|
}
|
|
2095
1614
|
}
|
|
2096
1615
|
},
|
|
@@ -2268,43 +1787,6 @@
|
|
|
2268
1787
|
"title": "disabled"
|
|
2269
1788
|
}
|
|
2270
1789
|
}
|
|
2271
|
-
},
|
|
2272
|
-
"customPlugins": {
|
|
2273
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2274
|
-
"type": "array",
|
|
2275
|
-
"items": {
|
|
2276
|
-
"title": "CustomPlugin",
|
|
2277
|
-
"type": "object",
|
|
2278
|
-
"properties": {
|
|
2279
|
-
"event": {
|
|
2280
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2281
|
-
"type": "string",
|
|
2282
|
-
"title": "event"
|
|
2283
|
-
},
|
|
2284
|
-
"iconAlt": {
|
|
2285
|
-
"description": "The alt for the custom button icon",
|
|
2286
|
-
"type": "string",
|
|
2287
|
-
"title": "iconAlt"
|
|
2288
|
-
},
|
|
2289
|
-
"iconType": {
|
|
2290
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2291
|
-
"type": "string",
|
|
2292
|
-
"title": "iconType"
|
|
2293
|
-
},
|
|
2294
|
-
"icon": {
|
|
2295
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2296
|
-
"type": "string",
|
|
2297
|
-
"title": "icon"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
"required": [
|
|
2301
|
-
"event",
|
|
2302
|
-
"icon",
|
|
2303
|
-
"iconAlt",
|
|
2304
|
-
"iconType"
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
"title": "customPlugins"
|
|
2308
1790
|
}
|
|
2309
1791
|
}
|
|
2310
1792
|
},
|
|
@@ -2359,43 +1841,6 @@
|
|
|
2359
1841
|
"title": "disabled"
|
|
2360
1842
|
}
|
|
2361
1843
|
}
|
|
2362
|
-
},
|
|
2363
|
-
"customPlugins": {
|
|
2364
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2365
|
-
"type": "array",
|
|
2366
|
-
"items": {
|
|
2367
|
-
"title": "CustomPlugin",
|
|
2368
|
-
"type": "object",
|
|
2369
|
-
"properties": {
|
|
2370
|
-
"event": {
|
|
2371
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2372
|
-
"type": "string",
|
|
2373
|
-
"title": "event"
|
|
2374
|
-
},
|
|
2375
|
-
"iconAlt": {
|
|
2376
|
-
"description": "The alt for the custom button icon",
|
|
2377
|
-
"type": "string",
|
|
2378
|
-
"title": "iconAlt"
|
|
2379
|
-
},
|
|
2380
|
-
"iconType": {
|
|
2381
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2382
|
-
"type": "string",
|
|
2383
|
-
"title": "iconType"
|
|
2384
|
-
},
|
|
2385
|
-
"icon": {
|
|
2386
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2387
|
-
"type": "string",
|
|
2388
|
-
"title": "icon"
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
"required": [
|
|
2392
|
-
"event",
|
|
2393
|
-
"icon",
|
|
2394
|
-
"iconAlt",
|
|
2395
|
-
"iconType"
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
"title": "customPlugins"
|
|
2399
1844
|
}
|
|
2400
1845
|
}
|
|
2401
1846
|
},
|
|
@@ -2480,43 +1925,6 @@
|
|
|
2480
1925
|
"title": "disabled"
|
|
2481
1926
|
}
|
|
2482
1927
|
}
|
|
2483
|
-
},
|
|
2484
|
-
"customPlugins": {
|
|
2485
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2486
|
-
"type": "array",
|
|
2487
|
-
"items": {
|
|
2488
|
-
"title": "CustomPlugin",
|
|
2489
|
-
"type": "object",
|
|
2490
|
-
"properties": {
|
|
2491
|
-
"event": {
|
|
2492
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2493
|
-
"type": "string",
|
|
2494
|
-
"title": "event"
|
|
2495
|
-
},
|
|
2496
|
-
"iconAlt": {
|
|
2497
|
-
"description": "The alt for the custom button icon",
|
|
2498
|
-
"type": "string",
|
|
2499
|
-
"title": "iconAlt"
|
|
2500
|
-
},
|
|
2501
|
-
"iconType": {
|
|
2502
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2503
|
-
"type": "string",
|
|
2504
|
-
"title": "iconType"
|
|
2505
|
-
},
|
|
2506
|
-
"icon": {
|
|
2507
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2508
|
-
"type": "string",
|
|
2509
|
-
"title": "icon"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
"required": [
|
|
2513
|
-
"event",
|
|
2514
|
-
"icon",
|
|
2515
|
-
"iconAlt",
|
|
2516
|
-
"iconType"
|
|
2517
|
-
]
|
|
2518
|
-
},
|
|
2519
|
-
"title": "customPlugins"
|
|
2520
1928
|
}
|
|
2521
1929
|
}
|
|
2522
1930
|
},
|
|
@@ -2584,43 +1992,6 @@
|
|
|
2584
1992
|
"title": "disabled"
|
|
2585
1993
|
}
|
|
2586
1994
|
}
|
|
2587
|
-
},
|
|
2588
|
-
"customPlugins": {
|
|
2589
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2590
|
-
"type": "array",
|
|
2591
|
-
"items": {
|
|
2592
|
-
"title": "CustomPlugin",
|
|
2593
|
-
"type": "object",
|
|
2594
|
-
"properties": {
|
|
2595
|
-
"event": {
|
|
2596
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2597
|
-
"type": "string",
|
|
2598
|
-
"title": "event"
|
|
2599
|
-
},
|
|
2600
|
-
"iconAlt": {
|
|
2601
|
-
"description": "The alt for the custom button icon",
|
|
2602
|
-
"type": "string",
|
|
2603
|
-
"title": "iconAlt"
|
|
2604
|
-
},
|
|
2605
|
-
"iconType": {
|
|
2606
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2607
|
-
"type": "string",
|
|
2608
|
-
"title": "iconType"
|
|
2609
|
-
},
|
|
2610
|
-
"icon": {
|
|
2611
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2612
|
-
"type": "string",
|
|
2613
|
-
"title": "icon"
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
"required": [
|
|
2617
|
-
"event",
|
|
2618
|
-
"icon",
|
|
2619
|
-
"iconAlt",
|
|
2620
|
-
"iconType"
|
|
2621
|
-
]
|
|
2622
|
-
},
|
|
2623
|
-
"title": "customPlugins"
|
|
2624
1995
|
}
|
|
2625
1996
|
}
|
|
2626
1997
|
},
|
|
@@ -2635,38 +2006,6 @@
|
|
|
2635
2006
|
}
|
|
2636
2007
|
}
|
|
2637
2008
|
},
|
|
2638
|
-
"CustomPlugin": {
|
|
2639
|
-
"title": "CustomPlugin",
|
|
2640
|
-
"type": "object",
|
|
2641
|
-
"properties": {
|
|
2642
|
-
"event": {
|
|
2643
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2644
|
-
"type": "string",
|
|
2645
|
-
"title": "event"
|
|
2646
|
-
},
|
|
2647
|
-
"iconAlt": {
|
|
2648
|
-
"description": "The alt for the custom button icon",
|
|
2649
|
-
"type": "string",
|
|
2650
|
-
"title": "iconAlt"
|
|
2651
|
-
},
|
|
2652
|
-
"iconType": {
|
|
2653
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2654
|
-
"type": "string",
|
|
2655
|
-
"title": "iconType"
|
|
2656
|
-
},
|
|
2657
|
-
"icon": {
|
|
2658
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2659
|
-
"type": "string",
|
|
2660
|
-
"title": "icon"
|
|
2661
|
-
}
|
|
2662
|
-
},
|
|
2663
|
-
"required": [
|
|
2664
|
-
"event",
|
|
2665
|
-
"icon",
|
|
2666
|
-
"iconAlt",
|
|
2667
|
-
"iconType"
|
|
2668
|
-
]
|
|
2669
|
-
},
|
|
2670
2009
|
"ConfigureMaxImageDimensionsProp": {
|
|
2671
2010
|
"title": "ConfigureMaxImageDimensionsProp",
|
|
2672
2011
|
"type": "object",
|
|
@@ -2760,43 +2099,6 @@
|
|
|
2760
2099
|
"title": "disabled"
|
|
2761
2100
|
}
|
|
2762
2101
|
}
|
|
2763
|
-
},
|
|
2764
|
-
"customPlugins": {
|
|
2765
|
-
"description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
2766
|
-
"type": "array",
|
|
2767
|
-
"items": {
|
|
2768
|
-
"title": "CustomPlugin",
|
|
2769
|
-
"type": "object",
|
|
2770
|
-
"properties": {
|
|
2771
|
-
"event": {
|
|
2772
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
2773
|
-
"type": "string",
|
|
2774
|
-
"title": "event"
|
|
2775
|
-
},
|
|
2776
|
-
"iconAlt": {
|
|
2777
|
-
"description": "The alt for the custom button icon",
|
|
2778
|
-
"type": "string",
|
|
2779
|
-
"title": "iconAlt"
|
|
2780
|
-
},
|
|
2781
|
-
"iconType": {
|
|
2782
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2783
|
-
"type": "string",
|
|
2784
|
-
"title": "iconType"
|
|
2785
|
-
},
|
|
2786
|
-
"icon": {
|
|
2787
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2788
|
-
"type": "string",
|
|
2789
|
-
"title": "icon"
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
|
-
"required": [
|
|
2793
|
-
"event",
|
|
2794
|
-
"icon",
|
|
2795
|
-
"iconAlt",
|
|
2796
|
-
"iconType"
|
|
2797
|
-
]
|
|
2798
|
-
},
|
|
2799
|
-
"title": "customPlugins"
|
|
2800
2102
|
}
|
|
2801
2103
|
}
|
|
2802
2104
|
},
|