@platforma-sdk/ui-vue 1.5.38 → 1.5.42
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 +17 -0
- package/dist/lib.js +9038 -8851
- package/dist/lib.umd.cjs +64 -64
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts +3 -1
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/types.d.ts +19 -15
- package/dist/src/components/PlAgDataTable/types.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +13 -11
- package/src/assets/block.scss +3 -2
- package/src/assets/ui.scss +0 -1
- package/src/components/PlAgDataTable/PlAgDataTable.vue +118 -31
- package/src/components/PlAgDataTable/sources/table-source.ts +155 -51
- package/src/components/PlAgDataTable/types.ts +20 -15
- package/src/assets/file-dialog.scss +0 -181
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.5.42
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4628369: fix new sass nesting rules
|
|
8
|
+
- Updated dependencies [4628369]
|
|
9
|
+
- @milaboratories/uikit@1.2.18
|
|
10
|
+
|
|
11
|
+
## 1.5.40
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 13013ee: PlAdDataTable auto-join label-columns
|
|
16
|
+
- Updated dependencies [13013ee]
|
|
17
|
+
- @platforma-sdk/model@1.5.40
|
|
18
|
+
- @milaboratories/uikit@1.2.17
|
|
19
|
+
|
|
3
20
|
## 1.5.38
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|