@pie-element/inline-dropdown 5.16.1-next.3 → 5.17.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 +11 -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 +176 -0
- package/docs/config-schema.json.md +128 -0
- package/docs/pie-schema.json +66 -0
- package/docs/pie-schema.json.md +48 -0
- package/package.json +3 -3
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/inline-dropdown@5.16.0...@pie-element/inline-dropdown@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/inline-dropdown@5.15.0...@pie-element/inline-dropdown@5.16.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
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
|
+
# [5.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@5.16.0...@pie-element/inline-dropdown-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/inline-dropdown-configure@5.15.0...@pie-element/inline-dropdown-configure@5.16.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/inline-dropdown-configure",
|
|
3
|
-
"version": "5.
|
|
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.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"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
|
+
# [5.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-controller@5.13.0...@pie-element/inline-dropdown-controller@5.14.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.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-controller@5.12.0...@pie-element/inline-dropdown-controller@5.13.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/inline-dropdown-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.14.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.
|
|
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"
|
package/docs/config-schema.json
CHANGED
|
@@ -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
|
},
|
|
@@ -194,6 +216,28 @@
|
|
|
194
216
|
]
|
|
195
217
|
},
|
|
196
218
|
"title": "customPlugins"
|
|
219
|
+
},
|
|
220
|
+
"blockquote": {
|
|
221
|
+
"title": "EditableHtmlButtonConfigure",
|
|
222
|
+
"type": "object",
|
|
223
|
+
"properties": {
|
|
224
|
+
"disabled": {
|
|
225
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
226
|
+
"type": "boolean",
|
|
227
|
+
"title": "disabled"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"h3": {
|
|
232
|
+
"title": "EditableHtmlButtonConfigure",
|
|
233
|
+
"type": "object",
|
|
234
|
+
"properties": {
|
|
235
|
+
"disabled": {
|
|
236
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
237
|
+
"type": "boolean",
|
|
238
|
+
"title": "disabled"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
197
241
|
}
|
|
198
242
|
}
|
|
199
243
|
},
|
|
@@ -334,6 +378,28 @@
|
|
|
334
378
|
]
|
|
335
379
|
},
|
|
336
380
|
"title": "customPlugins"
|
|
381
|
+
},
|
|
382
|
+
"blockquote": {
|
|
383
|
+
"title": "EditableHtmlButtonConfigure",
|
|
384
|
+
"type": "object",
|
|
385
|
+
"properties": {
|
|
386
|
+
"disabled": {
|
|
387
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
388
|
+
"type": "boolean",
|
|
389
|
+
"title": "disabled"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"h3": {
|
|
394
|
+
"title": "EditableHtmlButtonConfigure",
|
|
395
|
+
"type": "object",
|
|
396
|
+
"properties": {
|
|
397
|
+
"disabled": {
|
|
398
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
399
|
+
"type": "boolean",
|
|
400
|
+
"title": "disabled"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
337
403
|
}
|
|
338
404
|
}
|
|
339
405
|
},
|
|
@@ -511,6 +577,28 @@
|
|
|
511
577
|
]
|
|
512
578
|
},
|
|
513
579
|
"title": "customPlugins"
|
|
580
|
+
},
|
|
581
|
+
"blockquote": {
|
|
582
|
+
"title": "EditableHtmlButtonConfigure",
|
|
583
|
+
"type": "object",
|
|
584
|
+
"properties": {
|
|
585
|
+
"disabled": {
|
|
586
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
587
|
+
"type": "boolean",
|
|
588
|
+
"title": "disabled"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"h3": {
|
|
593
|
+
"title": "EditableHtmlButtonConfigure",
|
|
594
|
+
"type": "object",
|
|
595
|
+
"properties": {
|
|
596
|
+
"disabled": {
|
|
597
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
598
|
+
"type": "boolean",
|
|
599
|
+
"title": "disabled"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
514
602
|
}
|
|
515
603
|
}
|
|
516
604
|
},
|
|
@@ -619,6 +707,28 @@
|
|
|
619
707
|
]
|
|
620
708
|
},
|
|
621
709
|
"title": "customPlugins"
|
|
710
|
+
},
|
|
711
|
+
"blockquote": {
|
|
712
|
+
"title": "EditableHtmlButtonConfigure",
|
|
713
|
+
"type": "object",
|
|
714
|
+
"properties": {
|
|
715
|
+
"disabled": {
|
|
716
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
717
|
+
"type": "boolean",
|
|
718
|
+
"title": "disabled"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"h3": {
|
|
723
|
+
"title": "EditableHtmlButtonConfigure",
|
|
724
|
+
"type": "object",
|
|
725
|
+
"properties": {
|
|
726
|
+
"disabled": {
|
|
727
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
728
|
+
"type": "boolean",
|
|
729
|
+
"title": "disabled"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
622
732
|
}
|
|
623
733
|
}
|
|
624
734
|
},
|
|
@@ -926,6 +1036,28 @@
|
|
|
926
1036
|
]
|
|
927
1037
|
},
|
|
928
1038
|
"title": "customPlugins"
|
|
1039
|
+
},
|
|
1040
|
+
"blockquote": {
|
|
1041
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1042
|
+
"type": "object",
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"disabled": {
|
|
1045
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1046
|
+
"type": "boolean",
|
|
1047
|
+
"title": "disabled"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"h3": {
|
|
1052
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1053
|
+
"type": "object",
|
|
1054
|
+
"properties": {
|
|
1055
|
+
"disabled": {
|
|
1056
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1057
|
+
"type": "boolean",
|
|
1058
|
+
"title": "disabled"
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
929
1061
|
}
|
|
930
1062
|
}
|
|
931
1063
|
},
|
|
@@ -1076,6 +1208,28 @@
|
|
|
1076
1208
|
]
|
|
1077
1209
|
},
|
|
1078
1210
|
"title": "customPlugins"
|
|
1211
|
+
},
|
|
1212
|
+
"blockquote": {
|
|
1213
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1214
|
+
"type": "object",
|
|
1215
|
+
"properties": {
|
|
1216
|
+
"disabled": {
|
|
1217
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1218
|
+
"type": "boolean",
|
|
1219
|
+
"title": "disabled"
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"h3": {
|
|
1224
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1225
|
+
"type": "object",
|
|
1226
|
+
"properties": {
|
|
1227
|
+
"disabled": {
|
|
1228
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1229
|
+
"type": "boolean",
|
|
1230
|
+
"title": "disabled"
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1079
1233
|
}
|
|
1080
1234
|
}
|
|
1081
1235
|
},
|
|
@@ -1184,6 +1338,28 @@
|
|
|
1184
1338
|
]
|
|
1185
1339
|
},
|
|
1186
1340
|
"title": "customPlugins"
|
|
1341
|
+
},
|
|
1342
|
+
"blockquote": {
|
|
1343
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1344
|
+
"type": "object",
|
|
1345
|
+
"properties": {
|
|
1346
|
+
"disabled": {
|
|
1347
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1348
|
+
"type": "boolean",
|
|
1349
|
+
"title": "disabled"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"h3": {
|
|
1354
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1355
|
+
"type": "object",
|
|
1356
|
+
"properties": {
|
|
1357
|
+
"disabled": {
|
|
1358
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1359
|
+
"type": "boolean",
|
|
1360
|
+
"title": "disabled"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1187
1363
|
}
|
|
1188
1364
|
}
|
|
1189
1365
|
},
|
|
@@ -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:
|
|
@@ -148,6 +164,22 @@ Currently, only "SVG" is supported.
|
|
|
148
164
|
|
|
149
165
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
150
166
|
|
|
167
|
+
### `blockquote` (object)
|
|
168
|
+
|
|
169
|
+
Properties of the `blockquote` object:
|
|
170
|
+
|
|
171
|
+
#### `disabled` (boolean)
|
|
172
|
+
|
|
173
|
+
Indicates if the plugin is disabled or not
|
|
174
|
+
|
|
175
|
+
### `h3` (object)
|
|
176
|
+
|
|
177
|
+
Properties of the `h3` object:
|
|
178
|
+
|
|
179
|
+
#### `disabled` (boolean)
|
|
180
|
+
|
|
181
|
+
Indicates if the plugin is disabled or not
|
|
182
|
+
|
|
151
183
|
## `required` (boolean)
|
|
152
184
|
|
|
153
185
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -253,6 +285,22 @@ Currently, only "SVG" is supported.
|
|
|
253
285
|
|
|
254
286
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
255
287
|
|
|
288
|
+
### `blockquote` (object)
|
|
289
|
+
|
|
290
|
+
Properties of the `blockquote` object:
|
|
291
|
+
|
|
292
|
+
#### `disabled` (boolean)
|
|
293
|
+
|
|
294
|
+
Indicates if the plugin is disabled or not
|
|
295
|
+
|
|
296
|
+
### `h3` (object)
|
|
297
|
+
|
|
298
|
+
Properties of the `h3` object:
|
|
299
|
+
|
|
300
|
+
#### `disabled` (boolean)
|
|
301
|
+
|
|
302
|
+
Indicates if the plugin is disabled or not
|
|
303
|
+
|
|
256
304
|
## `required` (boolean)
|
|
257
305
|
|
|
258
306
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -386,6 +434,22 @@ Currently, only "SVG" is supported.
|
|
|
386
434
|
|
|
387
435
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
388
436
|
|
|
437
|
+
### `blockquote` (object)
|
|
438
|
+
|
|
439
|
+
Properties of the `blockquote` object:
|
|
440
|
+
|
|
441
|
+
#### `disabled` (boolean)
|
|
442
|
+
|
|
443
|
+
Indicates if the plugin is disabled or not
|
|
444
|
+
|
|
445
|
+
### `h3` (object)
|
|
446
|
+
|
|
447
|
+
Properties of the `h3` object:
|
|
448
|
+
|
|
449
|
+
#### `disabled` (boolean)
|
|
450
|
+
|
|
451
|
+
Indicates if the plugin is disabled or not
|
|
452
|
+
|
|
389
453
|
## `required` (boolean)
|
|
390
454
|
|
|
391
455
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -467,6 +531,22 @@ Currently, only "SVG" is supported.
|
|
|
467
531
|
|
|
468
532
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
469
533
|
|
|
534
|
+
### `blockquote` (object)
|
|
535
|
+
|
|
536
|
+
Properties of the `blockquote` object:
|
|
537
|
+
|
|
538
|
+
#### `disabled` (boolean)
|
|
539
|
+
|
|
540
|
+
Indicates if the plugin is disabled or not
|
|
541
|
+
|
|
542
|
+
### `h3` (object)
|
|
543
|
+
|
|
544
|
+
Properties of the `h3` object:
|
|
545
|
+
|
|
546
|
+
#### `disabled` (boolean)
|
|
547
|
+
|
|
548
|
+
Indicates if the plugin is disabled or not
|
|
549
|
+
|
|
470
550
|
## `settings` (boolean)
|
|
471
551
|
|
|
472
552
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -702,6 +782,22 @@ Currently, only "SVG" is supported.
|
|
|
702
782
|
|
|
703
783
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
704
784
|
|
|
785
|
+
### `blockquote` (object)
|
|
786
|
+
|
|
787
|
+
Properties of the `blockquote` object:
|
|
788
|
+
|
|
789
|
+
#### `disabled` (boolean)
|
|
790
|
+
|
|
791
|
+
Indicates if the plugin is disabled or not
|
|
792
|
+
|
|
793
|
+
### `h3` (object)
|
|
794
|
+
|
|
795
|
+
Properties of the `h3` object:
|
|
796
|
+
|
|
797
|
+
#### `disabled` (boolean)
|
|
798
|
+
|
|
799
|
+
Indicates if the plugin is disabled or not
|
|
800
|
+
|
|
705
801
|
## `EditableHtmlButtonConfigure` (object)
|
|
706
802
|
|
|
707
803
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -814,6 +910,22 @@ Currently, only "SVG" is supported.
|
|
|
814
910
|
|
|
815
911
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
816
912
|
|
|
913
|
+
#### `blockquote` (object)
|
|
914
|
+
|
|
915
|
+
Properties of the `blockquote` object:
|
|
916
|
+
|
|
917
|
+
##### `disabled` (boolean)
|
|
918
|
+
|
|
919
|
+
Indicates if the plugin is disabled or not
|
|
920
|
+
|
|
921
|
+
#### `h3` (object)
|
|
922
|
+
|
|
923
|
+
Properties of the `h3` object:
|
|
924
|
+
|
|
925
|
+
##### `disabled` (boolean)
|
|
926
|
+
|
|
927
|
+
Indicates if the plugin is disabled or not
|
|
928
|
+
|
|
817
929
|
### `required` (boolean)
|
|
818
930
|
|
|
819
931
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -895,6 +1007,22 @@ Currently, only "SVG" is supported.
|
|
|
895
1007
|
|
|
896
1008
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
897
1009
|
|
|
1010
|
+
#### `blockquote` (object)
|
|
1011
|
+
|
|
1012
|
+
Properties of the `blockquote` object:
|
|
1013
|
+
|
|
1014
|
+
##### `disabled` (boolean)
|
|
1015
|
+
|
|
1016
|
+
Indicates if the plugin is disabled or not
|
|
1017
|
+
|
|
1018
|
+
#### `h3` (object)
|
|
1019
|
+
|
|
1020
|
+
Properties of the `h3` object:
|
|
1021
|
+
|
|
1022
|
+
##### `disabled` (boolean)
|
|
1023
|
+
|
|
1024
|
+
Indicates if the plugin is disabled or not
|
|
1025
|
+
|
|
898
1026
|
### `settings` (boolean)
|
|
899
1027
|
|
|
900
1028
|
Indicates if the item has to be displayed in the Settings Panel
|
package/docs/pie-schema.json
CHANGED
|
@@ -271,6 +271,28 @@
|
|
|
271
271
|
]
|
|
272
272
|
},
|
|
273
273
|
"title": "customPlugins"
|
|
274
|
+
},
|
|
275
|
+
"blockquote": {
|
|
276
|
+
"title": "EditableHtmlButtonConfigure",
|
|
277
|
+
"type": "object",
|
|
278
|
+
"properties": {
|
|
279
|
+
"disabled": {
|
|
280
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
281
|
+
"type": "boolean",
|
|
282
|
+
"title": "disabled"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"h3": {
|
|
287
|
+
"title": "EditableHtmlButtonConfigure",
|
|
288
|
+
"type": "object",
|
|
289
|
+
"properties": {
|
|
290
|
+
"disabled": {
|
|
291
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
292
|
+
"type": "boolean",
|
|
293
|
+
"title": "disabled"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
274
296
|
}
|
|
275
297
|
}
|
|
276
298
|
},
|
|
@@ -421,6 +443,28 @@
|
|
|
421
443
|
]
|
|
422
444
|
},
|
|
423
445
|
"title": "customPlugins"
|
|
446
|
+
},
|
|
447
|
+
"blockquote": {
|
|
448
|
+
"title": "EditableHtmlButtonConfigure",
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"disabled": {
|
|
452
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
453
|
+
"type": "boolean",
|
|
454
|
+
"title": "disabled"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"h3": {
|
|
459
|
+
"title": "EditableHtmlButtonConfigure",
|
|
460
|
+
"type": "object",
|
|
461
|
+
"properties": {
|
|
462
|
+
"disabled": {
|
|
463
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"title": "disabled"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
424
468
|
}
|
|
425
469
|
}
|
|
426
470
|
},
|
|
@@ -529,6 +573,28 @@
|
|
|
529
573
|
]
|
|
530
574
|
},
|
|
531
575
|
"title": "customPlugins"
|
|
576
|
+
},
|
|
577
|
+
"blockquote": {
|
|
578
|
+
"title": "EditableHtmlButtonConfigure",
|
|
579
|
+
"type": "object",
|
|
580
|
+
"properties": {
|
|
581
|
+
"disabled": {
|
|
582
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
583
|
+
"type": "boolean",
|
|
584
|
+
"title": "disabled"
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"h3": {
|
|
589
|
+
"title": "EditableHtmlButtonConfigure",
|
|
590
|
+
"type": "object",
|
|
591
|
+
"properties": {
|
|
592
|
+
"disabled": {
|
|
593
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
594
|
+
"type": "boolean",
|
|
595
|
+
"title": "disabled"
|
|
596
|
+
}
|
|
597
|
+
}
|
|
532
598
|
}
|
|
533
599
|
}
|
|
534
600
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -175,6 +175,22 @@ Currently, only "SVG" is supported.
|
|
|
175
175
|
|
|
176
176
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
177
177
|
|
|
178
|
+
### `blockquote` (object)
|
|
179
|
+
|
|
180
|
+
Properties of the `blockquote` object:
|
|
181
|
+
|
|
182
|
+
#### `disabled` (boolean)
|
|
183
|
+
|
|
184
|
+
Indicates if the plugin is disabled or not
|
|
185
|
+
|
|
186
|
+
### `h3` (object)
|
|
187
|
+
|
|
188
|
+
Properties of the `h3` object:
|
|
189
|
+
|
|
190
|
+
#### `disabled` (boolean)
|
|
191
|
+
|
|
192
|
+
Indicates if the plugin is disabled or not
|
|
193
|
+
|
|
178
194
|
## `EditableHtmlButtonConfigure` (object)
|
|
179
195
|
|
|
180
196
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -287,6 +303,22 @@ Currently, only "SVG" is supported.
|
|
|
287
303
|
|
|
288
304
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
289
305
|
|
|
306
|
+
#### `blockquote` (object)
|
|
307
|
+
|
|
308
|
+
Properties of the `blockquote` object:
|
|
309
|
+
|
|
310
|
+
##### `disabled` (boolean)
|
|
311
|
+
|
|
312
|
+
Indicates if the plugin is disabled or not
|
|
313
|
+
|
|
314
|
+
#### `h3` (object)
|
|
315
|
+
|
|
316
|
+
Properties of the `h3` object:
|
|
317
|
+
|
|
318
|
+
##### `disabled` (boolean)
|
|
319
|
+
|
|
320
|
+
Indicates if the plugin is disabled or not
|
|
321
|
+
|
|
290
322
|
### `required` (boolean)
|
|
291
323
|
|
|
292
324
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -368,6 +400,22 @@ Currently, only "SVG" is supported.
|
|
|
368
400
|
|
|
369
401
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
370
402
|
|
|
403
|
+
#### `blockquote` (object)
|
|
404
|
+
|
|
405
|
+
Properties of the `blockquote` object:
|
|
406
|
+
|
|
407
|
+
##### `disabled` (boolean)
|
|
408
|
+
|
|
409
|
+
Indicates if the plugin is disabled or not
|
|
410
|
+
|
|
411
|
+
#### `h3` (object)
|
|
412
|
+
|
|
413
|
+
Properties of the `h3` object:
|
|
414
|
+
|
|
415
|
+
##### `disabled` (boolean)
|
|
416
|
+
|
|
417
|
+
Indicates if the plugin is disabled or not
|
|
418
|
+
|
|
371
419
|
### `settings` (boolean)
|
|
372
420
|
|
|
373
421
|
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.
|
|
7
|
+
"version": "5.17.0",
|
|
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.
|
|
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": "
|
|
24
|
+
"gitHead": "32f0b3dbc46526a56225b2f3b288ec93dec4dfc1",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js"
|
|
27
27
|
}
|