@hotelinking/ui 10.42.25 → 10.43.4

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.
Files changed (107) hide show
  1. package/dist/ui.cjs +1 -1
  2. package/dist/ui.d.ts +1582 -0
  3. package/dist/ui.es.js +447 -445
  4. package/package.json +18 -10
  5. package/dist/components/Atoms/uiButton/uiButton.vue.d.ts +0 -14
  6. package/dist/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +0 -18
  7. package/dist/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +0 -10
  8. package/dist/components/Atoms/uiIcon/uiIcon.vue.d.ts +0 -7
  9. package/dist/components/Atoms/uiInput/uiInput.vue.d.ts +0 -16
  10. package/dist/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +0 -10
  11. package/dist/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +0 -10
  12. package/dist/components/Atoms/uiSelect/uiSelect.vue.d.ts +0 -12
  13. package/dist/components/Atoms/uiTag/uiTag.vue.d.ts +0 -18
  14. package/dist/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +0 -18
  15. package/dist/components/Atoms/uiToggle/uiToggle.vue.d.ts +0 -39
  16. package/dist/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +0 -2
  17. package/dist/components/Molecules/uiAlert/uiAlert.vue.d.ts +0 -17
  18. package/dist/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +0 -9
  19. package/dist/components/Molecules/uiCard/uiCard.vue.d.ts +0 -19
  20. package/dist/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +0 -12
  21. package/dist/components/Molecules/uiFilter/uiFilter.vue.d.ts +0 -10
  22. package/dist/components/Molecules/uiModal/uiModal.vue.d.ts +0 -24
  23. package/dist/components/Molecules/uiNotification/uiNotification.vue.d.ts +0 -11
  24. package/dist/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +0 -3
  25. package/dist/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +0 -5
  26. package/dist/components/Organisms/uiCharts/RangeSelector.vue.d.ts +0 -14
  27. package/dist/components/Organisms/uiCharts/uiChart.vue.d.ts +0 -33
  28. package/dist/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +0 -32
  29. package/dist/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +0 -13
  30. package/dist/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +0 -9
  31. package/dist/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +0 -5
  32. package/dist/components/Organisms/uiFooter/uiFooter.vue.d.ts +0 -2
  33. package/dist/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +0 -34
  34. package/dist/components/Organisms/uiGallery/uiGallery.vue.d.ts +0 -11
  35. package/dist/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +0 -5
  36. package/dist/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +0 -9
  37. package/dist/components/Organisms/uiPagination/uiPagination.vue.d.ts +0 -24
  38. package/dist/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +0 -22
  39. package/dist/components/Organisms/uiPriceCalendar/Day.vue.d.ts +0 -14
  40. package/dist/components/Organisms/uiPriceCalendar/Price.vue.d.ts +0 -25
  41. package/dist/components/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +0 -25
  42. package/dist/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +0 -16
  43. package/dist/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +0 -9
  44. package/dist/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +0 -12
  45. package/dist/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +0 -25
  46. package/dist/components/Organisms/uiStats/uiStats.vue.d.ts +0 -9
  47. package/dist/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +0 -9
  48. package/dist/components/Organisms/uiTable/tooltip.vue.d.ts +0 -7
  49. package/dist/components/Organisms/uiTable/uiTable.vue.d.ts +0 -41
  50. package/dist/components/Organisms/uiTabs/uiTabs.vue.d.ts +0 -7
  51. package/dist/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +0 -12
  52. package/dist/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +0 -7
  53. package/dist/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +0 -20
  54. package/dist/components/index.d.ts +0 -43
  55. package/dist/index.d.ts +0 -7
  56. package/dist/types/components/Atoms/uiButton/uiButton.vue.d.ts +0 -39
  57. package/dist/types/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +0 -43
  58. package/dist/types/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +0 -33
  59. package/dist/types/components/Atoms/uiIcon/uiIcon.vue.d.ts +0 -32
  60. package/dist/types/components/Atoms/uiInput/uiInput.vue.d.ts +0 -43
  61. package/dist/types/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +0 -33
  62. package/dist/types/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +0 -33
  63. package/dist/types/components/Atoms/uiSelect/uiSelect.vue.d.ts +0 -35
  64. package/dist/types/components/Atoms/uiTag/uiTag.vue.d.ts +0 -43
  65. package/dist/types/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +0 -45
  66. package/dist/types/components/Atoms/uiToggle/uiToggle.vue.d.ts +0 -64
  67. package/dist/types/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +0 -2
  68. package/dist/types/components/Molecules/uiAlert/uiAlert.vue.d.ts +0 -40
  69. package/dist/types/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +0 -30
  70. package/dist/types/components/Molecules/uiCard/uiCard.vue.d.ts +0 -40
  71. package/dist/types/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +0 -35
  72. package/dist/types/components/Molecules/uiFilter/uiFilter.vue.d.ts +0 -33
  73. package/dist/types/components/Molecules/uiModal/uiModal.vue.d.ts +0 -49
  74. package/dist/types/components/Molecules/uiNotification/uiNotification.vue.d.ts +0 -36
  75. package/dist/types/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +0 -12
  76. package/dist/types/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +0 -26
  77. package/dist/types/components/Organisms/uiCharts/RangeSelector.vue.d.ts +0 -14
  78. package/dist/types/components/Organisms/uiCharts/uiChart.vue.d.ts +0 -66
  79. package/dist/types/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +0 -63
  80. package/dist/types/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +0 -22
  81. package/dist/types/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +0 -30
  82. package/dist/types/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +0 -26
  83. package/dist/types/components/Organisms/uiFooter/uiFooter.vue.d.ts +0 -2
  84. package/dist/types/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +0 -69
  85. package/dist/types/components/Organisms/uiGallery/uiGallery.vue.d.ts +0 -20
  86. package/dist/types/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +0 -26
  87. package/dist/types/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +0 -18
  88. package/dist/types/components/Organisms/uiPagination/uiPagination.vue.d.ts +0 -40
  89. package/dist/types/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +0 -22
  90. package/dist/types/components/Organisms/uiPriceCalendar/Day.vue.d.ts +0 -14
  91. package/dist/types/components/Organisms/uiPriceCalendar/Price.vue.d.ts +0 -25
  92. package/dist/types/components/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +0 -34
  93. package/dist/types/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +0 -37
  94. package/dist/types/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +0 -30
  95. package/dist/types/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +0 -35
  96. package/dist/types/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +0 -46
  97. package/dist/types/components/Organisms/uiStats/uiStats.vue.d.ts +0 -30
  98. package/dist/types/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +0 -30
  99. package/dist/types/components/Organisms/uiTable/tooltip.vue.d.ts +0 -7
  100. package/dist/types/components/Organisms/uiTable/uiTable.vue.d.ts +0 -66
  101. package/dist/types/components/Organisms/uiTabs/uiTabs.vue.d.ts +0 -16
  102. package/dist/types/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +0 -35
  103. package/dist/types/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +0 -16
  104. package/dist/types/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +0 -29
  105. package/dist/types/components/index.d.ts +0 -43
  106. package/dist/types/index.d.ts +0 -1183
  107. package/dist/types/types/index.d.ts +0 -1183
