cat-qw-lib 2.6.32 → 2.6.34

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.
@@ -44,6 +44,7 @@ export declare class WidgetAdminFormComponent extends BaseFormComponent<WidgetMo
44
44
  * after apiConfigId changes (or on initial load). Single list read avoids races from N subscriptions.
45
45
  */
46
46
  private refreshDictionaryItemListsForRecord;
47
+ private hydrateMissingDictionaryIdsFromItemSelection;
47
48
  private getDictionaryItemsByDictionaryId;
48
49
  handleHeaderDictionarySelect(dictionaryId: string): void;
49
50
  handleSubHeaderDictionarySelect(dictionaryId: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.6.32",
3
+ "version": "2.6.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"