# @platforma-sdk/ui-vue

## 1.77.4

### Patch Changes

- @milaboratories/pf-spec-driver@1.3.17
- @platforma-sdk/model@1.77.4
- @milaboratories/uikit@2.14.11

## 1.77.0

### Minor Changes

- f302c2f: PlAgDataTableV2: shrink persisted grid colIds by ~16×

  The AG Grid `colId` produced by `PlAgDataTableV2` is now `canonicalizeJson<PTableColumnId>(getPTableColumnId(spec))` instead of `canonicalizeJson<PTableColumnSpec>(spec)`. The full column spec (including all annotations and the `pl7.app/trace` chain) used to be embedded in every entry of `orderedColIds` and `hiddenColIds`; for tables with ~1,500+ columns this could push persisted block storage past 10 MB and trip the QuickJS heap cap during `mutate-block-storage`.

  Measured on a real ~1,600-column overlap table: persisted block-storage payload drops from 11.5 MB to 0.7 MB.

  The full `PTableColumnSpec` remains available on each `ColDef.context` for callsites that have a live ColDef (`useFilterableColumns`, CSV export). State-only callsites (sort model, hidden column ids) now parse the colId directly as a `PTableColumnId` instead of a full spec.

  State version bumped to 7; a v6→v7 migration rewrites every persisted colId in place. v4 and v5 chains pass through v6 first.

### Patch Changes

- Updated dependencies [f302c2f]
- Updated dependencies [f302c2f]
  - @platforma-sdk/model@1.77.0
  - @milaboratories/uikit@2.14.10

## 1.76.7

### Patch Changes

- c1d7e8f: PlDatasetSelector - returned description for filter variants

## 1.76.5

### Patch Changes

- b4f9e33: `PlDatasetSelector` filter rows used to render as the dataset's name (e.g.
  "Bulk") instead of the producing block's name (e.g. "Top 10"). Root cause:
  the parent dataset's trace ends with a high-importance
  `samples-and-data/dataset` step ("Bulk", importance 100); with a single
  filter `deriveDistinctLabels` had no peer to disambiguate against and
  picked that step.

  Fix: `filterMatchesToOptions` now includes the dataset spec as an extra
  entry when calling `deriveDistinctLabels`, then discards its label. The
  algorithm is forced to pick types that distinguish each filter from the
  dataset, surfacing the filter-specific trace step. Filter labels carry the
  dataset name as a prefix (e.g. "Bulk / Top 10"); `PlDatasetSelector` drops
  the now-redundant dataset-name subtitle on filter rows.

  Filter columns inherit the dataset's `pl7.app/label` annotation; the
  filter-discovery code now suppresses native labels via
  `formatters.native` so the algorithm reaches into the trace for
  disambiguation.

  `filterMatchesToOptions` signature: `(matches, options)` where
  `FilterMatchOptions = { refsByObjectId, datasetSpec }`. The previous
  trailing `labelOptions?` positional is removed — it had no real callers,
  and the function's native-label suppression is load-bearing so accepting
  arbitrary formatter overrides would risk regressing the fix.

- b4f9e33: `PlDatasetSelector`: carry `enrichments` inside the dropdown `Selection`
  value so `onChange` no longer needs a separate `findOption` lookup over
  `props.options`.
- Updated dependencies [b4f9e33]
  - @platforma-sdk/model@1.76.5
  - @milaboratories/uikit@2.14.9

## 1.76.4

### Patch Changes

- Updated dependencies [2b928af]
  - @milaboratories/pl-model-common@1.42.0
  - @milaboratories/pf-spec-driver@1.3.16
  - @platforma-sdk/model@1.76.4
  - @milaboratories/uikit@2.14.8

## 1.76.0

### Minor Changes

- 9310b53: `PlDatasetSelector` now renders datasets and their filters in a single dropdown — each dataset row is followed by its filter rows, with the parent dataset label shown as the row description. Removed the `filterLabel` and `filterPlaceholder` props (no longer applicable).

## 1.75.10

### Patch Changes

- Updated dependencies [b631ce0]
  - @platforma-sdk/model@1.75.10
  - @milaboratories/uikit@2.14.7

## 1.75.8

### Patch Changes

- dd5db77: public outputs for plugins
- Updated dependencies [dd5db77]
  - @platforma-sdk/model@1.75.8
  - @milaboratories/uikit@2.14.6

## 1.75.7

### Patch Changes

- 5a70c0f: Fix `@cell-button-clicked` not firing on PlAgDataTableV2 when the configured axis has a label column. Since the predefined-label change in 1.75.0, labelled axes are replaced in the grid by their label column, so the cell-button cellRendererSelector — which only matched `type:"axis"` ColDefs — never installed. Now also resolve the axis on single-axis label columns whose labeled axis equals `showCellButtonForAxisId`.
- Updated dependencies [5a70c0f]
  - @milaboratories/uikit@2.14.5

## 1.75.6

### Patch Changes

- Updated dependencies [846df2e]
  - @milaboratories/pf-spec-driver@1.3.15
  - @platforma-sdk/model@1.75.5

## 1.75.5

### Patch Changes

- Updated dependencies [63dc54d]
  - @platforma-sdk/model@1.75.5
  - @milaboratories/uikit@2.14.4

## 1.75.2

### Patch Changes

- Updated dependencies [641c845]
  - @milaboratories/pl-model-common@1.41.2
  - @platforma-sdk/model@1.75.2
  - @milaboratories/pf-spec-driver@1.3.14
  - @milaboratories/uikit@2.14.3

## 1.75.1

### Patch Changes

- @milaboratories/pl-model-common@1.41.1
- @milaboratories/pf-spec-driver@1.3.13
- @milaboratories/uikit@2.14.2
- @platforma-sdk/model@1.75.1

## 1.75.0

### Minor Changes

- cb9e0ba: Label columns for predefined columns and show in table label columns always

### Patch Changes

- Updated dependencies [cb9e0ba]
  - @milaboratories/pl-model-common@1.41.0
  - @platforma-sdk/model@1.75.0
  - @milaboratories/pf-spec-driver@1.3.12
  - @milaboratories/uikit@2.14.1

## 1.74.0

### Minor Changes

- 72a9e61: Support signatures tracking and strict security mode of backend

### Patch Changes

- Updated dependencies [72a9e61]
  - @milaboratories/pl-model-common@1.40.0
  - @milaboratories/uikit@2.14.0
  - @milaboratories/pf-spec-driver@1.3.11
  - @platforma-sdk/model@1.74.0

## 1.73.4

### Patch Changes

- Updated dependencies [518ac71]
  - @milaboratories/pf-spec-driver@1.3.10
  - @platforma-sdk/model@1.73.3

## 1.73.3

### Patch Changes

- Updated dependencies [114448e]
  - @platforma-sdk/model@1.73.3
  - @milaboratories/uikit@2.13.5

## 1.73.2

### Patch Changes

- 62ab678: Disable linker tooltips

## 1.73.0

### Patch Changes

- 2df0aff: `buildDatasetOptions`: scope filter discovery to the result pool only (block outputs and prerun no longer pollute the filter dropdown), add a `filter` predicate to restrict eligible filter columns, and skip filter matches without a PlRef instead of throwing. Removes the need for callers to wrap `buildDatasetOptions` in try/catch.

  `tableBuilder.addPrimary`: drop a `PrimaryRef.filter` whose `resolveColumn` produced no spec, so a stale or malformed filter ref no longer causes `pframes.build-table` to panic with `field "spec" not found and inputs locked`.

  `PlDatasetSelector`: always render the filter dropdown, regardless of whether the selected dataset has compatible filters; the dropdown is clearable and uses an empty selection (instead of a synthetic "No filter" entry) to mean "no filter applied". Removed the `noFilterLabel` prop.

- Updated dependencies [2df0aff]
  - @platforma-sdk/model@1.73.0
  - @milaboratories/uikit@2.13.4

## 1.72.0

### Patch Changes

- Updated dependencies [731ab44]
  - @platforma-sdk/model@1.72.0
  - @milaboratories/pl-model-common@1.39.0
  - @milaboratories/uikit@2.13.3
  - @milaboratories/pf-spec-driver@1.3.9

## 1.71.0

### Minor Changes

- 6369956: Show table with partial data

### Patch Changes

- Updated dependencies [6369956]
  - @milaboratories/pl-model-common@1.38.0
  - @platforma-sdk/model@1.71.0
  - @milaboratories/pf-spec-driver@1.3.8
  - @milaboratories/uikit@2.13.2

## 1.70.0

### Patch Changes

- Updated dependencies [a40505e]
  - @milaboratories/pl-model-common@1.37.0
  - @platforma-sdk/model@1.70.0
  - @milaboratories/pf-spec-driver@1.3.7
  - @milaboratories/uikit@2.13.1

## 1.69.0

### Minor Changes

- d8f985a: Correct show label columns and simplify join for big projects

### Patch Changes

- Updated dependencies [d8f985a]
  - @milaboratories/uikit@2.13.0
  - @platforma-sdk/model@1.69.0

## 1.68.8

### Patch Changes

- @milaboratories/pl-model-common@1.36.2
- @platforma-sdk/model@1.68.8
- @milaboratories/pf-spec-driver@1.3.6
- @milaboratories/uikit@2.12.15

## 1.68.7

### Patch Changes

- Updated dependencies [e1bb3ba]
  - @platforma-sdk/model@1.68.7
  - @milaboratories/uikit@2.12.14

## 1.68.6

### Patch Changes

- Updated dependencies [557d174]
  - @platforma-sdk/model@1.68.6
  - @milaboratories/uikit@2.12.13

## 1.68.5

### Patch Changes

- Updated dependencies [c1baeb8]
  - @platforma-sdk/model@1.68.5
  - @milaboratories/uikit@2.12.12

## 1.68.4

### Patch Changes

- Updated dependencies [e5596f5]
  - @milaboratories/pl-model-common@1.36.1
  - @milaboratories/pf-spec-driver@1.3.5
  - @platforma-sdk/model@1.68.4
  - @milaboratories/uikit@2.12.11

## 1.68.1

### Patch Changes

- ca3cf14: export labeled columns

## 1.68.0

### Minor Changes

- 5420fea: Replace legacy `PFrameDriver.writePTableToFs?` with two modern services:
  `Dialog.showSaveDialog` (new `main`-kind service for native save dialogs)
  and `PFrame.writePTableToFs` (now a required method on the UI-facing
  driver, accepting a caller-provided `path`). `exportCsv` in `ui-vue`
  now opens the save dialog and invokes the write as two separate
  service calls.

### Patch Changes

- 5420fea: Add native CSV/TSV export path in PlAgCsvExporter that delegates to downloadPTableCsv when available in desktop runtime, with automatic fallback to browser-based export
- Updated dependencies [5420fea]
- Updated dependencies [5420fea]
- Updated dependencies [5420fea]
  - @milaboratories/pl-model-common@1.36.0
  - @platforma-sdk/model@1.68.0
  - @milaboratories/pf-spec-driver@1.3.4
  - @milaboratories/uikit@2.12.10

## 1.67.0

### Minor Changes

- 10eec21: Add `PlDatasetSelector` component for dataset + optional filter selection. Emits `PrimaryRef`; filter dropdown appears only when the selected dataset has compatible filters (progressive disclosure). Accepts both `PrimaryRef` and plain `PlRef` as input for backward compatibility.

### Patch Changes

- Updated dependencies [10eec21]
- Updated dependencies [10eec21]
  - @platforma-sdk/model@1.67.0
  - @milaboratories/pl-model-common@1.35.0
  - @milaboratories/uikit@2.12.9
  - @milaboratories/pf-spec-driver@1.3.3

## 1.66.2

### Patch Changes

- a2304be: refactoring column_collection_builder
- Updated dependencies [a2304be]
  - @milaboratories/pl-model-common@1.34.1
  - @platforma-sdk/model@1.66.2
  - @milaboratories/pf-spec-driver@1.3.2
  - @milaboratories/uikit@2.12.8

## 1.66.1

### Patch Changes

- Updated dependencies [4964b89]
  - @milaboratories/uikit@2.12.7

## 1.66.0

### Minor Changes

- 0237f1b: fix broken annotations

## 1.65.10

### Patch Changes

- Updated dependencies [8eb112a]
- Updated dependencies [8eb112a]
  - @milaboratories/pl-model-common@1.34.0
  - @milaboratories/pf-spec-driver@1.3.1
  - @platforma-sdk/model@1.65.10
  - @milaboratories/uikit@2.12.6

## 1.65.9

### Patch Changes

- Updated dependencies [1411dea]
  - @milaboratories/pl-model-common@1.33.0
  - @milaboratories/pf-spec-driver@1.3.0
  - @platforma-sdk/model@1.65.9
  - @milaboratories/uikit@2.12.5

