@planeasyinc/le-angular 0.0.15 → 0.0.17

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.
@@ -7,6 +7,7 @@ export declare class FormViewComponent {
7
7
  private attachmentService;
8
8
  private viewportScroller;
9
9
  private toastService;
10
+ private cdr;
10
11
  private _isLoading;
11
12
  private _form;
12
13
  private _sections;
@@ -1,3 +1,4 @@
1
+ import { FeFormEngine } from '@planeasyinc/fe-core';
1
2
  export declare const isPlaceholder: (value: unknown) => boolean;
2
3
  export declare const isObject: (value: unknown) => boolean;
3
4
  /**
@@ -19,3 +20,8 @@ export declare const isErrorCorrespondActionBody: (body: Record<string, string>,
19
20
  export declare const mapBodyStringModelToRequestBody: (bodyModel: string, values?: Record<string, any>) => any;
20
21
  export declare const mapBodyObjectModelToRequestBody: (bodyModel?: Record<string, any>, values?: Record<string, any>) => Record<string, any>;
21
22
  export declare const mapBodyModelToRequestBody: (bodyModel: Record<string, any> | string, values: Record<string, any>) => Record<string, any> | string;
23
+ export declare const isTabJSON: (control: any) => boolean;
24
+ export declare const getTabFormValues: (control: any, engine: FeFormEngine) => Record<string, any>;
25
+ export declare const mapFormValuesToJSON: (values: Record<string, any>) => string;
26
+ export declare const mapJSONToFormValues: (json: string) => any;
27
+ export declare const getTabJSONControl: (control: any, engine: FeFormEngine) => any;
@@ -529,7 +529,7 @@ ul {
529
529
  @include flex-row;
530
530
  @include align-center;
531
531
  @include justify-between;
532
- gap: 1rex;
532
+ gap: 1rem;
533
533
  }
534
534
 
535
535
  .le-table-header-cell {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planeasyinc/le-angular",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "exports": {
6
6
  ".": {
@@ -38,7 +38,7 @@
38
38
  "typescript": "5.6.3",
39
39
  "@types/web": "0.0.347",
40
40
  "@planeasyinc/le-core": "0.0.3",
41
- "@planeasyinc/fe-core": "0.1.23"
41
+ "@planeasyinc/fe-core": "0.1.24"
42
42
  },
43
43
  "scripts": {
44
44
  "lint": "eslint src",