@milaboratories/milaboratories.ui-examples.model 1.0.24 → 1.0.25

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,6 +1,5 @@
1
-  WARN  Issue while reading "/home/runner/work/platforma/platforma/.npmrc". Failed to replace env in config: ${milaboratory}
2
1
 
3
- > @milaboratories/milaboratories.ui-examples.model@1.0.24 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.0.25 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
4
3
  > tsup && vite build && block-tools build-model
5
4
 
6
5
  CLI Building entry: src/index.ts
@@ -11,21 +10,21 @@
11
10
  CLI Cleaning output folder
12
11
  CJS Build start
13
12
  ESM Build start
14
- CJS dist/index.cjs 1.11 KB
15
- CJS dist/index.cjs.map 2.46 KB
16
- CJS ⚡️ Build success in 67ms
17
- ESM dist/index.js 1.05 KB
18
- ESM dist/index.js.map 2.43 KB
19
- ESM ⚡️ Build success in 68ms
13
+ ESM dist/index.js 1.07 KB
14
+ ESM dist/index.js.map 2.48 KB
15
+ ESM ⚡️ Build success in 71ms
16
+ CJS dist/index.cjs 1.13 KB
17
+ CJS dist/index.cjs.map 2.50 KB
18
+ CJS ⚡️ Build success in 71ms
20
19
  DTS Build start
21
- DTS ⚡️ Build success in 986ms
22
- DTS dist/index.d.cts 869.00 B
23
- DTS dist/index.d.ts 869.00 B
20
+ DTS ⚡️ Build success in 1011ms
21
+ DTS dist/index.d.cts 881.00 B
22
+ DTS dist/index.d.ts 881.00 B
24
23
  vite v5.4.10 building for production...
25
24
  transforming...
26
25
  ✓ 4 modules transformed.
27
26
  rendering chunks...
28
27
  computing gzip size...
29
- dist/bundle.js 129.97 kB │ gzip: 22.56 kB │ map: 275.61 kB
30
- dist/bundle.js 139.29 kB │ gzip: 22.99 kB │ map: 276.66 kB
31
- ✓ built in 422ms
28
+ dist/bundle.js 129.99 kB │ gzip: 22.55 kB │ map: 275.65 kB
29
+ dist/bundle.js 139.31 kB │ gzip: 22.98 kB │ map: 276.70 kB
30
+ ✓ built in 421ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - eddcfed: Add Errors page to ui-examples
8
+
3
9
  ## 1.0.24
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4419,7 +4419,7 @@
4419
4419
  "numbers",
4420
4420
  (ctx) => {
4421
4421
  var _a, _b;
4422
- return (_b = (_a = ctx.prerun) == null ? void 0 : _a.resolve({ field: "numbers", assertFieldType: "Input" })) == null ? void 0 : _b.getDataAsJson();
4422
+ return (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("numbers")) == null ? void 0 : _b.getDataAsJson();
4423
4423
  }
4424
4424
  ).sections((ctx) => {
4425
4425
  return [
@@ -4431,7 +4431,8 @@
4431
4431
  { type: "link", href: "/use-watch-fetch", label: "useWatchFetch" },
4432
4432
  { type: "link", href: "/form-components", label: "Form Components" },
4433
4433
  { type: "link", href: "/typography", label: "Typography" },
4434
- { type: "link", href: "/ag-grid-vue", label: "AgGridVue" }
4434
+ { type: "link", href: "/ag-grid-vue", label: "AgGridVue" },
4435
+ { type: "link", href: "/errors", label: "Errors" }
4435
4436
  ];
4436
4437
  }).done();
4437
4438
  exports2.$BlockArgs = $BlockArgs;