## 1.65.8

### Patch Changes

- Updated dependencies [49485fd]
  - @milaboratories/pl-model-common@1.32.1
  - @milaboratories/pf-spec-driver@1.2.7
  - @platforma-sdk/model@1.65.8
  - @milaboratories/uikit@2.12.4

## 1.65.6

### Patch Changes

- Updated dependencies [436d4a9]
  - @milaboratories/pl-model-common@1.32.0
  - @milaboratories/pf-spec-driver@1.2.6
  - @platforma-sdk/model@1.65.6
  - @milaboratories/uikit@2.12.3

## 1.65.4

### Patch Changes

- @platforma-sdk/model@1.65.4
- @milaboratories/uikit@2.12.2

## 1.65.3

### Patch Changes

- @platforma-sdk/model@1.65.3
- @milaboratories/uikit@2.12.1

## 1.65.0

### Minor Changes

- 92ef20f: Default filters available from UI

### Patch Changes

- Updated dependencies [92ef20f]
  - @milaboratories/uikit@2.12.0
  - @platforma-sdk/model@1.65.0

## 1.64.0

### Minor Changes

- 559d124: Support display options and lables options for createPlDataTableV3

### Patch Changes

- Updated dependencies [559d124]
  - @platforma-sdk/model@1.64.0
  - @milaboratories/uikit@2.11.9

## 1.63.12

### Patch Changes

- Updated dependencies [9c3b6c2]
  - @milaboratories/pl-model-common@1.31.2
  - @milaboratories/pf-spec-driver@1.2.5
  - @platforma-sdk/model@1.63.12
  - @milaboratories/uikit@2.11.8

## 1.63.8

### Patch Changes

- Updated dependencies [cad9688]
  - @milaboratories/uikit@2.11.7
  - @milaboratories/pl-model-common@1.31.1
  - @milaboratories/pf-spec-driver@1.2.4
  - @platforma-sdk/model@1.63.1

## 1.63.5

### Patch Changes

- Updated dependencies [5a6ce18]
  - @milaboratories/pf-spec-driver@1.2.4
  - @platforma-sdk/model@1.63.1

## 1.63.1

### Patch Changes

- Updated dependencies [6dc9e0d]
  - @milaboratories/pf-spec-driver@1.2.3
  - @milaboratories/pl-model-common@1.31.1
  - @milaboratories/uikit@2.11.6
  - @platforma-sdk/model@1.63.1

## 1.63.0

### Minor Changes

- 5becf87: Remove PTableAbsent concept — absent values are now null (same as NA)

### Patch Changes

- Updated dependencies [5becf87]
  - @milaboratories/pl-model-common@1.31.0
  - @platforma-sdk/model@1.63.0
  - @milaboratories/pf-spec-driver@1.2.2
  - @milaboratories/uikit@2.11.5

## 1.62.1

### Patch Changes

- Updated dependencies [e44b64c]
  - @milaboratories/pf-spec-driver@1.2.1
  - @platforma-sdk/model@1.62.0

## 1.62.0

### Minor Changes

- 74a2ffa: Add block-level services infrastructure (PFrameSpec, PFrame)

  - Introduce `Services` registry in pl-model-common with service definitions, feature flags, and typed driver interfaces
  - Add `PFrameSpec` service: synchronous WASM-based spec operations (createSpecFrame, discoverColumns, evaluateQuery)
  - Wire services through block model, plugin model, and UI layers with compile-time `RequireServices` constraints
  - Add `ColumnCollection` with `dispose()` for deterministic spec frame cleanup. **Breaking:** `ColumnCollection` and `AnchoredColumnCollection` now extend `Disposable` — custom implementations must add a `dispose()` method
  - Add `createPlDataTable` v3 API using `ColumnCollectionBuilder` with include/exclude column selectors
  - Auto-dispose leaked SpecFrame handles via `addOnDestroy` in computable lifecycle. **Breaking:** `PFrameSpecDriver.createSpecFrame` now returns `PoolEntry<SpecFrameHandle>` instead of `SpecFrameHandle`; `disposeSpecFrame` removed — use `entry.unref()` instead
  - Add `PoolEntry`, `PoolEntryGuard` to pl-model-common for cross-package pool entry lifecycle management
  - Add `ServiceRegistryBase.dispose()` for proper service cleanup; wire disposal in middle layer and UI
  - Migrate `PFramePool` from `RefCountManualPoolBase` to `RefCountPoolBase` with idempotent unref; remove `RefCountManualPoolBase`
  - Add `requireComputableCtx` getter to centralize computable context guards; migrate `createPFrame`/`createPTable`/`createPTableV2` to use `PoolEntryGuard` for leak-safe resource handling
  - Move pf-spec-driver logging before WASM calls for better crash diagnostics
  - Fix outputWithStatus in plugin model
  - Fix table row selection not propagating to selection model
  - Fix linker columns with `pl7.app/parents` annotation failing WASM validation ("must have exactly 2 connected components") by resolving annotation-based parents to numeric `parentAxes` before passing specs to Rust/WASM engine

### Patch Changes

- Updated dependencies [74a2ffa]
  - @milaboratories/pl-model-common@1.30.0
  - @milaboratories/pf-spec-driver@1.2.0
  - @platforma-sdk/model@1.62.0
  - @milaboratories/uikit@2.11.4

## 1.61.3

### Patch Changes

- 0e682a8: fix for outputWithStatus in plugin

## 1.61.2

### Patch Changes

- d81fbb7: Fix user selection for the table

## 1.61.1

### Patch Changes

- 616323d: plugin update
- Updated dependencies [616323d]
  - @platforma-sdk/model@1.61.1
  - @milaboratories/uikit@2.11.3

## 1.61.0

### Patch Changes

- Updated dependencies [cfee265]
  - @platforma-sdk/model@1.61.0
  - @milaboratories/uikit@2.11.2

## 1.60.2

### Patch Changes

- @platforma-sdk/model@1.60.2
- @milaboratories/uikit@2.11.1

## 1.60.0

### Minor Changes

- d59f5fe: New collection columns implementation

### Patch Changes

- Updated dependencies [d59f5fe]
  - @milaboratories/uikit@2.11.0
  - @platforma-sdk/model@1.60.0

## 1.59.4

### Patch Changes

- Updated dependencies [68bc3e4]
  - @milaboratories/uikit@2.10.46

## 1.59.3

### Patch Changes

- @platforma-sdk/model@1.59.3
- @milaboratories/uikit@2.10.45

## 1.59.0

### Patch Changes

- b4036fb: Add contextDomain support across the platform

  - Add `contextDomain` field to AxisId, AxisSpec, PColumnSpec and related types
  - Add `contextDomainAnchor` to AnchoredPColumnSelector with full pack-based optimization in AnchoredIdDeriver
  - Extend spec distiller, matchers, xsv-builder, and query resolution to handle contextDomain
  - Add contextDomain to discoverColumns API types (MultiColumnSelector, MultiAxisSelector)
  - Add feature-flag-gated ContextDomain query predicate in query-anchored template
  - Add client-side contextDomain post-filter template for old backends without ContextDomain query support
  - Rename `additionalDomains` to `contextDomain` in SpecQueryJoinEntry and AxisQualification

- Updated dependencies [b4036fb]
  - @platforma-sdk/model@1.59.0
  - @milaboratories/uikit@2.10.44

## 1.58.25

### Patch Changes

- 5e769e4: reexport aggridtheme

## 1.58.22

### Patch Changes

- 15959f8: Add support feature flags for UI
- Updated dependencies [15959f8]
  - @platforma-sdk/model@1.58.22
  - @milaboratories/uikit@2.10.43

## 1.58.19

### Patch Changes

- a93de45: Fix table filters bugs
- Updated dependencies [a93de45]
  - @milaboratories/uikit@2.10.42
  - @platforma-sdk/model@1.58.19

## 1.58.17

### Patch Changes

- Updated dependencies [f2b7989]
  - @milaboratories/uikit@2.10.41

## 1.58.16

### Patch Changes

- 746838c: Remove `sideEffects` field that caused Rolldown to tree-shake CSS imports from barrel modules
- Updated dependencies [746838c]
  - @milaboratories/uikit@2.10.40

## 1.58.11

### Patch Changes

- 79156bc: fix dense axis
- Updated dependencies [79156bc]
  - @milaboratories/uikit@2.10.39
  - @platforma-sdk/model@1.58.11

## 1.58.10

### Patch Changes

- d2c7384: Fix table column visibility state: prevent reload loop, preserve defaults for optional columns

## 1.58.9

### Patch Changes

- Updated dependencies [4d83b3c]
  - @platforma-sdk/model@1.58.9
  - @milaboratories/uikit@2.10.38

## 1.58.8

### Patch Changes

- 5a37042: fix export component PlAdvancedFilters

## 1.58.5

### Patch Changes

- Updated dependencies [c2d9319]
  - @platforma-sdk/model@1.58.5
  - @milaboratories/uikit@2.10.37

## 1.58.4

### Patch Changes

- ea0c353: fix reactivity

## 1.58.3

### Patch Changes

- Updated dependencies [327444c]
  - @platforma-sdk/model@1.58.3
  - @milaboratories/uikit@2.10.36

## 1.58.2

### Patch Changes

- @platforma-sdk/model@1.58.2
- @milaboratories/uikit@2.10.35

## 1.58.1

### Patch Changes

- Updated dependencies [d318a76]
  - @platforma-sdk/model@1.58.1
  - @milaboratories/uikit@2.10.34

## 1.58.0

### Minor Changes

- b5d19c6: Type-safe `usePlugin` composable with `PluginHandle` branded type.

  **`@platforma-sdk/model`:**

  - Added `PluginFactory` interface (public return type of `PluginModelBuilder.build()`)
  - Added `PluginHandle<F>` branded type using `Branded` from `@milaboratories/helpers`
  - Added `InferPluginHandles` type helper
  - Added `pluginIds` to `BlockModelInfo`
  - Added `pluginOutputKey`, `isPluginOutputKey`, `pluginOutputPrefix` helpers

  **`@platforma-sdk/ui-vue`:**

  - Added `usePlugin(handle)` composable — reactive `model.data`, computed `model.outputs` and `model.outputErrors`, isolated per plugin
  - Added `app.plugins` record mapping plugin IDs to typed `PluginHandle` values
  - Renamed `PluginSlot` to `PluginState<Data, Outputs>` (generic, avoids Vue naming conflict)
  - Filtered plugin output keys from block-level `outputs` and `outputErrors` via helpers
  - Removed `usePluginData` (replaced by `usePlugin`)

### Patch Changes

- Updated dependencies [b5d19c6]
  - @platforma-sdk/model@1.58.0
  - @milaboratories/uikit@2.10.33

## 1.57.3

### Patch Changes

- 0271e3f: Replace css-injected-by-js with lib-inject-css for per-component CSS imports
- Updated dependencies [0271e3f]
  - @milaboratories/uikit@2.10.32
  - @platforma-sdk/model@1.57.2

## 1.57.2

### Patch Changes

- Updated dependencies [6ba4c69]
  - @platforma-sdk/model@1.57.2
  - @milaboratories/uikit@2.10.31

## 1.57.0

### Patch Changes

- Updated dependencies [8baa2b3]
  - @platforma-sdk/model@1.57.0
  - @milaboratories/uikit@2.10.30

## 1.56.0

### Patch Changes

- Updated dependencies [f2daf69]
  - @platforma-sdk/model@1.56.0
  - @milaboratories/uikit@2.10.29

## 1.55.2

### Patch Changes

- bc16fab: add helper with tooltip for table fast search
- Updated dependencies [bc16fab]
  - @milaboratories/uikit@2.10.28

## 1.55.1

### Patch Changes

- Updated dependencies [3e71add]
  - @milaboratories/uikit@2.10.27

## 1.55.0

### Minor Changes

- 01d0b52: BlockModelV3 update

### Patch Changes

- Updated dependencies [01d0b52]
  - @platforma-sdk/model@1.55.0
  - @milaboratories/uikit@2.10.26

## 1.54.13

### Patch Changes

- cb28fde: FilterSpec strict types, fast table search
- Updated dependencies [cb28fde]
  - @milaboratories/uikit@2.10.25
  - @platforma-sdk/model@1.54.13

## 1.54.12

### Patch Changes

- Updated dependencies [d2e1b6b]
  - @milaboratories/uikit@2.10.24

## 1.54.11

### Patch Changes

- 9c33ff6: table hidden columns fix

## 1.54.10

### Patch Changes

- Updated dependencies [866a323]
  - @platforma-sdk/model@1.54.10
  - @milaboratories/uikit@2.10.23

