@valtimo/components 13.44.0 → 13.45.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/assets/css/carbon.scss +2 -2
- package/fesm2022/valtimo-components.mjs +42 -19
- package/fesm2022/valtimo-components.mjs.map +1 -1
- package/lib/components/form-io/components/form-io-currency/currency.component.d.ts +1 -0
- package/lib/components/form-io/components/form-io-currency/currency.component.d.ts.map +1 -1
- package/lib/components/schema-editor/schema-editor.component.d.ts +2 -1
- package/lib/components/schema-editor/schema-editor.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ export declare class FormIoCurrencyComponent implements FormioCustomComponent<nu
|
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
ngAfterViewInit(): void;
|
|
27
27
|
ngOnChanges(changes: SimpleChanges): void;
|
|
28
|
+
private renderValue;
|
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormIoCurrencyComponent, never>;
|
|
29
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormIoCurrencyComponent, "valtimo-currency", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "currencyLocale": { "alias": "currencyLocale"; "required": false; }; "currencyCurrency": { "alias": "currencyCurrency"; "required": false; }; "allowEmptyValue": { "alias": "allowEmptyValue"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
30
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"currency.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/components/src/lib/components/form-io/components/form-io-currency/currency.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAEb,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;;AAI1D;;GAEG;AACH,qBAKa,uBACX,YAAW,qBAAqB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IAEvD,eAAe,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAE7E,SAAgB,YAAY;;OAEzB;IAEH,OAAO,CAAC,MAAM,CAAuB;IAErC,IAAW,KAAK,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED,IAAoB,KAAK,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"currency.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/components/src/lib/components/form-io/components/form-io-currency/currency.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAEb,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;;AAI1D;;GAEG;AACH,qBAKa,uBACX,YAAW,qBAAqB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IAEvD,eAAe,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAE7E,SAAgB,YAAY;;OAEzB;IAEH,OAAO,CAAC,MAAM,CAAuB;IAErC,IAAW,KAAK,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED,IAAoB,KAAK,CAAC,KAAK,EAAE,MAAM,EAUtC;IAED,SAA0B,WAAW,uBAA8B;IAEnE,IAAoB,QAAQ,CAAC,KAAK,EAAE,OAAO,EAM1C;IAED,SAAyB,cAAc,EAAE,MAAM,CAAC;IAChD,SAAyB,gBAAgB,EAAE,MAAM,CAAC;IAClD,SAAyB,eAAe,EAAE,OAAO,CAAC;IAElD,OAAO,CAAC,iBAAiB,CAAY;IAErC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAGrD,OAAO,KAAK,QAAQ,GAUnB;IAEM,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IAInB,eAAe,IAAI,IAAI;IAYvB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAsBhD,OAAO,CAAC,WAAW;yCArHR,uBAAuB;2CAAvB,uBAAuB;CA8HnC"}
|
|
@@ -20,6 +20,7 @@ export declare class SchemaEditorComponent implements AfterViewInit, OnChanges,
|
|
|
20
20
|
saveEvent: EventEmitter<string>;
|
|
21
21
|
validEvent: EventEmitter<boolean>;
|
|
22
22
|
private _editor;
|
|
23
|
+
private _destroyed;
|
|
23
24
|
private readonly _ajv;
|
|
24
25
|
readonly showSaveConfirmationModal$: BehaviorSubject<boolean>;
|
|
25
26
|
readonly valid$: BehaviorSubject<boolean>;
|
|
@@ -32,7 +33,7 @@ export declare class SchemaEditorComponent implements AfterViewInit, OnChanges,
|
|
|
32
33
|
isRequired$(path: string[], property: string): Observable<boolean>;
|
|
33
34
|
readonly showRequiredPanel$: BehaviorSubject<boolean>;
|
|
34
35
|
constructor(zone: NgZone, iconService: IconService);
|
|
35
|
-
ngAfterViewInit(): void
|
|
36
|
+
ngAfterViewInit(): Promise<void>;
|
|
36
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
38
|
ngOnDestroy(): void;
|
|
38
39
|
onSaveClick(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-editor.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/components/src/lib/components/schema-editor/schema-editor.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAGb,UAAU,EACV,YAAY,EAEZ,MAAM,EACN,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"schema-editor.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/components/src/lib/components/schema-editor/schema-editor.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAGb,UAAU,EACV,YAAY,EAEZ,MAAM,EACN,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AAIvB,OAAO,EAKL,WAAW,EAIZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAC,eAAe,EAAO,UAAU,EAAC,MAAM,MAAM,CAAC;AAGtD,OAAO,EAAC,WAAW,EAAC,MAAM,cAAc,CAAC;;AAQzC,qBAmBa,qBAAsB,YAAW,aAAa,EAAE,SAAS,EAAE,SAAS;IAkD7E,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAlD9B,SAAS,CAAC,QAAQ,CAAC,OAAO;;;;;;MAA0B;IAEpD,SAAmD,MAAM,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;IAEvE,UAAU,SAA4C;IACtD,QAAQ,UAAS;IAEhB,WAAW,uBAA8B;IACzC,SAAS,uBAA8B;IACvC,UAAU,wBAA+B;IAE1D,OAAO,CAAC,OAAO,CAAO;IACtB,OAAO,CAAC,UAAU,CAAS;IAE3B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAa;IAElC,SAAgB,0BAA0B,2BAAuC;IAEjF,SAAgB,MAAM,2BAAuC;IAC7D,OAAO,KAAK,MAAM,GAEjB;IAED,OAAO,CAAC,cAAc,CAAc;IAEpC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0C;IACzE,IAAW,aAAa,IAAI,UAAU,CAAC,WAAW,EAAE,CAAC,CAEpD;IAED,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA0C;IACrE,IAAW,SAAS,IAAI,UAAU,CAAC,WAAW,EAAE,CAAC,CAEhD;IAEM,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAWzE,SAAgB,kBAAkB,2BAAuC;gBAGtD,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,WAAW;IAK9B,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IA+CtC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAgBzC,WAAW,IAAI,IAAI;IAKnB,WAAW,IAAI,IAAI;IAKnB,qBAAqB,IAAI,IAAI;IAI7B,aAAa,IAAI,IAAI;IAKrB,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI;IAuBhF,qBAAqB,IAAI,IAAI;IAIpC;;;OAGG;IACH,SAAS,CAAC,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI1E,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,WAAW;yCAjLR,qBAAqB;2CAArB,qBAAqB;CAoLjC"}
|