@fundamental-ngx/core 0.58.0-rc.69 → 0.58.0-rc.70

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 (51) hide show
  1. package/button/index.d.ts +1 -1
  2. package/card/index.d.ts +8 -4
  3. package/dialog/index.d.ts +2 -2
  4. package/feed-input/index.d.ts +1 -1
  5. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +4 -4
  6. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  7. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  8. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  9. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  10. package/fesm2022/fundamental-ngx-core-feed-input.mjs +2 -2
  11. package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
  12. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  14. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-core-menu.mjs +2 -2
  16. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  18. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  20. package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -4
  21. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  22. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  24. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +2 -2
  25. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  26. package/fesm2022/fundamental-ngx-core-segmented-button.mjs +3 -3
  27. package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  28. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  29. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  30. package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
  31. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  32. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  33. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  34. package/form/index.d.ts +2 -2
  35. package/input-group/index.d.ts +1 -1
  36. package/list/index.d.ts +4 -4
  37. package/menu/index.d.ts +2 -2
  38. package/message-box/index.d.ts +1 -1
  39. package/multi-combobox/index.d.ts +2 -2
  40. package/multi-input/index.d.ts +1 -1
  41. package/nested-list/index.d.ts +11 -11
  42. package/overflow-layout/index.d.ts +4 -4
  43. package/package.json +40 -40
  44. package/popover/index.d.ts +2 -2
  45. package/segmented-button/index.d.ts +3 -3
  46. package/table/index.d.ts +2 -2
  47. package/tabs/index.d.ts +3 -3
  48. package/time/index.d.ts +1 -1
  49. package/time-picker/index.d.ts +1 -1
  50. package/toolbar/index.d.ts +1 -1
  51. package/tree/index.d.ts +3 -3
@@ -1120,7 +1120,7 @@ class ToggleButtonDirective {
1120
1120
  .subscribe();
1121
1121
  }
1122
1122
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToggleButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1123
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: ToggleButtonDirective, isStandalone: true, selector: "button[fd-menu-interactive][toggle]", host: { listeners: { "click": "onClick($event)" } }, providers: [
1123
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: ToggleButtonDirective, isStandalone: true, selector: "button[fd-menu-interactive][toggle]", host: { listeners: { "click": "onClick()" } }, providers: [
1124
1124
  CvaControl,
1125
1125
  { provide: FD_FORM_FIELD_CONTROL, useExisting: ToggleButtonDirective, multi: true },
1126
1126
  { provide: TOGGLE_MENU_ITEM, useExisting: ToggleButtonDirective }
@@ -1145,7 +1145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
1145
1145
  }]
1146
1146
  }], propDecorators: { onClick: [{
1147
1147
  type: HostListener,
1148
- args: ['click', ['$event']]
1148
+ args: ['click']
1149
1149
  }] } });
1150
1150
 
1151
1151
  /**