@platforma-sdk/ui-vue 1.3.10 → 1.3.12
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 +1672 -1656
- package/dist/lib.umd.cjs +53 -53
- package/dist/src/components/PlAgDataTable/OverlayLoading.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/OverlayNoRows.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/types.d.ts +4 -2
- 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 +2 -2
- package/src/components/PlAgDataTable/OverlayLoading.vue +2 -0
- package/src/components/PlAgDataTable/OverlayNoRows.vue +1 -0
- package/src/components/PlAgDataTable/PlAgDataTable.vue +9 -10
- package/src/components/PlAgDataTable/sources/table-source.ts +21 -4
- package/src/components/PlAgDataTable/types.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.3.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6994f68: upgrade playground for ui-vue
|
|
8
|
+
|
|
9
|
+
## 1.3.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 838493b: PlAgDataTable: fixed state type, display label-columns in place of labeled axes
|
|
14
|
+
- Updated dependencies [838493b]
|
|
15
|
+
- @platforma-sdk/model@1.2.28
|
|
16
|
+
- @milaboratories/uikit@1.2.7
|
|
17
|
+
|
|
3
18
|
## 1.3.10
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|