@alauda/ui 6.4.2-beta.7 → 6.4.2

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 (200) hide show
  1. package/autocomplete/autocomplete.module.d.ts +4 -5
  2. package/button/button.component.d.ts +0 -1
  3. package/card/helper-directives.d.ts +2 -1
  4. package/checkbox/checkbox.component.d.ts +2 -2
  5. package/dialog/confirm-dialog/confirm-dialog-config.d.ts +2 -1
  6. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +2 -0
  7. package/dropdown/dropdown.directive.d.ts +0 -1
  8. package/esm2020/accordion/accordion-item/accordion-item.component.mjs +9 -9
  9. package/esm2020/accordion/accordion.component.mjs +3 -3
  10. package/esm2020/accordion/accordion.module.mjs +4 -4
  11. package/esm2020/anchor/anchor.component.mjs +6 -6
  12. package/esm2020/anchor/anchor.directive.mjs +9 -9
  13. package/esm2020/anchor/anchor.module.mjs +4 -4
  14. package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
  15. package/esm2020/autocomplete/autocomplete.component.mjs +4 -4
  16. package/esm2020/autocomplete/autocomplete.directive.mjs +13 -8
  17. package/esm2020/autocomplete/autocomplete.module.mjs +6 -9
  18. package/esm2020/autocomplete/helper-directives.mjs +3 -3
  19. package/esm2020/autocomplete/suggestion/suggestion.component.mjs +5 -6
  20. package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
  21. package/esm2020/back-top/back-top.component.mjs +3 -3
  22. package/esm2020/back-top/back-top.module.mjs +4 -4
  23. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
  24. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  25. package/esm2020/breadcrumb/breadcrumb.module.mjs +4 -4
  26. package/esm2020/button/button-group/button-group.component.mjs +3 -3
  27. package/esm2020/button/button.component.mjs +6 -13
  28. package/esm2020/button/button.module.mjs +4 -4
  29. package/esm2020/card/card.component.mjs +4 -4
  30. package/esm2020/card/card.module.mjs +4 -4
  31. package/esm2020/card/helper-directives.mjs +18 -12
  32. package/esm2020/card/section.component.mjs +4 -4
  33. package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  34. package/esm2020/checkbox/checkbox.component.mjs +10 -13
  35. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  36. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  37. package/esm2020/color-picker/color-picker.module.mjs +4 -4
  38. package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +3 -3
  39. package/esm2020/date-picker/calendar/footer/component.mjs +3 -3
  40. package/esm2020/date-picker/calendar/header/component.mjs +3 -3
  41. package/esm2020/date-picker/calendar/panel/picker-panel.mjs +3 -3
  42. package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +3 -3
  43. package/esm2020/date-picker/date-picker/date-picker.component.mjs +3 -3
  44. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  45. package/esm2020/date-picker/range-picker/range-picker.component.mjs +3 -3
  46. package/esm2020/date-picker/trigger/trigger.component.mjs +3 -3
  47. package/esm2020/dialog/confirm-dialog/confirm-dialog-config.mjs +1 -1
  48. package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +8 -6
  49. package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
  50. package/esm2020/dialog/dialog-content/dialog-content.component.mjs +3 -3
  51. package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +3 -3
  52. package/esm2020/dialog/dialog-content/dialog-header.component.mjs +3 -3
  53. package/esm2020/dialog/dialog.component.mjs +5 -5
  54. package/esm2020/dialog/dialog.module.mjs +4 -4
  55. package/esm2020/dialog/dialog.service.mjs +3 -3
  56. package/esm2020/drawer/component/drawer.component.mjs +3 -3
  57. package/esm2020/drawer/component/helper-directives.mjs +9 -9
  58. package/esm2020/drawer/drawer.module.mjs +4 -4
  59. package/esm2020/drawer/drawer.service.mjs +3 -3
  60. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  61. package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
  62. package/esm2020/dropdown/dropdown.directive.mjs +6 -14
  63. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  64. package/esm2020/dropdown/helper-directives.mjs +3 -3
  65. package/esm2020/dropdown/menu/menu-content.directive.mjs +3 -3
  66. package/esm2020/dropdown/menu/menu.component.mjs +3 -3
  67. package/esm2020/dropdown/menu-group/menu-group.component.mjs +3 -3
  68. package/esm2020/dropdown/menu-item/menu-item.component.mjs +3 -3
  69. package/esm2020/dropdown/submenu/submenu.component.mjs +3 -3
  70. package/esm2020/form/common-form.mjs +7 -16
  71. package/esm2020/form/form-item/form-item.component.mjs +3 -3
  72. package/esm2020/form/form.directive.mjs +3 -3
  73. package/esm2020/form/form.module.mjs +4 -4
  74. package/esm2020/form/helper-directives.mjs +15 -15
  75. package/esm2020/i18n/i18n.module.mjs +4 -4
  76. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  77. package/esm2020/i18n/i18n.service.mjs +3 -3
  78. package/esm2020/icon/icon-register.service.mjs +3 -3
  79. package/esm2020/icon/icon.component.mjs +5 -8
  80. package/esm2020/icon/icon.module.mjs +4 -4
  81. package/esm2020/inline-alert/helper-directives.mjs +3 -3
  82. package/esm2020/inline-alert/inline-alert.component.mjs +3 -3
  83. package/esm2020/inline-alert/inline-alert.module.mjs +4 -4
  84. package/esm2020/input/autosize.directive.mjs +3 -3
  85. package/esm2020/input/helper-directives.mjs +12 -12
  86. package/esm2020/input/input-group/input-group.component.mjs +3 -3
  87. package/esm2020/input/input.component.mjs +6 -15
  88. package/esm2020/input/input.module.mjs +4 -4
  89. package/esm2020/input/number-input/number-input.component.mjs +3 -3
  90. package/esm2020/input/search/search.component.mjs +3 -3
  91. package/esm2020/input/tags-input/tags-input.component.mjs +9 -9
  92. package/esm2020/message/message-wrapper.component.mjs +3 -3
  93. package/esm2020/message/message.component.mjs +3 -3
  94. package/esm2020/message/message.module.mjs +4 -4
  95. package/esm2020/message/message.service.mjs +3 -3
  96. package/esm2020/notification/notification-wrapper.component.mjs +3 -3
  97. package/esm2020/notification/notification.component.mjs +5 -5
  98. package/esm2020/notification/notification.module.mjs +4 -4
  99. package/esm2020/notification/notification.service.mjs +3 -3
  100. package/esm2020/paginator/paginator-intl.mjs +3 -3
  101. package/esm2020/paginator/paginator.component.mjs +4 -4
  102. package/esm2020/paginator/paginator.module.mjs +4 -4
  103. package/esm2020/radio/base-radio.mjs +5 -11
  104. package/esm2020/radio/radio-button/radio-button.component.mjs +3 -3
  105. package/esm2020/radio/radio-group/radio-group.component.mjs +3 -3
  106. package/esm2020/radio/radio.component.mjs +3 -3
  107. package/esm2020/radio/radio.module.mjs +4 -4
  108. package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
  109. package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +3 -3
  110. package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +3 -3
  111. package/esm2020/scrolling/scrolling.module.mjs +4 -4
  112. package/esm2020/scrolling/virtual-for-of.directive.mjs +3 -3
  113. package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +3 -3
  114. package/esm2020/select/base-select.mjs +3 -3
  115. package/esm2020/select/helper-directives.mjs +6 -6
  116. package/esm2020/select/multi-select/multi-select.component.mjs +9 -9
  117. package/esm2020/select/option/option.component.mjs +5 -11
  118. package/esm2020/select/option-group/option-group.component.mjs +3 -3
  119. package/esm2020/select/option-placeholder.component.mjs +3 -3
  120. package/esm2020/select/select.component.mjs +6 -6
  121. package/esm2020/select/select.module.mjs +4 -4
  122. package/esm2020/select/validators.mjs +3 -3
  123. package/esm2020/shared/click-outside.directive.mjs +3 -3
  124. package/esm2020/shared/shared.module.mjs +4 -4
  125. package/esm2020/sort/sort-header.component.mjs +3 -3
  126. package/esm2020/sort/sort.directive.mjs +3 -3
  127. package/esm2020/sort/sort.module.mjs +4 -4
  128. package/esm2020/status-bar/status-bar.component.mjs +3 -3
  129. package/esm2020/status-bar/status-bar.module.mjs +4 -4
  130. package/esm2020/steps/steps.component.mjs +3 -3
  131. package/esm2020/steps/steps.module.mjs +4 -4
  132. package/esm2020/switch/switch.component.mjs +3 -3
  133. package/esm2020/switch/switch.module.mjs +4 -4
  134. package/esm2020/table/table-cell-def.directive.mjs +3 -3
  135. package/esm2020/table/table-cell.component.mjs +6 -6
  136. package/esm2020/table/table-cell.directive.mjs +10 -6
  137. package/esm2020/table/table-column-def.directive.mjs +3 -3
  138. package/esm2020/table/table-header-cell-def.directive.mjs +3 -3
  139. package/esm2020/table/table-header-cell.directive.mjs +3 -3
  140. package/esm2020/table/table-header-row-def.directive.mjs +3 -3
  141. package/esm2020/table/table-header-row.component.mjs +3 -3
  142. package/esm2020/table/table-placeholder.directive.mjs +6 -6
  143. package/esm2020/table/table-row-def.directive.mjs +3 -3
  144. package/esm2020/table/table-row.component.mjs +3 -3
  145. package/esm2020/table/table-scroll.directive.mjs +17 -9
  146. package/esm2020/table/table.component.mjs +5 -5
  147. package/esm2020/table/table.module.mjs +4 -4
  148. package/esm2020/table-of-contents/table-of-contents.module.mjs +4 -4
  149. package/esm2020/table-of-contents/toc-container.directive.mjs +3 -3
  150. package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
  151. package/esm2020/table-of-contents/toc-link.directive.mjs +3 -3
  152. package/esm2020/tabs/tab-body.component.mjs +21 -21
  153. package/esm2020/tabs/tab-context.service.mjs +3 -3
  154. package/esm2020/tabs/tab-group.component.mjs +3 -3
  155. package/esm2020/tabs/tab-header-active-indicator.component.mjs +3 -3
  156. package/esm2020/tabs/tab-header.component.mjs +3 -3
  157. package/esm2020/tabs/tab.component.mjs +3 -3
  158. package/esm2020/tabs/tabs.module.mjs +4 -4
  159. package/esm2020/tag/check-tag/check-tag.component.mjs +4 -4
  160. package/esm2020/tag/tag.component.mjs +3 -3
  161. package/esm2020/tag/tag.module.mjs +4 -4
  162. package/esm2020/theme/theme.module.mjs +4 -4
  163. package/esm2020/theme/theme.pipe.mjs +12 -12
  164. package/esm2020/theme/theme.service.mjs +3 -3
  165. package/esm2020/time-picker/component.mjs +3 -3
  166. package/esm2020/time-picker/panel/panel.component.mjs +9 -9
  167. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  168. package/esm2020/tooltip/base-tooltip.mjs +3 -3
  169. package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
  170. package/esm2020/tooltip/tooltip-copy.directive.mjs +3 -3
  171. package/esm2020/tooltip/tooltip-intl.mjs +3 -3
  172. package/esm2020/tooltip/tooltip.component.mjs +3 -3
  173. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  174. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  175. package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
  176. package/esm2020/tree-select/tree-select.component.mjs +11 -11
  177. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  178. package/esm2020/utils/fn.mjs +2 -10
  179. package/esm2020/utils/index.mjs +1 -2
  180. package/esm2020/utils/operators.mjs +15 -12
  181. package/fesm2015/alauda-ui.mjs +747 -810
  182. package/fesm2015/alauda-ui.mjs.map +1 -1
  183. package/fesm2020/alauda-ui.mjs +747 -810
  184. package/fesm2020/alauda-ui.mjs.map +1 -1
  185. package/form/common-form.d.ts +2 -4
  186. package/input/input.component.d.ts +0 -1
  187. package/input/tags-input/tags-input.component.d.ts +1 -1
  188. package/package.json +1 -1
  189. package/radio/base-radio.d.ts +0 -1
  190. package/select/multi-select/multi-select.component.d.ts +1 -1
  191. package/select/option/option.component.d.ts +0 -1
  192. package/table/table-cell.directive.d.ts +2 -1
  193. package/table/table-scroll.directive.d.ts +2 -1
  194. package/theme/_mixin.scss +4 -0
  195. package/time-picker/panel/panel.component.d.ts +1 -1
  196. package/utils/fn.d.ts +1 -1
  197. package/utils/index.d.ts +0 -1
  198. package/utils/operators.d.ts +7 -8
  199. package/esm2020/utils/e2e-attribute-binding.directive.mjs +0 -34
  200. package/utils/e2e-attribute-binding.directive.d.ts +0 -10
@@ -75,9 +75,9 @@ export class FixedSizeTableVirtualScrollStrategy {
75
75
  this._indexChange.next(newIndex);
76
76
  }
77
77
  }
78
- FixedSizeTableVirtualScrollStrategy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
79
- FixedSizeTableVirtualScrollStrategy.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy, decorators: [{
78
+ FixedSizeTableVirtualScrollStrategy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
79
+ FixedSizeTableVirtualScrollStrategy.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeTableVirtualScrollStrategy, decorators: [{
81
81
  type: Injectable
82
82
  }] });
83
83
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZml4ZWQtc2l6ZS10YWJsZS12aXJ0dWFsLXNjcm9sbC1zdHJhdGVneS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zY3JvbGxpbmcvZml4ZWQtc2l6ZS10YWJsZS12aXJ0dWFsLXNjcm9sbC1zdHJhdGVneS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxlQUFlLEVBQUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUd0RSxNQUFNLE9BQU8sbUNBQW1DO0lBRGhEO1FBSVUsZUFBVSxHQUFHLEVBQUUsQ0FBQztRQUNoQixrQkFBYSxHQUFHLEVBQUUsQ0FBQztRQUNuQixnQkFBVyxHQUFHLEVBQUUsQ0FBQztRQUNSLGlCQUFZLEdBQUcsSUFBSSxPQUFPLEVBQVUsQ0FBQztRQUd0RCx3QkFBbUIsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxvQkFBb0IsRUFBRSxDQUFDLENBQUM7UUFDckUsaUJBQVksR0FBRyxJQUFJLE9BQU8sRUFBVSxDQUFDO1FBRXJDLHdCQUFtQixHQUFHLElBQUksZUFBZSxDQUFZLEVBQUUsS0FBSyxFQUFFLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQWFuRSxnQkFBVyxHQUFHLENBQUMsQ0FBQztLQXdFekI7SUFuRkMsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFJLFVBQVUsQ0FBQyxLQUFhO1FBQzFCLElBQUksS0FBSyxLQUFLLElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDOUIsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7WUFDekIsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7U0FDNUI7SUFDSCxDQUFDO0lBSUQsTUFBTSxDQUFDLFFBQWtDO1FBQ3ZDLElB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bUNBQW1DOzJGQUFuQyxtQ0FBbUM7a0JBRC9DLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMaXN0UmFuZ2UgfSBmcm9tICdAYW5ndWxhci9jZGsvY29sbGVjdGlvbnMnO1xuaW1wb3J0IHtcbiAgQ2RrVmlydHVhbFNjcm9sbFZpZXdwb3J0LFxuICBWaXJ0dWFsU2Nyb2xsU3RyYXRlZ3ksXG59IGZyb20gJ0Bhbmd1bGFyL2Nkay9zY3JvbGxpbmcnO1xuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBTdWJqZWN0LCBkaXN0aW5jdFVudGlsQ2hhbmdlZCB9IGZyb20gJ3J4anMnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRml4ZWRTaXplVGFibGVWaXJ0dWFsU2Nyb2xsU3RyYXRlZ3lcbiAgaW1wbGVtZW50cyBWaXJ0dWFsU2Nyb2xsU3RyYXRlZ3lcbntcbiAgcHJpdmF0ZSBfcm93SGVpZ2h0ID0gNDI7XG4gIHByaXZhdGUgX2hlYWRlckhlaWdodCA9IDQyO1xuICBwcml2YXRlIF9idWZmZXJTaXplID0gMTA7XG4gIHByaXZhdGUgcmVhZG9ubHkgX2luZGV4Q2hhbmdlID0gbmV3IFN1YmplY3Q8bnVtYmVyPigpO1xuICB2aWV3cG9ydDogQ2RrVmlydHVhbFNjcm9sbFZpZXdwb3J0O1xuXG4gIHNjcm9sbGVkSW5kZXhDaGFuZ2UgPSB0aGlzLl9pbmRleENoYW5nZS5waXBlKGRpc3RpbmN0VW50aWxDaGFuZ2VkKCkpO1xuICBzdGlja3lDaGFuZ2UgPSBuZXcgU3ViamVjdDxudW1iZXI+KCk7XG5cbiAgcmVuZGVyZWRSYW5nZVN0cmVhbSA9IG5ldyBCZWhhdmlvclN1YmplY3Q8TGlzdFJhbmdlPih7IHN0YXJ0OiAwLCBlbmQ6IDAgfSk7XG5cbiAgZ2V0IGRhdGFMZW5ndGgoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fZGF0YUxlbmd0aDtcbiAgfVxuXG4gIHNldCBkYXRhTGVuZ3RoKHZhbHVlOiBudW1iZXIpIHtcbiAgICBpZiAodmFsdWUgIT09IHRoaXMuX2RhdGFMZW5ndGgpIHtcbiAgICAgIHRoaXMuX2RhdGFMZW5ndGggPSB2YWx1ZTtcbiAgICAgIHRoaXMub25EYXRhTGVuZ3RoQ2hhbmdlZCgpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgX2RhdGFMZW5ndGggPSAwO1xuXG4gIGF0dGFjaCh2aWV3cG9ydDogQ2RrVmlydHVhbFNjcm9sbFZpZXdwb3J0KTogdm9pZCB7XG4gICAgdGhpcy52aWV3cG9ydCA9IHZpZXdwb3J0O1xuICAgIHRoaXMudmlld3BvcnQucmVuZGVyZWRSYW5nZVN0cmVhbS5zdWJzY3JpYmUodGhpcy5yZW5kZXJlZFJhbmdlU3RyZWFtKTtcbiAgICB0aGlzLm9uRGF0YUxlbmd0aENoYW5nZWQoKTtcbiAgfVxuXG4gIGRldGFjaCgpOiB2b2lkIHtcbiAgICB0aGlzLl9pbmRleENoYW5nZS5jb21wbGV0ZSgpO1xuICAgIHRoaXMucmVuZGVyZWRSYW5nZVN0cmVhbS5jb21wbGV0ZSgpO1xuICAgIHRoaXMuc3RpY2t5Q2hhbmdlLmNvbXBsZXRlKCk7XG4gIH1cblxuICBvbkNvbnRlbnRTY3JvbGxlZCgpOiB2b2lkIHtcbiAgICB0aGlzLl91cGRhdGVDb250ZW50KCk7XG4gIH1cblxuICBvbkRhdGFMZW5ndGhDaGFuZ2VkKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLnZpZXdwb3J0KSB7XG4gICAgICB0aGlzLnZpZXdwb3J0LnNldFRvdGFsQ29udGVudFNpemUodGhpcy5fcm93SGVpZ2h0ICogdGhpcy5kYXRhTGVuZ3RoKTtcbiAgICB9XG4gICAgdGhpcy5fdXBkYXRlQ29udGVudCgpO1xuICB9XG5cbiAgb25Db250ZW50UmVuZGVyZWQoKTogdm9pZCB7XG4gICAgLy8gbm8tb3BcbiAgfVxuXG4gIG9uUmVuZGVyZWRPZmZzZXRDaGFuZ2VkKCk6IHZvaWQge1xuICAgIC8vIG5vLW9wXG4gIH1cblxuICBzY3JvbGxUb0luZGV4KGluZGV4OiBudW1iZXIsIGJlaGF2aW9yOiBTY3JvbGxCZWhhdmlvcik6IHZvaWQge1xuICAgIGlmICghdGhpcy52aWV3cG9ydCB8fCAhdGhpcy5fcm93SGVpZ2h0KSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIHRoaXMudmlld3BvcnQuc2Nyb2xsVG9PZmZzZXQoXG4gICAgICAoaW5kZXggLSAxKSAqIHRoaXMuX3Jvd0hlaWdodCArIHRoaXMuX2hlYWRlckhlaWdodCxcbiAgICAgIGJlaGF2aW9yLFxuICAgICk7XG4gIH1cblxuICBzZXRDb25maWcocm93SGVpZ2h0OiBudW1iZXIsIGhlYWRlckhlaWdodDogbnVtYmVyLCBidWZmZXJTaXplOiBudW1iZXIpIHtcbiAgICB0aGlzLl9yb3dIZWlnaHQgPSByb3dIZWlnaHQ7XG4gICAgdGhpcy5faGVhZGVySGVpZ2h0ID0gaGVhZGVySGVpZ2h0O1xuICAgIHRoaXMuX2J1ZmZlclNpemUgPSBidWZmZXJTaXplO1xuICAgIHRoaXMub25EYXRhTGVuZ3RoQ2hhbmdlZCgpO1xuICB9XG5cbiAgcHJpdmF0ZSBfdXBkYXRlQ29udGVudCgpIHtcbiAgICBpZiAoIXRoaXMudmlld3BvcnQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgY29uc3QgbmV3SW5kZXggPVxuICAgICAgTWF0aC5yb3VuZChcbiAgICAgICAgKHRoaXMudmlld3BvcnQubWVhc3VyZVNjcm9sbE9mZnNldCgpIC0gdGhpcy5faGVhZGVySGVpZ2h0KSAvXG4gICAgICAgICAgdGhpcy5fcm93SGVpZ2h0LFxuICAgICAgKSArIDE7XG4gICAgY29uc3Qgc3RhcnQgPSBNYXRoLm1heCgwLCBuZXdJbmRleCAtIHRoaXMuX2J1ZmZlclNpemUpO1xuICAgIGNvbnN0IGVuZCA9IE1hdGgubWluKFxuICAgICAgdGhpcy5fZGF0YUxlbmd0aCxcbiAgICAgIG5ld0luZGV4ICtcbiAgICAgICAgTWF0aC5jZWlsKHRoaXMudmlld3BvcnQuZ2V0Vmlld3BvcnRTaXplKCkgLyB0aGlzLl9yb3dIZWlnaHQpICtcbiAgICAgICAgdGhpcy5fYnVmZmVyU2l6ZSxcbiAgICApO1xuICAgIGNvbnN0IHJlbmRlcmVkT2Zmc2V0ID0gc3RhcnQgKiB0aGlzLl9yb3dIZWlnaHQ7XG4gICAgdGhpcy52aWV3cG9ydC5zZXRSZW5kZXJlZENvbnRlbnRPZmZzZXQocmVuZGVyZWRPZmZzZXQpO1xuICAgIHRoaXMudmlld3BvcnQuc2V0UmVuZGVyZWRSYW5nZSh7IHN0YXJ0LCBlbmQgfSk7XG4gICAgdGhpcy5zdGlja3lDaGFuZ2UubmV4dChyZW5kZXJlZE9mZnNldCk7XG4gICAgdGhpcy5faW5kZXhDaGFuZ2UubmV4dChuZXdJbmRleCk7XG4gIH1cbn1cbiJdfQ==
@@ -84,15 +84,15 @@ export class FixedSizeTableVirtualScrollDirective {
84
84
  });
