@milaboratories/milaboratories.ui-examples.model 1.2.33 → 1.2.34
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 +7 -0
- package/dist/bundle.js +3 -1
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +3 -3
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.ui-examples.model@1.2.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.2.34 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/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 [
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m4.7s[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 [
|
|
15
|
+
[32mcreated [1mdist[22m in [1m4.1s[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.ui-examples.model@1.2.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.2.34 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
4
|
> ts-builder types --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -4639,6 +4639,7 @@
|
|
|
4639
4639
|
IsVirtual: 'pl7.app/graph/isVirtual',
|
|
4640
4640
|
},
|
|
4641
4641
|
HideDataFromUi: 'pl7.app/hideDataFromUi',
|
|
4642
|
+
HideDataFromGraphs: 'pl7.app/hideDataFromGraphs',
|
|
4642
4643
|
IsLinkerColumn: 'pl7.app/isLinkerColumn',
|
|
4643
4644
|
Label: 'pl7.app/label',
|
|
4644
4645
|
Max: 'pl7.app/max',
|
|
@@ -4660,6 +4661,7 @@
|
|
|
4660
4661
|
[Annotation.DiscreteValues]: z.array(z.string()).or(z.array(z.number())),
|
|
4661
4662
|
[Annotation.Graph.IsVirtual]: z.boolean(),
|
|
4662
4663
|
[Annotation.HideDataFromUi]: z.boolean(),
|
|
4664
|
+
[Annotation.HideDataFromGraphs]: z.boolean(),
|
|
4663
4665
|
[Annotation.IsLinkerColumn]: z.boolean(),
|
|
4664
4666
|
[Annotation.Max]: z.number(),
|
|
4665
4667
|
[Annotation.Min]: z.number(),
|
|
@@ -6837,7 +6839,7 @@
|
|
|
6837
6839
|
}
|
|
6838
6840
|
}
|
|
6839
6841
|
|
|
6840
|
-
var version = "1.42.
|
|
6842
|
+
var version = "1.42.51";
|
|
6841
6843
|
|
|
6842
6844
|
const PlatformaSDKVersion = version;
|
|
6843
6845
|
|