## 1.54.9

### Patch Changes

- Updated dependencies [a3659cd]
  - @platforma-sdk/model@1.54.9
  - @milaboratories/uikit@2.10.22

## 1.54.8

### Patch Changes

- 4f04561: simplify distil , renaming
- Updated dependencies [4f04561]
  - @platforma-sdk/model@1.54.8
  - @milaboratories/uikit@2.10.21

## 1.54.7

### Patch Changes

- 0ae1854: createPTableV2 + Advanced filter in AgTable
- Updated dependencies [0ae1854]
  - @milaboratories/uikit@2.10.20
  - @platforma-sdk/model@1.54.7

## 1.54.1

### Patch Changes

- @milaboratories/uikit@2.10.19
- @platforma-sdk/model@1.53.15

## 1.54.0

### Minor Changes

- ddc83fb: Make PlAgDataTableV2 export TSV by default instead of CSV

## 1.53.15

### Patch Changes

- c620234: remove unused packages
- Updated dependencies [c620234]
  - @platforma-sdk/model@1.53.15
  - @milaboratories/uikit@2.10.18

## 1.53.14

### Patch Changes

- a6ea24f: silent ci tests
- Updated dependencies [a6ea24f]
  - @milaboratories/biowasm-tools@2.0.2
  - @milaboratories/ptabler-expression-js@1.1.15
  - @milaboratories/uikit@2.10.17
  - @platforma-sdk/model@1.53.14

## 1.53.13

### Patch Changes

- f89a883: full integration oxc
- Updated dependencies [f89a883]
  - @milaboratories/biowasm-tools@2.0.1
  - @milaboratories/ptabler-expression-js@1.1.14
  - @milaboratories/uikit@2.10.16
  - @platforma-sdk/model@1.53.13

## 1.53.11

### Patch Changes

- 209554d: Move fast-json-patch to regular dependencies
- Updated dependencies [209554d]
  - @platforma-sdk/model@1.53.11
  - @milaboratories/uikit@2.10.15

## 1.53.10

### Patch Changes

- Updated dependencies [d963d19]
  - @platforma-sdk/model@1.53.10
  - @milaboratories/uikit@2.10.14

## 1.53.5

### Patch Changes

- @platforma-sdk/model@1.53.5
- @milaboratories/ptabler-expression-js@1.1.13
- @milaboratories/uikit@2.10.13

## 1.53.4

### Patch Changes

- @platforma-sdk/model@1.53.4
- @milaboratories/ptabler-expression-js@1.1.12
- @milaboratories/uikit@2.10.12

## 1.53.3

### Patch Changes

- Updated dependencies [f459e5a]
  - @platforma-sdk/model@1.53.3
  - @milaboratories/uikit@2.10.11

## 1.53.2

### Patch Changes

- Updated dependencies [57799dd]
  - @platforma-sdk/model@1.53.2
  - @milaboratories/uikit@2.10.10

## 1.53.1

### Patch Changes

- Updated dependencies [a748b92]
  - @platforma-sdk/model@1.53.1
  - @milaboratories/uikit@2.10.9

## 1.53.0

### Patch Changes

- Updated dependencies [43b4247]
  - @platforma-sdk/model@1.53.0
  - @milaboratories/uikit@2.10.8
  - @milaboratories/ptabler-expression-js@1.1.11

## 1.52.7

### Patch Changes

- Updated dependencies [48e8984]
  - @platforma-sdk/model@1.52.7
  - @milaboratories/uikit@2.10.7

## 1.52.3

### Patch Changes

- Updated dependencies [1e4b72a]
  - @platforma-sdk/model@1.52.3
  - @milaboratories/uikit@2.10.6

## 1.52.0

### Minor Changes

- 1694d1a: Platforma API v3

### Patch Changes

- Updated dependencies [1694d1a]
  - @platforma-sdk/model@1.52.0
  - @milaboratories/uikit@2.10.5
  - @milaboratories/ptabler-expression-js@1.1.10

## 1.51.9

### Patch Changes

- Updated dependencies [38534c5]
  - @platforma-sdk/model@1.51.9
  - @milaboratories/uikit@2.10.4

## 1.51.8

### Patch Changes

- Updated dependencies [601a869]
  - @milaboratories/uikit@2.10.3

## 1.51.7

### Patch Changes

- c5f448c: PlAgOverlayLoading: change default notReadyText

## 1.51.6

### Patch Changes

- Updated dependencies [b0ceca1]
  - @platforma-sdk/model@1.51.6
  - @milaboratories/uikit@2.10.2

## 1.51.5

### Patch Changes

- Updated dependencies [dd9a004]
  - @platforma-sdk/model@1.51.5
  - @milaboratories/uikit@2.10.1

## 1.51.4

### Patch Changes

- 0f0a802: PlAgDataTable: Reclaimed some wasted vertical spacing
- Updated dependencies [0f0a802]
  - @milaboratories/uikit@2.10.0

## 1.51.2

### Patch Changes

- Updated dependencies [5dc0a70]
  - @platforma-sdk/model@1.51.2
  - @milaboratories/uikit@2.9.1

## 1.51.0

### Minor Changes

- a12641f: - `usePlDataTableSettingsV2` expects `OutputWithStatus` now
  - `PlAgOverlayLoading`: replaced `notReady: boolean` with `variant: 'not-ready' | 'running' | 'loading'`
  - `PlAgDataTableV2`: only show status bar when data is loaded
  - `PlAgDataTableV2`: old loading hack removed

### Patch Changes

- Updated dependencies [a12641f]
  - @milaboratories/uikit@2.9.0

## 1.50.0

### Minor Changes

- fc75a16: defineApp now expects platforma extended with `blockModelInfo` field

### Patch Changes

- Updated dependencies [fc75a16]
- Updated dependencies [fc75a16]
  - @platforma-sdk/model@1.50.0
  - @milaboratories/uikit@2.8.9
  - @milaboratories/ptabler-expression-js@1.1.9

## 1.49.0

### Patch Changes

- Updated dependencies [88f33fa]
  - @platforma-sdk/model@1.49.0
  - @milaboratories/uikit@2.8.8
  - @milaboratories/ptabler-expression-js@1.1.8

## 1.48.19

### Patch Changes

- Updated dependencies [35a16d0]
  - @milaboratories/uikit@2.8.7

## 1.48.14

### Patch Changes

- Updated dependencies [d6856e2]
  - @platforma-sdk/model@1.48.14
  - @milaboratories/uikit@2.8.6

## 1.48.13

### Patch Changes

- Updated dependencies [72bb768]
  - @platforma-sdk/model@1.48.13
  - @milaboratories/uikit@2.8.5

## 1.48.12

### Patch Changes

- 8abf3c6: fix annotations problems
- Updated dependencies [8abf3c6]
  - @milaboratories/uikit@2.8.4
  - @platforma-sdk/model@1.48.12

## 1.48.10

### Patch Changes

- 76b89a7: Suppress abort error from calculateGridOptions

## 1.48.8

### Patch Changes

- @milaboratories/uikit@2.8.3
- @platforma-sdk/model@1.48.4

## 1.48.6

### Patch Changes

- ce1303d: annotations: reorder labels execution

## 1.48.5

### Patch Changes

- 1eb721e: annotations default value
  - @milaboratories/biowasm-tools@2.0.0
  - @milaboratories/uikit@2.8.2
  - @platforma-sdk/model@1.48.4
  - @milaboratories/ptabler-expression-js@1.1.7

## 1.48.4

### Patch Changes

- Updated dependencies [3e168c4]
  - @platforma-sdk/model@1.48.4
  - @milaboratories/uikit@2.8.2

## 1.48.2

### Patch Changes

- @milaboratories/ptabler-expression-js@1.1.7
- @platforma-sdk/model@1.48.2
- @milaboratories/uikit@2.8.1

## 1.48.0

### Minor Changes

- 8398f3a: Remove overlayType prop from PlAgOverlayLoadingParams
- 8398f3a: Replaced PlSplash with PlPlaceholder in PlAgOverlayLoading

### Patch Changes

- 8398f3a: Fixed useAgGridOptions resetting loadingText to undefined
- Updated dependencies [8398f3a]
  - @milaboratories/uikit@2.8.0

## 1.47.5

### Patch Changes

- Updated dependencies [5deb79a]
  - @platforma-sdk/model@1.47.5
  - @milaboratories/uikit@2.7.3
  - @milaboratories/ptabler-expression-js@1.1.6

## 1.47.4

### Patch Changes

- d57fb3e: add type

## 1.47.2

### Patch Changes

- Updated dependencies [92439e1]
  - @milaboratories/uikit@2.7.2
  - @milaboratories/biowasm-tools@2.0.0
  - @platforma-sdk/model@1.46.0
  - @milaboratories/ptabler-expression-js@1.1.5

## 1.47.0

### Minor Changes

- 10aab62: Fix PlDropdown showing loading spinner when disabled

  When a PlDropdown is both disabled and has undefined options, it no longer shows a loading spinner. The disabled state now takes precedence over the loading state, preventing misleading UX where users think they need to wait when they actually need to interact with another control first.

### Patch Changes

- Updated dependencies [10aab62]
  - @milaboratories/uikit@2.7.1

## 1.46.1

### Patch Changes

- 55055eb: Fix PlAgDataTableV2 ignoring manual column resize

## 1.46.0

### Minor Changes

- a81ce44: simplify pl autocomplete interface

### Patch Changes

- Updated dependencies [a81ce44]
  - @milaboratories/uikit@2.7.0
  - @platforma-sdk/model@1.46.0

## 1.45.45

### Patch Changes

- bf6fe49: Update advanced filters and types
- Updated dependencies [bf6fe49]
  - @milaboratories/uikit@2.6.5
  - @platforma-sdk/model@1.45.45
  - @milaboratories/ptabler-expression-js@1.1.5

## 1.45.42

### Patch Changes

- Updated dependencies [2c07d5a]
  - @platforma-sdk/model@1.45.42
  - @milaboratories/uikit@2.6.4
  - @milaboratories/ptabler-expression-js@1.1.4

## 1.45.37

### Patch Changes

- Updated dependencies [3d915f9]
  - @milaboratories/uikit@2.6.3

## 1.45.36

### Patch Changes

- d5e72cf: remove PlMultiSequenceAlignment

## 1.45.35

### Patch Changes

- d088e83: add pl-advanced-filter
- Updated dependencies [d088e83]
  - @milaboratories/uikit@2.6.2
  - @platforma-sdk/model@1.45.35
  - @milaboratories/ptabler-expression-js@1.1.3

## 1.45.34

### Patch Changes

- Updated dependencies [2893e7c]
  - @milaboratories/uikit@2.6.1

## 1.45.31

### Patch Changes

- Updated dependencies [1e9b8da]
  - @milaboratories/uikit@2.6.0

## 1.45.30

### Patch Changes

- Updated dependencies [17e5fe7]
  - @platforma-sdk/model@1.45.30
  - @milaboratories/uikit@2.5.7
  - @milaboratories/ptabler-expression-js@1.1.2

## 1.45.29

### Patch Changes

- Updated dependencies [8996bed]
  - @milaboratories/uikit@2.5.6

## 1.45.28

### Patch Changes

- Updated dependencies [38b2b47]
  - @milaboratories/uikit@2.5.5

## 1.45.26

### Patch Changes

- 5814e48: Small changes in sdk
- Updated dependencies [55b218b]
- Updated dependencies [5814e48]
  - @platforma-sdk/model@1.45.26
  - @milaboratories/uikit@2.5.4
  - @milaboratories/ptabler-expression-js@1.1.1

## 1.45.23

### Patch Changes

- 6f67293: Correct annotations types
- Updated dependencies [6f67293]
  - @platforma-sdk/model@1.45.23
  - @milaboratories/uikit@2.5.3

## 1.45.21

### Patch Changes

- Updated dependencies [d1ee07b]
  - @milaboratories/uikit@2.5.2

## 1.45.17

### Patch Changes

- Updated dependencies [64cee78]
  - @platforma-sdk/model@1.45.17
  - @milaboratories/uikit@2.5.1

## 1.45.13

### Patch Changes

- 44b90ca: AgGrid version fixed

## 1.45.5

### Patch Changes

- 35d37a9: Make sure exportCsv runs once on click

## 1.45.0

### Minor Changes

- 3ef2381: Generelazation filters and annotations

### Patch Changes

- 468b585: Lint fixes
- 38da155: PlBtnExportArchive added
- Updated dependencies [468b585]
- Updated dependencies [3ef2381]
  - @milaboratories/ptabler-expression-js@1.1.0
  - @milaboratories/uikit@2.5.0
  - @platforma-sdk/model@1.45.0

