@milaboratories/milaboratories.ui-examples.model 1.3.4 → 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.
@@ -1,14 +1,14 @@
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.3.4 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.3.5 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 6.3s
10
+ created dist, dist in 6.6s
11
11
  
12
12
  ./src/index.ts → dist...
13
- created dist in 7.9s
13
+ created dist in 4.3s
14
14
  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.3.4 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.3.5 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,13 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d088e83: add pl-advanced-filter
8
+ - Updated dependencies [d088e83]
9
+ - @platforma-sdk/model@1.45.35
10
+
3
11
  ## 1.3.4
4
12
 
5
13
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -6997,7 +6997,7 @@
6997
6997
  }
6998
6998
  }
6999
6999
 
7000
- var version = "1.45.30";
7000
+ var version = "1.45.35";
7001
7001
 
7002
7002
  const PlatformaSDKVersion = version;
7003
7003
 
@@ -7798,6 +7798,7 @@
7798
7798
  { type: 'link', href: '/pl-autocomplete', label: 'PlAutocomplete' },
7799
7799
  { type: 'link', href: '/pl-autocomplete-multi', label: 'PlAutocompleteMulti' },
7800
7800
  { type: 'link', href: '/radio', label: 'PlRadio' },
7801
+ { type: 'link', href: '/advanced-filter', label: 'PlAdvancedFilter' },
7801
7802
  ...(dynamicSections.length
7802
7803
  ? [
7803
7804
  { type: 'delimiter' },