@milaboratories/milaboratories.pool-explorer.model 1.0.91 → 1.0.93
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/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/bundle.js +3 -1
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.pool-explorer.model@1.0.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.model@1.0.93 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
7
|
↳ rollup -c /configs/rollup.block-model.config.js
|
|
8
8
|
[36m
|
|
9
9
|
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
-
[32mcreated [1mdist, dist[22m in [1m8.
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m8.8s[22m[39m
|
|
11
11
|
[36m
|
|
12
12
|
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
13
|
[1m[33m(!) Circular dependency[39m[22m
|
|
14
14
|
../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
|
|
15
|
-
[32mcreated [1mdist[22m in [1m6.
|
|
15
|
+
[32mcreated [1mdist[22m in [1m6.4s[22m[39m
|
|
16
16
|
Build completed successfully
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.pool-explorer.model@1.0.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.model@1.0.93 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
|
|
4
4
|
> ts-builder types --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.pool-explorer.model
|
|
2
2
|
|
|
3
|
+
## 1.0.93
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d60cc17]
|
|
8
|
+
- @platforma-sdk/model@1.43.0
|
|
9
|
+
|
|
10
|
+
## 1.0.92
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [6bc20d1]
|
|
15
|
+
- @platforma-sdk/model@1.42.51
|
|
16
|
+
|
|
3
17
|
## 1.0.91
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/bundle.js
CHANGED
|
@@ -4575,6 +4575,7 @@
|
|
|
4575
4575
|
IsVirtual: 'pl7.app/graph/isVirtual',
|
|
4576
4576
|
},
|
|
4577
4577
|
HideDataFromUi: 'pl7.app/hideDataFromUi',
|
|
4578
|
+
HideDataFromGraphs: 'pl7.app/hideDataFromGraphs',
|
|
4578
4579
|
IsLinkerColumn: 'pl7.app/isLinkerColumn',
|
|
4579
4580
|
Label: 'pl7.app/label',
|
|
4580
4581
|
Max: 'pl7.app/max',
|
|
@@ -4594,6 +4595,7 @@
|
|
|
4594
4595
|
[Annotation.DiscreteValues]: z.array(z.string()).or(z.array(z.number())),
|
|
4595
4596
|
[Annotation.Graph.IsVirtual]: z.boolean(),
|
|
4596
4597
|
[Annotation.HideDataFromUi]: z.boolean(),
|
|
4598
|
+
[Annotation.HideDataFromGraphs]: z.boolean(),
|
|
4597
4599
|
[Annotation.IsLinkerColumn]: z.boolean(),
|
|
4598
4600
|
[Annotation.Max]: z.number(),
|
|
4599
4601
|
[Annotation.Min]: z.number(),
|
|
@@ -6760,7 +6762,7 @@
|
|
|
6760
6762
|
}
|
|
6761
6763
|
}
|
|
6762
6764
|
|
|
6763
|
-
var version = "1.
|
|
6765
|
+
var version = "1.43.0";
|
|
6764
6766
|
|
|
6765
6767
|
const PlatformaSDKVersion = version;
|
|
6766
6768
|
|