@datapos/datapos-shared 0.3.317 → 0.3.325

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
@@ -1,9 +1,6 @@
1
1
  # Data Positioning Shared Library
2
2
 
3
- <span><!-- OWASP_BADGES_START -->
4
- [![OWASP](https://img.shields.io/badge/OWASP-passed-4CAF50)](https://data-positioning.github.io/datapos-shared/dependency-check-reports/dependency-check-report.html)
5
- <!-- OWASP_BADGES_END --></span>
6
-
3
+ <span><!-- OWASP_BADGES_START -->[![OWASP](https://img.shields.io/badge/OWASP-passed-4CAF50)](https://data-positioning.github.io/datapos-shared/dependency-check-reports/dependency-check-report.html)<!-- OWASP_BADGES_END --></span>
7
4
  [![npm version](https://img.shields.io/npm/v/@datapos/datapos-shared.svg)](https://www.npmjs.com/package/@datapos/datapos-shared)
8
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
9
6
 
@@ -43,11 +40,11 @@ Each module implements a set of components. All module component types extend th
43
40
  | Types | Notes |
44
41
  | ------------------------------- | ------------------------------------------------------------ |
45
42
  | [Component](./src/component.ts) | The Component type serves as a base type for all components. |
46
- | ComponentRef | |
43
+ | ComponentReference | |
47
44
  | ComponentStatus | |
48
45
  | ComponentStatusId | |
49
46
  | ComponentTypeId | |
50
- | StatusColorId | |
47
+ | ComponentStatusColorId | |
51
48
 
52
49
  #### Connector Module Components
53
50
 
@@ -122,11 +119,12 @@ The following table lists top-level production and peer dependencies. All these
122
119
  The following table lists top-level production and peer dependencies. All these dependencies (including transitive ones) have been recursively verified to use Apache-2.0, BSD-2-Clause, CC0-1.0, or MIT—commercially friendly licenses with minimal restrictions. Developers cloning this repository should independently verify dev and optional dependencies; users of the published library are covered by these checks. We do not include unlicensed dependencies. Used to support development activity and not released as part of the production release. Check if you clone. We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check) and [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) to identify dependency licenses.
123
120
 
124
121
  <!-- DEPENDENCY_LICENSES_START -->
125
- |Name|Type|Installed|Latest|Latest Released|Deps|Document|
126
- |:-|:-|:-:|:-:|:-|-:|:-|
127
- |csv-parse|MIT|6.1.0|6.1.0|5 months ago: 2025-07-16|0|⚠️ No license file|
128
- |date-fns|MIT|4.1.0|4.1.0|4 months ago: 2025-08-03|0|[LICENSE.md](https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md)|
129
- |nanoid|MIT|5.1.6|5.1.6|2 months ago: 2025-09-22|0|[LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE)|
122
+
123
+ | Name | Type | Installed | Latest | Latest Released | Deps | Document |
124
+ | :-------- | :--- | :-------: | :----: | :----------------------- | ---: | :-------------------------------------------------------------------------------- |
125
+ | csv-parse | MIT | 6.1.0 | 6.1.0 | 5 months ago: 2025-07-16 | 0 | ⚠️ No license file |
126
+ | date-fns | MIT | 4.1.0 | 4.1.0 | 4 months ago: 2025-08-03 | 0 | [LICENSE.md](https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md) |
127
+ | nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago: 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
130
128
 
131
129
  <!-- DEPENDENCY_LICENSES_END -->
132
130
 
package/README.pdf ADDED
Binary file