prlg-ui 1.3.0 → 1.3.2

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 (55) hide show
  1. package/dist/SortDownFillIcon-CSQH3vsY.cjs +1 -0
  2. package/dist/SortDownFillIcon-DTulOEBh.js +270 -0
  3. package/dist/fonts/Roboto/Roboto-Black.woff +0 -0
  4. package/dist/fonts/Roboto/Roboto-Black.woff2 +0 -0
  5. package/dist/fonts/Roboto/Roboto-Bold.woff +0 -0
  6. package/dist/fonts/Roboto/Roboto-Bold.woff2 +0 -0
  7. package/dist/fonts/Roboto/Roboto-ExtraBold.woff +0 -0
  8. package/dist/fonts/Roboto/Roboto-ExtraBold.woff2 +0 -0
  9. package/dist/fonts/Roboto/Roboto-ExtraLight.woff +0 -0
  10. package/dist/fonts/Roboto/Roboto-ExtraLight.woff2 +0 -0
  11. package/dist/fonts/Roboto/Roboto-Light.woff +0 -0
  12. package/dist/fonts/Roboto/Roboto-Light.woff2 +0 -0
  13. package/dist/fonts/Roboto/Roboto-Medium.woff +0 -0
  14. package/dist/fonts/Roboto/Roboto-Medium.woff2 +0 -0
  15. package/dist/fonts/Roboto/Roboto-Regular.woff +0 -0
  16. package/dist/fonts/Roboto/Roboto-Regular.woff2 +0 -0
  17. package/dist/fonts/Roboto/Roboto-SemiBold.woff +0 -0
  18. package/dist/fonts/Roboto/Roboto-SemiBold.woff2 +0 -0
  19. package/dist/fonts/Roboto/Roboto-Thin.woff +0 -0
  20. package/dist/fonts/Roboto/Roboto-Thin.woff2 +0 -0
  21. package/dist/icons/index.cjs.js +1 -0
  22. package/dist/icons/index.es.js +1095 -0
  23. package/dist/icons.d.ts +150 -0
  24. package/dist/index.d.ts +1035 -0
  25. package/dist/prlg-ui.cjs.js +1 -0
  26. package/dist/prlg-ui.css +1 -0
  27. package/dist/prlg-ui.es.js +2804 -0
  28. package/dist/scss/colors.scss +134 -0
  29. package/dist/scss/fonts.scss +3 -0
  30. package/dist/scss/main.scss +36 -0
  31. package/dist/scss/mixins.scss +177 -0
  32. package/dist/scss/reset.scss +51 -0
  33. package/dist/scss/root-vars.scss +4 -0
  34. package/dist/types/index.cjs.js +1 -0
  35. package/dist/types/index.es.js +1 -0
  36. package/dist/types.d.ts +11 -0
  37. package/dist/useBodyScroll.util-BgQeA8Dg.js +82 -0
  38. package/dist/useBodyScroll.util-D-eNxODy.cjs +1 -0
  39. package/dist/utils/Portal/Portal.vue +27 -0
  40. package/dist/utils/Portal/index.ts +3 -0
  41. package/dist/utils/Portal.vue +27 -0
  42. package/dist/utils/date.util.ts +30 -0
  43. package/dist/utils/dayjs.util.ts +26 -0
  44. package/dist/utils/eventBus.util.ts +43 -0
  45. package/dist/utils/index.cjs.js +1 -0
  46. package/dist/utils/index.es.js +2346 -0
  47. package/dist/utils/index.ts +3 -0
  48. package/dist/utils/isClient.util.ts +3 -0
  49. package/dist/utils/onClickOutside.util.ts +57 -0
  50. package/dist/utils/parseDate.util.ts +41 -0
  51. package/dist/utils/price.util.ts +21 -0
  52. package/dist/utils/useBodyScroll.util.ts +33 -0
  53. package/dist/utils.d.ts +93 -0
  54. package/dist/vite.svg +1 -0
  55. package/package.json +6 -1
