@eqproject/eqp-dynamic-module 2.4.8 → 2.4.9
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/private/add-form-field/add-form-field.component.mjs +40 -3
- package/esm2020/lib/models/dynAttachment.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +39 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +39 -2
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/add-form-field/add-form-field.component.d.ts +2 -0
- package/lib/models/dynAttachment.d.ts +1 -0
- package/package.json +1 -1
|
@@ -213,6 +213,8 @@ export declare class AddFormFieldComponent implements OnInit {
|
|
|
213
213
|
private restoreBaseFieldProperties;
|
|
214
214
|
countValuePairs(valuePairs: any): number;
|
|
215
215
|
configureColumns(): void;
|
|
216
|
+
private moveElement;
|
|
217
|
+
private setFieldOrdinalPosition;
|
|
216
218
|
setResizedImagesHeightPx(): void;
|
|
217
219
|
deleteListImage(el: DynAttachment, i: number, col: number): void;
|
|
218
220
|
deleteImage(el: DynAttachment): void;
|