@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 +9 -11
- package/README.pdf +0 -0
- package/dist/datapos-shared.es.js +357 -330
- package/dist/types/src/component/componentConfig.schema.d.ts +2 -2
- package/dist/types/src/component/connector/connection.d.ts +5 -6
- package/dist/types/src/component/connector/connectorConfig.schema.d.ts +4 -0
- package/dist/types/src/component/connector/index.d.ts +22 -15
- package/dist/types/src/component/context/contextConfig.schema.d.ts +4 -0
- package/dist/types/src/component/context/index.d.ts +12 -12
- package/dist/types/src/component/dataView/OLD_ContentAuditColumn.d.ts +2 -2
- package/dist/types/src/component/dataView/index.d.ts +9 -11
- package/dist/types/src/component/index.d.ts +10 -24
- package/dist/types/src/component/presenter/index.d.ts +3 -3
- package/dist/types/src/component/presenter/presentation.d.ts +3 -3
- package/dist/types/src/component/presenter/presenterConfig.schema.d.ts +4 -0
- package/dist/types/src/engine/index.d.ts +4 -4
- package/dist/types/src/index.d.ts +37 -29
- package/package.json +7 -4
- package/dist/types/src/timestamp.d.ts +0 -4
package/README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
# Data Positioning Shared Library
|
|
2
2
|
|
|
3
|
-
<span><!-- OWASP_BADGES_START -->
|
|
4
|
-
[](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 -->[](https://data-positioning.github.io/datapos-shared/dependency-check-reports/dependency-check-report.html)<!-- OWASP_BADGES_END --></span>
|
|
7
4
|
[](https://www.npmjs.com/package/@datapos/datapos-shared)
|
|
8
5
|
[](./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
|
-
|
|
|
43
|
+
| ComponentReference | |
|
|
47
44
|
| ComponentStatus | |
|
|
48
45
|
| ComponentStatusId | |
|
|
49
46
|
| ComponentTypeId | |
|
|
50
|
-
|
|
|
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
|
-
|
|
126
|
-
|
|
127
|
-
|
|
|
128
|
-
|
|
|
129
|
-
|
|
|
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
|