@@ -0,0 +1,1035 @@
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { App } from 'vue';
3
+ import { Component } from 'vue';
4
+ import { ComponentCustomProperties } from 'vue';
5
+ import { ComponentCustomProps } from 'vue';
6
+ import { ComponentInternalInstance } from 'vue';
7
+ import { ComponentOptionsBase } from 'vue';
8
+ import { ComponentOptionsMixin } from 'vue';
9
+ import { ComponentProvideOptions } from 'vue';
10
+ import { ComponentPublicInstance } from 'vue';
11
+ import { CSSProperties } from 'vue';
12
+ import { DebuggerEvent } from 'vue';
13
+ import { DefineComponent } from 'vue';
14
+ import { GlobalComponents } from 'vue';
15
+ import { GlobalDirectives } from 'vue';
16
+ import { nextTick } from 'vue';
17
+ import { OffsetOptions } from '@floating-ui/dom';
18
+ import { OnCleanup } from '@vue/reactivity';
19
+ import { Placement } from '@floating-ui/dom';
20
+ import { PublicProps } from 'vue';
21
+ import { Ref } from 'vue';
22
+ import { RouteLocationRaw } from 'vue-router';
23
+ import { ShallowUnwrapRef } from 'vue';
24
+ import { Slot } from 'vue';
25
+ import { VNodeProps } from 'vue';
26
+ import { WatchOptions } from 'vue';
27
+ import { WatchStopHandle } from 'vue';
28
+
29
+ declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
30
+
31
+ declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
32
+ "update:open": (value: boolean) => any;
33
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
34
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
35
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
36
+
37
+ declare const __VLS_component_11: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
38
+ show: () => any;
39
+ hide: () => any;
40
+ }, string, PublicProps, Readonly<PopoverProps> & Readonly<{
41
+ onShow?: (() => any) | undefined;
42
+ onHide?: (() => any) | undefined;
43
+ }>, {
44
+ size: "small" | "default";
45
+ disabled: boolean;
46
+ offset: OffsetOptions;
47
+ trigger: "click" | "hover";
48
+ placement: Placement;
49
+ showArrow: boolean;
50
+ hoverDelay: number;
51
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
52
+ triggerRef: HTMLDivElement;
53
+ popoverRef: HTMLDivElement;
54
+ }, HTMLDivElement>;
55
+
56
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
57
+
58
+ declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
59
+ contentRef: HTMLDivElement;
60
+ }, HTMLDivElement>;
61
+
62
+ declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
63
+
64
+ declare const __VLS_component_15: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
65
+
66
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
67
+
68
+ declare const __VLS_component_17: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
69
+ "update:value": (value: string | number) => any;
70
+ }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
71
+ "onUpdate:value"?: ((value: string | number) => any) | undefined;
72
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
73
+
74
+ declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
75
+
76
+ declare const __VLS_component_19: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
77
+
78
+ declare const __VLS_component_2: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
79
+ "update:sortFields": (value: string[]) => any;
80
+ "update:sortOrders": (value: (1 | -1)[]) => any;
81
+ "update:page": (value: number) => any;
82
+ "update:rowsPerPage": (value: number) => any;
83
+ "update:selection": (value: DataItem | DataItem[] | null) => any;
84
+ }, string, PublicProps, Readonly<DataTableProps> & Readonly<{
85
+ "onUpdate:sortFields"?: ((value: string[]) => any) | undefined;
86
+ "onUpdate:sortOrders"?: ((value: (1 | -1)[]) => any) | undefined;
87
+ "onUpdate:page"?: ((value: number) => any) | undefined;
88
+ "onUpdate:rowsPerPage"?: ((value: number) => any) | undefined;
89
+ "onUpdate:selection"?: ((value: DataItem | DataItem[] | null) => any) | undefined;
90
+ }>, {
91
+ value: DataItem[];
92
+ sortFields: string[];
93
+ sortOrders: (1 | -1)[];
94
+ selection: DataItem | DataItem[] | null;
95
+ page: number;
96
+ rowsPerPage: number;
97
+ loading: boolean;
98
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
99
+
100
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
101
+
102
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
103
+
104
+ declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
105
+
106
+ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
107
+ "update:modelValue": (value: any) => any;
108
+ } & {
109
+ change: (value?: string | number | object | undefined) => any;
110
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
111
+ onChange?: ((value?: string | number | object | undefined) => any) | undefined;
112
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
113
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
114
+
115
+ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
116
+ "update:modelValue": (value: any) => any;
117
+ } & {
118
+ change: (value?: string | undefined) => any;
119
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
120
+ onChange?: ((value?: string | undefined) => any) | undefined;
121
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
122
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
123
+
124
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
125
+
126
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
127
+
128
+ declare const __VLS_component_8: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
129
+ remove: () => any;
130
+ }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
131
+ onRemove?: (() => any) | undefined;
132
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
133
+
134
+ declare const __VLS_component_9: DefineComponent<DrawerProps, {
135
+ isOpen: Ref<boolean, boolean>;
136
+ open: () => void;
137
+ close: () => void;
138
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
139
+
140
+ declare type __VLS_Props = {
141
+ items: MenuItem[];
142
+ icon?: Component;
143
+ variant?: 'primary' | 'danger';
144
+ size?: 'small' | 'large' | 'default';
145
+ };
146
+
147
+ declare type __VLS_Props_10 = {
148
+ disabled?: boolean;
149
+ };
150
+
151
+ declare type __VLS_Props_11 = {
152
+ label?: string;
153
+ placeholder?: string;
154
+ name?: string;
155
+ disabled?: boolean;
156
+ rows?: number;
157
+ cols?: number;
158
+ maxHeight?: number;
159
+ error?: boolean;
160
+ inputId?: string;
161
+ size?: 'default' | 'small' | 'large';
162
+ };
163
+
164
+ declare type __VLS_Props_12 = {
165
+ items: MenuItem[];
166
+ };
167
+
168
+ declare type __VLS_Props_13 = {
169
+ value?: string | number;
170
+ variant?: 'primary' | 'danger' | 'neutral';
171
+ strong?: boolean;
172
+ };
173
+
174
+ declare type __VLS_Props_14 = {
175
+ value?: number | string;
176
+ variant?: 'danger';
177
+ position?: 'left' | 'right';
178
+ viewBadge?: boolean;
179
+ offset?: number | {
180
+ x: number;
181
+ y: number;
182
+ };
183
+ };
184
+
185
+ declare type __VLS_Props_15 = {
186
+ width?: number | string;
187
+ height?: number | string;
188
+ borderRadius?: string | number;
189
+ shape?: 'circle' | 'rectangle';
190
+ size?: string;
191
+ };
192
+
193
+ declare type __VLS_Props_16 = {
194
+ strokeWidth?: string | number;
195
+ size?: 'small' | 'default' | 'large';
196
+ };
197
+
198
+ declare type __VLS_Props_17 = {
199
+ removable?: boolean;
200
+ icon?: string;
201
+ iconPosition?: 'left' | 'right';
202
+ outlined?: boolean;
203
+ variant?: 'primary' | 'secondary' | 'info';
204
+ strong?: boolean;
205
+ };
206
+
207
+ declare type __VLS_Props_18 = {
208
+ title?: string;
209
+ style?: CSSProperties;
210
+ position?: 'top' | 'center' | 'bottom';
211
+ };
212
+
213
+ declare type __VLS_Props_19 = {
214
+ value?: string | number | (string | number)[];
215
+ multiple?: boolean;
216
+ };
217
+
218
+ declare type __VLS_Props_2 = {
219
+ label?: string;
220
+ value?: string | number | object;
221
+ disabled?: boolean;
222
+ checked?: boolean;
223
+ size?: 'small' | 'default' | 'large';
224
+ };
225
+
226
+ declare type __VLS_Props_20 = {
227
+ value: string | number;
228
+ };
229
+
230
+ declare type __VLS_Props_21 = {
231
+ layouts?: 'vertical' | 'horizontal';
232
+ type?: 'solid' | 'dashed' | 'dotted';
233
+ align?: 'left' | 'right' | 'center';
234
+ };
235
+
236
+ declare type __VLS_Props_22 = {
237
+ value: string | number;
238
+ };
239
+
240
+ declare type __VLS_Props_23 = {
241
+ value: string | number;
242
+ };
243
+
244
+ declare type __VLS_Props_24 = {
245
+ value: string | number;
246
+ };
247
+
248
+ declare type __VLS_Props_3 = {
249
+ value: string;
250
+ label: string;
251
+ id?: string;
252
+ };
253
+
254
+ declare type __VLS_Props_4 = {
255
+ label?: string;
256
+ disabled?: boolean;
257
+ value?: any;
258
+ size?: 'small' | 'default' | 'large';
259
+ };
260
+
261
+ declare type __VLS_Props_5 = DropdownProps;
262
+
263
+ declare type __VLS_Props_6 = InputTextProps;
264
+
265
+ declare type __VLS_Props_7 = {
266
+ viewButtons?: boolean;
267
+ max?: number;
268
+ countInPackage?: number;
269
+ icon?: Component;
270
+ iconPosition?: 'left' | 'right';
271
+ formatter?: (value: number) => string;
272
+ };
273
+
274
+ declare type __VLS_Props_8 = InputTextProps;
275
+
276
+ declare type __VLS_Props_9 = {
277
+ icon: Component;
278
+ position?: 'left' | 'right';
279
+ disabled?: boolean;
280
+ };
281
+
282
+ declare type __VLS_PublicProps = {
283
+ modelValue?: string[] | string | boolean | any | null;
284
+ } & __VLS_Props_2;
285
+
286
+ declare type __VLS_PublicProps_10 = {
287
+ 'open': boolean;
288
+ } & __VLS_Props_18;
289
+
290
+ declare type __VLS_PublicProps_2 = {
291
+ modelValue: any;
292
+ } & __VLS_Props_3;
293
+
294
+ declare type __VLS_PublicProps_3 = {
295
+ modelValue?: any;
296
+ } & __VLS_Props_4;
297
+
298
+ declare type __VLS_PublicProps_4 = {
299
+ modelValue: any;
300
+ } & __VLS_Props_5;
301
+
302
+ declare type __VLS_PublicProps_5 = {
303
+ modelValue: string;
304
+ } & __VLS_Props_6;
305
+
306
+ declare type __VLS_PublicProps_6 = {
307
+ modelValue: number;
308
+ } & __VLS_Props_7;
309
+
310
+ declare type __VLS_PublicProps_7 = {
311
+ modelValue: string;
312
+ } & __VLS_Props_8;
313
+
314
+ declare type __VLS_PublicProps_8 = {
315
+ modelValue: boolean;
316
+ } & __VLS_Props_10;
317
+
318
+ declare type __VLS_PublicProps_9 = {
319
+ modelValue?: string;
320
+ } & __VLS_Props_11;
321
+
322
+ declare function __VLS_template(): {
323
+ attrs: Partial<{}>;
324
+ slots: {
325
+ default?(_: {}): any;
326
+ };
327
+ refs: {};
328
+ rootEl: any;
329
+ };
330
+
331
+ declare function __VLS_template_10(): {
332
+ attrs: Partial<{}>;
333
+ slots: {
334
+ default?(_: {}): any;
335
+ };
336
+ refs: {};
337
+ rootEl: any;
338
+ };
339
+
340
+ declare function __VLS_template_11(): {
341
+ attrs: Partial<{}>;
342
+ slots: {
343
+ trigger?(_: {}): any;
344
+ default?(_: {}): any;
345
+ };
346
+ refs: {
347
+ triggerRef: HTMLDivElement;
348
+ popoverRef: HTMLDivElement;
349
+ };
350
+ rootEl: HTMLDivElement;
351
+ };
352
+
353
+ declare function __VLS_template_12(): {
354
+ attrs: Partial<{}>;
355
+ slots: {
356
+ default?(_: {}): any;
357
+ };
358
+ refs: {};
359
+ rootEl: HTMLDivElement;
360
+ };
361
+
362
+ declare function __VLS_template_13(): {
363
+ attrs: Partial<{}>;
364
+ slots: {
365
+ default?(_: {}): any;
366
+ };
367
+ refs: {
368
+ contentRef: HTMLDivElement;
369
+ };
370
+ rootEl: HTMLDivElement;
371
+ };
372
+
373
+ declare function __VLS_template_14(): {
374
+ attrs: Partial<{}>;
375
+ slots: {
376
+ default?(_: {}): any;
377
+ };
378
+ refs: {};
379
+ rootEl: HTMLButtonElement;
380
+ };
381
+
382
+ declare function __VLS_template_15(): {
383
+ attrs: Partial<{}>;
384
+ slots: {
385
+ default?(_: {}): any;
386
+ };
387
+ refs: {};
388
+ rootEl: HTMLDivElement;
389
+ };
390
+
391
+ declare function __VLS_template_16(): {
392
+ attrs: Partial<{}>;
393
+ slots: {
394
+ default?(_: {}): any;
395
+ };
396
+ refs: {};
397
+ rootEl: HTMLDivElement;
398
+ };
399
+
400
+ declare function __VLS_template_17(): {
401
+ attrs: Partial<{}>;
402
+ slots: {
403
+ default?(_: {}): any;
404
+ };
405
+ refs: {};
406
+ rootEl: HTMLDivElement;
407
+ };
408
+
409
+ declare function __VLS_template_18(): {
410
+ attrs: Partial<{}>;
411
+ slots: {
412
+ default?(_: {}): any;
413
+ };
414
+ refs: {};
415
+ rootEl: HTMLDivElement;
416
+ };
417
+
418
+ declare function __VLS_template_19(): {
419
+ attrs: Partial<{}>;
420
+ slots: {
421
+ default?(_: {}): any;
422
+ };
423
+ refs: {};
424
+ rootEl: HTMLDivElement;
425
+ };
426
+
427
+ declare function __VLS_template_2(): {
428
+ attrs: Partial<{}>;
429
+ slots: {
430
+ default?(_: {}): any;
431
+ };
432
+ refs: {};
433
+ rootEl: HTMLDivElement;
434
+ };
435
+
436
+ declare function __VLS_template_20(): {
437
+ attrs: Partial<{}>;
438
+ slots: {
439
+ default?(_: {}): any;
440
+ };
441
+ refs: {};
442
+ rootEl: HTMLButtonElement;
443
+ };
444
+
445
+ declare function __VLS_template_21(): {
446
+ attrs: Partial<{}>;
447
+ slots: {
448
+ default?(_: {}): any;
449
+ };
450
+ refs: {};
451
+ rootEl: HTMLDivElement;
452
+ };
453
+
454
+ declare function __VLS_template_3(): {
455
+ attrs: Partial<{}>;
456
+ slots: Readonly<{
457
+ body(): any;
458
+ }> & {
459
+ body(): any;
460
+ };
461
+ refs: {};
462
+ rootEl: any;
463
+ };
464
+
465
+ declare function __VLS_template_4(): {
466
+ attrs: Partial<{}>;
467
+ slots: {
468
+ label?(_: {}): any;
469
+ };
470
+ refs: {};
471
+ rootEl: HTMLLabelElement;
472
+ };
473
+
474
+ declare function __VLS_template_5(): {
475
+ attrs: Partial<{}>;
476
+ slots: {
477
+ default?(_: {}): any;
478
+ };
479
+ refs: {};
480
+ rootEl: HTMLDivElement;
481
+ };
482
+
483
+ declare function __VLS_template_6(): {
484
+ attrs: Partial<{}>;
485
+ slots: {
486
+ default?(_: {}): any;
487
+ };
488
+ refs: {};
489
+ rootEl: HTMLDivElement;
490
+ };
491
+
492
+ declare function __VLS_template_7(): {
493
+ attrs: Partial<{}>;
494
+ slots: {
495
+ default?(_: {}): any;
496
+ };
497
+ refs: {};
498
+ rootEl: HTMLDivElement;
499
+ };
500
+
501
+ declare function __VLS_template_8(): {
502
+ attrs: Partial<{}>;
503
+ slots: {
504
+ default?(_: {}): any;
505
+ };
506
+ refs: {};
507
+ rootEl: HTMLDivElement;
508
+ };
509
+
510
+ declare function __VLS_template_9(): {
511
+ attrs: Partial<{}>;
512
+ slots: {
513
+ default?(_: {}): any;
514
+ };
515
+ refs: {};
516
+ rootEl: any;
517
+ };
518
+
519
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
520
+
521
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
522
+
523
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
524
+
525
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
526
+
527
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
528
+
529
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
530
+
531
+ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
532
+
533
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
534
+
535
+ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
536
+
537
+ declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
538
+
539
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
540
+
541
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
542
+
543
+ declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
544
+
545
+ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
546
+
547
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
548
+
549
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
550
+
551
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
552
+
553
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
554
+
555
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
556
+
557
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
558
+
559
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
560
+
561
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
562
+ new (): {
563
+ $slots: S;
564
+ };
565
+ };
566
+
567
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
568
+ new (): {
569
+ $slots: S;
570
+ };
571
+ };
572
+
573
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
574
+ new (): {
575
+ $slots: S;
576
+ };
577
+ };
578
+
579
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
580
+ new (): {
581
+ $slots: S;
582
+ };
583
+ };
584
+
585
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
586
+ new (): {
587
+ $slots: S;
588
+ };
589
+ };
590
+
591
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
592
+ new (): {
593
+ $slots: S;
594
+ };
595
+ };
596
+
597
+ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
598
+ new (): {
599
+ $slots: S;
600
+ };
601
+ };
602
+
603
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
604
+ new (): {
605
+ $slots: S;
606
+ };
607
+ };
608
+
609
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
610
+ new (): {
611
+ $slots: S;
612
+ };
613
+ };
614
+
615
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
616
+ new (): {
617
+ $slots: S;
618
+ };
619
+ };
620
+
621
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
622
+ new (): {
623
+ $slots: S;
624
+ };
625
+ };
626
+
627
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
628
+ new (): {
629
+ $slots: S;
630
+ };
631
+ };
632
+
633
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
634
+ new (): {
635
+ $slots: S;
636
+ };
637
+ };
638
+
639
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
640
+ new (): {
641
+ $slots: S;
642
+ };
643
+ };
644
+
645
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
646
+ new (): {
647
+ $slots: S;
648
+ };
649
+ };
650
+
651
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
652
+ new (): {
653
+ $slots: S;
654
+ };
655
+ };
656
+
657
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
658
+ new (): {
659
+ $slots: S;
660
+ };
661
+ };
662
+
663
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
664
+ new (): {
665
+ $slots: S;
666
+ };
667
+ };
668
+
669
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
670
+ new (): {
671
+ $slots: S;
672
+ };
673
+ };
674
+
675
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
676
+ new (): {
677
+ $slots: S;
678
+ };
679
+ };
680
+
681
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
682
+ new (): {
683
+ $slots: S;
684
+ };
685
+ };
686
+
687
+ export declare const Accordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
688
+
689
+ export declare const AccordionContent: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
690
+
691
+ export declare const AccordionHeader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
692
+
693
+ export declare const AccordionPanel: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
694
+
695
+ export declare const Badge: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
696
+
697
+ export declare const Breadcrumb: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
698
+
699
+ export declare const Button: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
700
+
701
+ declare type ButtonProps = {
702
+ label?: string;
703
+ size?: 'extrasmall' | 'small' | 'default' | 'large';
704
+ variant?: 'primary' | 'danger' | 'secondary' | 'link';
705
+ url?: string | RouteLocationRaw;
706
+ rounded?: boolean;
707
+ disabled?: boolean;
708
+ buttonStyle?: 'text' | 'outlined' | 'contrast' | 'text-filled';
709
+ icon?: Component;
710
+ iconPosition?: 'left' | 'right';
711
+ iconOnly?: boolean;
712
+ full?: boolean;
713
+ };
714
+
715
+ export declare const Checkbox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
716
+
717
+ export declare const ChipCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
718
+ "update:modelValue": (value: any) => any;
719
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
720
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
721
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
722
+
723
+ export declare const Column: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
724
+
725
+ declare interface ColumnProps {
726
+ field?: string;
727
+ header?: string;
728
+ style?: string | Record<string, any>;
729
+ headerStyle?: string | Record<string, any>;
730
+ selectionMode?: 'single' | 'multiple';
731
+ }
732
+
733
+ declare interface DataItem {
734
+ [key: string]: any;
735
+ }
736
+
737
+ export declare const DataTable: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
738
+
739
+ declare interface DataTableProps {
740
+ value: DataItem[];
741
+ tableStyle?: string | Record<string, any>;
742
+ rowGroupMode?: 'subheader' | 'rowspan';
743
+ groupRowsBy?: string;
744
+ sortMode?: 'single' | 'multiple';
745
+ sortFields?: string[];
746
+ sortOrders?: (1 | -1)[];
747
+ selection?: DataItem | DataItem[] | null;
748
+ page?: number;
749
+ rowsPerPage?: number;
750
+ totalRows?: number;
751
+ loading?: boolean;
752
+ pagination?: boolean;
753
+ }
754
+
755
+ export declare const Divider: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
756
+
757
+ export declare const Drawer: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
758
+
759
+ declare type DrawerProps = {
760
+ position?: 'left' | 'right' | 'bottom' | 'top';
761
+ width?: number | string;
762
+ };
763
+
764
+ export declare const Dropdown: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
765
+ "update:modelValue": (value: any) => any;
766
+ } & {
767
+ search: (value: string) => any;
768
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
769
+ onSearch?: ((value: string) => any) | undefined;
770
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
771
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
772
+ trigger: HTMLDivElement;
773
+ popover: HTMLDivElement;
774
+ }, HTMLDivElement>;
775
+
776
+ declare interface DropdownProps {
777
+ options: any[];
778
+ optionLabel?: string;
779
+ optionValue?: string;
780
+ placeholder?: string;
781
+ searchable?: boolean;
782
+ multiple?: boolean;
783
+ returnObject?: boolean;
784
+ loading?: boolean;
785
+ }
786
+
787
+ export declare const IconField: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
788
+
789
+ export declare const InputNumber: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
790
+ "update:modelValue": (value: number) => any;
791
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
792
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
793
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
794
+
795
+ export declare const InputPhone: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
796
+ "update:modelValue": (value: string) => any;
797
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
798
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
799
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
800
+
801
+ export declare const InputText: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
802
+ "update:modelValue": (value: string) => any;
803
+ } & {
804
+ input: (value: Event) => any;
805
+ blur: () => any;
806
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
807
+ onInput?: ((value: Event) => any) | undefined;
808
+ onBlur?: (() => any) | undefined;
809
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
810
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
811
+
812
+ declare type InputTextProps = {
813
+ label?: string;
814
+ placeholder?: string;
815
+ allowClear?: boolean;
816
+ name?: string;
817
+ disabled?: boolean;
818
+ error?: boolean;
819
+ errorText?: string;
820
+ type?: "text" | "password";
821
+ size?: "small" | "default" | "large";
822
+ inputId?: string;
823
+ variant?: 'empty' | 'outlined' | 'fill';
824
+ value?: string;
825
+ };
826
+
827
+ declare type MenuItem = {
828
+ icon?: Component;
829
+ label: string;
830
+ url?: string | RouteLocationRaw;
831
+ command?: () => void;
832
+ };
833
+
834
+ export declare const Modal: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
835
+
836
+ export declare const OverlayBadge: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
837
+
838
+ export declare const Popover: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
839
+
840
+ declare interface PopoverProps {
841
+ placement?: Placement;
842
+ size?: 'small' | 'default';
843
+ trigger?: 'click' | 'hover';
844
+ offset?: OffsetOptions;
845
+ popoverClass?: string;
846
+ disabled?: boolean;
847
+ showArrow?: boolean;
848
+ hoverDelay?: number;
849
+ }
850
+
851
+ export declare const Radio: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
852
+
853
+ export declare const Skeleton: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
854
+
855
+ export declare const SleedDeal: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
856
+ menuRef: HTMLDivElement;
857
+ targetRef: ({
858
+ $: ComponentInternalInstance;
859
+ $data: {};
860
+ $props: {
861
+ readonly label?: string | undefined;
862
+ readonly size?: "extrasmall" | "small" | "default" | "large" | undefined;
863
+ readonly variant?: "primary" | "danger" | "secondary" | "link" | undefined;
864
+ readonly url?: (string | RouteLocationRaw) | undefined;
865
+ readonly rounded?: boolean | undefined;
866
+ readonly disabled?: boolean | undefined;
867
+ readonly buttonStyle?: "text" | "outlined" | "contrast" | "text-filled" | undefined;
868
+ readonly icon?: Component | undefined;
869
+ readonly iconPosition?: "left" | "right" | undefined;
870
+ readonly iconOnly?: boolean | undefined;
871
+ readonly full?: boolean | undefined;
872
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
873
+ $attrs: {
874
+ [x: string]: unknown;
875
+ };
876
+ $refs: {
877
+ [x: string]: unknown;
878
+ };
879
+ $slots: Readonly<{
880
+ [name: string]: Slot<any> | undefined;
881
+ }>;
882
+ $root: ComponentPublicInstance | null;
883
+ $parent: ComponentPublicInstance | null;
884
+ $host: Element | null;
885
+ $emit: (event: string, ...args: any[]) => void;
886
+ $el: any;
887
+ $options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
888
+ beforeCreate?: (() => void) | (() => void)[];
889
+ created?: (() => void) | (() => void)[];
890
+ beforeMount?: (() => void) | (() => void)[];
891
+ mounted?: (() => void) | (() => void)[];
892
+ beforeUpdate?: (() => void) | (() => void)[];
893
+ updated?: (() => void) | (() => void)[];
894
+ activated?: (() => void) | (() => void)[];
895
+ deactivated?: (() => void) | (() => void)[];
896
+ beforeDestroy?: (() => void) | (() => void)[];
897
+ beforeUnmount?: (() => void) | (() => void)[];
898
+ destroyed?: (() => void) | (() => void)[];
899
+ unmounted?: (() => void) | (() => void)[];
900
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
901
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
902
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
903
+ };
904
+ $forceUpdate: () => void;
905
+ $nextTick: nextTick;
906
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
907
+ } & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
908
+ $slots: {
909
+ default?(_: {}): any;
910
+ };
911
+ }) | null;
912
+ }, HTMLDivElement>;
913
+
914
+ export declare const Spinner: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
915
+
916
+ export declare const Switch: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
917
+ "update:modelValue": (value: boolean) => any;
918
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
919
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
920
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
921
+
922
+ export declare const Tab: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
923
+
924
+ export declare const TabList: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
925
+
926
+ export declare const TabPanel: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
927
+
928
+ export declare const TabPanels: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
929
+
930
+ export declare const Tabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
931
+
932
+ export declare const Tag: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
933
+
934
+ export declare const Textarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
935
+ "update:modelValue": (value: string) => any;
936
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
937
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
938
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
939
+ textareaRef: HTMLTextAreaElement;
940
+ }, HTMLDivElement>;
941
+
942
+ export declare const Toast: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
943
+
944
+ /**
945
+ * Defines message options in Toast component.
946
+ */
947
+ declare interface ToastMessageOptions {
948
+ id?: number;
949
+ /**
950
+ * Severity level of the message.
951
+ * @defaultValue info
952
+ */
953
+ severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
954
+ /**
955
+ * Summary content of the message.
956
+ */
957
+ summary?: string | undefined;
958
+ /**
959
+ * Detail content of the message.
960
+ */
961
+ detail?: any | undefined;
962
+ /**
963
+ * Whether the message can be closed manually using the close icon.
964
+ * @defaultValue true
965
+ */
966
+ closable?: boolean | undefined;
967
+ /**
968
+ * Delay in milliseconds to close the message automatically.
969
+ */
970
+ life?: number | undefined;
971
+ /**
972
+ * Key of the Toast to display the message.
973
+ */
974
+ group?: string | undefined;
975
+ /**
976
+ * Style class of the message.
977
+ */
978
+ styleClass?: any;
979
+ /**
980
+ * Style class of the content.
981
+ */
982
+ contentStyleClass?: any;
983
+ /** */
984
+ icon?: Component;
985
+ }
986
+
987
+ /**
988
+ * Defines valid properties in Toast component.
989
+ */
990
+ declare interface ToastProps {
991
+ /**
992
+ * Unique identifier of a message group.
993
+ */
994
+ group?: string | undefined;
995
+ /**
996
+ * Position of the toast in viewport.
997
+ * @defaultValue top-right
998
+ */
999
+ position?: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'center' | undefined;
1000
+ /**
1001
+ * Used to access message options.
1002
+ * @type {ToastMessageOptions}
1003
+ */
1004
+ message?: ToastMessageOptions;
1005
+ }
1006
+
1007
+ export declare const ToastService: {
1008
+ install: (app: App) => void;
1009
+ };
1010
+
1011
+ declare interface ToastServiceMethods {
1012
+ /**
1013
+ * Displays the message in a suitable Toast component.
1014
+ * @param {ToastMessageOptions} message - Message instance.
1015
+ */
1016
+ add(message: ToastMessageOptions): void;
1017
+ /**
1018
+ * Clears the message.
1019
+ * @param {ToastMessageOptions} message - Message instance.
1020
+ */
1021
+ remove(message: ToastMessageOptions): void;
1022
+ /**
1023
+ * Clears the messages that belongs to the group.
1024
+ * @param {string} group - Name of the message group.
1025
+ */
1026
+ removeGroup(group: string): void;
1027
+ /**
1028
+ * Clears all the messages.
1029
+ */
1030
+ removeAllGroups(): void;
1031
+ }
1032
+
1033
+ export declare function useToast(): ToastServiceMethods;
1034
+
1035
+ export { }