prlg-ui 1.8.226 → 1.8.228

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';
@@ -113,6 +116,8 @@ import { PopoverTrigger } from 'reka-ui';
113
116
  import { PublicProps } from 'vue';
114
117
  import { RadioGroupItemProps } from 'reka-ui';
115
118
  import { RadioGroupRoot } from 'reka-ui';
119
+ import { RendererElement } from 'vue';
120
+ import { RendererNode } from 'vue';
116
121
  import { RouteLocationRaw } from 'vue-router';
117
122
  import { RowSelectionState } from '@tanstack/vue-table';
118
123
  import { SortingState } from '@tanstack/vue-table';
@@ -134,6 +139,7 @@ import { TooltipPortal } from 'reka-ui';
134
139
  import { TooltipProvider } from 'reka-ui';
135
140
  import { TooltipRoot } from 'reka-ui';
136
141
  import { TooltipTrigger } from 'reka-ui';
142
+ import { VNode } from 'vue';
137
143
 
138
144
  declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
139
145
 
@@ -1471,6 +1477,8 @@ export declare const Checkbox: __VLS_WithTemplateSlots_17<typeof __VLS_component
1471
1477
 
1472
1478
  export { ColumnDef }
1473
1479
 
1480
+ export { ConfigType }
1481
+
1474
1482
  export { createColumnHelper }
1475
1483
 
1476
1484
  export declare const DataTable: DefineComponent<IDataTableProps<any>,
@@ -1603,6 +1611,10 @@ export { DateRangePickerRoot }
1603
1611
 
1604
1612
  export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1605
1613
 
1614
+ export { Dayjs }
1615
+
1616
+ export { dayjs }
1617
+
1606
1618
  export declare const DialogActions: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1607
1619
 
1608
1620
  export declare const DialogContent: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
@@ -1841,7 +1853,9 @@ export { PopoverTrigger }
1841
1853
  *
1842
1854
  * Функция будет возвращаться HTML строку <span>11000.<small>00</small>₽</span>
1843
1855
  */
1844
- export declare const priceFormat: (price: string | number) => string;
1856
+ export declare const priceFormat: (price: string | number, returnHtml?: boolean) => string | VNode<RendererNode, RendererElement, {
1857
+ [key: string]: any;
1858
+ }>;
1845
1859
 
1846
1860
  export declare const RadioGroupItem: DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1847
1861