@milaboratories/milaboratories.ui-examples.ui 1.3.37 → 1.3.39

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-CWDk_r34.js"></script>
8
- <link rel="stylesheet" crossorigin href="./assets/index-DzFme_A9.css">
7
+ <script type="module" crossorigin src="./assets/index-CEqxz-Vj.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-DWAlczjy.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.ui",
3
- "version": "1.3.37",
3
+ "version": "1.3.39",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.13",
@@ -16,8 +16,8 @@
16
16
  "zod": "~3.23.8",
17
17
  "ag-grid-enterprise": "^33.0.4",
18
18
  "ag-grid-vue3": "^33.0.4",
19
- "rollup-plugin-sourcemaps2": "^0.4.3",
20
- "@platforma-sdk/ui-vue": "^1.22.59",
19
+ "rollup-plugin-sourcemaps2": "^0.5.0",
20
+ "@platforma-sdk/ui-vue": "^1.22.82",
21
21
  "@milaboratories/helpers": "^1.6.11"
22
22
  },
23
23
  "scripts": {
@@ -148,7 +148,7 @@ const { gridOptions, gridApi } = useAgGridOptions<Row>(({ column }) => {
148
148
  params: { value: cellData.value },
149
149
  };
150
150
  },
151
- headerComponentParams: { type: 'Text' },
151
+ headerComponentParams: { type: 'Progress' },
152
152
  }), // But you could use builder
153
153
  {
154
154
  field: 'stacked_bar',
@@ -219,7 +219,7 @@ const { gridOptions, gridApi } = useAgGridOptions<Row>(({ column }) => {
219
219
  loadingOverlayType: isOverlayTransparent.value ? 'transparent' : undefined,
220
220
  notReady: notReady.value,
221
221
  notReadyText: 'I am not ready(',
222
- // noRowsText: 'No rows(',
222
+ noRowsText: 'No rows text (custom, default is "Empty")',
223
223
  rowData: hasRows.value ? result.value : [],
224
224
  onRowDoubleClicked: (_e) => {
225
225
  alert('Example "Open" button was clicked');