Commit 2a41a7e
Merge main into alpha (#5907)
* feat(angular-table): Refactor Flex render implementation - Zoneless, Better type safety, allows reactive values into cell content, re-render when cell context changes, allow to pass signal inputs into custom components (#5856)
* feat: flex render granular updates
* updates
* cleanup
* cleanup
* cleanup
* fix test
* angular add explicit version of typescript
* Fix typescript versions
* add some testing for flex render in table
* fix test infra
* refactor flex render
* update lock
* fix tests, cleanup code
* fix tests, cleanup code
* flex render signal content support
* flex render signal content support
* improve view flags, handle state update in zoneless
* improve view flags, handle state update in zoneless
* fix
* ci: apply automated fixes
* clean docs
test
fix doc
add flexRenderComponent util
* test cases
* fix: enable computed rowModels
* fix test for rowModel
* assures that `updateProps` update inputs only for Component reference type
* Merge pull request #1 from riccardoperra/feat/angular-flex-render-support-output-binding
add support for angular outputs in flex-render-component
---------
Co-authored-by: Lachlan Collins <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* release: v8.21.0
* docs(angular): add editable, row-dnd and performant column resizing example (#5881)
* add editable cell example
* add editable cell example
* row dnd exmaple
* revert basic
* ci: apply automated fixes
* column resizing performant example
* fix
* fix budgets
* ci: apply automated fixes
* typo
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* docs(angular): add missing faker-js deps (#5883)
* fix(lit-table): dynamic data updates in the Lit Table Adapter (#5884)
* this fixes an issue I discussed in discord where with the lit table
adapter, updating a data array did not get reflected by the table.
It is a one-line change to the TableController, and a new example that
demonstrates the difference.
* Update packages/lit-table/src/index.ts
per suggestion from @kadoshms
Co-authored-by: Mor Kadosh <[email protected]>
---------
Co-authored-by: Luke Schierer <[email protected]>
Co-authored-by: Mor Kadosh <[email protected]>
* docs: add experimental virtualization example (#5895)
* docs: add experimental virtualization example
* work on experimental virtualized column examples
---------
Co-authored-by: Kevin Van Cott <[email protected]>
* release: v8.21.1
* docs: example name
* docs(angular): add expanding and sub components examples (#5898)
* docs(angular): add expanding example
* docs(angular): add sub components example
* docs(angular): fix config.json
* fix conflicts in lit package
* remove angular package non-fesm export
* since angular 19, ng-packgr only bundle a `fesm2022` export
* docs: exp virtual - remeasure when table state changes
* docs: virtualizer tbody from onchange
* update all angular examples
* fix conflicts in examples/react
* ci: apply automated fixes
* fix tests
* ci: apply automated fixes
* fix tests
* ci: apply automated fixes
* angular: update vite config to support vitest workspaces
* docs(angular): fix examples
* ci: apply automated fixes
---------
Co-authored-by: Lachlan Collins <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Tanner Linsley <[email protected]>
Co-authored-by: Luke Schierer <[email protected]>
Co-authored-by: Luke Schierer <[email protected]>
Co-authored-by: Mor Kadosh <[email protected]>
Co-authored-by: Kevin Van Cott <[email protected]>
Co-authored-by: Kevin Van Cott <[email protected]>1 parent d9eba64 commit 2a41a7e
File tree
161 files changed
+9670
-3948
lines changed- docs
- framework/angular
- examples
- angular
- basic
- column-ordering
- column-pinning-sticky
- column-pinning
- column-resizing-performant
- .devcontainer
- src
- app
- assets
- column-visibility
- editable
- .devcontainer
- src
- app
- assets
- expanding
- .devcontainer
- src
- app
- assets
- filters
- grouping
- row-dnd
- .devcontainer
- src
- app
- assets
- row-selection-signal
- row-selection
- src/app
- signal-input
- sub-components
- .devcontainer
- src
- app
- assets
- lit/sorting-dynamic-data
- src
- react
- virtualized-columns-experimental
- src
- virtualized-columns
- src
- virtualized-rows-experimental
- src
- virtualized-rows
- src
- packages
- angular-table
- src
- flex-render
- tests
- lit-table/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
161 files changed
+9670
-3948
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
438 | 446 | | |
439 | 447 | | |
440 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
441 | 461 | | |
442 | 462 | | |
443 | 463 | | |
| |||
594 | 614 | | |
595 | 615 | | |
596 | 616 | | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
597 | 621 | | |
598 | 622 | | |
599 | 623 | | |
600 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
601 | 629 | | |
602 | 630 | | |
603 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
78 | 218 | | |
79 | 219 | | |
80 | 220 | | |
| |||
214 | 354 | | |
215 | 355 | | |
216 | 356 | | |
217 | | - | |
| 357 | + | |
218 | 358 | | |
219 | 359 | | |
220 | 360 | | |
| |||
243 | 383 | | |
244 | 384 | | |
245 | 385 | | |
246 | | - | |
247 | | - | |
248 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
249 | 389 | | |
250 | | - | |
251 | | - | |
| 390 | + | |
| 391 | + | |
252 | 392 | | |
253 | 393 | | |
254 | 394 | | |
| |||
268 | 408 | | |
269 | 409 | | |
270 | 410 | | |
271 | | - | |
| 411 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments