ontimize-web-ngx 15.5.6 → 15.5.7
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/o-boolean-form-data-component.class.mjs +9 -1
- package/fesm2015/ontimize-web-ngx.mjs +8 -0
- package/fesm2015/ontimize-web-ngx.mjs.map +1 -1
- package/fesm2020/ontimize-web-ngx.mjs +8 -0
- package/fesm2020/ontimize-web-ngx.mjs.map +1 -1
- package/lib/components/input/o-boolean-form-data-component.class.d.ts +1 -0
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ export declare class OBooleanFormDataComponent extends OFormDataComponent {
|
|
|
15
15
|
protected parseNumberInputs(): void;
|
|
16
16
|
protected parseInputs(): void;
|
|
17
17
|
onClickBlocker(evt: Event): void;
|
|
18
|
+
getValue(): any;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<OBooleanFormDataComponent, [{ optional: true; }, null, null]>;
|
|
19
20
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OBooleanFormDataComponent, never, never, { "trueValue": "true-value"; "falseValue": "false-value"; "booleanType": "boolean-type"; }, {}, never, never, false, never>;
|
|
20
21
|
}
|
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.5.
|
|
4
|
+
"version": "15.5.7",
|
|
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.",
|