@cute-widgets/base 20.0.4 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/CHANGELOG.md +18 -6
  2. package/fesm2022/cute-widgets-base-abstract.mjs +19 -29
  3. package/fesm2022/cute-widgets-base-abstract.mjs.map +1 -1
  4. package/fesm2022/cute-widgets-base-alert.mjs +10 -10
  5. package/fesm2022/cute-widgets-base-alert.mjs.map +1 -1
  6. package/fesm2022/cute-widgets-base-autocomplete.mjs +14 -14
  7. package/fesm2022/cute-widgets-base-autocomplete.mjs.map +1 -1
  8. package/fesm2022/cute-widgets-base-badge.mjs +46 -14
  9. package/fesm2022/cute-widgets-base-badge.mjs.map +1 -1
  10. package/fesm2022/cute-widgets-base-bottom-sheet.mjs +11 -11
  11. package/fesm2022/cute-widgets-base-bottom-sheet.mjs.map +1 -1
  12. package/fesm2022/cute-widgets-base-button-toggle.mjs +61 -37
  13. package/fesm2022/cute-widgets-base-button-toggle.mjs.map +1 -1
  14. package/fesm2022/cute-widgets-base-button.mjs +176 -112
  15. package/fesm2022/cute-widgets-base-button.mjs.map +1 -1
  16. package/fesm2022/cute-widgets-base-card.mjs +40 -40
  17. package/fesm2022/cute-widgets-base-card.mjs.map +1 -1
  18. package/fesm2022/cute-widgets-base-checkbox.mjs +28 -28
  19. package/fesm2022/cute-widgets-base-checkbox.mjs.map +1 -1
  20. package/fesm2022/cute-widgets-base-chips.mjs +49 -61
  21. package/fesm2022/cute-widgets-base-chips.mjs.map +1 -1
  22. package/fesm2022/cute-widgets-base-collapse.mjs +120 -132
  23. package/fesm2022/cute-widgets-base-collapse.mjs.map +1 -1
  24. package/fesm2022/cute-widgets-base-core-datetime.mjs +11 -11
  25. package/fesm2022/cute-widgets-base-core-datetime.mjs.map +1 -1
  26. package/fesm2022/cute-widgets-base-core-directives.mjs +21 -21
  27. package/fesm2022/cute-widgets-base-core-directives.mjs.map +1 -1
  28. package/fesm2022/cute-widgets-base-core-error.mjs +6 -6
  29. package/fesm2022/cute-widgets-base-core-error.mjs.map +1 -1
  30. package/fesm2022/cute-widgets-base-core-layout.mjs +13 -1
  31. package/fesm2022/cute-widgets-base-core-layout.mjs.map +1 -1
  32. package/fesm2022/cute-widgets-base-core-line.mjs +7 -7
  33. package/fesm2022/cute-widgets-base-core-line.mjs.map +1 -1
  34. package/fesm2022/cute-widgets-base-core-nav.mjs +30 -28
  35. package/fesm2022/cute-widgets-base-core-nav.mjs.map +1 -1
  36. package/fesm2022/cute-widgets-base-core-observers.mjs +16 -16
  37. package/fesm2022/cute-widgets-base-core-observers.mjs.map +1 -1
  38. package/fesm2022/cute-widgets-base-core-option.mjs +10 -10
  39. package/fesm2022/cute-widgets-base-core-option.mjs.map +1 -1
  40. package/fesm2022/cute-widgets-base-core-pipes.mjs +6 -6
  41. package/fesm2022/cute-widgets-base-core-pipes.mjs.map +1 -1
  42. package/fesm2022/cute-widgets-base-core-ripple.mjs +3 -3
  43. package/fesm2022/cute-widgets-base-core-ripple.mjs.map +1 -1
  44. package/fesm2022/cute-widgets-base-core-theming.mjs +7 -7
  45. package/fesm2022/cute-widgets-base-core-theming.mjs.map +1 -1
  46. package/fesm2022/cute-widgets-base-core-utils.mjs +3 -3
  47. package/fesm2022/cute-widgets-base-core-utils.mjs.map +1 -1
  48. package/fesm2022/cute-widgets-base-core.mjs +50 -38
  49. package/fesm2022/cute-widgets-base-core.mjs.map +1 -1
  50. package/fesm2022/cute-widgets-base-datepicker.mjs +100 -99
  51. package/fesm2022/cute-widgets-base-datepicker.mjs.map +1 -1
  52. package/fesm2022/cute-widgets-base-dialog.mjs +170 -135
  53. package/fesm2022/cute-widgets-base-dialog.mjs.map +1 -1
  54. package/fesm2022/cute-widgets-base-divider.mjs +7 -7
  55. package/fesm2022/cute-widgets-base-divider.mjs.map +1 -1
  56. package/fesm2022/cute-widgets-base-expansion.mjs +27 -27
  57. package/fesm2022/cute-widgets-base-expansion.mjs.map +1 -1
  58. package/fesm2022/cute-widgets-base-form-field.mjs +28 -28
  59. package/fesm2022/cute-widgets-base-form-field.mjs.map +1 -1
  60. package/fesm2022/cute-widgets-base-grid-list.mjs +22 -22
  61. package/fesm2022/cute-widgets-base-grid-list.mjs.map +1 -1
  62. package/fesm2022/cute-widgets-base-icon.mjs +10 -10
  63. package/fesm2022/cute-widgets-base-icon.mjs.map +1 -1
  64. package/fesm2022/cute-widgets-base-input.mjs +7 -7
  65. package/fesm2022/cute-widgets-base-input.mjs.map +1 -1
  66. package/fesm2022/cute-widgets-base-layout-container.mjs +10 -10
  67. package/fesm2022/cute-widgets-base-layout-container.mjs.map +1 -1
  68. package/fesm2022/cute-widgets-base-layout-stack.mjs +13 -13
  69. package/fesm2022/cute-widgets-base-layout-stack.mjs.map +1 -1
  70. package/fesm2022/cute-widgets-base-layout.mjs +23 -23
  71. package/fesm2022/cute-widgets-base-layout.mjs.map +1 -1
  72. package/fesm2022/cute-widgets-base-list.mjs +56 -56
  73. package/fesm2022/cute-widgets-base-list.mjs.map +1 -1
  74. package/fesm2022/cute-widgets-base-menu.mjs +581 -388
  75. package/fesm2022/cute-widgets-base-menu.mjs.map +1 -1
  76. package/fesm2022/cute-widgets-base-navbar.mjs +101 -61
  77. package/fesm2022/cute-widgets-base-navbar.mjs.map +1 -1
  78. package/fesm2022/cute-widgets-base-paginator.mjs +13 -13
  79. package/fesm2022/cute-widgets-base-paginator.mjs.map +1 -1
  80. package/fesm2022/cute-widgets-base-progress.mjs +10 -10
  81. package/fesm2022/cute-widgets-base-progress.mjs.map +1 -1
  82. package/fesm2022/cute-widgets-base-radio.mjs +11 -11
  83. package/fesm2022/cute-widgets-base-radio.mjs.map +1 -1
  84. package/fesm2022/cute-widgets-base-select.mjs +11 -11
  85. package/fesm2022/cute-widgets-base-select.mjs.map +1 -1
  86. package/fesm2022/cute-widgets-base-sidenav.mjs +26 -26
  87. package/fesm2022/cute-widgets-base-sidenav.mjs.map +1 -1
  88. package/fesm2022/cute-widgets-base-slider.mjs +10 -10
  89. package/fesm2022/cute-widgets-base-slider.mjs.map +1 -1
  90. package/fesm2022/cute-widgets-base-snack-bar.mjs +28 -28
  91. package/fesm2022/cute-widgets-base-snack-bar.mjs.map +1 -1
  92. package/fesm2022/cute-widgets-base-sort.mjs +13 -13
  93. package/fesm2022/cute-widgets-base-sort.mjs.map +1 -1
  94. package/fesm2022/cute-widgets-base-spinner.mjs +8 -8
  95. package/fesm2022/cute-widgets-base-spinner.mjs.map +1 -1
  96. package/fesm2022/cute-widgets-base-stepper.mjs +40 -40
  97. package/fesm2022/cute-widgets-base-stepper.mjs.map +1 -1
  98. package/fesm2022/cute-widgets-base-table.mjs +58 -66
  99. package/fesm2022/cute-widgets-base-table.mjs.map +1 -1
  100. package/fesm2022/cute-widgets-base-tabs.mjs +100 -75
  101. package/fesm2022/cute-widgets-base-tabs.mjs.map +1 -1
  102. package/fesm2022/cute-widgets-base-timepicker.mjs +34 -63
  103. package/fesm2022/cute-widgets-base-timepicker.mjs.map +1 -1
  104. package/fesm2022/cute-widgets-base-toolbar.mjs +13 -13
  105. package/fesm2022/cute-widgets-base-toolbar.mjs.map +1 -1
  106. package/fesm2022/cute-widgets-base-tooltip.mjs +10 -10
  107. package/fesm2022/cute-widgets-base-tooltip.mjs.map +1 -1
  108. package/fesm2022/cute-widgets-base-tree.mjs +25 -25
  109. package/fesm2022/cute-widgets-base-tree.mjs.map +1 -1
  110. package/fesm2022/cute-widgets-base.mjs +4 -4
  111. package/package.json +121 -121
  112. package/{abstract/index.d.ts → types/cute-widgets-base-abstract.d.ts} +9 -3
  113. package/{autocomplete/index.d.ts → types/cute-widgets-base-autocomplete.d.ts} +2 -2
  114. package/{badge/index.d.ts → types/cute-widgets-base-badge.d.ts} +6 -5
  115. package/{bottom-sheet/index.d.ts → types/cute-widgets-base-bottom-sheet.d.ts} +1 -1
  116. package/{button-toggle/index.d.ts → types/cute-widgets-base-button-toggle.d.ts} +15 -5
  117. package/{button/index.d.ts → types/cute-widgets-base-button.d.ts} +44 -22
  118. package/{checkbox/index.d.ts → types/cute-widgets-base-checkbox.d.ts} +1 -1
  119. package/{chips/index.d.ts → types/cute-widgets-base-chips.d.ts} +1 -1
  120. package/types/cute-widgets-base-collapse.d.ts +98 -0
  121. package/{core/layout/index.d.ts → types/cute-widgets-base-core-layout.d.ts} +7 -1
  122. package/{core/nav/index.d.ts → types/cute-widgets-base-core-nav.d.ts} +2 -1
  123. package/{core/observers/index.d.ts → types/cute-widgets-base-core-observers.d.ts} +1 -1
  124. package/{core/option/index.d.ts → types/cute-widgets-base-core-option.d.ts} +1 -1
  125. package/{core/index.d.ts → types/cute-widgets-base-core.d.ts} +7 -1
  126. package/{datepicker/index.d.ts → types/cute-widgets-base-datepicker.d.ts} +2 -2
  127. package/{dialog/index.d.ts → types/cute-widgets-base-dialog.d.ts} +81 -57
  128. package/{expansion/index.d.ts → types/cute-widgets-base-expansion.d.ts} +4 -14
  129. package/{form-field/index.d.ts → types/cute-widgets-base-form-field.d.ts} +1 -1
  130. package/{icon/index.d.ts → types/cute-widgets-base-icon.d.ts} +1 -1
  131. package/{input/index.d.ts → types/cute-widgets-base-input.d.ts} +1 -1
  132. package/{menu/index.d.ts → types/cute-widgets-base-menu.d.ts} +202 -121
  133. package/{navbar/index.d.ts → types/cute-widgets-base-navbar.d.ts} +24 -9
  134. package/{paginator/index.d.ts → types/cute-widgets-base-paginator.d.ts} +2 -2
  135. package/{progress/index.d.ts → types/cute-widgets-base-progress.d.ts} +1 -1
  136. package/{radio/index.d.ts → types/cute-widgets-base-radio.d.ts} +2 -2
  137. package/{sidenav/index.d.ts → types/cute-widgets-base-sidenav.d.ts} +1 -1
  138. package/{snack-bar/index.d.ts → types/cute-widgets-base-snack-bar.d.ts} +1 -1
  139. package/{sort/index.d.ts → types/cute-widgets-base-sort.d.ts} +1 -1
  140. package/{table/index.d.ts → types/cute-widgets-base-table.d.ts} +1 -1
  141. package/{tabs/index.d.ts → types/cute-widgets-base-tabs.d.ts} +35 -14
  142. package/{tree/index.d.ts → types/cute-widgets-base-tree.d.ts} +2 -2
  143. package/collapse/index.d.ts +0 -97
  144. /package/{alert/index.d.ts → types/cute-widgets-base-alert.d.ts} +0 -0
  145. /package/{card/index.d.ts → types/cute-widgets-base-card.d.ts} +0 -0
  146. /package/{core/animation/index.d.ts → types/cute-widgets-base-core-animation.d.ts} +0 -0
  147. /package/{core/datetime/index.d.ts → types/cute-widgets-base-core-datetime.d.ts} +0 -0
  148. /package/{core/directives/index.d.ts → types/cute-widgets-base-core-directives.d.ts} +0 -0
  149. /package/{core/error/index.d.ts → types/cute-widgets-base-core-error.d.ts} +0 -0
  150. /package/{core/interfaces/index.d.ts → types/cute-widgets-base-core-interfaces.d.ts} +0 -0
  151. /package/{core/line/index.d.ts → types/cute-widgets-base-core-line.d.ts} +0 -0
  152. /package/{core/pipes/index.d.ts → types/cute-widgets-base-core-pipes.d.ts} +0 -0
  153. /package/{core/ripple/index.d.ts → types/cute-widgets-base-core-ripple.d.ts} +0 -0
  154. /package/{core/testing/index.d.ts → types/cute-widgets-base-core-testing.d.ts} +0 -0
  155. /package/{core/theming/index.d.ts → types/cute-widgets-base-core-theming.d.ts} +0 -0
  156. /package/{core/types/index.d.ts → types/cute-widgets-base-core-types.d.ts} +0 -0
  157. /package/{core/utils/index.d.ts → types/cute-widgets-base-core-utils.d.ts} +0 -0
  158. /package/{divider/index.d.ts → types/cute-widgets-base-divider.d.ts} +0 -0
  159. /package/{grid-list/index.d.ts → types/cute-widgets-base-grid-list.d.ts} +0 -0
  160. /package/{layout/container/index.d.ts → types/cute-widgets-base-layout-container.d.ts} +0 -0
  161. /package/{layout/stack/index.d.ts → types/cute-widgets-base-layout-stack.d.ts} +0 -0
  162. /package/{layout/index.d.ts → types/cute-widgets-base-layout.d.ts} +0 -0
  163. /package/{list/index.d.ts → types/cute-widgets-base-list.d.ts} +0 -0
  164. /package/{select/index.d.ts → types/cute-widgets-base-select.d.ts} +0 -0
  165. /package/{slider/index.d.ts → types/cute-widgets-base-slider.d.ts} +0 -0
  166. /package/{spinner/index.d.ts → types/cute-widgets-base-spinner.d.ts} +0 -0
  167. /package/{stepper/index.d.ts → types/cute-widgets-base-stepper.d.ts} +0 -0
  168. /package/{timepicker/index.d.ts → types/cute-widgets-base-timepicker.d.ts} +0 -0
  169. /package/{toolbar/index.d.ts → types/cute-widgets-base-toolbar.d.ts} +0 -0
  170. /package/{tooltip/index.d.ts → types/cute-widgets-base-tooltip.d.ts} +0 -0
  171. /package/{index.d.ts → types/cute-widgets-base.d.ts} +0 -0
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, Directive, booleanAttribute, Input, HostBinding, ChangeDetectionStrategy, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import { CdkTable, HeaderRowOutlet, DataRowOutlet, NoDataRowOutlet, FooterRowOutlet, CDK_TABLE, STICKY_POSITIONING_LISTENER, CdkCellDef, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkHeaderCell, CdkFooterCell, CdkCell, CdkHeaderRowDef, CdkFooterRowDef, CdkRowDef, CdkHeaderRow, CdkCellOutlet, CdkFooterRow, CdkRow, CdkNoDataRow, CdkTextColumn, CdkTableModule } from '@angular/cdk/table';
4
- import { _RecycleViewRepeaterStrategy, _VIEW_REPEATER_STRATEGY, _DisposeViewRepeaterStrategy, DataSource } from '@angular/cdk/collections';
5
4
  import { BehaviorSubject, Subject, merge, of, combineLatest } from 'rxjs';
