@weni/unnnic-system 3.9.4-alpha.4 → 3.10.0
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/CHANGELOG.md +14 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +414 -11
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +446 -21
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.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 +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +41 -251
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +28 -51
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +2 -33
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +41 -251
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +25 -85
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +46 -256
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- package/dist/components/Label/Label.vue.d.ts +15 -9
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +46 -256
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -26
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +470 -120
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +25 -85
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +21 -55
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +33 -78
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -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 +4 -4
- package/dist/components/index.d.ts +7677 -6315
- package/dist/components/index.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/{es-bdfb773f.mjs → es-4b899f97.mjs} +1 -1
- package/dist/{index-8ce04c5b.mjs → index-23489897.mjs} +8813 -9354
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-4befdd13.mjs → pt-br-5a914a63.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +173 -181
- package/dist/unnnic.umd.js +36 -35
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +223 -309
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/Alert.spec.js +45 -2
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +14 -33
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +56 -79
- package/src/components/Input/TextInput.vue +65 -81
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +4 -17
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/Label/Label.vue +21 -52
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/Radio/Radio.vue +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +3 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/Tab.vue +23 -37
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +12 -41
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +17 -33
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/MultiSelectV2/MultSelectOption.vue +0 -67
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -121
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelectV2/index.vue +0 -221
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -249
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/MultiSelectV2.stories.js +0 -158
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Select.stories.js +0 -158
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -286,8 +286,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
286
|
}>> & Readonly<{
|
|
287
287
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
288
288
|
}>, {
|
|
289
|
-
size: string;
|
|
290
289
|
clickable: boolean;
|
|
290
|
+
size: string;
|
|
291
291
|
disabled: boolean;
|
|
292
292
|
active: boolean;
|
|
293
293
|
photoUrl: string;
|
|
@@ -301,10 +301,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
301
301
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
302
302
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
303
303
|
}>, {
|
|
304
|
-
size: import('../Icon.vue').IconSize;
|
|
305
304
|
filled: boolean;
|
|
306
305
|
icon: string | null;
|
|
307
306
|
clickable: boolean;
|
|
307
|
+
size: import('../Icon.vue').IconSize;
|
|
308
308
|
scheme: import('../Icon.vue').SchemeColor;
|
|
309
309
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
310
310
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -317,10 +317,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
317
317
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
318
318
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
|
-
size: import('../Icon.vue').IconSize;
|
|
321
320
|
filled: boolean;
|
|
322
321
|
icon: string | null;
|
|
323
322
|
clickable: boolean;
|
|
323
|
+
size: import('../Icon.vue').IconSize;
|
|
324
324
|
scheme: import('../Icon.vue').SchemeColor;
|
|
325
325
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
326
326
|
TransitionRipple: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -345,7 +345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
345
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
346
346
|
Checkbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
347
347
|
modelValue: {
|
|
348
|
-
type: (
|
|
348
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
349
349
|
default: boolean;
|
|
350
350
|
validator(value: unknown): boolean;
|
|
351
351
|
};
|
|
@@ -353,13 +353,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
353
353
|
type: BooleanConstructor;
|
|
354
354
|
default: boolean;
|
|
355
355
|
};
|
|
356
|
-
|
|
357
|
-
type: StringConstructor;
|
|
358
|
-
default: string;
|
|
359
|
-
};
|
|
360
|
-
helper: {
|
|
356
|
+
size: {
|
|
361
357
|
type: StringConstructor;
|
|
362
358
|
default: string;
|
|
359
|
+
validator(value: unknown): boolean;
|
|
363
360
|
};
|
|
364
361
|
textRight: {
|
|
365
362
|
type: StringConstructor;
|
|
@@ -367,15 +364,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
367
364
|
};
|
|
368
365
|
}>, {}, {}, {
|
|
369
366
|
valueName(): "default" | "less" | "checked";
|
|
367
|
+
icon(): string;
|
|
368
|
+
color(): "neutral-clean" | "brand-weni";
|
|
370
369
|
}, {
|
|
371
|
-
pick: {
|
|
372
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
373
|
-
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
374
|
-
};
|
|
375
370
|
click(): void;
|
|
376
371
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
377
372
|
modelValue: {
|
|
378
|
-
type: (
|
|
373
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
379
374
|
default: boolean;
|
|
380
375
|
validator(value: unknown): boolean;
|
|
381
376
|
};
|
|
@@ -383,13 +378,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
383
378
|
type: BooleanConstructor;
|
|
384
379
|
default: boolean;
|
|
385
380
|
};
|
|
386
|
-
|
|
387
|
-
type: StringConstructor;
|
|
388
|
-
default: string;
|
|
389
|
-
};
|
|
390
|
-
helper: {
|
|
381
|
+
size: {
|
|
391
382
|
type: StringConstructor;
|
|
392
383
|
default: string;
|
|
384
|
+
validator(value: unknown): boolean;
|
|
393
385
|
};
|
|
394
386
|
textRight: {
|
|
395
387
|
type: StringConstructor;
|
|
@@ -399,11 +391,444 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
391
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
400
392
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
401
393
|
}>, {
|
|
402
|
-
|
|
394
|
+
size: string;
|
|
403
395
|
disabled: boolean;
|
|
404
396
|
modelValue: string | boolean;
|
|
405
|
-
helper: string;
|
|
406
397
|
textRight: string;
|
|
398
|
+
}, {}, {
|
|
399
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
400
|
+
click: (event: Event) => any;
|
|
401
|
+
mousedown: (event: Event) => any;
|
|
402
|
+
mouseup: (event: Event) => any;
|
|
403
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
404
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
405
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
406
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
407
|
+
}>, {
|
|
408
|
+
filled: boolean;
|
|
409
|
+
icon: string | null;
|
|
410
|
+
clickable: boolean;
|
|
411
|
+
size: import('../Icon.vue').IconSize;
|
|
412
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
413
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
414
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
415
|
+
UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
416
|
+
type: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
default: string;
|
|
419
|
+
validator(value: unknown): boolean;
|
|
420
|
+
};
|
|
421
|
+
text: {
|
|
422
|
+
type: StringConstructor;
|
|
423
|
+
default: null;
|
|
424
|
+
};
|
|
425
|
+
tooltipText: {
|
|
426
|
+
type: StringConstructor;
|
|
427
|
+
default: null;
|
|
428
|
+
};
|
|
429
|
+
clickable: {
|
|
430
|
+
type: BooleanConstructor;
|
|
431
|
+
default: boolean;
|
|
432
|
+
};
|
|
433
|
+
count: {
|
|
434
|
+
type: NumberConstructor;
|
|
435
|
+
default: number;
|
|
436
|
+
};
|
|
437
|
+
disabled: {
|
|
438
|
+
type: BooleanConstructor;
|
|
439
|
+
default: boolean;
|
|
440
|
+
};
|
|
441
|
+
hasCloseIcon: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
scheme: {
|
|
446
|
+
type: StringConstructor;
|
|
447
|
+
default: string;
|
|
448
|
+
};
|
|
449
|
+
hasBackButton: {
|
|
450
|
+
type: BooleanConstructor;
|
|
451
|
+
default: boolean;
|
|
452
|
+
};
|
|
453
|
+
enableTooltip: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
leftIcon: {
|
|
458
|
+
type: StringConstructor;
|
|
459
|
+
default: string;
|
|
460
|
+
};
|
|
461
|
+
rightIcon: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
default: string;
|
|
464
|
+
};
|
|
465
|
+
}>, {}, {}, {
|
|
466
|
+
currentComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
467
|
+
text: {
|
|
468
|
+
type: StringConstructor;
|
|
469
|
+
default: null;
|
|
470
|
+
};
|
|
471
|
+
clickable: {
|
|
472
|
+
type: BooleanConstructor;
|
|
473
|
+
default: boolean;
|
|
474
|
+
};
|
|
475
|
+
disabled: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
479
|
+
hasCloseIcon: {
|
|
480
|
+
type: BooleanConstructor;
|
|
481
|
+
default: boolean;
|
|
482
|
+
};
|
|
483
|
+
scheme: {
|
|
484
|
+
type: StringConstructor;
|
|
485
|
+
default: string;
|
|
486
|
+
};
|
|
487
|
+
leftIcon: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: null;
|
|
490
|
+
};
|
|
491
|
+
rightIcon: {
|
|
492
|
+
type: StringConstructor;
|
|
493
|
+
default: null;
|
|
494
|
+
};
|
|
495
|
+
}>, {}, {}, {}, {
|
|
496
|
+
closeClicked(): void;
|
|
497
|
+
emitClose(): void;
|
|
498
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
499
|
+
text: {
|
|
500
|
+
type: StringConstructor;
|
|
501
|
+
default: null;
|
|
502
|
+
};
|
|
503
|
+
clickable: {
|
|
504
|
+
type: BooleanConstructor;
|
|
505
|
+
default: boolean;
|
|
506
|
+
};
|
|
507
|
+
disabled: {
|
|
508
|
+
type: BooleanConstructor;
|
|
509
|
+
default: boolean;
|
|
510
|
+
};
|
|
511
|
+
hasCloseIcon: {
|
|
512
|
+
type: BooleanConstructor;
|
|
513
|
+
default: boolean;
|
|
514
|
+
};
|
|
515
|
+
scheme: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
default: string;
|
|
518
|
+
};
|
|
519
|
+
leftIcon: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
default: null;
|
|
522
|
+
};
|
|
523
|
+
rightIcon: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: null;
|
|
526
|
+
};
|
|
527
|
+
}>> & Readonly<{}>, {
|
|
528
|
+
text: string;
|
|
529
|
+
clickable: boolean;
|
|
530
|
+
scheme: string;
|
|
531
|
+
disabled: boolean;
|
|
532
|
+
hasCloseIcon: boolean;
|
|
533
|
+
leftIcon: string;
|
|
534
|
+
rightIcon: string;
|
|
535
|
+
}, {}, {
|
|
536
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
537
|
+
click: (event: Event) => any;
|
|
538
|
+
mousedown: (event: Event) => any;
|
|
539
|
+
mouseup: (event: Event) => any;
|
|
540
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
541
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
542
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
543
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
544
|
+
}>, {
|
|
545
|
+
filled: boolean;
|
|
546
|
+
icon: string | null;
|
|
547
|
+
clickable: boolean;
|
|
548
|
+
size: import('../Icon.vue').IconSize;
|
|
549
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
550
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
551
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
552
|
+
text: {
|
|
553
|
+
type: StringConstructor;
|
|
554
|
+
default: null;
|
|
555
|
+
};
|
|
556
|
+
tooltipText: {
|
|
557
|
+
type: StringConstructor;
|
|
558
|
+
default: null;
|
|
559
|
+
};
|
|
560
|
+
count: {
|
|
561
|
+
type: NumberConstructor;
|
|
562
|
+
default: number;
|
|
563
|
+
};
|
|
564
|
+
clickable: {
|
|
565
|
+
type: BooleanConstructor;
|
|
566
|
+
default: boolean;
|
|
567
|
+
};
|
|
568
|
+
hasBackButton: {
|
|
569
|
+
type: BooleanConstructor;
|
|
570
|
+
default: boolean;
|
|
571
|
+
};
|
|
572
|
+
enableTooltip: {
|
|
573
|
+
type: BooleanConstructor;
|
|
574
|
+
default: boolean;
|
|
575
|
+
};
|
|
576
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
577
|
+
text: {
|
|
578
|
+
type: StringConstructor;
|
|
579
|
+
default: null;
|
|
580
|
+
};
|
|
581
|
+
tooltipText: {
|
|
582
|
+
type: StringConstructor;
|
|
583
|
+
default: null;
|
|
584
|
+
};
|
|
585
|
+
count: {
|
|
586
|
+
type: NumberConstructor;
|
|
587
|
+
default: number;
|
|
588
|
+
};
|
|
589
|
+
clickable: {
|
|
590
|
+
type: BooleanConstructor;
|
|
591
|
+
default: boolean;
|
|
592
|
+
};
|
|
593
|
+
hasBackButton: {
|
|
594
|
+
type: BooleanConstructor;
|
|
595
|
+
default: boolean;
|
|
596
|
+
};
|
|
597
|
+
enableTooltip: {
|
|
598
|
+
type: BooleanConstructor;
|
|
599
|
+
default: boolean;
|
|
600
|
+
};
|
|
601
|
+
}>> & Readonly<{}>, {
|
|
602
|
+
text: string;
|
|
603
|
+
clickable: boolean;
|
|
604
|
+
tooltipText: string;
|
|
605
|
+
count: number;
|
|
606
|
+
hasBackButton: boolean;
|
|
607
|
+
enableTooltip: boolean;
|
|
608
|
+
}, {}, {
|
|
609
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
610
|
+
click: (event: Event) => any;
|
|
611
|
+
mousedown: (event: Event) => any;
|
|
612
|
+
mouseup: (event: Event) => any;
|
|
613
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
614
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
615
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
616
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
617
|
+
}>, {
|
|
618
|
+
filled: boolean;
|
|
619
|
+
icon: string | null;
|
|
620
|
+
clickable: boolean;
|
|
621
|
+
size: import('../Icon.vue').IconSize;
|
|
622
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
623
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
624
|
+
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
625
|
+
text: {
|
|
626
|
+
type: StringConstructor;
|
|
627
|
+
default: string;
|
|
628
|
+
};
|
|
629
|
+
enabled: {
|
|
630
|
+
type: BooleanConstructor;
|
|
631
|
+
default: boolean;
|
|
632
|
+
};
|
|
633
|
+
forceOpen: {
|
|
634
|
+
type: BooleanConstructor;
|
|
635
|
+
default: boolean;
|
|
636
|
+
};
|
|
637
|
+
side: {
|
|
638
|
+
type: StringConstructor;
|
|
639
|
+
default: string;
|
|
640
|
+
validator(value: unknown): boolean;
|
|
641
|
+
};
|
|
642
|
+
maxWidth: {
|
|
643
|
+
type: StringConstructor;
|
|
644
|
+
default: string;
|
|
645
|
+
};
|
|
646
|
+
shortcutText: {
|
|
647
|
+
type: StringConstructor;
|
|
648
|
+
default: null;
|
|
649
|
+
};
|
|
650
|
+
enableHtml: {
|
|
651
|
+
type: BooleanConstructor;
|
|
652
|
+
default: boolean;
|
|
653
|
+
};
|
|
654
|
+
}>, {}, {
|
|
655
|
+
topPos: null;
|
|
656
|
+
leftPos: null;
|
|
657
|
+
}, {}, {
|
|
658
|
+
handleResize(): void;
|
|
659
|
+
getRightPost(element: any): void;
|
|
660
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
661
|
+
text: {
|
|
662
|
+
type: StringConstructor;
|
|
663
|
+
default: string;
|
|
664
|
+
};
|
|
665
|
+
enabled: {
|
|
666
|
+
type: BooleanConstructor;
|
|
667
|
+
default: boolean;
|
|
668
|
+
};
|
|
669
|
+
forceOpen: {
|
|
670
|
+
type: BooleanConstructor;
|
|
671
|
+
default: boolean;
|
|
672
|
+
};
|
|
673
|
+
side: {
|
|
674
|
+
type: StringConstructor;
|
|
675
|
+
default: string;
|
|
676
|
+
validator(value: unknown): boolean;
|
|
677
|
+
};
|
|
678
|
+
maxWidth: {
|
|
679
|
+
type: StringConstructor;
|
|
680
|
+
default: string;
|
|
681
|
+
};
|
|
682
|
+
shortcutText: {
|
|
683
|
+
type: StringConstructor;
|
|
684
|
+
default: null;
|
|
685
|
+
};
|
|
686
|
+
enableHtml: {
|
|
687
|
+
type: BooleanConstructor;
|
|
688
|
+
default: boolean;
|
|
689
|
+
};
|
|
690
|
+
}>> & Readonly<{}>, {
|
|
691
|
+
text: string;
|
|
692
|
+
forceOpen: boolean;
|
|
693
|
+
enabled: boolean;
|
|
694
|
+
side: string;
|
|
695
|
+
maxWidth: string;
|
|
696
|
+
shortcutText: string;
|
|
697
|
+
enableHtml: boolean;
|
|
698
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
699
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
700
|
+
text: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: null;
|
|
703
|
+
};
|
|
704
|
+
clickable: {
|
|
705
|
+
type: BooleanConstructor;
|
|
706
|
+
default: boolean;
|
|
707
|
+
};
|
|
708
|
+
disabled: {
|
|
709
|
+
type: BooleanConstructor;
|
|
710
|
+
default: boolean;
|
|
711
|
+
};
|
|
712
|
+
}>, {}, {}, {}, {
|
|
713
|
+
closeClicked(): void;
|
|
714
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
715
|
+
text: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
default: null;
|
|
718
|
+
};
|
|
719
|
+
clickable: {
|
|
720
|
+
type: BooleanConstructor;
|
|
721
|
+
default: boolean;
|
|
722
|
+
};
|
|
723
|
+
disabled: {
|
|
724
|
+
type: BooleanConstructor;
|
|
725
|
+
default: boolean;
|
|
726
|
+
};
|
|
727
|
+
}>> & Readonly<{}>, {
|
|
728
|
+
text: string;
|
|
729
|
+
clickable: boolean;
|
|
730
|
+
disabled: boolean;
|
|
731
|
+
}, {}, {
|
|
732
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
733
|
+
click: (event: Event) => any;
|
|
734
|
+
mousedown: (event: Event) => any;
|
|
735
|
+
mouseup: (event: Event) => any;
|
|
736
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
737
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
738
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
739
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
740
|
+
}>, {
|
|
741
|
+
filled: boolean;
|
|
742
|
+
icon: string | null;
|
|
743
|
+
clickable: boolean;
|
|
744
|
+
size: import('../Icon.vue').IconSize;
|
|
745
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
746
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
747
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
748
|
+
text: {
|
|
749
|
+
type: StringConstructor;
|
|
750
|
+
default: null;
|
|
751
|
+
};
|
|
752
|
+
scheme: {
|
|
753
|
+
type: StringConstructor;
|
|
754
|
+
default: string;
|
|
755
|
+
};
|
|
756
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
757
|
+
text: {
|
|
758
|
+
type: StringConstructor;
|
|
759
|
+
default: null;
|
|
760
|
+
};
|
|
761
|
+
scheme: {
|
|
762
|
+
type: StringConstructor;
|
|
763
|
+
default: string;
|
|
764
|
+
};
|
|
765
|
+
}>> & Readonly<{}>, {
|
|
766
|
+
text: string;
|
|
767
|
+
scheme: string;
|
|
768
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
769
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
770
|
+
type: {
|
|
771
|
+
type: StringConstructor;
|
|
772
|
+
default: string;
|
|
773
|
+
validator(value: unknown): boolean;
|
|
774
|
+
};
|
|
775
|
+
text: {
|
|
776
|
+
type: StringConstructor;
|
|
777
|
+
default: null;
|
|
778
|
+
};
|
|
779
|
+
tooltipText: {
|
|
780
|
+
type: StringConstructor;
|
|
781
|
+
default: null;
|
|
782
|
+
};
|
|
783
|
+
clickable: {
|
|
784
|
+
type: BooleanConstructor;
|
|
785
|
+
default: boolean;
|
|
786
|
+
};
|
|
787
|
+
count: {
|
|
788
|
+
type: NumberConstructor;
|
|
789
|
+
default: number;
|
|
790
|
+
};
|
|
791
|
+
disabled: {
|
|
792
|
+
type: BooleanConstructor;
|
|
793
|
+
default: boolean;
|
|
794
|
+
};
|
|
795
|
+
hasCloseIcon: {
|
|
796
|
+
type: BooleanConstructor;
|
|
797
|
+
default: boolean;
|
|
798
|
+
};
|
|
799
|
+
scheme: {
|
|
800
|
+
type: StringConstructor;
|
|
801
|
+
default: string;
|
|
802
|
+
};
|
|
803
|
+
hasBackButton: {
|
|
804
|
+
type: BooleanConstructor;
|
|
805
|
+
default: boolean;
|
|
806
|
+
};
|
|
807
|
+
enableTooltip: {
|
|
808
|
+
type: BooleanConstructor;
|
|
809
|
+
default: boolean;
|
|
810
|
+
};
|
|
811
|
+
leftIcon: {
|
|
812
|
+
type: StringConstructor;
|
|
813
|
+
default: string;
|
|
814
|
+
};
|
|
815
|
+
rightIcon: {
|
|
816
|
+
type: StringConstructor;
|
|
817
|
+
default: string;
|
|
818
|
+
};
|
|
819
|
+
}>> & Readonly<{}>, {
|
|
820
|
+
text: string;
|
|
821
|
+
clickable: boolean;
|
|
822
|
+
scheme: string;
|
|
823
|
+
type: string;
|
|
824
|
+
disabled: boolean;
|
|
825
|
+
hasCloseIcon: boolean;
|
|
826
|
+
leftIcon: string;
|
|
827
|
+
rightIcon: string;
|
|
828
|
+
tooltipText: string;
|
|
829
|
+
count: number;
|
|
830
|
+
hasBackButton: boolean;
|
|
831
|
+
enableTooltip: boolean;
|
|
407
832
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
408
833
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
409
834
|
export default _default;
|
|
@@ -28,10 +28,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
28
28
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
29
29
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
|
-
size: import('../Icon.vue').IconSize;
|
|
32
31
|
filled: boolean;
|
|
33
32
|
icon: string | null;
|
|
34
33
|
clickable: boolean;
|
|
34
|
+
size: import('../Icon.vue').IconSize;
|
|
35
35
|
scheme: import('../Icon.vue').SchemeColor;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -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"}
|
|
@@ -240,10 +240,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
240
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
241
241
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
242
242
|
}>, {
|
|
243
|
-
size: import('../Icon.vue').IconSize;
|
|
244
243
|
filled: boolean;
|
|
245
244
|
icon: string | null;
|
|
246
245
|
clickable: boolean;
|
|
246
|
+
size: import('../Icon.vue').IconSize;
|
|
247
247
|
scheme: import('../Icon.vue').SchemeColor;
|
|
248
248
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
249
249
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -256,10 +256,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
256
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
257
257
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
258
258
|
}>, {
|
|
259
|
-
size: import('../Icon.vue').IconSize;
|
|
260
259
|
filled: boolean;
|
|
261
260
|
icon: string | null;
|
|
262
261
|
clickable: boolean;
|
|
262
|
+
size: import('../Icon.vue').IconSize;
|
|
263
263
|
scheme: import('../Icon.vue').SchemeColor;
|
|
264
264
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
265
265
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -294,10 +294,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
294
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
295
295
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
296
296
|
}>, {
|
|
297
|
-
size: import('../Icon.vue').IconSize;
|
|
298
297
|
filled: boolean;
|
|
299
298
|
icon: string | null;
|
|
300
299
|
clickable: boolean;
|
|
300
|
+
size: import('../Icon.vue').IconSize;
|
|
301
301
|
scheme: import('../Icon.vue').SchemeColor;
|
|
302
302
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
303
303
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -310,10 +310,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
310
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
311
311
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
312
312
|
}>, {
|
|
313
|
-
size: import('../Icon.vue').IconSize;
|
|
314
313
|
filled: boolean;
|
|
315
314
|
icon: string | null;
|
|
316
315
|
clickable: boolean;
|
|
316
|
+
size: import('../Icon.vue').IconSize;
|
|
317
317
|
scheme: import('../Icon.vue').SchemeColor;
|
|
318
318
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
319
319
|
UnnnicTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -384,8 +384,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
384
384
|
};
|
|
385
385
|
}>> & Readonly<{}>, {
|
|
386
386
|
text: string;
|
|
387
|
-
enabled: boolean;
|
|
388
387
|
forceOpen: boolean;
|
|
388
|
+
enabled: boolean;
|
|
389
389
|
side: string;
|
|
390
390
|
maxWidth: string;
|
|
391
391
|
shortcutText: string;
|
|
@@ -46,10 +46,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
47
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
|
-
size: import('../Icon.vue').IconSize;
|
|
50
49
|
filled: boolean;
|
|
51
50
|
icon: string | null;
|
|
52
51
|
clickable: boolean;
|
|
52
|
+
size: import('../Icon.vue').IconSize;
|
|
53
53
|
scheme: import('../Icon.vue').SchemeColor;
|
|
54
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
55
55
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -62,10 +62,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
63
63
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
|
-
size: import('../Icon.vue').IconSize;
|
|
66
65
|
filled: boolean;
|
|
67
66
|
icon: string | null;
|
|
68
67
|
clickable: boolean;
|
|
68
|
+
size: import('../Icon.vue').IconSize;
|
|
69
69
|
scheme: import('../Icon.vue').SchemeColor;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
71
71
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -50,10 +50,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
51
51
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
-
size: import('../Icon.vue').IconSize;
|
|
54
53
|
filled: boolean;
|
|
55
54
|
icon: string | null;
|
|
56
55
|
clickable: boolean;
|
|
56
|
+
size: import('../Icon.vue').IconSize;
|
|
57
57
|
scheme: import('../Icon.vue').SchemeColor;
|
|
58
58
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
59
59
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|