prlg-ui 1.8.227 → 1.8.229

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/rekaUI.d.ts CHANGED
@@ -29,6 +29,7 @@ import { Component } from 'vue';
29
29
  import { ComponentOptionsMixin } from 'vue';
30
30
  import { ComponentProvideOptions } from 'vue';
31
31
  import { ComputedRef } from 'vue';
32
+ import { ConfigType } from 'dayjs';
32
33
  import { createColumnHelper } from '@tanstack/vue-table';
33
34
  import { DatePickerAnchor } from 'reka-ui';
34
35
  import { DatePickerCalendar } from 'reka-ui';
@@ -65,6 +66,8 @@ import { DateRangePickerNextProps } from 'reka-ui';
65
66
  import { DateRangePickerPrevProps } from 'reka-ui';
66
67
  import { default as DateRangePickerRoot } from './DateRangePickerRoot';
67
68
  import { DateRangePickerTriggerProps } from 'reka-ui';
69
+ import { Dayjs } from 'dayjs';
70
+ import { default as dayjs } from 'dayjs';
68
71
  import { DefineComponent } from 'vue';
69
72
  import { DialogCloseProps } from 'reka-ui';
70
73
  import { DialogContentProps } from 'reka-ui';
@@ -1474,6 +1477,8 @@ export declare const Checkbox: __VLS_WithTemplateSlots_17<typeof __VLS_component
1474
1477
 
1475
1478
  export { ColumnDef }
1476
1479
 
1480
+ export { ConfigType }
1481
+
1477
1482
  export { createColumnHelper }
1478
1483
 
1479
1484
  export declare const DataTable: DefineComponent<IDataTableProps<any>,
@@ -1606,6 +1611,10 @@ export { DateRangePickerRoot }
1606
1611
 
1607
1612
  export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1608
1613
 
1614
+ export { Dayjs }
1615
+
1616
+ export { dayjs }
1617
+
1609
1618
  export declare const DialogActions: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1610
1619
 
1611
1620
  export declare const DialogContent: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;