@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.
- package/dist/formio.form.js +1 -1
- package/dist/formio.full.js +1 -1
- package/lib/cjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/cjs/components/_classes/component/Component.js +1 -1
- package/lib/mjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/mjs/components/_classes/component/Component.js +1 -1
- package/package.json +1 -1
|
@@ -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}
|
|
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}
|
|
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}
|
|
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}
|
|
1002
|
+
* @return {string}
|
|
1003
1003
|
*/
|
|
1004
1004
|
renderModalPreview(ctx) {
|
|
1005
1005
|
return this.renderTemplate('modalPreview', ctx || {});
|