@fundamental-ngx/core 0.35.1 → 0.35.2-rc.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 (177) hide show
  1. package/action-bar/package.json +1 -1
  2. package/action-sheet/package.json +1 -1
  3. package/alert/package.json +1 -1
  4. package/avatar/package.json +1 -1
  5. package/avatar-group/directives/avatar-group-overflow-button.directive.d.ts +4 -2
  6. package/avatar-group/esm2020/directives/avatar-group-overflow-button.directive.mjs +5 -1
  7. package/avatar-group/fesm2015/fundamental-ngx-core-avatar-group.mjs +4 -0
  8. package/avatar-group/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  9. package/avatar-group/fesm2020/fundamental-ngx-core-avatar-group.mjs +4 -0
  10. package/avatar-group/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  11. package/avatar-group/package.json +1 -1
  12. package/bar/package.json +1 -1
  13. package/breadcrumb/package.json +1 -1
  14. package/busy-indicator/package.json +1 -1
  15. package/button/package.json +1 -1
  16. package/calendar/package.json +1 -1
  17. package/card/package.json +1 -1
  18. package/carousel/package.json +1 -1
  19. package/checkbox/package.json +1 -1
  20. package/combobox/package.json +1 -1
  21. package/date-picker/package.json +1 -1
  22. package/datetime/package.json +1 -1
  23. package/datetime-picker/package.json +1 -1
  24. package/dialog/package.json +1 -1
  25. package/dynamic-page/package.json +1 -1
  26. package/dynamic-side-content/package.json +1 -1
  27. package/esm2020/avatar-group/directives/avatar-group-overflow-button.directive.mjs +5 -1
  28. package/esm2020/fundamental-ngx.module.mjs +8 -4
  29. package/esm2020/overflow-layout/directives/overflow-expand.directive.mjs +36 -0
  30. package/esm2020/overflow-layout/directives/overflow-item-container-ref.directive.mjs +46 -0
  31. package/esm2020/overflow-layout/directives/overflow-item-ref.directive.mjs +57 -0
  32. package/esm2020/overflow-layout/directives/overflow-layout-item-container.directive.mjs +26 -0
  33. package/esm2020/overflow-layout/directives/overflow-layout-item.directive.mjs +100 -0
  34. package/esm2020/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +68 -0
  35. package/esm2020/overflow-layout/fundamental-ngx-core-overflow-layout.mjs +5 -0
  36. package/esm2020/overflow-layout/index.mjs +15 -0
  37. package/esm2020/overflow-layout/interfaces/overflow-container.interface.mjs +2 -0
  38. package/esm2020/overflow-layout/interfaces/overflow-expand.interface.mjs +2 -0
  39. package/esm2020/overflow-layout/interfaces/overflow-item-ref.interface.mjs +2 -0
  40. package/esm2020/overflow-layout/interfaces/overflow-item.interface.mjs +2 -0
  41. package/esm2020/overflow-layout/interfaces/overflow-popover-content.interface.mjs +2 -0
  42. package/esm2020/overflow-layout/overflow-layout.component.mjs +300 -0
  43. package/esm2020/overflow-layout/overflow-layout.module.mjs +52 -0
  44. package/esm2020/overflow-layout/tokens/overflow-container.token.mjs +3 -0
  45. package/esm2020/overflow-layout/tokens/overflow-expand.token.mjs +3 -0
  46. package/esm2020/overflow-layout/tokens/overflow-item-ref.token.mjs +3 -0
  47. package/esm2020/overflow-layout/tokens/overflow-item.token.mjs +3 -0
  48. package/esm2020/public_api.mjs +2 -1
  49. package/facets/package.json +1 -1
  50. package/feed-input/package.json +1 -1
  51. package/feed-list-item/package.json +1 -1
  52. package/fesm2015/fundamental-ngx-core-avatar-group.mjs +4 -0
  53. package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  54. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +672 -0
  55. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -0
  56. package/fesm2015/fundamental-ngx-core.mjs +8 -3
  57. package/fesm2015/fundamental-ngx-core.mjs.map +1 -1
  58. package/fesm2020/fundamental-ngx-core-avatar-group.mjs +4 -0
  59. package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  60. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +660 -0
  61. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -0
  62. package/fesm2020/fundamental-ngx-core.mjs +8 -3
  63. package/fesm2020/fundamental-ngx-core.mjs.map +1 -1
  64. package/file-uploader/package.json +1 -1
  65. package/fixed-card-layout/package.json +1 -1
  66. package/flexible-column-layout/package.json +1 -1
  67. package/form/package.json +1 -1
  68. package/formatted-text/package.json +1 -1
  69. package/fundamental-ngx.module.d.ts +2 -1
  70. package/grid-list/package.json +1 -1
  71. package/icon/package.json +1 -1
  72. package/illustrated-message/package.json +1 -1
  73. package/infinite-scroll/package.json +1 -1
  74. package/info-label/package.json +1 -1
  75. package/inline-help/package.json +1 -1
  76. package/input-group/package.json +1 -1
  77. package/layout-grid/package.json +1 -1
  78. package/layout-panel/package.json +1 -1
  79. package/link/package.json +1 -1
  80. package/list/package.json +1 -1
  81. package/menu/package.json +1 -1
  82. package/message-box/package.json +1 -1
  83. package/message-strip/package.json +1 -1
  84. package/message-toast/package.json +1 -1
  85. package/micro-process-flow/package.json +1 -1
  86. package/mobile-mode/package.json +1 -1
  87. package/multi-input/package.json +1 -1
  88. package/nested-list/package.json +1 -1
  89. package/notification/package.json +1 -1
  90. package/object-identifier/package.json +1 -1
  91. package/object-marker/package.json +1 -1
  92. package/object-number/package.json +1 -1
  93. package/object-status/package.json +1 -1
  94. package/overflow-layout/README.md +7 -0
  95. package/overflow-layout/directives/overflow-expand.directive.d.ts +15 -0
  96. package/overflow-layout/directives/overflow-item-container-ref.directive.d.ts +25 -0
  97. package/overflow-layout/directives/overflow-item-ref.directive.d.ts +42 -0
  98. package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +16 -0
  99. package/overflow-layout/directives/overflow-layout-item.directive.d.ts +38 -0
  100. package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +31 -0
  101. package/overflow-layout/esm2020/directives/overflow-expand.directive.mjs +36 -0
  102. package/overflow-layout/esm2020/directives/overflow-item-container-ref.directive.mjs +46 -0
  103. package/overflow-layout/esm2020/directives/overflow-item-ref.directive.mjs +57 -0
  104. package/overflow-layout/esm2020/directives/overflow-layout-item-container.directive.mjs +26 -0
  105. package/overflow-layout/esm2020/directives/overflow-layout-item.directive.mjs +100 -0
  106. package/overflow-layout/esm2020/directives/overflow-layout-popover-content.directive.mjs +68 -0
  107. package/overflow-layout/esm2020/fundamental-ngx-core-overflow-layout.mjs +5 -0
  108. package/overflow-layout/esm2020/index.mjs +15 -0
  109. package/overflow-layout/esm2020/interfaces/overflow-container.interface.mjs +2 -0
  110. package/overflow-layout/esm2020/interfaces/overflow-expand.interface.mjs +2 -0
  111. package/overflow-layout/esm2020/interfaces/overflow-item-ref.interface.mjs +2 -0
  112. package/overflow-layout/esm2020/interfaces/overflow-item.interface.mjs +2 -0
  113. package/overflow-layout/esm2020/interfaces/overflow-popover-content.interface.mjs +2 -0
  114. package/overflow-layout/esm2020/overflow-layout.component.mjs +300 -0
  115. package/overflow-layout/esm2020/overflow-layout.module.mjs +52 -0
  116. package/overflow-layout/esm2020/tokens/overflow-container.token.mjs +3 -0
  117. package/overflow-layout/esm2020/tokens/overflow-expand.token.mjs +3 -0
  118. package/overflow-layout/esm2020/tokens/overflow-item-ref.token.mjs +3 -0
  119. package/overflow-layout/esm2020/tokens/overflow-item.token.mjs +3 -0
  120. package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs +672 -0
  121. package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -0
  122. package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs +660 -0
  123. package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -0
  124. package/overflow-layout/fundamental-ngx-core-overflow-layout.d.ts +5 -0
  125. package/overflow-layout/index.d.ts +14 -0
  126. package/overflow-layout/interfaces/overflow-container.interface.d.ts +4 -0
  127. package/overflow-layout/interfaces/overflow-expand.interface.d.ts +11 -0
  128. package/overflow-layout/interfaces/overflow-item-ref.interface.d.ts +38 -0
  129. package/overflow-layout/interfaces/overflow-item.interface.d.ts +20 -0
  130. package/overflow-layout/interfaces/overflow-popover-content.interface.d.ts +11 -0
  131. package/overflow-layout/overflow-layout.component.d.ts +131 -0
  132. package/overflow-layout/overflow-layout.module.d.ts +16 -0
  133. package/overflow-layout/package.json +53 -0
  134. package/overflow-layout/tokens/overflow-container.token.d.ts +3 -0
  135. package/overflow-layout/tokens/overflow-expand.token.d.ts +3 -0
  136. package/overflow-layout/tokens/overflow-item-ref.token.d.ts +3 -0
  137. package/overflow-layout/tokens/overflow-item.token.d.ts +3 -0
  138. package/package.json +9 -1
  139. package/pagination/package.json +1 -1
  140. package/panel/package.json +1 -1
  141. package/popover/package.json +1 -1
  142. package/product-switch/package.json +1 -1
  143. package/progress-indicator/package.json +1 -1
  144. package/public_api.d.ts +1 -0
  145. package/quick-view/package.json +1 -1
  146. package/radio/package.json +1 -1
  147. package/rating-indicator/package.json +1 -1
  148. package/resizable-card-layout/package.json +1 -1
  149. package/scroll-spy/package.json +1 -1
  150. package/scrollbar/package.json +1 -1
  151. package/segmented-button/package.json +1 -1
  152. package/select/package.json +1 -1
  153. package/shared/package.json +1 -1
  154. package/shellbar/package.json +1 -1
  155. package/side-navigation/package.json +1 -1
  156. package/slider/package.json +1 -1
  157. package/split-button/package.json +1 -1
  158. package/splitter/package.json +1 -1
  159. package/status-indicator/package.json +1 -1
  160. package/step-input/package.json +1 -1
  161. package/switch/package.json +1 -1
  162. package/table/package.json +1 -1
  163. package/tabs/package.json +1 -1
  164. package/text/package.json +1 -1
  165. package/theming/package.json +1 -1
  166. package/tile/package.json +1 -1
  167. package/time/package.json +1 -1
  168. package/time-picker/package.json +1 -1
  169. package/timeline/package.json +1 -1
  170. package/title/package.json +1 -1
  171. package/token/package.json +1 -1
  172. package/toolbar/package.json +1 -1
  173. package/tree/package.json +1 -1
  174. package/upload-collection/package.json +1 -1
  175. package/utils/package.json +1 -1
  176. package/vertical-navigation/package.json +1 -1
  177. package/wizard/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-core-overflow-layout.mjs","sources":["../../../../libs/core/src/lib/overflow-layout/directives/overflow-item-container-ref.directive.ts","../../../../libs/core/src/lib/overflow-layout/directives/overflow-layout-item-container.directive.ts","../../../../libs/core/src/lib/overflow-layout/tokens/overflow-container.token.ts","../../../../libs/core/src/lib/overflow-layout/tokens/overflow-expand.token.ts","../../../../libs/core/src/lib/overflow-layout/tokens/overflow-item-ref.token.ts","../../../../libs/core/src/lib/overflow-layout/tokens/overflow-item.token.ts","../../../../libs/core/src/lib/overflow-layout/directives/overflow-layout-popover-content.directive.ts","../../../../libs/core/src/lib/overflow-layout/overflow-layout.component.ts","../../../../libs/core/src/lib/overflow-layout/overflow-layout.component.html","../../../../libs/core/src/lib/overflow-layout/directives/overflow-item-ref.directive.ts","../../../../libs/core/src/lib/overflow-layout/directives/overflow-expand.directive.ts","../../../../libs/core/src/lib/overflow-layout/directives/overflow-layout-item.directive.ts","../../../../libs/core/src/lib/overflow-layout/overflow-layout.module.ts","../../../../libs/core/src/lib/overflow-layout/fundamental-ngx-core-overflow-layout.ts"],"sourcesContent":["import { Directive, ElementRef, TemplateRef, ViewContainerRef, ViewRef } from '@angular/core';\n\n/**\n * Directive to hide component without actual destroying of the component instance.\n */\n@Directive({\n selector: '[fdOverflowItemContainerRef]'\n})\nexport class OverflowItemContainerRefDirective {\n /** @hidden */\n private _viewRef: ViewRef;\n\n /** @hidden */\n private _detached = false;\n\n /** @hidden */\n private _hidden = false;\n\n /**\n * Shows or hides element without destroying the view itself.\n * @param value\n */\n set hidden(value: boolean) {\n if (this._hidden === value) {\n return;\n }\n this._hidden = value;\n if (value && !this._detached) {\n this._viewRef = this._viewContainerRef.detach()!;\n this._detached = true;\n } else if (!value && this._viewRef && this._detached) {\n this._viewRef = this._viewContainerRef.insert(this._viewRef);\n this._detached = false;\n }\n }\n\n /** @hidden */\n constructor(\n private _templateRef: TemplateRef<any>,\n private _viewContainerRef: ViewContainerRef,\n private _elmRef: ElementRef\n ) {\n // Create embedded view right away and manipulate its visibility later.\n this._viewContainerRef.createEmbeddedView(this._templateRef);\n }\n}\n","import { ContentChild, Directive, ElementRef, HostBinding } from '@angular/core';\nimport { OverflowItemContainerRefDirective } from './overflow-item-container-ref.directive';\n\n@Directive({\n selector: '[fdOverflowLayoutItemContainer]'\n})\nexport class OverflowLayoutItemContainerDirective {\n /** @hidden */\n @HostBinding('class')\n private readonly _initialClass = 'fd-overflow-layout__item';\n\n /**\n * Container reference.\n */\n @ContentChild(OverflowItemContainerRefDirective)\n containerRef: OverflowItemContainerRefDirective;\n\n /** @hidden */\n constructor(public elementRef: ElementRef) {}\n}\n","import { InjectionToken } from '@angular/core';\nimport { OverflowContainer } from '../interfaces/overflow-container.interface';\n\nexport const FD_OVERFLOW_CONTAINER = new InjectionToken<OverflowContainer>('FdOverflowContainer');\n","import { InjectionToken } from '@angular/core';\nimport { OverflowExpand } from '../interfaces/overflow-expand.interface';\n\nexport const FD_OVERFLOW_EXPAND = new InjectionToken<OverflowExpand>('FdOverflowLayoutExpand');\n","import { InjectionToken } from '@angular/core';\nimport { OverflowItemRef } from '../interfaces/overflow-item-ref.interface';\n\nexport const FD_OVERFLOW_ITEM_REF = new InjectionToken<OverflowItemRef>('OverflowLayoutItemRef');\n","import { InjectionToken } from '@angular/core';\nimport { OverflowItem } from '../interfaces/overflow-item.interface';\n\nexport const FD_OVERFLOW_ITEM = new InjectionToken<OverflowItem>('FdOverflowItem');\n","import { FocusKeyManager } from '@angular/cdk/a11y';\nimport { DOWN_ARROW, LEFT_ARROW, RIGHT_ARROW, TAB, UP_ARROW } from '@angular/cdk/keycodes';\nimport { Directive, HostBinding, HostListener, Inject, Input } from '@angular/core';\nimport { KeyUtil } from '@fundamental-ngx/core/utils';\nimport { OverflowContainer } from '../interfaces/overflow-container.interface';\nimport { OverflowItem } from '../interfaces/overflow-item.interface';\nimport { OverflowPopoverContent } from '../interfaces/overflow-popover-content.interface';\nimport { OverflowItemRef } from '../interfaces/overflow-item-ref.interface';\nimport { FD_OVERFLOW_CONTAINER } from '../tokens/overflow-container.token';\n\n/**\n * Directive to wrap Overlay Layout \"More\" popover content.\n * Used to apply keyboard navigation through the items.\n */\n@Directive({\n selector: '[fdOverflowLayoutPopoverContent]'\n})\nexport class OverflowLayoutPopoverContentDirective implements OverflowPopoverContent {\n /**\n * Array of hidden items.\n */\n @Input()\n set items(value: OverflowItemRef[]) {\n this._items = value;\n this._keyboardEventsManager = new FocusKeyManager(\n this._items.filter((item) => item.overflowItem.focusable).map((item) => item.overflowItem)\n )\n .withWrap()\n .withHorizontalOrientation('ltr');\n }\n\n /** @hidden */\n private _keyboardEventsManager: FocusKeyManager<OverflowItem>;\n\n /** @hidden */\n private _items: OverflowItemRef[];\n\n /** @hidden */\n @HostBinding('class')\n private readonly _initialClass = 'fd-overflow-layout__popover-container';\n\n /** @hidden */\n constructor(@Inject(FD_OVERFLOW_CONTAINER) private _overflowContainer: OverflowContainer) {\n this._overflowContainer?.registerPopoverContent(this);\n }\n\n /** @hidden */\n @HostListener('keyup', ['$event'])\n keyUpHandler(event: KeyboardEvent): void {\n if (KeyUtil.isKeyCode(event, TAB)) {\n const index = this._items.findIndex((item) => item.elementRef.nativeElement === event.target);\n if (index !== -1) {\n this._keyboardEventsManager.setActiveItem(index);\n }\n }\n\n if (KeyUtil.isKeyCode(event, [DOWN_ARROW, UP_ARROW, LEFT_ARROW, RIGHT_ARROW])) {\n event.preventDefault();\n\n // passing the event to key manager, so we get a change fired\n this._keyboardEventsManager.onKeydown(event);\n }\n }\n\n /**\n * Focuses on the first tabbable element inside directive's element.\n */\n focusFirstTabbableElement(): void {\n this._keyboardEventsManager.setActiveItem(0);\n }\n}\n","import { FocusKeyManager } from '@angular/cdk/a11y';\nimport { DOWN_ARROW, LEFT_ARROW, RIGHT_ARROW, TAB, UP_ARROW } from '@angular/cdk/keycodes';\nimport {\n Component,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n ContentChildren,\n QueryList,\n ChangeDetectorRef,\n ContentChild,\n HostBinding,\n ViewChild,\n ElementRef,\n NgZone,\n Output,\n EventEmitter,\n HostListener,\n Optional,\n TemplateRef,\n ViewChildren,\n AfterViewInit,\n OnDestroy,\n Input\n} from '@angular/core';\nimport { KeyUtil, resizeObservable, RtlService } from '@fundamental-ngx/core/utils';\nimport { debounceTime, distinctUntilChanged, filter, skip, Subject, Subscription } from 'rxjs';\nimport { OverflowLayoutItemContainerDirective } from './directives/overflow-layout-item-container.directive';\nimport { OverflowContainer } from './interfaces/overflow-container.interface';\nimport { OverflowExpand } from './interfaces/overflow-expand.interface';\nimport { OverflowItemRef } from './interfaces/overflow-item-ref.interface';\nimport { OverflowItem } from './interfaces/overflow-item.interface';\nimport { OverflowPopoverContent } from './interfaces/overflow-popover-content.interface';\nimport { FD_OVERFLOW_CONTAINER } from './tokens/overflow-container.token';\nimport { FD_OVERFLOW_EXPAND } from './tokens/overflow-expand.token';\nimport { FD_OVERFLOW_ITEM_REF } from './tokens/overflow-item-ref.token';\nimport { FD_OVERFLOW_ITEM } from './tokens/overflow-item.token';\n\n@Component({\n selector: 'fd-overflow-layout',\n templateUrl: './overflow-layout.component.html',\n styleUrls: ['./overflow-layout.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: FD_OVERFLOW_CONTAINER,\n useExisting: OverflowLayoutComponent\n }\n ]\n})\nexport class OverflowLayoutComponent implements AfterViewInit, OnDestroy, OverflowContainer {\n /**\n * Maximum amount of visible items.\n */\n @Input()\n set maxVisibleItems(value: number) {\n if (value === this._maxVisibleItems) {\n return;\n }\n this._maxVisibleItems = value;\n this.triggerRecalculation();\n }\n\n get maxVisibleItems(): number {\n return this._maxVisibleItems;\n }\n\n /**\n * Event, triggered when amount of visible items has been changed.\n */\n @Output()\n visibleItemsCount = new EventEmitter<number>();\n\n /**\n * Event, triggered when amount of hidden items has been changed.\n */\n @Output()\n hiddenItemsCount = new EventEmitter<number>();\n\n /**\n * @hidden\n * List of items to display.\n */\n @ContentChildren(FD_OVERFLOW_ITEM_REF)\n _items: QueryList<OverflowItemRef>;\n\n /**\n * @hidden\n * Template for the custom \"More\" button.\n */\n @ContentChild(FD_OVERFLOW_EXPAND)\n _moreButton: OverflowExpand;\n\n /**\n * @hidden\n * List of items that can be focused.\n */\n @ContentChildren(FD_OVERFLOW_ITEM)\n _overflowItems: QueryList<OverflowItem>;\n\n /**\n * @hidden\n * List of rendered items.\n */\n @ViewChildren(OverflowLayoutItemContainerDirective)\n _visibleItems: QueryList<OverflowLayoutItemContainerDirective>;\n\n /**\n * @hidden\n * Items wrapper directive.\n */\n @ViewChild('itemsWrapper')\n _itemsWrapper: ElementRef<HTMLElement>;\n\n /**\n * @hidden\n * Layout container element.\n */\n @ViewChild('layoutContainer')\n _layoutContainer: ElementRef<HTMLDivElement>;\n\n /**\n * @hidden\n * \"More\" button container element.\n */\n @ViewChild('showMoreContainer')\n _showMoreContainer: ElementRef<HTMLDivElement>;\n\n /** @hidden */\n _allItems: OverflowItemRef[] = [];\n\n /** @hidden */\n _hiddenItems: OverflowItemRef[] = [];\n\n /** @hidden */\n _showMore = false;\n\n /** @hidden */\n @HostBinding('class')\n private readonly _initialClass = 'fd-overflow-layout';\n\n /** @hidden */\n private _keyboardEventsManager: FocusKeyManager<OverflowItem>;\n\n /** @hidden */\n private _listenToItemResize = true;\n\n /** @hidden */\n private readonly _subscription = new Subscription();\n\n /** @hidden */\n private _overflowPopoverContent: OverflowPopoverContent;\n\n /** @hidden */\n private _fillTrigger$ = new Subject<void>();\n\n /** @hidden */\n private _dir: 'rtl' | 'ltr' = 'ltr';\n\n /** @hidden */\n private _maxVisibleItems = Infinity;\n\n /** @hidden */\n constructor(\n private _cdr: ChangeDetectorRef,\n private _zone: NgZone,\n private _elRef: ElementRef,\n @Optional() private _rtlService: RtlService\n ) {\n this._subscription.add(this._fillTrigger$.pipe(debounceTime(30)).subscribe(() => this._fitVisibleItems()));\n }\n\n /**\n * Triggers layout recalculation of the items.\n */\n triggerRecalculation(): void {\n this._fillTrigger$.next();\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n this._subscription.unsubscribe();\n }\n\n /** @hidden */\n @HostListener('keyup', ['$event'])\n private _keyUpHandler(event: KeyboardEvent): void {\n if (KeyUtil.isKeyCode(event, TAB)) {\n const index = this._allItems.findIndex(\n (item) => item.overflowItem?.focusable && item.elementRef.nativeElement === event.target\n );\n if (index !== -1) {\n this._keyboardEventsManager.setActiveItem(index);\n }\n }\n\n if (KeyUtil.isKeyCode(event, [DOWN_ARROW, UP_ARROW, LEFT_ARROW, RIGHT_ARROW])) {\n event.preventDefault();\n\n // passing the event to key manager so, we get a change fired\n this._keyboardEventsManager.onKeydown(event);\n }\n }\n\n /**\n * Sets current focused element.\n * @param element Element that needs to be focused.\n */\n setFocusedElement(element: OverflowItem): void {\n const index = this._overflowItems.toArray().findIndex((item) => item === element);\n\n if (index !== -1) {\n this._keyboardEventsManager.setActiveItem(index);\n }\n }\n\n /**\n * Registers popover content directive for main component.\n * @param content {OverflowPopoverContent} directive\n */\n registerPopoverContent(content: OverflowPopoverContent): void {\n this._overflowPopoverContent = content;\n }\n\n /** @hidden */\n _itemsTrackFn(_: number, item: OverflowItemRef): TemplateRef<any> {\n return item.templateRef;\n }\n\n /** @hidden */\n _onPopoverStateChange(opened: boolean): void {\n if (opened) {\n this._overflowPopoverContent?.focusFirstTabbableElement();\n }\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n this._fitVisibleItems();\n this._setFocusKeyManager();\n this._listenToChanges();\n this._subscribeToRtl();\n }\n\n /** @hidden */\n private _listenToChanges(): void {\n this._subscription.add(\n this._items.changes.subscribe(() => {\n setTimeout(() => {\n this._fitVisibleItems();\n });\n })\n );\n\n this._listenToSizeChanges(this._elRef.nativeElement, this._itemsWrapper.nativeElement);\n }\n\n /** @hidden */\n private _listenToSizeChanges(...elements: HTMLElement[]): void {\n elements.forEach((element) =>\n this._subscription.add(\n resizeObservable(element)\n .pipe(\n skip(1),\n filter(() => this._listenToItemResize),\n distinctUntilChanged(),\n debounceTime(30)\n )\n .subscribe(() => {\n setTimeout(() => {\n this._fitVisibleItems();\n });\n })\n )\n );\n }\n\n /** @hidden */\n private _fitVisibleItems(): void {\n this._listenToItemResize = false;\n this._allItems = this._items.toArray();\n this._visibleItems.forEach((i) => (i.containerRef.hidden = false));\n this._allItems.forEach((item, index) => {\n item.hidden = false;\n item.index = index;\n });\n this._cdr.detectChanges();\n const containerWidth = this._elRef.nativeElement.getBoundingClientRect().width;\n const itemsContainerWidth = this._itemsWrapper.nativeElement.getBoundingClientRect().width;\n\n if (\n containerWidth >= itemsContainerWidth &&\n this._visibleItems.length <= this.maxVisibleItems &&\n this._hiddenItems.length === 0\n ) {\n this._showMore = false;\n this._cdr.detectChanges();\n this._listenToItemResize = true;\n return;\n }\n this._showMore = true;\n let fittingElmCount = 0;\n let fittingElmsWidth = 0;\n let shouldHideItems = false;\n this._cdr.detectChanges();\n\n const showMoreContainerWidth = this._showMoreContainer.nativeElement.getBoundingClientRect().width;\n let layoutWidth = this._layoutContainer.nativeElement.getBoundingClientRect().width;\n\n // Try to find all forced visible items\n const forcedItemsIndexes = this._getForcedItemsIndexes();\n\n forcedItemsIndexes.forEach((itemIndex) => {\n const container = this._visibleItems.get(itemIndex);\n if (!container) {\n return;\n }\n const elementSize = this._getElementWidth(container.elementRef.nativeElement);\n\n layoutWidth -= elementSize;\n });\n\n if (layoutWidth < 0 && forcedItemsIndexes.length > 0) {\n console.warn(\n 'There is no enough space to fit all forced visible items into the container. Please adjust their visibility accordingly.'\n );\n }\n\n this._visibleItems.forEach((item, index) => {\n const itemRef = this._allItems[index];\n if (shouldHideItems && !itemRef.overflowItem.forceVisibility) {\n item.containerRef.hidden = true;\n itemRef.hidden = true;\n return;\n }\n\n const elementSize = this._getElementWidth(item.elementRef.nativeElement);\n const combinedWidth = fittingElmsWidth + elementSize;\n\n if (\n (combinedWidth <= layoutWidth ||\n (item === this._visibleItems.last && combinedWidth <= layoutWidth + showMoreContainerWidth)) &&\n fittingElmCount < this.maxVisibleItems\n ) {\n fittingElmsWidth += elementSize;\n fittingElmCount++;\n } else if (!itemRef.overflowItem.forceVisibility) {\n shouldHideItems = true;\n item.containerRef.hidden = true;\n itemRef.hidden = true;\n }\n });\n\n this._hiddenItems = this._allItems.filter((i) => i.hidden);\n this.visibleItemsCount.emit(this._allItems.filter((i) => !i.hidden).length);\n this.hiddenItemsCount.emit(this._hiddenItems.length);\n\n this._showMore = this._hiddenItems.length > 0;\n\n this._cdr.detectChanges();\n\n this._listenToItemResize = true;\n }\n\n /** @hidden */\n private _setFocusKeyManager(): void {\n this._dir = this._rtlService?.rtl.value ? 'rtl' : 'ltr';\n this._keyboardEventsManager = new FocusKeyManager(this._overflowItems)\n .withWrap()\n .withHorizontalOrientation(this._dir)\n .skipPredicate((item) => !item.focusable || item.hidden);\n }\n\n /** @hidden Rtl change subscription */\n private _subscribeToRtl(): void {\n if (!this._rtlService) {\n return;\n }\n\n const rtlSub = this._rtlService.rtl.subscribe((isRtl) => {\n this._dir = isRtl ? 'rtl' : 'ltr';\n\n this._keyboardEventsManager = this._keyboardEventsManager.withHorizontalOrientation(isRtl ? 'rtl' : 'ltr');\n });\n\n this._subscription.add(rtlSub);\n }\n\n /** @hidden */\n private _getForcedItemsIndexes(): number[] {\n return this._allItems\n .map((item, index) => (item.overflowItem.forceVisibility ? index : -1))\n .filter((i) => i > -1);\n }\n\n /**\n * @hidden\n * Returns combined width of the element including margins.\n * @param element Element to calculate width of.\n */\n private _getElementWidth(element: HTMLElement): number {\n const elementStyle = getComputedStyle(element);\n const elementWidth = element.getBoundingClientRect().width;\n const elementSize = elementWidth + parseFloat(elementStyle.marginLeft) + parseFloat(elementStyle.marginRight);\n\n return elementSize;\n }\n}\n","<div class=\"fd-overflow-layout__items-container\" #layoutContainer>\n <div class=\"fd-overflow-layout__items\" #itemsWrapper>\n <ng-container *ngFor=\"let item of _allItems; trackBy: _itemsTrackFn\">\n <div fdOverflowLayoutItemContainer>\n <ng-container *fdOverflowItemContainerRef>\n <ng-template\n [ngTemplateOutlet]=\"item.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item.hidden, index: item.index }\"\n ></ng-template>\n </ng-container>\n </div>\n </ng-container>\n </div>\n</div>\n\n<div class=\"fd-overflow-layout__more\" *ngIf=\"_showMore\" #showMoreContainer>\n <ng-template #defaultShowMore>\n <fd-popover\n (isOpenChange)=\"_onPopoverStateChange($event)\"\n placement=\"bottom\"\n [focusTrapped]=\"true\"\n [focusAutoCapture]=\"true\"\n [maxWidth]=\"312\"\n >\n <fd-popover-control>\n <button\n fd-button\n [fdMenu]=\"true\"\n i18n=\"@overflowLayout.moreItemsButton|Overflow Layout more button text\"\n fdType=\"transparent\"\n >\n {{ _hiddenItems.length }} more\n </button>\n </fd-popover-control>\n <fd-popover-body>\n <div fdOverflowLayoutPopoverContent [items]=\"_hiddenItems\">\n <ng-container *ngFor=\"let item of _hiddenItems\">\n <ng-template\n [ngTemplateOutlet]=\"item.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item.hidden, index: item.index }\"\n ></ng-template>\n </ng-container>\n </div>\n </fd-popover-body>\n </fd-popover>\n </ng-template>\n <ng-template\n [ngTemplateOutlet]=\"_moreButton?.templateRef || defaultShowMore\"\n [ngTemplateOutletContext]=\"{ $implicit: _hiddenItems }\"\n ></ng-template>\n</div>\n","import { Directive, ElementRef, TemplateRef } from '@angular/core';\nimport { OverflowItemDirectiveContext, OverflowItemRef } from '../interfaces/overflow-item-ref.interface';\nimport { OverflowItem } from '../interfaces/overflow-item.interface';\nimport { FD_OVERFLOW_ITEM_REF } from '../tokens/overflow-item-ref.token';\n\n/**\n * Structural directive which is used to pass the context of the item to the template engine.\n */\n@Directive({\n selector: '[fdOverflowItemRef]',\n providers: [\n {\n provide: FD_OVERFLOW_ITEM_REF,\n useExisting: OverflowItemRefDirective\n }\n ]\n})\nexport class OverflowItemRefDirective implements OverflowItemRef {\n /**\n * Element ref of the `fdOverflowLayoutItem` directive.\n */\n elementRef: ElementRef<HTMLElement>;\n /**\n * `fdOverflowLayoutItem` directive.\n */\n overflowItem: OverflowItem;\n /**\n * Whether the item is hidden.\n */\n hidden = false;\n /**\n * Index of the item in the array of Overflow Layout Component's items.\n */\n index: number;\n\n /** @hidden */\n static ngTemplateContextGuard(\n dir: OverflowItemRefDirective,\n ctx: OverflowItemDirectiveContext\n ): ctx is OverflowItemDirectiveContext {\n return true;\n }\n\n /** @hidden */\n constructor(public templateRef: TemplateRef<OverflowItemDirectiveContext>) {}\n\n /**\n * Sets the element reference of the `fdOverflowLayoutItem` directive.`\n * @param elmRef\n */\n setElementRef(elmRef: ElementRef): void {\n if (this.elementRef) {\n return;\n }\n this.elementRef = elmRef;\n }\n\n /**\n * Sets the `fdOverflowLayoutItem` directive.\n * @param item\n */\n setOverflowItem(item: OverflowItem): void {\n this.overflowItem = item;\n }\n}\n","import { Directive, TemplateRef } from '@angular/core';\nimport { OverflowExpand, OverflowExpandDirectiveContext } from '../interfaces/overflow-expand.interface';\nimport { FD_OVERFLOW_EXPAND } from '../tokens/overflow-expand.token';\n\n/**\n * Structural directive which is responsible for rendering the \"More\" button and handling further logic.\n */\n@Directive({\n selector: '[fdOverflowExpand]',\n providers: [\n {\n provide: FD_OVERFLOW_EXPAND,\n useExisting: OverflowExpandDirective\n }\n ]\n})\nexport class OverflowExpandDirective implements OverflowExpand {\n /** @hidden */\n static ngTemplateContextGuard(\n dir: OverflowExpandDirective,\n ctx: OverflowExpandDirectiveContext\n ): ctx is OverflowExpandDirectiveContext {\n return true;\n }\n\n /** @hidden */\n constructor(public templateRef: TemplateRef<OverflowExpandDirectiveContext>) {}\n}\n","import {\n Directive,\n ElementRef,\n HostBinding,\n HostListener,\n Inject,\n Input,\n OnInit,\n Optional,\n SkipSelf\n} from '@angular/core';\nimport { OverflowItemRef } from '../interfaces/overflow-item-ref.interface';\nimport { OverflowItem } from '../interfaces/overflow-item.interface';\nimport { OverflowLayoutComponent } from '../overflow-layout.component';\nimport { FD_OVERFLOW_ITEM_REF } from '../tokens/overflow-item-ref.token';\nimport { FD_OVERFLOW_ITEM } from '../tokens/overflow-item.token';\n\n/**\n * Directive to mark element as part of for Overflow Layout Component items.\n */\n@Directive({\n selector: '[fdOverflowLayoutItem]',\n providers: [\n {\n provide: FD_OVERFLOW_ITEM,\n useExisting: OverflowLayoutItemDirective\n }\n ]\n})\nexport class OverflowLayoutItemDirective implements OverflowItem, OnInit {\n /** Whether the item should be focusable. */\n @Input()\n focusable = false;\n\n /** Whether to force the visibility of the item. */\n @Input()\n set forceVisibility(value: boolean) {\n if (value === this._forceVisibility) {\n return;\n }\n\n this._forceVisibility = value;\n this._overflowContainer.triggerRecalculation();\n }\n\n get forceVisibility(): boolean {\n return this._forceVisibility;\n }\n /**\n * Whether the item is hidden.\n */\n get hidden(): boolean {\n return this._overflowItemRef?.hidden === true;\n }\n\n /** @hidden */\n @HostBinding('attr.tabindex')\n private get _tabindex(): number {\n return this.focusable ? 0 : -1;\n }\n\n /** @hidden */\n private _forceVisibility = false;\n\n /** @hidden */\n @HostListener('focus')\n onFocus(): void {\n this._overflowContainer.setFocusedElement(this);\n }\n\n /** @hidden */\n constructor(\n private _overflowContainer: OverflowLayoutComponent,\n public elmRef: ElementRef,\n @Optional() @SkipSelf() @Inject(FD_OVERFLOW_ITEM_REF) private _overflowItemRef: OverflowItemRef | null\n ) {}\n\n /** @hidden */\n ngOnInit(): void {\n this._overflowItemRef?.setElementRef(this.elmRef);\n this._overflowItemRef?.setOverflowItem(this);\n }\n\n /**\n * Focuses connected to the DOM element.\n */\n focus(): void {\n // Since we use detach() method of ViewContainerRef to remove elements from the visible list,\n // we need to check that element is connected to the DOM.\n this.elmRef.nativeElement.isConnected\n ? this.elmRef.nativeElement.focus()\n : this._overflowItemRef?.elementRef.nativeElement.isConnected\n ? this._overflowItemRef?.elementRef.nativeElement.focus()\n : this._overflowItemRef?.overflowItem.elmRef.nativeElement.focus();\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PopoverModule } from '@fundamental-ngx/core/popover';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { OverflowLayoutComponent } from './overflow-layout.component';\nimport { OverflowItemRefDirective } from './directives/overflow-item-ref.directive';\nimport { OverflowExpandDirective } from './directives/overflow-expand.directive';\nimport { OverflowLayoutItemDirective } from './directives/overflow-layout-item.directive';\nimport { OverflowItemContainerRefDirective } from './directives/overflow-item-container-ref.directive';\nimport { OverflowLayoutPopoverContentDirective } from './directives/overflow-layout-popover-content.directive';\nimport { OverflowLayoutItemContainerDirective } from './directives/overflow-layout-item-container.directive';\n\n@NgModule({\n imports: [CommonModule, PopoverModule, ButtonModule],\n exports: [\n OverflowLayoutComponent,\n OverflowItemRefDirective,\n OverflowExpandDirective,\n OverflowLayoutItemDirective,\n OverflowItemContainerRefDirective,\n OverflowLayoutPopoverContentDirective\n ],\n declarations: [\n OverflowLayoutComponent,\n OverflowItemRefDirective,\n OverflowExpandDirective,\n OverflowLayoutItemDirective,\n OverflowItemContainerRefDirective,\n OverflowLayoutPopoverContentDirective,\n OverflowLayoutItemContainerDirective\n ]\n})\nexport class OverflowLayoutModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -178,6 +178,8 @@ import { ScrollbarModule } from '@fundamental-ngx/core/scrollbar';
178
178
  export * from '@fundamental-ngx/core/scrollbar';
179
179
  import { ThemingModule } from '@fundamental-ngx/core/theming';
180
180
  export * from '@fundamental-ngx/core/theming';
181
+ import { OverflowLayoutModule } from '@fundamental-ngx/core/overflow-layout';
182
+ export * from '@fundamental-ngx/core/overflow-layout';
181
183
  export * from '@fundamental-ngx/core/datetime';
182
184
  export * from '@fundamental-ngx/core/shared';
183
185
  export * from '@fundamental-ngx/core/mobile-mode';
@@ -277,7 +279,8 @@ FundamentalNgxCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0"
277
279
  TimelineModule,
278
280
  ProgressIndicatorModule,
279
281
  ScrollbarModule,
280
- ThemingModule] });
282
+ ThemingModule,
283
+ OverflowLayoutModule] });
281
284
  FundamentalNgxCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: FundamentalNgxCoreModule, imports: [[CommonModule, FormsModule], ActionBarModule,
282
285
  ActionSheetModule,
283
286
  AlertModule,
@@ -370,7 +373,8 @@ FundamentalNgxCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0"
370
373
  TimelineModule,
371
374
  ProgressIndicatorModule,
372
375
  ScrollbarModule,
373
- ThemingModule] });
376
+ ThemingModule,
377
+ OverflowLayoutModule] });
374
378
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: FundamentalNgxCoreModule, decorators: [{
375
379
  type: NgModule,
376
380
  args: [{
@@ -468,7 +472,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
468
472
  TimelineModule,
469
473
  ProgressIndicatorModule,
470
474
  ScrollbarModule,
471
- ThemingModule
475
+ ThemingModule,
476
+ OverflowLayoutModule
472
477
  ]
473
478
  }]
474
479
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"fundamental-ngx-core.mjs","sources":["../../../../libs/core/src/lib/fundamental-ngx.module.ts","../../../../libs/core/src/lib/fundamental-ngx-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\n\nimport { ActionSheetModule } from '@fundamental-ngx/core/action-sheet';\nimport { BreadcrumbModule } from '@fundamental-ngx/core/breadcrumb';\nimport { ComboboxModule } from '@fundamental-ngx/core/combobox';\nimport { DynamicPageModule } from '@fundamental-ngx/core/dynamic-page';\nimport { ActionBarModule } from '@fundamental-ngx/core/action-bar';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { CalendarModule } from '@fundamental-ngx/core/calendar';\nimport { CarouselModule } from '@fundamental-ngx/core/carousel';\nimport { CheckboxModule } from '@fundamental-ngx/core/checkbox';\nimport { DatetimePickerModule } from '@fundamental-ngx/core/datetime-picker';\nimport { DialogModule } from '@fundamental-ngx/core/dialog';\nimport { DragAndDropModule, OnlyDigitsModule } from '@fundamental-ngx/core/utils';\nimport { FacetModule } from '@fundamental-ngx/core/facets';\nimport { FeedListItemModule } from '@fundamental-ngx/core/feed-list-item';\nimport { FeedInputModule } from '@fundamental-ngx/core/feed-input';\nimport { FileUploaderModule } from '@fundamental-ngx/core/file-uploader';\nimport { FixedCardLayoutModule } from '@fundamental-ngx/core/fixed-card-layout';\nimport { FlexibleColumnLayoutModule } from '@fundamental-ngx/core/flexible-column-layout';\nimport { FormModule } from '@fundamental-ngx/core/form';\nimport { FormattedTextModule } from '@fundamental-ngx/core/formatted-text';\nimport { IconModule } from '@fundamental-ngx/core/icon';\nimport { InlineHelpModule } from '@fundamental-ngx/core/inline-help';\nimport { InputGroupModule } from '@fundamental-ngx/core/input-group';\nimport { LinkModule } from '@fundamental-ngx/core/link';\nimport { ListModule } from '@fundamental-ngx/core/list';\nimport { TimeModule } from '@fundamental-ngx/core/time';\nimport { TileModule } from '@fundamental-ngx/core/tile';\nimport { TextModule } from '@fundamental-ngx/core/text';\nimport { PanelModule } from '@fundamental-ngx/core/panel';\nimport { ObjectStatusModule } from '@fundamental-ngx/core/object-status';\nimport { NotificationModule } from '@fundamental-ngx/core/notification';\nimport { AlertModule } from '@fundamental-ngx/core/alert';\nimport { AvatarModule } from '@fundamental-ngx/core/avatar';\nimport { AvatarGroupModule } from '@fundamental-ngx/core/avatar-group';\nimport { BarModule } from '@fundamental-ngx/core/bar';\nimport { BusyIndicatorModule } from '@fundamental-ngx/core/busy-indicator';\nimport { CardModule } from '@fundamental-ngx/core/card';\nimport { ObjectIdentifierModule } from '@fundamental-ngx/core/object-identifier';\nimport { MessageStripModule } from '@fundamental-ngx/core/message-strip';\nimport { ObjectMarkerModule } from '@fundamental-ngx/core/object-marker';\nimport { ObjectNumberModule } from '@fundamental-ngx/core/object-number';\nimport { RadioModule } from '@fundamental-ngx/core/radio';\nimport { TokenModule } from '@fundamental-ngx/core/token';\nimport { ToolbarModule } from '@fundamental-ngx/core/toolbar';\nimport { TitleModule } from '@fundamental-ngx/core/title';\nimport { QuickViewModule } from '@fundamental-ngx/core/quick-view';\nimport { PopoverModule } from '@fundamental-ngx/core/popover';\nimport { ProductSwitchModule } from '@fundamental-ngx/core/product-switch';\nimport { DynamicSideContentModule } from '@fundamental-ngx/core/dynamic-side-content';\nimport { InfoLabelModule } from '@fundamental-ngx/core/info-label';\nimport { InfiniteScrollModule } from '@fundamental-ngx/core/infinite-scroll';\nimport { DatePickerModule } from '@fundamental-ngx/core/date-picker';\nimport { ScrollSpyModule } from '@fundamental-ngx/core/scroll-spy';\nimport { TimePickerModule } from '@fundamental-ngx/core/time-picker';\nimport { SliderModule } from '@fundamental-ngx/core/slider';\nimport { TableModule } from '@fundamental-ngx/core/table';\nimport { SwitchModule } from '@fundamental-ngx/core/switch';\nimport { StatusIndicatorModule } from '@fundamental-ngx/core/status-indicator';\nimport { MessageToastModule } from '@fundamental-ngx/core/message-toast';\nimport { MultiInputModule } from '@fundamental-ngx/core/multi-input';\nimport { MessageBoxModule } from '@fundamental-ngx/core/message-box';\nimport { LayoutGridModule } from '@fundamental-ngx/core/layout-grid';\nimport { LayoutPanelModule } from '@fundamental-ngx/core/layout-panel';\nimport { NestedListModule } from '@fundamental-ngx/core/nested-list';\nimport { RatingIndicatorModule } from '@fundamental-ngx/core/rating-indicator';\nimport { SegmentedButtonModule } from '@fundamental-ngx/core/segmented-button';\nimport { StepInputModule } from '@fundamental-ngx/core/step-input';\nimport { GridListModule } from '@fundamental-ngx/core/grid-list';\nimport { IllustratedMessageModule } from '@fundamental-ngx/core/illustrated-message';\nimport { MenuModule } from '@fundamental-ngx/core/menu';\nimport { TabsModule } from '@fundamental-ngx/core/tabs';\nimport { ResizableCardLayoutModule } from '@fundamental-ngx/core/resizable-card-layout';\nimport { UploadCollectionModule } from '@fundamental-ngx/core/upload-collection';\nimport { SplitterModule } from '@fundamental-ngx/core/splitter';\nimport { PaginationModule } from '@fundamental-ngx/core/pagination';\nimport { SelectModule } from '@fundamental-ngx/core/select';\nimport { ShellbarModule } from '@fundamental-ngx/core/shellbar';\nimport { TreeModule } from '@fundamental-ngx/core/tree';\nimport { WizardModule } from '@fundamental-ngx/core/wizard';\nimport { SplitButtonModule } from '@fundamental-ngx/core/split-button';\nimport { SideNavigationModule } from '@fundamental-ngx/core/side-navigation';\nimport { MessagePageModule } from '@fundamental-ngx/core/message-page';\nimport { VerticalNavigationModule } from '@fundamental-ngx/core/vertical-navigation';\nimport { MicroProcessFlowModule } from '@fundamental-ngx/core/micro-process-flow';\nimport { TimelineModule } from '@fundamental-ngx/core/timeline';\nimport { ProgressIndicatorModule } from '@fundamental-ngx/core/progress-indicator';\nimport { ScrollbarModule } from '@fundamental-ngx/core/scrollbar';\nimport { ThemingModule } from '@fundamental-ngx/core/theming';\n\n@NgModule({\n imports: [CommonModule, FormsModule],\n exports: [\n ActionBarModule,\n ActionSheetModule,\n AlertModule,\n AvatarModule,\n AvatarGroupModule,\n BarModule,\n BreadcrumbModule,\n BusyIndicatorModule,\n ButtonModule,\n CalendarModule,\n CardModule,\n CarouselModule,\n ComboboxModule,\n CheckboxModule,\n DatePickerModule,\n DatetimePickerModule,\n DragAndDropModule,\n DynamicPageModule,\n DynamicSideContentModule,\n FacetModule,\n FeedListItemModule,\n FeedInputModule,\n FileUploaderModule,\n FixedCardLayoutModule,\n FlexibleColumnLayoutModule,\n FormModule,\n FormattedTextModule,\n IconModule,\n InfoLabelModule,\n InlineHelpModule,\n InfiniteScrollModule,\n InputGroupModule,\n LayoutGridModule,\n LayoutPanelModule,\n LinkModule,\n ListModule,\n MenuModule,\n DialogModule,\n MessageBoxModule,\n MessageStripModule,\n MessageToastModule,\n MultiInputModule,\n NestedListModule,\n NotificationModule,\n ObjectIdentifierModule,\n ObjectMarkerModule,\n ObjectNumberModule,\n ObjectStatusModule,\n PaginationModule,\n PanelModule,\n ProductSwitchModule,\n PopoverModule,\n QuickViewModule,\n RatingIndicatorModule,\n RadioModule,\n ScrollSpyModule,\n SegmentedButtonModule,\n SelectModule,\n ShellbarModule,\n SideNavigationModule,\n SplitButtonModule,\n SwitchModule,\n StepInputModule,\n TableModule,\n TabsModule,\n TextModule,\n TileModule,\n TimeModule,\n TimePickerModule,\n TitleModule,\n ToolbarModule,\n TokenModule,\n TreeModule,\n WizardModule,\n CardModule,\n MessageBoxModule,\n MessageToastModule,\n DynamicSideContentModule,\n SliderModule,\n SplitterModule,\n OnlyDigitsModule,\n IllustratedMessageModule,\n StatusIndicatorModule,\n GridListModule,\n ResizableCardLayoutModule,\n MessagePageModule,\n VerticalNavigationModule,\n UploadCollectionModule,\n MicroProcessFlowModule,\n TimelineModule,\n ProgressIndicatorModule,\n ScrollbarModule,\n ThemingModule\n ]\n})\nexport class FundamentalNgxCoreModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fundamental-ngx-core.mjs","sources":["../../../../libs/core/src/lib/fundamental-ngx.module.ts","../../../../libs/core/src/lib/fundamental-ngx-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\n\nimport { ActionSheetModule } from '@fundamental-ngx/core/action-sheet';\nimport { BreadcrumbModule } from '@fundamental-ngx/core/breadcrumb';\nimport { ComboboxModule } from '@fundamental-ngx/core/combobox';\nimport { DynamicPageModule } from '@fundamental-ngx/core/dynamic-page';\nimport { ActionBarModule } from '@fundamental-ngx/core/action-bar';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { CalendarModule } from '@fundamental-ngx/core/calendar';\nimport { CarouselModule } from '@fundamental-ngx/core/carousel';\nimport { CheckboxModule } from '@fundamental-ngx/core/checkbox';\nimport { DatetimePickerModule } from '@fundamental-ngx/core/datetime-picker';\nimport { DialogModule } from '@fundamental-ngx/core/dialog';\nimport { DragAndDropModule, OnlyDigitsModule } from '@fundamental-ngx/core/utils';\nimport { FacetModule } from '@fundamental-ngx/core/facets';\nimport { FeedListItemModule } from '@fundamental-ngx/core/feed-list-item';\nimport { FeedInputModule } from '@fundamental-ngx/core/feed-input';\nimport { FileUploaderModule } from '@fundamental-ngx/core/file-uploader';\nimport { FixedCardLayoutModule } from '@fundamental-ngx/core/fixed-card-layout';\nimport { FlexibleColumnLayoutModule } from '@fundamental-ngx/core/flexible-column-layout';\nimport { FormModule } from '@fundamental-ngx/core/form';\nimport { FormattedTextModule } from '@fundamental-ngx/core/formatted-text';\nimport { IconModule } from '@fundamental-ngx/core/icon';\nimport { InlineHelpModule } from '@fundamental-ngx/core/inline-help';\nimport { InputGroupModule } from '@fundamental-ngx/core/input-group';\nimport { LinkModule } from '@fundamental-ngx/core/link';\nimport { ListModule } from '@fundamental-ngx/core/list';\nimport { TimeModule } from '@fundamental-ngx/core/time';\nimport { TileModule } from '@fundamental-ngx/core/tile';\nimport { TextModule } from '@fundamental-ngx/core/text';\nimport { PanelModule } from '@fundamental-ngx/core/panel';\nimport { ObjectStatusModule } from '@fundamental-ngx/core/object-status';\nimport { NotificationModule } from '@fundamental-ngx/core/notification';\nimport { AlertModule } from '@fundamental-ngx/core/alert';\nimport { AvatarModule } from '@fundamental-ngx/core/avatar';\nimport { AvatarGroupModule } from '@fundamental-ngx/core/avatar-group';\nimport { BarModule } from '@fundamental-ngx/core/bar';\nimport { BusyIndicatorModule } from '@fundamental-ngx/core/busy-indicator';\nimport { CardModule } from '@fundamental-ngx/core/card';\nimport { ObjectIdentifierModule } from '@fundamental-ngx/core/object-identifier';\nimport { MessageStripModule } from '@fundamental-ngx/core/message-strip';\nimport { ObjectMarkerModule } from '@fundamental-ngx/core/object-marker';\nimport { ObjectNumberModule } from '@fundamental-ngx/core/object-number';\nimport { RadioModule } from '@fundamental-ngx/core/radio';\nimport { TokenModule } from '@fundamental-ngx/core/token';\nimport { ToolbarModule } from '@fundamental-ngx/core/toolbar';\nimport { TitleModule } from '@fundamental-ngx/core/title';\nimport { QuickViewModule } from '@fundamental-ngx/core/quick-view';\nimport { PopoverModule } from '@fundamental-ngx/core/popover';\nimport { ProductSwitchModule } from '@fundamental-ngx/core/product-switch';\nimport { DynamicSideContentModule } from '@fundamental-ngx/core/dynamic-side-content';\nimport { InfoLabelModule } from '@fundamental-ngx/core/info-label';\nimport { InfiniteScrollModule } from '@fundamental-ngx/core/infinite-scroll';\nimport { DatePickerModule } from '@fundamental-ngx/core/date-picker';\nimport { ScrollSpyModule } from '@fundamental-ngx/core/scroll-spy';\nimport { TimePickerModule } from '@fundamental-ngx/core/time-picker';\nimport { SliderModule } from '@fundamental-ngx/core/slider';\nimport { TableModule } from '@fundamental-ngx/core/table';\nimport { SwitchModule } from '@fundamental-ngx/core/switch';\nimport { StatusIndicatorModule } from '@fundamental-ngx/core/status-indicator';\nimport { MessageToastModule } from '@fundamental-ngx/core/message-toast';\nimport { MultiInputModule } from '@fundamental-ngx/core/multi-input';\nimport { MessageBoxModule } from '@fundamental-ngx/core/message-box';\nimport { LayoutGridModule } from '@fundamental-ngx/core/layout-grid';\nimport { LayoutPanelModule } from '@fundamental-ngx/core/layout-panel';\nimport { NestedListModule } from '@fundamental-ngx/core/nested-list';\nimport { RatingIndicatorModule } from '@fundamental-ngx/core/rating-indicator';\nimport { SegmentedButtonModule } from '@fundamental-ngx/core/segmented-button';\nimport { StepInputModule } from '@fundamental-ngx/core/step-input';\nimport { GridListModule } from '@fundamental-ngx/core/grid-list';\nimport { IllustratedMessageModule } from '@fundamental-ngx/core/illustrated-message';\nimport { MenuModule } from '@fundamental-ngx/core/menu';\nimport { TabsModule } from '@fundamental-ngx/core/tabs';\nimport { ResizableCardLayoutModule } from '@fundamental-ngx/core/resizable-card-layout';\nimport { UploadCollectionModule } from '@fundamental-ngx/core/upload-collection';\nimport { SplitterModule } from '@fundamental-ngx/core/splitter';\nimport { PaginationModule } from '@fundamental-ngx/core/pagination';\nimport { SelectModule } from '@fundamental-ngx/core/select';\nimport { ShellbarModule } from '@fundamental-ngx/core/shellbar';\nimport { TreeModule } from '@fundamental-ngx/core/tree';\nimport { WizardModule } from '@fundamental-ngx/core/wizard';\nimport { SplitButtonModule } from '@fundamental-ngx/core/split-button';\nimport { SideNavigationModule } from '@fundamental-ngx/core/side-navigation';\nimport { MessagePageModule } from '@fundamental-ngx/core/message-page';\nimport { VerticalNavigationModule } from '@fundamental-ngx/core/vertical-navigation';\nimport { MicroProcessFlowModule } from '@fundamental-ngx/core/micro-process-flow';\nimport { TimelineModule } from '@fundamental-ngx/core/timeline';\nimport { ProgressIndicatorModule } from '@fundamental-ngx/core/progress-indicator';\nimport { ScrollbarModule } from '@fundamental-ngx/core/scrollbar';\nimport { ThemingModule } from '@fundamental-ngx/core/theming';\nimport { OverflowLayoutModule } from '@fundamental-ngx/core/overflow-layout';\n\n@NgModule({\n imports: [CommonModule, FormsModule],\n exports: [\n ActionBarModule,\n ActionSheetModule,\n AlertModule,\n AvatarModule,\n AvatarGroupModule,\n BarModule,\n BreadcrumbModule,\n BusyIndicatorModule,\n ButtonModule,\n CalendarModule,\n CardModule,\n CarouselModule,\n ComboboxModule,\n CheckboxModule,\n DatePickerModule,\n DatetimePickerModule,\n DragAndDropModule,\n DynamicPageModule,\n DynamicSideContentModule,\n FacetModule,\n FeedListItemModule,\n FeedInputModule,\n FileUploaderModule,\n FixedCardLayoutModule,\n FlexibleColumnLayoutModule,\n FormModule,\n FormattedTextModule,\n IconModule,\n InfoLabelModule,\n InlineHelpModule,\n InfiniteScrollModule,\n InputGroupModule,\n LayoutGridModule,\n LayoutPanelModule,\n LinkModule,\n ListModule,\n MenuModule,\n DialogModule,\n MessageBoxModule,\n MessageStripModule,\n MessageToastModule,\n MultiInputModule,\n NestedListModule,\n NotificationModule,\n ObjectIdentifierModule,\n ObjectMarkerModule,\n ObjectNumberModule,\n ObjectStatusModule,\n PaginationModule,\n PanelModule,\n ProductSwitchModule,\n PopoverModule,\n QuickViewModule,\n RatingIndicatorModule,\n RadioModule,\n ScrollSpyModule,\n SegmentedButtonModule,\n SelectModule,\n ShellbarModule,\n SideNavigationModule,\n SplitButtonModule,\n SwitchModule,\n StepInputModule,\n TableModule,\n TabsModule,\n TextModule,\n TileModule,\n TimeModule,\n TimePickerModule,\n TitleModule,\n ToolbarModule,\n TokenModule,\n TreeModule,\n WizardModule,\n CardModule,\n MessageBoxModule,\n MessageToastModule,\n DynamicSideContentModule,\n SliderModule,\n SplitterModule,\n OnlyDigitsModule,\n IllustratedMessageModule,\n StatusIndicatorModule,\n GridListModule,\n ResizableCardLayoutModule,\n MessagePageModule,\n VerticalNavigationModule,\n UploadCollectionModule,\n MicroProcessFlowModule,\n TimelineModule,\n ProgressIndicatorModule,\n ScrollbarModule,\n ThemingModule,\n OverflowLayoutModule\n ]\n})\nexport class FundamentalNgxCoreModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiMa,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,YAlGvB,YAAY,EAAE,WAAW,aAE/B,eAAe;QACf,iBAAiB;QACjB,WAAW;QACX,YAAY;QACZ,iBAAiB;QACjB,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,YAAY;QACZ,cAAc;QACd,UAAU;QACV,cAAc;QACd,cAAc;QACd,cAAc;QACd,gBAAgB;QAChB,oBAAoB;QACpB,iBAAiB;QACjB,iBAAiB;QACjB,wBAAwB;QACxB,WAAW;QACX,kBAAkB;QAClB,eAAe;QACf,kBAAkB;QAClB,qBAAqB;QACrB,0BAA0B;QAC1B,UAAU;QACV,mBAAmB;QACnB,UAAU;QACV,eAAe;QACf,gBAAgB;QAChB,oBAAoB;QACpB,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,UAAU;QACV,UAAU;QACV,UAAU;QACV,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,gBAAgB;QAChB,gBAAgB;QAChB,kBAAkB;QAClB,sBAAsB;QACtB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,gBAAgB;QAChB,WAAW;QACX,mBAAmB;QACnB,aAAa;QACb,eAAe;QACf,qBAAqB;QACrB,WAAW;QACX,eAAe;QACf,qBAAqB;QACrB,YAAY;QACZ,cAAc;QACd,oBAAoB;QACpB,iBAAiB;QACjB,YAAY;QACZ,eAAe;QACf,WAAW;QACX,UAAU;QACV,UAAU;QACV,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,WAAW;QACX,aAAa;QACb,WAAW;QACX,UAAU;QACV,YAAY;QACZ,UAAU;QACV,gBAAgB;QAChB,kBAAkB;QAClB,wBAAwB;QACxB,YAAY;QACZ,cAAc;QACd,gBAAgB;QAChB,wBAAwB;QACxB,qBAAqB;QACrB,cAAc;QACd,yBAAyB;QACzB,iBAAiB;QACjB,wBAAwB;QACxB,sBAAsB;QACtB,sBAAsB;QACtB,cAAc;QACd,uBAAuB;QACvB,eAAe;QACf,aAAa;QACb,oBAAoB;sHAGf,wBAAwB,YAlGxB,CAAC,YAAY,EAAE,WAAW,CAAC,EAEhC,eAAe;QACf,iBAAiB;QACjB,WAAW;QACX,YAAY;QACZ,iBAAiB;QACjB,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,YAAY;QACZ,cAAc;QACd,UAAU;QACV,cAAc;QACd,cAAc;QACd,cAAc;QACd,gBAAgB;QAChB,oBAAoB;QACpB,iBAAiB;QACjB,iBAAiB;QACjB,wBAAwB;QACxB,WAAW;QACX,kBAAkB;QAClB,eAAe;QACf,kBAAkB;QAClB,qBAAqB;QACrB,0BAA0B;QAC1B,UAAU;QACV,mBAAmB;QACnB,UAAU;QACV,eAAe;QACf,gBAAgB;QAChB,oBAAoB;QACpB,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,UAAU;QACV,UAAU;QACV,UAAU;QACV,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,gBAAgB;QAChB,gBAAgB;QAChB,kBAAkB;QAClB,sBAAsB;QACtB,kBAAkB;QAClB,kBAAkB;QAClB,kBAAkB;QAClB,gBAAgB;QAChB,WAAW;QACX,mBAAmB;QACnB,aAAa;QACb,eAAe;QACf,qBAAqB;QACrB,WAAW;QACX,eAAe;QACf,qBAAqB;QACrB,YAAY;QACZ,cAAc;QACd,oBAAoB;QACpB,iBAAiB;QACjB,YAAY;QACZ,eAAe;QACf,WAAW;QACX,UAAU;QACV,UAAU;QACV,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,WAAW;QACX,aAAa;QACb,WAAW;QACX,UAAU;QACV,YAAY;QACZ,UAAU;QACV,gBAAgB;QAChB,kBAAkB;QAClB,wBAAwB;QACxB,YAAY;QACZ,cAAc;QACd,gBAAgB;QAChB,wBAAwB;QACxB,qBAAqB;QACrB,cAAc;QACd,yBAAyB;QACzB,iBAAiB;QACjB,wBAAwB;QACxB,sBAAsB;QACtB,sBAAsB;QACtB,cAAc;QACd,uBAAuB;QACvB,eAAe;QACf,aAAa;QACb,oBAAoB;2FAGf,wBAAwB;kBAnGpC,QAAQ;mBAAC;oBACN,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,CAAC;oBACpC,OAAO,EAAE;wBACL,eAAe;wBACf,iBAAiB;wBACjB,WAAW;wBACX,YAAY;wBACZ,iBAAiB;wBACjB,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,YAAY;wBACZ,cAAc;wBACd,UAAU;wBACV,cAAc;wBACd,cAAc;wBACd,cAAc;wBACd,gBAAgB;wBAChB,oBAAoB;wBACpB,iBAAiB;wBACjB,iBAAiB;wBACjB,wBAAwB;wBACxB,WAAW;wBACX,kBAAkB;wBAClB,eAAe;wBACf,kBAAkB;wBAClB,qBAAqB;wBACrB,0BAA0B;wBAC1B,UAAU;wBACV,mBAAmB;wBACnB,UAAU;wBACV,eAAe;wBACf,gBAAgB;wBAChB,oBAAoB;wBACpB,gBAAgB;wBAChB,gBAAgB;wBAChB,iBAAiB;wBACjB,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,YAAY;wBACZ,gBAAgB;wBAChB,kBAAkB;wBAClB,kBAAkB;wBAClB,gBAAgB;wBAChB,gBAAgB;wBAChB,kBAAkB;wBAClB,sBAAsB;wBACtB,kBAAkB;wBAClB,kBAAkB;wBAClB,kBAAkB;wBAClB,gBAAgB;wBAChB,WAAW;wBACX,mBAAmB;wBACnB,aAAa;wBACb,eAAe;wBACf,qBAAqB;wBACrB,WAAW;wBACX,eAAe;wBACf,qBAAqB;wBACrB,YAAY;wBACZ,cAAc;wBACd,oBAAoB;wBACpB,iBAAiB;wBACjB,YAAY;wBACZ,eAAe;wBACf,WAAW;wBACX,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,WAAW;wBACX,aAAa;wBACb,WAAW;wBACX,UAAU;wBACV,YAAY;wBACZ,UAAU;wBACV,gBAAgB;wBAChB,kBAAkB;wBAClB,wBAAwB;wBACxB,YAAY;wBACZ,cAAc;wBACd,gBAAgB;wBAChB,wBAAwB;wBACxB,qBAAqB;wBACrB,cAAc;wBACd,yBAAyB;wBACzB,iBAAiB;wBACjB,wBAAwB;wBACxB,sBAAsB;wBACtB,sBAAsB;wBACtB,cAAc;wBACd,uBAAuB;wBACvB,eAAe;wBACf,aAAa;wBACb,oBAAoB;qBACvB;iBACJ;;;AChMD;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/file-uploader",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/fixed-card-layout",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/flexible-column-layout",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
package/form/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/form",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/formatted-text",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -89,8 +89,9 @@ import * as i87 from "@fundamental-ngx/core/timeline";
89
89
  import * as i88 from "@fundamental-ngx/core/progress-indicator";
90
90
  import * as i89 from "@fundamental-ngx/core/scrollbar";
91
91
  import * as i90 from "@fundamental-ngx/core/theming";
92
+ import * as i91 from "@fundamental-ngx/core/overflow-layout";
92
93
  export declare class FundamentalNgxCoreModule {
93
94
  static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalNgxCoreModule, never>;
94
- static ɵmod: i0.ɵɵNgModuleDeclaration<FundamentalNgxCoreModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], [typeof i3.ActionBarModule, typeof i4.ActionSheetModule, typeof i5.AlertModule, typeof i6.AvatarModule, typeof i7.AvatarGroupModule, typeof i8.BarModule, typeof i9.BreadcrumbModule, typeof i10.BusyIndicatorModule, typeof i11.ButtonModule, typeof i12.CalendarModule, typeof i13.CardModule, typeof i14.CarouselModule, typeof i15.ComboboxModule, typeof i16.CheckboxModule, typeof i17.DatePickerModule, typeof i18.DatetimePickerModule, typeof i19.DragAndDropModule, typeof i20.DynamicPageModule, typeof i21.DynamicSideContentModule, typeof i22.FacetModule, typeof i23.FeedListItemModule, typeof i24.FeedInputModule, typeof i25.FileUploaderModule, typeof i26.FixedCardLayoutModule, typeof i27.FlexibleColumnLayoutModule, typeof i28.FormModule, typeof i29.FormattedTextModule, typeof i30.IconModule, typeof i31.InfoLabelModule, typeof i32.InlineHelpModule, typeof i33.InfiniteScrollModule, typeof i34.InputGroupModule, typeof i35.LayoutGridModule, typeof i36.LayoutPanelModule, typeof i37.LinkModule, typeof i38.ListModule, typeof i39.MenuModule, typeof i40.DialogModule, typeof i41.MessageBoxModule, typeof i42.MessageStripModule, typeof i43.MessageToastModule, typeof i44.MultiInputModule, typeof i45.NestedListModule, typeof i46.NotificationModule, typeof i47.ObjectIdentifierModule, typeof i48.ObjectMarkerModule, typeof i49.ObjectNumberModule, typeof i50.ObjectStatusModule, typeof i51.PaginationModule, typeof i52.PanelModule, typeof i53.ProductSwitchModule, typeof i54.PopoverModule, typeof i55.QuickViewModule, typeof i56.RatingIndicatorModule, typeof i57.RadioModule, typeof i58.ScrollSpyModule, typeof i59.SegmentedButtonModule, typeof i60.SelectModule, typeof i61.ShellbarModule, typeof i62.SideNavigationModule, typeof i63.SplitButtonModule, typeof i64.SwitchModule, typeof i65.StepInputModule, typeof i66.TableModule, typeof i67.TabsModule, typeof i68.TextModule, typeof i69.TileModule, typeof i70.TimeModule, typeof i71.TimePickerModule, typeof i72.TitleModule, typeof i73.ToolbarModule, typeof i74.TokenModule, typeof i75.TreeModule, typeof i76.WizardModule, typeof i13.CardModule, typeof i41.MessageBoxModule, typeof i43.MessageToastModule, typeof i21.DynamicSideContentModule, typeof i77.SliderModule, typeof i78.SplitterModule, typeof i19.OnlyDigitsModule, typeof i79.IllustratedMessageModule, typeof i80.StatusIndicatorModule, typeof i81.GridListModule, typeof i82.ResizableCardLayoutModule, typeof i83.MessagePageModule, typeof i84.VerticalNavigationModule, typeof i85.UploadCollectionModule, typeof i86.MicroProcessFlowModule, typeof i87.TimelineModule, typeof i88.ProgressIndicatorModule, typeof i89.ScrollbarModule, typeof i90.ThemingModule]>;
95
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FundamentalNgxCoreModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], [typeof i3.ActionBarModule, typeof i4.ActionSheetModule, typeof i5.AlertModule, typeof i6.AvatarModule, typeof i7.AvatarGroupModule, typeof i8.BarModule, typeof i9.BreadcrumbModule, typeof i10.BusyIndicatorModule, typeof i11.ButtonModule, typeof i12.CalendarModule, typeof i13.CardModule, typeof i14.CarouselModule, typeof i15.ComboboxModule, typeof i16.CheckboxModule, typeof i17.DatePickerModule, typeof i18.DatetimePickerModule, typeof i19.DragAndDropModule, typeof i20.DynamicPageModule, typeof i21.DynamicSideContentModule, typeof i22.FacetModule, typeof i23.FeedListItemModule, typeof i24.FeedInputModule, typeof i25.FileUploaderModule, typeof i26.FixedCardLayoutModule, typeof i27.FlexibleColumnLayoutModule, typeof i28.FormModule, typeof i29.FormattedTextModule, typeof i30.IconModule, typeof i31.InfoLabelModule, typeof i32.InlineHelpModule, typeof i33.InfiniteScrollModule, typeof i34.InputGroupModule, typeof i35.LayoutGridModule, typeof i36.LayoutPanelModule, typeof i37.LinkModule, typeof i38.ListModule, typeof i39.MenuModule, typeof i40.DialogModule, typeof i41.MessageBoxModule, typeof i42.MessageStripModule, typeof i43.MessageToastModule, typeof i44.MultiInputModule, typeof i45.NestedListModule, typeof i46.NotificationModule, typeof i47.ObjectIdentifierModule, typeof i48.ObjectMarkerModule, typeof i49.ObjectNumberModule, typeof i50.ObjectStatusModule, typeof i51.PaginationModule, typeof i52.PanelModule, typeof i53.ProductSwitchModule, typeof i54.PopoverModule, typeof i55.QuickViewModule, typeof i56.RatingIndicatorModule, typeof i57.RadioModule, typeof i58.ScrollSpyModule, typeof i59.SegmentedButtonModule, typeof i60.SelectModule, typeof i61.ShellbarModule, typeof i62.SideNavigationModule, typeof i63.SplitButtonModule, typeof i64.SwitchModule, typeof i65.StepInputModule, typeof i66.TableModule, typeof i67.TabsModule, typeof i68.TextModule, typeof i69.TileModule, typeof i70.TimeModule, typeof i71.TimePickerModule, typeof i72.TitleModule, typeof i73.ToolbarModule, typeof i74.TokenModule, typeof i75.TreeModule, typeof i76.WizardModule, typeof i13.CardModule, typeof i41.MessageBoxModule, typeof i43.MessageToastModule, typeof i21.DynamicSideContentModule, typeof i77.SliderModule, typeof i78.SplitterModule, typeof i19.OnlyDigitsModule, typeof i79.IllustratedMessageModule, typeof i80.StatusIndicatorModule, typeof i81.GridListModule, typeof i82.ResizableCardLayoutModule, typeof i83.MessagePageModule, typeof i84.VerticalNavigationModule, typeof i85.UploadCollectionModule, typeof i86.MicroProcessFlowModule, typeof i87.TimelineModule, typeof i88.ProgressIndicatorModule, typeof i89.ScrollbarModule, typeof i90.ThemingModule, typeof i91.OverflowLayoutModule]>;
95
96
  static ɵinj: i0.ɵɵInjectorDeclaration<FundamentalNgxCoreModule>;
96
97
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/grid-list",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
package/icon/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/icon",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/illustrated-message",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/infinite-scroll",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/info-label",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/inline-help",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/input-group",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/layout-grid",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/layout-panel",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
package/link/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/link",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
package/list/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/list",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
package/menu/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/menu",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/message-box",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/message-strip",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/message-toast",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/micro-process-flow",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/mobile-mode",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/multi-input",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/nested-list",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/notification",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/object-identifier",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/object-marker",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/object-number",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core/object-status",
3
- "version": "0.35.1",
3
+ "version": "0.35.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0"
@@ -0,0 +1,7 @@
1
+ # core-overflow-layout
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test core-overflow-layout` to execute the unit tests.
@@ -0,0 +1,15 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { OverflowExpand, OverflowExpandDirectiveContext } from '../interfaces/overflow-expand.interface';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Structural directive which is responsible for rendering the "More" button and handling further logic.
6
+ */
7
+ export declare class OverflowExpandDirective implements OverflowExpand {
8
+ templateRef: TemplateRef<OverflowExpandDirectiveContext>;
9
+ /** @hidden */
10
+ static ngTemplateContextGuard(dir: OverflowExpandDirective, ctx: OverflowExpandDirectiveContext): ctx is OverflowExpandDirectiveContext;
11
+ /** @hidden */
12
+ constructor(templateRef: TemplateRef<OverflowExpandDirectiveContext>);
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverflowExpandDirective, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowExpandDirective, "[fdOverflowExpand]", never, {}, {}, never>;
15
+ }
@@ -0,0 +1,25 @@
1
+ import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive to hide component without actual destroying of the component instance.
5
+ */
6
+ export declare class OverflowItemContainerRefDirective {
7
+ private _templateRef;
8
+ private _viewContainerRef;
9
+ private _elmRef;
10
+ /** @hidden */
11
+ private _viewRef;
12
+ /** @hidden */
13
+ private _detached;
14
+ /** @hidden */
15
+ private _hidden;
16
+ /**
17
+ * Shows or hides element without destroying the view itself.
18
+ * @param value
19
+ */
20
+ set hidden(value: boolean);
21
+ /** @hidden */
22
+ constructor(_templateRef: TemplateRef<any>, _viewContainerRef: ViewContainerRef, _elmRef: ElementRef);
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverflowItemContainerRefDirective, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowItemContainerRefDirective, "[fdOverflowItemContainerRef]", never, {}, {}, never>;
25
+ }
@@ -0,0 +1,42 @@
1
+ import { ElementRef, TemplateRef } from '@angular/core';
2
+ import { OverflowItemDirectiveContext, OverflowItemRef } from '../interfaces/overflow-item-ref.interface';
3
+ import { OverflowItem } from '../interfaces/overflow-item.interface';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Structural directive which is used to pass the context of the item to the template engine.
7
+ */
8
+ export declare class OverflowItemRefDirective implements OverflowItemRef {
9
+ templateRef: TemplateRef<OverflowItemDirectiveContext>;
10
+ /**
11
+ * Element ref of the `fdOverflowLayoutItem` directive.
12
+ */
13
+ elementRef: ElementRef<HTMLElement>;
14
+ /**
15
+ * `fdOverflowLayoutItem` directive.
16
+ */
17
+ overflowItem: OverflowItem;
18
+ /**
19
+ * Whether the item is hidden.
20
+ */
21
+ hidden: boolean;
22
+ /**
23
+ * Index of the item in the array of Overflow Layout Component's items.
24
+ */
25
+ index: number;
26
+ /** @hidden */
27
+ static ngTemplateContextGuard(dir: OverflowItemRefDirective, ctx: OverflowItemDirectiveContext): ctx is OverflowItemDirectiveContext;
28
+ /** @hidden */
29
+ constructor(templateRef: TemplateRef<OverflowItemDirectiveContext>);
30
+ /**
31
+ * Sets the element reference of the `fdOverflowLayoutItem` directive.`
32
+ * @param elmRef
33
+ */
34
+ setElementRef(elmRef: ElementRef): void;
35
+ /**
36
+ * Sets the `fdOverflowLayoutItem` directive.
37
+ * @param item
38
+ */
39
+ setOverflowItem(item: OverflowItem): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverflowItemRefDirective, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowItemRefDirective, "[fdOverflowItemRef]", never, {}, {}, never>;
42
+ }