@milaboratories/milaboratories.ui-examples.model 1.2.45 → 1.2.46

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.45 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.2.46 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 9.2s
10
+ created dist, dist in 5.3s
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.8s
15
+ created dist in 2.8s
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.45 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.2.46 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,12 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.2.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [31a1ac2]
8
+ - @platforma-sdk/model@1.44.14
9
+
3
10
  ## 1.2.45
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5712,10 +5712,12 @@
5712
5712
  break;
5713
5713
  case RT_JSON_PARTITIONED:
5714
5714
  case RT_BINARY_PARTITIONED:
5715
+ case RT_PARQUET_PARTITIONED:
5715
5716
  keyLength = meta['partitionKeyLength'];
5716
5717
  break;
5717
5718
  case RT_BINARY_SUPER_PARTITIONED:
5718
5719
  case RT_JSON_SUPER_PARTITIONED:
5720
+ case RT_PARQUET_SUPER_PARTITIONED:
5719
5721
  keyLength = meta['superPartitionKeyLength'] + meta['partitionKeyLength'];
5720
5722
  break;
5721
5723
  }
@@ -5723,6 +5725,7 @@
5723
5725
  case RT_RESOURCE_MAP:
5724
5726
  case RT_JSON_PARTITIONED:
5725
5727
  case RT_BINARY_PARTITIONED:
5728
+ case RT_PARQUET_PARTITIONED:
5726
5729
  for (let keyStr of acc.listInputFields()) {
5727
5730
  if (rt === RT_BINARY_PARTITIONED) {
5728
5731
  keyStr = removeIndexSuffix(keyStr).baseKey;
@@ -5734,6 +5737,7 @@
5734
5737
  case RT_RESOURCE_MAP_PARTITIONED:
5735
5738
  case RT_BINARY_SUPER_PARTITIONED:
5736
5739
  case RT_JSON_SUPER_PARTITIONED:
5740
+ case RT_PARQUET_SUPER_PARTITIONED:
5737
5741
  for (const supKeyStr of acc.listInputFields()) {
5738
5742
  const keyPrefix = [...JSON.parse(supKeyStr)];
5739
5743
  const value = acc.resolve({ field: supKeyStr, assertFieldType: 'Input' });
@@ -6933,7 +6937,7 @@
6933
6937
  }
6934
6938
  }
6935
6939
 
6936
- var version = "1.44.13";
6940
+ var version = "1.44.14";
6937
6941
 
6938
6942
  const PlatformaSDKVersion = version;
6939
6943