@eqproject/eqp-dynamic-module 2.10.90 → 2.10.92

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.
@@ -176,9 +176,13 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit, Af
176
176
  code: string;
177
177
  } | null;
178
178
  lastPromptSplits: string[];
179
+ private static readonly AI_MIN_SPLIT_COUNT;
180
+ private static readonly AI_MAX_SPLIT_COUNT;
179
181
  private _aiEditSplitCount;
180
182
  get aiEditSplitCount(): number;
181
183
  set aiEditSplitCount(value: number);
184
+ incrementAiEditSplitCount(): void;
185
+ decrementAiEditSplitCount(): void;
182
186
  aiFieldSuggestLoading: boolean;
183
187
  formGraphicSuggestLoading: boolean;
184
188
  formGraphicSuggestHint: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.90",
7
+ "version": "2.10.92",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",