## 1.44.15

### Patch Changes

- Updated dependencies [5da4817]
- Updated dependencies [c521792]
  - @milaboratories/uikit@2.4.30

## 1.44.14

### Patch Changes

- Updated dependencies [31a1ac2]
  - @platforma-sdk/model@1.44.14
  - @milaboratories/uikit@2.4.29

## 1.44.13

### Patch Changes

- Updated dependencies [fcdb249]
  - @platforma-sdk/model@1.44.13
  - @milaboratories/uikit@2.4.28

## 1.44.8

### Patch Changes

- @platforma-sdk/model@1.44.8
- @milaboratories/uikit@2.4.27

## 1.44.6

### Patch Changes

- @milaboratories/uikit@2.4.26
- @platforma-sdk/model@1.44.5

## 1.44.5

### Patch Changes

- @platforma-sdk/model@1.44.5
- @milaboratories/uikit@2.4.25

## 1.44.4

### Patch Changes

- @platforma-sdk/model@1.44.4
- @milaboratories/uikit@2.4.24

## 1.44.2

### Patch Changes

- Updated dependencies [900b8fa]
  - @milaboratories/uikit@2.4.23

## 1.44.1

### Patch Changes

- @platforma-sdk/model@1.44.1
- @milaboratories/uikit@2.4.22

## 1.44.0

### Minor Changes

- 261a742: Fixed: [blocks/mixcr-clonotyping] in the end of calculations results table starts to blink

### Patch Changes

- @milaboratories/uikit@2.4.21
- @platforma-sdk/model@1.43.29

## 1.43.29

### Patch Changes

- @platforma-sdk/model@1.43.29
- @milaboratories/uikit@2.4.20

## 1.43.28

### Patch Changes

- d390d04: Fix setting args on outputs change
- d390d04: Fix [sdk/ui] Broken error propagation: block errors are not showing anymore

## 1.43.21

### Patch Changes

- Updated dependencies [ed7a454]
  - @platforma-sdk/model@1.43.21
  - @milaboratories/uikit@2.4.19

## 1.43.18

### Patch Changes

- Updated dependencies [0a11758]
  - @platforma-sdk/model@1.43.18
  - @milaboratories/uikit@2.4.18

## 1.43.14

### Patch Changes

- @platforma-sdk/model@1.43.14
- @milaboratories/uikit@2.4.17

## 1.43.11

### Patch Changes

- @milaboratories/uikit@2.4.16
- @platforma-sdk/model@1.43.2

## 1.43.2

### Patch Changes

- @platforma-sdk/model@1.43.2
- @milaboratories/uikit@2.4.15

## 1.43.1

### Patch Changes

- e61fe33: Bump miplots4 version

## 1.43.0

### Minor Changes

- d60cc17: Added support for markup highlighting with multiple sequence columns, added initial support for phylogenetic trees, revamped the MSA data generation and layout

### Patch Changes

- Updated dependencies [d60cc17]
- Updated dependencies [d60cc17]
  - @milaboratories/biowasm-tools@2.0.0
  - @platforma-sdk/model@1.43.0
  - @milaboratories/uikit@2.4.14

## 1.42.53

### Patch Changes

- @milaboratories/uikit@2.4.13
- @platforma-sdk/model@1.42.51

## 1.42.51

### Patch Changes

- Updated dependencies [6bc20d1]
  - @platforma-sdk/model@1.42.51
  - @milaboratories/uikit@2.4.12

## 1.42.47

### Patch Changes

- Updated dependencies [3d9638e]
  - @platforma-sdk/model@1.42.47
  - @milaboratories/uikit@2.4.11

## 1.42.46

### Patch Changes

- @platforma-sdk/model@1.42.46
- @milaboratories/uikit@2.4.10

## 1.42.44

### Patch Changes

- @milaboratories/uikit@2.4.9
- @platforma-sdk/model@1.42.36

## 1.42.42

### Patch Changes

- b80a619: AgGrid version update

## 1.42.36

### Patch Changes

- 2a21be5: PlAgDataTableV2: added tooltips to column headers
  - @platforma-sdk/model@1.42.36
  - @milaboratories/uikit@2.4.8

## 1.42.35

### Patch Changes

- Updated dependencies [27c258f]
  - @platforma-sdk/model@1.42.35
  - @milaboratories/uikit@2.4.7

## 1.42.34

### Patch Changes

- Updated dependencies [e8f0e58]
  - @milaboratories/uikit@2.4.6

## 1.42.26

### Patch Changes

- 5714f79: Fix Monetization sidebar appearance

## 1.42.24

### Patch Changes

- 448a0c6: remove wrong ui tip

## 1.42.23

### Patch Changes

- b14b2fb: update dist builder
- Updated dependencies [b14b2fb]
  - @milaboratories/biowasm-tools@1.1.2
  - @milaboratories/uikit@2.4.5
  - @platforma-sdk/model@1.42.23

## 1.42.21

### Patch Changes

- Updated dependencies [6b9828a]
  - @milaboratories/uikit@2.4.4

## 1.42.20

### Patch Changes

- 56b404b: Add PlAutocompleteMulti component
- 3f93434: Packages configuration normalization
- Updated dependencies [56b404b]
- Updated dependencies [3f93434]
  - @milaboratories/uikit@2.4.3
  - @milaboratories/biowasm-tools@1.1.1
  - @platforma-sdk/model@1.42.20

## 1.42.19

### Patch Changes

- 77103d0: PlAgDataTable: search field in columns manager

## 1.42.18

### Patch Changes

- 604827a: [desktop] add button to save block error log to file
- Updated dependencies [604827a]
  - @milaboratories/uikit@2.4.2

## 1.42.15

### Patch Changes

- Updated dependencies [b8105fb]
  - @platforma-sdk/model@1.42.15
  - @milaboratories/uikit@2.4.1

## 1.42.14

### Patch Changes

- Updated dependencies [5c49322]
- Updated dependencies [68776f8]
  - @milaboratories/uikit@2.4.0

## 1.42.10

### Patch Changes

- @platforma-sdk/model@1.42.10
- @milaboratories/uikit@2.3.29

## 1.42.8

### Patch Changes

- @platforma-sdk/model@1.42.8
- @milaboratories/uikit@2.3.28

## 1.42.5

### Patch Changes

- 13f0f40: MSA: scrollable labels + small fixes

## 1.42.4

### Patch Changes

- 636088d: Removed PValue type everywhere, use PTableValue for UI operations instead
- Updated dependencies [636088d]
  - @platforma-sdk/model@1.42.4
  - @milaboratories/uikit@2.3.27

## 1.42.3

### Patch Changes

- 6310c08: Use watch ignorable in createApp2

## 1.42.2

### Patch Changes

- Updated dependencies [911f928]
  - @milaboratories/uikit@2.3.26

## 1.42.1

### Patch Changes

- @platforma-sdk/model@1.42.1
- @milaboratories/uikit@2.3.25

## 1.42.0

### Minor Changes

- 3271446: MSA: added export functionality

### Patch Changes

- @platforma-sdk/model@1.42.0
- @milaboratories/uikit@2.3.24

## 1.41.19

### Patch Changes

- Updated dependencies [e2a1629]
  - @milaboratories/uikit@2.3.23

## 1.41.17

### Patch Changes

- Updated dependencies [093dbda]
  - @milaboratories/uikit@2.3.22

## 1.41.13

### Patch Changes

- d29cbad: Simplify app model for v2 api

## 1.41.11

### Patch Changes

- 85b9887: PlAgDataTable - removed API for reading rows data

## 1.41.9

### Patch Changes

- 00cd7f1: Fix missing dispose in the api test helper

## 1.41.6

### Patch Changes

- c29b40f: use uniq custom condition
- Updated dependencies [c29b40f]
  - @milaboratories/uikit@2.3.21
  - @platforma-sdk/model@1.41.6

## 1.41.4

### Patch Changes

- 41140f4: PlAgDataTableV2 - selection & focusRow updated
- Updated dependencies [41140f4]
  - @platforma-sdk/model@1.41.4
  - @milaboratories/uikit@2.3.20

## 1.41.3

### Patch Changes

- Updated dependencies [d469422]
  - @platforma-sdk/model@1.41.3
  - @milaboratories/uikit@2.3.19

## 1.41.2

### Patch Changes

- Updated dependencies [28b630f]
  - @platforma-sdk/model@1.41.2
  - @milaboratories/uikit@2.3.18

## 1.41.1

### Patch Changes

- Updated dependencies [e48177a]
  - @platforma-sdk/model@1.41.1
  - @milaboratories/uikit@2.3.17

## 1.41.0

### Minor Changes

- e7c0edb: Platforma API v2 (long pooling) + support v1 api in sdk

### Patch Changes

- Updated dependencies [e7c0edb]
  - @platforma-sdk/model@1.41.0
  - @milaboratories/uikit@2.3.16

## 1.40.6

### Patch Changes

- 9bb26ff: PlAgDataTableV2 - linker columns handling fix
- Updated dependencies [9bb26ff]
  - @milaboratories/uikit@2.3.15
  - @platforma-sdk/model@1.40.6

## 1.40.5

### Patch Changes

- 5e69d64: Add annotations components and model
- Updated dependencies [5e69d64]
  - @milaboratories/uikit@2.3.14
  - @platforma-sdk/model@1.40.5

## 1.40.4

### Patch Changes

- Updated dependencies [98eded5]
  - @milaboratories/uikit@2.3.13

## 1.40.3

### Patch Changes

- Updated dependencies [2273454]
  - @milaboratories/uikit@2.3.12

## 1.40.2

### Patch Changes

- d6334f9: Adopt PlAgDataTableV2 for v2api in desktop

## 1.40.1

### Patch Changes

- 890240e: PlAgDataTableV2 - support sorting and filtering by label column
- Updated dependencies [890240e]
  - @platforma-sdk/model@1.40.1
  - @milaboratories/uikit@2.3.11

## 1.40.0

### Minor Changes

- 30ce5da: MSA settings

### Patch Changes

- Updated dependencies [30ce5da]
- Updated dependencies [30ce5da]
  - @milaboratories/uikit@2.3.10
  - @platforma-sdk/model@1.40.0

## 1.39.20

### Patch Changes

- 986c20c: computedCached moved to uikit, watchCached implemented
- Updated dependencies [986c20c]
  - @milaboratories/uikit@2.3.9

## 1.39.19

### Patch Changes

- 21a8c4a: Renamed cachedComputed to computedCached

## 1.39.18

### Patch Changes

- Updated dependencies [c12345a]
- Updated dependencies [c12345a]
  - @platforma-sdk/model@1.39.18
  - @milaboratories/uikit@2.3.8

## 1.39.17

### Patch Changes

- Updated dependencies [bc814d2]
  - @milaboratories/uikit@2.3.7

## 1.39.16

### Patch Changes

- Updated dependencies [8aec1b5]
  - @milaboratories/uikit@2.3.6

## 1.39.10

### Patch Changes

- Updated dependencies [66a2689]
  - @milaboratories/uikit@2.3.5

## 1.39.8

### Patch Changes

- 7be8a2b: Fix PlAgDataTableV2 filters reactivity
  - @platforma-sdk/model@1.39.8
  - @milaboratories/uikit@2.3.4

## 1.39.7

### Patch Changes

- @platforma-sdk/model@1.39.7
- @milaboratories/uikit@2.3.3

## 1.39.6

### Patch Changes

- Updated dependencies [d525c60]
  - @platforma-sdk/model@1.39.6
  - @milaboratories/uikit@2.3.2

## 1.39.3

### Patch Changes

- b9a4ca8: Bump miplots4 version

## 1.39.0

### Minor Changes

- 3b46d33: SDK and ML support for lazy retrieval of args and uiState by model outputs

### Patch Changes

- Updated dependencies [3b46d33]
- Updated dependencies [3b46d33]
  - @platforma-sdk/model@1.39.0
  - @milaboratories/uikit@2.3.1

## 1.38.0

### Minor Changes

- bd788f9: PlAgDataTable V1 removed, V2 significantly changed

### Patch Changes

- Updated dependencies [bd788f9]
  - @milaboratories/uikit@2.3.0
  - @platforma-sdk/model@1.38.0

## 1.37.18

### Patch Changes

- d60b0fe: Chore: fix linter errors
- Updated dependencies [d60b0fe]
  - @milaboratories/uikit@2.2.98
  - @platforma-sdk/model@1.37.18

## 1.37.17

### Patch Changes

- Updated dependencies [e210414]
  - @milaboratories/uikit@2.2.97

## 1.37.15

### Patch Changes

- de26a80: PlAgDataTableV2: make overlay text props reactive

## 1.37.14

### Patch Changes

