@milaboratories/milaboratories.ui-examples.model 1.2.33 → 1.2.35

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.33 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.2.35 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
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 10.4s
10
+ created dist, dist in 8.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 8s
15
+ created dist in 9.2s
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.33 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.2.35 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.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d60cc17]
8
+ - @platforma-sdk/model@1.43.0
9
+
10
+ ## 1.2.34
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [6bc20d1]
15
+ - @platforma-sdk/model@1.42.51
16
+
3
17
  ## 1.2.33
4
18
 
5
19
  ### Patch Changes
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.47";
6842
+ var version = "1.43.0";
6841
6843
 
6842
6844
  const PlatformaSDKVersion = version;
6843
6845