@milaboratories/milaboratories.ui-examples.ui 1.3.39 → 1.3.40

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/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta http-equiv="Content-Security-Policy" content="script-src 'self' blob:">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <script type="module" crossorigin src="./assets/index-CEqxz-Vj.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-X7k6zycs.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-DWAlczjy.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.ui",
3
- "version": "1.3.39",
3
+ "version": "1.3.40",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.13",
7
- "@milaboratories/milaboratories.ui-examples.model": "1.1.20",
7
+ "@milaboratories/milaboratories.ui-examples.model": "1.1.21",
8
8
  "@platforma-sdk/model": "^1.22.59"
9
9
  },
10
10
  "devDependencies": {
@@ -23,7 +23,7 @@ const create = async () => {
23
23
  <template>
24
24
  <PlBlockPage>
25
25
  <template #title>
26
- Add dynamic section
26
+ Add dynamic section (name it "Error" to trigger an error in block model sections)
27
27
  </template>
28
28
  <PlRow>
29
29
  <PlContainer width="400px">
@@ -45,7 +45,7 @@ const $ = {
45
45
  <PlBlockPage style="max-width: 100%">
46
46
  <PlTextField
47
47
  v-model:model-value="numbers"
48
- label="Enter numbers (as comma-separated string, non-numbers to trigger an error)"
48
+ label="Enter numbers (as comma-separated string, non-numbers to trigger an error, 5 numbers to trigger an error in block title and argsValid)"
49
49
  />
50
50
  <PlAlert v-if="app.error" type="error">
51
51
  {{ app.error }}