@weni/unnnic-system 3.12.3-alpha-teleports.2 → 3.12.3-alpha-teleports.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.
- package/README.md +9 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +4 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +8 -2
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +10 -7
- package/dist/components/Card/CardCompany.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -1
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +5 -2
- package/dist/components/Card/TitleCard.vue.d.ts +5 -2
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/Carousel/TagCarousel.vue.d.ts +1 -1
- package/dist/components/ChartBar/ChartBar.vue.d.ts +7 -4
- package/dist/components/ChartLine/ChartLine.vue.d.ts +4 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +4 -1
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +4 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +5 -2
- package/dist/components/DateFilter/DateFilter.vue.d.ts +5 -5
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +1 -1
- package/dist/components/Flag.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +2 -2
- package/dist/components/ImportCard/ImportCard.vue.d.ts +3 -3
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +5 -5
- package/dist/components/Input/TextInput.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +4 -4
- package/dist/components/ModalNext/ModalNext.vue.d.ts +8 -8
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +6 -6
- package/dist/components/MoodRating/MoodRating.vue.d.ts +4 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +6 -6
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +4 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +4 -1
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +3 -3
- package/dist/components/Toast/ToastManager.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +4 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +3 -3
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -1
- package/dist/{es-c09db281.mjs → es-2519c11f.mjs} +1 -1
- package/dist/{index-b84816f5.mjs → index-736bf51a.mjs} +5889 -5888
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/lib/layer-manager.d.ts +1 -11
- package/dist/lib/layer-manager.d.ts.map +1 -1
- package/dist/lib/teleport-target.d.ts +7 -0
- package/dist/lib/teleport-target.d.ts.map +1 -0
- package/dist/{pt-br-205e873a.mjs → pt-br-38819d53.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +33 -33
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/Toast/Toast.vue +1 -1
- package/src/components/Toast/ToastManager.ts +4 -1
- package/src/components/Toast/__tests__/ToastManager.spec.js +10 -6
- package/src/components/ui/dialog/DialogContent.vue +5 -5
- package/src/components/ui/drawer/DrawerContent.vue +4 -2
- package/src/components/ui/popover/PopoverContent.vue +4 -2
- package/src/components/ui/tooltip/TooltipContent.vue +5 -2
- package/src/components/ui/tooltip/TooltipTrigger.vue +2 -4
- package/src/index.ts +9 -2
- package/src/lib/__tests__/teleport-target.spec.ts +73 -0
- package/src/lib/layer-manager.ts +24 -52
- package/src/lib/teleport-target.ts +46 -0
- package/src/stories/LayerManager.docs.mdx +9 -9
- package/src/stories/LayerManager.stories.js +54 -11
- package/.vscode/extensions.json +0 -3
- package/CHANGELOG.md +0 -1036
package/README.md
CHANGED
|
@@ -36,7 +36,15 @@ import "@weni/unnnic-system/dist/style.css";
|
|
|
36
36
|
|
|
37
37
|
const app = createApp(App);
|
|
38
38
|
|
|
39
|
-
app.use(Unnnic
|
|
39
|
+
app.use(Unnnic, {
|
|
40
|
+
/**
|
|
41
|
+
* Optional: route every teleport-aware layer (dialogs, drawers,
|
|
42
|
+
* popovers, tooltips, toasts, etc) to a specific DOM container instead
|
|
43
|
+
* of falling back to document.body. Accepts a CSS selector or an
|
|
44
|
+
* HTMLElement reference.
|
|
45
|
+
*/
|
|
46
|
+
teleportTarget: '#app',
|
|
47
|
+
});
|
|
40
48
|
```
|
|
41
49
|
|
|
42
50
|
3. Configuration in vite.config.js
|
|
@@ -92,8 +92,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
default: boolean;
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
|
-
side: string;
|
|
96
95
|
text: string;
|
|
96
|
+
side: string;
|
|
97
97
|
enabled: boolean;
|
|
98
98
|
forceOpen: boolean;
|
|
99
99
|
maxWidth: string;
|
|
@@ -153,6 +153,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
154
154
|
pointerDownOutside: (event: Event) => any;
|
|
155
155
|
}, import('vue').PublicProps, {
|
|
156
|
+
class: import('vue').HTMLAttributes["class"];
|
|
156
157
|
sideOffset: number;
|
|
157
158
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
158
159
|
P: {};
|
|
@@ -167,6 +168,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
167
168
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
168
169
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
169
170
|
}>, {}, {}, {}, {}, {
|
|
171
|
+
class: import('vue').HTMLAttributes["class"];
|
|
170
172
|
sideOffset: number;
|
|
171
173
|
}>;
|
|
172
174
|
__isFragment?: never;
|
|
@@ -181,6 +183,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
183
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
182
184
|
pointerDownOutside: (event: Event) => any;
|
|
183
185
|
}, string, {
|
|
186
|
+
class: import('vue').HTMLAttributes["class"];
|
|
184
187
|
sideOffset: number;
|
|
185
188
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
186
189
|
$slots: {
|
|
@@ -195,8 +195,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
default: boolean;
|
|
196
196
|
};
|
|
197
197
|
}>> & Readonly<{}>, {
|
|
198
|
-
side: string;
|
|
199
198
|
text: string;
|
|
199
|
+
side: string;
|
|
200
200
|
enabled: boolean;
|
|
201
201
|
forceOpen: boolean;
|
|
202
202
|
maxWidth: string;
|
|
@@ -256,6 +256,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
256
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
257
257
|
pointerDownOutside: (event: Event) => any;
|
|
258
258
|
}, import('vue').PublicProps, {
|
|
259
|
+
class: import('vue').HTMLAttributes["class"];
|
|
259
260
|
sideOffset: number;
|
|
260
261
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
261
262
|
P: {};
|
|
@@ -270,6 +271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
271
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
271
272
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
272
273
|
}>, {}, {}, {}, {}, {
|
|
274
|
+
class: import('vue').HTMLAttributes["class"];
|
|
273
275
|
sideOffset: number;
|
|
274
276
|
}>;
|
|
275
277
|
__isFragment?: never;
|
|
@@ -284,6 +286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
284
286
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
285
287
|
pointerDownOutside: (event: Event) => any;
|
|
286
288
|
}, string, {
|
|
289
|
+
class: import('vue').HTMLAttributes["class"];
|
|
287
290
|
sideOffset: number;
|
|
288
291
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
289
292
|
$slots: {
|
|
@@ -453,8 +456,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
453
456
|
default: boolean;
|
|
454
457
|
};
|
|
455
458
|
}>> & Readonly<{}>, {
|
|
456
|
-
side: string;
|
|
457
459
|
text: string;
|
|
460
|
+
side: string;
|
|
458
461
|
enabled: boolean;
|
|
459
462
|
forceOpen: boolean;
|
|
460
463
|
maxWidth: string;
|
|
@@ -514,6 +517,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
514
517
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
515
518
|
pointerDownOutside: (event: Event) => any;
|
|
516
519
|
}, import('vue').PublicProps, {
|
|
520
|
+
class: import('vue').HTMLAttributes["class"];
|
|
517
521
|
sideOffset: number;
|
|
518
522
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
519
523
|
P: {};
|
|
@@ -528,6 +532,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
532
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
529
533
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
530
534
|
}>, {}, {}, {}, {}, {
|
|
535
|
+
class: import('vue').HTMLAttributes["class"];
|
|
531
536
|
sideOffset: number;
|
|
532
537
|
}>;
|
|
533
538
|
__isFragment?: never;
|
|
@@ -542,6 +547,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
542
547
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
543
548
|
pointerDownOutside: (event: Event) => any;
|
|
544
549
|
}, string, {
|
|
550
|
+
class: import('vue').HTMLAttributes["class"];
|
|
545
551
|
sideOffset: number;
|
|
546
552
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
547
553
|
$slots: {
|
|
@@ -12,8 +12,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
type: ButtonType;
|
|
15
|
-
size: ButtonSize;
|
|
16
15
|
text: string;
|
|
16
|
+
size: ButtonSize;
|
|
17
17
|
iconLeft: string;
|
|
18
18
|
iconRight: string;
|
|
19
19
|
float: boolean;
|
|
@@ -137,10 +137,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
137
|
default: null;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
+
value: number;
|
|
140
141
|
title: string;
|
|
141
142
|
icon: string;
|
|
142
143
|
scheme: string;
|
|
143
|
-
value: number;
|
|
144
144
|
percent: number;
|
|
145
145
|
invertedPercentage: boolean;
|
|
146
146
|
}, {}, {
|
|
@@ -296,8 +296,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
296
296
|
default: boolean;
|
|
297
297
|
};
|
|
298
298
|
}>> & Readonly<{}>, {
|
|
299
|
-
enabled: boolean;
|
|
300
299
|
title: string;
|
|
300
|
+
enabled: boolean;
|
|
301
301
|
info: string;
|
|
302
302
|
icon: string;
|
|
303
303
|
scheme: string;
|
|
@@ -357,8 +357,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
357
|
default: boolean;
|
|
358
358
|
};
|
|
359
359
|
}>> & Readonly<{}>, {
|
|
360
|
-
side: string;
|
|
361
360
|
text: string;
|
|
361
|
+
side: string;
|
|
362
362
|
enabled: boolean;
|
|
363
363
|
forceOpen: boolean;
|
|
364
364
|
maxWidth: string;
|
|
@@ -418,6 +418,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
418
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
419
419
|
pointerDownOutside: (event: Event) => any;
|
|
420
420
|
}, import('vue').PublicProps, {
|
|
421
|
+
class: import('vue').HTMLAttributes["class"];
|
|
421
422
|
sideOffset: number;
|
|
422
423
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
423
424
|
P: {};
|
|
@@ -432,6 +433,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
433
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
433
434
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
434
435
|
}>, {}, {}, {}, {}, {
|
|
436
|
+
class: import('vue').HTMLAttributes["class"];
|
|
435
437
|
sideOffset: number;
|
|
436
438
|
}>;
|
|
437
439
|
__isFragment?: never;
|
|
@@ -446,6 +448,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
446
448
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
447
449
|
pointerDownOutside: (event: Event) => any;
|
|
448
450
|
}, string, {
|
|
451
|
+
class: import('vue').HTMLAttributes["class"];
|
|
449
452
|
sideOffset: number;
|
|
450
453
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
451
454
|
$slots: {
|
|
@@ -575,8 +578,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
575
578
|
default: null;
|
|
576
579
|
};
|
|
577
580
|
}>> & Readonly<{}>, {
|
|
578
|
-
enabled: boolean;
|
|
579
581
|
title: string;
|
|
582
|
+
enabled: boolean;
|
|
580
583
|
icon: string;
|
|
581
584
|
scheme: string;
|
|
582
585
|
description: string;
|
|
@@ -778,8 +781,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
778
781
|
default: boolean;
|
|
779
782
|
};
|
|
780
783
|
}>> & Readonly<{}>, {
|
|
781
|
-
enabled: boolean;
|
|
782
784
|
title: string;
|
|
785
|
+
enabled: boolean;
|
|
783
786
|
icon: string;
|
|
784
787
|
clickable: boolean;
|
|
785
788
|
description: string;
|
|
@@ -972,14 +975,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
972
975
|
};
|
|
973
976
|
}>> & Readonly<{}>, {
|
|
974
977
|
type: string;
|
|
978
|
+
value: number;
|
|
979
|
+
title: string;
|
|
975
980
|
text: string;
|
|
976
981
|
enabled: boolean;
|
|
977
|
-
title: string;
|
|
978
982
|
info: string;
|
|
979
983
|
icon: string;
|
|
980
984
|
clickable: boolean;
|
|
981
985
|
scheme: string;
|
|
982
|
-
value: number;
|
|
983
986
|
description: string;
|
|
984
987
|
percent: number;
|
|
985
988
|
invertedPercentage: boolean;
|
|
@@ -36,8 +36,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
36
|
}>, {
|
|
37
37
|
disabled: boolean;
|
|
38
38
|
type: import('../Tag/types').TagType;
|
|
39
|
-
size: import('../Tag/types').TagSize;
|
|
40
39
|
text: string;
|
|
40
|
+
size: import('../Tag/types').TagSize;
|
|
41
41
|
scheme: string;
|
|
42
42
|
leftIcon: string;
|
|
43
43
|
hasCloseIcon: boolean;
|
|
@@ -193,8 +193,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
193
|
default: boolean;
|
|
194
194
|
};
|
|
195
195
|
}>> & Readonly<{}>, {
|
|
196
|
-
side: string;
|
|
197
196
|
text: string;
|
|
197
|
+
side: string;
|
|
198
198
|
enabled: boolean;
|
|
199
199
|
forceOpen: boolean;
|
|
200
200
|
maxWidth: string;
|
|
@@ -254,6 +254,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
254
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
255
255
|
pointerDownOutside: (event: Event) => any;
|
|
256
256
|
}, import('vue').PublicProps, {
|
|
257
|
+
class: import('vue').HTMLAttributes["class"];
|
|
257
258
|
sideOffset: number;
|
|
258
259
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
259
260
|
P: {};
|
|
@@ -268,6 +269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
268
269
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
269
270
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
270
271
|
}>, {}, {}, {}, {}, {
|
|
272
|
+
class: import('vue').HTMLAttributes["class"];
|
|
271
273
|
sideOffset: number;
|
|
272
274
|
}>;
|
|
273
275
|
__isFragment?: never;
|
|
@@ -282,6 +284,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
284
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
283
285
|
pointerDownOutside: (event: Event) => any;
|
|
284
286
|
}, string, {
|
|
287
|
+
class: import('vue').HTMLAttributes["class"];
|
|
285
288
|
sideOffset: number;
|
|
286
289
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
287
290
|
$slots: {
|
|
@@ -51,10 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
default: null;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
|
+
value: number;
|
|
54
55
|
title: string;
|
|
55
56
|
icon: string;
|
|
56
57
|
scheme: string;
|
|
57
|
-
value: number;
|
|
58
58
|
percent: number;
|
|
59
59
|
invertedPercentage: boolean;
|
|
60
60
|
}, {}, {
|
|
@@ -43,8 +43,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
}>> & Readonly<{
|
|
44
44
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
|
-
text: string;
|
|
47
46
|
title: string;
|
|
47
|
+
text: string;
|
|
48
48
|
clickable: boolean;
|
|
49
49
|
titleSize: string;
|
|
50
50
|
titleTooltip: string;
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
side: string;
|
|
106
105
|
text: string;
|
|
106
|
+
side: string;
|
|
107
107
|
enabled: boolean;
|
|
108
108
|
forceOpen: boolean;
|
|
109
109
|
maxWidth: string;
|
|
@@ -163,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
164
164
|
pointerDownOutside: (event: Event) => any;
|
|
165
165
|
}, import('vue').PublicProps, {
|
|
166
|
+
class: import('vue').HTMLAttributes["class"];
|
|
166
167
|
sideOffset: number;
|
|
167
168
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
168
169
|
P: {};
|
|
@@ -177,6 +178,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
178
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
178
179
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
179
180
|
}>, {}, {}, {}, {}, {
|
|
181
|
+
class: import('vue').HTMLAttributes["class"];
|
|
180
182
|
sideOffset: number;
|
|
181
183
|
}>;
|
|
182
184
|
__isFragment?: never;
|
|
@@ -191,6 +193,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
193
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
192
194
|
pointerDownOutside: (event: Event) => any;
|
|
193
195
|
}, string, {
|
|
196
|
+
class: import('vue').HTMLAttributes["class"];
|
|
194
197
|
sideOffset: number;
|
|
195
198
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
196
199
|
$slots: {
|
|
@@ -57,8 +57,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{}>, {
|
|
60
|
-
enabled: boolean;
|
|
61
60
|
title: string;
|
|
61
|
+
enabled: boolean;
|
|
62
62
|
info: string;
|
|
63
63
|
icon: string;
|
|
64
64
|
scheme: string;
|
|
@@ -118,8 +118,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
120
|
}>> & Readonly<{}>, {
|
|
121
|
-
side: string;
|
|
122
121
|
text: string;
|
|
122
|
+
side: string;
|
|
123
123
|
enabled: boolean;
|
|
124
124
|
forceOpen: boolean;
|
|
125
125
|
maxWidth: string;
|
|
@@ -179,6 +179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
179
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
180
180
|
pointerDownOutside: (event: Event) => any;
|
|
181
181
|
}, import('vue').PublicProps, {
|
|
182
|
+
class: import('vue').HTMLAttributes["class"];
|
|
182
183
|
sideOffset: number;
|
|
183
184
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
184
185
|
P: {};
|
|
@@ -193,6 +194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
194
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
194
195
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
195
196
|
}>, {}, {}, {}, {}, {
|
|
197
|
+
class: import('vue').HTMLAttributes["class"];
|
|
196
198
|
sideOffset: number;
|
|
197
199
|
}>;
|
|
198
200
|
__isFragment?: never;
|
|
@@ -207,6 +209,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
209
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
208
210
|
pointerDownOutside: (event: Event) => any;
|
|
209
211
|
}, string, {
|
|
212
|
+
class: import('vue').HTMLAttributes["class"];
|
|
210
213
|
sideOffset: number;
|
|
211
214
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
212
215
|
$slots: {
|
|
@@ -250,8 +250,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
250
|
default: boolean;
|
|
251
251
|
};
|
|
252
252
|
}>> & Readonly<{}>, {
|
|
253
|
-
side: string;
|
|
254
253
|
text: string;
|
|
254
|
+
side: string;
|
|
255
255
|
enabled: boolean;
|
|
256
256
|
forceOpen: boolean;
|
|
257
257
|
maxWidth: string;
|
|
@@ -311,6 +311,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
311
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
312
312
|
pointerDownOutside: (event: Event) => any;
|
|
313
313
|
}, import('vue').PublicProps, {
|
|
314
|
+
class: import('vue').HTMLAttributes["class"];
|
|
314
315
|
sideOffset: number;
|
|
315
316
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
316
317
|
P: {};
|
|
@@ -325,6 +326,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
326
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
326
327
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
327
328
|
}>, {}, {}, {}, {}, {
|
|
329
|
+
class: import('vue').HTMLAttributes["class"];
|
|
328
330
|
sideOffset: number;
|
|
329
331
|
}>;
|
|
330
332
|
__isFragment?: never;
|
|
@@ -339,6 +341,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
339
341
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
340
342
|
pointerDownOutside: (event: Event) => any;
|
|
341
343
|
}, string, {
|
|
344
|
+
class: import('vue').HTMLAttributes["class"];
|
|
342
345
|
sideOffset: number;
|
|
343
346
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
344
347
|
$slots: {
|
|
@@ -65,8 +65,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
65
65
|
}>, {
|
|
66
66
|
disabled: boolean;
|
|
67
67
|
type: import('../Tag/types').TagType;
|
|
68
|
-
size: import('../Tag/types').TagSize;
|
|
69
68
|
text: string;
|
|
69
|
+
size: import('../Tag/types').TagSize;
|
|
70
70
|
scheme: string;
|
|
71
71
|
leftIcon: string;
|
|
72
72
|
hasCloseIcon: boolean;
|
|
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
}>, {
|
|
39
39
|
disabled: boolean;
|
|
40
40
|
type: import('../Tag/types').TagType;
|
|
41
|
-
size: import('../Tag/types').TagSize;
|
|
42
41
|
text: string;
|
|
42
|
+
size: import('../Tag/types').TagSize;
|
|
43
43
|
scheme: string;
|
|
44
44
|
leftIcon: string;
|
|
45
45
|
hasCloseIcon: boolean;
|
|
@@ -50,8 +50,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
51
51
|
disabled: boolean;
|
|
52
52
|
type: import('../Button/types').ButtonType;
|
|
53
|
-
size: import('../Button/types').ButtonSize;
|
|
54
53
|
text: string;
|
|
54
|
+
size: import('../Button/types').ButtonSize;
|
|
55
55
|
iconLeft: string;
|
|
56
56
|
iconRight: string;
|
|
57
57
|
float: boolean;
|
|
@@ -68,8 +68,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
69
69
|
disabled: boolean;
|
|
70
70
|
type: import('../Button/types').ButtonType;
|
|
71
|
-
size: import('../Button/types').ButtonSize;
|
|
72
71
|
text: string;
|
|
72
|
+
size: import('../Button/types').ButtonSize;
|
|
73
73
|
iconLeft: string;
|
|
74
74
|
iconRight: string;
|
|
75
75
|
float: boolean;
|
|
@@ -83,8 +83,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
type: import('../Button/types').ButtonType;
|
|
86
|
-
size: import('../Button/types').ButtonSize;
|
|
87
86
|
text: string;
|
|
87
|
+
size: import('../Button/types').ButtonSize;
|
|
88
88
|
iconLeft: string;
|
|
89
89
|
iconRight: string;
|
|
90
90
|
float: boolean;
|
|
@@ -149,8 +149,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
149
|
default: boolean;
|
|
150
150
|
};
|
|
151
151
|
}>> & Readonly<{}>, {
|
|
152
|
-
side: string;
|
|
153
152
|
text: string;
|
|
153
|
+
side: string;
|
|
154
154
|
enabled: boolean;
|
|
155
155
|
forceOpen: boolean;
|
|
156
156
|
maxWidth: string;
|
|
@@ -210,6 +210,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
210
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
211
211
|
pointerDownOutside: (event: Event) => any;
|
|
212
212
|
}, import('vue').PublicProps, {
|
|
213
|
+
class: import('vue').HTMLAttributes["class"];
|
|
213
214
|
sideOffset: number;
|
|
214
215
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
215
216
|
P: {};
|
|
@@ -224,6 +225,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
225
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
225
226
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
226
227
|
}>, {}, {}, {}, {}, {
|
|
228
|
+
class: import('vue').HTMLAttributes["class"];
|
|
227
229
|
sideOffset: number;
|
|
228
230
|
}>;
|
|
229
231
|
__isFragment?: never;
|
|
@@ -238,6 +240,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
240
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
239
241
|
pointerDownOutside: (event: Event) => any;
|
|
240
242
|
}, string, {
|
|
243
|
+
class: import('vue').HTMLAttributes["class"];
|
|
241
244
|
sideOffset: number;
|
|
242
245
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
243
246
|
$slots: {
|
|
@@ -72,8 +72,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
side: string;
|
|
76
75
|
text: string;
|
|
76
|
+
side: string;
|
|
77
77
|
enabled: boolean;
|
|
78
78
|
forceOpen: boolean;
|
|
79
79
|
maxWidth: string;
|
|
@@ -133,6 +133,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
134
134
|
pointerDownOutside: (event: Event) => any;
|
|
135
135
|
}, import('vue').PublicProps, {
|
|
136
|
+
class: import('vue').HTMLAttributes["class"];
|
|
136
137
|
sideOffset: number;
|
|
137
138
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
138
139
|
P: {};
|
|
@@ -147,6 +148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
148
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
148
149
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
149
150
|
}>, {}, {}, {}, {}, {
|
|
151
|
+
class: import('vue').HTMLAttributes["class"];
|
|
150
152
|
sideOffset: number;
|
|
151
153
|
}>;
|
|
152
154
|
__isFragment?: never;
|
|
@@ -161,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
163
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
162
164
|
pointerDownOutside: (event: Event) => any;
|
|
163
165
|
}, string, {
|
|
166
|
+
class: import('vue').HTMLAttributes["class"];
|
|
164
167
|
sideOffset: number;
|
|
165
168
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
166
169
|
$slots: {
|
|
@@ -87,8 +87,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{}>, {
|
|
90
|
-
side: string;
|
|
91
90
|
text: string;
|
|
91
|
+
side: string;
|
|
92
92
|
enabled: boolean;
|
|
93
93
|
forceOpen: boolean;
|
|
94
94
|
maxWidth: string;
|
|
@@ -148,6 +148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
149
149
|
pointerDownOutside: (event: Event) => any;
|
|
150
150
|
}, import('vue').PublicProps, {
|
|
151
|
+
class: import('vue').HTMLAttributes["class"];
|
|
151
152
|
sideOffset: number;
|
|
152
153
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
153
154
|
P: {};
|
|
@@ -162,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
163
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
163
164
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
164
165
|
}>, {}, {}, {}, {}, {
|
|
166
|
+
class: import('vue').HTMLAttributes["class"];
|
|
165
167
|
sideOffset: number;
|
|
166
168
|
}>;
|
|
167
169
|
__isFragment?: never;
|
|
@@ -176,6 +178,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
176
178
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
177
179
|
pointerDownOutside: (event: Event) => any;
|
|
178
180
|
}, string, {
|
|
181
|
+
class: import('vue').HTMLAttributes["class"];
|
|
179
182
|
sideOffset: number;
|
|
180
183
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
181
184
|
$slots: {
|
|
@@ -212,8 +212,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
212
212
|
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
214
|
disabled: boolean;
|
|
215
|
-
locale: string;
|
|
216
215
|
title: string;
|
|
216
|
+
locale: string;
|
|
217
217
|
selected: boolean;
|
|
218
218
|
lastMessage: Record<string, any>;
|
|
219
219
|
lastInteractionTimePrefix: string;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
37
37
|
}) => any) | undefined;
|
|
38
38
|
}>, {
|
|
39
39
|
close: () => void;
|
|
40
|
-
size: "auto" | "small" | "large";
|
|
41
40
|
title: string;
|
|
41
|
+
size: "auto" | "small" | "large";
|
|
42
42
|
subtitle: string;
|
|
43
43
|
back: () => void;
|
|
44
44
|
crumbs: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;WANV,MAAM;UAUP,MAAM,GAAG,OAAO,GAAG,OAAO;cATtB,MAAM;UAIV,MAAM,IAAI;YAIR,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;uBAP1B,gBAAgB;gBACvB,MAAM;gBACN,MAAM;iBAGL,MAAM,IAAI;gBACX,MAAM,IAAI;wFAmRvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -369,8 +369,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
369
369
|
default: boolean;
|
|
370
370
|
};
|
|
371
371
|
}>> & Readonly<{}>, {
|
|
372
|
-
side: string;
|
|
373
372
|
text: string;
|
|
373
|
+
side: string;
|
|
374
374
|
enabled: boolean;
|
|
375
375
|
forceOpen: boolean;
|
|
376
376
|
maxWidth: string;
|
|
@@ -430,6 +430,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
430
430
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
431
431
|
pointerDownOutside: (event: Event) => any;
|
|
432
432
|
}, import('vue').PublicProps, {
|
|
433
|
+
class: import('vue').HTMLAttributes["class"];
|
|
433
434
|
sideOffset: number;
|
|
434
435
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
435
436
|
P: {};
|
|
@@ -444,6 +445,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
444
445
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
445
446
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
446
447
|
}>, {}, {}, {}, {}, {
|
|
448
|
+
class: import('vue').HTMLAttributes["class"];
|
|
447
449
|
sideOffset: number;
|
|
448
450
|
}>;
|
|
449
451
|
__isFragment?: never;
|
|
@@ -458,6 +460,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
458
460
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
459
461
|
pointerDownOutside: (event: Event) => any;
|
|
460
462
|
}, string, {
|
|
463
|
+
class: import('vue').HTMLAttributes["class"];
|
|
461
464
|
sideOffset: number;
|
|
462
465
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
463
466
|
$slots: {
|