@alauda/ui 6.5.10-beta.35 → 6.5.10-beta.36

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 (181) hide show
  1. package/date-picker/calendar/date-picker-panel/component.d.ts +2 -6
  2. package/date-picker/calendar/panel/picker-panel.d.ts +1 -3
  3. package/esm2022/accordion/accordion-item/accordion-item.component.mjs +9 -9
  4. package/esm2022/accordion/accordion.component.mjs +3 -3
  5. package/esm2022/accordion/accordion.module.mjs +4 -4
  6. package/esm2022/anchor/anchor.component.mjs +6 -6
  7. package/esm2022/anchor/anchor.directive.mjs +9 -9
  8. package/esm2022/anchor/anchor.module.mjs +4 -4
  9. package/esm2022/autocomplete/autocomplete-placeholder.component.mjs +3 -3
  10. package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
  11. package/esm2022/autocomplete/autocomplete.directive.mjs +15 -11
  12. package/esm2022/autocomplete/autocomplete.module.mjs +6 -6
  13. package/esm2022/autocomplete/helper-directives.mjs +3 -3
  14. package/esm2022/autocomplete/suggestion/suggestion.component.mjs +3 -3
  15. package/esm2022/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
  16. package/esm2022/back-top/back-top.component.mjs +3 -3
  17. package/esm2022/back-top/back-top.module.mjs +6 -6
  18. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +3 -3
  19. package/esm2022/breadcrumb/breadcrumb.component.mjs +3 -3
  20. package/esm2022/breadcrumb/breadcrumb.module.mjs +4 -4
  21. package/esm2022/button/button-group/button-group.component.mjs +3 -3
  22. package/esm2022/button/button.component.mjs +3 -3
  23. package/esm2022/button/button.module.mjs +4 -4
  24. package/esm2022/card/card.component.mjs +3 -3
  25. package/esm2022/card/card.module.mjs +4 -4
  26. package/esm2022/card/helper-directives.mjs +9 -9
  27. package/esm2022/card/section.component.mjs +3 -3
  28. package/esm2022/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  29. package/esm2022/checkbox/checkbox.component.mjs +3 -3
  30. package/esm2022/checkbox/checkbox.module.mjs +4 -4
  31. package/esm2022/color-picker/color-picker.component.mjs +3 -3
  32. package/esm2022/color-picker/color-picker.module.mjs +4 -4
  33. package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +8 -76
  34. package/esm2022/date-picker/calendar/footer/component.mjs +3 -3
  35. package/esm2022/date-picker/calendar/header/component.mjs +6 -5
  36. package/esm2022/date-picker/calendar/panel/picker-panel.mjs +6 -19
  37. package/esm2022/date-picker/calendar/range-picker-panel/component.mjs +4 -4
  38. package/esm2022/date-picker/calendar/util.mjs +3 -3
  39. package/esm2022/date-picker/date-picker/date-picker.component.mjs +4 -4
  40. package/esm2022/date-picker/date-picker.module.mjs +4 -4
  41. package/esm2022/date-picker/range-picker/range-picker.component.mjs +3 -3
  42. package/esm2022/date-picker/trigger/trigger.component.mjs +7 -7
  43. package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +10 -7
  44. package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +3 -3
  45. package/esm2022/dialog/dialog-content/dialog-content.component.mjs +3 -3
  46. package/esm2022/dialog/dialog-content/dialog-footer.component.mjs +3 -3
  47. package/esm2022/dialog/dialog-content/dialog-header.component.mjs +3 -3
  48. package/esm2022/dialog/dialog.component.mjs +3 -3
  49. package/esm2022/dialog/dialog.module.mjs +4 -4
  50. package/esm2022/dialog/dialog.service.mjs +3 -3
  51. package/esm2022/drawer/component/drawer.component.mjs +5 -5
  52. package/esm2022/drawer/component/helper-directives.mjs +9 -9
  53. package/esm2022/drawer/drawer.module.mjs +4 -4
  54. package/esm2022/drawer/drawer.service.mjs +3 -3
  55. package/esm2022/dropdown/dropdown-active.directive.mjs +3 -3
  56. package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
  57. package/esm2022/dropdown/dropdown.directive.mjs +3 -3
  58. package/esm2022/dropdown/dropdown.module.mjs +7 -7
  59. package/esm2022/dropdown/helper-directives.mjs +3 -3
  60. package/esm2022/dropdown/menu/menu-content.directive.mjs +3 -3
  61. package/esm2022/dropdown/menu/menu.component.mjs +3 -3
  62. package/esm2022/dropdown/menu-group/menu-group.component.mjs +3 -3
  63. package/esm2022/dropdown/menu-item/menu-item.component.mjs +3 -3
  64. package/esm2022/dropdown/submenu/submenu.component.mjs +3 -3
  65. package/esm2022/form/common-form.mjs +3 -3
  66. package/esm2022/form/form-item/form-item.component.mjs +3 -3
  67. package/esm2022/form/form.directive.mjs +3 -3
  68. package/esm2022/form/form.module.mjs +4 -4
  69. package/esm2022/form/helper-directives.mjs +15 -15
  70. package/esm2022/i18n/i18n.module.mjs +4 -4
  71. package/esm2022/i18n/i18n.pipe.mjs +3 -3
  72. package/esm2022/i18n/i18n.service.mjs +3 -3
  73. package/esm2022/icon/icon-register.service.mjs +3 -3
  74. package/esm2022/icon/icon.component.mjs +3 -3
  75. package/esm2022/icon/icon.module.mjs +4 -4
  76. package/esm2022/inline-alert/helper-directives.mjs +3 -3
  77. package/esm2022/inline-alert/inline-alert.component.mjs +12 -8
  78. package/esm2022/inline-alert/inline-alert.module.mjs +4 -4
  79. package/esm2022/input/autosize.directive.mjs +3 -3
  80. package/esm2022/input/helper-directives.mjs +12 -12
  81. package/esm2022/input/input-group/input-group.component.mjs +3 -3
  82. package/esm2022/input/input.component.mjs +3 -3
  83. package/esm2022/input/input.module.mjs +4 -4
  84. package/esm2022/input/number-input/number-input.component.mjs +3 -3
  85. package/esm2022/input/search/search.component.mjs +3 -3
  86. package/esm2022/input/tags-input/tags-input.component.mjs +7 -7
  87. package/esm2022/input/tags-input/with-max-row-count.mjs +15 -8
  88. package/esm2022/message/message-wrapper.component.mjs +3 -3
  89. package/esm2022/message/message.component.mjs +3 -3
  90. package/esm2022/message/message.module.mjs +4 -4
  91. package/esm2022/message/message.service.mjs +3 -3
  92. package/esm2022/notification/notification-wrapper.component.mjs +3 -3
  93. package/esm2022/notification/notification.component.mjs +3 -3
  94. package/esm2022/notification/notification.module.mjs +4 -4
  95. package/esm2022/notification/notification.service.mjs +3 -3
  96. package/esm2022/paginator/paginator-intl.mjs +3 -3
  97. package/esm2022/paginator/paginator.component.mjs +4 -4
  98. package/esm2022/paginator/paginator.module.mjs +4 -4
  99. package/esm2022/radio/base-radio.mjs +3 -3
  100. package/esm2022/radio/radio-button/radio-button.component.mjs +3 -3
  101. package/esm2022/radio/radio-group/radio-group.component.mjs +3 -3
  102. package/esm2022/radio/radio.component.mjs +3 -3
  103. package/esm2022/radio/radio.module.mjs +4 -4
  104. package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
  105. package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +3 -3
  106. package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +3 -3
  107. package/esm2022/scrolling/scrolling.module.mjs +4 -4
  108. package/esm2022/scrolling/virtual-for-of.directive.mjs +3 -3
  109. package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +3 -3
  110. package/esm2022/select/base-select.mjs +12 -8
  111. package/esm2022/select/helper-directives.mjs +6 -6
  112. package/esm2022/select/multi-select/multi-select.component.mjs +16 -18
  113. package/esm2022/select/option/option.component.mjs +3 -3
  114. package/esm2022/select/option-group/option-group.component.mjs +3 -3
  115. package/esm2022/select/option-placeholder.component.mjs +3 -3
  116. package/esm2022/select/select.component.mjs +3 -3
  117. package/esm2022/select/select.module.mjs +6 -6
  118. package/esm2022/select/validators.mjs +8 -8
  119. package/esm2022/shared/click-outside.directive.mjs +3 -3
  120. package/esm2022/shared/shared.module.mjs +4 -4
  121. package/esm2022/sort/sort-header.component.mjs +3 -3
  122. package/esm2022/sort/sort.directive.mjs +8 -8
  123. package/esm2022/sort/sort.module.mjs +4 -4
  124. package/esm2022/status-bar/status-bar.component.mjs +3 -3
  125. package/esm2022/status-bar/status-bar.module.mjs +4 -4
  126. package/esm2022/steps/steps.component.mjs +14 -14
  127. package/esm2022/steps/steps.module.mjs +4 -4
  128. package/esm2022/switch/switch.component.mjs +3 -3
  129. package/esm2022/switch/switch.module.mjs +4 -4
  130. package/esm2022/table/table-cell-def.directive.mjs +3 -3
  131. package/esm2022/table/table-cell.component.mjs +6 -6
  132. package/esm2022/table/table-cell.directive.mjs +3 -3
  133. package/esm2022/table/table-column-def.directive.mjs +3 -3
  134. package/esm2022/table/table-header-cell-def.directive.mjs +3 -3
  135. package/esm2022/table/table-header-cell.directive.mjs +3 -3
  136. package/esm2022/table/table-header-row-def.directive.mjs +3 -3
  137. package/esm2022/table/table-header-row.component.mjs +3 -3
  138. package/esm2022/table/table-placeholder.directive.mjs +6 -6
  139. package/esm2022/table/table-row-def.directive.mjs +3 -3
  140. package/esm2022/table/table-row.component.mjs +3 -3
  141. package/esm2022/table/table-scroll.directive.mjs +6 -6
  142. package/esm2022/table/table.component.mjs +3 -3
  143. package/esm2022/table/table.module.mjs +4 -4
  144. package/esm2022/table-of-contents/table-of-contents.module.mjs +4 -4
  145. package/esm2022/table-of-contents/toc-container.directive.mjs +4 -4
  146. package/esm2022/table-of-contents/toc-content.directive.mjs +3 -3
  147. package/esm2022/table-of-contents/toc-link.directive.mjs +3 -3
  148. package/esm2022/tabs/tab-body.component.mjs +21 -21
  149. package/esm2022/tabs/tab-context.service.mjs +3 -3
  150. package/esm2022/tabs/tab-group.component.mjs +3 -3
  151. package/esm2022/tabs/tab-header-active-indicator.component.mjs +8 -8
  152. package/esm2022/tabs/tab-header.component.mjs +15 -11
  153. package/esm2022/tabs/tab.component.mjs +3 -3
  154. package/esm2022/tabs/tabs.module.mjs +4 -4
  155. package/esm2022/tag/check-tag/check-tag.component.mjs +3 -3
  156. package/esm2022/tag/tag.component.mjs +3 -3
  157. package/esm2022/tag/tag.module.mjs +4 -4
  158. package/esm2022/theme/theme.module.mjs +4 -4
  159. package/esm2022/theme/theme.pipe.mjs +12 -12
  160. package/esm2022/theme/theme.service.mjs +12 -8
  161. package/esm2022/time-picker/component.mjs +14 -39
  162. package/esm2022/time-picker/panel/panel.component.mjs +33 -58
  163. package/esm2022/time-picker/time-picker.module.mjs +4 -4
  164. package/esm2022/time-picker/time-picker.type.mjs +1 -1
  165. package/esm2022/tooltip/base-tooltip.mjs +12 -8
  166. package/esm2022/tooltip/tooltip-active.directive.mjs +3 -3
  167. package/esm2022/tooltip/tooltip-copy.directive.mjs +3 -3
  168. package/esm2022/tooltip/tooltip-intl.mjs +3 -3
  169. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  170. package/esm2022/tooltip/tooltip.directive.mjs +3 -3
  171. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  172. package/esm2022/tooltip/utils/index.mjs +4 -4
  173. package/esm2022/tree-select/tree-node-placeholder.component.mjs +3 -3
  174. package/esm2022/tree-select/tree-select.component.mjs +6 -6
  175. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  176. package/fesm2022/alauda-ui.mjs +844 -941
  177. package/fesm2022/alauda-ui.mjs.map +1 -1
  178. package/package.json +1 -1
  179. package/table-of-contents/toc-container.directive.d.ts +1 -1
  180. package/time-picker/component.d.ts +0 -4
  181. package/time-picker/panel/panel.component.d.ts +1 -5
