@milaboratories/milaboratories.ui-examples.ui 1.3.33 → 1.3.35

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/dist/index.html CHANGED
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta http-equiv="Content-Security-Policy" content="script-src 'self' blob:">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <script type="module" crossorigin src="./assets/index-Dx2p5uyS.js"></script>
8
- <link rel="stylesheet" crossorigin href="./assets/index-ObHJBe-Q.css">
7
+ <script type="module" crossorigin src="./assets/index-D8b88Naq.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-DBOmIoaJ.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="app"></div>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.ui",
3
- "version": "1.3.33",
3
+ "version": "1.3.35",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.13",
7
- "@milaboratories/milaboratories.ui-examples.model": "1.1.18",
7
+ "@milaboratories/milaboratories.ui-examples.model": "1.1.19",
8
8
  "@platforma-sdk/model": "^1.22.18"
9
9
  },
10
10
  "devDependencies": {
@@ -17,8 +17,8 @@
17
17
  "ag-grid-enterprise": "^33.0.4",
18
18
  "ag-grid-vue3": "^33.0.4",
19
19
  "rollup-plugin-sourcemaps2": "^0.4.3",
20
- "@milaboratories/helpers": "^1.6.11",
21
- "@platforma-sdk/ui-vue": "^1.22.39"
20
+ "@platforma-sdk/ui-vue": "^1.22.52",
21
+ "@milaboratories/helpers": "^1.6.11"
22
22
  },
23
23
  "scripts": {
24
24
  "dev": "vite",
@@ -46,6 +46,10 @@ const columns = ref<PTableColumnSpec[]>([]);
46
46
  show-columns-panel
47
47
  show-export-button
48
48
  @columns-changed="(newColumns) => (columns = newColumns)"
49
- />
49
+ >
50
+ <template #before-sheets>
51
+ Table controls could be placed here
52
+ </template>
53
+ </PlAgDataTable>
50
54
  </PlBlockPage>
51
55
  </template>