@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
@@ -248,7 +248,7 @@ class NestedLinkDirective {
248
248
  return this.title && this.title.getInnerText();
249
249
  }
250
250
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NestedLinkDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: NestedItemService }], target: i0.ɵɵFactoryTarget.Directive }); }
251
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: NestedLinkDirective, isStandalone: true, selector: "[fdNestedLink], [fd-nested-list-link]", inputs: { onClickCallback: "onClickCallback", selected: "selected", ariaDescribedby: "ariaDescribedby" }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown": "onKeyDown($event)", "click": "onClick($event)", "focus": "onFocus()" }, properties: { "class.is-selected": "this.selected", "attr.aria-label": "this._ariaLabel", "attr.aria-describedby": "this.ariaDescribedby", "class.fd-nested-list__link": "this.fdNestedListItemClass", "attr.tabindex": "this.tabIndex", "attr.role": "this.role" } }, queries: [{ propertyName: "title", first: true, predicate: NestedListTitleDirective, descendants: true }], ngImport: i0 }); }
251
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: NestedLinkDirective, isStandalone: true, selector: "[fdNestedLink], [fd-nested-list-link]", inputs: { onClickCallback: "onClickCallback", selected: "selected", ariaDescribedby: "ariaDescribedby" }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown": "onKeyDown($event)", "click": "onClick()", "focus": "onFocus()" }, properties: { "class.is-selected": "this.selected", "attr.aria-label": "this._ariaLabel", "attr.aria-describedby": "this.ariaDescribedby", "class.fd-nested-list__link": "this.fdNestedListItemClass", "attr.tabindex": "this.tabIndex", "attr.role": "this.role" } }, queries: [{ propertyName: "title", first: true, predicate: NestedListTitleDirective, descendants: true }], ngImport: i0 }); }
252
252
  }
253
253
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NestedLinkDirective, decorators: [{
254
254
  type: Directive,
@@ -290,7 +290,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
290
290
  args: ['keydown', ['$event']]
291
291
  }], onClick: [{
292
292
  type: HostListener,
293
- args: ['click', ['$event']]
293
+ args: ['click']
294
294
  }], onFocus: [{
295
295
  type: HostListener,
296
296
  args: ['focus']
@@ -372,7 +372,7 @@ class NestedListContentDirective {
372
372
  }
373
373
  }
374
374
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NestedListContentDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: NestedItemService }], target: i0.ɵɵFactoryTarget.Directive }); }
375
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: NestedListContentDirective, isStandalone: true, selector: "[fdNestedListContent], [fd-nested-list-content]", inputs: { selected: "selected" }, outputs: { selectedChange: "selectedChange", keyboardTriggered: "keyboardTriggered", clicked: "clicked" }, host: { attributes: { "tabindex": "0" }, listeners: { "keydown": "onKeyDown($event)", "click": "onClick($event)" }, properties: { "class.is-selected": "this.selected", "attr.role": "this.role", "attr.aria-expanded": "this.ariaExpanded", "class.fd-nested-list__content": "this.fdNestedListContentClass", "class.has-child": "this.hasChildren" } }, queries: [{ propertyName: "nestedLink", first: true, predicate: NestedLinkDirective, descendants: true }, { propertyName: "nestedExpandIcon", first: true, predicate: NestedListExpandIconComponent, descendants: true }], ngImport: i0 }); }
375
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: NestedListContentDirective, isStandalone: true, selector: "[fdNestedListContent], [fd-nested-list-content]", inputs: { selected: "selected" }, outputs: { selectedChange: "selectedChange", keyboardTriggered: "keyboardTriggered", clicked: "clicked" }, host: { attributes: { "tabindex": "0" }, listeners: { "keydown": "onKeyDown($event)", "click": "onClick()" }, properties: { "class.is-selected": "this.selected", "attr.role": "this.role", "attr.aria-expanded": "this.ariaExpanded", "class.fd-nested-list__content": "this.fdNestedListContentClass", "class.has-child": "this.hasChildren" } }, queries: [{ propertyName: "nestedLink", first: true, predicate: NestedLinkDirective, descendants: true }, { propertyName: "nestedExpandIcon", first: true, predicate: NestedListExpandIconComponent, descendants: true }], ngImport: i0 }); }
376
376
  }
377
377
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NestedListContentDirective, decorators: [{
378
378
  type: Directive,
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
417
417
  args: ['keydown', ['$event']]
418
418
  }], onClick: [{
419
419
  type: HostListener,
420
- args: ['click', ['$event']]
420
+ args: ['click']
421
421
  }] } });
422
422
 
423
423
  /**