@platforma-sdk/ui-vue 1.17.2 → 1.17.5
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 +14 -0
- package/dist/lib.js +2594 -2576
- package/dist/lib.umd.cjs +27 -27
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts +2 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts +2 -2
- package/dist/src/components/PlAgDataTable/sources/table-source.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 +3 -3
- package/src/components/PlAgDataTable/PlAgDataTable.vue +2 -1
- package/src/components/PlAgDataTable/sources/table-source.ts +22 -4
- package/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue +4 -1
- package/src/components/PlAgGridColumnManager/pl-ag-grid-column-manager.scss +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.17.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 994ea52: fixed styles
|
|
8
|
+
|
|
9
|
+
## 1.17.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ec69dca: added support PlAgTextAndButtonCell for axis and fixed styles
|
|
14
|
+
- Updated dependencies [ec69dca]
|
|
15
|
+
- @milaboratories/uikit@2.2.28
|
|
16
|
+
|
|
3
17
|
## 1.17.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|