@eqproject/eqp-dynamic-module 2.10.88 → 2.10.89

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.
@@ -179,6 +179,8 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit, Af
179
179
  formGraphicSuggestHint: string;
180
180
  showFormGraphicSuggestInput: boolean;
181
181
  formGraphicScope: string;
182
+ generateBackground: boolean;
183
+ aiGenerateBackground: boolean;
182
184
  presentFieldTypeOptions: {
183
185
  value: string;
184
186
  label: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.88",
7
+ "version": "2.10.89",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",