@myrmidon/paged-data-browsers 5.1.2 → 5.1.4
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/README.md
CHANGED
|
@@ -11,6 +11,25 @@
|
|
|
11
11
|
- [EditablePagedTreeStoreService](#editablepagedtreestoreservice)
|
|
12
12
|
- [PagedTreeStore](#pagedtreestore)
|
|
13
13
|
- [Node Component](#node-component)
|
|
14
|
+
- [History](#history)
|
|
15
|
+
- [5.1.3](#513)
|
|
16
|
+
- [5.1.2](#512)
|
|
17
|
+
- [5.1.1](#511)
|
|
18
|
+
- [5.1.0](#510)
|
|
19
|
+
- [5.0.2](#502)
|
|
20
|
+
- [5.0.1](#501)
|
|
21
|
+
- [5.0.0](#500)
|
|
22
|
+
- [4.0.2](#402)
|
|
23
|
+
- [4.0.1](#401)
|
|
24
|
+
- [4.0.0](#400)
|
|
25
|
+
- [3.0.0](#300)
|
|
26
|
+
- [2.0.5](#205)
|
|
27
|
+
- [2.0.4](#204)
|
|
28
|
+
- [2.0.3](#203)
|
|
29
|
+
- [2.0.2](#202)
|
|
30
|
+
- [2.0.1](#201)
|
|
31
|
+
- [2.0.0](#200)
|
|
32
|
+
- [1.1.0](#110)
|
|
14
33
|
|
|
15
34
|
This library provides simple components to display filtered and paged data from some service.
|
|
16
35
|
|
|
@@ -136,6 +155,7 @@ When using an `EditablePagedTreeStoreService`, the store also supports editing o
|
|
|
136
155
|
- `clearUnsavedChanges()`: Discard all pending changes
|
|
137
156
|
|
|
138
157
|
All editing operations automatically handle:
|
|
158
|
+
|
|
139
159
|
- Position recalculation (x coordinates)
|
|
140
160
|
- Parent `hasChildren` status updates
|
|
141
161
|
- Cache invalidation
|
|
@@ -237,3 +257,110 @@ You should provide your components for:
|
|
|
237
257
|
- the tree browser component. This combines:
|
|
238
258
|
- a filters component for global filters. This dummy component gets a `filter$` and emits `filterChange`.
|
|
239
259
|
- a tree view.
|
|
260
|
+
|
|
261
|
+
## History
|
|
262
|
+
|
|
263
|
+
### 5.1.3
|
|
264
|
+
|
|
265
|
+
- 2026-01-13: adding ensure node visible functionality to the paged tree store so that we can preserve focus on node when updating it in backend data.
|
|
266
|
+
- 2026-01-12:
|
|
267
|
+
- updated Angular and packages.
|
|
268
|
+
- refactored thesauri components moving them from demo app to a new `@myrmidon/cadmus-thesaurus-store` library. Once the components here reach production stage, the library will import `ThesaurusEntry` from the Cadmus core package and be packaged and exported to become part of the Cadmus system.
|
|
269
|
+
- fixes to editable thesaurus component.
|
|
270
|
+
- 2026-01-07: updated Angular and packages.
|
|
271
|
+
|
|
272
|
+
### 5.1.2
|
|
273
|
+
|
|
274
|
+
- 2025-11-22:
|
|
275
|
+
- ⚠️ upgraded to Angular 21.
|
|
276
|
+
- ⚠️ migrated to `pnpm`.
|
|
277
|
+
|
|
278
|
+
### 5.1.1
|
|
279
|
+
|
|
280
|
+
- 2025-10-05:
|
|
281
|
+
- fixes in editable tree store.
|
|
282
|
+
- minor improvements in paged tree store.
|
|
283
|
+
- better documentation.
|
|
284
|
+
|
|
285
|
+
### 5.1.0
|
|
286
|
+
|
|
287
|
+
- 2025-09-23:
|
|
288
|
+
- added thesaurus tree demo page in app.
|
|
289
|
+
- added `findLabels` and `removeHilites` to tree store.
|
|
290
|
+
- updated package and tsconfig for library (version 5.0.3).
|
|
291
|
+
|
|
292
|
+
### 5.0.2
|
|
293
|
+
|
|
294
|
+
- 2025-06-15:
|
|
295
|
+
- fix to tree expand all.
|
|
296
|
+
- updated Angular and packages.
|
|
297
|
+
|
|
298
|
+
### 5.0.1
|
|
299
|
+
|
|
300
|
+
- 2025-06-10: removed dirty check in reset. When reset is requested, just do it.
|
|
301
|
+
|
|
302
|
+
### 5.0.0
|
|
303
|
+
|
|
304
|
+
- 2025-05-29: ⚠️ upgraded to Angular 20.
|
|
305
|
+
- 2025-05-25: updated Angular and packages.
|
|
306
|
+
|
|
307
|
+
### 4.0.2
|
|
308
|
+
|
|
309
|
+
- 2025-01-01: updated packages.
|
|
310
|
+
|
|
311
|
+
### 4.0.1
|
|
312
|
+
|
|
313
|
+
- 2024-12-04: added CSS variables to browser tree node.
|
|
314
|
+
|
|
315
|
+
### 4.0.0
|
|
316
|
+
|
|
317
|
+
- 2024-12-02: ⚠️ refactored code:
|
|
318
|
+
- replaced dependencies with new standalone `ngx-mat-...` libraries.
|
|
319
|
+
- upgraded to standalone.
|
|
320
|
+
- upgraded to functional injection.
|
|
321
|
+
- upgraded to use signal-based properties and events.
|
|
322
|
+
- fixes to tree store for collapse.
|
|
323
|
+
|
|
324
|
+
### 3.0.0
|
|
325
|
+
|
|
326
|
+
- 2024-11-22: ⚠️ upgraded to Angular 19.
|
|
327
|
+
|
|
328
|
+
### 2.0.5
|
|
329
|
+
|
|
330
|
+
- 2024-10-24: added `hideLoc` to tree node component.
|
|
331
|
+
|
|
332
|
+
### 2.0.4
|
|
333
|
+
|
|
334
|
+
- 2024-10-23:
|
|
335
|
+
- updated Angular.
|
|
336
|
+
- updated package peer dependencies.
|
|
337
|
+
- added i18n.
|
|
338
|
+
- added `hideFilter` to paged tree browser.
|
|
339
|
+
|
|
340
|
+
### 2.0.3
|
|
341
|
+
|
|
342
|
+
- 2024-10-16: added `clear` method to stores.
|
|
343
|
+
|
|
344
|
+
### 2.0.2
|
|
345
|
+
|
|
346
|
+
- 2024-10-02: fix to paged tree store page change when any nodes in old page are expanded.
|
|
347
|
+
|
|
348
|
+
### 2.0.1
|
|
349
|
+
|
|
350
|
+
- 2024-10-02:
|
|
351
|
+
- updated Angular and packages.
|
|
352
|
+
- added get root node method to tree store.
|
|
353
|
+
- more comments.
|
|
354
|
+
|
|
355
|
+
### 2.0.0
|
|
356
|
+
|
|
357
|
+
- 2024-08-04: ⚠️ breaking changes to tree browser: refactored to remove tag-based multiple trees.
|
|
358
|
+
- 2024-08-02:
|
|
359
|
+
- upgraded Angular and packages.
|
|
360
|
+
- replaced `color` with `class`.
|
|
361
|
+
- refactored styles for new Material.
|
|
362
|
+
|
|
363
|
+
### 1.1.0
|
|
364
|
+
|
|
365
|
+
- 2024-05-23: upgraded to Angular 18.
|
|
366
|
+
- 2023-11-09: upgraded to Angular 17.
|