85
85
  }
86
86
  }
87
- FixedSizeTableVirtualScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeTableVirtualScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
88
- FixedSizeTableVirtualScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: FixedSizeTableVirtualScrollDirective, selector: "aui-virtual-scroll-viewport[fixedSize]", inputs: { rowHeight: "rowHeight", headerHeight: "headerHeight", buffer: "buffer", dataSource: "dataSource" }, providers: [
87
+ FixedSizeTableVirtualScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeTableVirtualScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
88
+ FixedSizeTableVirtualScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: FixedSizeTableVirtualScrollDirective, selector: "aui-virtual-scroll-viewport[fixedSize]", inputs: { rowHeight: "rowHeight", headerHeight: "headerHeight", buffer: "buffer", dataSource: "dataSource" }, providers: [
89
89
  {
90
90
  provide: VIRTUAL_SCROLL_STRATEGY,
91
91
  useFactory: _tableVirtualScrollDirectiveStrategyFactory,
92
92
  deps: [forwardRef(() => FixedSizeTableVirtualScrollDirective)],
93
93
  },
94
94
  ], queries: [{ propertyName: "table", first: true, predicate: TableComponent, descendants: true }], exportAs: ["viewPort"], usesOnChanges: true, ngImport: i0 });
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeTableVirtualScrollDirective, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeTableVirtualScrollDirective, decorators: [{
96
96
  type: Directive,
97
97
  args: [{
98
98
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { Directive, forwardRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export class FixedSizeVirtualScrollDirective extends CdkFixedSizeVirtualScroll {
5
5
  }
6
- FixedSizeVirtualScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeVirtualScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7
- FixedSizeVirtualScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: FixedSizeVirtualScrollDirective, selector: "aui-virtual-scroll-viewport[itemSize]", providers: [
6
+ FixedSizeVirtualScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeVirtualScrollDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7
+ FixedSizeVirtualScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: FixedSizeVirtualScrollDirective, selector: "aui-virtual-scroll-viewport[itemSize]", providers: [
8
8
  {
9
9
  provide: VIRTUAL_SCROLL_STRATEGY,
10
10
  useFactory: _fixedSizeVirtualScrollStrategyFactory,
11
11
  deps: [forwardRef(() => FixedSizeVirtualScrollDirective)],
12
12
  },
13
13
  ], usesInheritance: true, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: FixedSizeVirtualScrollDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FixedSizeVirtualScrollDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -13,14 +13,14 @@ const EXPORTABLE_DIRECTIVES = [
13
13
  const EXPORTABLE = [...EXPORTABLE_COMPONENTS, ...EXPORTABLE_DIRECTIVES];
14
14
  export class ScrollingModule {
15
15
  }
16
- ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ScrollingModule, declarations: [VirtualScrollViewportComponent, FixedSizeTableVirtualScrollDirective,
16
+ ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollingModule, declarations: [VirtualScrollViewportComponent, FixedSizeTableVirtualScrollDirective,
18
18
  FixedSizeVirtualScrollDirective,
19
19
  VirtualForOfDirective], exports: [VirtualScrollViewportComponent, FixedSizeTableVirtualScrollDirective,
20
20
  FixedSizeVirtualScrollDirective,
21
21
  VirtualForOfDirective] });
22
- ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ScrollingModule });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ScrollingModule, decorators: [{
22
+ ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollingModule });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollingModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: EXPORTABLE,
@@ -15,9 +15,9 @@ export class VirtualForOfDirective extends CdkVirtualForOf {
15
15
  this.cdkVirtualForTemplateCacheSize = size;
16
16
  }
17
17
  }
18
- VirtualForOfDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: VirtualForOfDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
- VirtualForOfDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: VirtualForOfDirective, selector: "[auiVirtualFor][auiVirtualForOf]", inputs: { auiVirtualForOf: "auiVirtualForOf", auiVirtualForTrackBy: "auiVirtualForTrackBy", auiVirtualForTemplate: "auiVirtualForTemplate", auiVirtualForTemplateCacheSize: "auiVirtualForTemplateCacheSize" }, usesInheritance: true, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: VirtualForOfDirective, decorators: [{
18
+ VirtualForOfDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: VirtualForOfDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
+ VirtualForOfDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: VirtualForOfDirective, selector: "[auiVirtualFor][auiVirtualForOf]", inputs: { auiVirtualForOf: "auiVirtualForOf", auiVirtualForTrackBy: "auiVirtualForTrackBy", auiVirtualForTemplate: "auiVirtualForTemplate", auiVirtualForTemplateCacheSize: "auiVirtualForTemplateCacheSize" }, usesInheritance: true, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: VirtualForOfDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[auiVirtualFor][auiVirtualForOf]',
@@ -3,14 +3,14 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation, } from '@angular
3
3
  import * as i0 from "@angular/core";
4
4
  export class VirtualScrollViewportComponent extends CdkVirtualScrollViewport {
5
5
  }
6
- VirtualScrollViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: VirtualScrollViewportComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- VirtualScrollViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: VirtualScrollViewportComponent, selector: "aui-virtual-scroll-viewport", host: { properties: { "class.aui-virtual-scroll-orientation-horizontal": "orientation === \"horizontal\"", "class.aui-virtual-scroll-orientation-vertical": "orientation !== \"horizontal\"" }, classAttribute: "aui-virtual-scroll-viewport" }, providers: [
6
+ VirtualScrollViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: VirtualScrollViewportComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ VirtualScrollViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: VirtualScrollViewportComponent, selector: "aui-virtual-scroll-viewport", host: { properties: { "class.aui-virtual-scroll-orientation-horizontal": "orientation === \"horizontal\"", "class.aui-virtual-scroll-orientation-vertical": "orientation !== \"horizontal\"" }, classAttribute: "aui-virtual-scroll-viewport" }, providers: [
8
8
  {
9
9
  provide: CdkVirtualScrollViewport,
10
10
  useExisting: VirtualScrollViewportComponent,
11
11
  },
12
12
  ], usesInheritance: true, ngImport: i0, template: "<!--\n Wrap the rendered content in an element that will be used to offset it based on the scroll\n position.\n-->\n<div\n #contentWrapper\n class=\"aui-virtual-scroll-content-wrapper\"\n>\n <ng-content></ng-content>\n</div>\n<!--\n Spacer used to force the scrolling container to the correct size for the *total* number of items\n so that the scrollbar captures the size of the entire data set.\n-->\n<div\n class=\"aui-virtual-scroll-spacer\"\n [style.width]=\"_totalContentWidth\"\n [style.height]=\"_totalContentHeight\"\n></div>\n", styles: ["aui-virtual-scroll-viewport{display:block;position:relative;overflow:auto;contain:strict;transform:translateZ(0);will-change:scroll-position;-webkit-overflow-scrolling:touch}.aui-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;contain:content}[dir=rtl] .aui-virtual-scroll-content-wrapper{right:0;left:auto}.aui-virtual-scroll-orientation-horizontal .aui-virtual-scroll-content-wrapper{min-height:100%}.aui-virtual-scroll-orientation-horizontal .aui-virtual-scroll-content-wrapper>dl:not([auiVirtualFor]),.aui-virtual-scroll-orientation-horizontal .aui-virtual-scroll-content-wrapper>ol:not([auiVirtualFor]),.aui-virtual-scroll-orientation-horizontal .aui-virtual-scroll-content-wrapper>table:not([auiVirtualFor]),.aui-virtual-scroll-orientation-horizontal .aui-virtual-scroll-content-wrapper>ul:not([auiVirtualFor]){padding-left:0;padding-right:0;margin-left:0;margin-right:0;border-left-width:0;border-right-width:0;outline:none}.aui-virtual-scroll-orientation-vertical .aui-virtual-scroll-content-wrapper{min-width:100%}.aui-virtual-scroll-orientation-vertical .aui-virtual-scroll-content-wrapper>dl:not([auiVirtualFor]),.aui-virtual-scroll-orientation-vertical .aui-virtual-scroll-content-wrapper>ol:not([auiVirtualFor]),.aui-virtual-scroll-orientation-vertical .aui-virtual-scroll-content-wrapper>table:not([auiVirtualFor]),.aui-virtual-scroll-orientation-vertical .aui-virtual-scroll-content-wrapper>ul:not([auiVirtualFor]){padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top-width:0;border-bottom-width:0;outline:none}.aui-virtual-scroll-spacer{position:absolute;top:0;left:0;height:1px;width:1px;transform-origin:0 0}[dir=rtl] .aui-virtual-scroll-spacer{right:0;left:auto;transform-origin:100% 0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: VirtualScrollViewportComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: VirtualScrollViewportComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'aui-virtual-scroll-viewport', host: {
16
16
  class: 'aui-virtual-scroll-viewport',
@@ -280,9 +280,9 @@ export class BaseSelect extends CommonFormControl {
280
280
  .includes(filterString?.toLowerCase() ?? '');
281
281
  }
282
282
  }
283
- BaseSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: BaseSelect, deps: null, target: i0.ɵɵFactoryTarget.Directive });
284
- BaseSelect.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: BaseSelect, inputs: { size: "size", filterable: "filterable", clearable: "clearable", filterFn: "filterFn", trackFn: "trackFn", labelFn: "labelFn", allowCreate: "allowCreate", loading: "loading", placeholder: "placeholder", defaultFirstOption: "defaultFirstOption", lazy: "lazy" }, outputs: { filterChange: "filterChange", show: "show", hide: "hide" }, queries: [{ propertyName: "optionContent", first: true, predicate: OptionContentDirective, descendants: true }, { propertyName: "contentOptions", predicate: OptionComponent, descendants: true }], viewQueries: [{ propertyName: "selectRef", first: true, predicate: ["selectRef"], descendants: true, static: true }, { propertyName: "tooltipRef", first: true, predicate: ["tooltipRef"], descendants: true, static: true }, { propertyName: "optionListRef", first: true, predicate: ["optionListRef"], descendants: true }, { propertyName: "inputtingOption", first: true, predicate: ["inputtingOption"], descendants: true }, { propertyName: "customOptions", predicate: OptionComponent, descendants: true }], usesInheritance: true, ngImport: i0 });
285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: BaseSelect, decorators: [{
283
+ BaseSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseSelect, deps: null, target: i0.ɵɵFactoryTarget.Directive });
284
+ BaseSelect.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: BaseSelect, inputs: { size: "size", filterable: "filterable", clearable: "clearable", filterFn: "filterFn", trackFn: "trackFn", labelFn: "labelFn", allowCreate: "allowCreate", loading: "loading", placeholder: "placeholder", defaultFirstOption: "defaultFirstOption", lazy: "lazy" }, outputs: { filterChange: "filterChange", show: "show", hide: "hide" }, queries: [{ propertyName: "optionContent", first: true, predicate: OptionContentDirective, descendants: true }, { propertyName: "contentOptions", predicate: OptionComponent, descendants: true }], viewQueries: [{ propertyName: "selectRef", first: true, predicate: ["selectRef"], descendants: true, static: true }, { propertyName: "tooltipRef", first: true, predicate: ["tooltipRef"], descendants: true, static: true }, { propertyName: "optionListRef", first: true, predicate: ["optionListRef"], descendants: true }, { propertyName: "inputtingOption", first: true, predicate: ["inputtingOption"], descendants: true }, { propertyName: "customOptions", predicate: OptionComponent, descendants: true }], usesInheritance: true, ngImport: i0 });
285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseSelect, decorators: [{
286
286
  type: Directive
287
287
  }], propDecorators: { size: [{
288
288
  type: Input
@@ -3,9 +3,9 @@ import { MenuContentDirective } from '../dropdown';
3
3
  import * as i0 from "@angular/core";
4
4
  export class OptionGroupTitleDirective {
5
5
  }
6
- OptionGroupTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: OptionGroupTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7
- OptionGroupTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: OptionGroupTitleDirective, selector: "[auiOptionGroupTitle]", host: { properties: { "class.aui-option-group__title": "true" } }, exportAs: ["auiOptionGroupTitle"], ngImport: i0 });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: OptionGroupTitleDirective, decorators: [{
6
+ OptionGroupTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OptionGroupTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7
+ OptionGroupTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: OptionGroupTitleDirective, selector: "[auiOptionGroupTitle]", host: { properties: { "class.aui-option-group__title": "true" } }, exportAs: ["auiOptionGroupTitle"], ngImport: i0 });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OptionGroupTitleDirective, decorators: [{
9
9
  type: Directive,
10
10
  args: [{
11
11
  selector: '[auiOptionGroupTitle]',
@@ -17,9 +17,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
17
17
  }] });
18
18
  export class OptionContentDirective extends MenuContentDirective {
19
19
  }
20
- OptionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: OptionContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
21
- OptionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: OptionContentDirective, selector: "*[auiOptionContent]", exportAs: ["auiOptionContent"], usesInheritance: true, ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: OptionContentDirective, decorators: [{
20
+ OptionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OptionContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
21
+ OptionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: OptionContentDirective, selector: "*[auiOptionContent]", exportAs: ["auiOptionContent"], usesInheritance: true, ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OptionContentDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '*[auiOptionContent]',