@refinitiv-ui/elements 7.10.5-next.2 → 7.10.5
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.10.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.4...@refinitiv-ui/elements@7.10.5) (2024-02-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
9
|
+
|
|
6
10
|
## [7.10.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.3...@refinitiv-ui/elements@7.10.4) (2024-02-12)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -28,6 +28,10 @@ export declare class TreeManager<T extends TreeDataItem> {
|
|
|
28
28
|
* Last selected item timestamp
|
|
29
29
|
*/
|
|
30
30
|
private lastSelectedAt?;
|
|
31
|
+
/**
|
|
32
|
+
* @param composer CollectionComposer to be managed.
|
|
33
|
+
* @param mode TreeManager mode which is Relational or Independent.
|
|
34
|
+
*/
|
|
31
35
|
constructor(composer: CollectionComposer<T>, mode?: TreeManagerMode);
|
|
32
36
|
/**
|
|
33
37
|
* Is the manager maintaining parent/child relationships
|
|
@@ -16,6 +16,10 @@ export var TreeManagerMode;
|
|
|
16
16
|
TreeManagerMode[TreeManagerMode["INDEPENDENT"] = 0] = "INDEPENDENT";
|
|
17
17
|
})(TreeManagerMode || (TreeManagerMode = {}));
|
|
18
18
|
export class TreeManager {
|
|
19
|
+
/**
|
|
20
|
+
* @param composer CollectionComposer to be managed.
|
|
21
|
+
* @param mode TreeManager mode which is Relational or Independent.
|
|
22
|
+
*/
|
|
19
23
|
constructor(composer, mode = TreeManagerMode.RELATIONAL) {
|
|
20
24
|
/**
|
|
21
25
|
* Mode (algorithm) the tree manage is using
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '7.10.5
|
|
1
|
+
export const VERSION = '7.10.5';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "7.10.5
|
|
3
|
+
"version": "7.10.5",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "LSEG",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
},
|
|
343
343
|
"dependencies": {
|
|
344
344
|
"@lit-labs/context": "^0.3.1",
|
|
345
|
-
"@refinitiv-ui/halo-theme": "^7.3.5
|
|
346
|
-
"@refinitiv-ui/solar-theme": "^7.2.6
|
|
345
|
+
"@refinitiv-ui/halo-theme": "^7.3.5",
|
|
346
|
+
"@refinitiv-ui/solar-theme": "^7.2.6",
|
|
347
347
|
"chart.js": "^4.3.0",
|
|
348
348
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
349
349
|
"d3-interpolate": "^3.0.1",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
},
|
|
355
355
|
"devDependencies": {
|
|
356
356
|
"@refinitiv-ui/core": "^7.4.1",
|
|
357
|
-
"@refinitiv-ui/demo-block": "^7.1.7
|
|
357
|
+
"@refinitiv-ui/demo-block": "^7.1.7",
|
|
358
358
|
"@refinitiv-ui/i18n": "^7.1.3",
|
|
359
359
|
"@refinitiv-ui/phrasebook": "^7.1.1",
|
|
360
360
|
"@refinitiv-ui/test-helpers": "^7.1.0",
|
|
@@ -373,5 +373,5 @@
|
|
|
373
373
|
"publishConfig": {
|
|
374
374
|
"access": "public"
|
|
375
375
|
},
|
|
376
|
-
"gitHead": "
|
|
376
|
+
"gitHead": "6820b961ecc0ad1517ef94807df775eceb4f91db"
|
|
377
377
|
}
|