@platforma-sdk/model 1.41.1 → 1.41.2
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -43
- package/dist/index.mjs.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/PFrameForGraphs.ts +1 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PlatformaSDKVersion = "1.41.
|
|
1
|
+
export declare const PlatformaSDKVersion = "1.41.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@ function getKeysCombinations(idsLists: AxisId[][]) {
|
|
|
49
49
|
|
|
50
50
|
/** Check if column is a linker column */
|
|
51
51
|
export function isLinkerColumn(column: PColumnSpec) {
|
|
52
|
-
return column.
|
|
52
|
+
return column.annotations?.[LINKER_COLUMN_ANNOTATION] === 'true';
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
export const IS_VIRTUAL_COLUMN = 'pl7.app/graph/isVirtual'; // annotation for column duplicates with extended domains
|