@milaboratories/milaboratories.ui-examples.model 1.3.4 → 1.3.6
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/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/bundle.js +2 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.3.6 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
|
[36m
|
|
9
9
|
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
-
[32mcreated [1mdist, dist[22m in [1m6.
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m6.8s[22m[39m
|
|
11
11
|
[36m
|
|
12
12
|
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
|
-
[32mcreated [1mdist[22m in [
|
|
13
|
+
[32mcreated [1mdist[22m in [1m4.2s[22m[39m
|
|
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.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.3.6 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,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.model
|
|
2
2
|
|
|
3
|
+
## 1.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2c07d5a]
|
|
8
|
+
- @platforma-sdk/model@1.45.42
|
|
9
|
+
|
|
10
|
+
## 1.3.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- d088e83: add pl-advanced-filter
|
|
15
|
+
- Updated dependencies [d088e83]
|
|
16
|
+
- @platforma-sdk/model@1.45.35
|
|
17
|
+
|
|
3
18
|
## 1.3.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/bundle.js
CHANGED
|
@@ -6997,7 +6997,7 @@
|
|
|
6997
6997
|
}
|
|
6998
6998
|
}
|
|
6999
6999
|
|
|
7000
|
-
var version = "1.45.
|
|
7000
|
+
var version = "1.45.42";
|
|
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' },
|