lf-pagebuilder-vue 0.1.1 → 0.1.3

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.
@@ -57,6 +57,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
57
57
  type: PropType<string[]>;
58
58
  default: undefined;
59
59
  };
60
+ isProduction: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
60
64
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
61
65
  fieldUpdated: (fieldName: string, value: string | boolean | any[]) => any;
62
66
  exclusiveFieldChanged: (groupName: string, activeFieldName: string) => any;
@@ -81,6 +85,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
81
85
  type: PropType<string[]>;
82
86
  default: undefined;
83
87
  };
88
+ isProduction: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
84
92
  }>> & Readonly<{
85
93
  onFieldUpdated?: ((fieldName: string, value: string | boolean | any[]) => any) | undefined;
86
94
  onExclusiveFieldChanged?: ((groupName: string, activeFieldName: string) => any) | undefined;
@@ -88,5 +96,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
96
  showForm: boolean;
89
97
  ateneaToken: string;
90
98
  ledithorAiTools: string[];
99
+ isProduction: boolean;
91
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
92
101
  export default _default;
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
38
38
  default: boolean;
39
39
  };
40
40
  }>> & Readonly<{}>, {
41
- onLoadingChange: (loading: boolean) => void;
42
41
  isProduction: boolean;
42
+ onLoadingChange: (loading: boolean) => void;
43
43
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
44
44
  export default _default;