@myrtex-org/form 1.0.67 → 1.0.68

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.
@@ -6,6 +6,8 @@ import * as i0 from "@angular/core";
6
6
  export declare class ContentFileComponent extends BaseElementComponent<ContentFileModel> {
7
7
  type: ComponentType;
8
8
  formatBytes: typeof formatBytes;
9
+ private _objectFormService;
10
+ get apiUrl(): string;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentFileComponent, never>;
10
12
  static ɵcmp: i0.ɵɵComponentDeclaration<ContentFileComponent, "app-content-file", never, {}, {}, never, never, false, never>;
11
13
  }
@@ -33,7 +33,7 @@ export declare class InputTableComponent implements OnInit, OnDestroy {
33
33
  deleteRow(event: any): void;
34
34
  get disabled(): boolean;
35
35
  editRow(event: any): void;
36
- getFormat(component: ComponentModelBase): "dd.MM.yyyy hh:mm" | "dd.MM.yyyy" | "";
36
+ getFormat(component: ComponentModelBase): "" | "dd.MM.yyyy hh:mm" | "dd.MM.yyyy";
37
37
  getDataType(component: ComponentModelBase): "date" | "string";
38
38
  showTotal(component: ComponentModelBase): boolean;
39
39
  isTotalColumn(component: ComponentModelBase): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrtex-org/form",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"