@smartbit4all/ng-client 4.2.171 → 4.2.172

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.
@@ -14,7 +14,6 @@ export declare class SmartformComponent implements OnInit, OnDestroy, OnChanges
14
14
  compLib: ComponentLibrary;
15
15
  private _destroy$;
16
16
  smartForm?: SmartForm;
17
- testId?: string;
18
17
  onBlurSubject?: Subject<any>;
19
18
  onValueChangeSubject?: Subject<any>;
20
19
  originalWidgets: SmartFormWidget<any>[];
@@ -40,5 +39,5 @@ export declare class SmartformComponent implements OnInit, OnDestroy, OnChanges
40
39
  getModel(): any;
41
40
  getToolbars(): UiActionToolbarComponent[];
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartformComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartformComponent, "smartform", never, { "smartForm": { "alias": "smartForm"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartformComponent, "smartform", never, { "smartForm": { "alias": "smartForm"; "required": false; }; }, {}, never, never, false, never>;
44
43
  }
@@ -37,7 +37,6 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
37
37
  smartGrid?: SmartGrid;
38
38
  uuid?: string;
39
39
  dev: boolean;
40
- testId?: string;
41
40
  vcRefTable?: ViewContainerRef;
42
41
  componentRefTable?: ComponentRef<SmarttableComponent>;
43
42
  smartTable: SmartTable<GridRow>;
@@ -147,5 +146,5 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
147
146
  createCellToActionMap(): void;
148
147
  rowTrackByFn(index: number, row: any): any;
149
148
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
149
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; }, {}, never, never, false, never>;
151
150
  }
@@ -18,7 +18,6 @@ export declare class SmartTreeComponent implements OnInit, OnDestroy {
18
18
  treeData?: SmartTreeModel;
19
19
  treeStyle?: TreeStyle;
20
20
  treeService: SmarttreeService<any>;
21
- testId?: string;
22
21
  smartTreeNodeButtonType: typeof SmartTreeNodeButtonType;
23
22
  errorMessage?: string;
24
23
  uiActionModels: UiActionModel[];
@@ -39,5 +38,5 @@ export declare class SmartTreeComponent implements OnInit, OnDestroy {
39
38
  getClassesForTreeNodeChildren(node: SmartTreeNode): string[];
40
39
  getCustomClass(cssClass: string, plusProperty: any): string;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTreeComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTreeComponent, "smart-tree", never, { "treeStyle": { "alias": "treeStyle"; "required": false; }; "treeService": { "alias": "treeService"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTreeComponent, "smart-tree", never, { "treeStyle": { "alias": "treeStyle"; "required": false; }; "treeService": { "alias": "treeService"; "required": false; }; }, {}, never, never, false, never>;
43
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.171",
3
+ "version": "4.2.172",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file