@platforma-sdk/ui-vue 1.11.8 → 1.13.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3157ecd: - model: Default join used in `createPlDataTableSheet` is now a full join of data columns plus inner left join of labels
8
+ - model: Added `getPColumnByRef` utility method in the result pool
9
+ - model: Added `findLabels` method to get axis labels as map in the model
10
+ - model: Added utility methods to get PColumn partition axes values in the model
11
+ - ui/PlAgDataTable:
12
+ - removed transitions from style
13
+ - removed unused style.css
14
+ - moved PlDataTableSheet to a model
15
+ - renamed `{value, text}` to `{value, label}` in `PlDataTableSheet` options for consistency with other APIs (braking change)
16
+ - fixed a bug with non-disappearing label column when the corresponding axis is used in the sheets
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [3157ecd]
21
+ - @platforma-sdk/model@1.13.0
22
+ - @milaboratories/uikit@2.2.11
23
+
24
+ ## 1.12.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [b207f86]
29
+ - @platforma-sdk/model@1.12.0
30
+ - @milaboratories/uikit@2.2.11
31
+
3
32
  ## 1.11.8
4
33
 
5
34
  ### Patch Changes