@platforma-sdk/ui-vue 1.10.5 → 1.10.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.10.5",
3
+ "version": "1.10.9",
4
4
  "type": "module",
5
5
  "main": "dist/lib.umd.cjs",
6
6
  "module": "dist/lib.js",
@@ -37,7 +37,7 @@
37
37
  "@ag-grid-community/theming": "^32.3.3",
38
38
  "@ag-grid-enterprise/side-bar": "^32.3.3",
39
39
  "@ag-grid-enterprise/column-tool-panel": "^32.3.3",
40
- "@milaboratories/uikit": "^2.2.3",
40
+ "@milaboratories/uikit": "^2.2.5",
41
41
  "@platforma-sdk/model": "^1.10.2"
42
42
  },
43
43
  "devDependencies": {
@@ -471,7 +471,16 @@ watch(
471
471
  </div>
472
472
  </template>
473
473
 
474
- <style lang="css" scoped>
474
+ <style lang="css">
475
+ /*Delete after implementing the custom column button*/
476
+ .ag-column-select-list {
477
+ border-left: 1px solid var(--border-color-div-grey);
478
+ }
479
+ /*Delete after implementing the custom column button*/
480
+ .ag-side-buttons {
481
+ border-left: 1px solid var(--border-color-div-grey);
482
+ }
483
+
475
484
  .ap-ag-data-table-container {
476
485
  display: flex;
477
486
  flex-direction: column;