@ifsworld/granite-components 3.1.0 → 4.0.0-beta.3

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 (57) hide show
  1. package/bundles/ifsworld-granite-components.umd.js +165 -7
  2. package/bundles/ifsworld-granite-components.umd.js.map +1 -1
  3. package/bundles/ifsworld-granite-components.umd.min.js +3 -3
  4. package/bundles/ifsworld-granite-components.umd.min.js.map +1 -1
  5. package/esm2015/ifsworld-granite-components.js +5 -0
  6. package/esm2015/ifsworld-granite-components.js.map +1 -1
  7. package/esm2015/ifsworld-granite-components.metadata.json +1 -1
  8. package/esm2015/index.js +3 -0
  9. package/esm2015/index.js.map +1 -1
  10. package/esm2015/index.metadata.json +1 -1
  11. package/esm2015/lib/core/pipes/pure-pipes.module.js +11 -0
  12. package/esm2015/lib/core/pipes/pure-pipes.module.js.map +1 -0
  13. package/esm2015/lib/core/pipes/pure-pipes.module.metadata.json +1 -0
  14. package/esm2015/lib/core/pipes/title.pipe.js +15 -0
  15. package/esm2015/lib/core/pipes/title.pipe.js.map +1 -0
  16. package/esm2015/lib/core/pipes/title.pipe.metadata.json +1 -0
  17. package/esm2015/lib/radio-button/radio-button.component.js +3 -3
  18. package/esm2015/lib/radio-button/radio-button.component.js.map +1 -1
  19. package/esm2015/lib/radio-button/radio-button.component.metadata.json +1 -1
  20. package/esm2015/lib/table/cell/cell.js +12 -0
  21. package/esm2015/lib/table/cell/cell.js.map +1 -0
  22. package/esm2015/lib/table/cell/cell.metadata.json +1 -0
  23. package/esm2015/lib/table/cell/table-data-cell.component.js +20 -0
  24. package/esm2015/lib/table/cell/table-data-cell.component.js.map +1 -0
  25. package/esm2015/lib/table/cell/table-data-cell.component.metadata.json +1 -0
  26. package/esm2015/lib/table/cell/table-header-cell.component.js +13 -0
  27. package/esm2015/lib/table/cell/table-header-cell.component.js.map +1 -0
  28. package/esm2015/lib/table/cell/table-header-cell.component.metadata.json +1 -0
  29. package/esm2015/lib/table/column/table-column.directive.js +16 -0
  30. package/esm2015/lib/table/column/table-column.directive.js.map +1 -0
  31. package/esm2015/lib/table/column/table-column.directive.metadata.json +1 -0
  32. package/esm2015/lib/table/table-constants.library.js +4 -0
  33. package/esm2015/lib/table/table-constants.library.js.map +1 -0
  34. package/esm2015/lib/table/table-constants.library.metadata.json +1 -0
  35. package/esm2015/lib/table/table.component.js +28 -0
  36. package/esm2015/lib/table/table.component.js.map +1 -0
  37. package/esm2015/lib/table/table.component.metadata.json +1 -0
  38. package/esm2015/lib/table/table.module.js +24 -0
  39. package/esm2015/lib/table/table.module.js.map +1 -0
  40. package/esm2015/lib/table/table.module.metadata.json +1 -0
  41. package/fesm2015/ifsworld-granite-components.js +127 -5
  42. package/fesm2015/ifsworld-granite-components.js.map +1 -1
  43. package/ifsworld-granite-components.d.ts +5 -0
  44. package/ifsworld-granite-components.metadata.json +1 -1
  45. package/index.d.ts +3 -0
  46. package/lib/core/pipes/pure-pipes.module.d.ts +2 -0
  47. package/lib/core/pipes/title.pipe.d.ts +4 -0
  48. package/lib/radio-button/radio-button.component.d.ts +1 -1
  49. package/lib/table/cell/cell.d.ts +5 -0
  50. package/lib/table/cell/table-data-cell.component.d.ts +10 -0
  51. package/lib/table/cell/table-header-cell.component.d.ts +3 -0
  52. package/lib/table/column/table-column.directive.d.ts +13 -0
  53. package/lib/table/table-constants.library.d.ts +3 -0
  54. package/lib/table/table.component.d.ts +16 -0
  55. package/lib/table/table.module.d.ts +2 -0
  56. package/package.json +1 -1
  57. package/src/lib/core/style/_responsive.scss +1 -0
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/cdk/coercion'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/testing'), require('@angular/cdk/overlay'), require('@angular/cdk/portal'), require('@angular/cdk/a11y'), require('@angular/cdk/keycodes'), require('@angular/animations'), require('@angular/cdk/bidi'), require('@angular/cdk/platform'), require('@angular/cdk/collections')) :
3
- typeof define === 'function' && define.amd ? define('@ifsworld/granite-components', ['exports', '@angular/core', '@angular/common', '@angular/cdk/coercion', 'rxjs', 'rxjs/operators', '@angular/cdk/testing', '@angular/cdk/overlay', '@angular/cdk/portal', '@angular/cdk/a11y', '@angular/cdk/keycodes', '@angular/animations', '@angular/cdk/bidi', '@angular/cdk/platform', '@angular/cdk/collections'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ifsworld = global.ifsworld || {}, global.ifsworld['granite-components'] = {}), global.ng.core, global.ng.common, global.ng.cdk.coercion, global.rxjs, global.rxjs.operators, global.ng.cdk.testing, global.ng.cdk.overlay, global.ng.cdk.portal, global.ng.cdk.a11y, global.ng.cdk.keycodes, global.ng.animations, global.ng.cdk.bidi, global.ng.cdk.platform, global.ng.cdk.collections));
5
- }(this, (function (exports, core, common, coercion, rxjs, operators, testing, overlay, portal, a11y, keycodes, animations, bidi, platform, collections) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/cdk/coercion'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/testing'), require('@angular/cdk/overlay'), require('@angular/cdk/portal'), require('@angular/cdk/a11y'), require('@angular/cdk/keycodes'), require('@angular/animations'), require('@angular/cdk/bidi'), require('@angular/cdk/platform'), require('@angular/cdk/collections'), require('@angular/cdk/table')) :
3
+ typeof define === 'function' && define.amd ? define('@ifsworld/granite-components', ['exports', '@angular/core', '@angular/common', '@angular/cdk/coercion', 'rxjs', 'rxjs/operators', '@angular/cdk/testing', '@angular/cdk/overlay', '@angular/cdk/portal', '@angular/cdk/a11y', '@angular/cdk/keycodes', '@angular/animations', '@angular/cdk/bidi', '@angular/cdk/platform', '@angular/cdk/collections', '@angular/cdk/table'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ifsworld = global.ifsworld || {}, global.ifsworld['granite-components'] = {}), global.ng.core, global.ng.common, global.ng.cdk.coercion, global.rxjs, global.rxjs.operators, global.ng.cdk.testing, global.ng.cdk.overlay, global.ng.cdk.portal, global.ng.cdk.a11y, global.ng.cdk.keycodes, global.ng.animations, global.ng.cdk.bidi, global.ng.cdk.platform, global.ng.cdk.collections, global.ng.cdk.table));
5
+ }(this, (function (exports, core, common, coercion, rxjs, operators, testing, overlay, portal, a11y, keycodes, animations, bidi, platform, collections, table) { 'use strict';
6
6
 
7
7
  var GraniteArrangeGridItemComponent = /** @class */ (function () {
8
8
  function GraniteArrangeGridItemComponent(element) {
@@ -2716,8 +2716,8 @@
2716
2716
  if (origin === void 0) { origin = 'program'; }
2717
2717
  this._focusMonitor.focusVia(this._getInputElement(), origin, options);
2718
2718
  };
2719
- GraniteRadioButtonComponent.prototype._radioClick = function (targetValue) {
2720
- this.radioChange.emit(targetValue);
2719
+ GraniteRadioButtonComponent.prototype._radioClick = function (element) {
2720
+ this.radioChange.emit(element.value);
2721
2721
  };
2722
2722
  GraniteRadioButtonComponent.prototype._radioChange = function () {
2723
2723
  this.checked = this._getInputElement().checked;
@@ -2743,7 +2743,7 @@
2743
2743
  '[class.granite-radio-button-checked]': 'checked',
2744
2744
  '[class.granite-radio-button-readonly]': 'readonly',
2745
2745
  },
2746
- template: "<label class=\"granite-radio-button-label\">\n <div class=\"granite-radio-button-outer-circle\">\n <input\n #input\n [id]=\"id\"\n class=\"granite-radio-button-input cdk-visually-hidden\"\n type=\"radio\"\n [attr.name]=\"name\"\n [disabled]=\"_radioDisabled\"\n [checked]=\"checked\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"checked.toString()\"\n [value]=\"value\"\n (click)=\"_radioClick($event.target.value)\"\n (change)=\"_radioChange()\"\n (blur)=\"_onBlur()\"\n />\n <div class=\"granite-radio-button-inner-circle\"></div>\n </div>\n <span class=\"granite-radio-button-text\">\n <ng-content></ng-content>\n </span>\n</label>\n",
2746
+ template: "<label class=\"granite-radio-button-label\">\n <div class=\"granite-radio-button-outer-circle\">\n <input\n #input\n [id]=\"id\"\n class=\"granite-radio-button-input cdk-visually-hidden\"\n type=\"radio\"\n [attr.name]=\"name\"\n [disabled]=\"_radioDisabled\"\n [checked]=\"checked\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"checked.toString()\"\n [value]=\"value\"\n (click)=\"_radioClick($event.target)\"\n (change)=\"_radioChange()\"\n (blur)=\"_onBlur()\"\n />\n <div class=\"granite-radio-button-inner-circle\"></div>\n </div>\n <span class=\"granite-radio-button-text\">\n <ng-content></ng-content>\n </span>\n</label>\n",
2747
2747
  styles: [".cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}:host(.granite-radio-button):not(.granite-radio-button-readonly):not(.granite-radio-button-disabled) .granite-radio-button-label:hover{cursor:pointer}:host(.granite-radio-button):not(.granite-radio-button-readonly):not(.granite-radio-button-disabled) .granite-radio-button-label:hover .granite-radio-button-outer-circle{border-color:var(--granite-color-background-active-hover)}:host(.granite-radio-button):not(.granite-radio-button-readonly):not(.granite-radio-button-disabled) .granite-radio-button-label:hover .granite-radio-button-inner-circle{background-color:var(--granite-color-background-active-hover)}:host(.granite-radio-button):not(.granite-radio-button-readonly):not(.granite-radio-button-disabled) .granite-radio-button-outer-circle:focus-within{border:1px solid var(--granite-color-focus)}:host(.granite-radio-button-label-before) .granite-radio-button-label{flex-direction:row-reverse}:host(.granite-radio-button-label-before) .granite-radio-button-text{-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:var(--granite-spacing-s);padding-inline-end:var(--granite-spacing-s)}:host(.granite-radio-button-checked) .granite-radio-button-inner-circle{visibility:visible;-webkit-animation:growAnimation .1s;animation:growAnimation .1s}:host(.granite-radio-button-checked) .granite-radio-button-outer-circle{border-color:var(--granite-color-background-active)}:host(.granite-radio-button-checked).granite-radio-button-disabled .granite-radio-button-inner-circle{background-color:var(--granite-color-text)}:host(.granite-radio-button-checked).granite-radio-button-disabled .granite-radio-button-outer-circle{border:1px solid var(--granite-color-text);background-color:transparent}:host(.granite-radio-button-checked).granite-radio-button-readonly .granite-radio-button-inner-circle{background-color:var(--granite-color-text)}:host(.granite-radio-button-checked).granite-radio-button-readonly .granite-radio-button-outer-circle{border:1px solid var(--granite-color-text)}.granite-radio-button-text{-webkit-padding-start:var(--granite-spacing-s);padding-inline-start:var(--granite-spacing-s);color:var(--granite-color-text)}.granite-radio-button-text:empty{display:none}.granite-radio-button-label{display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-margin-end:var(--granite-spacing-xl);margin-inline-end:var(--granite-spacing-xl)}:host(.granite-radio-button-disabled) .granite-radio-button-text{opacity:.6}:host(.granite-radio-button-disabled) .granite-radio-button-outer-circle{opacity:.3;background-color:var(--granite-color-border-soft)}.granite-radio-button-outer-circle{height:var(--granite-spacing-m);width:var(--granite-spacing-m);border-radius:50%;box-sizing:border-box;border:1px solid var(--granite-color-border-hard);display:flex;justify-content:center;position:relative;align-items:center}.granite-radio-button-inner-circle{width:calc(var(--granite-spacing-s) * 1.25);height:calc(var(--granite-spacing-s) * 1.25);visibility:hidden;position:absolute;border-radius:50%;background-color:var(--granite-color-background-active);margin:auto}@-webkit-keyframes growAnimation{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes growAnimation{0%{transform:scale(0)}to{transform:scale(1)}}"]
2748
2748
  },] }
2749
2749
  ];
@@ -2925,6 +2925,156 @@
2925
2925
  },] }