package/dist/ui.d.ts ADDED
@@ -0,0 +1,1582 @@
1
+ import { App } from 'vue';
2
+ import { ComponentOptionsMixin } from 'vue';
3
+ import { ComponentProvideOptions } from 'vue';
4
+ import { DefineComponent } from 'vue';
5
+ import { FileInputType } from '../../../types';
6
+ import { FunctionalComponent } from 'vue';
7
+ import { InputType } from '../../../types';
8
+ import { PublicProps } from 'vue';
9
+ import { SelectItemType as SelectItemType_2 } from '../../../types';
10
+ import { UiCheckboxType } from '../../../types';
11
+ import { UiDropdownItemType as UiDropdownItemType_2 } from '../../../types';
12
+ import { UiTagInterface as UiTagInterface_2 } from '../../../types';
13
+
14
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+
20
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
25
+
26
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+
32
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
37
+
38
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+
44
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
49
+
50
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
51
+ new (): {
52
+ $slots: S;
53
+ };
54
+ };
55
+
56
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };
61
+
62
+ declare const AllColors_2: readonly ["primary", "secondary", "light", "green", "yellow", "red", "black", "gray", "white"];
63
+
64
+ declare type AllColors = typeof AllColors_2[number];
65
+
66
+ declare const AllColors_2: readonly ["primary", "secondary", "light", "green", "yellow", "red", "black", "gray", "white"];
67
+
68
+ declare const AllSizes_2: readonly ["small", "medium", "big", "bigger", "huge", "massive"];
69
+
70
+ declare type AllSizes = typeof AllSizes_2[number];
71
+
72
+ declare const AllSizes_2: readonly ["small", "medium", "big", "bigger", "huge", "massive"];
73
+
74
+ declare const Colors_2: readonly ["primary", "secondary", "light", "green", "yellow", "red"];
75
+
76
+ declare type Colors = typeof Colors_2[number];
77
+
78
+ declare const Colors_2: readonly ["primary", "secondary", "light", "green", "yellow", "red"];
79
+
80
+ declare const _default: {
81
+ install: typeof install;
82
+ };
83
+ export default _default;
84
+
85
+ declare type InputTypes = typeof UiInputTypes[number];
86
+
87
+ declare function install(app: App): void;
88
+
89
+ declare type SelectItemType = {
90
+ /** Unique value inside the select */
91
+ id: string;
92
+ /** Name of the item */
93
+ name: string;
94
+ };
95
+
96
+ declare const Sizes_2: readonly ["small", "medium", "big"];
97
+
98
+ declare type Sizes = typeof Sizes_2[number];
99
+
100
+ declare const Sizes_2: readonly ["small", "medium", "big"];
101
+
102
+ declare type TableItemType = {
103
+ /** co unique id */
104
+ id: string | number;
105
+ /** when a row is emitted, if additional info is needed, can be put here */
106
+ emitWith?: any;
107
+ /** content, can be string, link, tag */
108
+ row: Array<string | {
109
+ /** string literal */
110
+ content: string;
111
+ /** if tag, backgroun color of tag */
112
+ color: AllColors;
113
+ /** tag, link that emits, or href link */
114
+ type?: 'tag' | 'link' | 'href';
115
+ /** content emitted if clicked on link type */
116
+ emits?: any;
117
+ /** target url of href type */
118
+ href?: string;
119
+ }>;
120
+ };
121
+
122
+ declare type TaskType = {
123
+ /** internal id of task*/
124
+ id: number;
125
+ /** name of task */
126
+ name: string;
127
+ /** task action string */
128
+ action: string;
129
+ /** task action href */
130
+ href: string;
131
+ /** task action status */
132
+ status: "Complete" | "In progress" | "Incomplete";
133
+ /** task status literal string */
134
+ statusLiteral: string;
135
+ /** task description */
136
+ description: string;
137
+ };
138
+
139
+ declare const Types_2: string[];
140
+
141
+ declare type Types = typeof Types_2[number];
142
+
143
+ declare const Types_2: string[];
144
+
145
+ export declare const uiAlert: __VLS_WithTemplateSlots_4<DefineComponent<UiAlertInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
146
+ alertEvent: (T: string) => any;
147
+ }, string, PublicProps, Readonly<UiAlertInterface> & Readonly<{
148
+ onAlertEvent?: ((T: string) => any) | undefined;
149
+ }>, {
150
+ loading: boolean;
151
+ type: string;
152
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
153
+ default?(_: {}): any;
154
+ }>;
155
+
156
+ declare interface UiAlertInterface {
157
+ /** List of possible actions that are at the bottom of the notification */
158
+ actions?: {
159
+ name: string;
160
+ event: string;
161
+ }[];
162
+ /** Notification title */
163
+ title: string;
164
+ /** Notification type */
165
+ type?: string;
166
+ /** Is loading or not */
167
+ loading?: boolean;
168
+ }
169
+
170
+ export declare const uiBreadcrumbs: DefineComponent<UiBreadcrumbsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
171
+ breadCrumbClicked: (T: string) => any;
172
+ }, string, PublicProps, Readonly<UiBreadcrumbsInterface> & Readonly<{
173
+ onBreadCrumbClicked?: ((T: string) => any) | undefined;
174
+ }>, {
175
+ loading: boolean;
176
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
177
+
178
+ declare interface UiBreadcrumbsInterface {
179
+ /** pages array */
180
+ pages: {
181
+ /** string literal */
182
+ name: string;
183
+ /** route link */
184
+ routeName: string;
185
+ /** it´s current route or not */
186
+ current?: boolean;
187
+ }[];
188
+ /** shows skeletons */
189
+ loading?: boolean;
190
+ }
191
+
192
+ export declare const uiButton: __VLS_WithTemplateSlots<DefineComponent<UiButtonInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonInterface> & Readonly<{}>, {
193
+ loading: boolean;
194
+ size: "big" | "small" | "medium";
195
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
196
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
197
+ default?(_: {}): any;
198
+ }>;
199
+
200
+ declare interface UiButtonInterface {
201
+ /** Defines if button as block class applied or not */
202
+ block?: boolean;
203
+ /** Color options (see type Colors) */
204
+ color?: Colors;
205
+ /** Button is enabled or disabled */
206
+ disabled?: boolean;
207
+ /** Defines an icon in button´s left side. As you need to import the icon directly from icons library, you must use '@heroicons/vue/24/outline' icon type */
208
+ icon?: FunctionalComponent;
209
+ /** Is in skeleton mode or not */
210
+ loading: boolean;
211
+ /** Size options (see type Sizes) */
212
+ size?: Sizes;
213
+ }
214
+
215
+ export declare const uiCard: DefineComponent<UiCardInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
216
+ cardSelected: (T: {
217
+ id: string;
218
+ name: string;
219
+ type: string;
220
+ tags: UiTagInterface_2[] | undefined;
221
+ }) => any;
222
+ }, string, PublicProps, Readonly<UiCardInterface> & Readonly<{
223
+ onCardSelected?: ((T: {
224
+ id: string;
225
+ name: string;
226
+ type: string;
227
+ tags: UiTagInterface_2[] | undefined;
228
+ }) => any) | undefined;
229
+ }>, {
230
+ loading: boolean;
231
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
232
+
233
+ declare interface UiCardInterface {
234
+ /** card id */
235
+ id: string;
236
+ /** card title */
237
+ name: string;
238
+ /** card subtitle */
239
+ type: string;
240
+ /** array of tags */
241
+ tags?: UiTagInterface[];
242
+ /** logo url string */
243
+ logo: string;
244
+ /** show skeleton */
245
+ loading: boolean;
246
+ }
247
+
248
+ export declare const uiChart: DefineComponent<UiChartInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
249
+ selectedRange: (T: {
250
+ range: {
251
+ from: string | Date;
252
+ to: string | Date;
253
+ };
254
+ chartId: string;
255
+ }) => any;
256
+ chartUpdated: () => any;
257
+ dataPointSelection: (T: any) => any;
258
+ maximizeChart: (T: string) => any;
259
+ }, string, PublicProps, Readonly<UiChartInterface> & Readonly<{
260
+ onSelectedRange?: ((T: {
261
+ range: {
262
+ from: string | Date;
263
+ to: string | Date;
264
+ };
265
+ chartId: string;
266
+ }) => any) | undefined;
267
+ onChartUpdated?: (() => any) | undefined;
268
+ onDataPointSelection?: ((T: any) => any) | undefined;
269
+ onMaximizeChart?: ((T: string) => any) | undefined;
270
+ }>, {
271
+ loading: boolean;
272
+ type: "area" | "line" | "bar" | "scatter";
273
+ id: string;
274
+ empty: boolean;
275
+ horizontal: boolean;
276
+ stacked: boolean;
277
+ height: number;
278
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
279
+
280
+ declare interface UiChartInterface {
281
+ /** uiCircleChart sections labels */
282
+ labels?: string[];
283
+ /** default date ranges */
284
+ dates?: {
285
+ from: Date | string;
286
+ to: Date | string;
287
+ };
288
+ /** chart title */
289
+ title: string;
290
+ /** chart is Net promoter score */
291
+ isNps?: boolean;
292
+ /** nps string literals */
293
+ npsLiterals?: {
294
+ unhappy: string;
295
+ neutral: string;
296
+ happy: string;
297
+ };
298
+ /** chart id */
299
+ id: string;
300
+ /** chart type (NOT USED in uiCircleChart && uiFunnelChartV2) */
301
+ type?: "area" | "line" | "bar" | "scatter";
302
+ /** chart series and if different type, type */
303
+ series: {
304
+ name: string;
305
+ type?: "area" | "line" | "bar" | "scatter";
306
+ data: number[];
307
+ }[];
308
+ /** chart options (NOT USED in uiCircleChart) */
309
+ options?: {
310
+ xaxis: {
311
+ type: string;
312
+ max?: number;
313
+ categories: string[];
314
+ };
315
+ };
316
+ /** show skeleton */
317
+ loading?: boolean;
318
+ /** if chart has no data */
319
+ empty?: boolean;
320
+ /** show data in this range */
321
+ range?: "24h" | "7d" | "1m" | "3m" | "all";
322
+ /** horizontal or vertical (for columns) (NOT USED in uiCircleChart && uiFunnelChartV2) */
323
+ horizontal?: boolean;
324
+ /** columns are stacked (NOT USED in uiCircleChart && uiFunnelChartV2) */
325
+ stacked?: boolean;
326
+ /** if charts needs a custom height */
327
+ height?: number;
328
+ /** draw a line (check score objetive) (NOT USED in uiCircleChart && uiFunnelChartV2) */
329
+ annotations?: {
330
+ text: string;
331
+ high: number;
332
+ };
333
+ }
334
+
335
+ export declare const uiCheckbox: __VLS_WithTemplateSlots_2<DefineComponent<UiCheckboxInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
336
+ checkboxChanged: (checkbox: UiCheckboxType) => any;
337
+ }, string, PublicProps, Readonly<UiCheckboxInterface> & Readonly<{
338
+ onCheckboxChanged?: ((checkbox: UiCheckboxType) => any) | undefined;
339
+ }>, {
340
+ disabled: boolean;
341
+ loading: boolean;
342
+ check: boolean;
343
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
344
+ default?(_: {}): any;
345
+ }>;
346
+
347
+ declare interface UiCheckboxInterface {
348
+ /** Is checked or not */
349
+ check?: boolean;
350
+ /** Is disabled or not */
351
+ disabled?: boolean;
352
+ /** Is loading or not */
353
+ loading: boolean;
354
+ /** Internal value of checkbox */
355
+ value: string;
356
+ /** To be used in UiSidebarV2 */
357
+ text?: string;
358
+ }
359
+
360
+ export declare const uiCircleChart: DefineComponent<UiChartInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
361
+ selectedRange: (T: {
362
+ range: {
363
+ from: string | Date;
364
+ to: string | Date;
365
+ };
366
+ chartId: string;
367
+ }) => any;
368
+ chartUpdated: () => any;
369
+ dataPointSelection: (T: any) => any;
370
+ maximizeChart: (T: string) => any;
371
+ }, string, PublicProps, Readonly<UiChartInterface> & Readonly<{
372
+ onSelectedRange?: ((T: {
373
+ range: {
374
+ from: string | Date;
375
+ to: string | Date;
376
+ };
377
+ chartId: string;
378
+ }) => any) | undefined;
379
+ onChartUpdated?: (() => any) | undefined;
380
+ onDataPointSelection?: ((T: any) => any) | undefined;
381
+ onMaximizeChart?: ((T: string) => any) | undefined;
382
+ }>, {
383
+ loading: boolean;
384
+ id: string;
385
+ empty: boolean;
386
+ horizontal: boolean;
387
+ stacked: boolean;
388
+ height: number;
389
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
390
+
391
+ export declare const uiDateRange: DefineComponent<UiDateRangeInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
392
+ uiDateRangeButtonClicked: (t: {
393
+ from: string | Date;
394
+ to: string | Date;
395
+ } | undefined) => any;
396
+ }, string, PublicProps, Readonly<UiDateRangeInterface> & Readonly<{
397
+ onUiDateRangeButtonClicked?: ((t: {
398
+ from: string | Date;
399
+ to: string | Date;
400
+ } | undefined) => any) | undefined;
401
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
402
+
403
+ declare interface UiDateRangeInterface {
404
+ /** unique identifier */
405
+ id: string;
406
+ /** show skeleton */
407
+ loading?: boolean;
408
+ /** date range literal strings */
409
+ literals: {
410
+ from: string;
411
+ to: string;
412
+ search: string;
413
+ };
414
+ /** default date ranges */
415
+ values: {
416
+ from: Date | string;
417
+ to: Date | string;
418
+ };
419
+ /** date range field colors */
420
+ color?: AllColors;
421
+ /** show error message below field */
422
+ error?: string;
423
+ /** is date range disabled */
424
+ disabled?: boolean;
425
+ /** show label above date range */
426
+ label?: string;
427
+ /** fields placeholder */
428
+ placeholder?: string;
429
+ }
430
+
431
+ export declare const uiDeviceStatus: DefineComponent<UiDeviceStatusInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
432
+ deviceStatusTagClicked: (T: string | undefined) => any;
433
+ deviceStatusQtyClicked: (T: string) => any;
434
+ }, string, PublicProps, Readonly<UiDeviceStatusInterface> & Readonly<{
435
+ onDeviceStatusTagClicked?: ((T: string | undefined) => any) | undefined;
436
+ onDeviceStatusQtyClicked?: ((T: string) => any) | undefined;
437
+ }>, {
438
+ loading: boolean;
439
+ qty: number;
440
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
441
+
442
+ declare interface UiDeviceStatusInterface {
443
+ /** device id */
444
+ id: string;
445
+ /** device name */
446
+ name: string;
447
+ /** icon component from Heroicons */
448
+ icon: any;
449
+ /** icon background color */
450
+ color: AllColors;
451
+ /** device quantity */
452
+ qty: number;
453
+ /** tags array */
454
+ tags?: UiTagInterface[];
455
+ /** show skeleton */
456
+ loading: boolean;
457
+ }
458
+
459
+ export declare const uiDragAndDrop: DefineComponent<UiDragAndDropInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
460
+ dragAndDropUpdated: (T: any) => any;
461
+ }, string, PublicProps, Readonly<UiDragAndDropInterface> & Readonly<{
462
+ onDragAndDropUpdated?: ((T: any) => any) | undefined;
463
+ }>, {
464
+ loading: boolean;
465
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
466
+
467
+ declare interface UiDragAndDropInterface {
468
+ /** drag and drop array of elements */
469
+ elements: {
470
+ id: number;
471
+ name: string;
472
+ description: string;
473
+ }[];
474
+ /** show skeleton */
475
+ loading?: boolean;
476
+ }
477
+
478
+ export declare const uiDropdown: DefineComponent<UiDropdownInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
479
+ optionSelected: (v: UiDropdownItemType) => any;
480
+ }, string, PublicProps, Readonly<UiDropdownInterface> & Readonly<{
481
+ onOptionSelected?: ((v: UiDropdownItemType) => any) | undefined;
482
+ }>, {
483
+ position: "left" | "right";
484
+ loading: boolean;
485
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
486
+
487
+ declare interface UiDropdownInterface {
488
+ /** Dropdown items */
489
+ items: UiDropdownItemType[];
490
+ /** Set dropdown to left or right */
491
+ position?: "left" | "right";
492
+ /** Is disabled or not */
493
+ disabled?: boolean;
494
+ /** Top label of Dropdown */
495
+ label?: string;
496
+ /** Is loading or not */
497
+ loading: boolean;
498
+ /** Text that appears top right side of the dropdown field, that informs to user is a required field */
499
+ requiredText?: string;
500
+ }
501
+
502
+ declare type UiDropdownItemType = {
503
+ /** Name of item */
504
+ name: string;
505
+ /** Value of item */
506
+ value: string;
507
+ /** Is it active or not */
508
+ active?: boolean;
509
+ };
510
+
511
+ export declare const uiDynamicStats: DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDynamicStatsInterface> & Readonly<{}>, {
512
+ loading: boolean;
513
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
514
+
515
+ declare interface UiDynamicStatsInterface {
516
+ /** uiStat Array */
517
+ dynamicStats: UiStatsInterface["item"][];
518
+ /** show skeleton */
519
+ loading: boolean;
520
+ }
521
+
522
+ export declare const uiFilter: DefineComponent<UiFilterInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
523
+ filterSelected: (T: string) => any;
524
+ }, string, PublicProps, Readonly<UiFilterInterface> & Readonly<{
525
+ onFilterSelected?: ((T: string) => any) | undefined;
526
+ }>, {
527
+ position: "left" | "right";
528
+ loading: boolean;
529
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
530
+
531
+ declare interface UiFilterInterface {
532
+ /** items array */
533
+ items: {
534
+ /** item name */
535
+ name: string;
536
+ /** item value */
537
+ value: string;
538
+ /** is is selected or not */
539
+ active?: boolean;
540
+ }[];
541
+ /** float position of dropdown */
542
+ position?: "left" | "right";
543
+ /** label literal above filter */
544
+ label?: string;
545
+ /** show skeleton */
546
+ loading?: boolean;
547
+ }
548
+
549
+ export declare const uiFooter: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
550
+
551
+ export declare const uiFunnelChartV2: DefineComponent<UiChartInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
552
+ selectedRange: (T: {
553
+ range: {
554
+ from: string | Date;
555
+ to: string | Date;
556
+ };
557
+ chartId: string;
558
+ }) => any;
559
+ chartUpdated: () => any;
560
+ dataPointSelection: (T: any) => any;
561
+ maximizeChart: (T: string) => any;
562
+ }, string, PublicProps, Readonly<UiChartInterface> & Readonly<{
563
+ onSelectedRange?: ((T: {
564
+ range: {
565
+ from: string | Date;
566
+ to: string | Date;
567
+ };
568
+ chartId: string;
569
+ }) => any) | undefined;
570
+ onChartUpdated?: (() => any) | undefined;
571
+ onDataPointSelection?: ((T: any) => any) | undefined;
572
+ onMaximizeChart?: ((T: string) => any) | undefined;
573
+ }>, {
574
+ loading: boolean;
575
+ type: "area" | "line" | "bar" | "scatter";
576
+ id: string;
577
+ range: "24h" | "7d" | "1m" | "3m" | "all";
578
+ empty: boolean;
579
+ horizontal: boolean;
580
+ stacked: boolean;
581
+ height: number;
582
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
583
+
584
+ export declare const uiGallery: DefineComponent<UiGalleryInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
585
+ modalAction: (T: any) => any;
586
+ deleteImage: (T: any) => any;
587
+ imgClicked: (T: any) => any;
588
+ }, string, PublicProps, Readonly<UiGalleryInterface> & Readonly<{
589
+ onModalAction?: ((T: any) => any) | undefined;
590
+ onDeleteImage?: ((T: any) => any) | undefined;
591
+ onImgClicked?: ((T: any) => any) | undefined;
592
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
593
+
594
+ declare interface UiGalleryInterface {
595
+ /** unique id gallery */
596
+ galleryId: string;
597
+ /** images gallery array */
598
+ gallery: {
599
+ /** image title or file name */
600
+ title: string;
601
+ /** image size reference */
602
+ size: string;
603
+ /** image url */
604
+ source: string;
605
+ }[];
606
+ /** show skeleton */
607
+ loading?: boolean;
608
+ /** image gallery string literals */
609
+ literals: {
610
+ /** delete button string literal */
611
+ deleteAllImages: string;
612
+ /** doble opt in modal title */
613
+ modalTitle: string;
614
+ /** doble opt in modal text */
615
+ modalText: string;
616
+ /** close action string literal */
617
+ closeAction: string;
618
+ /** delete action string literal */
619
+ deleteAction: string;
620
+ };
621
+ }
622
+
623
+ export declare const uiIcon: DefineComponent<UiIconInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconInterface> & Readonly<{}>, {
624
+ loading: boolean;
625
+ size: "big" | "small" | "medium" | "bigger" | "huge" | "massive";
626
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
627
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
628
+
629
+ declare interface UiIconInterface {
630
+ /** Imported icon from '@heroicons/vue/24/outline' */
631
+ icon: FunctionalComponent;
632
+ /** Size options (see type AllSizes) */
633
+ size?: AllSizes;
634
+ /** Color options (see type AllColors) */
635
+ color?: AllColors;
636
+ /** Is loading or not */
637
+ loading: boolean;
638
+ }
639
+
640
+ export declare const uiInput: DefineComponent<UiInputInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
641
+ inputChanged: (T: InputType) => any;
642
+ rightAddOnClicked: () => any;
643
+ addOnClicked: () => any;
644
+ }, string, PublicProps, Readonly<UiInputInterface> & Readonly<{
645
+ onInputChanged?: ((T: InputType) => any) | undefined;
646
+ onRightAddOnClicked?: (() => any) | undefined;
647
+ onAddOnClicked?: (() => any) | undefined;
648
+ }>, {
649
+ loading: boolean;
650
+ type: "number" | "text" | "email" | "password" | "date" | "datetime-local";
651
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
652
+ placeholder: string;
653
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
654
+
655
+ export declare const uiInputFile: DefineComponent<UiInputFileInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
656
+ filesUploaded: (T: FileInputType) => any;
657
+ }, string, PublicProps, Readonly<UiInputFileInterface> & Readonly<{
658
+ onFilesUploaded?: ((T: FileInputType) => any) | undefined;
659
+ }>, {
660
+ loading: boolean;
661
+ icon: any;
662
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
663
+
664
+ declare interface UiInputFileInterface {
665
+ /** Name of the input field */
666
+ name: string;
667
+ /** Id of the input field */
668
+ id: string;
669
+ /** Text that appears top right side of the input field, that informs to user is a required field */
670
+ requiredText?: string;
671
+ /** Placeholder of the input field */
672
+ placeholder: string;
673
+ /** Part of text literal that makes reference to drag and drop a file inside the input field */
674
+ dragAndDrop: string;
675
+ /** Part of text literal that makes reference to file types inside the input field */
676
+ fileTypesAndSizes: string;
677
+ /** Text below the input field that shows the error */
678
+ error?: string;
679
+ /** MIME types of files that input field must accept */
680
+ accept: string;
681
+ /** Imported icon from '@heroicons/vue/24/outline' */
682
+ icon?: any;
683
+ /** Is loading or not */
684
+ loading: boolean;
685
+ /** Label in top of the input field */
686
+ label?: string;
687
+ }
688
+
689
+ declare interface UiInputInterface {
690
+ /** Label in top of the input field */
691
+ label?: string;
692
+ /** Input field type */
693
+ type?: InputTypes;
694
+ /** Name of the input field */
695
+ name: string;
696
+ /** Placeholder of the input field */
697
+ placeholder?: string;
698
+ /** Imported icon from '@heroicons/vue/24/outline' */
699
+ icon?: any;
700
+ /** Is disabled or not */
701
+ disabled?: boolean;
702
+ /** Color options (see type Colors) */
703
+ color?: AllColors;
704
+ /** Internal value of input field */
705
+ value?: string;
706
+ /** Text below the input field that shows the error */
707
+ error?: string;
708
+ /** Text that appears top right side of the input field, that informs to user is a required field */
709
+ requiredText?: string;
710
+ /** Addon text in the input field */
711
+ addOn?: string;
712
+ /** Addon text but at right side of input field */
713
+ rightAddOn?: string;
714
+ /**max value*/
715
+ max?: string | number;
716
+ /**min value*/
717
+ min?: string | number;
718
+ /** Is loading or not */
719
+ loading: boolean;
720
+ }
721
+
722
+ declare const UiInputTypes: readonly ["text", "email", "password", "number", "date", "datetime-local"];
723
+
724
+ export declare const uiLoadingScreen: DefineComponent<UiLoadScreenInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiLoadScreenInterface> & Readonly<{}>, {
725
+ fixed: boolean;
726
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
727
+
728
+ declare interface UiLoadScreenInterface {
729
+ /** title string */
730
+ title?: string;
731
+ /** message string */
732
+ message?: string;
733
+ /** not in use, only for DS purposes */
734
+ fixed?: boolean;
735
+ }
736
+
737
+ export declare const uiModal: __VLS_WithTemplateSlots_5<DefineComponent<UiModalInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
738
+ modalAction: (T: {
739
+ modal: string;
740
+ action: string;
741
+ }) => any;
742
+ }, string, PublicProps, Readonly<UiModalInterface> & Readonly<{
743
+ onModalAction?: ((T: {
744
+ modal: string;
745
+ action: string;
746
+ }) => any) | undefined;
747
+ }>, {
748
+ loading: boolean;
749
+ type: string;
750
+ open: boolean;
751
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
752
+ default?(_: {}): any;
753
+ }>;
754
+
755
+ declare interface UiModalInterface {
756
+ /** modal title */
757
+ title: string;
758
+ /** actions array */
759
+ actions: {
760
+ /** value of the action */
761
+ value: string;
762
+ /** action literal */
763
+ name: string;
764
+ }[];
765
+ /** modal name */
766
+ modalName: string;
767
+ /** show modal or not */
768
+ open: boolean;
769
+ /** modal type */
770
+ type?: Types;
771
+ /** show skeleton */
772
+ loading?: boolean;
773
+ }
774
+
775
+ export declare const uiNoResults: DefineComponent<UiNoResultsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
776
+ action: (T: string) => any;
777
+ noResultsOptionSelected: (T: UiDropdownItemType_2) => any;
778
+ }, string, PublicProps, Readonly<UiNoResultsInterface> & Readonly<{
779
+ onAction?: ((T: string) => any) | undefined;
780
+ onNoResultsOptionSelected?: ((T: UiDropdownItemType_2) => any) | undefined;
781
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
782
+
783
+ declare interface UiNoResultsInterface {
784
+ /** title string literal */
785
+ title: string;
786
+ /** message string literal */
787
+ message: string;
788
+ /** uiButtons array */
789
+ actions: {
790
+ /** action to emit when clicked */
791
+ action: string;
792
+ /** string literal */
793
+ text: string;
794
+ }[];
795
+ /** want to add more options, add items */
796
+ items: UiDropdownItemType[];
797
+ /** default selected item */
798
+ select: UiDropdownItemType;
799
+ }
800
+
801
+ export declare const uiNotification: DefineComponent<UiNotificationInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
802
+ closeNotification: () => any;
803
+ }, string, PublicProps, Readonly<UiNotificationInterface> & Readonly<{
804
+ onCloseNotification?: (() => any) | undefined;
805
+ }>, {
806
+ fixed: boolean;
807
+ type: string;
808
+ show: boolean;
809
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
810
+
811
+ declare interface UiNotificationInterface {
812
+ /** notification type */
813
+ type?: Types;
814
+ /** notification title */
815
+ title: string;
816
+ /** notification message */
817
+ message?: string;
818
+ /** not in use, only for DS purposes */
819
+ fixed: boolean;
820
+ /** show or not */
821
+ show: boolean;
822
+ }
823
+
824
+ export declare const uiPagination: __VLS_WithTemplateSlots_6<DefineComponent<UiPaginationInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
825
+ changePage: (T: number) => any;
826
+ }, string, PublicProps, Readonly<UiPaginationInterface> & Readonly<{
827
+ onChangePage?: ((T: number) => any) | undefined;
828
+ }>, {
829
+ loading: boolean;
830
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
831
+ 'test-first-button': HTMLButtonElement;
832
+ 'test-last-button': HTMLButtonElement;
833
+ }, any>, {
834
+ previous?(_: {}): any;
835
+ previous?(_: {}): any;
836
+ next?(_: {}): any;
837
+ next?(_: {}): any;
838
+ showing?(_: {}): any;
839
+ of?(_: {}): any;
840
+ }>;
841
+
842
+ declare interface UiPaginationInterface {
843
+ /** current page number */
844
+ current: number;
845
+ /** total number of pages */
846
+ total: number;
847
+ /** show skeleton */
848
+ loading?: boolean;
849
+ }
850
+
851
+ export declare const uiPriceCalendar: DefineComponent<UiPriceCalendarInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
852
+ tableAction: (t: any) => any;
853
+ dateChanged: (t: Date) => any;
854
+ changeCategoryBulkPrices: () => any;
855
+ changeCategorySelectionPrice: (t: UiRoomTypeSelectionPriceType) => any;
856
+ changeCategoryUpgradePrice: (t: UiRoomTypeSelectionPriceType) => any;
857
+ changeRoomPrice: (t: {
858
+ price: UiRoomTypeSelectionPriceType;
859
+ roomId: string;
860
+ roomName: string;
861
+ }) => any;
862
+ }, string, PublicProps, Readonly<UiPriceCalendarInterface> & Readonly<{
863
+ onTableAction?: ((t: any) => any) | undefined;
864
+ onDateChanged?: ((t: Date) => any) | undefined;
865
+ onChangeCategoryBulkPrices?: (() => any) | undefined;
866
+ onChangeCategorySelectionPrice?: ((t: UiRoomTypeSelectionPriceType) => any) | undefined;
867
+ onChangeCategoryUpgradePrice?: ((t: UiRoomTypeSelectionPriceType) => any) | undefined;
868
+ onChangeRoomPrice?: ((t: {
869
+ price: UiRoomTypeSelectionPriceType;
870
+ roomId: string;
871
+ roomName: string;
872
+ }) => any) | undefined;
873
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
874
+
875
+ declare interface UiPriceCalendarInterface {
876
+ /** show skeleton */
877
+ loading: boolean;
878
+ /** default starting date */
879
+ today: Date;
880
+ /** Is a prices table or a discounts table */
881
+ type: "prices" | "discounts";
882
+ /** currency information */
883
+ currency: {
884
+ /** currency name: ej "EUR" */
885
+ name: string;
886
+ /** currency symbol: ej "€" */
887
+ symbol: string;
888
+ };
889
+ /** listed default selection prices and upgrade prices for this category */
890
+ category: {
891
+ /** category name */
892
+ name: string;
893
+ /** array of selection prices based on date */
894
+ selectionPrices: {
895
+ date: Date;
896
+ price: number;
897
+ }[];
898
+ /** array of upgrade prices based on date */
899
+ upgradePrices: {
900
+ date: Date;
901
+ price: number;
902
+ }[];
903
+ };
904
+ /** listed rooms for this category with selection prices by date */
905
+ rooms: UiPriceCalendarRoomType[];
906
+ /** table actions based on row selections */
907
+ actions: {
908
+ /** action string literal */
909
+ name: string;
910
+ /** actino id */
911
+ id: string;
912
+ }[];
913
+ /** table literals check storybook */
914
+ literals: {
915
+ category: string;
916
+ changeInBulk: string;
917
+ pricesSelection: string;
918
+ pricesUpgrade: string;
919
+ room: string;
920
+ building: string;
921
+ floor: string;
922
+ pricesDiscount: string;
923
+ };
924
+ }
925
+
926
+ declare type UiPriceCalendarRoomType = {
927
+ /** room id */
928
+ id: string;
929
+ /** room name */
930
+ name: string;
931
+ /** building the room is in */
932
+ building: string;
933
+ /** the floor the room is in */
934
+ floor: string;
935
+ /** selection prices for this room based on dates */
936
+ selectionPrices: UiRoomTypeSelectionPriceType[];
937
+ };
938
+
939
+ export declare const uiRangeSlider: DefineComponent<UiRangeSliderInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
940
+ sliderUpdated: (T: any) => any;
941
+ }, string, PublicProps, Readonly<UiRangeSliderInterface> & Readonly<{
942
+ onSliderUpdated?: ((T: any) => any) | undefined;
943
+ }>, {
944
+ disabled: boolean;
945
+ loading: boolean;
946
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
947
+
948
+ declare interface UiRangeSliderInterface {
949
+ /** Is loading or not */
950
+ loading: boolean;
951
+ /** Is disabled or not */
952
+ disabled?: boolean;
953
+ /** Min number of the range slider */
954
+ min?: number;
955
+ /** Max number of the range slider */
956
+ max?: number;
957
+ /** Actual value or range of values of the slider */
958
+ sliderValue?: number | number[];
959
+ /** Label in top of the slider */
960
+ label: string;
961
+ /** Text that appears top right side of the input field, that informs to user is a required field */
962
+ requiredText?: string;
963
+ }
964
+
965
+ export declare const uiRightSidebar: __VLS_WithTemplateSlots_7<DefineComponent<UiRightSidebarInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
966
+ closeRightBar: () => any;
967
+ }, string, PublicProps, Readonly<UiRightSidebarInterface> & Readonly<{
968
+ onCloseRightBar?: (() => any) | undefined;
969
+ }>, {
970
+ open: boolean;
971
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
972
+ default?(_: {}): any;
973
+ }>;
974
+
975
+ declare interface UiRightSidebarInterface {
976
+ /** Sidebar title */
977
+ title?: string;
978
+ /** sidebar description or secondary text */
979
+ description?: string;
980
+ /** is sidebar open? */
981
+ open: boolean;
982
+ }
983
+
984
+ /** selection prices for this room based on dates */
985
+ declare type UiRoomTypeSelectionPriceType = {
986
+ date: Date;
987
+ price: number;
988
+ };
989
+
990
+ export declare const uiSectionTitle: DefineComponent<UiSectionTitleInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSectionTitleInterface> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
991
+
992
+ declare interface UiSectionTitleInterface {
993
+ /** section title */
994
+ title: string;
995
+ /** section description */
996
+ description?: string;
997
+ }
998
+
999
+ export declare const uiSelect: DefineComponent<UiSelectInterface, {
1000
+ handleChange: (value: SelectItemType) => void;
1001
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1002
+ selectChanged: (T: SelectItemType) => any;
1003
+ }, string, PublicProps, Readonly<UiSelectInterface> & Readonly<{
1004
+ onSelectChanged?: ((T: SelectItemType) => any) | undefined;
1005
+ }>, {
1006
+ loading: boolean;
1007
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
1008
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1009
+
1010
+ declare interface UiSelectInterface {
1011
+ /** Array of items */
1012
+ items: SelectItemType[];
1013
+ /** Label in top of the Select */
1014
+ label?: string;
1015
+ /** Text below the input field that shows the error */
1016
+ error?: string;
1017
+ /** Color options (see type AllColors) */
1018
+ color?: AllColors;
1019
+ /** Selected item */
1020
+ select: SelectItemType;
1021
+ /** Is loading or not */
1022
+ loading?: boolean;
1023
+ /** Is disabled or not */
1024
+ disabled?: boolean;
1025
+ /** Text that appears top right side of the input field, that informs to user is a required field */
1026
+ requiredText?: string;
1027
+ }
1028
+
1029
+ export declare const uiSidebar: DefineComponent<UiSidebarInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1030
+ sideBarClick: (t: string) => any;
1031
+ }, string, PublicProps, Readonly<UiSidebarInterface> & Readonly<{
1032
+ onSideBarClick?: ((t: string) => any) | undefined;
1033
+ }>, {
1034
+ loading: boolean;
1035
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1036
+
1037
+ declare interface UiSidebarInterface {
1038
+ /** navigation array */
1039
+ navigation?: {
1040
+ /** name string literal */
1041
+ name: string;
1042
+ /** icon component from Heroicons */
1043
+ icon?: any;
1044
+ /** is current sidebar item */
1045
+ current?: boolean;
1046
+ /** unique id */
1047
+ id: string;
1048
+ /** If item is parent, has children items */
1049
+ children?: {
1050
+ /** name string literal */
1051
+ name: string;
1052
+ /** unique id */
1053
+ id: string;
1054
+ /** is current sidebar item */
1055
+ current?: boolean;
1056
+ }[];
1057
+ };
1058
+ /** instead, can be a filters sidebar */
1059
+ filterNavigation?: {
1060
+ /** has search input on top */
1061
+ hasSearch?: boolean;
1062
+ /** search props */
1063
+ search?: UiInputInterface;
1064
+ /** check groups */
1065
+ items?: {
1066
+ /** check groups title */
1067
+ label: string;
1068
+ /** checkbox array */
1069
+ filters: UiCheckboxInterface[];
1070
+ }[];
1071
+ };
1072
+ /** is filter sidebar or navigation sidebar */
1073
+ isFilterNavigation?: boolean;
1074
+ /** show skeleton */
1075
+ loading?: boolean;
1076
+ /** sidebar brand logo */
1077
+ logo?: string;
1078
+ }
1079
+
1080
+ export declare const uiSidebarV2: DefineComponent<UiSidebarV2Interface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1081
+ sideBarClick: (t: string) => any;
1082
+ productBarClick: (t: string) => any;
1083
+ }, string, PublicProps, Readonly<UiSidebarV2Interface> & Readonly<{
1084
+ onSideBarClick?: ((t: string) => any) | undefined;
1085
+ onProductBarClick?: ((t: string) => any) | undefined;
1086
+ }>, {
1087
+ loading: boolean;
1088
+ isFilterNavigation: boolean;
1089
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1090
+
1091
+ declare interface UiSidebarV2Interface {
1092
+ /** navigation array */
1093
+ navigation?: {
1094
+ /** name string literal */
1095
+ name: string;
1096
+ /** icon component from Heroicons */
1097
+ icon?: any;
1098
+ /** is current sidebar item */
1099
+ current?: boolean;
1100
+ /** unique id */
1101
+ id: string;
1102
+ /** If item is parent, has children items */
1103
+ children?: {
1104
+ /** name string literal */
1105
+ name: string;
1106
+ /** unique id */
1107
+ id: string;
1108
+ /** is current sidebar item */
1109
+ current?: boolean;
1110
+ }[];
1111
+ };
1112
+ /** instead, can be a filters sidebar */
1113
+ filterNavigation?: {
1114
+ /** has search input on top */
1115
+ hasSearch?: boolean;
1116
+ /** search props */
1117
+ search?: UiInputInterface;
1118
+ /** check groups */
1119
+ items?: {
1120
+ /** check groups title */
1121
+ label: string;
1122
+ /** checkbox array */
1123
+ filters: UiCheckboxInterface[];
1124
+ }[];
1125
+ };
1126
+ /** is filter sidebar or navigation sidebar */
1127
+ isFilterNavigation?: boolean;
1128
+ /** show skeleton */
1129
+ loading?: boolean;
1130
+ /** sidebar brand logo */
1131
+ logo?: string;
1132
+ /** left sidebar with product logos */
1133
+ productsSidebar: {
1134
+ name: string;
1135
+ icon: any;
1136
+ active?: boolean;
1137
+ }[];
1138
+ }
1139
+
1140
+ export declare const uiSmartFilter: DefineComponent<UiSmartFilterInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1141
+ rightAddOnClicked: () => any;
1142
+ smartFilterSelected: (T: {
1143
+ name: string;
1144
+ value: string;
1145
+ active?: boolean | undefined;
1146
+ }[]) => any;
1147
+ smartInputChanged: (T: InputType) => any;
1148
+ smartSelectChanged: (T: SelectItemType_2[]) => any;
1149
+ smartOptionSelected: (T: UiDropdownItemType_2) => any;
1150
+ }, string, PublicProps, Readonly<UiSmartFilterInterface> & Readonly<{
1151
+ onRightAddOnClicked?: (() => any) | undefined;
1152
+ onSmartFilterSelected?: ((T: {
1153
+ name: string;
1154
+ value: string;
1155
+ active?: boolean | undefined;
1156
+ }[]) => any) | undefined;
1157
+ onSmartInputChanged?: ((T: InputType) => any) | undefined;
1158
+ onSmartSelectChanged?: ((T: SelectItemType_2[]) => any) | undefined;
1159
+ onSmartOptionSelected?: ((T: UiDropdownItemType_2) => any) | undefined;
1160
+ }>, {
1161
+ loading: boolean;
1162
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1163
+
1164
+ /** uiSmartFilter */
1165
+ declare interface UiSmartFilterInterface {
1166
+ /** Filter items */
1167
+ items: {
1168
+ /** item name */
1169
+ name: string;
1170
+ /** item value */
1171
+ value: string;
1172
+ /** is is selected or not */
1173
+ active?: boolean;
1174
+ /** for use in UiSmartFilter, it determines if input is a dropdown or input field */
1175
+ type: "uiDropdowm" | "uiInput" | "uiSelect";
1176
+ /** filter props based on componend being used */
1177
+ props: UiInputInterface | UiDropdownInterface;
1178
+ }[];
1179
+ /** filter action literal */
1180
+ buttonLiteral: string;
1181
+ /** show skeleton */
1182
+ loading?: boolean;
1183
+ }
1184
+
1185
+ export declare const uiStats: DefineComponent<UiStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1186
+ statClick: (T: string) => any;
1187
+ }, string, PublicProps, Readonly<UiStatsInterface> & Readonly<{
1188
+ onStatClick?: ((T: string) => any) | undefined;
1189
+ }>, {
1190
+ loading: boolean;
1191
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1192
+
1193
+ declare interface UiStatsInterface {
1194
+ item: {
1195
+ /** stat icon */
1196
+ icon: any;
1197
+ /** increase o decrease value ej: 122% */
1198
+ change?: string;
1199
+ /** change direction */
1200
+ changeType?: "increase" | "decrease" | "neutral";
1201
+ /** footer action link */
1202
+ actionText?: string;
1203
+ /** unique id */
1204
+ id: string;
1205
+ /** stats name */
1206
+ name: string;
1207
+ /** stat value */
1208
+ stat: string | number;
1209
+ /** helper text */
1210
+ explanation?: string;
1211
+ /** icon background color */
1212
+ color?: AllColors;
1213
+ /** show footer with action */
1214
+ showFooter?: boolean;
1215
+ };
1216
+ /** show skeleton */
1217
+ loading?: boolean;
1218
+ }
1219
+
1220
+ export declare const uiStripedCard: DefineComponent<UiStripedCardInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1221
+ itemClicked: (T: string) => any;
1222
+ }, string, PublicProps, Readonly<UiStripedCardInterface> & Readonly<{
1223
+ onItemClicked?: ((T: string) => any) | undefined;
1224
+ }>, {
1225
+ loading: boolean;
1226
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1227
+
1228
+ declare interface UiStripedCardInterface {
1229
+ /** card title */
1230
+ title: string;
1231
+ /** card subtitle */
1232
+ subtitle: string;
1233
+ /** array of card rows */
1234
+ items: {
1235
+ /** row title */
1236
+ title: string;
1237
+ /** row text */
1238
+ text: string;
1239
+ /** if link, when click, emits: */
1240
+ emits: string;
1241
+ /** row content, if undefined, the content is text */
1242
+ type?: "link" | "tags";
1243
+ /** if type tags, tags array */
1244
+ tags?: UiTagInterface[];
1245
+ }[];
1246
+ /** show skeleton */
1247
+ loading?: boolean;
1248
+ }
1249
+
1250
+ declare interface UiTabInterface {
1251
+ /** tabs array */
1252
+ tabs: {
1253
+ /** tab string literal */
1254
+ name: string;
1255
+ /** tab unique id */
1256
+ id: string;
1257
+ /** tab count tag */
1258
+ count?: number;
1259
+ /** is current tag */
1260
+ current?: boolean;
1261
+ }[];
1262
+ }
1263
+
1264
+ export declare const uiTable: DefineComponent<UiTableInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1265
+ tableAction: (T: {
1266
+ action: string;
1267
+ items: (string | number)[];
1268
+ }) => any;
1269
+ orderBy: (T: {
1270
+ value: string;
1271
+ orderDirection: "desc" | "asc";
1272
+ }) => any;
1273
+ customEmit: (T: {
1274
+ data: {
1275
+ content: string;
1276
+ type: string;
1277
+ emits: any;
1278
+ };
1279
+ }) => any;
1280
+ selectedItemsDeleted: () => any;
1281
+ }, string, PublicProps, Readonly<UiTableInterface> & Readonly<{
1282
+ onTableAction?: ((T: {
1283
+ action: string;
1284
+ items: (string | number)[];
1285
+ }) => any) | undefined;
1286
+ onOrderBy?: ((T: {
1287
+ value: string;
1288
+ orderDirection: "desc" | "asc";
1289
+ }) => any) | undefined;
1290
+ onCustomEmit?: ((T: {
1291
+ data: {
1292
+ content: string;
1293
+ type: string;
1294
+ emits: any;
1295
+ };
1296
+ }) => any) | undefined;
1297
+ onSelectedItemsDeleted?: (() => any) | undefined;
1298
+ }>, {
1299
+ loading: boolean;
1300
+ resetSelected: boolean;
1301
+ orderDirection: "desc" | "asc";
1302
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1303
+
1304
+ declare interface UiTableInterface {
1305
+ /** if you send this prop to the table with true it will reset all checked rows */
1306
+ resetSelected: boolean;
1307
+ /** header value the table is ordered */
1308
+ orderedBy: string;
1309
+ /** order direction */
1310
+ orderDirection?: "asc" | "desc";
1311
+ /** show skeleton */
1312
+ loading?: boolean;
1313
+ /** table header */
1314
+ header: {
1315
+ /** table column header name */
1316
+ name: string;
1317
+ /** table column header value, used for orders */
1318
+ value: string;
1319
+ /** tooltip string literal if needed */
1320
+ tooltip?: string;
1321
+ }[];
1322
+ /** rows */
1323
+ items: TableItemType[] | [];
1324
+ /** when row is checked, available actions shows */
1325
+ actions: {
1326
+ /** action string literal */
1327
+ name: string;
1328
+ /** action id */
1329
+ id: string;
1330
+ }[];
1331
+ }
1332
+
1333
+ export declare const uiTabs: DefineComponent<UiTabInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1334
+ tabClicked: (T: string) => any;
1335
+ }, string, PublicProps, Readonly<UiTabInterface> & Readonly<{
1336
+ onTabClicked?: ((T: string) => any) | undefined;
1337
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1338
+
1339
+ export declare const uiTag: __VLS_WithTemplateSlots_3<DefineComponent<UiTagInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1340
+ tagEvent: (T: string | undefined) => any;
1341
+ }, string, PublicProps, Readonly<UiTagInterface> & Readonly<{
1342
+ onTagEvent?: ((T: string | undefined) => any) | undefined;
1343
+ }>, {
1344
+ loading: boolean;
1345
+ size: "big" | "small" | "medium";
1346
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
1347
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1348
+ default?(_: {}): any;
1349
+ }>;
1350
+
1351
+ declare interface UiTagInterface {
1352
+ /** Color options (see type AllColors) */
1353
+ color?: AllColors;
1354
+ /** Is loading or not */
1355
+ loading?: boolean;
1356
+ /** Size options (see type Sizes) */
1357
+ size?: Sizes;
1358
+ /** If tag is clickable, this is the name of the event will be fired */
1359
+ event?: string;
1360
+ /** In uiCard, uiDeviceStatus, tag instead of slot uses name */
1361
+ name?: string;
1362
+ /** Tag text usually uses the slot, but there is some other components that needs the taxt text as a prop. You can use text instead of prop if needed */
1363
+ text?: string;
1364
+ }
1365
+
1366
+ declare interface UiTaskList {
1367
+ /** list of tasks */
1368
+ tasks: TaskType[];
1369
+ /** show skeleton */
1370
+ loading?: boolean;
1371
+ }
1372
+
1373
+ export declare const uiTaskList: DefineComponent<UiTaskList, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTaskList> & Readonly<{}>, {
1374
+ loading: boolean;
1375
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1376
+
1377
+ export declare const uiTextArea: DefineComponent<UiTextAreaInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1378
+ inputChanged: (T: {
1379
+ name: string;
1380
+ value?: string | undefined;
1381
+ }) => any;
1382
+ }, string, PublicProps, Readonly<UiTextAreaInterface> & Readonly<{
1383
+ onInputChanged?: ((T: {
1384
+ name: string;
1385
+ value?: string | undefined;
1386
+ }) => any) | undefined;
1387
+ }>, {
1388
+ disabled: boolean;
1389
+ loading: boolean;
1390
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
1391
+ placeholder: string;
1392
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1393
+
1394
+ declare interface UiTextAreaInterface {
1395
+ /** Name of the text area */
1396
+ name: string;
1397
+ /** Label in top of the text area */
1398
+ label: string;
1399
+ /** Placeholder of the text area */
1400
+ placeholder?: string;
1401
+ /** Value (text) of the text area */
1402
+ value?: string;
1403
+ /** Color options (see type Colors) */
1404
+ color?: AllColors;
1405
+ /** Is disabled or not */
1406
+ disabled?: boolean;
1407
+ /** Text below the text area that shows the error */
1408
+ error?: string;
1409
+ /** Is loading or not */
1410
+ loading?: boolean;
1411
+ /** Text that appears top right side of the text area, that informs to user is a required field */
1412
+ requiredText?: string;
1413
+ }
1414
+
1415
+ export declare const uiTimeline: DefineComponent<UiTimelineInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1416
+ timelineEventClicked: (t: string | number) => any;
1417
+ timelineFooterClicked: (t: string) => any;
1418
+ }, string, PublicProps, Readonly<UiTimelineInterface> & Readonly<{
1419
+ onTimelineEventClicked?: ((t: string | number) => any) | undefined;
1420
+ onTimelineFooterClicked?: ((t: string) => any) | undefined;
1421
+ }>, {
1422
+ loading: boolean;
1423
+ empty: boolean;
1424
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1425
+
1426
+ declare interface UiTimelineInterface {
1427
+ /** timeline title */
1428
+ name: string;
1429
+ /** items */
1430
+ timeline: {
1431
+ /** timeline unique id */
1432
+ id: string;
1433
+ /** timeline footer literal */
1434
+ footerText: string;
1435
+ /** items array */
1436
+ items: {
1437
+ /** row id */
1438
+ id: number | string;
1439
+ /** link id */
1440
+ linkId: number | string;
1441
+ /** row text */
1442
+ content: string;
1443
+ /** item name, reference.. */
1444
+ target: string;
1445
+ /** target link */
1446
+ href: string;
1447
+ /** event date */
1448
+ date: string;
1449
+ /** event formatted date */
1450
+ datetime: string;
1451
+ /** event icon */
1452
+ icon: any;
1453
+ /** event icon background color */
1454
+ iconBackground: string;
1455
+ }[];
1456
+ };
1457
+ /** if custom height in px */
1458
+ height?: number;
1459
+ /** is timeline empty */
1460
+ empty?: boolean;
1461
+ /** show skeleton */
1462
+ loading?: boolean;
1463
+ }
1464
+
1465
+ export declare const uiToggle: DefineComponent<UiToggleInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1466
+ toggleChanged: (T: {
1467
+ item: {
1468
+ title: string;
1469
+ subtitle?: string | undefined;
1470
+ active?: boolean | undefined;
1471
+ action: string;
1472
+ };
1473
+ active: boolean;
1474
+ }) => any;
1475
+ actionClicked: (item: {
1476
+ title: string;
1477
+ subtitle?: string | undefined;
1478
+ active?: boolean | undefined;
1479
+ action: string;
1480
+ }) => any;
1481
+ }, string, PublicProps, Readonly<UiToggleInterface> & Readonly<{
1482
+ onToggleChanged?: ((T: {
1483
+ item: {
1484
+ title: string;
1485
+ subtitle?: string | undefined;
1486
+ active?: boolean | undefined;
1487
+ action: string;
1488
+ };
1489
+ active: boolean;
1490
+ }) => any) | undefined;
1491
+ onActionClicked?: ((item: {
1492
+ title: string;
1493
+ subtitle?: string | undefined;
1494
+ active?: boolean | undefined;
1495
+ action: string;
1496
+ }) => any) | undefined;
1497
+ }>, {
1498
+ disabled: boolean;
1499
+ loading: boolean;
1500
+ checked: boolean;
1501
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1502
+
1503
+ declare interface UiToggleInterface {
1504
+ /** Toggle item that contains title, subtitle, if it´s active or not, and the action */
1505
+ item: {
1506
+ title: string;
1507
+ subtitle?: string;
1508
+ active?: boolean;
1509
+ action: string;
1510
+ };
1511
+ /** Is checked or not */
1512
+ checked?: boolean;
1513
+ /** Is disabled or not */
1514
+ disabled?: boolean;
1515
+ /** Is loading or not */
1516
+ loading: boolean;
1517
+ }
1518
+
1519
+ export declare const uiTopbar: DefineComponent<UiTopbarInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1520
+ topBarClick: (T: string) => any;
1521
+ }, string, PublicProps, Readonly<UiTopbarInterface> & Readonly<{
1522
+ onTopBarClick?: ((T: string) => any) | undefined;
1523
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1524
+
1525
+ declare interface UiTopbarInterface {
1526
+ /** brand logo */
1527
+ logo: string;
1528
+ /** show alert icon */
1529
+ alerted: boolean;
1530
+ /** sub brand logo */
1531
+ accountLogo: string;
1532
+ /** profile menu of sub brand */
1533
+ profileMenu?: {
1534
+ name: string;
1535
+ id: string;
1536
+ }[];
1537
+ /** brand name and description */
1538
+ brand?: {
1539
+ title: string;
1540
+ subtitle: string;
1541
+ };
1542
+ /** when mobile, this is the sidebar navigation menu */
1543
+ navigation?: UiSidebarV2Interface["navigation"];
1544
+ }
1545
+
1546
+ export declare const uiWrapper: __VLS_WithTemplateSlots_8<DefineComponent<UiWrapperInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1547
+ selectChanged: (T: SelectItemType) => any;
1548
+ sideBarClick: (t: string) => any;
1549
+ productBarClick: (t: string) => any;
1550
+ topBarClick: (T: string) => any;
1551
+ }, string, PublicProps, Readonly<UiWrapperInterface> & Readonly<{
1552
+ onSelectChanged?: ((T: SelectItemType) => any) | undefined;
1553
+ onSideBarClick?: ((t: string) => any) | undefined;
1554
+ onProductBarClick?: ((t: string) => any) | undefined;
1555
+ onTopBarClick?: ((T: string) => any) | undefined;
1556
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1557
+ default?(_: {}): any;
1558
+ }>;
1559
+
1560
+ declare interface UiWrapperInterface {
1561
+ topbar: {
1562
+ /** product logo */
1563
+ logo: string;
1564
+ /** is an alert */
1565
+ alerted?: boolean;
1566
+ /** brand logo */
1567
+ accountLogo?: string;
1568
+ /** brand profile menu */
1569
+ profileMenu?: {
1570
+ name: string;
1571
+ id: string;
1572
+ }[];
1573
+ /** top bar search items */
1574
+ selectItems: SelectItemType[];
1575
+ /** top bar search selected item */
1576
+ selectedItem: SelectItemType;
1577
+ };
1578
+ /** wrapper sidebar */
1579
+ sidebar: UiSidebarV2Interface;
1580
+ }
1581
+
1582
+ export { }