@platforma-sdk/ui-vue 1.21.18 → 1.21.20
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 +9 -0
- package/dist/lib.js +3 -3
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +3 -3
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/PlAgCellProgress/PlAgCellProgress.vue +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.21.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 32966e6: [desktop] Custom design for “+ add graph“ etc. sections
|
|
8
|
+
- Updated dependencies [32966e6]
|
|
9
|
+
- @milaboratories/uikit@2.2.45
|
|
10
|
+
- @platforma-sdk/model@1.21.20
|
|
11
|
+
|
|
3
12
|
## 1.21.18
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/lib.js
CHANGED
|
@@ -3399,7 +3399,7 @@ const Vk = Kn.object({
|
|
|
3399
3399
|
label: Kn.string()
|
|
3400
3400
|
});
|
|
3401
3401
|
Kn.array(Vk);
|
|
3402
|
-
const Bk = "1.21.
|
|
3402
|
+
const Bk = "1.21.20";
|
|
3403
3403
|
function el() {
|
|
3404
3404
|
return Dk({ sdkVersion: Bk });
|
|
3405
3405
|
}
|
|
@@ -5569,7 +5569,7 @@ function DS(r, e) {
|
|
|
5569
5569
|
reset: u
|
|
5570
5570
|
});
|
|
5571
5571
|
}
|
|
5572
|
-
const VS = "
|
|
5572
|
+
const VS = "_component_1prpy_1", BS = "_container_1prpy_15", MS = "_error_1prpy_69", sc = {
|
|
5573
5573
|
component: VS,
|
|
5574
5574
|
container: BS,
|
|
5575
5575
|
error: MS
|
|
@@ -19115,7 +19115,7 @@ const FP = /* @__PURE__ */ ie({
|
|
|
19115
19115
|
},
|
|
19116
19116
|
setup(r) {
|
|
19117
19117
|
const e = r;
|
|
19118
|
-
return
|
|
19118
|
+
return (t, i) => (v(), de(w(W2), Bc(Wh(e.params)), null, 16));
|
|
19119
19119
|
}
|
|
19120
19120
|
}), UP = { class: "pl-ag-cell-status-tag d-flex align-center" }, m3 = /* @__PURE__ */ ie({
|
|
19121
19121
|
__name: "PlAgCellStatusTag",
|