- Updated dependencies [8236387]
  - @milaboratories/uikit@2.2.96
  - @platforma-sdk/model@1.37.14

## 1.37.13

### Patch Changes

- eb52553: MSA: show multiple sequence columns separately

## 1.37.12

### Patch Changes

- Updated dependencies [70eff11]
  - @milaboratories/uikit@2.2.95

## 1.37.11

### Patch Changes

- Updated dependencies [10e5841]
  - @platforma-sdk/model@1.37.11
  - @milaboratories/uikit@2.2.94

## 1.37.10

### Patch Changes

- c6b4dd2: Extend interface for PlElementList
- Updated dependencies [c6b4dd2]
  - @milaboratories/uikit@2.2.93

## 1.37.7

### Patch Changes

- 30d7dc8: MSA: find linker columns automatically

## 1.37.4

### Patch Changes

- ab005b5: PlDataTableSettingsV2 creation helpers

## 1.37.2

### Patch Changes

- 37800c5: Public tools packages
- Updated dependencies [37800c5]
  - @milaboratories/uikit@2.2.92
  - @platforma-sdk/model@1.37.2

## 1.37.1

### Patch Changes

- 2c3bb60: Developer build ui-examples don't required build/watch for deps
- Updated dependencies [2c3bb60]
  - @milaboratories/uikit@2.2.91

## 1.37.0

### Minor Changes

- 6ffe944: PlAgDataTableV2 - significant interface change

### Patch Changes

- 6ffe944: PlAgDataTableV2 refactoring
- 6ffe944: PlAgDataTable types fixed
- Updated dependencies [6ffe944]
- Updated dependencies [6ffe944]
- Updated dependencies [6ffe944]
  - @milaboratories/uikit@2.2.90
  - @platforma-sdk/model@1.37.0

## 1.36.0

### Minor Changes

- 105ea31: MSA: error handling improvements

## 1.35.2

### Patch Changes

- Updated dependencies [60540e8]
  - @milaboratories/uikit@2.2.89

## 1.35.0

### Minor Changes

- 3781bd8: Added markup support to PlMultiSequenceAlignment

## 1.34.18

### Patch Changes

- Updated dependencies [e9d02ae]
  - @milaboratories/uikit@2.2.88

## 1.34.17

### Patch Changes

- 45badc9: PlElementList implementation
- Updated dependencies [45badc9]
  - @milaboratories/uikit@2.2.87

## 1.34.15

### Patch Changes

- Updated dependencies [8248b67]
  - @milaboratories/uikit@2.2.86

## 1.34.12

### Patch Changes

- Updated dependencies [2299e3e]
  - @milaboratories/uikit@2.2.85

## 1.34.10

### Patch Changes

- Updated dependencies [c570fd4]
  - @platforma-sdk/model@1.34.10
  - @milaboratories/uikit@2.2.84

## 1.34.9

### Patch Changes

- Updated dependencies [540e690]
  - @milaboratories/uikit@2.2.84

## 1.34.8

### Patch Changes

- 33d6252: Fix Seqlogo overlap in the MSA component
- Updated dependencies [23f719d]
  - @platforma-sdk/model@1.34.8
  - @milaboratories/uikit@2.2.83

## 1.34.4

### Patch Changes

- 697b8a5: Replace all aliases to relative paths
- Updated dependencies [697b8a5]
  - @milaboratories/uikit@2.2.83

## 1.34.0

### Minor Changes

- 35ce863: PlMultiSequenceAlignment improvements

### Patch Changes

- Updated dependencies [35ce863]
  - @platforma-sdk/model@1.34.0
  - @milaboratories/uikit@2.2.82

## 1.33.17

### Patch Changes

- 49cf7ee: Standard Error serialization/deserialization
  - @platforma-sdk/model@1.33.17
  - @milaboratories/uikit@2.2.82

## 1.33.16

### Patch Changes

- Updated dependencies [1c10475]
  - @platforma-sdk/model@1.33.16
  - @milaboratories/uikit@2.2.82

## 1.33.14

### Patch Changes

- @platforma-sdk/model@1.33.14
- @milaboratories/uikit@2.2.82

## 1.33.13

### Patch Changes

- 54ebbe9: PlAgDataTable: fix reset hidden columns state, remove scroll to top after reordering columns
- Updated dependencies [54ebbe9]
  - @milaboratories/uikit@2.2.82

## 1.33.12

### Patch Changes

- Updated dependencies [d707ab4]
  - @milaboratories/uikit@2.2.81

## 1.33.10

### Patch Changes

- Updated dependencies [f0ea01c]
  - @platforma-sdk/model@1.33.10
  - @milaboratories/uikit@2.2.80

## 1.33.9

### Patch Changes

- 9495969: Externalize miplots4 dependency

## 1.33.8

### Patch Changes

- @platforma-sdk/model@1.33.8
- @milaboratories/uikit@2.2.80

## 1.33.7

### Patch Changes

- cd3b6d5: Bump vite version and related plugins
- Updated dependencies [cd3b6d5]
  - @milaboratories/uikit@2.2.80

## 1.33.6

### Patch Changes

- Updated dependencies [4ccd249]
  - @milaboratories/uikit@2.2.79

## 1.33.3

### Patch Changes

- 84656a6: Get rid of .cjs and .umd in ui packages
- Updated dependencies [84656a6]
  - @milaboratories/uikit@2.2.78

## 1.33.2

### Patch Changes

- Updated dependencies [9b15f24]
  - @platforma-sdk/model@1.33.2
  - @milaboratories/uikit@2.2.77

## 1.33.1

### Patch Changes

- Updated dependencies [a23199f]
  - @milaboratories/uikit@2.2.77

## 1.33.0

### Minor Changes

- 8b908b1: Fix join calculation for MSA component

## 1.32.9

### Patch Changes

- e1227f9: Update embedded pl core version to 1.33.5

## 1.32.2

### Patch Changes

- a6e4f5c: Apply concurrency limiting to PFrames requests

## 1.32.1

### Patch Changes

- Updated dependencies [0f511ff]
  - @platforma-sdk/model@1.32.1
  - @milaboratories/uikit@2.2.76

## 1.32.0

### Minor Changes

- 992b49d: [desktop] Repack kalignment: add @milaboratories/biowasm-tools package with prebundled tools (kalign only)

### Patch Changes

- Updated dependencies [992b49d]
  - @milaboratories/biowasm-tools@1.1.0

## 1.31.19

### Patch Changes

- 3f77701: [sdk/ui-vue] PlMultiSequenceAlignment: added consensus visualization

## 1.31.17

### Patch Changes

- Updated dependencies [8bd34d1]
  - @platforma-sdk/model@1.31.17
  - @milaboratories/uikit@2.2.76

## 1.31.16

### Patch Changes

- Updated dependencies [1cbbd66]
- Updated dependencies [576a72e]
  - @platforma-sdk/model@1.31.16
  - @milaboratories/uikit@2.2.76

## 1.31.15

### Patch Changes

- bf88576: Fix default filters behaviour on reload with empty filters
- Updated dependencies [bf88576]
  - @platforma-sdk/model@1.31.15
  - @milaboratories/uikit@2.2.75

## 1.31.14

### Patch Changes

- Updated dependencies [e25600e]
  - @platforma-sdk/model@1.31.14
  - @milaboratories/uikit@2.2.75

## 1.31.11

### Patch Changes

- d139295: PlAgDataTableV2 now recognises value rendering related annotations:
  - number format communicated via the "pl7.app/format" annotation using d3-format notation
  - "pl7.app/table/fontFamily" to set font family (the only practically applicable value is "monospace" at the moment)

## 1.31.6

### Patch Changes

- Updated dependencies [89fd5d3]
  - @platforma-sdk/model@1.31.6
  - @milaboratories/uikit@2.2.75

## 1.31.2

### Patch Changes

- bd01fd1: PlMultiSequenceAlignment: SeqLogo + various improvements

## 1.31.1

### Patch Changes

- 590d06c: Bug fix in table selection and MSA component

## 1.31.0

### Minor Changes

- 0fc6b76: PlAgDataTable: Added defaults lambda for filters

## 1.30.38

### Patch Changes

- 1f2b5c8: MSA: lazy worker load

## 1.30.37

### Patch Changes

- 5d50fb1: PlMultiSequenceAlignment component
- Updated dependencies [5d50fb1]
  - @platforma-sdk/model@1.30.37
  - @milaboratories/uikit@2.2.75

## 1.30.26

### Patch Changes

- Updated dependencies [4b685d6]
  - @platforma-sdk/model@1.30.26
  - @milaboratories/uikit@2.2.75

## 1.30.25

### Patch Changes

- 06c4706: PlAgDataTable fix

## 1.30.24

### Patch Changes

- Updated dependencies [b0b80af]
  - @platforma-sdk/model@1.30.24
  - @milaboratories/uikit@2.2.75

## 1.30.23

### Patch Changes

- 2aa0f3c: PlAgDataTable row selection improvements
- Updated dependencies [2aa0f3c]
  - @milaboratories/uikit@2.2.75

## 1.30.22

### Patch Changes

- 93d4a72: Add cellRendererSelector prop for PlAgDataTableV2

## 1.30.21

### Patch Changes

- Updated dependencies [ec15bb1]
  - @platforma-sdk/model@1.30.21
  - @milaboratories/uikit@2.2.74

## 1.30.20

### Patch Changes

- Updated dependencies [d82a569]
  - @milaboratories/uikit@2.2.74

## 1.30.15

### Patch Changes

- 959fe5c: update autocomplete behavior
- Updated dependencies [959fe5c]
  - @milaboratories/uikit@2.2.73

## 1.30.13

### Patch Changes

- 48ed1cc: show texts for "inactive" status and when mnzInfo output is not yet resolved (show "Waiting for monetization information")

## 1.30.11

### Patch Changes

- 8c3b22b: PlAgDataTable - Skip duplicating label columns
- Updated dependencies [8c3b22b]
  - @platforma-sdk/model@1.30.11
  - @milaboratories/uikit@2.2.72

## 1.30.10

### Patch Changes

- 764ea86: useAgGridOptions: add "loadingText" option, fully ignore "loadingOverlayComponentParams" completely (show warning if used)

## 1.30.7

### Patch Changes

- Updated dependencies [c831288]
  - @milaboratories/uikit@2.2.72

## 1.30.5

### Patch Changes

- d13fd4a: PlAgDataTableV2 - fix case with multiple label columns mapping to the same axis

## 1.30.3

### Patch Changes

- Updated dependencies [d42b276]
  - @platforma-sdk/model@1.30.3
  - @milaboratories/uikit@2.2.71

## 1.30.1

### Patch Changes

- 59e2bd3: Fix PlAgDataTableSettingsPTable type
- 6bd25dc: PlAgDataTable: Expose overlay text props

## 1.30.0

### Patch Changes

- Updated dependencies [01a558e]
  - @platforma-sdk/model@1.30.0
  - @milaboratories/uikit@2.2.71

## 1.29.32

### Patch Changes

- 21f48b7: Clean mnz component (remove an obsolete validation)

## 1.29.31

### Patch Changes

- 5ec58a8: Do not show monetization warning in non-monetized blocks

## 1.29.27

### Patch Changes

- 02f781b: Add "refresh status" button to Monetization component
- Updated dependencies [02f781b]
  - @milaboratories/uikit@2.2.71

## 1.29.23

### Patch Changes

- e65f903: Improve Monetization component appearance

## 1.29.22

### Patch Changes

- 141aebc: Minor monetization sidebar appearance fixes
- Updated dependencies [141aebc]
  - @milaboratories/uikit@2.2.70
  - @platforma-sdk/model@1.29.22

## 1.29.17

### Patch Changes

- Updated dependencies [37b84a5]
  - @platforma-sdk/model@1.29.17
  - @milaboratories/uikit@2.2.69

## 1.29.16

### Patch Changes

- e51c9bb: sdk/ui-vue: stop click propagation when clicking close button in pl-notification-alert component
- Updated dependencies [e51c9bb]
  - @milaboratories/uikit@2.2.69
  - @platforma-sdk/model@1.29.16

## 1.29.15

### Patch Changes

- 74b2c3b: Fix: update \_\_mnzDate each minute in blocks with monetization
- Updated dependencies [fc63533]
  - @milaboratories/uikit@2.2.68

## 1.29.14

### Patch Changes

- Updated dependencies [6314f67]
- Updated dependencies [564e8d6]
  - @platforma-sdk/model@1.29.14
  - @milaboratories/uikit@2.2.67

## 1.29.13

### Patch Changes

- 04176b1: Use CanonicalizedJson type
- Updated dependencies [37e6f75]
  - @platforma-sdk/model@1.29.13
  - @milaboratories/uikit@2.2.67

