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/{Image-CI35GQJh.cjs → Image-BPcE12gU.cjs} +1 -1
- package/dist/{Image-BythEdJc.js → Image-BU_5eHO2.js} +1 -1
- package/dist/blocks/index.cjs.js +1 -1
- package/dist/blocks/index.es.js +3 -3
- package/dist/parseFileSize.util-DE7Sk0nR.cjs +1 -0
- package/dist/parseFileSize.util-EJk-rAI5.js +55 -0
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +88 -87
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +2240 -2228
- package/dist/rekaUI.d.ts +9 -0
- package/dist/ru-DQ91TLXh.js +742 -0
- package/dist/ru-aZ6Jw9om.cjs +1 -0
- package/dist/{uploadFile.util-DCFkx3w3.cjs → uploadFile.util-B_xj5G6-.cjs} +1 -1
- package/dist/{uploadFile.util-DhavPrlY.js → uploadFile.util-vuFr0xb6.js} +1 -1
- package/dist/utils/index.cjs.js +1 -1
- package/dist/utils/index.es.js +23 -22
- package/package.json +2 -2
- package/dist/parseFileSize.util-Bg1rLRLQ.cjs +0 -1
- package/dist/parseFileSize.util-CxVk4CvB.js +0 -785
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"]>;
|