@formio/js 5.0.0-dev.5633.3e0990b → 5.0.0-dev.5633.53931b9

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.
@@ -330,7 +330,7 @@ declare class Component extends Element {
330
330
  /**
331
331
  * Renders a modal preview template and returns the markup as a string
332
332
  * @param {object|null|undefined} ctx - The rendering context
333
- * @return {string} - The modal preview markup
333
+ * @return {string}
334
334
  */
335
335
  renderModalPreview(ctx: object | null | undefined): string;
336
336
  getModalPreviewTemplate(): string;
@@ -1032,7 +1032,7 @@ class Component extends Element_1.default {
1032
1032
  /**
1033
1033
  * Renders a modal preview template and returns the markup as a string
1034
1034
  * @param {object|null|undefined} ctx - The rendering context
1035
- * @return {string} - The modal preview markup
1035
+ * @return {string}
1036
1036
  */
1037
1037
  renderModalPreview(ctx) {
1038
1038
  return this.renderTemplate('modalPreview', ctx || {});
@@ -330,7 +330,7 @@ declare class Component extends Element {
330
330
  /**
331
331
  * Renders a modal preview template and returns the markup as a string
332
332
  * @param {object|null|undefined} ctx - The rendering context
333
- * @return {string} - The modal preview markup
333
+ * @return {string}
334
334
  */
335
335
  renderModalPreview(ctx: object | null | undefined): string;
336
336
  getModalPreviewTemplate(): string;
@@ -999,7 +999,7 @@ export default class Component extends Element {
999
999
  /**
1000
1000
  * Renders a modal preview template and returns the markup as a string
1001
1001
  * @param {object|null|undefined} ctx - The rendering context
1002
- * @return {string} - The modal preview markup
1002
+ * @return {string}
1003
1003
  */
1004
1004
  renderModalPreview(ctx) {
1005
1005
  return this.renderTemplate('modalPreview', ctx || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.0.0-dev.5633.3e0990b",
3
+ "version": "5.0.0-dev.5633.53931b9",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {