lf-pagebuilder-vue 0.0.11 → 0.0.13
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.cjs +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.js +832 -827
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -313,7 +313,9 @@ showForm: {
|
|
|
313
313
|
type: BooleanConstructor;
|
|
314
314
|
default: boolean;
|
|
315
315
|
};
|
|
316
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
316
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
317
|
+
fieldUpdated: (fieldName: string, value: string | boolean) => void;
|
|
318
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
317
319
|
object: {
|
|
318
320
|
type: PropType<ComponentObject_2>;
|
|
319
321
|
required: true;
|
|
@@ -326,7 +328,9 @@ showForm: {
|
|
|
326
328
|
type: BooleanConstructor;
|
|
327
329
|
default: boolean;
|
|
328
330
|
};
|
|
329
|
-
}>> & Readonly<{
|
|
331
|
+
}>> & Readonly<{
|
|
332
|
+
onFieldUpdated?: ((fieldName: string, value: string | boolean) => any) | undefined;
|
|
333
|
+
}>, {
|
|
330
334
|
showForm: boolean;
|
|
331
335
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
332
336
|
|