@platforma-sdk/ui-vue 1.8.0 → 1.8.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/CHANGELOG.md +15 -0
- package/dist/lib.js +10 -7
- package/dist/lib.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/BlockLayout.vue +1 -1
- package/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5df9d1a: fixed styles and messages by default showErrorsNotification will be true
|
|
8
|
+
- Updated dependencies [5df9d1a]
|
|
9
|
+
- @milaboratories/uikit@2.0.13
|
|
10
|
+
|
|
11
|
+
## 1.8.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [09f0974]
|
|
16
|
+
- @milaboratories/uikit@2.0.12
|
|
17
|
+
|
|
3
18
|
## 1.8.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/lib.js
CHANGED
|
@@ -6011,7 +6011,7 @@ const yC = /* @__PURE__ */ Va(vC, [["render", bC]]), wC = { key: 0 }, _C = ["tab
|
|
|
6011
6011
|
default: je(() => [
|
|
6012
6012
|
(w(!0), C(nt, null, vt(c.value, (h, f) => (w(), C("div", {
|
|
6013
6013
|
key: f,
|
|
6014
|
-
class: ye(["ui-btn-group__option", { active: d.modelValue === h.value }]),
|
|
6014
|
+
class: ye(["ui-btn-group__option text-s", { active: d.modelValue === h.value }]),
|
|
6015
6015
|
tabindex: d.modelValue === h.value || d.disabled ? void 0 : 0,
|
|
6016
6016
|
onKeydown: nn((x) => o(h.value), ["enter"]),
|
|
6017
6017
|
onClick: (x) => o(h.value)
|
|
@@ -13140,16 +13140,19 @@ const SO = /* @__PURE__ */ Jc(xO, [["render", CO]]), TO = { class: "pl-app-notif
|
|
|
13140
13140
|
closable: ""
|
|
13141
13141
|
}, {
|
|
13142
13142
|
actions: je(() => [
|
|
13143
|
-
Pe(j(
|
|
13144
|
-
|
|
13143
|
+
Pe(j(rh), {
|
|
13144
|
+
icon: "arrow-right",
|
|
13145
|
+
onClick: o
|
|
13146
|
+
}, {
|
|
13145
13147
|
default: je(() => d[3] || (d[3] = [
|
|
13146
|
-
L("
|
|
13148
|
+
L("See errors")
|
|
13147
13149
|
])),
|
|
13148
13150
|
_: 1
|
|
13149
|
-
})
|
|
13151
|
+
}),
|
|
13152
|
+
Pe(j(H2))
|
|
13150
13153
|
]),
|
|
13151
13154
|
default: je(() => [
|
|
13152
|
-
d[4] || (d[4] = L("
|
|
13155
|
+
d[4] || (d[4] = L(" Some outputs have errors. "))
|
|
13153
13156
|
]),
|
|
13154
13157
|
_: 1
|
|
13155
13158
|
}, 8, ["modelValue"])
|
|
@@ -13172,7 +13175,7 @@ const SO = /* @__PURE__ */ Jc(xO, [["render", CO]]), TO = { class: "pl-app-notif
|
|
|
13172
13175
|
}
|
|
13173
13176
|
}), l = T(() => e.loaded ? e.useApp() : void 0), c = T(() => l.value ? l.value.model.outputErrors : {}), d = T(() => {
|
|
13174
13177
|
var g;
|
|
13175
|
-
return (g = l.value) == null ? void 0 : g.showErrorsNotification;
|
|
13178
|
+
return ((g = l.value) == null ? void 0 : g.showErrorsNotification) ?? !0;
|
|
13176
13179
|
});
|
|
13177
13180
|
return (g, h) => (w(), C("div", EO, [
|
|
13178
13181
|
j(e).error ? (w(), C("div", LO, se(j(e).error), 1)) : j(e).loaded ? o.value ? (w(), _e(Dc(o.value), { key: i.value })) : (w(), _e(_O, { key: 3 })) : (w(), _e(SO, { key: 1 }, {
|