2926
2926
  ];
2927
2927
 
2928
+ var GraniteTableColumnDirective = /** @class */ (function () {
2929
+ function GraniteTableColumnDirective() {
2930
+ }
2931
+ return GraniteTableColumnDirective;
2932
+ }());
2933
+ GraniteTableColumnDirective.decorators = [
2934
+ { type: core.Directive, args: [{
2935
+ // eslint-disable-next-line @angular-eslint/directive-selector
2936
+ selector: 'granite-table-column',
2937
+ },] }
2938
+ ];
2939
+ GraniteTableColumnDirective.propDecorators = {
2940
+ name: [{ type: core.Input }],
2941
+ title: [{ type: core.Input }],
2942
+ staticType: [{ type: core.Input }],
2943
+ tableCellTemplateRef: [{ type: core.ContentChild, args: ['graniteTableCellTemplate', { static: false },] }]
2944
+ };
2945
+
2946
+ var TableConstants = /** @class */ (function () {
2947
+ function TableConstants() {
2948
+ }
2949
+ return TableConstants;
2950
+ }());
2951
+ TableConstants.CELL_ID_PREFIX = 'granite-cell';
2952
+
2953
+ var GraniteTableComponent = /** @class */ (function () {
2954
+ function GraniteTableComponent() {
2955
+ this.ariaLabel = null;
2956
+ this.cellIdPrefix = TableConstants.CELL_ID_PREFIX;
2957
+ }
2958
+ GraniteTableComponent.prototype.ngAfterContentInit = function () {
2959
+ this.columns = this.tableColumnsComponent.toArray();
2960
+ this.renderedColumns = this.columns.map(function (column) { return column.name; });
2961
+ };
2962
+ return GraniteTableComponent;
2963
+ }());
2964
+ GraniteTableComponent.decorators = [
2965
+ { type: core.Component, args: [{
2966
+ selector: 'granite-table',
2967
+ template: "<cdk-table\n [dataSource]=\"dataSource\"\n multiTemplateDataRows\n [trackBy]=\"trackBy\"\n [attr.aria-label]=\"ariaLabel\"\n>\n <ng-container\n *ngFor=\"let column of columns; index as columnI\"\n [cdkColumnDef]=\"column.name\"\n >\n <!-- Cell Header -->\n <cdk-header-cell *cdkHeaderCellDef graniteTableHeaderCell>\n {{ (column.title ? column.title : column.name) | graniteTitle }}\n </cdk-header-cell>\n\n <!-- Cell Data -->\n <cdk-cell\n graniteTableDataCell\n *cdkCellDef=\"let element; let rowI = dataIndex\"\n [id]=\"cellIdPrefix + '-' + rowI + '-' + columnI\"\n [value]=\"element[column.name]\"\n [rowIndex]=\"rowI\"\n [columnIndex]=\"columnI\"\n [staticType]=\"column.staticType\"\n [column]=\"column\"\n [tableCellTemplateRef]=\"column.tableCellTemplateRef\"\n >\n </cdk-cell>\n </ng-container>\n\n <cdk-header-row *cdkHeaderRowDef=\"renderedColumns\"></cdk-header-row>\n <cdk-row\n *cdkRowDef=\"let row; let rowI = dataIndex; columns: renderedColumns\"\n [attr.aria-rowindex]=\"rowI + 1\"\n ></cdk-row>\n</cdk-table>\n",
2968
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2969
+ styles: [":host{box-sizing:border-box}:host *,:host :after,:host :before{box-sizing:inherit}cdk-table{flex-direction:column;background-color:var(--granite-color-background-variant)}cdk-header-row,cdk-row,cdk-table{display:flex}cdk-cell,cdk-header-cell{flex:1}cdk-cell{height:calc(var(--granite-spacing-m) * 2.5);border-top:1px solid var(--granite-color-border-soft)}"]
2970
+ },] }
2971
+ ];
2972
+ GraniteTableComponent.propDecorators = {
2973
+ dataSource: [{ type: core.Input }],
2974
+ trackBy: [{ type: core.Input }],
2975
+ ariaLabel: [{ type: core.Input, args: ['aria-label',] }],
2976
+ tableColumnsComponent: [{ type: core.ContentChildren, args: [GraniteTableColumnDirective,] }]
2977
+ };
2978
+
2979
+ var GraniteCell = /** @class */ (function () {
2980
+ function GraniteCell() {
2981
+ }
2982
+ return GraniteCell;
2983
+ }());
2984
+ GraniteCell.decorators = [
2985
+ { type: core.Directive }
2986
+ ];
2987
+ GraniteCell.propDecorators = {
2988
+ id: [{ type: core.Input }],
2989
+ column: [{ type: core.Input }]
2990
+ };
2991
+
2992
+ var GraniteTableDataCellComponent = /** @class */ (function (_super) {
2993
+ __extends(GraniteTableDataCellComponent, _super);
2994
+ function GraniteTableDataCellComponent() {
2995
+ return _super !== null && _super.apply(this, arguments) || this;
2996
+ }
2997
+ return GraniteTableDataCellComponent;
2998
+ }(GraniteCell));
2999
+ GraniteTableDataCellComponent.decorators = [
3000
+ { type: core.Component, args: [{
3001
+ // eslint-disable-next-line @angular-eslint/component-selector
3002
+ selector: 'cdk-cell[graniteTableDataCell]',
3003
+ template: "<span class=\"granite-table-data-cell-static-container\">\n <ng-template\n [ngTemplateOutlet]=\"tableCellTemplateRef || defaultTableCellTemplate\"\n [ngTemplateOutletContext]=\"{\n data: value,\n rowIndex: rowIndex,\n columnIndex: columnIndex,\n column: column\n }\"\n ></ng-template>\n</span>\n\n<ng-template #defaultTableCellTemplate>\n <ng-container [ngSwitch]=\"staticType\">\n <ng-container *ngSwitchCase=\"'badge'\"\n ><granite-badge>{{ value }}</granite-badge></ng-container\n >\n <ng-container *ngSwitchDefault> {{ value }}</ng-container>\n </ng-container>\n</ng-template>\n",
3004
+ styles: [".granite-table-data-cell-static-container{padding:var(--granite-spacing-s);height:var(--granite-spacing-l);font-size:var(--granite-font-size-body-small);line-height:var(--granite-line-height-regular);display:flex;justify-content:center;align-items:center;color:var(--granite-color-text)}"]
3005
+ },] }
3006
+ ];
3007
+ GraniteTableDataCellComponent.propDecorators = {
3008
+ value: [{ type: core.Input }],
3009
+ staticType: [{ type: core.Input }],
3010
+ rowIndex: [{ type: core.Input }],
3011
+ columnIndex: [{ type: core.Input }],
3012
+ tableCellTemplateRef: [{ type: core.Input }]
3013
+ };
3014
+
3015
+ var GraniteTableHeaderCellComponent = /** @class */ (function (_super) {
3016
+ __extends(GraniteTableHeaderCellComponent, _super);
3017
+ function GraniteTableHeaderCellComponent() {
3018
+ return _super !== null && _super.apply(this, arguments) || this;
3019
+ }
3020
+ return GraniteTableHeaderCellComponent;
3021
+ }(GraniteCell));
3022
+ GraniteTableHeaderCellComponent.decorators = [
3023
+ { type: core.Component, args: [{
3024
+ // eslint-disable-next-line @angular-eslint/component-selector
3025
+ selector: 'cdk-header-cell[graniteTableHeaderCell]',
3026
+ template: "<span class=\"granite-table-header-cell-title\">\n <ng-content></ng-content>\n</span>\n",
3027
+ styles: [".granite-table-header-cell-title{padding:var(--granite-spacing-s);height:var(--granite-spacing-l);font-size:var(--granite-font-size-micro);line-height:var(--granite-line-height-flowing);letter-spacing:.015em;font-weight:400;display:flex;justify-content:center;align-items:center;color:var(--granite-color-text-weak)}"]
3028
+ },] }
3029
+ ];
3030
+
3031
+ var GraniteTitlePipe = /** @class */ (function () {
3032
+ function GraniteTitlePipe() {
3033
+ }
3034
+ GraniteTitlePipe.prototype.transform = function (value) {
3035
+ var words = value.split(/(?=[A-Z])/);
3036
+ return words
3037
+ .map(function (word) { return word.charAt(0).toLocaleUpperCase() + word.slice(1); })
3038
+ .join(' ');
3039
+ };
3040
+ return GraniteTitlePipe;
3041
+ }());
3042
+ GraniteTitlePipe.decorators = [
3043
+ { type: core.Pipe, args: [{
3044
+ name: 'graniteTitle',
3045
+ },] }
3046
+ ];
3047
+
3048
+ var PurePipesModule = /** @class */ (function () {
3049
+ function PurePipesModule() {
3050
+ }
3051
+ return PurePipesModule;
3052
+ }());
3053
+ PurePipesModule.decorators = [
3054
+ { type: core.NgModule, args: [{
3055
+ exports: [GraniteTitlePipe],
3056
+ declarations: [GraniteTitlePipe],
3057
+ },] }
3058
+ ];
3059
+
3060
+ var GraniteTableModule = /** @class */ (function () {
3061
+ function GraniteTableModule() {
3062
+ }
3063
+ return GraniteTableModule;
3064
+ }());
3065
+ GraniteTableModule.decorators = [
3066
+ { type: core.NgModule, args: [{
3067
+ declarations: [
3068
+ GraniteTableComponent,
3069
+ GraniteTableDataCellComponent,
3070
+ GraniteTableHeaderCellComponent,
3071
+ GraniteTableColumnDirective,
3072
+ ],
3073
+ imports: [common.CommonModule, table.CdkTableModule, GraniteBadgeModule, PurePipesModule],
3074
+ exports: [GraniteTableComponent, GraniteTableColumnDirective],
3075
+ },] }
3076
+ ];
3077
+
2928
3078
  var ɵ0 = deviceDesktop.output;
