@platforma-sdk/ui-vue 1.30.7 → 1.30.13
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 +21 -0
- package/dist/lib.js +3500 -3484
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +13 -13
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/AgGridVue/useAgGridOptions.d.ts +16 -2
- package/dist/src/AgGridVue/useAgGridOptions.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts.map +1 -1
- package/dist/src/plugins/Monetization/MonetizationSidebar.vue.d.ts.map +1 -1
- package/dist/src/plugins/Monetization/useInfo.d.ts +2 -2
- package/dist/src/plugins/Monetization/validation.d.ts +10 -10
- package/dist/src/plugins/Monetization/validation.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/AgGridVue/useAgGridOptions.ts +43 -16
- package/src/components/PlAgDataTable/sources/table-source-v2.ts +1 -1
- package/src/components/PlAgDataTable/sources/table-source.ts +6 -4
- package/src/plugins/Monetization/MonetizationSidebar.vue +7 -1
- package/src/plugins/Monetization/useInfo.ts +5 -5
- package/src/plugins/Monetization/validation.ts +1 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.30.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 48ed1cc: show texts for "inactive" status and when mnzInfo output is not yet resolved (show "Waiting for monetization information")
|
|
8
|
+
|
|
9
|
+
## 1.30.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8c3b22b: PlAgDataTable - Skip duplicating label columns
|
|
14
|
+
- Updated dependencies [8c3b22b]
|
|
15
|
+
- @platforma-sdk/model@1.30.11
|
|
16
|
+
- @milaboratories/uikit@2.2.72
|
|
17
|
+
|
|
18
|
+
## 1.30.10
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 764ea86: useAgGridOptions: add "loadingText" option, fully ignore "loadingOverlayComponentParams" completely (show warning if used)
|
|
23
|
+
|
|
3
24
|
## 1.30.7
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|