ontimize-web-ngx 15.1.0 → 15.1.1
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/esm2020/lib/components/input/date-input/o-date-input.component.mjs +5 -1
- package/esm2020/lib/components/input/radio/o-radio.component.mjs +7 -5
- package/esm2020/lib/components/table/o-table.component.mjs +4 -3
- package/fesm2015/ontimize-web-ngx.mjs +13 -6
- package/fesm2015/ontimize-web-ngx.mjs.map +1 -1
- package/fesm2020/ontimize-web-ngx.mjs +13 -6
- package/fesm2020/ontimize-web-ngx.mjs.map +1 -1
- package/lib/components/input/date-input/o-date-input.component.d.ts +1 -0
- package/lib/components/input/radio/o-radio.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -45,6 +45,7 @@ export declare class ODateInputComponent extends OTextInputComponent implements
|
|
|
45
45
|
getValue(): any;
|
|
46
46
|
get showClearButton(): boolean;
|
|
47
47
|
open(): void;
|
|
48
|
+
clearValue(options?: FormValueOptions, setDirty?: boolean): void;
|
|
48
49
|
onChangeEvent(event: MatDatepickerInputEvent<any>): void;
|
|
49
50
|
onClickInput(e: Event): void;
|
|
50
51
|
get filterDate(): DateFilterFunction;
|
|
@@ -8,6 +8,7 @@ export declare const DEFAULT_INPUTS_O_RADIO: string[];
|
|
|
8
8
|
export declare class ORadioComponent extends OFormServiceComponent implements AfterViewInit {
|
|
9
9
|
layout: 'row' | 'column';
|
|
10
10
|
labelPosition: 'before' | 'after';
|
|
11
|
+
labelGap: string;
|
|
11
12
|
value: OFormValue;
|
|
12
13
|
constructor(form: OFormComponent, elRef: ElementRef, injector: Injector);
|
|
13
14
|
ngAfterViewInit(): void;
|
|
@@ -15,5 +16,5 @@ export declare class ORadioComponent extends OFormServiceComponent implements Af
|
|
|
15
16
|
getValueColumn(item: any): any;
|
|
16
17
|
getDescriptionValue(): string;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ORadioComponent, [{ optional: true; }, null, null]>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ORadioComponent, "o-radio", never, { "layout": "layout"; "labelPosition": "label-position"; }, {}, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ORadioComponent, "o-radio", never, { "layout": "layout"; "labelPosition": "label-position"; "labelGap": "label-gap"; }, {}, never, never, false, never>;
|
|
19
20
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ontimize-web-ngx",
|
|
3
3
|
"homepage": "https://github.com/OntimizeWeb/ontimize-web-ngx#readme",
|
|
4
|
-
"version": "15.1.
|
|
4
|
+
"version": "15.1.1",
|
|
5
5
|
"description": "Ontimize Web framework using Angular 15",
|
|
6
6
|
"bugs": "https://github.com/OntimizeWeb/ontimize-web-ngx/issues",
|
|
7
7
|
"author": "Imatia S.L.",
|