2929
3079
  /**
2930
3080
  * Directive used to tell components and their sub components that client output
@@ -3076,6 +3226,9 @@
3076
3226
  exports.GraniteMenuTriggerForDirective = GraniteMenuTriggerForDirective;
3077
3227
  exports.GraniteRadioButtonComponent = GraniteRadioButtonComponent;
3078
3228
  exports.GraniteRadioButtonModule = GraniteRadioButtonModule;
3229
+ exports.GraniteTableColumnDirective = GraniteTableColumnDirective;
3230
+ exports.GraniteTableComponent = GraniteTableComponent;
3231
+ exports.GraniteTableModule = GraniteTableModule;
3079
3232
  exports.GraniteToggleSwitchComponent = GraniteToggleSwitchComponent;
3080
3233
  exports.GraniteToggleSwitchModule = GraniteToggleSwitchModule;
3081
3234
  exports._MenuBaseComponent = _MenuBaseComponent;
@@ -3088,6 +3241,11 @@
3088
3241
  exports.ɵa = GRANITE_MENU_PANEL;
3089
3242
  exports.ɵc = getEaseOutSteep;
3090
3243
  exports.ɵd = getEaseLinear;
3244
+ exports.ɵe = GraniteTableDataCellComponent;
3245
+ exports.ɵf = GraniteCell;
3246
+ exports.ɵg = GraniteTableHeaderCellComponent;
3247
+ exports.ɵh = PurePipesModule;
3248
+ exports.ɵi = GraniteTitlePipe;
3091
3249
 
3092
3250
  Object.defineProperty(exports, '__esModule', { value: true });
3093
3251