@milaboratories/milaboratories.ui-examples.model 1.3.3 → 1.3.5

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.3.3",
3
+ "version": "1.3.5",
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.45.26"
11
+ "@platforma-sdk/model": "1.45.35"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "~5.6.3",
15
- "@milaboratories/build-configs": "1.0.8",
16
- "@platforma-sdk/block-tools": "2.6.17",
17
15
  "@milaboratories/ts-builder": "1.0.5",
18
- "@milaboratories/ts-configs": "1.0.6"
16
+ "@milaboratories/build-configs": "1.0.8",
17
+ "@milaboratories/ts-configs": "1.0.6",
18
+ "@platforma-sdk/block-tools": "2.6.22"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "ts-builder build --target block-model && block-tools build-model",
package/src/index.ts CHANGED
@@ -355,6 +355,7 @@ export const platforma = BlockModel.create('Heavy')
355
355
  { type: 'link', href: '/pl-autocomplete', label: 'PlAutocomplete' },
356
356
  { type: 'link', href: '/pl-autocomplete-multi', label: 'PlAutocompleteMulti' },
357
357
  { type: 'link', href: '/radio', label: 'PlRadio' },
358
+ { type: 'link', href: '/advanced-filter', label: 'PlAdvancedFilter' },
358
359
  ...(dynamicSections.length
359
360
  ? [
360
361
  { type: 'delimiter' },