@pie-element/number-line 8.13.1-next.3 → 8.14.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
+ # [8.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@8.13.0...@pie-element/number-line@8.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
  # [8.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@8.12.0...@pie-element/number-line@8.13.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
+ # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@7.12.0...@pie-element/number-line-configure@7.13.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
  # [7.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@7.11.0...@pie-element/number-line-configure@7.12.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "7.12.0",
4
+ "version": "7.13.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@pie-framework/pie-configure-events": "^1.3.0",
10
- "@pie-lib/pie-toolbox": "1.23.1",
10
+ "@pie-lib/pie-toolbox": "1.24.0",
11
11
  "lodash": "^4.17.15",
12
12
  "react": "^16.8.1",
13
13
  "react-dom": "^16.8.1"
@@ -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/number-line-controller@5.14.0...@pie-element/number-line-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/number-line-controller@5.13.0...@pie-element/number-line-controller@5.14.0) (2024-06-19)
7
18
 
8
19
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-controller",
3
3
  "private": true,
4
- "version": "5.14.0",
4
+ "version": "5.15.0",
5
5
  "description": "Controller logic for @pie-ui/number-line",
6
6
  "keywords": [
7
7
  "pie",
@@ -14,7 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@pie-lib/pie-toolbox": "1.23.1",
17
+ "@pie-lib/pie-toolbox": "1.24.0",
18
18
  "lodash": "^4.17.15",
19
19
  "mathjs": "^7.5.1"
20
20
  },
@@ -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
  },
@@ -199,6 +221,28 @@
199
221
  ]
200
222
  },
201
223
  "title": "customPlugins"
224
+ },
225
+ "blockquote": {
226
+ "title": "EditableHtmlButtonConfigure",
227
+ "type": "object",
228
+ "properties": {
229
+ "disabled": {
230
+ "description": "Indicates if the plugin is disabled or not",
231
+ "type": "boolean",
232
+ "title": "disabled"
233
+ }
234
+ }
235
+ },
236
+ "h3": {
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
+ }
202
246
  }
203
247
  }
204
248
  },
@@ -307,6 +351,28 @@
307
351
  ]
308
352
  },
309
353
  "title": "customPlugins"
354
+ },
355
+ "blockquote": {
356
+ "title": "EditableHtmlButtonConfigure",
357
+ "type": "object",
358
+ "properties": {
359
+ "disabled": {
360
+ "description": "Indicates if the plugin is disabled or not",
361
+ "type": "boolean",
362
+ "title": "disabled"
363
+ }
364
+ }
365
+ },
366
+ "h3": {
367
+ "title": "EditableHtmlButtonConfigure",
368
+ "type": "object",
369
+ "properties": {
370
+ "disabled": {
371
+ "description": "Indicates if the plugin is disabled or not",
372
+ "type": "boolean",
373
+ "title": "disabled"
374
+ }
375
+ }
310
376
  }
311
377
  }
312
378
  },
@@ -415,6 +481,28 @@
415
481
  ]
416
482
  },
417
483
  "title": "customPlugins"
484
+ },
485
+ "blockquote": {
486
+ "title": "EditableHtmlButtonConfigure",
487
+ "type": "object",
488
+ "properties": {
489
+ "disabled": {
490
+ "description": "Indicates if the plugin is disabled or not",
491
+ "type": "boolean",
492
+ "title": "disabled"
493
+ }
494
+ }
495
+ },
496
+ "h3": {
497
+ "title": "EditableHtmlButtonConfigure",
498
+ "type": "object",
499
+ "properties": {
500
+ "disabled": {
501
+ "description": "Indicates if the plugin is disabled or not",
502
+ "type": "boolean",
503
+ "title": "disabled"
504
+ }
505
+ }
418
506
  }
419
507
  }
420
508
  },
@@ -726,6 +814,28 @@
726
814
  ]
727
815
  },
728
816
  "title": "customPlugins"
