@colijnit/sharedcomponents 260.1.7 → 260.1.8

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.
@@ -65,5 +65,6 @@ export declare class FormBuilderUserFormComponent implements OnDestroy {
65
65
  private _loadDocs;
66
66
  handleDefinitiveChange(definitive: boolean): void;
67
67
  commitUserForm(): void;
68
+ lovModel(question: FormQuestion, response: string): FormQuestionAnswer;
68
69
  handleOpenFilesUpload(): void;
69
70
  }
@@ -9171,6 +9171,7 @@ export declare class Dictionaries {
9171
9171
  HIDE: string;
9172
9172
  HIDE_DETAILS: string;
9173
9173
  HIDE_FULLY_INVOICED: string;
9174
+ HIDE_OPTION_IN_FULL_CONFIGURATION: string;
9174
9175
  HIDE_OUTSTANDING_ENTRIES: string;
9175
9176
  HIDE_SOFT_KEYBOARD: string;
9176
9177
  HISTORICALLY_PRINTED: string;
@@ -27246,6 +27247,7 @@ export declare class Dictionaries {
27246
27247
  HIDE: string;
27247
27248
  HIDE_DETAILS: string;
27248
27249
  HIDE_FULLY_INVOICED: string;
27250
+ HIDE_OPTION_IN_FULL_CONFIGURATION: string;
27249
27251
  HIDE_OUTSTANDING_ENTRIES: string;
27250
27252
  HIDE_SOFT_KEYBOARD: string;
27251
27253
  HISTORICALLY_PRINTED: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "260.1.7",
3
+ "version": "260.1.8",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",