@milaboratories/milaboratories.ui-examples.model 1.2.29 → 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.
@@ -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.29 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
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
- ↳ rollup -c configs/rollup.block-model.config.js
7
+ ↳ rollup -c /configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 9.1s
10
+ created dist, dist in 2.7s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 8.5s
15
+ created dist in 3.1s
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.29 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
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
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.2.31
4
+
5
+ ### Patch Changes
6
+
7
+ - 2a21be5: PlAgDataTableV2: added tooltips to column headers
8
+ - @platforma-sdk/model@1.42.36
9
+
10
+ ## 1.2.30
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [27c258f]
15
+ - @platforma-sdk/model@1.42.35
16
+
3
17
  ## 1.2.29
4
18
 
5
19
  ### Patch Changes
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.25";
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
  {