@eqproject/eqp-dynamic-module 2.10.90 → 2.10.91
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/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +30 -7
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +29 -6
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +29 -6
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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;
|