@caido-utils/components 0.4.0 → 0.4.1

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.
@@ -46,6 +46,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_With
46
46
  item: any;
47
47
  value: any;
48
48
  }) => any) | undefined;
49
+ } & {
50
+ empty?: (props: {}) => any;
49
51
  }>;
50
52
  export default _default;
51
53
  type __VLS_WithDefaults<P, D> = {
@@ -292,6 +292,9 @@ const columnPt = {
292
292
  />
293
293
  </template>
294
294
  </Column>
295
+ <template v-if="$slots.empty" #empty>
296
+ <slot name="empty" />
297
+ </template>
295
298
  </DataTable>
296
299
  </div>
297
300
  </template>
@@ -46,6 +46,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_With
46
46
  item: any;
47
47
  value: any;
48
48
  }) => any) | undefined;
49
+ } & {
50
+ empty?: (props: {}) => any;
49
51
  }>;
50
52
  export default _default;
51
53
  type __VLS_WithDefaults<P, D> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caido-utils/components",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"