## 1.29.12

### Patch Changes

- 621e15a: PlAgDataTableV2 component (does not include hidden columns in join)
- Updated dependencies [621e15a]
  - @platforma-sdk/model@1.29.12
  - @milaboratories/uikit@2.2.67

## 1.29.9

### Patch Changes

- 7cd6249: Rename “Monetization” to “Subscription” and small fixes

## 1.29.5

### Patch Changes

- Updated dependencies [468e3d6]
  - @milaboratories/uikit@2.2.67

## 1.29.2

### Patch Changes

- @platforma-sdk/model@1.29.2
- @milaboratories/uikit@2.2.66

## 1.29.0

### Patch Changes

- Updated dependencies [fed27f0]
  - @platforma-sdk/model@1.29.0
  - @milaboratories/uikit@2.2.66

## 1.28.4

### Patch Changes

- Updated dependencies [8142f77]
  - @platforma-sdk/model@1.28.4
  - @milaboratories/uikit@2.2.66

## 1.28.3

### Patch Changes

- 168d2eb: Move useWatchFetch to uikit
- Updated dependencies [168d2eb]
  - @milaboratories/uikit@2.2.66

## 1.28.2

### Patch Changes

- c021ce8: [mnz] Block Product Status Component
- Updated dependencies [c021ce8]
  - @milaboratories/uikit@2.2.65

## 1.28.1

### Patch Changes

- Updated dependencies [69bd963]
  - @platforma-sdk/model@1.28.1
  - @milaboratories/uikit@2.2.64

## 1.28.0

### Patch Changes

- Updated dependencies [43e1c65]
  - @platforma-sdk/model@1.28.0
  - @milaboratories/uikit@2.2.64

## 1.27.17

### Patch Changes

- Updated dependencies [11f6e3e]
  - @platforma-sdk/model@1.27.17
  - @milaboratories/uikit@2.2.64

## 1.27.14

### Patch Changes

- Updated dependencies [edaadd1]
  - @milaboratories/uikit@2.2.64

## 1.27.11

### Patch Changes

- Updated dependencies [0d465bf]
  - @milaboratories/uikit@2.2.63

## 1.27.10

### Patch Changes

- 22871ac: uikit and ui-vue: get global platforma from preload via hook. Now we could defined a hook and return new platforma that overrides some behaviours. It's needed for keeping old compat
- 4f5f7ec: MILAB-2114: prepend a label to field outputs
- Updated dependencies [22871ac]
  - @milaboratories/uikit@2.2.62
  - @platforma-sdk/model@1.27.10

## 1.27.8

### Patch Changes

- @platforma-sdk/model@1.27.8
- @milaboratories/uikit@2.2.61

## 1.27.6

### Patch Changes

- @platforma-sdk/model@1.27.6
- @milaboratories/uikit@2.2.61

## 1.27.5

### Patch Changes

- 518ec02: Aminoacid validation pattern relaxed

## 1.27.2

### Patch Changes

- 9633567: AgGrid builder small fix (make setRowData arg optional)

## 1.27.0

### Minor Changes

- da875e0: [sdl/ui-vue] AgGridVue Builder

## 1.26.1

### Patch Changes

- Updated dependencies [b00fefd]
  - @milaboratories/uikit@2.2.61

## 1.26.0

### Patch Changes

- Updated dependencies [c57f609]
  - @platforma-sdk/model@1.26.0
  - @milaboratories/uikit@2.2.60

## 1.25.2

### Patch Changes

- 2c4b360: [MILAB-1966] Prevent args/ui state from being updated when the output changes

## 1.25.0

### Patch Changes

- Updated dependencies [88cebeb]
  - @platforma-sdk/model@1.25.0
  - @milaboratories/uikit@2.2.60

## 1.24.11

### Patch Changes

- @milaboratories/uikit@2.2.60
- @platforma-sdk/model@1.24.11

## 1.24.10

### Patch Changes

- Updated dependencies [4812a12]
  - @platforma-sdk/model@1.24.10
  - @milaboratories/uikit@2.2.60

## 1.24.9

### Patch Changes

- 5f0fb1d: [sdk/ui-vue] PlAgDataTable hidden columns are shown as visible after selecting empty dataset
- 907c694: [sdk/ui-vue] PlAgDataTable hidden columns are shown as visible after selecting empty dataset
- Updated dependencies [5f0fb1d]
  - @platforma-sdk/model@1.24.9
  - @milaboratories/uikit@2.2.60

## 1.24.5

### Patch Changes

- a505bdb: Upgrade network and tool dependencies:
  - undici: ~7.4.0 → ~7.5.0
  - @grpc/grpc-js: ~1.12.6 → ~1.13.1
  - @protobuf-ts/plugin: 2.9.5 → 2.9.6
  - @aws-sdk/client-s3: 3.758.0 → 3.775.0
  - lru-cache: ^11.0.2 → ^11.1.0
  - yaml: ^2.6.1 → ^2.7.0
  - remeda: ^2.21.1 → ^2.21.2
  - vite-plugin-dts: ^4.4.0 → ^4.5.3
  - eslint: ^9.22.0 → ^9.23.0
  - @vitejs/plugin-vue: ^5.2.1 → ^5.2.3
- Updated dependencies [a505bdb]
  - @platforma-sdk/model@1.24.5
  - @milaboratories/uikit@2.2.60

## 1.24.3

### Patch Changes

- Updated dependencies [be32396]
  - @milaboratories/uikit@2.2.60

## 1.24.0

### Patch Changes

- Updated dependencies [b084260]
  - @platforma-sdk/model@1.24.0
  - @milaboratories/uikit@2.2.59

## 1.23.4

### Patch Changes

- Updated dependencies [133e962]
  - @platforma-sdk/model@1.23.4
  - @milaboratories/uikit@2.2.59

## 1.23.2

### Patch Changes

- 0a3ee03: Fix PlAgDataTable column control tooltips flickering

## 1.23.0

### Patch Changes

- Updated dependencies [1016b99]
  - @platforma-sdk/model@1.23.0
  - @milaboratories/uikit@2.2.59

## 1.22.97

### Patch Changes

- Updated dependencies [63c66c8]
  - @platforma-sdk/model@1.22.97
  - @milaboratories/uikit@2.2.59

## 1.22.82

### Patch Changes

- 13e3124: added new type for columns
- Updated dependencies [13e3124]
  - @milaboratories/uikit@2.2.59

## 1.22.64

### Patch Changes

- e06efcd: Pin and standardize dependency versions for network and utility libraries to ensure consistent builds and prevent unexpected behavior from minor version changes. Changes include:
  - Pin `@protobuf-ts/*` packages to version 2.9.4 using YAML anchors
  - Pin AWS SDK packages to version 3.750.0
  - Change `undici` from `^7.2.3` to `~7.2.3` (only patch updates)
  - Change `@grpc/grpc-js` from `^1.12.6` to `~1.12.6` (only patch updates)
  - Change `cacheable-lookup` from `^6.1.0` to `~6.1.0` (only patch updates)
  - Change `canonicalize` from `^2.0.0` to `~2.0.0` (only patch updates)
  - Pin `quickjs-emscripten` to exact version 0.31.0

## 1.22.59

### Patch Changes

- 819c13c: PColumnSpec.valueType extended to "ValueType | string"
  - @platforma-sdk/model@1.22.59
  - @milaboratories/uikit@2.2.58

## 1.22.56

### Patch Changes

- 26abb69: [sdk/ui-vue] PlAgDataGrid shows wrong loading status

## 1.22.55

### Patch Changes

- fab0a91: [sdk/ui-vue] Create a standard composable for use with AgGridVue

## 1.22.52

### Patch Changes

- 48f1820: PlAgDataTable slot for controls

## 1.22.51

### Patch Changes

- 7ac5190: PlTableFilter support 'pl7.app/discreteValues' annotation

## 1.22.39

### Patch Changes

- 2970f8d: [blocks] Move to standard QC components (progress & qc bars) in all upstream blocks
- Updated dependencies [2970f8d]
  - @milaboratories/uikit@2.2.58

## 1.22.34

### Patch Changes

- b752000: fix: color for icon

## 1.22.32

### Patch Changes

- c39eeee: fixed row numbers display

## 1.22.30

### Patch Changes

- 7dac3ce: ui-vue: use better naming (AgGrid)

## 1.22.29

### Patch Changes

- 0c5753b: [sdk/ui-vue] create component plSplash for “Loading” splash screen
- Updated dependencies [0c5753b]
  - @milaboratories/uikit@2.2.57

## 1.22.24

### Patch Changes

- Updated dependencies [4f23447]
  - @milaboratories/uikit@2.2.56

## 1.22.23

### Patch Changes

- Updated dependencies [852dcbf]
  - @milaboratories/uikit@2.2.55

## 1.22.19

### Patch Changes

- Updated dependencies [30f0eed]
  - @milaboratories/uikit@2.2.54

## 1.22.18

### Patch Changes

- Updated dependencies [388c9d2]
  - @platforma-sdk/model@1.22.18
  - @milaboratories/uikit@2.2.53

## 1.22.16

### Patch Changes

- 1a8b275: add checkbox support for RowNumbers

## 1.22.14

### Patch Changes

- Updated dependencies [9fc0f34]
  - @milaboratories/uikit@2.2.53

## 1.22.11

### Patch Changes

- 6d3d92d: [sdk/ui-vue] Error when PlAgDataTableToolsPanel was not mounted

## 1.22.10

### Patch Changes

- Updated dependencies [821c240]
  - @milaboratories/uikit@2.2.52

## 1.22.9

### Patch Changes

- Updated dependencies [3df530d]
  - @milaboratories/uikit@2.2.51

## 1.22.8

### Patch Changes

- 9bdc9d2: Row numbers error fix

## 1.22.7

### Patch Changes

- 698c647: Add columnsPanelWidth property to the PlAgDataTable

## 1.22.4

### Patch Changes

- c5269a5: Custom message for empty table

## 1.22.2

### Patch Changes

- Updated dependencies [ce558f9]
- Updated dependencies [b41709a]
  - @platforma-sdk/model@1.22.2
  - @milaboratories/uikit@2.2.50

## 1.22.1

### Patch Changes

- 02860e7: rollup-plugin-sourcemaps -> rollup-plugin-sourcemaps2

## 1.22.0

### Patch Changes

- Updated dependencies [c0d5856]
  - @platforma-sdk/model@1.22.0
  - @milaboratories/uikit@2.2.50

## 1.21.30

### Patch Changes

- 56f7e84: Migrate from scss imports to use & forward rules
- Updated dependencies [56f7e84]
  - @milaboratories/uikit@2.2.50

## 1.21.29

### Patch Changes

- Updated dependencies [ca66b2a]
  - @milaboratories/uikit@2.2.49

## 1.21.25

### Patch Changes

- 3ff9dcd: Enable nested source maps in dev sdk mode
- Updated dependencies [3ff9dcd]
  - @milaboratories/uikit@2.2.48

## 1.21.24

### Patch Changes

- Updated dependencies [93e9a66]
  - @milaboratories/uikit@2.2.47

## 1.21.23

### Patch Changes

- 9b5a692: [sdk/ui-vue] Histogram
- Updated dependencies [9b5a692]
  - @milaboratories/uikit@2.2.46

## 1.21.21

### Patch Changes

- 93b8d8d: fix styles

## 1.21.20

### Patch Changes

- 32966e6: [desktop] Custom design for “+ add graph“ etc. sections
- Updated dependencies [32966e6]
  - @milaboratories/uikit@2.2.45
  - @platforma-sdk/model@1.21.20

## 1.21.18

### Patch Changes

- 53e35de: [ui-vue] use fast IsJsonEqual implementation everywhere

## 1.21.17

### Patch Changes

- Updated dependencies [178c642]
  - @milaboratories/uikit@2.2.44

## 1.21.12

### Patch Changes

- Updated dependencies [ad4719e]
  - @milaboratories/uikit@2.2.43

## 1.21.10

### Patch Changes

- Updated dependencies [9d8f87b]
  - @platforma-sdk/model@1.21.10
  - @milaboratories/uikit@2.2.42

## 1.21.8

### Patch Changes

- Updated dependencies [af400eb]
  - @milaboratories/uikit@2.2.42

## 1.21.5

### Patch Changes

- 16c729a: [sdk/ui-vue] Proportion box with legend (cell)
- Updated dependencies [16c729a]
  - @milaboratories/uikit@2.2.41

## 1.21.3

### Patch Changes

- 2639fac: added AgGrid context menu styles

## 1.21.0

### Patch Changes

- Updated dependencies [05c8c1c]
  - @platforma-sdk/model@1.21.0
  - @milaboratories/uikit@2.2.40

