@platforma-sdk/ui-vue 1.21.18 → 1.21.21
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 +5 -5
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +6 -6
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/components/PlAgCellProgress/PlAgCellProgress.vue +0 -2
- package/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue +4 -2
- package/src/components/PlAgGridColumnManager/pl-ag-grid-column-manager.scss +10 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.21.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 93b8d8d: fix styles
|
|
8
|
+
|
|
9
|
+
## 1.21.20
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 32966e6: [desktop] Custom design for “+ add graph“ etc. sections
|
|
14
|
+
- Updated dependencies [32966e6]
|
|
15
|
+
- @milaboratories/uikit@2.2.45
|
|
16
|
+
- @platforma-sdk/model@1.21.20
|
|
17
|
+
|
|
3
18
|
## 1.21.18
|
|
4
19
|
|
|
5
20
|
### 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
|
|
@@ -18579,7 +18579,7 @@ const El = vx(), CP = ["onClick"], SP = {
|
|
|
18579
18579
|
}, [
|
|
18580
18580
|
(v(!0), b(je, null, st(i.value, (h) => (v(), b("div", {
|
|
18581
18581
|
key: h.getId(),
|
|
18582
|
-
class: "pl-ag-columns__item"
|
|
18582
|
+
class: ne([{ pinned: h.getColDef().lockPosition }, "pl-ag-columns__item"])
|
|
18583
18583
|
}, [
|
|
18584
18584
|
O("div", {
|
|
18585
18585
|
class: ne([{ handle: !h.getColDef().lockPosition }, "pl-ag-columns__drag"])
|
|
@@ -18611,7 +18611,7 @@ const El = vx(), CP = ["onClick"], SP = {
|
|
|
18611
18611
|
h.getColDef().lockPosition ? (v(), b("div", SP, [
|
|
18612
18612
|
fe(w(Ot), { name: "pin" })
|
|
18613
18613
|
])) : K("", !0)
|
|
18614
|
-
]))), 128))
|
|
18614
|
+
], 2))), 128))
|
|
18615
18615
|
]))
|
|
18616
18616
|
]),
|
|
18617
18617
|
_: 1
|
|
@@ -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",
|