cat-qw-lib 2.6.34 → 2.6.35
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/lib/admin/widget-admin/components/widget-admin-form/widget-admin-form.component.d.ts
CHANGED
|
@@ -32,6 +32,11 @@ export declare class WidgetAdminFormComponent extends BaseFormComponent<WidgetMo
|
|
|
32
32
|
private readonly enableDictionaryDebugLogs;
|
|
33
33
|
constructor(service: WidgetAdminService, validatorService: ValidatorService, widgetStore: WidgetAdminStore, query: WidgetAdminQuery, router: Router, activatedRoute: ActivatedRoute, baseStore: BaseStore<WidgetModel>, baseQuery: BaseQuery<WidgetModel>);
|
|
34
34
|
ngOnInit(): void;
|
|
35
|
+
/**
|
|
36
|
+
* Widget Items / Badges dropdowns bind to dictionaryID + dictionaryItemID (template).
|
|
37
|
+
* API may send dataDictionaryId + dictionaryItemID (or any mix). Keep both in sync.
|
|
38
|
+
*/
|
|
39
|
+
private syncRowDictionaryKeys;
|
|
35
40
|
/**
|
|
36
41
|
* Normalize backend dictionary keys into UI form keys on edit load.
|
|
37
42
|
* This lets dropdowns preselect values immediately without user re-selection.
|