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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.model",
3
- "version": "1.2.46",
3
+ "version": "1.3.1",
4
4
  "description": "Block model",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -8,14 +8,14 @@
8
8
  "types": "dist/index.d.ts",
9
9
  "dependencies": {
10
10
  "zod": "~3.23.8",
11
- "@platforma-sdk/model": "1.44.14"
11
+ "@platforma-sdk/model": "1.45.17"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "~5.6.3",
15
- "@milaboratories/ts-builder": "1.0.5",
16
- "@platforma-sdk/block-tools": "2.6.15",
15
+ "@milaboratories/build-configs": "1.0.8",
17
16
  "@milaboratories/ts-configs": "1.0.6",
18
- "@milaboratories/build-configs": "1.0.8"
17
+ "@milaboratories/ts-builder": "1.0.5",
18
+ "@platforma-sdk/block-tools": "2.6.16"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "ts-builder build --target block-model && block-tools build-model",
package/src/index.ts CHANGED
@@ -4,9 +4,9 @@ import type {
4
4
  InferOutputsType,
5
5
  PColumn,
6
6
  PColumnValues,
7
- PObjectId,
8
7
  PlDataTableSheet,
9
8
  PlDataTableStateV2,
9
+ PObjectId,
10
10
  } from '@platforma-sdk/model';
11
11
  import {
12
12
  Annotation,
@@ -334,6 +334,7 @@ export const platforma = BlockModel.create('Heavy')
334
334
  { type: 'link', href: '/typography', label: 'Typography' },
335
335
  { type: 'link', href: '/ag-grid-vue', label: 'AgGridVue' },
336
336
  { type: 'link', href: '/ag-grid-vue-with-builder', label: 'AgGridVue with builder' },
337
+ { type: 'link', href: '/pl-annotations', label: 'PlAnnotations' },
337
338
  { type: 'link', href: '/pl-ag-data-table-v2', label: 'PlAgDataTableV2' },
338
339
  { type: 'link', href: '/pl-splash-page', label: 'PlSplashPage' },
339
340
  { type: 'link', href: '/pl-file-input-page', label: 'PlFileInputPage' },