vueless 0.0.497 → 0.0.499

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.497",
3
+ "version": "0.0.499",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
package/types.ts CHANGED
@@ -7,6 +7,7 @@ import UBadgeDefaultConfig from "./ui.text-badge/config.ts";
7
7
  import UCalendarDefaultConfig from "./ui.form-calendar/config.ts";
8
8
  import UDatePickerConfig from "./ui.form-date-picker/config.ts";
9
9
  import UDatePickerRangeConfig from "./ui.form-date-picker-range/config.ts";
10
+ import UDataTableConfig from "./ui.data-table/config.ts";
10
11
 
11
12
  import type { ComputedRef, MaybeRef, Ref } from "vue";
12
13
  import type { Props } from "tippy.js";
@@ -119,6 +120,7 @@ export interface Components {
119
120
  UCalendar?: Partial<typeof UCalendarDefaultConfig>;
120
121
  UDatePicker?: Partial<typeof UDatePickerConfig>;
121
122
  UDatePickerRange?: Partial<typeof UDatePickerRangeConfig>;
123
+ UTable?: Partial<typeof UDataTableConfig>;
122
124
  }
123
125
 
124
126
  export interface Directives {