@smartbit4all/ng-client 4.2.77 → 4.2.79
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/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/index.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/param.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/variables.mjs +1 -1
- package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +3 -11
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +3 -6
- package/esm2022/lib/smart-form/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-form/api/api/default.service.mjs +1 -1
- package/esm2022/lib/smart-form/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-form/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-form/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-form/api/index.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/models.mjs +1 -2
- package/esm2022/lib/smart-form/api/model/propertyMapping.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartFormInputMode.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartFormWidgetDirection.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartLayoutDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartWidgetHint.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/sortDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/esm2022/lib/smart-form/api/param.mjs +1 -1
- package/esm2022/lib/smart-form/api/variables.mjs +1 -1
- package/esm2022/lib/smart-form/services/smartform.layout-definition.service.mjs +22 -22
- package/esm2022/lib/smart-form/services/smartform.service.mjs +1 -1
- package/esm2022/lib/smart-form/smartform.component.mjs +3 -3
- package/esm2022/lib/smart-form/smartform.form-model.mjs +1 -1
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +7 -25
- package/esm2022/lib/smart-grid/components/generic-component/generic.component.mjs +26 -0
- package/esm2022/lib/smart-grid/smart-grid.component.mjs +8 -3
- package/esm2022/lib/smart-grid/smart-grid.module.mjs +5 -2
- package/esm2022/lib/smart-map/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +1 -1
- package/esm2022/lib/smart-map/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-map/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-map/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-map/api/index.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-map/api/param.mjs +1 -1
- package/esm2022/lib/smart-map/api/variables.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +59 -69
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-component-layout/smart-component-layout.module.d.ts +1 -3
- package/lib/smart-form/api/model/models.d.ts +0 -1
- package/lib/smart-form/services/smartform.layout-definition.service.d.ts +2 -2
- package/lib/smart-form/services/smartform.service.d.ts +1 -1
- package/lib/smart-form/smartform.form-model.d.ts +5 -6
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +2 -9
- package/lib/smart-grid/components/generic-component/generic.component.d.ts +13 -0
- package/lib/smart-grid/smart-grid.component.d.ts +3 -1
- package/lib/smart-grid/smart-grid.module.d.ts +20 -19
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.79.tgz +0 -0
- package/esm2022/lib/smart-form/api/model/textFieldProperties.mjs +0 -13
- package/lib/smart-form/api/model/textFieldProperties.d.ts +0 -14
- package/smartbit4all-ng-client-4.2.77.tgz +0 -0
|
@@ -8,10 +8,8 @@ import * as i6 from "../smart-tree/smarttree.module";
|
|
|
8
8
|
import * as i7 from "../view-context/smart-view-context.module";
|
|
9
9
|
import * as i8 from "../smart-map/smart-map.module";
|
|
10
10
|
import * as i9 from "../smart-diagram/component/smart-diagram.module";
|
|
11
|
-
import * as i10 from "primeng/inputgroup";
|
|
12
|
-
import * as i11 from "primeng/inputgroupaddon";
|
|
13
11
|
export declare class SmartComponentLayoutModule {
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartComponentLayoutModule, [typeof i1.SmartComponentLayoutComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.SmartGridModule, typeof i5.SmartExpandableSectionModule, typeof i6.SmarttreeModule, typeof i7.SmartViewContextModule, typeof i8.SmartMapModule, typeof i9.SmartDiagramModule
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartComponentLayoutModule, [typeof i1.SmartComponentLayoutComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.SmartGridModule, typeof i5.SmartExpandableSectionModule, typeof i6.SmarttreeModule, typeof i7.SmartViewContextModule, typeof i8.SmartMapModule, typeof i9.SmartDiagramModule], [typeof i1.SmartComponentLayoutComponent]>;
|
|
16
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartComponentLayoutModule>;
|
|
17
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SmartWidgetDefinition } from
|
|
2
|
-
import { SmartFormWidget } from
|
|
1
|
+
import { SmartWidgetDefinition } from "../api";
|
|
2
|
+
import { SmartFormWidget } from "../smartform.form-model";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface SmartformLayoutCreateWidgetConfig {
|
|
5
5
|
layoutDefinitions?: SmartWidgetDefinition[];
|
|
@@ -16,7 +16,7 @@ export declare class SmartFormService {
|
|
|
16
16
|
private collectKeysFromSmartForm;
|
|
17
17
|
private findSmartFormWidgetByKey;
|
|
18
18
|
private getValueDeeply;
|
|
19
|
-
setValueDeeply
|
|
19
|
+
private setValueDeeply;
|
|
20
20
|
getPropertyNamesDeeply(element: any): string[];
|
|
21
21
|
setValuesFromModel(widgets?: SmartFormWidget<any>[], compLib?: ComponentLibrary): void;
|
|
22
22
|
private copyFromValueSetToValuesList;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { QuillModules } from
|
|
2
|
-
import { SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition,
|
|
3
|
-
import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from
|
|
4
|
-
import { Style } from
|
|
1
|
+
import { QuillModules } from "ngx-quill";
|
|
2
|
+
import { SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, ValueChangeMode } from "./api";
|
|
3
|
+
import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from "./smartform.model";
|
|
4
|
+
import { Style } from "../view-context/api";
|
|
5
5
|
export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
|
|
6
6
|
export interface SmartTextField<T> {
|
|
7
7
|
type: SmartFormWidgetType.TEXT_FIELD;
|
|
@@ -32,7 +32,7 @@ export interface SmartTextField<T> {
|
|
|
32
32
|
error?: string;
|
|
33
33
|
icon?: string;
|
|
34
34
|
iconColor?: string;
|
|
35
|
-
iconPosition?:
|
|
35
|
+
iconPosition?: "PRE" | "POST";
|
|
36
36
|
errorIcon?: string;
|
|
37
37
|
errorIconColor?: string;
|
|
38
38
|
serverErrorMessage?: string;
|
|
@@ -46,7 +46,6 @@ export interface SmartTextField<T> {
|
|
|
46
46
|
showCharacterLimitSuffix?: boolean;
|
|
47
47
|
toolbarId?: string;
|
|
48
48
|
inputMode?: SmartFormInputMode;
|
|
49
|
-
textFieldProperties?: TextFieldProperties;
|
|
50
49
|
}
|
|
51
50
|
export interface SmartTextFieldNumber<T> {
|
|
52
51
|
type: SmartFormWidgetType.TEXT_FIELD_NUMBER;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ComponentRef, ElementRef, OnDestroy,
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ComponentRef, ElementRef, OnDestroy, OnInit, QueryList, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
4
4
|
import { MatChipInputEvent } from '@angular/material/chips';
|
|
@@ -13,7 +13,6 @@ import { SmartButton, SmartFormWidget, SmartItem, SmartItems } from '../../smart
|
|
|
13
13
|
import { SmartFormTextFieldButtonIconPosition, SmartValidator, SophisticatedValueChange, Value } from '../../smartform.model';
|
|
14
14
|
import { ComponentLibrary } from '../../../view-context/utility/componentLibrary';
|
|
15
15
|
import { EditorTextChangeEvent } from 'primeng/editor';
|
|
16
|
-
import { UiActionDescriptor } from '../../../view-context/api';
|
|
17
16
|
import * as i0 from "@angular/core";
|
|
18
17
|
export declare class SmartWidgetSettings {
|
|
19
18
|
static useUtc: boolean;
|
|
@@ -32,10 +31,6 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
32
31
|
onValueChange?: Subject<any>;
|
|
33
32
|
labelColor?: string;
|
|
34
33
|
sophisticatedValueChange: Subject<SophisticatedValueChange>;
|
|
35
|
-
valueCleared: EventEmitter<{
|
|
36
|
-
event?: any;
|
|
37
|
-
key: any;
|
|
38
|
-
}>;
|
|
39
34
|
smartFormWidgetType: typeof SmartFormWidgetType;
|
|
40
35
|
capsOn: any;
|
|
41
36
|
chipInputChild?: ElementRef<HTMLInputElement>;
|
|
@@ -141,8 +136,6 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
141
136
|
isToolbarPresent(): boolean;
|
|
142
137
|
getChipsValue(value: any): any;
|
|
143
138
|
getOptions(items: SmartItems<any>[]): any[];
|
|
144
|
-
get clearButtonDescriptor(): UiActionDescriptor;
|
|
145
|
-
clearField(key: string): void;
|
|
146
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartformwidgetComponent, never>;
|
|
147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartformwidgetComponent, "smartformwidget", never, { "form": { "alias": "form"; "required": false; }; "widgetInstance": { "alias": "widgetInstance"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; "onValueChange": { "alias": "onValueChange"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "sophisticatedValueChange": { "alias": "sophisticatedValueChange"; "required": false; }; }, {
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartformwidgetComponent, "smartformwidget", never, { "form": { "alias": "form"; "required": false; }; "widgetInstance": { "alias": "widgetInstance"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; "onValueChange": { "alias": "onValueChange"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "sophisticatedValueChange": { "alias": "sophisticatedValueChange"; "required": false; }; }, {}, never, never, false, never>;
|
|
148
141
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AfterViewInit, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComponentFactoryService } from '../../../component-factory-service/component-factory-service.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GenericComponent implements AfterViewInit {
|
|
5
|
+
private cfService;
|
|
6
|
+
vcRef: ViewContainerRef;
|
|
7
|
+
rowData: any;
|
|
8
|
+
expandedComponent: any;
|
|
9
|
+
constructor(cfService: ComponentFactoryService);
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericComponent, "lib-generic-component", never, { "rowData": { "alias": "rowData"; "required": false; }; "expandedComponent": { "alias": "expandedComponent"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -15,7 +15,7 @@ import { SmartGrid, SmartLayoutDef } from './models/model';
|
|
|
15
15
|
import { SmartGridService } from './smart-grid.service';
|
|
16
16
|
import { MenuItem, SortMeta } from 'primeng/api';
|
|
17
17
|
import { Menu } from 'primeng/menu';
|
|
18
|
-
import { TableColumnReorderEvent, TableHeaderCheckboxToggleEvent, TableLazyLoadEvent, TableRowSelectEvent, TableRowUnSelectEvent } from 'primeng/table';
|
|
18
|
+
import { TableColumnReorderEvent, TableHeaderCheckboxToggleEvent, TableLazyLoadEvent, TableRowExpandEvent, TableRowSelectEvent, TableRowUnSelectEvent } from 'primeng/table';
|
|
19
19
|
import { MultiSelectChangeEvent } from 'primeng/multiselect';
|
|
20
20
|
import * as i0 from "@angular/core";
|
|
21
21
|
export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
@@ -39,6 +39,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
39
39
|
_headerToolbar?: UiActionToolbarComponent;
|
|
40
40
|
defaultActionToolbarId: string;
|
|
41
41
|
expandableSections?: ExpandableSection<any>[];
|
|
42
|
+
expandedRows: {};
|
|
42
43
|
pageEvent?: PageEvent;
|
|
43
44
|
datasource?: null;
|
|
44
45
|
pageSize?: number;
|
|
@@ -81,6 +82,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
81
82
|
private renderTable;
|
|
82
83
|
expand(rowId: number): any;
|
|
83
84
|
expandAsync(rowIndex: number): Promise<any>;
|
|
85
|
+
omPrimeNgRowExpand($event: TableRowExpandEvent): Promise<any>;
|
|
84
86
|
private renderExpandableSections;
|
|
85
87
|
private renderCards;
|
|
86
88
|
private isMultipleSelection;
|
|
@@ -3,26 +3,27 @@ import * as i1 from "./smart-grid.component";
|
|
|
3
3
|
import * as i2 from "./components/smart-grid-card/smart-grid-card.component";
|
|
4
4
|
import * as i3 from "./components/expandable-grid/expandable-grid.component";
|
|
5
5
|
import * as i4 from "./components/table-layout-definer/table-layout-definer.component";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "../smart-
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@angular/material/
|
|
11
|
-
import * as i10 from "@angular/material/
|
|
12
|
-
import * as i11 from "@angular/material/
|
|
13
|
-
import * as i12 from "@angular/material/
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "@angular/
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "primeng/
|
|
20
|
-
import * as i19 from "primeng/
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "primeng/
|
|
6
|
+
import * as i5 from "./components/generic-component/generic.component";
|
|
7
|
+
import * as i6 from "@angular/platform-browser";
|
|
8
|
+
import * as i7 from "../smart-icon/smart-icon.module";
|
|
9
|
+
import * as i8 from "../smart-table/smarttable.module";
|
|
10
|
+
import * as i9 from "@angular/material/icon";
|
|
11
|
+
import * as i10 from "@angular/material/button";
|
|
12
|
+
import * as i11 from "@angular/material/paginator";
|
|
13
|
+
import * as i12 from "@angular/material/tree";
|
|
14
|
+
import * as i13 from "@angular/material/checkbox";
|
|
15
|
+
import * as i14 from "../smart-expandable-section/smart-expandable-section.module";
|
|
16
|
+
import * as i15 from "@angular/cdk/drag-drop";
|
|
17
|
+
import * as i16 from "@angular/material/select";
|
|
18
|
+
import * as i17 from "../view-context/smart-view-context.module";
|
|
19
|
+
import * as i18 from "primeng/table";
|
|
20
|
+
import * as i19 from "primeng/button";
|
|
21
|
+
import * as i20 from "primeng/menu";
|
|
22
|
+
import * as i21 from "../shared/shared.module";
|
|
23
|
+
import * as i22 from "primeng/paginator";
|
|
24
|
+
import * as i23 from "primeng/multiselect";
|
|
24
25
|
export declare class SmartGridModule {
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent, typeof i5.GenericComponent], [typeof i6.BrowserModule, typeof i7.SmartIconModule, typeof i8.SmarttableModule, typeof i9.MatIconModule, typeof i10.MatButtonModule, typeof i11.MatPaginatorModule, typeof i12.MatTreeModule, typeof i13.MatCheckboxModule, typeof i14.SmartExpandableSectionModule, typeof i15.DragDropModule, typeof i16.MatSelectModule, typeof i17.SmartViewContextModule, typeof i18.TableModule, typeof i19.ButtonModule, typeof i20.MenuModule, typeof i21.SharedModule, typeof i22.PaginatorModule, typeof i23.MultiSelectModule], [typeof i1.SmartGridComponent]>;
|
|
27
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartGridModule>;
|
|
28
29
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Form layout definition
|
|
3
|
-
* Contains form layout definition objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: info@it4all.hu
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dEZpZWxkUHJvcGVydGllcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NtYXJ0LW5nLWNsaWVudC9zcmMvbGliL3NtYXJ0LWZvcm0vYXBpL21vZGVsL3RleHRGaWVsZFByb3BlcnRpZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRm9ybSBsYXlvdXQgZGVmaW5pdGlvblxuICogQ29udGFpbnMgZm9ybSBsYXlvdXQgZGVmaW5pdGlvbiBvYmplY3RzLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiAxLjAuMFxuICogQ29udGFjdDogaW5mb0BpdDRhbGwuaHVcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuXG5leHBvcnQgaW50ZXJmYWNlIFRleHRGaWVsZFByb3BlcnRpZXMgeyBcbiAgICBjbGVhcmFibGU/OiBib29sZWFuO1xufVxuXG4iXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Form layout definition
|
|
3
|
-
* Contains form layout definition objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: info@it4all.hu
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export interface TextFieldProperties {
|
|
13
|
-
clearable?: boolean;
|
|
14
|
-
}
|
|
Binary file
|