@milaboratories/milaboratories.ui-examples 1.4.0 → 1.4.2
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/block-pack/CHANGELOG.md +15 -0
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -1
- package/block-pack/model.json +1 -1
- package/block-pack/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +5786 -1443
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +5786 -1443
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10670 -7028
- package/dist/index.js.map +1 -1
- package/package.json +8 -7
package/block-pack/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples
|
|
2
2
|
|
|
3
|
+
## 1.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 80a9963: Declare a block kind. Each block gains a `kind/` package holding its init-params
|
|
8
|
+
contract, and its model is built with `new DataModelBuilder({ kind })` /
|
|
9
|
+
`BlockModelV3.create({ dataModel, kind })` and projects its params back via
|
|
10
|
+
`templateParams()`.
|
|
11
|
+
|
|
12
|
+
## 1.4.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 27600c3: Escape including label columns for non primary columns
|
|
17
|
+
|
|
3
18
|
## 1.4.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/block-pack/main.plj.gz
CHANGED
|
Binary file
|
package/block-pack/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"ui-examples","version":"1.4.
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"ui-examples","version":"1.4.2"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Ui Examples","description":"Basic ui-vue examples","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"organization":{"name":"MiLaboratories Inc","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"marketplaceRanking":100},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true,"requiresColumnsCollection":true},"kind":"@milaboratories/milaboratories.ui-examples.kind@1.0.0"},"timestamp":1787071839969,"files":[{"name":"main.plj.gz","size":124600,"sha256":"9C43E88985D09B8FCDFEBE7E7998108581893DE7BA17315B0D07856868C0F22A"},{"name":"model.json","size":517760,"sha256":"045D5BFC0D11BECC21BB95FA2B1C2C17E4D396FD17A54703CDB575A181B33871"},{"name":"ui.tgz","size":4532681,"sha256":"3E471DFD4A43291CDF69DE097BAC1162982CF5423F1D84FE989BA60476127DFC"},{"name":"organization-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"},{"name":"description.md","size":908,"sha256":"8BC299321B6842721930F5D80C1778B411A6328A4ED7FF77290BCD9BC342D928"},{"name":"CHANGELOG.md","size":98126,"sha256":"8099AAE4391A9A6DCED090B0EC99572A9372193765B6436309569AD2663538B4"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|