@milaboratories/milaboratories.ui-examples.ui 1.3.38 → 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,7 +4,7 @@
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-B34xsmW5.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-CEqxz-Vj.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-DWAlczjy.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.ui",
3
- "version": "1.3.38",
3
+ "version": "1.3.39",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.13",
@@ -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');