@milaboratories/milaboratories.ui-examples.model 1.2.30 → 1.2.31
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 +5 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +5 -5
- package/src/index.ts +4 -1
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.31 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 [1m2.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 [1m3.
|
|
15
|
+
[32mcreated [1mdist[22m in [1m3.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.31 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
|
@@ -4626,6 +4626,7 @@
|
|
|
4626
4626
|
}
|
|
4627
4627
|
/// Well-known annotations
|
|
4628
4628
|
const Annotation = {
|
|
4629
|
+
Description: 'pl7.app/description',
|
|
4629
4630
|
DiscreteValues: 'pl7.app/discreteValues',
|
|
4630
4631
|
Graph: {
|
|
4631
4632
|
IsVirtual: 'pl7.app/graph/isVirtual',
|
|
@@ -6829,7 +6830,7 @@
|
|
|
6829
6830
|
}
|
|
6830
6831
|
}
|
|
6831
6832
|
|
|
6832
|
-
var version = "1.42.
|
|
6833
|
+
var version = "1.42.36";
|
|
6833
6834
|
|
|
6834
6835
|
const PlatformaSDKVersion = version;
|
|
6835
6836
|
|
|
@@ -7462,6 +7463,7 @@
|
|
|
7462
7463
|
[Annotation.Label]: 'String column',
|
|
7463
7464
|
[Annotation.DiscreteValues]: stringifyJson(['up', 'down']),
|
|
7464
7465
|
[Annotation.Table.OrderPriority]: stringifyJson(101),
|
|
7466
|
+
[Annotation.Description]: 'String column description',
|
|
7465
7467
|
},
|
|
7466
7468
|
axesSpec: [
|
|
7467
7469
|
{
|
|
@@ -7499,6 +7501,7 @@
|
|
|
7499
7501
|
[Annotation.Label]: 'Float column',
|
|
7500
7502
|
[Annotation.Table.Visibility]: 'optional',
|
|
7501
7503
|
[Annotation.Table.OrderPriority]: stringifyJson(100),
|
|
7504
|
+
[Annotation.Description]: 'Float column description',
|
|
7502
7505
|
},
|
|
7503
7506
|
axesSpec: [
|
|
7504
7507
|
{
|
|
@@ -7676,7 +7679,7 @@
|
|
|
7676
7679
|
? [
|
|
7677
7680
|
{ type: 'delimiter' },
|
|
7678
7681
|
...dynamicSections,
|
|
7679
|
-
{ type: 'delimiter' }
|
|
7682
|
+
{ type: 'delimiter' },
|
|
7680
7683
|
]
|
|
7681
7684
|
: []),
|
|
7682
7685
|
{
|