@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.
@@ -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;
@@ -12,6 +12,7 @@ export declare class DynAttachment implements IAttachmentDTO {
12
12
  IsImage?: boolean;
13
13
  FileThumbnailBase64?: string;
14
14
  TrustedUrl?: any;
15
+ OrdinalPosition?: number;
15
16
  Path: string;
16
17
  ThumbmailPath: string;
17
18
  Title: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.4.8",
7
+ "version": "2.4.9",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",