## 1.20.30

### Patch Changes

- 78d049b: added PlProgressCell
- Updated dependencies [78d049b]
  - @milaboratories/uikit@2.2.40

## 1.20.28

### Patch Changes

- 7a235ba: Ag Grid version update

## 1.20.27

### Patch Changes

- f48b25e: Prioritize "desc" sorting in PlAgDataTable
- 354291e: Minor improvements for row selection in PlAgDataTable
- Updated dependencies [079f50e]
- Updated dependencies [32f7bf7]
  - @platforma-sdk/model@1.20.27
  - @milaboratories/uikit@2.2.39

## 1.20.24

### Patch Changes

- Updated dependencies [8043f5d]
  - @platforma-sdk/model@1.20.24
  - @milaboratories/uikit@2.2.38

## 1.20.23

### Patch Changes

- 28b2b5c: [sdk/ui-vue] Proportion box with legend (standalone)
- 0cce397: Add the first implementation of the PlChartStackedBar component
- Updated dependencies [28b2b5c]
- Updated dependencies [0cce397]
  - @milaboratories/uikit@2.2.38

## 1.20.21

### Patch Changes

- 54cdf0f: added scroll support for sortable
- Updated dependencies [54cdf0f]
  - @milaboratories/uikit@2.2.37

## 1.20.19

### Patch Changes

- 4208dcf: added PlLoaderCircular
- Updated dependencies [4208dcf]
  - @milaboratories/uikit@2.2.36

## 1.20.17

### Patch Changes

- e654872: PlAgDataTable row butting click type fix

## 1.20.16

### Patch Changes

- 52b19cf: added cellButtonClicked event

## 1.20.15

### Patch Changes

- 7f72aa4: Ag Grid major version upgrade

## 1.20.14

### Patch Changes

- Updated dependencies [22685b6]
  - @milaboratories/uikit@2.2.35

## 1.20.13

### Patch Changes

- cc58398: ui-vue: use configurable debounce with max wait for all set args or ui api methods (optimization)

## 1.20.11

### Patch Changes

- Updated dependencies [ead0e68]
  - @platforma-sdk/model@1.20.11
  - @milaboratories/uikit@2.2.34

## 1.20.10

### Patch Changes

- 29c0b22: ui-vue: do not save unchanged model
  - @milaboratories/uikit@2.2.34

## 1.20.9

### Patch Changes

- 69b15fe: Minor typing corrections for PlAgDataTable

## 1.20.7

### Patch Changes

- 4360a85: fix: add PlAgCellStatusTag (need update platforma deps)
- Updated dependencies [4360a85]
  - @milaboratories/uikit@2.2.34

## 1.20.6

### Patch Changes

- 8903a30: Dependency upgrade
- Updated dependencies [8903a30]
  - @platforma-sdk/model@1.20.6
  - @milaboratories/uikit@2.2.33

## 1.20.5

### Patch Changes

- c74f56a: PlAgDataTable row selection

## 1.20.4

### Patch Changes

- Updated dependencies [9799fa1]
  - @milaboratories/uikit@2.2.33

## 1.20.2

### Patch Changes

- b017f36: ui-vue lint fix

## 1.20.0

### Minor Changes

- 1c8631b: - PlAgDataTable: allow multiple columns sharing same heterogeneous axis
  - model: bugfix related to findLabels

### Patch Changes

- Updated dependencies [1c8631b]
  - @platforma-sdk/model@1.20.0
  - @milaboratories/uikit@2.2.32

## 1.19.0

### Patch Changes

- Updated dependencies [4d9885b]
  - @platforma-sdk/model@1.19.0
  - @milaboratories/uikit@2.2.32

## 1.18.7

### Patch Changes

- Updated dependencies [8cb8082]
  - @milaboratories/uikit@2.2.32

## 1.18.6

### Patch Changes

- Updated dependencies [ddff372]
  - @milaboratories/uikit@2.2.31

## 1.18.5

### Patch Changes

- Updated dependencies [ca01bd7]
  - @milaboratories/uikit@2.2.30

## 1.18.3

### Patch Changes

- Updated dependencies [07afde6]
  - @milaboratories/uikit@2.2.29

## 1.18.2

### Patch Changes

- e1d8a3b: PlAgDataTable export selected rows

## 1.18.1

### Patch Changes

- 8022606: PlAgCsvExporter component

## 1.18.0

### Minor Changes

- 6efea3d: PlAgDataTable unified data format

### Patch Changes

- @platforma-sdk/model@1.18.0
- @milaboratories/uikit@2.2.28

## 1.17.5

### Patch Changes

- 994ea52: fixed styles

## 1.17.3

### Patch Changes

- ec69dca: added support PlAgTextAndButtonCell for axis and fixed styles
- Updated dependencies [ec69dca]
  - @milaboratories/uikit@2.2.28

## 1.17.2

### Patch Changes

- ec3bffe: Create a shareable eslint config as an npm package (and use it)
- Updated dependencies [ec3bffe]
  - @milaboratories/uikit@2.2.27

## 1.17.0

### Patch Changes

- Updated dependencies [b1a3abc]
  - @platforma-sdk/model@1.17.0
  - @milaboratories/uikit@2.2.26

## 1.16.0

### Minor Changes

- ca9bf5b: PlAgDataTable: removed 'pframe' source type, added setting to configure loading screens

## 1.15.4

### Patch Changes

- @platforma-sdk/model@1.15.4
- @milaboratories/uikit@2.2.26

## 1.15.1

### Patch Changes

- f38f686: fixed styles
- Updated dependencies [f38f686]
  - @milaboratories/uikit@2.2.26

## 1.15.0

### Minor Changes

- b4081fc: [sdk/ui-vue] Deprecate everything that should be deprecated

## 1.14.22

### Patch Changes

- 7eadcd3: PlAgDataTable row numbers

## 1.14.21

### Patch Changes

- bc6141f: PlAgColumnHeader impl

## 1.14.20

### Patch Changes

- Updated dependencies [63722de]
  - @milaboratories/uikit@2.2.25

## 1.14.19

### Patch Changes

- Updated dependencies [56421e3]
- Updated dependencies [6dcee2e]
  - @milaboratories/uikit@2.2.24

## 1.14.18

### Patch Changes

- Updated dependencies [dec84ba]
  - @milaboratories/uikit@2.2.23

## 1.14.15

### Patch Changes

- Updated dependencies [6dfa829]
  - @milaboratories/uikit@2.2.22

## 1.14.11

### Patch Changes

- Updated dependencies [2b98d93]
  - @milaboratories/uikit@2.2.21

## 1.14.8

### Patch Changes

- Updated dependencies [556765e]
  - @milaboratories/uikit@2.2.20

## 1.14.5

### Patch Changes

- 0cfb225: fixed styles
- Updated dependencies [0cfb225]
  - @milaboratories/uikit@2.2.19

## 1.14.2

### Patch Changes

- 5884403: PlTableFilters support old desktop

## 1.14.1

### Patch Changes

- a886400: PlTableFilters redesign
- Updated dependencies [a886400]
  - @platforma-sdk/model@1.14.1
  - @milaboratories/uikit@2.2.18

## 1.14.0

### Minor Changes

- dfad2d0: PFrames case insensitive filters

### Patch Changes

- @platforma-sdk/model@1.14.0
- @milaboratories/uikit@2.2.18

## 1.13.18

### Patch Changes

- a85e3f7: Add a "shine wave" animation to the block's progress bar

## 1.13.17

### Patch Changes

- Updated dependencies [401f5f4]
- Updated dependencies [b078d28]
  - @milaboratories/uikit@2.2.18

## 1.13.15

### Patch Changes

- @platforma-sdk/model@1.13.15
- @milaboratories/uikit@2.2.17

## 1.13.11

### Patch Changes

- 925afdd: added docs

## 1.13.10

### Patch Changes

- e3d4cd0: Added PlAgGridColumnManager component and fixed a bug in useSortable that caused the drag element to move without the handle class.
- Updated dependencies [e3d4cd0]
  - @milaboratories/uikit@2.2.17

## 1.13.9

### Patch Changes

- Updated dependencies [18841ab]
  - @milaboratories/uikit@2.2.16

## 1.13.8

### Patch Changes

- Updated dependencies [d1b4cd1]
  - @milaboratories/uikit@2.2.15

## 1.13.6

### Patch Changes

- Updated dependencies [1631d74]
  - @milaboratories/uikit@2.2.14

## 1.13.5

### Patch Changes

- Updated dependencies [a071779]
- Updated dependencies [6208826]
  - @platforma-sdk/model@1.13.5
  - @milaboratories/uikit@2.2.13

## 1.13.4

### Patch Changes

- Updated dependencies [158e990]
  - @milaboratories/uikit@2.2.13

## 1.13.3

### Patch Changes

- 0552637: PlTableFilters restrict reference values

## 1.13.2

### Patch Changes

- Updated dependencies [6f56890]
  - @milaboratories/uikit@2.2.12
  - @platforma-sdk/model@1.13.2

## 1.13.0

### Minor Changes

- 3157ecd: - model: Default join used in `createPlDataTableSheet` is now a full join of data columns plus inner left join of labels
  - model: Added `getPColumnByRef` utility method in the result pool
  - model: Added `findLabels` method to get axis labels as map in the model
  - model: Added utility methods to get PColumn partition axes values in the model
  - ui/PlAgDataTable:
    - removed transitions from style
    - removed unused style.css
    - moved PlDataTableSheet to a model
    - renamed `{value, text}` to `{value, label}` in `PlDataTableSheet` options for consistency with other APIs (braking change)
    - fixed a bug with non-disappearing label column when the corresponding axis is used in the sheets

### Patch Changes

- Updated dependencies [3157ecd]
  - @platforma-sdk/model@1.13.0
  - @milaboratories/uikit@2.2.11

## 1.12.0

### Patch Changes

- Updated dependencies [b207f86]
  - @platforma-sdk/model@1.12.0
  - @milaboratories/uikit@2.2.11

## 1.11.8

### Patch Changes

- d60c614: [sdk/ui-vue] PlBlockPage: add “progress” indicator global to page when there are ongoing calculations

## 1.11.7

### Patch Changes

- 12c72ef: fixed styles for aggrid updated props for PlAgTextAndButtonCell

## 1.11.6

### Patch Changes

- 9cd0c99: PlAgDataTable export CSV

## 1.11.5

### Patch Changes

- Updated dependencies [9a1140c]
  - @milaboratories/uikit@2.2.11

## 1.11.4

### Patch Changes

- 5086e90: added component PlAgTextAndButtonCell

## 1.11.3

### Patch Changes

- Updated dependencies [ec5be92]
  - @milaboratories/uikit@2.2.10

## 1.11.2

### Patch Changes

- 4783725: PlAgDataTable less refreshes

## 1.11.1

### Patch Changes

- 961b8b1: updated ag grid header styles

## 1.11.0

### Minor Changes

- 680e8b8: Add "deep patch" mode to app.model (configurable)

### Patch Changes

- @milaboratories/uikit@2.2.9

## 1.10.18

### Patch Changes

- 166c161: remove global hidden webkit-srollbar
- Updated dependencies [166c161]
  - @milaboratories/uikit@2.2.9

## 1.10.17

### Patch Changes

- Updated dependencies [f120c91]
  - @milaboratories/uikit@2.2.8

## 1.10.15

### Patch Changes

- 40fe1d4: Used PlLogView to display errors and fixed a bug with the copy button
- Updated dependencies [40fe1d4]
  - @milaboratories/uikit@2.2.7

## 1.10.13

### Patch Changes

- 449209f: fix: no rows overlay

## 1.10.12

### Patch Changes

- ade3acf: PlTableFilters fixes
- Updated dependencies [ade3acf]
  - @platforma-sdk/model@1.10.12
  - @milaboratories/uikit@2.2.6

## 1.10.11

### Patch Changes

- Updated dependencies [a53abfe]
- Updated dependencies [f908594]
  - @milaboratories/uikit@2.2.6

## 1.10.9

### Patch Changes

- Updated dependencies [26a5c2e]
  - @milaboratories/uikit@2.2.5

## 1.10.8

### Patch Changes

- 54b4409: Implemented Split Button and added borders for ag-grid-sidebar
- Updated dependencies [54b4409]
  - @milaboratories/uikit@2.2.4

## 1.10.5

### Patch Changes

- 097b3d9: PlTableFilters bugfix

## 1.10.4

### Patch Changes

- 83caf43: PFrames version bump, enabled fixed filters

## 1.10.2

### Patch Changes

- 8187ba2: PlAgDataTable filters implementation
- Updated dependencies [8187ba2]
  - @platforma-sdk/model@1.10.2
  - @milaboratories/uikit@2.2.3