5
+ import { DataSource } from '@angular/cdk/collections';
6
6
  import { _isNumberValue } from '@angular/cdk/coercion';
7
7
  import { map } from 'rxjs/operators';
8
8
  import { CommonModule } from '@angular/common';
@@ -31,15 +31,13 @@ const CUTE_TABLE = new InjectionToken("CUTE_TABLE");
31
31
  * @breaking-change 23.0.0
32
32
  */
33
33
  class CuteRecycleRows {
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
35
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteRecycleRows, isStandalone: true, selector: "cute-table[recycleRows], table[cute-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
35
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteRecycleRows, isStandalone: true, selector: "cute-table[recycleRows], table[cute-table][recycleRows]", ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRecycleRows, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRecycleRows, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: 'cute-table[recycleRows], table[cute-table][recycleRows]',
41
- providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }],
42
- standalone: true,
43
41
  }]
44
42
  }] });
45
43
  /**
@@ -102,14 +100,11 @@ class CuteTable extends CdkTable {
102
100
  this.updateStickyFooterRowStyles();
103
101
  this.updateStickyColumnStyles();
104
102
  }
105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTable, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
106
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: CuteTable, isStandalone: true, selector: "cute-table, table[cute-table]", inputs: { color: "color", borderColor: "borderColor", stripedRows: ["stripedRows", "stripedRows", booleanAttribute], stripedColumns: ["stripedColumns", "stripedColumns", booleanAttribute], hoveredRows: ["hoveredRows", "hoveredRows", booleanAttribute], compact: ["compact", "compact", booleanAttribute], displayBorders: "displayBorders", divideGroups: ["divideGroups", "divideGroups", booleanAttribute], verticalHeads: ["verticalHeads", "verticalHeads", booleanAttribute] }, host: { properties: { "class.cute-table-fixed-layout": "fixedLayout", "class.table-hover": "hoveredRows", "class.table-striped": "stripedRows", "class.table-striped-columns": "stripedColumns", "class.table-bordered": "displayBorders==\"all\"", "class.table-borderless": "displayBorders==\"none\"", "class.table-sm": "compact", "class.cute-table-vertical-head": "verticalHeads", "style.--bs-table-border-color": "borderColor ? \"var(--bs-\"+borderColor+\")\" : undefined", "class": "this.classList" }, classAttribute: "cute-table table" }, providers: [
103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTable, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
104
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: CuteTable, isStandalone: true, selector: "cute-table, table[cute-table]", inputs: { color: "color", borderColor: "borderColor", stripedRows: ["stripedRows", "stripedRows", booleanAttribute], stripedColumns: ["stripedColumns", "stripedColumns", booleanAttribute], hoveredRows: ["hoveredRows", "hoveredRows", booleanAttribute], compact: ["compact", "compact", booleanAttribute], displayBorders: "displayBorders", divideGroups: ["divideGroups", "divideGroups", booleanAttribute], verticalHeads: ["verticalHeads", "verticalHeads", booleanAttribute] }, host: { properties: { "class.cute-table-fixed-layout": "fixedLayout", "class.table-hover": "hoveredRows", "class.table-striped": "stripedRows", "class.table-striped-columns": "stripedColumns", "class.table-bordered": "displayBorders==\"all\"", "class.table-borderless": "displayBorders==\"none\"", "class.table-sm": "compact", "class.cute-table-vertical-head": "verticalHeads", "style.--bs-table-border-color": "borderColor ? \"var(--bs-\"+borderColor+\")\" : undefined", "class": "this.classList" }, classAttribute: "cute-table table" }, providers: [
107
105
  { provide: CdkTable, useExisting: CuteTable },
108
106
  { provide: CDK_TABLE, useExisting: CuteTable },
109
107
  { provide: CUTE_TABLE, useExisting: CuteTable },
110
- // TODO(michaeljamesparsons) Abstract the view repeater strategy to a directive API so this code
111
- // is only included in the build if used.
112
- { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
113
108
  // Prevent nested tables from seeing this table's StickyPositioningListener.
114
109
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
115
110
  ], exportAs: ["cuteTable"], usesInheritance: true, ngImport: i0, template: `
@@ -141,9 +136,9 @@ class CuteTable extends CdkTable {
141
136
  <ng-container noDataRowOutlet/>
142
137
  <ng-container footerRowOutlet/>
143
138
  }
144
- `, isInline: true, styles: [".cute-table-sticky{position:sticky!important}.cute-table{table-layout:auto;white-space:normal;border-spacing:0;border-collapse:separate;min-width:100%;background-color:var(--bs-table-bg)}.cute-table>tfoot{font-weight:700}.cute-table.cute-table-vertical-head thead th{position:relative;writing-mode:vertical-lr;white-space:wrap;transform:rotate(180deg)}.cute-table .table-group-divider tr:first-child td,.cute-table .table-group-divider tr:first-child th{border-top:calc(var(--bs-border-width) * 2) solid var(--bs-table-border-color)}.cute-table.table-bordered>:not(caption)>*>*{border-width:0}.cute-table.table-bordered th{border-top:var(--bs-border-width) solid var(--bs-table-border-color);border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered td{border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered th:first-child,.cute-table.table-bordered td:first-child{border-left:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.cute-table-fixed-layout{table-layout:fixed}.cute-table .cute-table-sticky-border-elem-right{border-left:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-table .cute-table-sticky-border-elem-left{border-right:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-row,.cute-header-row,.cute-footer-row{-webkit-font-smoothing:antialiased}.cute-cell,.cute-header-cell,.cute-footer-cell{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none}\n"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
139
+ `, isInline: true, styles: [".cute-table-sticky{position:sticky!important}.cute-table{table-layout:auto;white-space:normal;border-spacing:0;border-collapse:separate;min-width:100%;background-color:var(--bs-table-bg)}.cute-table>tfoot{font-weight:700}.cute-table.cute-table-vertical-head thead th{position:relative;writing-mode:vertical-lr;white-space:wrap;transform:rotate(180deg)}.cute-table .table-group-divider tr:first-child td,.cute-table .table-group-divider tr:first-child th{border-top:calc(var(--bs-border-width) * 2) solid var(--bs-table-border-color)}.cute-table.table-bordered>:not(caption)>*>*{border-width:0}.cute-table.table-bordered th{border-top:var(--bs-border-width) solid var(--bs-table-border-color);border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered td{border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered th:first-child,.cute-table.table-bordered td:first-child{border-left:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.cute-table-fixed-layout{table-layout:fixed}.cute-table .cute-table-sticky-border-elem-right{border-left:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-table .cute-table-sticky-border-elem-left{border-right:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-row,.cute-header-row,.cute-footer-row{-webkit-font-smoothing:antialiased}.cute-cell,.cute-header-cell,.cute-footer-cell{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none}\n"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Eager, encapsulation: i0.ViewEncapsulation.None }); }
145
140
  }
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTable, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTable, decorators: [{
147
142
  type: Component,
148
143
  args: [{ selector: 'cute-table, table[cute-table]', exportAs: 'cuteTable', template: `
149
144
  <ng-content select="caption"/>
@@ -189,9 +184,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
189
184
  { provide: CdkTable, useExisting: CuteTable },
190
185
  { provide: CDK_TABLE, useExisting: CuteTable },
191
186
  { provide: CUTE_TABLE, useExisting: CuteTable },
192
- // TODO(michaeljamesparsons) Abstract the view repeater strategy to a directive API so this code
193
- // is only included in the build if used.
194
- { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
195
187
  // Prevent nested tables from seeing this table's StickyPositioningListener.
196
188
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
197
189
  ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, imports: [HeaderRowOutlet, DataRowOutlet, NoDataRowOutlet, FooterRowOutlet], styles: [".cute-table-sticky{position:sticky!important}.cute-table{table-layout:auto;white-space:normal;border-spacing:0;border-collapse:separate;min-width:100%;background-color:var(--bs-table-bg)}.cute-table>tfoot{font-weight:700}.cute-table.cute-table-vertical-head thead th{position:relative;writing-mode:vertical-lr;white-space:wrap;transform:rotate(180deg)}.cute-table .table-group-divider tr:first-child td,.cute-table .table-group-divider tr:first-child th{border-top:calc(var(--bs-border-width) * 2) solid var(--bs-table-border-color)}.cute-table.table-bordered>:not(caption)>*>*{border-width:0}.cute-table.table-bordered th{border-top:var(--bs-border-width) solid var(--bs-table-border-color);border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered td{border-bottom:var(--bs-border-width) solid var(--bs-table-border-color);border-right:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.table-bordered th:first-child,.cute-table.table-bordered td:first-child{border-left:var(--bs-border-width) solid var(--bs-table-border-color)}.cute-table.cute-table-fixed-layout{table-layout:fixed}.cute-table .cute-table-sticky-border-elem-right{border-left:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-table .cute-table-sticky-border-elem-left{border-right:var(--bs-border-width) solid var(--bs-table-border-color)!important}.cute-row,.cute-header-row,.cute-footer-row{-webkit-font-smoothing:antialiased}.cute-cell,.cute-header-cell,.cute-footer-cell{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none}\n"] }]
@@ -240,10 +232,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
240
232
  * Captures the template of a column's data row cell as well as cell-specific properties.
241
233
  */
