@milaboratories/milaboratories.ui-examples.model 1.0.27 → 1.0.29

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,5 +1,5 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.model@1.0.27 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.0.29 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,21 +10,21 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 2.56 KB
14
- CJS dist/index.cjs.map 6.52 KB
15
- CJS ⚡️ Build success in 113ms
16
- ESM dist/index.js 2.51 KB
17
- ESM dist/index.js.map 6.46 KB
18
- ESM ⚡️ Build success in 113ms
13
+ CJS dist/index.cjs 2.63 KB
14
+ CJS dist/index.cjs.map 6.66 KB
15
+ CJS ⚡️ Build success in 92ms
16
+ ESM dist/index.js 2.57 KB
17
+ ESM dist/index.js.map 6.60 KB
18
+ ESM ⚡️ Build success in 93ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1068ms
21
- DTS dist/index.d.cts 1.64 KB
22
- DTS dist/index.d.ts 1.64 KB
20
+ DTS ⚡️ Build success in 1052ms
21
+ DTS dist/index.d.cts 1.66 KB
22
+ DTS dist/index.d.ts 1.66 KB
23
23
  vite v5.4.10 building for production...
24
24
  transforming...
25
25
  ✓ 4 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 131.65 kB │ gzip: 22.98 kB │ map: 279.09 kB
29
- dist/bundle.js 141.03 kB │ gzip: 23.41 kB │ map: 280.14 kB
30
- ✓ built in 438ms
28
+ dist/bundle.js 131.71 kB │ gzip: 22.99 kB │ map: 279.21 kB
29
+ dist/bundle.js 141.10 kB │ gzip: 23.42 kB │ map: 280.26 kB
30
+ ✓ built in 443ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.7.53
8
+
9
+ ## 1.0.28
10
+
11
+ ### Patch Changes
12
+
13
+ - 4a745bf: Added password type for PlTextField
14
+
3
15
  ## 1.0.27
4
16
 
5
17
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4309,7 +4309,7 @@
4309
4309
  return this.ctx.getBlockLabel(t);
4310
4310
  }
4311
4311
  }
4312
- const x = "1.7.20";
4312
+ const x = "1.7.53";
4313
4313
  class c {
4314
4314
  constructor(t, n, r2, i2, u) {
4315
4315
  this._renderingMode = t, this._initialArgs = n, this._outputs = r2, this._inputsValid = i2, this._sections = u;
@@ -4465,7 +4465,8 @@
4465
4465
  { type: "link", href: "/typography", label: "Typography" },
4466
4466
  { type: "link", href: "/ag-grid-vue", label: "AgGridVue" },
4467
4467
  { type: "link", href: "/pl-ag-data-table", label: "PlAgDataTable" },
4468
- { type: "link", href: "/errors", label: "Errors" }
4468
+ { type: "link", href: "/errors", label: "Errors" },
4469
+ { type: "link", href: "/text-fields", label: "PlTextField" }
4469
4470
  ];
4470
4471
  }).done();
4471
4472
  exports2.$BlockArgs = $BlockArgs;