@msbci/form-editor 1.3.7 → 1.3.9

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/dist/index.d.mts CHANGED
@@ -260,16 +260,20 @@ interface IEditorLabels {
260
260
  multiselect: string;
261
261
  radio: string;
262
262
  checkbox: string;
263
+ listradio: string;
263
264
  date: string;
264
265
  datetime: string;
265
266
  time: string;
266
267
  file: string;
267
268
  image: string;
269
+ photo: string;
268
270
  gps: string;
269
271
  rating: string;
270
272
  calculated: string;
271
273
  hidden: string;
272
274
  label: string;
275
+ panel: string;
276
+ richtext: string;
273
277
  };
274
278
  };
275
279
  canvas: {
package/dist/index.d.ts CHANGED
@@ -260,16 +260,20 @@ interface IEditorLabels {
260
260
  multiselect: string;
261
261
  radio: string;
262
262
  checkbox: string;
263
+ listradio: string;
263
264
  date: string;
264
265
  datetime: string;
265
266
  time: string;
266
267
  file: string;
267
268
  image: string;
269
+ photo: string;
268
270
  gps: string;
269
271
  rating: string;
270
272
  calculated: string;
271
273
  hidden: string;
272
274
  label: string;
275
+ panel: string;
276
+ richtext: string;
273
277
  };
274
278
  };
275
279
  canvas: {