@tanstack/angular-table 9.0.0-alpha.48 → 9.0.0-alpha.49

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.
package/dist/README.md CHANGED
@@ -57,7 +57,7 @@ TanStack Table ships [TanStack Intent](https://github.com/TanStack/intent) skill
57
57
  npx @tanstack/intent@latest install
58
58
  ```
59
59
 
60
- to add skill-loading guidance for your agent (Claude Code, Cursor, Copilot, etc.). Then `npx @tanstack/intent@latest list` shows available skills and `npx @tanstack/intent@latest load <skill>` prints one for inspection. Skills version with the library — your agent gets guidance that matches the version of `@tanstack/<framework>-table` you installed. Only available for v9 and above.
60
+ to add skill-loading guidance for your agent (Claude Code, Cursor, Copilot, etc.). The same CLI also exposes `intent list` to browse available skills and `intent load <skill>` to print one for inspection. Skills version with the library — your agent gets guidance that matches the version of `@tanstack/<framework>-table` you installed. Only available for v9 and above.
61
61
 
62
62
  ## Get Involved
63
63
 
@@ -55,15 +55,15 @@ class TanStackTableCell {
55
55
  * Provided as a required signal input so DI consumers always read the latest value.
56
56
  */
57
57
  cell = input.required({ ...(ngDevMode ? { debugName: "cell" } : /* istanbul ignore next */ {}), alias: 'tanStackTableCell' });
58
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: TanStackTableCell, isStandalone: true, selector: "[tanStackTableCell]", inputs: { cell: { classPropertyName: "cell", publicName: "tanStackTableCell", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
58
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.13", type: TanStackTableCell, isStandalone: true, selector: "[tanStackTableCell]", inputs: { cell: { classPropertyName: "cell", publicName: "tanStackTableCell", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
60
60
  {
61
61
  provide: TanStackTableCellToken,
62
62
  useFactory: () => inject(TanStackTableCell).cell,
63
63
  },
64
64
  ], exportAs: ["cell"], ngImport: i0 });
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTableCell, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTableCell, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
69
  selector: '[tanStackTableCell]',
@@ -132,15 +132,15 @@ class TanStackTableHeader {
132
132
  * Provided as a required signal input so DI consumers always read the latest value.
133
133
  */
134
134
  header = input.required({ ...(ngDevMode ? { debugName: "header" } : /* istanbul ignore next */ {}), alias: 'tanStackTableHeader' });
135
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive });
136
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: TanStackTableHeader, isStandalone: true, selector: "[tanStackTableHeader]", inputs: { header: { classPropertyName: "header", publicName: "tanStackTableHeader", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
135
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive });
136
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.13", type: TanStackTableHeader, isStandalone: true, selector: "[tanStackTableHeader]", inputs: { header: { classPropertyName: "header", publicName: "tanStackTableHeader", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
137
137
  {
138
138
  provide: TanStackTableHeaderToken,
139
139
  useFactory: () => inject(TanStackTableHeader).header,
140
140
  },
141
141
  ], exportAs: ["header"], ngImport: i0 });
142
142
  }
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTableHeader, decorators: [{
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTableHeader, decorators: [{
144
144
  type: Directive,
145
145
  args: [{
146
146
  selector: '[tanStackTableHeader]',
@@ -211,15 +211,15 @@ class TanStackTable {
211
211
  * Provided as a required signal input so DI consumers always read the latest value.
212
212
  */
213
213
  table = input.required({ ...(ngDevMode ? { debugName: "table" } : /* istanbul ignore next */ {}), alias: 'tanStackTable' });
214
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTable, deps: [], target: i0.ɵɵFactoryTarget.Directive });
215
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: TanStackTable, isStandalone: true, selector: "[tanStackTable]", inputs: { table: { classPropertyName: "table", publicName: "tanStackTable", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
214
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTable, deps: [], target: i0.ɵɵFactoryTarget.Directive });
215
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.13", type: TanStackTable, isStandalone: true, selector: "[tanStackTable]", inputs: { table: { classPropertyName: "table", publicName: "tanStackTable", isSignal: true, isRequired: true, transformFunction: null } }, providers: [
216
216
  {
217
217
  provide: TanStackTableToken,
218
218
  useFactory: () => inject(TanStackTable).table,
219
219
  },
220
220
  ], exportAs: ["table"], ngImport: i0 });
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: TanStackTable, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TanStackTable, decorators: [{
223
223
  type: Directive,
224
224
  args: [{
225
225
  selector: '[tanStackTable]',
@@ -378,10 +378,10 @@ class FlexRenderComponentFactory {
378
378
  view.setOutputs(outputs);
379
379
  return view;
380
380
  }
381
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderComponentFactory, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Injectable });
382
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderComponentFactory });
381
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderComponentFactory, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Injectable });
382
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderComponentFactory });
383
383
  }
384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderComponentFactory, decorators: [{
384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderComponentFactory, decorators: [{
385
385
  type: Injectable
386
386
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
387
387
  /**
@@ -984,10 +984,10 @@ class FlexRenderCell {
984
984
  renderer.destroy();
985
985
  });
986
986
  }
987
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
988
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: FlexRenderCell, isStandalone: true, selector: "ng-template[flexRenderCell], ng-template[flexRenderFooter], ng-template[flexRenderHeader]", inputs: { cell: { classPropertyName: "cell", publicName: "flexRenderCell", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "flexRenderHeader", isSignal: true, isRequired: false, transformFunction: null }, footer: { classPropertyName: "footer", publicName: "flexRenderFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
987
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
988
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.13", type: FlexRenderCell, isStandalone: true, selector: "ng-template[flexRenderCell], ng-template[flexRenderFooter], ng-template[flexRenderHeader]", inputs: { cell: { classPropertyName: "cell", publicName: "flexRenderCell", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "flexRenderHeader", isSignal: true, isRequired: false, transformFunction: null }, footer: { classPropertyName: "footer", publicName: "flexRenderFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
989
989
  }
990
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderCell, decorators: [{
990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderCell, decorators: [{
991
991
  type: Directive,
992
992
  args: [{
993
993
  selector: 'ng-template[flexRenderCell], ng-template[flexRenderFooter], ng-template[flexRenderHeader]',
@@ -1061,10 +1061,10 @@ class FlexRenderDirective {
1061
1061
  renderer.destroy();
1062
1062
  });
1063
1063
  }
1064
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1065
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.12", type: FlexRenderDirective, isStandalone: true, selector: "ng-template[flexRender]", inputs: { content: { classPropertyName: "content", publicName: "flexRender", isSignal: true, isRequired: false, transformFunction: null }, props: { classPropertyName: "props", publicName: "flexRenderProps", isSignal: true, isRequired: false, transformFunction: null }, injector: { classPropertyName: "injector", publicName: "flexRenderInjector", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
1064
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1065
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.13", type: FlexRenderDirective, isStandalone: true, selector: "ng-template[flexRender]", inputs: { content: { classPropertyName: "content", publicName: "flexRender", isSignal: true, isRequired: false, transformFunction: null }, props: { classPropertyName: "props", publicName: "flexRenderProps", isSignal: true, isRequired: false, transformFunction: null }, injector: { classPropertyName: "injector", publicName: "flexRenderInjector", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
1066
1066
  }
1067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: FlexRenderDirective, decorators: [{
1067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FlexRenderDirective, decorators: [{
1068
1068
  type: Directive,
1069
1069
  args: [{
1070
1070
  selector: 'ng-template[flexRender]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-table",
3
- "version": "9.0.0-alpha.48",
3
+ "version": "9.0.0-alpha.49",
4
4
  "description": "Headless UI for building powerful tables & datagrids for Angular.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -53,13 +53,13 @@
53
53
  "dependencies": {
54
54
  "@tanstack/angular-store": "^0.11.0",
55
55
  "tslib": "^2.8.1",
56
- "@tanstack/table-core": "9.0.0-alpha.48"
56
+ "@tanstack/table-core": "9.0.0-alpha.49"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@analogjs/vite-plugin-angular": "^2.5.1",
60
60
  "@analogjs/vitest-angular": "^2.5.1",
61
- "@angular/core": "^21.2.12",
62
- "@angular/platform-browser": "^21.2.12",
61
+ "@angular/core": "^21.2.13",
62
+ "@angular/platform-browser": "^21.2.13",
63
63
  "ng-packagr": "^21.2.3",
64
64
  "typescript": "6.0.3"
65
65
  },
@@ -12,7 +12,7 @@ description: >
12
12
  type: framework
13
13
  library: tanstack-table
14
14
  framework: angular
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - angular/table-state
18
18
  - column-definitions
@@ -12,7 +12,7 @@ description: >
12
12
  type: lifecycle
13
13
  library: tanstack-table
14
14
  framework: angular
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - angular/table-state
18
18
  - angular/getting-started
@@ -12,7 +12,7 @@ description: >
12
12
  type: composition
13
13
  library: tanstack-table
14
14
  framework: angular
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - angular/table-state
18
18
  - angular/client-to-server
@@ -11,7 +11,7 @@ description: >
11
11
  type: composition
12
12
  library: tanstack-table
13
13
  framework: angular
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - angular/table-state
17
17
  - state-management
@@ -13,7 +13,7 @@ description: >
13
13
  type: composition
14
14
  library: tanstack-table
15
15
  framework: angular
16
- library_version: '9.0.0-alpha.47'
16
+ library_version: '9.0.0-alpha.48'
17
17
  requires:
18
18
  - angular/table-state
19
19
  - angular/getting-started
@@ -11,7 +11,7 @@ description: >
11
11
  type: lifecycle
12
12
  library: tanstack-table
13
13
  framework: angular
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - angular/table-state
17
17
  - angular/angular-rendering-directives
@@ -12,7 +12,7 @@ description: >
12
12
  type: lifecycle
13
13
  library: tanstack-table
14
14
  framework: angular
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - angular/table-state
18
18
  - angular/getting-started
@@ -13,7 +13,7 @@ description: >
13
13
  type: lifecycle
14
14
  library: tanstack-table
15
15
  framework: angular
16
- library_version: '9.0.0-alpha.47'
16
+ library_version: '9.0.0-alpha.48'
17
17
  requires:
18
18
  - angular/table-state
19
19
  - angular/getting-started
@@ -9,7 +9,7 @@ description: >
9
9
  type: framework
10
10
  library: tanstack-table
11
11
  framework: angular
12
- library_version: '9.0.0-alpha.47'
12
+ library_version: '9.0.0-alpha.48'
13
13
  requires:
14
14
  - state-management
15
15
  - setup