817
+ },
818
+ "blockquote": {
819
+ "title": "EditableHtmlButtonConfigure",
820
+ "type": "object",
821
+ "properties": {
822
+ "disabled": {
823
+ "description": "Indicates if the plugin is disabled or not",
824
+ "type": "boolean",
825
+ "title": "disabled"
826
+ }
827
+ }
828
+ },
829
+ "h3": {
830
+ "title": "EditableHtmlButtonConfigure",
831
+ "type": "object",
832
+ "properties": {
833
+ "disabled": {
834
+ "description": "Indicates if the plugin is disabled or not",
835
+ "type": "boolean",
836
+ "title": "disabled"
837
+ }
838
+ }
729
839
  }
730
840
  }
731
841
  },
@@ -881,6 +991,28 @@
881
991
  ]
882
992
  },
883
993
  "title": "customPlugins"
994
+ },
995
+ "blockquote": {
996
+ "title": "EditableHtmlButtonConfigure",
997
+ "type": "object",
998
+ "properties": {
999
+ "disabled": {
1000
+ "description": "Indicates if the plugin is disabled or not",
1001
+ "type": "boolean",
1002
+ "title": "disabled"
1003
+ }
1004
+ }
1005
+ },
1006
+ "h3": {
1007
+ "title": "EditableHtmlButtonConfigure",
1008
+ "type": "object",
1009
+ "properties": {
1010
+ "disabled": {
1011
+ "description": "Indicates if the plugin is disabled or not",
1012
+ "type": "boolean",
1013
+ "title": "disabled"
1014
+ }
1015
+ }
884
1016
  }
885
1017
  }
886
1018
  },
@@ -989,6 +1121,28 @@
989
1121
  ]
990
1122
  },
991
1123
  "title": "customPlugins"
1124
+ },
1125
+ "blockquote": {
1126
+ "title": "EditableHtmlButtonConfigure",
1127
+ "type": "object",
1128
+ "properties": {
1129
+ "disabled": {
1130
+ "description": "Indicates if the plugin is disabled or not",
1131
+ "type": "boolean",
1132
+ "title": "disabled"
1133
+ }
1134
+ }
1135
+ },
1136
+ "h3": {
1137
+ "title": "EditableHtmlButtonConfigure",
1138
+ "type": "object",
1139
+ "properties": {
1140
+ "disabled": {
1141
+ "description": "Indicates if the plugin is disabled or not",
1142
+ "type": "boolean",
1143
+ "title": "disabled"
1144
+ }
1145
+ }
992
1146
  }
993
1147
  }
994
1148
  },
@@ -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
  # `instruction` (object)
71
87
 
72
88
  Properties of the `instruction` object:
@@ -153,6 +169,22 @@ Currently, only "SVG" is supported.
153
169
 
154
170
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
155
171
 
172
+ ### `blockquote` (object)
173
+
174
+ Properties of the `blockquote` object:
175
+
176
+ #### `disabled` (boolean)
177
+
178
+ Indicates if the plugin is disabled or not
179
+
180
+ ### `h3` (object)
181
+
182
+ Properties of the `h3` object:
183
+
184
+ #### `disabled` (boolean)
185
+
186
+ Indicates if the plugin is disabled or not
187
+
156
188
  ## `required` (boolean)
157
189
 
158
190
  Indicates if the item is required and the value cannot be empty
@@ -234,6 +266,22 @@ Currently, only "SVG" is supported.
234
266
 
235
267
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
236
268
 
269
+ ### `blockquote` (object)
270
+
271
+ Properties of the `blockquote` object:
272
+
273
+ #### `disabled` (boolean)
274
+
275
+ Indicates if the plugin is disabled or not
276
+
277
+ ### `h3` (object)
278
+
279
+ Properties of the `h3` object:
280
+
281
+ #### `disabled` (boolean)
282
+
283
+ Indicates if the plugin is disabled or not
284
+
237
285
  ## `required` (boolean)
238
286
 
239
287
  Indicates if the item is required and the value cannot be empty
@@ -315,6 +363,22 @@ Currently, only "SVG" is supported.
315
363
 
