@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.
- package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +3 -3
- package/esm2022/lib/smart-dialog/smartdialog.component.mjs +1 -1
- package/esm2022/lib/smart-form/smartform.component.mjs +3 -5
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +3 -3
- package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +1 -1
- package/esm2022/lib/smart-grid/smart-grid.component.mjs +3 -5
- package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +1 -1
- package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +3 -3
- package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +3 -3
- package/esm2022/lib/smart-tree/smarttree.component.mjs +3 -5
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +3 -3
- package/fesm2022/smartbit4all-ng-client.mjs +22 -28
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/smartform.component.d.ts +1 -2
- package/lib/smart-grid/smart-grid.component.d.ts +1 -2
- package/lib/smart-tree/smarttree.component.d.ts +1 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.172.tgz +0 -0
- package/smartbit4all-ng-client-4.2.171.tgz +0 -0
|
@@ -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; };
|
|
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; };
|
|
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; };
|
|
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
|
Binary file
|
|
Binary file
|