242
234
  class CuteCellDef extends CdkCellDef {
243
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
244
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteCellDef, isStandalone: true, selector: "[cuteCellDef]", providers: [{ provide: CdkCellDef, useExisting: CuteCellDef }], usesInheritance: true, ngImport: i0 }); }
235
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
236
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteCellDef, isStandalone: true, selector: "[cuteCellDef]", providers: [{ provide: CdkCellDef, useExisting: CuteCellDef }], usesInheritance: true, ngImport: i0 }); }
245
237
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteCellDef, decorators: [{
238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteCellDef, decorators: [{
247
239
  type: Directive,
248
240
  args: [{
249
241
  selector: '[cuteCellDef]',
@@ -255,10 +247,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
255
247
  * Captures the template of a column's header cell and as well as cell-specific properties.
256
248
  */
257
249
  class CuteHeaderCellDef extends CdkHeaderCellDef {
258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
259
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteHeaderCellDef, isStandalone: true, selector: "[cuteHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: CuteHeaderCellDef }], usesInheritance: true, ngImport: i0 }); }
250
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
251
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteHeaderCellDef, isStandalone: true, selector: "[cuteHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: CuteHeaderCellDef }], usesInheritance: true, ngImport: i0 }); }
260
252
  }
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderCellDef, decorators: [{
253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderCellDef, decorators: [{
262
254
  type: Directive,
263
255
  args: [{
264
256
  selector: '[cuteHeaderCellDef]',
@@ -270,10 +262,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
270
262
  * Captures the template of a column's footer cell and as well as cell-specific properties.
271
263
  */
272
264
  class CuteFooterCellDef extends CdkFooterCellDef {
273
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
274
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteFooterCellDef, isStandalone: true, selector: "[cuteFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: CuteFooterCellDef }], usesInheritance: true, ngImport: i0 }); }
265
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
266
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteFooterCellDef, isStandalone: true, selector: "[cuteFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: CuteFooterCellDef }], usesInheritance: true, ngImport: i0 }); }
275
267
  }
276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterCellDef, decorators: [{
268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterCellDef, decorators: [{
277
269
  type: Directive,
278
270
  args: [{
279
271
  selector: '[cuteFooterCellDef]',
@@ -297,13 +289,13 @@ class CuteColumnDef extends CdkColumnDef {
297
289
  super._updateColumnCssClassName();
298
290
  this._columnCssClassName.push(`cute-column-${this.cssClassFriendlyName}`);
299
291
  }
300
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
301
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.15", type: CuteColumnDef, isStandalone: true, selector: "[cuteColumnDef]", inputs: { sticky: ["sticky", "sticky", booleanAttribute], name: ["cuteColumnDef", "name"] }, providers: [
292
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
293
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.2.0", type: CuteColumnDef, isStandalone: true, selector: "[cuteColumnDef]", inputs: { sticky: ["sticky", "sticky", booleanAttribute], name: ["cuteColumnDef", "name"] }, providers: [
302
294
  { provide: CdkColumnDef, useExisting: CuteColumnDef },
303
295
  { provide: 'CUTE_SORT_HEADER_COLUMN_DEF', useExisting: CuteColumnDef },
304
296
  ], usesInheritance: true, ngImport: i0 }); }
305
297
  }
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteColumnDef, decorators: [{
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteColumnDef, decorators: [{
307
299
  type: Directive,
308
300
  args: [{
309
301
  selector: '[cuteColumnDef]',
@@ -320,10 +312,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
320
312
  }] } });
321
313
  /** Header cell template container that adds the right classes and role. */
322
314
  class CuteHeaderCell extends CdkHeaderCell {
323
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
324
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteHeaderCell, isStandalone: true, selector: "cute-header-cell, th[cute-header-cell]", inputs: { color: "color" }, host: { attributes: { "role": "columnheader" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-header-cell" }, usesInheritance: true, ngImport: i0 }); }
315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
316
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteHeaderCell, isStandalone: true, selector: "cute-header-cell, th[cute-header-cell]", inputs: { color: "color" }, host: { attributes: { "role": "columnheader" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-header-cell" }, usesInheritance: true, ngImport: i0 }); }
325
317
  }
326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderCell, decorators: [{
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderCell, decorators: [{
327
319
  type: Directive,
328
320
  args: [{
329
321
  selector: 'cute-header-cell, th[cute-header-cell]',
@@ -339,10 +331,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
339
331
  }] } });
340
332
  /** Footer cell template container that adds the right classes and role. */
341
333
  class CuteFooterCell extends CdkFooterCell {
342
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
343
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteFooterCell, isStandalone: true, selector: "cute-footer-cell, td[cute-footer-cell]", inputs: { color: "color" }, host: { properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
335
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteFooterCell, isStandalone: true, selector: "cute-footer-cell, td[cute-footer-cell]", inputs: { color: "color" }, host: { properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
344
336
  }
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterCell, decorators: [{
337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterCell, decorators: [{
346
338
  type: Directive,
347
339
  args: [{
348
340
  selector: 'cute-footer-cell, td[cute-footer-cell]',
@@ -362,10 +354,10 @@ class CuteCell extends CdkCell {
362
354
  /* Body cell's activity state */
363
355
  this.active = false;
364
356
  }
365
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
366
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.15", type: CuteCell, isStandalone: true, selector: "cute-cell, td[cute-cell]", inputs: { color: "color", active: ["active", "active", booleanAttribute] }, host: { properties: { "class.table-active": "active", "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-cell" }, usesInheritance: true, ngImport: i0 }); }
357
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteCell, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
358
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.2.0", type: CuteCell, isStandalone: true, selector: "cute-cell, td[cute-cell]", inputs: { color: "color", active: ["active", "active", booleanAttribute] }, host: { properties: { "class.table-active": "active", "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-cell" }, usesInheritance: true, ngImport: i0 }); }
367
359
  }
368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteCell, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteCell, decorators: [{
369
361
  type: Directive,
370
362
  args: [{
371
363
  selector: 'cute-cell, td[cute-cell]',
@@ -401,10 +393,10 @@ const ROW_TEMPLATE = `<ng-container cdkCellOutlet></ng-container>`;
401
393
  * Captures the header row's template and other header properties such as the columns to display.
402
394
  */
403
395
  class CuteHeaderRowDef extends CdkHeaderRowDef {
404
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
405
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.15", type: CuteHeaderRowDef, isStandalone: true, selector: "[cuteHeaderRowDef]", inputs: { columns: ["cuteHeaderRowDef", "columns"], sticky: ["cuteHeaderRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkHeaderRowDef, useExisting: CuteHeaderRowDef }], usesInheritance: true, ngImport: i0 }); }
396
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
397
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.2.0", type: CuteHeaderRowDef, isStandalone: true, selector: "[cuteHeaderRowDef]", inputs: { columns: ["cuteHeaderRowDef", "columns"], sticky: ["cuteHeaderRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkHeaderRowDef, useExisting: CuteHeaderRowDef }], usesInheritance: true, ngImport: i0 }); }
406
398
  }
407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderRowDef, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderRowDef, decorators: [{
408
400
  type: Directive,
409
401
  args: [{
410
402
  selector: '[cuteHeaderRowDef]',
@@ -420,10 +412,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
420
412
  * Captures the footer row's template and other footer properties such as the columns to display.
421
413
  */
422
414
  class CuteFooterRowDef extends CdkFooterRowDef {
423
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
424
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.15", type: CuteFooterRowDef, isStandalone: true, selector: "[cuteFooterRowDef]", inputs: { columns: ["cuteFooterRowDef", "columns"], sticky: ["cuteFooterRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkFooterRowDef, useExisting: CuteFooterRowDef }], usesInheritance: true, ngImport: i0 }); }
415
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
416
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.2.0", type: CuteFooterRowDef, isStandalone: true, selector: "[cuteFooterRowDef]", inputs: { columns: ["cuteFooterRowDef", "columns"], sticky: ["cuteFooterRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkFooterRowDef, useExisting: CuteFooterRowDef }], usesInheritance: true, ngImport: i0 }); }
425
417
  }
426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterRowDef, decorators: [{
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterRowDef, decorators: [{
427
419
  type: Directive,
428
420
  args: [{
429
421
  selector: '[cuteFooterRowDef]',
@@ -440,10 +432,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
440
432
  * a when predicate that describes when this row should be used.
441
433
  */
442
434
  class CuteRowDef extends CdkRowDef {
443
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
444
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteRowDef, isStandalone: true, selector: "[cuteRowDef]", inputs: { columns: ["cuteRowDefColumns", "columns"], when: ["cuteRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: CuteRowDef }], usesInheritance: true, ngImport: i0 }); }
435
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
436
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteRowDef, isStandalone: true, selector: "[cuteRowDef]", inputs: { columns: ["cuteRowDefColumns", "columns"], when: ["cuteRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: CuteRowDef }], usesInheritance: true, ngImport: i0 }); }
445
437
  }
446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRowDef, decorators: [{
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRowDef, decorators: [{
447
439
  type: Directive,
448
440
  args: [{
449
441
  selector: '[cuteRowDef]',
@@ -453,10 +445,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
453
445
  }] });
454
446
  /** Header template container that contains the cell outlet. Adds the right class and role. */
455
447
  class CuteHeaderRow extends CdkHeaderRow {
456
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
457
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: CuteHeaderRow, isStandalone: true, selector: "cute-header-row, tr[cute-header-row]", inputs: { color: "color" }, host: { attributes: { "role": "row" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: CuteHeaderRow }], exportAs: ["cuteHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
448
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
449
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: CuteHeaderRow, isStandalone: true, selector: "cute-header-row, tr[cute-header-row]", inputs: { color: "color" }, host: { attributes: { "role": "row" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: CuteHeaderRow }], exportAs: ["cuteHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Eager, encapsulation: i0.ViewEncapsulation.None }); }
458
450
  }
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHeaderRow, decorators: [{
451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteHeaderRow, decorators: [{
460
452
  type: Component,
461
453
  args: [{
462
454
  selector: 'cute-header-row, tr[cute-header-row]',
@@ -479,10 +471,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
479
471
  }] } });
480
472
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
481
473
  class CuteFooterRow extends CdkFooterRow {
482
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
483
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: CuteFooterRow, isStandalone: true, selector: "cute-footer-row, tr[cute-footer-row]", inputs: { color: "color" }, host: { attributes: { "role": "row" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: CuteFooterRow }], exportAs: ["cuteFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
474
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
475
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: CuteFooterRow, isStandalone: true, selector: "cute-footer-row, tr[cute-footer-row]", inputs: { color: "color" }, host: { attributes: { "role": "row" }, properties: { "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: CuteFooterRow }], exportAs: ["cuteFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Eager, encapsulation: i0.ViewEncapsulation.None }); }
484
476
  }
485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteFooterRow, decorators: [{
477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteFooterRow, decorators: [{
486
478
  type: Component,
487
479
  args: [{
488
480
  selector: 'cute-footer-row, tr[cute-footer-row]',
@@ -510,10 +502,10 @@ class CuteRow extends CdkRow {
510
502
  /* Whether the row has an active state */
511
503
  this.active = false;
512
504
  }
513
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
514
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: CuteRow, isStandalone: true, selector: "cute-row, tr[cute-row]", inputs: { color: "color", active: ["active", "active", booleanAttribute] }, host: { attributes: { "role": "row" }, properties: { "class.table-active": "active", "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-row" }, providers: [{ provide: CdkRow, useExisting: CuteRow }], exportAs: ["cuteRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
505
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
506
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.2.0", type: CuteRow, isStandalone: true, selector: "cute-row, tr[cute-row]", inputs: { color: "color", active: ["active", "active", booleanAttribute] }, host: { attributes: { "role": "row" }, properties: { "class.table-active": "active", "class": "color ? \"table-\"+color : \"\"" }, classAttribute: "cute-row" }, providers: [{ provide: CdkRow, useExisting: CuteRow }], exportAs: ["cuteRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Eager, encapsulation: i0.ViewEncapsulation.None }); }
515
507
  }
516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteRow, decorators: [{
508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteRow, decorators: [{
517
509
  type: Component,
518
510
  args: [{
519
511
  selector: 'cute-row, tr[cute-row]',
@@ -546,10 +538,10 @@ class CuteNoDataRow extends CdkNoDataRow {
546
538
  this._contentClassNames.push('cute-no-data-row', 'cute-row');
547
539
  this._cellClassNames.push('cute-cell', 'cute-no-data-cell');
548
540
  }
549
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteNoDataRow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
550
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteNoDataRow, isStandalone: true, selector: "ng-template[cuteNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: CuteNoDataRow }], usesInheritance: true, ngImport: i0 }); }
541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteNoDataRow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
542
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CuteNoDataRow, isStandalone: true, selector: "ng-template[cuteNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: CuteNoDataRow }], usesInheritance: true, ngImport: i0 }); }
551
543
  }
552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteNoDataRow, decorators: [{
544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteNoDataRow, decorators: [{
553
545
  type: Directive,
554
546
  args: [{
555
547
  selector: 'ng-template[cuteNoDataRow]',
@@ -896,8 +888,8 @@ class CuteTableDataSource extends DataSource {
896
888
  * input.
897
889
  */
898
890
  class CuteTextColumn extends CdkTextColumn {
899
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
900
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: CuteTextColumn, isStandalone: true, selector: "cute-text-column", usesInheritance: true, ngImport: i0, template: `
891
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
892
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: CuteTextColumn, isStandalone: true, selector: "cute-text-column", usesInheritance: true, ngImport: i0, template: `
901
893
  <ng-container cuteColumnDef>
902
894
  <th cute-header-cell *cuteHeaderCellDef [style.text-align]="justify">
903
895
  {{headerText}}
@@ -906,9 +898,9 @@ class CuteTextColumn extends CdkTextColumn {
906
898
  {{dataAccessor(data, name)}}
907
899
  </td>
908
900
  </ng-container>
909
- `, isInline: true, dependencies: [{ kind: "directive", type: CuteColumnDef, selector: "[cuteColumnDef]", inputs: ["sticky", "cuteColumnDef"] }, { kind: "directive", type: CuteHeaderCellDef, selector: "[cuteHeaderCellDef]" }, { kind: "directive", type: CuteHeaderCell, selector: "cute-header-cell, th[cute-header-cell]", inputs: ["color"] }, { kind: "directive", type: CuteCellDef, selector: "[cuteCellDef]" }, { kind: "directive", type: CuteCell, selector: "cute-cell, td[cute-cell]", inputs: ["color", "active"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
901
+ `, isInline: true, dependencies: [{ kind: "directive", type: CuteColumnDef, selector: "[cuteColumnDef]", inputs: ["sticky", "cuteColumnDef"] }, { kind: "directive", type: CuteHeaderCellDef, selector: "[cuteHeaderCellDef]" }, { kind: "directive", type: CuteHeaderCell, selector: "cute-header-cell, th[cute-header-cell]", inputs: ["color"] }, { kind: "directive", type: CuteCellDef, selector: "[cuteCellDef]" }, { kind: "directive", type: CuteCell, selector: "cute-cell, td[cute-cell]", inputs: ["color", "active"] }], changeDetection: i0.ChangeDetectionStrategy.Eager, encapsulation: i0.ViewEncapsulation.None }); }
910
902
  }
911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTextColumn, decorators: [{
903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTextColumn, decorators: [{
912
904
  type: Component,
913
905
  args: [{
914
906
  selector: 'cute-text-column',
@@ -966,8 +958,8 @@ const TYPES = [
966
958
  CuteTextColumn,
967
959
  ];
968
960
  class CuteTableModule {
969
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
970
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: CuteTableModule, imports: [CommonModule, CdkTableModule,
961
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
962
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: CuteTableModule, imports: [CommonModule, CdkTableModule,
971
963
  // Table
972
964
  CuteTable,
973
965
  CuteRecycleRows,
@@ -1010,9 +1002,9 @@ class CuteTableModule {
1010
1002
  CuteFooterRow,
1011
1003
  CuteNoDataRow,
1012
1004
  CuteTextColumn] }); }
1013
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTableModule, imports: [CommonModule, CdkTableModule] }); }
1005
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTableModule, imports: [CommonModule, CdkTableModule] }); }
1014
1006
  }
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteTableModule, decorators: [{
1007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CuteTableModule, decorators: [{
1016
1008
  type: NgModule,
1017
1009
  args: [{
1018
1010
  imports: [CommonModule, CdkTableModule, ...TYPES],