316
364
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
317
365
 
366
+ ### `blockquote` (object)
367
+
368
+ Properties of the `blockquote` object:
369
+
370
+ #### `disabled` (boolean)
371
+
372
+ Indicates if the plugin is disabled or not
373
+
374
+ ### `h3` (object)
375
+
376
+ Properties of the `h3` object:
377
+
378
+ #### `disabled` (boolean)
379
+
380
+ Indicates if the plugin is disabled or not
381
+
318
382
  ## `settings` (boolean)
319
383
 
320
384
  Indicates if the item has to be displayed in the Settings Panel
@@ -540,6 +604,22 @@ Currently, only "SVG" is supported.
540
604
 
541
605
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
542
606
 
607
+ ### `blockquote` (object)
608
+
609
+ Properties of the `blockquote` object:
610
+
611
+ #### `disabled` (boolean)
612
+
613
+ Indicates if the plugin is disabled or not
614
+
615
+ ### `h3` (object)
616
+
617
+ Properties of the `h3` object:
618
+
619
+ #### `disabled` (boolean)
620
+
621
+ Indicates if the plugin is disabled or not
622
+
543
623
  ## `EditableHtmlButtonConfigure` (object)
544
624
 
545
625
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -657,6 +737,22 @@ Currently, only "SVG" is supported.
657
737
 
658
738
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
659
739
 
740
+ #### `blockquote` (object)
741
+
742
+ Properties of the `blockquote` object:
743
+
744
+ ##### `disabled` (boolean)
745
+
746
+ Indicates if the plugin is disabled or not
747
+
748
+ #### `h3` (object)
749
+
750
+ Properties of the `h3` object:
751
+
752
+ ##### `disabled` (boolean)
753
+
754
+ Indicates if the plugin is disabled or not
755
+
660
756
  ### `required` (boolean)
661
757
 
662
758
  Indicates if the item is required and the value cannot be empty
@@ -738,6 +834,22 @@ Currently, only "SVG" is supported.
738
834
 
739
835
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
740
836
 
837
+ #### `blockquote` (object)
838
+
839
+ Properties of the `blockquote` object:
840
+
841
+ ##### `disabled` (boolean)
842
+
843
+ Indicates if the plugin is disabled or not
844
+
845
+ #### `h3` (object)
846
+
847
+ Properties of the `h3` object:
848
+
849
+ ##### `disabled` (boolean)
850
+
851
+ Indicates if the plugin is disabled or not
852
+
741
853
  ### `settings` (boolean)
742
854
 
743
855
  Indicates if the item has to be displayed in the Settings Panel
@@ -797,6 +797,28 @@
797
797
  ]
798
798
  },
799
799
  "title": "customPlugins"
800
+ },
801
+ "blockquote": {
802
+ "title": "EditableHtmlButtonConfigure",
803
+ "type": "object",
804
+ "properties": {
805
+ "disabled": {
806
+ "description": "Indicates if the plugin is disabled or not",
807
+ "type": "boolean",
808
+ "title": "disabled"
809
+ }
810
+ }
811
+ },
812
+ "h3": {
813
+ "title": "EditableHtmlButtonConfigure",
814
+ "type": "object",
815
+ "properties": {
816
+ "disabled": {
817
+ "description": "Indicates if the plugin is disabled or not",
818
+ "type": "boolean",
819
+ "title": "disabled"
820
+ }
821
+ }
800
822
  }
801
823
  }
802
824
  },
@@ -952,6 +974,28 @@
952
974
  ]
953
975
  },
954
976
  "title": "customPlugins"
977
+ },
978
+ "blockquote": {
979
+ "title": "EditableHtmlButtonConfigure",
980
+ "type": "object",
981
+ "properties": {
982
+ "disabled": {
983
+ "description": "Indicates if the plugin is disabled or not",
984
+ "type": "boolean",
985
+ "title": "disabled"
986
+ }
987
+ }
988
+ },
989
+ "h3": {
990
+ "title": "EditableHtmlButtonConfigure",
991
+ "type": "object",
992
+ "properties": {
993
+ "disabled": {
994
+ "description": "Indicates if the plugin is disabled or not",
995
+ "type": "boolean",
996
+ "title": "disabled"
997
+ }
998
+ }
955
999
  }