## 1.10.0

### Patch Changes

- Updated dependencies [b089273]
  - @platforma-sdk/model@1.10.0
  - @milaboratories/uikit@2.2.3

## 1.9.3

### Patch Changes

- 1f12f1a: Added onRowDoubleClicked emit for PlAgDataTable

## 1.9.0

### Patch Changes

- Updated dependencies [b04a78a]
  - @platforma-sdk/model@1.9.0
  - @milaboratories/uikit@2.2.3

## 1.8.26

### Patch Changes

- Updated dependencies [dfa2765]
  - @milaboratories/uikit@2.2.3

## 1.8.25

### Patch Changes

- 3c16beb: Columns sort by priority

## 1.8.24

### Patch Changes

- d85c758: Implement PlTabs component
- Updated dependencies [d85c758]
  - @milaboratories/uikit@2.2.2

## 1.8.23

### Patch Changes

- 0382abe: @ag-grid-community/theming removed from bundling
- 0382abe: AGGrid upgrade.

## 1.8.21

### Patch Changes

- 6e54327: PlAgDataTable: suppress column menu button by default

## 1.8.20

### Patch Changes

- Updated dependencies [c7f9363]
  - @milaboratories/uikit@2.2.1

## 1.8.19

### Patch Changes

- 8f916f2: Support column show/hide in PlAgDataTable
- Updated dependencies [8f916f2]
  - @platforma-sdk/model@1.8.19
  - @milaboratories/uikit@2.2.0

## 1.8.18

### Patch Changes

- Updated dependencies [71f6910]
  - @milaboratories/uikit@2.2.0

## 1.8.17

### Patch Changes

- 64f98c6: Show sections with errors

## 1.8.14

### Patch Changes

- Updated dependencies [948c9f3]
- Updated dependencies [335c3ba]
- Updated dependencies [9315283]
  - @milaboratories/uikit@2.1.3

## 1.8.11

### Patch Changes

- Updated dependencies [17d8609]
  - @milaboratories/uikit@2.1.2

## 1.8.7

### Patch Changes

- f04b8da: Fixed styles
- Updated dependencies [f04b8da]
  - @milaboratories/uikit@2.1.1

## 1.8.6

### Patch Changes

- Updated dependencies [2d1f8a8]
  - @milaboratories/uikit@2.1.0

## 1.8.2

### Patch Changes

- 5df9d1a: fixed styles and messages by default showErrorsNotification will be true
- Updated dependencies [5df9d1a]
  - @milaboratories/uikit@2.0.13

## 1.8.1

### Patch Changes

- Updated dependencies [09f0974]
  - @milaboratories/uikit@2.0.12

## 1.8.0

### Patch Changes

- Updated dependencies [a5af4f2]
  - @platforma-sdk/model@1.8.0
  - @milaboratories/uikit@2.0.11

## 1.7.53

### Patch Changes

- @platforma-sdk/model@1.7.53
- @milaboratories/uikit@2.0.11

## 1.7.51

### Patch Changes

- Updated dependencies [5fd8ff2]
  - @milaboratories/uikit@2.0.11

## 1.7.50

### Patch Changes

- Updated dependencies [d81ec02]
  - @milaboratories/uikit@2.0.10

## 1.7.49

### Patch Changes

- Updated dependencies [5cdfeb3]
  - @milaboratories/uikit@2.0.9

## 1.7.46

### Patch Changes

- Updated dependencies [4a745bf]
  - @milaboratories/uikit@2.0.8

## 1.7.45

### Patch Changes

- Updated dependencies [969a083]
  - @milaboratories/uikit@2.0.7

## 1.7.44

### Patch Changes

- Updated dependencies [c16492e]
  - @milaboratories/uikit@2.0.6

## 1.7.42

### Patch Changes

- Updated dependencies [8de9a0b]
  - @milaboratories/uikit@2.0.5

## 1.7.41

### Patch Changes

- 1e896c8: Make AgGrid resize handler transparent

## 1.7.40

### Patch Changes

- f341244: AgGrid: migrate to the Theming Api

## 1.7.37

### Patch Changes

- d6909bf: Add "append" slot to PlBtnGhost button
- Updated dependencies [d6909bf]
  - @milaboratories/uikit@2.0.4

## 1.7.36

### Patch Changes

- 50f7459: Dep upgrade, vitest in particular
- Updated dependencies [50f7459]
  - @milaboratories/uikit@2.0.3

## 1.7.35

### Patch Changes

- 478dc27: some fixes
- Updated dependencies [478dc27]
  - @milaboratories/uikit@2.0.2

## 1.7.34

### Patch Changes

- eddcfed: Add Errors page to ui-examples

## 1.7.32

### Patch Changes

- Updated dependencies [7c9d23c]
  - @milaboratories/uikit@2.0.1

## 1.7.31

### Patch Changes

- a0854a3: Small common ui fixes
- e62ed59: Added component PlFileInput for AgGrid cell
- Updated dependencies [a0854a3]
- Updated dependencies [cf824ad]
- Updated dependencies [cdb6c31]
- Updated dependencies [e62ed59]
  - @milaboratories/uikit@2.0.0

## 1.7.30

### Patch Changes

- Updated dependencies [6737e02]
  - @milaboratories/uikit@1.2.30

## 1.7.27

### Patch Changes

- 812ba42: PlAgDataTable loadingError changed

## 1.7.26

### Patch Changes

- bc5e60e: Preserve column order after sort

## 1.7.25

### Patch Changes

- Updated dependencies [f4e8fa6]
  - @milaboratories/uikit@1.2.29

## 1.7.24

### Patch Changes

- 3276b87: PlAgDataTable fix infinite data reloading, show loading on sheet change

## 1.7.22

### Patch Changes

- Updated dependencies [0b11a0a]
  - @milaboratories/uikit@1.2.28

## 1.7.21

### Patch Changes

- Updated dependencies [7f90dda]
  - @milaboratories/uikit@1.2.27

## 1.7.20

### Patch Changes

- @milaboratories/uikit@1.2.26
- @platforma-sdk/model@1.7.20

## 1.7.18

### Patch Changes

- 072c49d: PlAgDataTable loading fix

## 1.7.17

### Patch Changes

- 8ae398f: PlAgDataTable fix

## 1.7.16

### Patch Changes

- @platforma-sdk/model@1.7.16
- @milaboratories/uikit@1.2.26

## 1.7.13

### Patch Changes

- 57c64c8: fix custom Ag Grid theme and add an example page to the ui-examples block

## 1.7.12

### Patch Changes

- Updated dependencies [2c914cc]
  - @milaboratories/uikit@1.2.26

## 1.7.9

### Patch Changes

- Updated dependencies [9dae9aa]
  - @milaboratories/uikit@1.2.25
  - @platforma-sdk/model@1.7.9

## 1.7.8

### Patch Changes

- Updated dependencies [485f533]
  - @milaboratories/uikit@1.2.24

## 1.7.7

### Patch Changes

- Updated dependencies [0bc5034]
  - @milaboratories/uikit@1.2.23

## 1.7.6

### Patch Changes

- a259c1d: Ag-grid excluded from the bundle to fix licaense issue in some blocks
- f782eea: add "label or text" options to PlBtnGroup and PlCheckboxGroup components
- Updated dependencies [f782eea]
  - @milaboratories/uikit@1.2.22

## 1.7.3

### Patch Changes

- Updated dependencies [03933b1]
  - @milaboratories/uikit@1.2.21

## 1.7.2

### Patch Changes

- 8c34a07: This fixes #175

## 1.7.1

### Patch Changes

- 50245bd: fix app.model

## 1.7.0

### Patch Changes

- @platforma-sdk/model@1.7.0
- @milaboratories/uikit@1.2.20

## 1.6.0

### Minor Changes

- eb079e9: Support heterogeneous axes in PlAgDataTable

### Patch Changes

- Updated dependencies [eb079e9]
  - @platforma-sdk/model@1.6.0
  - @milaboratories/uikit@1.2.20

## 1.5.57

### Patch Changes

- Updated dependencies [db794fa]
  - @milaboratories/uikit@1.2.20

## 1.5.56

### Patch Changes

- 60e38dc: Add PlDropdownRef component, update examples
- Updated dependencies [60e38dc]
  - @milaboratories/uikit@1.2.19

## 1.5.42

### Patch Changes

- 4628369: fix new sass nesting rules
- Updated dependencies [4628369]
  - @milaboratories/uikit@1.2.18

## 1.5.40

### Patch Changes

- 13013ee: PlAdDataTable auto-join label-columns
- Updated dependencies [13013ee]
  - @platforma-sdk/model@1.5.40
  - @milaboratories/uikit@1.2.17

## 1.5.38

### Patch Changes

- Updated dependencies [f7f1691]
  - @milaboratories/uikit@1.2.17

## 1.5.0

### Minor Changes

- bc6d116: app.model final version

## 1.4.9

### Patch Changes

- cfb6385: more effective createModel
- 43efc40: export activateAgGrid function

## 1.4.8

### Patch Changes

- 407e16c: smallfix

## 1.4.7

### Patch Changes

- Updated dependencies [892ef23]
  - @platforma-sdk/model@1.2.32
  - @milaboratories/uikit@1.2.16

## 1.4.6

### Patch Changes

- Updated dependencies [7812ae6]
  - @platforma-sdk/model@1.2.31
  - @milaboratories/uikit@1.2.16

## 1.4.5

### Patch Changes

- 7a12b39: Add useWatchFetch usable
- Updated dependencies [7a12b39]
  - @milaboratories/uikit@1.2.16

## 1.4.4

### Patch Changes

- 9ea877e: modals modals modals
- Updated dependencies [9ea877e]
  - @milaboratories/uikit@1.2.15

## 1.4.3

### Patch Changes

- ae39723: fix for ReactiveFileContent

## 1.4.2

### Patch Changes

- 8db877c: Implement "output" prop for PlLogView component
- Updated dependencies [8db877c]
  - @milaboratories/uikit@1.2.14

## 1.4.1

### Patch Changes

- 21a9b9c: Automatic AGGrid license injection & Reactive file content helper
- c9d051f: getContentString for ReactiveFileContent
- Updated dependencies [3c85025]
  - @platforma-sdk/model@1.2.30
  - @milaboratories/uikit@1.2.13

## 1.4.0

### Minor Changes

- 6495dcc: add default app model (initial version)

## 1.3.19

### Patch Changes

- Updated dependencies [09fa81a]
  - @milaboratories/uikit@1.2.13

## 1.3.18

### Patch Changes

- Updated dependencies [95f1b0d]
  - @milaboratories/uikit@1.2.12

## 1.3.17

### Patch Changes

- 23aef61: Add basic README to the ui-vue package

## 1.3.16

### Patch Changes

- Updated dependencies [60223f4]
  - @milaboratories/uikit@1.2.11

## 1.3.15

### Patch Changes

- 583c929: add env injection example
- Updated dependencies [aff132f]
  - @milaboratories/uikit@1.2.10

## 1.3.14

### Patch Changes

- Updated dependencies [156a72d]
  - @milaboratories/uikit@1.2.9

## 1.3.13

### Patch Changes

- Updated dependencies [4fe1674]
- Updated dependencies [164fc89]
  - @milaboratories/uikit@1.2.8
  - @platforma-sdk/model@1.2.29

## 1.3.12

### Patch Changes

- 6994f68: upgrade playground for ui-vue

## 1.3.11

### Patch Changes

- 838493b: PlAgDataTable: fixed state type, display label-columns in place of labeled axes
- Updated dependencies [838493b]
  - @platforma-sdk/model@1.2.28
  - @milaboratories/uikit@1.2.7

## 1.3.10

### Patch Changes

- Updated dependencies [add109d]
  - @milaboratories/uikit@1.2.7

## 1.3.9

### Patch Changes

- Updated dependencies [d9f5f2b]
  - @milaboratories/uikit@1.2.6

## 1.3.8

### Patch Changes

- Updated dependencies [fa6d0f2]
- Updated dependencies [5eb6127]
- Updated dependencies [5f95b40]
  - @platforma-sdk/model@1.2.27
  - @milaboratories/uikit@1.2.5

## 1.3.7

### Patch Changes

- @platforma-sdk/model@1.2.26
- @milaboratories/uikit@1.2.4

## 1.3.6

### Patch Changes

- da1e029: add isolatedModules true to the root tsonfig
- Updated dependencies [da1e029]
  - @milaboratories/uikit@1.2.4
  - @platforma-sdk/model@1.2.25

## 1.3.5

### Patch Changes

- a58af16: minor fixes for ui repos build scripts
- Updated dependencies [a58af16]
  - @milaboratories/uikit@1.2.3