@@ -4,11 +4,11 @@ import { IconModule } from '../icon';
4
4
  import { StepsComponent } from './steps.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class StepsModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: StepsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: StepsModule, declarations: [StepsComponent], imports: [CommonModule, IconModule], exports: [StepsComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: StepsModule, imports: [CommonModule, IconModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: StepsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: StepsModule, declarations: [StepsComponent], imports: [CommonModule, IconModule], exports: [StepsComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: StepsModule, imports: [CommonModule, IconModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: StepsModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: StepsModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [CommonModule, IconModule],
@@ -19,8 +19,8 @@ export class SwitchComponent extends CommonFormControl {
19
19
  this.onTouched();
20
20
  }
21
21
  }
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: SwitchComponent, selector: "aui-switch", inputs: { loading: "loading" }, providers: [
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: SwitchComponent, selector: "aui-switch", inputs: { loading: "loading" }, providers: [
24
24
  {
25
25
  provide: NG_VALUE_ACCESSOR,
26
26
  useExisting: forwardRef(() => SwitchComponent),
@@ -28,7 +28,7 @@ export class SwitchComponent extends CommonFormControl {
28
28
  },
29
29
  ], usesInheritance: true, ngImport: i0, template: "<div\n class=\"aui-switch\"\n [class.isLoading]=\"loading\"\n [class.isDisabled]=\"disabled\"\n [class.isChecked]=\"model\"\n (click)=\"onSwitch()\"\n>\n <input\n #input\n [ngClass]=\"bem.element('input')\"\n type=\"checkbox\"\n [disabled]=\"disabled\"\n [checked]=\"model\"\n (blur)=\"onBlur()\"\n />\n <span [ngClass]=\"bem.element('bar')\">\n <i [ngClass]=\"bem.element('dot')\"></i>\n </span>\n</div>\n", styles: [".aui-switch{display:inline-flex;position:relative;vertical-align:text-bottom;color:rgb(var(--aui-color-n-4));cursor:pointer}.aui-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}:root .aui-switch__input:focus+.aui-switch__bar{box-shadow:0 0 0 2px rgba(var(--aui-color-primary),.16)}html[aui-theme-mode=light] .aui-switch__input:focus+.aui-switch__bar{box-shadow:0 0 0 2px rgba(var(--aui-color-primary),.16)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-switch__input:focus+.aui-switch__bar{box-shadow:0 0 0 2px rgba(var(--aui-color-primary),.3)}}html[aui-theme-mode=dark] .aui-switch__input:focus+.aui-switch__bar{box-shadow:0 0 0 2px rgba(var(--aui-color-primary),.3)}.aui-switch__bar{display:inline-block;width:30px;height:16px;border-radius:8px;background-color:currentcolor;transition:background-color .3s;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none}.aui-switch__dot{background-color:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;left:2px;transition:left .3s}.aui-switch.isDisabled{color:rgb(var(--aui-color-n-7));cursor:not-allowed}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-switch.isDisabled .aui-switch__dot{background-color:rgb(var(--aui-color-n-4))}}html[aui-theme-mode=dark] .aui-switch.isDisabled .aui-switch__dot{background-color:rgb(var(--aui-color-n-4))}.aui-switch.isChecked{color:rgb(var(--aui-color-primary))}.aui-switch.isChecked.isDisabled{color:rgb(var(--aui-color-p-4))}.aui-switch.isChecked .aui-switch__dot{left:16px}.aui-switch.isLoading .aui-switch__dot:after{content:\"\";position:absolute;inset:2px;border:1px solid currentcolor;border-top-color:transparent;border-radius:50%;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SwitchComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SwitchComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'aui-switch', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, providers: [
34
34
  {
@@ -3,11 +3,11 @@ import { NgModule } from '@angular/core';
3
3
  import { SwitchComponent } from './switch.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class SwitchModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent], imports: [CommonModule], exports: [SwitchComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SwitchModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent], imports: [CommonModule], exports: [SwitchComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SwitchModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SwitchModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SwitchModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -2,15 +2,15 @@ import { CdkCellDef } from '@angular/cdk/table';
2
2
  import { Directive } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TableCellDefDirective extends CdkCellDef {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableCellDefDirective, selector: "[auiTableCellDef]", providers: [
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableCellDefDirective, selector: "[auiTableCellDef]", providers: [
7
7
  {
8
8
  provide: CdkCellDef,
9
9
  useExisting: TableCellDefDirective,
10
10
  },
11
11
  ], usesInheritance: true, ngImport: i0 });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableCellDefDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableCellDefDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[auiTableCellDef]',
@@ -11,8 +11,8 @@ export class TableExpandButtonCellComponent extends CdkCell {
11
11
  get expanded() {
12
12
  return this.expand ? 'expanded' : null;
13
13
  }
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableExpandButtonCellComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: TableExpandButtonCellComponent, selector: "aui-table-cell[auiExpandButton]", inputs: { expand: "expand", disabled: "disabled" }, outputs: { expandChange: "expandChange" }, usesInheritance: true, ngImport: i0, template: `
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableExpandButtonCellComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TableExpandButtonCellComponent, selector: "aui-table-cell[auiExpandButton]", inputs: { expand: "expand", disabled: "disabled" }, outputs: { expandChange: "expandChange" }, usesInheritance: true, ngImport: i0, template: `
16
16
  <button
17
17
  type="button"
18
18
  class="aui-expand-button"
@@ -24,7 +24,7 @@ export class TableExpandButtonCellComponent extends CdkCell {
24
24
  </button>
25
25
  `, isInline: true, dependencies: [{ kind: "component", type: i1.IconComponent, selector: "aui-icon", inputs: ["icon", "light", "dark", "link", "margin", "size", "color", "background", "backgroundColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableExpandButtonCellComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableExpandButtonCellComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: 'aui-table-cell[auiExpandButton]',
@@ -56,8 +56,8 @@ export class TableExpandPanelCellComponent extends CdkCell {
56
56
  get expanded() {
57
57
  return this.expand ? 'expanded' : null;
58
58
  }
59
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableExpandPanelCellComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
60
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: TableExpandPanelCellComponent, selector: "aui-table-cell[auiExpandPanel]", inputs: { expand: "expand", background: "background" }, usesInheritance: true, ngImport: i0, template: `
59
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableExpandPanelCellComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
60
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TableExpandPanelCellComponent, selector: "aui-table-cell[auiExpandPanel]", inputs: { expand: "expand", background: "background" }, usesInheritance: true, ngImport: i0, template: `
61
61
  <div
62
62
  *ngIf="expand"
63
63
  class="aui-table__cell-expand-panel"
@@ -78,7 +78,7 @@ export class TableExpandPanelCellComponent extends CdkCell {
78
78
  ]),
79
79
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableExpandPanelCellComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableExpandPanelCellComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{
84
84
  selector: 'aui-table-cell[auiExpandPanel]',
@@ -10,10 +10,10 @@ export class TableCellDirective extends CdkCell {
10
10
  super(columnDef, elementRef);
11
11
  elementRef.nativeElement.classList.add(bem.element(`column-${columnDef.cssClassFriendlyName}`));
12
12
  }
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableCellDirective, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableCellDirective, selector: "aui-table-cell", inputs: { direction: "direction" }, host: { attributes: { "role": "gridcell" }, properties: { "class.aui-table__cell--column": "direction === \"column\"" }, classAttribute: "aui-table__cell" }, usesInheritance: true, ngImport: i0 });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableCellDirective, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableCellDirective, selector: "aui-table-cell", inputs: { direction: "direction" }, host: { attributes: { "role": "gridcell" }, properties: { "class.aui-table__cell--column": "direction === \"column\"" }, classAttribute: "aui-table__cell" }, usesInheritance: true, ngImport: i0 });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableCellDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableCellDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: 'aui-table-cell',
@@ -5,15 +5,15 @@ export class TableColumnDefDirective extends CdkColumnDef {
5
5
  set auiTableColumnDef(value) {
6
6
  this.name = value;
7
7
  }
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableColumnDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
9
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableColumnDefDirective, selector: "[auiTableColumnDef]", inputs: { sticky: "sticky", auiTableColumnDef: "auiTableColumnDef" }, providers: [
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableColumnDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
9
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableColumnDefDirective, selector: "[auiTableColumnDef]", inputs: { sticky: "sticky", auiTableColumnDef: "auiTableColumnDef" }, providers: [
10
10
  {
11
11
  provide: CdkColumnDef,
12
12
  useExisting: TableColumnDefDirective,
13
13
  },
14
14
  ], usesInheritance: true, ngImport: i0 });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableColumnDefDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableColumnDefDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[auiTableColumnDef]',
@@ -2,15 +2,15 @@ import { CdkHeaderCellDef } from '@angular/cdk/table';
2
2
  import { Directive } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TableHeaderCellDefDirective extends CdkHeaderCellDef {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableHeaderCellDefDirective, selector: "[auiTableHeaderCellDef]", providers: [
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableHeaderCellDefDirective, selector: "[auiTableHeaderCellDef]", providers: [
7
7
  {
8
8
  provide: CdkHeaderCellDef,
9
9
  useExisting: TableHeaderCellDefDirective,
10
10
  },
11
11
  ], usesInheritance: true, ngImport: i0 });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderCellDefDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderCellDefDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[auiTableHeaderCellDef]',
@@ -9,10 +9,10 @@ export class TableHeaderCellDirective extends CdkHeaderCell {
9
9
  super(columnDef, elementRef);
10
10
  elementRef.nativeElement.classList.add(bem.element(`column-${columnDef.cssClassFriendlyName}`));
11
11
  }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderCellDirective, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableHeaderCellDirective, selector: "aui-table-header-cell", host: { attributes: { "role": "columnheader" }, classAttribute: "aui-table__header-cell" }, usesInheritance: true, ngImport: i0 });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderCellDirective, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableHeaderCellDirective, selector: "aui-table-header-cell", host: { attributes: { "role": "columnheader" }, classAttribute: "aui-table__header-cell" }, usesInheritance: true, ngImport: i0 });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderCellDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderCellDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: 'aui-table-header-cell',
@@ -4,15 +4,15 @@ import * as i0 from "@angular/core";
4
4
  export class TableHeaderRowDefDirective extends CdkHeaderRowDef {
5
5
  columns = [];
6
6
  sticky;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderRowDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableHeaderRowDefDirective, selector: "[auiTableHeaderRowDef]", inputs: { columns: ["auiTableHeaderRowDef", "columns"], sticky: ["auiTableHeaderRowDefSticky", "sticky"] }, providers: [
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderRowDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableHeaderRowDefDirective, selector: "[auiTableHeaderRowDef]", inputs: { columns: ["auiTableHeaderRowDef", "columns"], sticky: ["auiTableHeaderRowDefSticky", "sticky"] }, providers: [
9
9
  {
10
10
  provide: CdkHeaderRowDef,
11
11
  useExisting: TableHeaderRowDefDirective,
12
12
  },
13
13
  ], usesInheritance: true, ngImport: i0 });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderRowDefDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderRowDefDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[auiTableHeaderRowDef]',
@@ -3,10 +3,10 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation, } from '@angular
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/cdk/table";
5
5
  export class TableHeaderRowComponent extends CdkHeaderRow {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderRowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: TableHeaderRowComponent, selector: "aui-table-header-row", host: { attributes: { "role": "row" }, classAttribute: "aui-table__header-row" }, exportAs: ["auiTableHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderRowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TableHeaderRowComponent, selector: "aui-table-header-row", host: { attributes: { "role": "row" }, classAttribute: "aui-table__header-row" }, exportAs: ["auiTableHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableHeaderRowComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableHeaderRowComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'aui-table-header-row',
@@ -5,10 +5,10 @@ export class TablePlaceholderDefDirective {
5
5
  constructor(templateRef) {
6
6
  this.templateRef = templateRef;
7
7
  }
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TablePlaceholderDefDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TablePlaceholderDefDirective, selector: "ng-template[auiTablePlaceholderDef]", ngImport: i0 });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TablePlaceholderDefDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TablePlaceholderDefDirective, selector: "ng-template[auiTablePlaceholderDef]", ngImport: i0 });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TablePlaceholderDefDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TablePlaceholderDefDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: 'ng-template[auiTablePlaceholderDef]',
@@ -21,10 +21,10 @@ export class TablePlaceholderOutletDirective {
21
21
  this.viewContainer = viewContainer;
22
22
  this.elementRef = elementRef;
23
23
  }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TablePlaceholderOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TablePlaceholderOutletDirective, selector: "[auiTablePlaceholderOutlet]", ngImport: i0 });
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TablePlaceholderOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
25
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TablePlaceholderOutletDirective, selector: "[auiTablePlaceholderOutlet]", ngImport: i0 });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TablePlaceholderOutletDirective, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TablePlaceholderOutletDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[auiTablePlaceholderOutlet]',
@@ -6,15 +6,15 @@ export class TableRowDefDirective extends CdkRowDef {
6
6
  set auiTableRowDefWhen(v) {
7
7
  this.when = v;
8
8
  }
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableRowDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
10
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableRowDefDirective, selector: "[auiTableRowDef]", inputs: { columns: ["auiTableRowDefColumns", "columns"], auiTableRowDefWhen: "auiTableRowDefWhen" }, providers: [
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableRowDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
10
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableRowDefDirective, selector: "[auiTableRowDef]", inputs: { columns: ["auiTableRowDefColumns", "columns"], auiTableRowDefWhen: "auiTableRowDefWhen" }, providers: [
11
11
  {
12
12
  provide: CdkRowDef,
13
13
  useExisting: TableRowDefDirective,
14
14
  },
15
15
  ], usesInheritance: true, ngImport: i0 });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableRowDefDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableRowDefDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[auiTableRowDef]',
@@ -14,10 +14,10 @@ export class TableRowComponent extends CdkRow {
14
14
  const panel = this.elRef.nativeElement.querySelector('aui-table-cell[auiExpandPanel]');
15
15
  this.hasPanel = !!panel;
16
16
  }
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableRowComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: TableRowComponent, selector: "aui-table-row", inputs: { disabled: "disabled" }, host: { attributes: { "role": "row" }, properties: { "class.isDisabled": "this.disabled", "class.hasPanel": "this.hasPanel" }, classAttribute: "aui-table__row" }, exportAs: ["auiTableRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableRowComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TableRowComponent, selector: "aui-table-row", inputs: { disabled: "disabled" }, host: { attributes: { "role": "row" }, properties: { "class.isDisabled": "this.disabled", "class.hasPanel": "this.hasPanel" }, classAttribute: "aui-table__row" }, exportAs: ["auiTableRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableRowComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableRowComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'aui-table-row',
@@ -16,10 +16,10 @@ const HAS_TABLE_BOTTOM_SHADOW = 'hasTableBottomShadow';
16
16
  const HAS_TABLE_VERTICAL_SCROLL = 'hasTableVerticalScroll';
17
17
  export class TableScrollWrapperDirective {
18
18
  auiTableScrollWrapper = '100%';
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableScrollWrapperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableScrollWrapperDirective, selector: "[auiTableScrollWrapper]", inputs: { auiTableScrollWrapper: "auiTableScrollWrapper" }, host: { properties: { "style.max-height": "this.auiTableScrollWrapper" }, classAttribute: "aui-table__scroll-wrapper" }, ngImport: i0 });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableScrollWrapperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableScrollWrapperDirective, selector: "[auiTableScrollWrapper]", inputs: { auiTableScrollWrapper: "auiTableScrollWrapper" }, host: { properties: { "style.max-height": "this.auiTableScrollWrapper" }, classAttribute: "aui-table__scroll-wrapper" }, ngImport: i0 });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableScrollWrapperDirective, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableScrollWrapperDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[auiTableScrollWrapper]',
@@ -103,12 +103,12 @@ export class TableScrollableDirective extends CdkScrollable {
103
103
  placeClassList(classList, condition, className) {
104
104
  classList[condition ? 'add' : 'remove'](className);
105
105
  }
106
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableScrollableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }, { token: i2.TableComponent, host: true }, { token: i3.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
107
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TableScrollableDirective, selector: "[auiTableScrollable]", inputs: { scrollable: ["auiTableScrollable", "scrollable"] }, host: { properties: { "class.aui-table__scroll-shadow--before-end": "this.SCROLL_BEFORE_END_CLASS", "class.aui-table__scroll-shadow": "this.SHADOW_CLASS" } }, providers: [
106
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableScrollableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.NgZone }, { token: i2.TableComponent, host: true }, { token: i3.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
107
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TableScrollableDirective, selector: "[auiTableScrollable]", inputs: { scrollable: ["auiTableScrollable", "scrollable"] }, host: { properties: { "class.aui-table__scroll-shadow--before-end": "this.SCROLL_BEFORE_END_CLASS", "class.aui-table__scroll-shadow": "this.SHADOW_CLASS" } }, providers: [
108
108
  { provide: CdkScrollable, useExisting: TableScrollableDirective },
109
109
  ], usesInheritance: true, ngImport: i0 });
110
110
  }
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableScrollableDirective, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableScrollableDirective, decorators: [{
112
112
  type: Directive,
113
113
  args: [{
114
114
  selector: '[auiTableScrollable]',
@@ -32,8 +32,8 @@ export class TableComponent extends CdkTable {
32
32
  super.ngOnDestroy();
33
33
  this._clearPlaceholder();
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
36
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: TableComponent, selector: "aui-table", inputs: { enableScrollWrapper: "enableScrollWrapper" }, host: { classAttribute: "aui-table" }, providers: [
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TableComponent, selector: "aui-table", inputs: { enableScrollWrapper: "enableScrollWrapper" }, host: { classAttribute: "aui-table" }, providers: [
37
37
  {
38
38
  provide: CDK_TABLE,
39
39
  useExisting: TableComponent,
@@ -48,7 +48,7 @@ export class TableComponent extends CdkTable {
48
48
  },
49
49
  ], queries: [{ propertyName: "_placeholderDef", first: true, predicate: TablePlaceholderDefDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "_placeholderOutlet", first: true, predicate: TablePlaceholderOutletDirective, descendants: true, static: true }], exportAs: ["auiTable"], usesInheritance: true, ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n<ng-container auiTablePlaceholderOutlet></ng-container>", isInline: true, styles: [".aui-table{display:block;padding:0 12px 12px;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-main-text));background-color:rgb(var(--aui-color-n-9));border-radius:var(--aui-border-radius-l)}.aui-table__row,.aui-table__header-row{display:flex;align-items:center}.aui-table__row.hasPanel,.aui-table__header-row.hasPanel{flex-wrap:wrap}.aui-table__header-row+.aui-table__row{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row{position:relative;border-width:1px;border-style:solid;border-color:rgb(var(--aui-color-n-8));border-bottom-width:0;background-color:rgb(var(--aui-color-n-10));padding:0 9px;min-height:58px;box-sizing:content-box}.aui-table__row:first-child{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row:last-child{border-bottom-width:1px;min-height:58px;border-bottom-left-radius:var(--aui-border-radius-l);border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__row.isDisabled:before{content:\"\";z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--aui-color-n-10));opacity:.7;cursor:not-allowed}.aui-table__header-row{background-color:rgb(var(--aui-color-n-9));padding:0 10px}.aui-table__cell,.aui-table__header-cell{display:flex;align-items:center;flex:1}.aui-table__cell{padding:15px 10px;background-color:rgb(var(--aui-color-n-10));overflow:hidden}.aui-table__cell--column{flex-direction:column;justify-content:center;align-items:flex-start}.aui-table__header-cell{padding:12px 10px;font-weight:var(--aui-font-weight-bold);background-color:rgb(var(--aui-color-n-9));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-table__column-expand-button{display:flex;align-items:center;max-width:calc(10px * 2 + var(--aui-icon-size-m))}.aui-table__column-expand-button.aui-table__cell{height:58px}.aui-table__column-expand-button .aui-expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-table__column-expand-button .aui-expand-button aui-icon{display:flex;justify-content:center;align-items:center;width:var(--aui-icon-size-s);height:var(--aui-icon-size-s);font-size:var(--aui-icon-size-s)}.aui-table__column-expand-button .aui-expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-table__column-expand-button .aui-expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-table__column-expand-button .aui-expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-table__column-expand-button .aui-expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-table__column-expand-button .aui-expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-table__column-expand-button .aui-expand-button[disabled],.aui-table__column-expand-button .aui-expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-table__column-expand-panel{margin-top:-6px}.aui-table__column-expand-panel.aui-table__header-cell{display:none}.aui-table__column-expand-panel.aui-table__cell{width:100%;flex-shrink:0;flex-basis:100%;padding:0 10px;overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel{width:100%;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel-content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}\n", ".aui-table__scroll-wrapper{display:flex;flex-direction:column;max-height:100%;overflow:hidden;background-color:rgb(var(--aui-color-n-9));padding:0 12px 12px;border-radius:var(--aui-border-radius-l)}.aui-table__scroll-wrapper::-webkit-scrollbar{width:4px;height:4px}.aui-table__scroll-wrapper::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(var(--aui-color-n-1),.2)}.aui-table__scroll-wrapper::-webkit-scrollbar-corner{background-color:transparent}.aui-table__scroll-wrapper .aui-table{padding:0;border-radius:0}.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableTopShadow:before,.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableBottomShadow:after{transform:none;width:100%;left:0}.aui-table__scroll-shadow.aui-table{overflow:auto}.aui-table__scroll-shadow.aui-table::-webkit-scrollbar{width:4px;height:4px}.aui-table__scroll-shadow.aui-table::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(var(--aui-color-n-1),.2)}.aui-table__scroll-shadow.aui-table::-webkit-scrollbar-corner{background-color:transparent}.aui-table__scroll-shadow.hasTableTopShadow:before{content:\"\";position:sticky;display:block;height:16px;margin:-16px -12px 0;z-index:99;top:28px}:root .aui-table__scroll-shadow.hasTableTopShadow:before{box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-1),.16)}html[aui-theme-mode=light] .aui-table__scroll-shadow.hasTableTopShadow:before{box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-1),.16)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-table__scroll-shadow.hasTableTopShadow:before{box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-9),.75)}}html[aui-theme-mode=dark] .aui-table__scroll-shadow.hasTableTopShadow:before{box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-9),.75)}.aui-table__scroll-shadow.hasTableBottomShadow:after{content:\"\";position:sticky;display:block;height:16px;transform:translate3d(0,12px,0);z-index:99;bottom:0;margin:-16px -12px 0}:root .aui-table__scroll-shadow.hasTableBottomShadow:after{box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-1),.16) inset}html[aui-theme-mode=light] .aui-table__scroll-shadow.hasTableBottomShadow:after{box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-1),.16) inset}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-table__scroll-shadow.hasTableBottomShadow:after{box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-9),.75) inset}}html[aui-theme-mode=dark] .aui-table__scroll-shadow.hasTableBottomShadow:after{box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-9),.75) inset}.aui-table__scroll-shadow .aui-table__header-row{margin:0;padding:0;align-items:stretch}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:first-of-type{padding-left:20px}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:last-of-type{padding-right:20px}.aui-table__scroll-shadow .aui-table__header-row+.aui-table__row .aui-table__cell:first-of-type{border-top-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__header-row+.aui-table__row .aui-table__cell:last-of-type{border-top-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row{border:none;padding:0;align-items:stretch;min-height:59px}.aui-table__scroll-shadow .aui-table__row .aui-table__cell{border-width:1px 0;border-style:solid;border-color:rgb(var(--aui-color-n-8))}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:first-of-type{border-left-width:1px;padding-left:19px}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:last-of-type{border-right-width:1px;padding-right:19px}.aui-table__scroll-shadow .aui-table__row:last-child{min-height:60px}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:first-of-type{border-bottom-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:last-of-type{border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:not(.aui-table__scroll-shadow .aui-table__row:last-child) .aui-table__cell{border-bottom-width:0}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:after,.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:after{position:absolute;top:0;bottom:-1px;width:20px;transition:box-shadow .3s;content:\"\";pointer-events:none}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:before,.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:before{position:absolute;top:0;bottom:-1px;content:\"\";background:linear-gradient(to bottom,rgb(var(--aui-color-n-7)),rgb(var(--aui-color-n-7)) 8px,transparent 6px,transparent);width:1px;background-size:100% 14px;height:100%}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left{padding-right:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:after{right:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:before{right:10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right{padding-left:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:after{left:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:before{left:10px}:root .aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}html[aui-theme-mode=light] .aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-9),.75)}}html[aui-theme-mode=dark] .aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-9),.75)}.aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):before{background:linear-gradient(to bottom,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 6px,transparent);width:1px;background-size:100% 14px;height:100%}:root .aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}html[aui-theme-mode=light] .aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-9),.75)}}html[aui-theme-mode=dark] .aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-9),.75)}.aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):before{background:linear-gradient(to bottom,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 6px,transparent);width:1px;background-size:100% 14px;height:100%}\n"], dependencies: [{ kind: "directive", type: i1.DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: i1.HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: i1.FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: i1.NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: i2.TablePlaceholderOutletDirective, selector: "[auiTablePlaceholderOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{ selector: 'aui-table', exportAs: 'auiTable', encapsulation: ViewEncapsulation.None, template: CDK_TABLE_TEMPLATE +
54
54
  '<ng-container auiTablePlaceholderOutlet></ng-container>', host: {
@@ -17,8 +17,8 @@ import { TableScrollableDirective, TableScrollWrapperDirective, } from './table-
17
17
  import { TableComponent } from './table.component';
18
18
  import * as i0 from "@angular/core";
19
19
  export class TableModule {
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TableModule, declarations: [TableComponent,
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TableModule, declarations: [TableComponent,
22
22
  TableRowComponent,
23
23
  TableHeaderRowComponent,
24
24
  TableExpandButtonCellComponent,
@@ -49,9 +49,9 @@ export class TableModule {
49
49
  TablePlaceholderOutletDirective,
50
50
  TablePlaceholderDefDirective,
51
51
  TableScrollWrapperDirective] });
52
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableModule, imports: [CommonModule, IconModule, CdkTableModule] });
52
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableModule, imports: [CommonModule, IconModule, CdkTableModule] });
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableModule, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableModule, decorators: [{
55
55
  type: NgModule,
56
56
  args: [{
57
57
  imports: [CommonModule, IconModule, CdkTableModule],
@@ -5,11 +5,11 @@ import { TocContentDirective } from './toc-content.directive';
5
5
  import { TocLinkDirective } from './toc-link.directive';
6
6
  import * as i0 from "@angular/core";
7
7
  export class TableOfContentsModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableOfContentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: TableOfContentsModule, declarations: [TocContentDirective, TocContainerDirective, TocLinkDirective], imports: [CommonModule], exports: [TocContentDirective, TocContainerDirective, TocLinkDirective] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableOfContentsModule, imports: [CommonModule] });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableOfContentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TableOfContentsModule, declarations: [TocContentDirective, TocContainerDirective, TocLinkDirective], imports: [CommonModule], exports: [TocContentDirective, TocContainerDirective, TocLinkDirective] });
10
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableOfContentsModule, imports: [CommonModule] });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TableOfContentsModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TableOfContentsModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [CommonModule],
@@ -93,10 +93,10 @@ export class TocContainerDirective {
93
93
  deregisterContent(tocContent) {
94
94
  this._contents = this._contents.filter(content => content.auiTocContent !== tocContent.auiTocContent);
95
95
  }
96
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
97
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TocContainerDirective, selector: "[auiTocContainer]", outputs: { activedChange: "activedChange" }, host: { listeners: { "scroll": "onScroll()" } }, exportAs: ["auiTocContainer"], ngImport: i0 });
96
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
97
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TocContainerDirective, selector: "[auiTocContainer]", outputs: { activedChange: "activedChange" }, host: { listeners: { "scroll": "onScroll()" } }, exportAs: ["auiTocContainer"], ngImport: i0 });
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocContainerDirective, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocContainerDirective, decorators: [{
100
100
  type: Directive,
101
101
  args: [{
102
102
  selector: '[auiTocContainer]',
@@ -108,4 +108,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImpor
108
108
  type: HostListener,
109
109
  args: ['scroll']
110
110
  }] } });
111
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9jLWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdGFibGUtb2YtY29udGVudHMvdG9jLWNvbnRhaW5lci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUdMLFNBQVMsRUFFVCxZQUFZLEVBQ1osWUFBWSxFQUVaLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsS0FBSyxFQUNMLE9BQU8sRUFFUCx1QkFBdUIsRUFDdkIsRUFBRSxFQUNGLFlBQVksRUFDWixPQUFPLEVBQ1AsR0FBRyxFQUNILFNBQVMsRUFDVCxNQUFNLEVBQ04sU0FBUyxFQUNULFNBQVMsRUFDVCxTQUFTLEVBQ1QsU0FBUyxFQUNULEdBQUcsR0FDSixNQUFNLE1BQU0sQ0FBQzs7QUFRZCxNQUFNLE9BQU8scUJBQXFCO0lBNEJiO0lBMUJuQixhQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQUVuQyxTQUFTLEdBQTBCLEVBQUUsQ0FBQztJQUM3QixXQUFXLEdBQUcsSUFBSSxPQUFPLEVBQVUsQ0FBQztJQUNwQyxVQUFVLEdBQUcsSUFBSSxPQUFPLEVBQVUsQ0FBQztJQUNuQyxXQUFXLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUNsQyxLQUFLLEdBQW1CLEVBQUUsQ0FBQztJQUNwQyxjQUFjLENBQWM7SUFFcEMsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDLFNBQVMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELElBQUksU0FBUyxDQUFDLEtBQWE7UUFDekIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDYixPQUFPLENBQ0wsSUFBSSxDQUFDLGNBQWMsQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTO1lBQ2hFLElB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RUFBRSxDQUFDLEdBQUcsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELFFBQVEsQ0FBQyxPQUEwQjtRQUNqQyxJQUFJLEtBQUssQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDbEM7YUFBTTtZQUNMLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1NBQy9CO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxVQUErQjtRQUM3QyxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxVQUErQjtRQUMvQyxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUNwQyxPQUFPLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxhQUFhLEtBQUssVUFBVSxDQUFDLGFBQWEsQ0FDOUQsQ0FBQztJQUNKLENBQUM7dUdBdEpVLHFCQUFxQjsyRkFBckIscUJBQXFCOzsyRkFBckIscUJBQXFCO2tCQUpqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLFFBQVEsRUFBRSxpQkFBaUI7aUJBQzVCO2lJQUdDLGFBQWE7c0JBRFosTUFBTTtnQkFpRVAsUUFBUTtzQkFEUCxZQUFZO3VCQUFDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RMaXN0ZW5lcixcbiAgT25EZXN0cm95LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgRU1QVFksXG4gIFN1YmplY3QsXG4gIFN1YnNjcmlwdGlvbixcbiAgYW5pbWF0aW9uRnJhbWVTY2hlZHVsZXIsXG4gIG9mLFxuICBkZWJvdW5jZVRpbWUsXG4gIGVuZFdpdGgsXG4gIG1hcCxcbiAgb2JzZXJ2ZU9uLFxuICByZXBlYXQsXG4gIHN0YXJ0V2l0aCxcbiAgc3dpdGNoTWFwLFxuICB0YWtlVW50aWwsXG4gIHRha2VXaGlsZSxcbiAgdGFwLFxufSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgVG9jQ29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vdG9jLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2F1aVRvY0NvbnRhaW5lcl0nLFxuICBleHBvcnRBczogJ2F1aVRvY0NvbnRhaW5lcicsXG59KVxuZXhwb3J0IGNsYXNzIFRvY0NvbnRhaW5lckRpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSB7XG4gIEBPdXRwdXQoKVxuICBhY3RpdmVkQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgcHJpdmF0ZSBfY29udGVudHM6IFRvY0NvbnRlbnREaXJlY3RpdmVbXSA9IFtdO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zY3JvbGxUb3AkID0gbmV3IFN1YmplY3Q8bnVtYmVyPigpO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zY3JvbGxUbyQgPSBuZXcgU3ViamVjdDxzdHJpbmc+KCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgX29uRGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xuICBwcml2YXRlIF9uYXRpdmVFbGVtZW50OiBIVE1MRWxlbWVudDtcblxuICBnZXQgc2Nyb2xsVG9wKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMuX25hdGl2ZUVsZW1lbnQuc2Nyb2xsVG9wIHx8IDA7XG4gIH1cblxuICBzZXQgc2Nyb2xsVG9wKHZhbHVlOiBudW1iZXIpIHtcbiAgICB0aGlzLl9uYXRpdmVFbGVtZW50LnNjcm9sbFRvcCA9IHZhbHVlO1xuICB9XG5cbiAgZ2V0IGlzU2Nyb2xsRW5kKCkge1xuICAgIHJldHVybiAoXG4gICAgICB0aGlzLl9uYXRpdmVFbGVtZW50LnNjcm9sbEhlaWdodCAtIHRoaXMuX25hdGl2ZUVsZW1lbnQuc2Nyb2xsVG9wID09PVxuICAgICAgdGhpcy5fbmF0aXZlRWxlbWVudC5jbGllbnRIZWlnaHRcbiAgICApO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgcHJpdmF0ZSByZWFkb25seSBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHtcbiAgICB0aGlzLl9uYXRpdmVFbGVtZW50ID0gZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgZ2V0T2Zmc2V0VG9wKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogbnVtYmVyIHtcbiAgICBpZiAoZWxlbWVudC5wYXJlbnRFbGVtZW50ID09PSB0aGlzLl9uYXRpdmVFbGVtZW50KSB7XG4gICAgICByZXR1cm4gZWxlbWVudC5vZmZzZXRUb3A7XG4gICAgfVxuICAgIHJldHVybiBlbGVtZW50Lm9mZnNldFRvcCArIHRoaXMuZ2V0T2Zmc2V0VG9wKGVsZW1lbnQucGFyZW50RWxlbWVudCk7XG4gIH1cblxuICBwcml2YXRlIGdldE1pbkNvbnRlbnQoc2Nyb2xsVG9wOiBudW1iZXIpIHtcbiAgICByZXR1cm4gKG1pbkNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUsIGNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUpID0+IHtcbiAgICAgIGlmIChcbiAgICAgICAgTWF0aC5hYnMoc2Nyb2xsVG9wIC0gdGhpcy5nZXRPZmZzZXRUb3AoY29udGVudC5uYXRpdmVFbGVtZW50KSkgPFxuICAgICAgICBNYXRoLmFicyhzY3JvbGxUb3AgLSB0aGlzLmdldE9mZnNldFRvcChtaW5Db250ZW50Lm5hdGl2ZUVsZW1lbnQpKVxuICAgICAgKSB7XG4gICAgICAgIG1pbkNvbnRlbnQgPSBjb250ZW50O1xuICAgICAgfVxuICAgICAgcmV0dXJuIG1pbkNvbnRlbnQ7XG4gICAgfTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0TWF4Q29udGVudChcbiAgICBtYXhDb250ZW50OiBUb2NDb250ZW50RGlyZWN0aXZlLFxuICAgIGNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUsXG4gICkge1xuICAgIGlmIChcbiAgICAgIHRoaXMuZ2V0T2Zmc2V0VG9wKGNvbnRlbnQubmF0aXZlRWxlbWVudCkgPlxuICAgICAgdGhpcy5nZXRPZmZzZXRUb3AobWF4Q29udGVudC5uYXRpdmVFbGVtZW50KVxuICAgICkge1xuICAgICAgbWF4Q29udGVudCA9IGNvbnRlbnQ7XG4gICAgfVxuICAgIHJldHVybiBtYXhDb250ZW50O1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignc2Nyb2xsJylcbiAgb25TY3JvbGwoKSB7XG4gICAgdGhpcy5fc2Nyb2xsVG9wJC5uZXh0KHRoaXMuc2Nyb2xsVG9wKTtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICBjb25zdCBhY3RpdmVkJCA9IHRoaXMuX3Njcm9sbFRvcCRcbiAgICAgIC5waXBlKFxuICAgICAgICBzdGFydFdpdGgodGhpcy5zY3JvbGxUb3ApLFxuICAgICAgICBkZWJvdW5jZVRpbWUoMjAwKSxcbiAgICAgICAgbWFwKHNjcm9sbFRvcCA9PlxuICAgICAgICAgIHRoaXMuX2NvbnRlbnRzLnJlZHVjZShcbiAgICAgICAgICAgIHRoaXMuaXNTY3JvbGxFbmRcbiAgICAgICAgICAgICAgPyB0aGlzLmdldE1heENvbnRlbnQuYmluZCh0aGlzKVxuICAgICAgICAgICAgICA6IHRoaXMuZ2V0TWluQ29udGVudChzY3JvbGxUb3ApLFxuICAgICAgICAgICksXG4gICAgICAgICksXG4gICAgICAgIG1hcChhY3RpdmVkID0+IGFjdGl2ZWQuYXVpVG9jQ29udGVudCksXG4gICAgICApXG4gICAgICAucGlwZShcbiAgICAgICAgdGFwKGFjdGl2ZWQgPT4ge1xuICAgICAgICAgIHRoaXMuX2NvbnRlbnRzLmZvckVhY2goY29udGVudCA9PiB7XG4gICAgICAgICAgICBjb250ZW50LmFjdGl2ZSA9IGFjdGl2ZWQgPT09IGNvbnRlbnQuYXVpVG9jQ29udGVudDtcbiAgICAgICAgICB9KTtcbiAgICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICAgIH0pLFxuICAgICAgKTtcblxuICAgIGNvbnN0IHNjcm9sbFR3ZWVuJCA9IHRoaXMuX3Njcm9sbFRvJC5waXBlKFxuICAgICAgc3dpdGNoTWFwKG5hbWUgPT4ge1xuICAgICAgICBjb25zdCB0YXJnZXQgPSB0aGlzLl9jb250ZW50cy5maW5kKFxuICAgICAgICAgIGNvbnRlbnQgPT4gY29udGVudC5hdWlUb2NDb250ZW50ID09PSBuYW1lLFxuICAgICAgICApO1xuXG4gICAgICAgIGlmICghdGFyZ2V0KSB7XG4gICAgICAgICAgcmV0dXJuIEVNUFRZO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGRlc3RpbmF0aW9uID0gdGhpcy5nZXRPZmZzZXRUb3AodGFyZ2V0Lm5hdGl2ZUVsZW1lbnQpO1xuXG4gICAgICAgIGNvbnN0IHN0YXJ0ID0gcGVyZm9ybWFuY2Uubm93KCk7XG4gICAgICAgIGNvbnN0IHNvdXJjZSA9IHRoaXMuc2Nyb2xsVG9wO1xuICAgICAgICBjb25zdCBkdXJhdGlvbiA9IDUwMDtcblxuICAgICAgICByZXR1cm4gb2YoMCkucGlwZShcbiAgICAgICAgICBvYnNlcnZlT24oYW5pbWF0aW9uRnJhbWVTY2hlZHVsZXIpLFxuICAgICAgICAgIHJlcGVhdCgpLFxuICAgICAgICAgIG1hcCgoKSA9PiAocGVyZm9ybWFuY2Uubm93KCkgLSBzdGFydCkgLyBkdXJhdGlvbiksXG4gICAgICAgICAgdGFrZVdoaWxlKHQgPT4gdCA8IDEpLFxuICAgICAgICAgIGVuZFdpdGgoMSksXG4gICAgICAgICAgbWFwKHQgPT4gdCAqIHQgKiB0KSxcbiAgICAgICAgICBtYXAodCA9PiBzb3VyY2UgKiAoMSAtIHQpICsgZGVzdGluYXRpb24gKiB0KSxcbiAgICAgICAgKTtcbiAgICAgIH0pLFxuICAgICAgdGFrZVVudGlsKHRoaXMuX29uRGVzdHJveSQpLFxuICAgICk7XG5cbiAgICB0aGlzLl9zdWJzLnB1c2goXG4gICAgICBhY3RpdmVkJC5zdWJzY3JpYmUodGhpcy5hY3RpdmVkQ2hhbmdlKSxcbiAgICAgIHNjcm9sbFR3ZWVuJC5zdWJzY3JpYmUodHdlZW5WYWx1ZSA9PiB7XG4gICAgICAgIHRoaXMuc2Nyb2xsVG9wID0gdHdlZW5WYWx1ZTtcbiAgICAgIH0pLFxuICAgICk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLl9zdWJzLmZvckVhY2goc3ViID0+IHN1Yi51bnN1YnNjcmliZSgpKTtcbiAgICB0aGlzLl9vbkRlc3Ryb3kkLm5leHQoKTtcbiAgfVxuXG4gIHNjcm9sbFRvKGNvbnRlbnQ6IHN0cmluZyB8IHN0cmluZ1tdKSB7XG4gICAgaWYgKEFycmF5LmlzQXJyYXkoY29udGVudCkpIHtcbiAgICAgIHRoaXMuX3Njcm9sbFRvJC5uZXh0KGNvbnRlbnRbMF0pO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zY3JvbGxUbyQubmV4dChjb250ZW50KTtcbiAgICB9XG4gIH1cblxuICByZWdpc3RlckNvbnRlbnQodG9jQ29udGVudDogVG9jQ29udGVudERpcmVjdGl2ZSkge1xuICAgIHRoaXMuX2NvbnRlbnRzID0gWy4uLnRoaXMuX2NvbnRlbnRzLCB0b2NDb250ZW50XTtcbiAgfVxuXG4gIGRlcmVnaXN0ZXJDb250ZW50KHRvY0NvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUpIHtcbiAgICB0aGlzLl9jb250ZW50cyA9IHRoaXMuX2NvbnRlbnRzLmZpbHRlcihcbiAgICAgIGNvbnRlbnQgPT4gY29udGVudC5hdWlUb2NDb250ZW50ICE9PSB0b2NDb250ZW50LmF1aVRvY0NvbnRlbnQsXG4gICAgKTtcbiAgfVxufVxuIl19
111
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9jLWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdGFibGUtb2YtY29udGVudHMvdG9jLWNvbnRhaW5lci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUdMLFNBQVMsRUFFVCxZQUFZLEVBQ1osWUFBWSxFQUVaLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsS0FBSyxFQUNMLE9BQU8sRUFFUCx1QkFBdUIsRUFDdkIsRUFBRSxFQUNGLFlBQVksRUFDWixPQUFPLEVBQ1AsR0FBRyxFQUNILFNBQVMsRUFDVCxNQUFNLEVBQ04sU0FBUyxFQUNULFNBQVMsRUFDVCxTQUFTLEVBQ1QsU0FBUyxFQUNULEdBQUcsR0FDSixNQUFNLE1BQU0sQ0FBQzs7QUFRZCxNQUFNLE9BQU8scUJBQXFCO0lBNEJiO0lBMUJuQixhQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQUVuQyxTQUFTLEdBQTBCLEVBQUUsQ0FBQztJQUM3QixXQUFXLEdBQUcsSUFBSSxPQUFPLEVBQVUsQ0FBQztJQUNwQyxVQUFVLEdBQUcsSUFBSSxPQUFPLEVBQVUsQ0FBQztJQUNuQyxXQUFXLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUNsQyxLQUFLLEdBQW1CLEVBQUUsQ0FBQztJQUMzQixjQUFjLENBQWM7SUFFN0MsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDLFNBQVMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELElBQUksU0FBUyxDQUFDLEtBQWE7UUFDekIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDYixPQUFPLENBQ0wsSUFBSSxDQUFDLGNBQWMsQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTO1lBQ2hFLElB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RUFBRSxDQUFDLEdBQUcsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELFFBQVEsQ0FBQyxPQUEwQjtRQUNqQyxJQUFJLEtBQUssQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDbEM7YUFBTTtZQUNMLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1NBQy9CO0lBQ0gsQ0FBQztJQUVELGVBQWUsQ0FBQyxVQUErQjtRQUM3QyxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxVQUErQjtRQUMvQyxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUNwQyxPQUFPLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxhQUFhLEtBQUssVUFBVSxDQUFDLGFBQWEsQ0FDOUQsQ0FBQztJQUNKLENBQUM7dUdBdEpVLHFCQUFxQjsyRkFBckIscUJBQXFCOzsyRkFBckIscUJBQXFCO2tCQUpqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLFFBQVEsRUFBRSxpQkFBaUI7aUJBQzVCO2lJQUdDLGFBQWE7c0JBRFosTUFBTTtnQkFpRVAsUUFBUTtzQkFEUCxZQUFZO3VCQUFDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RMaXN0ZW5lcixcbiAgT25EZXN0cm95LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgRU1QVFksXG4gIFN1YmplY3QsXG4gIFN1YnNjcmlwdGlvbixcbiAgYW5pbWF0aW9uRnJhbWVTY2hlZHVsZXIsXG4gIG9mLFxuICBkZWJvdW5jZVRpbWUsXG4gIGVuZFdpdGgsXG4gIG1hcCxcbiAgb2JzZXJ2ZU9uLFxuICByZXBlYXQsXG4gIHN0YXJ0V2l0aCxcbiAgc3dpdGNoTWFwLFxuICB0YWtlVW50aWwsXG4gIHRha2VXaGlsZSxcbiAgdGFwLFxufSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgVG9jQ29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vdG9jLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2F1aVRvY0NvbnRhaW5lcl0nLFxuICBleHBvcnRBczogJ2F1aVRvY0NvbnRhaW5lcicsXG59KVxuZXhwb3J0IGNsYXNzIFRvY0NvbnRhaW5lckRpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQsIE9uRGVzdHJveSB7XG4gIEBPdXRwdXQoKVxuICBhY3RpdmVkQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgcHJpdmF0ZSBfY29udGVudHM6IFRvY0NvbnRlbnREaXJlY3RpdmVbXSA9IFtdO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zY3JvbGxUb3AkID0gbmV3IFN1YmplY3Q8bnVtYmVyPigpO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zY3JvbGxUbyQgPSBuZXcgU3ViamVjdDxzdHJpbmc+KCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgX29uRGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuICBwcml2YXRlIHJlYWRvbmx5IF9zdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xuICBwcml2YXRlIHJlYWRvbmx5IF9uYXRpdmVFbGVtZW50OiBIVE1MRWxlbWVudDtcblxuICBnZXQgc2Nyb2xsVG9wKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMuX25hdGl2ZUVsZW1lbnQuc2Nyb2xsVG9wIHx8IDA7XG4gIH1cblxuICBzZXQgc2Nyb2xsVG9wKHZhbHVlOiBudW1iZXIpIHtcbiAgICB0aGlzLl9uYXRpdmVFbGVtZW50LnNjcm9sbFRvcCA9IHZhbHVlO1xuICB9XG5cbiAgZ2V0IGlzU2Nyb2xsRW5kKCkge1xuICAgIHJldHVybiAoXG4gICAgICB0aGlzLl9uYXRpdmVFbGVtZW50LnNjcm9sbEhlaWdodCAtIHRoaXMuX25hdGl2ZUVsZW1lbnQuc2Nyb2xsVG9wID09PVxuICAgICAgdGhpcy5fbmF0aXZlRWxlbWVudC5jbGllbnRIZWlnaHRcbiAgICApO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgcHJpdmF0ZSByZWFkb25seSBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHtcbiAgICB0aGlzLl9uYXRpdmVFbGVtZW50ID0gZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgZ2V0T2Zmc2V0VG9wKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogbnVtYmVyIHtcbiAgICBpZiAoZWxlbWVudC5wYXJlbnRFbGVtZW50ID09PSB0aGlzLl9uYXRpdmVFbGVtZW50KSB7XG4gICAgICByZXR1cm4gZWxlbWVudC5vZmZzZXRUb3A7XG4gICAgfVxuICAgIHJldHVybiBlbGVtZW50Lm9mZnNldFRvcCArIHRoaXMuZ2V0T2Zmc2V0VG9wKGVsZW1lbnQucGFyZW50RWxlbWVudCk7XG4gIH1cblxuICBwcml2YXRlIGdldE1pbkNvbnRlbnQoc2Nyb2xsVG9wOiBudW1iZXIpIHtcbiAgICByZXR1cm4gKG1pbkNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUsIGNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUpID0+IHtcbiAgICAgIGlmIChcbiAgICAgICAgTWF0aC5hYnMoc2Nyb2xsVG9wIC0gdGhpcy5nZXRPZmZzZXRUb3AoY29udGVudC5uYXRpdmVFbGVtZW50KSkgPFxuICAgICAgICBNYXRoLmFicyhzY3JvbGxUb3AgLSB0aGlzLmdldE9mZnNldFRvcChtaW5Db250ZW50Lm5hdGl2ZUVsZW1lbnQpKVxuICAgICAgKSB7XG4gICAgICAgIG1pbkNvbnRlbnQgPSBjb250ZW50O1xuICAgICAgfVxuICAgICAgcmV0dXJuIG1pbkNvbnRlbnQ7XG4gICAgfTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0TWF4Q29udGVudChcbiAgICBtYXhDb250ZW50OiBUb2NDb250ZW50RGlyZWN0aXZlLFxuICAgIGNvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUsXG4gICkge1xuICAgIGlmIChcbiAgICAgIHRoaXMuZ2V0T2Zmc2V0VG9wKGNvbnRlbnQubmF0aXZlRWxlbWVudCkgPlxuICAgICAgdGhpcy5nZXRPZmZzZXRUb3AobWF4Q29udGVudC5uYXRpdmVFbGVtZW50KVxuICAgICkge1xuICAgICAgbWF4Q29udGVudCA9IGNvbnRlbnQ7XG4gICAgfVxuICAgIHJldHVybiBtYXhDb250ZW50O1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignc2Nyb2xsJylcbiAgb25TY3JvbGwoKSB7XG4gICAgdGhpcy5fc2Nyb2xsVG9wJC5uZXh0KHRoaXMuc2Nyb2xsVG9wKTtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICBjb25zdCBhY3RpdmVkJCA9IHRoaXMuX3Njcm9sbFRvcCRcbiAgICAgIC5waXBlKFxuICAgICAgICBzdGFydFdpdGgodGhpcy5zY3JvbGxUb3ApLFxuICAgICAgICBkZWJvdW5jZVRpbWUoMjAwKSxcbiAgICAgICAgbWFwKHNjcm9sbFRvcCA9PlxuICAgICAgICAgIHRoaXMuX2NvbnRlbnRzLnJlZHVjZShcbiAgICAgICAgICAgIHRoaXMuaXNTY3JvbGxFbmRcbiAgICAgICAgICAgICAgPyB0aGlzLmdldE1heENvbnRlbnQuYmluZCh0aGlzKVxuICAgICAgICAgICAgICA6IHRoaXMuZ2V0TWluQ29udGVudChzY3JvbGxUb3ApLFxuICAgICAgICAgICksXG4gICAgICAgICksXG4gICAgICAgIG1hcChhY3RpdmVkID0+IGFjdGl2ZWQuYXVpVG9jQ29udGVudCksXG4gICAgICApXG4gICAgICAucGlwZShcbiAgICAgICAgdGFwKGFjdGl2ZWQgPT4ge1xuICAgICAgICAgIHRoaXMuX2NvbnRlbnRzLmZvckVhY2goY29udGVudCA9PiB7XG4gICAgICAgICAgICBjb250ZW50LmFjdGl2ZSA9IGFjdGl2ZWQgPT09IGNvbnRlbnQuYXVpVG9jQ29udGVudDtcbiAgICAgICAgICB9KTtcbiAgICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICAgIH0pLFxuICAgICAgKTtcblxuICAgIGNvbnN0IHNjcm9sbFR3ZWVuJCA9IHRoaXMuX3Njcm9sbFRvJC5waXBlKFxuICAgICAgc3dpdGNoTWFwKG5hbWUgPT4ge1xuICAgICAgICBjb25zdCB0YXJnZXQgPSB0aGlzLl9jb250ZW50cy5maW5kKFxuICAgICAgICAgIGNvbnRlbnQgPT4gY29udGVudC5hdWlUb2NDb250ZW50ID09PSBuYW1lLFxuICAgICAgICApO1xuXG4gICAgICAgIGlmICghdGFyZ2V0KSB7XG4gICAgICAgICAgcmV0dXJuIEVNUFRZO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGRlc3RpbmF0aW9uID0gdGhpcy5nZXRPZmZzZXRUb3AodGFyZ2V0Lm5hdGl2ZUVsZW1lbnQpO1xuXG4gICAgICAgIGNvbnN0IHN0YXJ0ID0gcGVyZm9ybWFuY2Uubm93KCk7XG4gICAgICAgIGNvbnN0IHNvdXJjZSA9IHRoaXMuc2Nyb2xsVG9wO1xuICAgICAgICBjb25zdCBkdXJhdGlvbiA9IDUwMDtcblxuICAgICAgICByZXR1cm4gb2YoMCkucGlwZShcbiAgICAgICAgICBvYnNlcnZlT24oYW5pbWF0aW9uRnJhbWVTY2hlZHVsZXIpLFxuICAgICAgICAgIHJlcGVhdCgpLFxuICAgICAgICAgIG1hcCgoKSA9PiAocGVyZm9ybWFuY2Uubm93KCkgLSBzdGFydCkgLyBkdXJhdGlvbiksXG4gICAgICAgICAgdGFrZVdoaWxlKHQgPT4gdCA8IDEpLFxuICAgICAgICAgIGVuZFdpdGgoMSksXG4gICAgICAgICAgbWFwKHQgPT4gdCAqIHQgKiB0KSxcbiAgICAgICAgICBtYXAodCA9PiBzb3VyY2UgKiAoMSAtIHQpICsgZGVzdGluYXRpb24gKiB0KSxcbiAgICAgICAgKTtcbiAgICAgIH0pLFxuICAgICAgdGFrZVVudGlsKHRoaXMuX29uRGVzdHJveSQpLFxuICAgICk7XG5cbiAgICB0aGlzLl9zdWJzLnB1c2goXG4gICAgICBhY3RpdmVkJC5zdWJzY3JpYmUodGhpcy5hY3RpdmVkQ2hhbmdlKSxcbiAgICAgIHNjcm9sbFR3ZWVuJC5zdWJzY3JpYmUodHdlZW5WYWx1ZSA9PiB7XG4gICAgICAgIHRoaXMuc2Nyb2xsVG9wID0gdHdlZW5WYWx1ZTtcbiAgICAgIH0pLFxuICAgICk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLl9zdWJzLmZvckVhY2goc3ViID0+IHN1Yi51bnN1YnNjcmliZSgpKTtcbiAgICB0aGlzLl9vbkRlc3Ryb3kkLm5leHQoKTtcbiAgfVxuXG4gIHNjcm9sbFRvKGNvbnRlbnQ6IHN0cmluZyB8IHN0cmluZ1tdKSB7XG4gICAgaWYgKEFycmF5LmlzQXJyYXkoY29udGVudCkpIHtcbiAgICAgIHRoaXMuX3Njcm9sbFRvJC5uZXh0KGNvbnRlbnRbMF0pO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zY3JvbGxUbyQubmV4dChjb250ZW50KTtcbiAgICB9XG4gIH1cblxuICByZWdpc3RlckNvbnRlbnQodG9jQ29udGVudDogVG9jQ29udGVudERpcmVjdGl2ZSkge1xuICAgIHRoaXMuX2NvbnRlbnRzID0gWy4uLnRoaXMuX2NvbnRlbnRzLCB0b2NDb250ZW50XTtcbiAgfVxuXG4gIGRlcmVnaXN0ZXJDb250ZW50KHRvY0NvbnRlbnQ6IFRvY0NvbnRlbnREaXJlY3RpdmUpIHtcbiAgICB0aGlzLl9jb250ZW50cyA9IHRoaXMuX2NvbnRlbnRzLmZpbHRlcihcbiAgICAgIGNvbnRlbnQgPT4gY29udGVudC5hdWlUb2NDb250ZW50ICE9PSB0b2NDb250ZW50LmF1aVRvY0NvbnRlbnQsXG4gICAgKTtcbiAgfVxufVxuIl19
@@ -20,10 +20,10 @@ export class TocContentDirective {
20
20
  this.containerDirective.deregisterContent(this);
21
21
  }
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocContentDirective, deps: [{ token: i0.ElementRef }, { token: i1.TocContainerDirective, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
24
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TocContentDirective, selector: "[auiTocContent]", inputs: { auiTocContent: "auiTocContent" }, host: { properties: { "class.isActive": "this.active" } }, ngImport: i0 });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocContentDirective, deps: [{ token: i0.ElementRef }, { token: i1.TocContainerDirective, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
24
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TocContentDirective, selector: "[auiTocContent]", inputs: { auiTocContent: "auiTocContent" }, host: { properties: { "class.isActive": "this.active" } }, ngImport: i0 });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocContentDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocContentDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[auiTocContent]',
@@ -26,10 +26,10 @@ export class TocLinkDirective {
26
26
  ngOnDestroy() {
27
27
  this._subs.forEach(sub => sub.unsubscribe());
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocLinkDirective, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
30
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: TocLinkDirective, selector: "[auiTocLink]", inputs: { for: "for", auiTocLink: "auiTocLink" }, host: { listeners: { "click": "onClick()" }, properties: { "class.isActive": "this.active" } }, ngImport: i0 });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocLinkDirective, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
30
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TocLinkDirective, selector: "[auiTocLink]", inputs: { for: "for", auiTocLink: "auiTocLink" }, host: { listeners: { "click": "onClick()" }, properties: { "class.isActive": "this.active" } }, ngImport: i0 });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: TocLinkDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TocLinkDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '[auiTocLink]',