956
1000
  }
957
1001
  },
@@ -1060,6 +1104,28 @@
1060
1104
  ]
1061
1105
  },
1062
1106
  "title": "customPlugins"
1107
+ },
1108
+ "blockquote": {
1109
+ "title": "EditableHtmlButtonConfigure",
1110
+ "type": "object",
1111
+ "properties": {
1112
+ "disabled": {
1113
+ "description": "Indicates if the plugin is disabled or not",
1114
+ "type": "boolean",
1115
+ "title": "disabled"
1116
+ }
1117
+ }
1118
+ },
1119
+ "h3": {
1120
+ "title": "EditableHtmlButtonConfigure",
1121
+ "type": "object",
1122
+ "properties": {
1123
+ "disabled": {
1124
+ "description": "Indicates if the plugin is disabled or not",
1125
+ "type": "boolean",
1126
+ "title": "disabled"
1127
+ }
1128
+ }
1063
1129
  }
1064
1130
  }
1065
1131
  },
@@ -263,6 +263,22 @@ Currently, only "SVG" is supported.
263
263
 
264
264
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
265
265
 
266
+ ### `blockquote` (object)
267
+
268
+ Properties of the `blockquote` object:
269
+
270
+ #### `disabled` (boolean)
271
+
272
+ Indicates if the plugin is disabled or not
273
+
274
+ ### `h3` (object)
275
+
276
+ Properties of the `h3` object:
277
+
278
+ #### `disabled` (boolean)
279
+
280
+ Indicates if the plugin is disabled or not
281
+
266
282
  ## `EditableHtmlButtonConfigure` (object)
267
283
 
268
284
  Properties of the `EditableHtmlButtonConfigure` object:
@@ -380,6 +396,22 @@ Currently, only "SVG" is supported.
380
396
 
381
397
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
382
398
 
399
+ #### `blockquote` (object)
400
+
401
+ Properties of the `blockquote` object:
402
+
403
+ ##### `disabled` (boolean)
404
+
405
+ Indicates if the plugin is disabled or not
406
+
407
+ #### `h3` (object)
408
+
409
+ Properties of the `h3` object:
410
+
411
+ ##### `disabled` (boolean)
412
+
413
+ Indicates if the plugin is disabled or not
414
+
383
415
  ### `required` (boolean)
384
416
 
385
417
  Indicates if the item is required and the value cannot be empty
@@ -461,6 +493,22 @@ Currently, only "SVG" is supported.
461
493
 
462
494
  The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
463
495
 
496
+ #### `blockquote` (object)
497
+
498
+ Properties of the `blockquote` object:
499
+
500
+ ##### `disabled` (boolean)
501
+
502
+ Indicates if the plugin is disabled or not
503
+
504
+ #### `h3` (object)
505
+
506
+ Properties of the `h3` object:
507
+
508
+ ##### `disabled` (boolean)
509
+
510
+ Indicates if the plugin is disabled or not
511
+
464
512
  ### `settings` (boolean)
465
513
 
466
514
  Indicates if the item has to be displayed in the Settings Panel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "8.13.1-next.3+555010e55",
3
+ "version": "8.14.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-lib/pie-toolbox": "1.23.1",
11
+ "@pie-lib/pie-toolbox": "1.24.0",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-scale": "^3.2.1",
14
14
  "d3-selection": "^1.4.1",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "author": "pie framework developers",
25
25
  "license": "ISC",
26
- "gitHead": "555010e558a0042d8e508f507210dbfed251dc9c",
26
+ "gitHead": "32f0b3dbc46526a56225b2f3b288ec93dec4dfc1",
27
27
  "scripts": {
28
28
  "postpublish": "../../scripts/postpublish"
29
29
  },