@qbs-origin/origin-form 0.6.2 → 0.6.4

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.
@@ -2,6 +2,7 @@ import { DictionaryDto, DictionaryValue } from "./models/dictionary.model";
2
2
  import { Language } from "./models/language.model";
3
3
  export declare class ModelPopulationHelper {
4
4
  static populateModelWithFillData(fillData: any, flux: any[], dictionaryMap: Map<string, DictionaryDto>, availableLanguages: Language[]): Record<string, any>;
5
+ static applyPrecompletionToModel(model: Record<string, any>, flux: any[]): void;
5
6
  static applyDefaultsToModel(flux: any[], dictionaryMap: Map<string, DictionaryDto>, availableLanguages?: Language[]): any;
6
7
  static mapDictionaryValueDto(dto: any, availableLanguages: Language[]): DictionaryValue | null;
7
8
  static findAndMapDefaultValue(dictionary: DictionaryDto | undefined, defaultValueId: number, availableLanguages: Language[]): DictionaryValue | null;
@@ -312,6 +312,8 @@ export declare class ManualInputControlData {
312
312
  allowOnlyPast?: boolean;
313
313
  allowOnlyFuture?: boolean;
314
314
  isMandatory: boolean;
315
+ isPrecompletable?: boolean;
316
+ precompletionFieldId?: string | null;
315
317
  }
316
318
  export declare class ParagraphControlData {
317
319
  descriptionTranslations: LabelInfo[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qbs-origin/origin-form",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "dependencies": {
5
5
  "@qbs-origin/sign-lib": "^2.1.22",
6
6
  "@ekyc_qoobiss/qbs-ect-cmp": "^4.7.4",