@symphony-talent/component-library 4.47.0 → 4.49.0

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.
Files changed (19) hide show
  1. package/esm2020/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +1 -1
  2. package/esm2020/lib/atoms/input-dropdown/input-dropdown.component.mjs +2 -1
  3. package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +1 -1
  4. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +1 -1
  5. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.mjs +2 -1
  6. package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +1 -1
  7. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +1 -0
  8. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  9. package/fesm2015/symphony-talent-component-library.mjs +1 -0
  10. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  11. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +1 -0
  12. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  13. package/fesm2020/symphony-talent-component-library.mjs +1 -0
  14. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  15. package/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +1 -0
  16. package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +1 -1
  17. package/package.json +1 -1
  18. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +1 -0
  19. package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +1 -1
@@ -1400,6 +1400,7 @@ class InputDropdownComponent {
1400
1400
  if (!action.isDisabled) {
1401
1401
  this.selectItem.emit(action);
1402
1402
  this.inputDropdownListModel.selectedName = `${action.name}`;
1403
+ this.inputDropdownListModel.selectedId = action.id;
1403
1404
  }
1404
1405
  }
1405
1406
  onClearSelection() {