@platforma-sdk/ui-vue 1.4.0 → 1.4.1
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 +10 -0
- package/dist/lib.js +30599 -30523
- package/dist/lib.umd.cjs +91 -91
- package/dist/src/aggrid.d.ts +2 -0
- package/dist/src/aggrid.d.ts.map +1 -0
- package/dist/src/composition/fileContent.d.ts +27 -0
- package/dist/src/composition/fileContent.d.ts.map +1 -0
- package/dist/src/defineApp.d.ts.map +1 -1
- package/dist/src/lib.d.ts +1 -0
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/src/aggrid.ts +11 -0
- package/src/composition/fileContent.ts +88 -0
- package/src/defineApp.ts +3 -0
- package/src/lib.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 21a9b9c: Automatic AGGrid license injection & Reactive file content helper
|
|
8
|
+
- c9d051f: getContentString for ReactiveFileContent
|
|
9
|
+
- Updated dependencies [3c85025]
|
|
10
|
+
- @platforma-sdk/model@1.2.30
|
|
11
|
+
- @milaboratories/uikit@1.2.13
|
|
12
|
+
|
|
3
13
|
## 1.4.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|