overview-components 1.1.104 → 1.1.105

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.
@@ -1933,9 +1933,9 @@ export class LitDataGridTanstack extends LitElement {
1933
1933
  </div>
1934
1934
  ${rows.length < 1 && !this.isLoading
1935
1935
  ? html ` <div class="data-grid__empty">
1936
- <div style="max-height: 7.125rem; max-width: 7.125rem">
1936
+ <slot name="empty" style="max-height: 7.125rem; max-width: 7.125rem">
1937
1937
  <not-found></not-found>
1938
- </div>
1938
+ </slot>
1939
1939
  <div class="data-grid__empty-text">${msg('Nic dalšího tu není')}</div>
1940
1940
  </div>`
1941
1941
  : null}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overview-components",
3
- "version": "1.1.104",
3
+ "version": "1.1.105",
4
4
  "description": "A reusable design Lit components for case overview section.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",