@dialpad/dialtone 9.1.1 → 9.3.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/dist/css/dialtone.css +2 -2
- package/dist/eslint-plugin/rules/custom-implementation.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-component.js +5 -5
- package/dist/eslint-plugin/rules/deprecated-directive.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-icons.js +1 -1
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/unread.svg +1 -0
- package/dist/icons/svg/user-rematch.svg +1 -0
- package/dist/icons/svg/video-off.svg +1 -1
- package/dist/icons/svg/video.svg +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +6 -6
- package/dist/vue2/dialtone-vue.js +864 -622
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +83625 -30
- package/dist/vue2/{emoji-7rGodye-.js → emoji_text_wrapper--R-54YKU.js} +4057 -87633
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +1 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-_ykHbRFm.js → tooltip-eJqD2Wwv.js} +12 -12
- package/dist/vue2/types/common/dates.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +2 -2
- package/dist/vue2/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +7 -10
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +4 -9
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -4
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio/radio.vue.d.ts +12 -2
- package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +6 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +45 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +47 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +41 -8
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +12 -12
- package/dist/vue3/emoji-AfK6oyUP.cjs +1 -0
- package/dist/vue3/{emoji-3pj6EkFO.js → emoji-w7mkBLzY.js} +5125 -5069
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-gShCFyCG.cjs → emoji_picker-4xiNkfJF.cjs} +1 -1
- package/dist/vue3/{emoji_picker-cEd7jpeQ.js → emoji_picker-nLVt8cFZ.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-miQbnssk.cjs → emoji_text_wrapper-MBYdbA6A.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-EQ1gDwv9.js → emoji_text_wrapper-mBDw9Xy3.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +3 -3
- package/dist/vue3/{stack-sgBuXZ5V.js → stack-FdfddyeK.js} +4 -2
- package/dist/vue3/{stack-Mxp-S0Wp.cjs → stack-w8PNJngT.cjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/common/dates.d.ts +1 -1
- package/dist/vue3/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +8 -11
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +11 -4
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -3
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +4 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +4 -4
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/package.json +1 -1
- package/dist/vue2/emoji-lh7HbdPO.cjs +0 -1
- package/dist/vue3/emoji-o92If4FT.cjs +0 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
function items({ query }: {
|
|
3
|
+
query: any;
|
|
4
|
+
}): {
|
|
5
|
+
id: any;
|
|
6
|
+
code: any;
|
|
7
|
+
}[];
|
|
8
|
+
function command({ editor, range, props }: {
|
|
9
|
+
editor: any;
|
|
10
|
+
range: any;
|
|
11
|
+
props: any;
|
|
12
|
+
}): void;
|
|
13
|
+
function render(): {
|
|
14
|
+
onStart: (props: any) => void;
|
|
15
|
+
onUpdate(props: any): void;
|
|
16
|
+
onKeyDown(props: any): any;
|
|
17
|
+
onExit(): void;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=suggestion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/emoji/suggestion.js"],"names":[],"mappings":";IAUS;;;;;QAYN;IAEQ;;;;aA0BR;IAEO;;;;;MA4DP"}
|
package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
editor: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/core").Editor>;
|
|
3
|
+
node: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
|
|
4
|
+
decorations: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/vue-2").DecorationWithType[]>;
|
|
5
|
+
selected: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<boolean>;
|
|
6
|
+
extension: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/vue-2").Node<any, any>>;
|
|
7
|
+
getPos: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<() => number> & {
|
|
8
|
+
required: true;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (() => () => number) | undefined;
|
|
11
|
+
};
|
|
12
|
+
updateAttributes: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<(attributes: Record<string, any>) => void> & {
|
|
13
|
+
required: true;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (() => (attributes: Record<string, any>) => void) | undefined;
|
|
16
|
+
};
|
|
17
|
+
deleteNode: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<() => void> & {
|
|
18
|
+
required: true;
|
|
19
|
+
} & {
|
|
20
|
+
default?: (() => () => void) | undefined;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {
|
|
23
|
+
text(): string;
|
|
24
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
editor: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/core").Editor>;
|
|
26
|
+
node: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
|
|
27
|
+
decorations: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/vue-2").DecorationWithType[]>;
|
|
28
|
+
selected: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<boolean>;
|
|
29
|
+
extension: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").RequiredPropOptions<import("@tiptap/vue-2").Node<any, any>>;
|
|
30
|
+
getPos: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<() => number> & {
|
|
31
|
+
required: true;
|
|
32
|
+
} & {
|
|
33
|
+
default?: (() => () => number) | undefined;
|
|
34
|
+
};
|
|
35
|
+
updateAttributes: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<(attributes: Record<string, any>) => void> & {
|
|
36
|
+
required: true;
|
|
37
|
+
} & {
|
|
38
|
+
default?: (() => (attributes: Record<string, any>) => void) | undefined;
|
|
39
|
+
};
|
|
40
|
+
deleteNode: import(".pnpm/vue-ts-types@1.6.1_vue@2.7.15/node_modules/vue-ts-types/dist/types").PropOptions<() => void> & {
|
|
41
|
+
required: true;
|
|
42
|
+
} & {
|
|
43
|
+
default?: (() => () => void) | undefined;
|
|
44
|
+
};
|
|
45
|
+
}>>, {}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
//# sourceMappingURL=MentionComponent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MentionComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/MentionComponent.vue.js"],"names":[],"mappings":""}
|
package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
item: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {
|
|
7
|
+
name(): any;
|
|
8
|
+
avatarSrc(): any;
|
|
9
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
item: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>>, {}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=MentionSuggestion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MentionSuggestion.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mention.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/mention.js"],"names":[],"mappings":"AAOA,kHAmCG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/suggestion.js"],"names":[],"mappings":";IAaU;;;;;MA0DP"}
|
package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
items: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
command: {
|
|
7
|
+
type: FunctionConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
itemComponent: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
itemType: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {
|
|
19
|
+
selectedIndex: number;
|
|
20
|
+
}, {}, {
|
|
21
|
+
onKeyDown({ event }: {
|
|
22
|
+
event: any;
|
|
23
|
+
}): boolean;
|
|
24
|
+
upHandler(): void;
|
|
25
|
+
downHandler(): void;
|
|
26
|
+
scrollActiveElementIntoView(): void;
|
|
27
|
+
enterHandler(): void;
|
|
28
|
+
selectItem(index: any): void;
|
|
29
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
items: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
command: {
|
|
35
|
+
type: FunctionConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
itemComponent: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
itemType: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
}>>, {}>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=SuggestionList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuggestionList.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mention_suggestion.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/mention_suggestion.js"],"names":[],"mappings":";IAEE;;;;;;QAsBC"}
|
|
@@ -57,6 +57,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: string;
|
|
58
58
|
validator(outputFormat: unknown): boolean;
|
|
59
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* Placeholder text
|
|
62
|
+
*/
|
|
63
|
+
placeholder: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
60
67
|
/**
|
|
61
68
|
* Enables the Link extension and optionally passes configurations to it
|
|
62
69
|
*/
|
|
@@ -65,14 +72,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
72
|
default: boolean;
|
|
66
73
|
};
|
|
67
74
|
/**
|
|
68
|
-
*
|
|
75
|
+
* suggestion object containing the items query function.
|
|
76
|
+
* The valid keys passed into this object can be found here: https://tiptap.dev/api/utilities/suggestion
|
|
77
|
+
*
|
|
78
|
+
* The only required key is the items function which is used to query the contacts for suggestion.
|
|
79
|
+
* items({ query }) => { return [ContactObject]; }
|
|
80
|
+
* ContactObject format:
|
|
81
|
+
* { name: string, avatarSrc: string, id: string }
|
|
82
|
+
*
|
|
83
|
+
* When null, it does not add the plugin.
|
|
69
84
|
*/
|
|
70
|
-
|
|
71
|
-
type:
|
|
72
|
-
default:
|
|
85
|
+
mentionSuggestion: {
|
|
86
|
+
type: ObjectConstructor;
|
|
87
|
+
default: null;
|
|
73
88
|
};
|
|
74
89
|
}, {}, {
|
|
75
90
|
editor: null;
|
|
91
|
+
popoverOpened: boolean;
|
|
76
92
|
}, {
|
|
77
93
|
extensions(): import("@tiptap/vue-2").Node<any, any>[];
|
|
78
94
|
inputAttrs(): {
|
|
@@ -91,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
107
|
getOutput(): any;
|
|
92
108
|
getExtension(extension: any, options: any): any;
|
|
93
109
|
updateEditorAttributes(attributes: any): void;
|
|
110
|
+
focusEditor(): void;
|
|
94
111
|
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "focus" | "blur" | "update:value")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
95
112
|
/**
|
|
96
113
|
* Value of the input. The object format should match TipTap's JSON
|
|
@@ -150,6 +167,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
167
|
default: string;
|
|
151
168
|
validator(outputFormat: unknown): boolean;
|
|
152
169
|
};
|
|
170
|
+
/**
|
|
171
|
+
* Placeholder text
|
|
172
|
+
*/
|
|
173
|
+
placeholder: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
default: string;
|
|
176
|
+
};
|
|
153
177
|
/**
|
|
154
178
|
* Enables the Link extension and optionally passes configurations to it
|
|
155
179
|
*/
|
|
@@ -158,11 +182,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
158
182
|
default: boolean;
|
|
159
183
|
};
|
|
160
184
|
/**
|
|
161
|
-
*
|
|
185
|
+
* suggestion object containing the items query function.
|
|
186
|
+
* The valid keys passed into this object can be found here: https://tiptap.dev/api/utilities/suggestion
|
|
187
|
+
*
|
|
188
|
+
* The only required key is the items function which is used to query the contacts for suggestion.
|
|
189
|
+
* items({ query }) => { return [ContactObject]; }
|
|
190
|
+
* ContactObject format:
|
|
191
|
+
* { name: string, avatarSrc: string, id: string }
|
|
192
|
+
*
|
|
193
|
+
* When null, it does not add the plugin.
|
|
162
194
|
*/
|
|
163
|
-
|
|
164
|
-
type:
|
|
165
|
-
default:
|
|
195
|
+
mentionSuggestion: {
|
|
196
|
+
type: ObjectConstructor;
|
|
197
|
+
default: null;
|
|
166
198
|
};
|
|
167
199
|
}>>, {
|
|
168
200
|
link: boolean | Record<string, any>;
|
|
@@ -172,6 +204,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
172
204
|
editable: boolean;
|
|
173
205
|
autoFocus: string | number | boolean;
|
|
174
206
|
outputFormat: string;
|
|
207
|
+
mentionSuggestion: Record<string, any>;
|
|
175
208
|
}>;
|
|
176
209
|
export default _default;
|
|
177
210
|
//# sourceMappingURL=rich_text_editor.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue.js"],"names":[],"mappings":";IA2BI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;;;;;;;;;;;;;IA6KH;;;OAGG;;;;;;;IAjRH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG"}
|
|
@@ -123,10 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
};
|
|
124
124
|
computed: {
|
|
125
125
|
showVisuallyHiddenClose(): any;
|
|
126
|
-
};
|
|
127
|
-
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
128
|
-
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
129
|
-
*/
|
|
126
|
+
};
|
|
130
127
|
methods: {
|
|
131
128
|
validateVisuallyHiddenCloseProps(): void;
|
|
132
129
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG
|
|
1
|
+
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
|
|
@@ -10,7 +10,6 @@ export * from "./components/combobox";
|
|
|
10
10
|
export * from "./components/collapsible";
|
|
11
11
|
export * from "./components/description_list";
|
|
12
12
|
export * from "./components/dropdown";
|
|
13
|
-
export * from "./components/emoji_picker";
|
|
14
13
|
export * from "./components/image_viewer";
|
|
15
14
|
export * from "./components/input";
|
|
16
15
|
export * from "./components/input_group";
|
|
@@ -58,6 +57,7 @@ export * from "./recipes/conversation_view/feed_item_row";
|
|
|
58
57
|
export * from "./recipes/conversation_view/feed_pill";
|
|
59
58
|
export * from "./recipes/conversation_view/time_pill";
|
|
60
59
|
export * from "./recipes/conversation_view/emoji_row";
|
|
60
|
+
export * from "./recipes/conversation_view/attachment_carousel";
|
|
61
61
|
export * from "./recipes/leftbar/callbox";
|
|
62
62
|
export * from "./common/mixins";
|
|
63
63
|
export * from "./common/dates";
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
* Determines whether the button should have active styling
|
|
11
11
|
* default is false.
|
|
12
12
|
* @values true, false
|
|
13
|
-
* @see https://dialpad.
|
|
13
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
14
14
|
*/
|
|
15
15
|
active: {
|
|
16
16
|
type: BooleanConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
* Determines whether the button should have danger styling
|
|
21
21
|
* default is false.
|
|
22
22
|
* @values true, false
|
|
23
|
-
* @see https://dialpad.
|
|
23
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
24
24
|
*/
|
|
25
25
|
danger: {
|
|
26
26
|
type: BooleanConstructor;
|
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
/**
|
|
39
39
|
* Whether the button is a circle or not.
|
|
40
40
|
* @values true, false
|
|
41
|
-
* @see https://dialpad.
|
|
41
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
42
42
|
*/
|
|
43
43
|
circle: {
|
|
44
44
|
type: BooleanConstructor;
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
* Determines whether the button should have active styling
|
|
100
100
|
* default is false.
|
|
101
101
|
* @values true, false
|
|
102
|
-
* @see https://dialpad.
|
|
102
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
103
103
|
*/
|
|
104
104
|
active: {
|
|
105
105
|
type: BooleanConstructor;
|
|
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
* Determines whether the button should have danger styling
|
|
110
110
|
* default is false.
|
|
111
111
|
* @values true, false
|
|
112
|
-
* @see https://dialpad.
|
|
112
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
113
113
|
*/
|
|
114
114
|
danger: {
|
|
115
115
|
type: BooleanConstructor;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
/**
|
|
128
128
|
* Whether the button is a circle or not.
|
|
129
129
|
* @values true, false
|
|
130
|
-
* @see https://dialpad.
|
|
130
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
131
131
|
*/
|
|
132
132
|
circle: {
|
|
133
133
|
type: BooleanConstructor;
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
* Determines whether the button should have active styling
|
|
75
75
|
* default is false.
|
|
76
76
|
* @values true, false
|
|
77
|
-
* @see https://dialpad.
|
|
77
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
78
78
|
*/
|
|
79
79
|
active: {
|
|
80
80
|
type: BooleanConstructor;
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
* Determines whether the button should have danger styling
|
|
85
85
|
* default is false.
|
|
86
86
|
* @values true, false
|
|
87
|
-
* @see https://dialpad.
|
|
87
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
88
88
|
*/
|
|
89
89
|
danger: {
|
|
90
90
|
type: BooleanConstructor;
|
|
@@ -211,7 +211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
211
211
|
* Determines whether the button should have active styling
|
|
212
212
|
* default is false.
|
|
213
213
|
* @values true, false
|
|
214
|
-
* @see https://dialpad.
|
|
214
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
215
215
|
*/
|
|
216
216
|
active: {
|
|
217
217
|
type: BooleanConstructor;
|
|
@@ -221,7 +221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
221
|
* Determines whether the button should have danger styling
|
|
222
222
|
* default is false.
|
|
223
223
|
* @values true, false
|
|
224
|
-
* @see https://dialpad.
|
|
224
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
225
225
|
*/
|
|
226
226
|
danger: {
|
|
227
227
|
type: BooleanConstructor;
|
package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* media - object array of media objects
|
|
4
|
+
* @type {Array}
|
|
5
|
+
*
|
|
6
|
+
* Object: {
|
|
7
|
+
* path: String,
|
|
8
|
+
* altText: String | null,
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
mediaList: any[];
|
|
12
|
+
closeAriaLabel: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
clickToOpenAriaLabel: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
progressbarAriaLabel: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
leftArrowAriaLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
rightArrowAriaLabel: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
}, {}, {
|
|
33
|
+
showCloseButton: {};
|
|
34
|
+
showRightArrow: boolean;
|
|
35
|
+
showLeftArrow: boolean;
|
|
36
|
+
isMounted: boolean;
|
|
37
|
+
}, {
|
|
38
|
+
filteredMediaList(): any;
|
|
39
|
+
}, {
|
|
40
|
+
onItemFocus(e: any): void;
|
|
41
|
+
mediaComponent(type: any): "dt-image-carousel" | null;
|
|
42
|
+
removeMediaItem(index: any): void;
|
|
43
|
+
closeButton(val: any, index: any): void;
|
|
44
|
+
handleScroll(): void;
|
|
45
|
+
leftScroll(): void;
|
|
46
|
+
rightScroll(): void;
|
|
47
|
+
}, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
/**
|
|
49
|
+
* media - object array of media objects
|
|
50
|
+
* @type {Array}
|
|
51
|
+
*
|
|
52
|
+
* Object: {
|
|
53
|
+
* path: String,
|
|
54
|
+
* altText: String | null,
|
|
55
|
+
* }
|
|
56
|
+
*/
|
|
57
|
+
mediaList: any[];
|
|
58
|
+
closeAriaLabel: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
clickToOpenAriaLabel: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
required: true;
|
|
65
|
+
};
|
|
66
|
+
progressbarAriaLabel: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
required: true;
|
|
69
|
+
};
|
|
70
|
+
leftArrowAriaLabel: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
rightArrowAriaLabel: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
}>>, {}>;
|
|
79
|
+
export default _default;
|
|
80
|
+
//# sourceMappingURL=attachment_carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js"],"names":[],"mappings":";IA2BI;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IARH;;;;;;;;OAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment_carousel_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel_constants.js"],"names":[],"mappings":"AAAA,qCAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
mediaItem: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
index: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
closeAriaLabel: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
clickToOpenAriaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
progressbarAriaLabel: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {}, {
|
|
23
|
+
removeMediaItem(index: any): void;
|
|
24
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
mediaItem: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
index: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
closeAriaLabel: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
clickToOpenAriaLabel: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
progressbarAriaLabel: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}>>, {}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
//# sourceMappingURL=image_carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
progressbarAriaLabel: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
progress: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
circleCircumference: number;
|
|
12
|
+
}, {
|
|
13
|
+
cssVars(): {
|
|
14
|
+
'--stroke-dashoffset': number;
|
|
15
|
+
'--stroke-dasharray': number;
|
|
16
|
+
};
|
|
17
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
progressbarAriaLabel: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
progress: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
progress: number;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=progress_bar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress_bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js"],"names":[],"mappings":""}
|
|
@@ -149,11 +149,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
149
|
}>>, {
|
|
150
150
|
title: string;
|
|
151
151
|
clickable: boolean;
|
|
152
|
+
avatarSrc: string;
|
|
152
153
|
avatarSeed: string;
|
|
153
154
|
borderColor: string;
|
|
154
155
|
badgeText: string;
|
|
155
156
|
badgeColor: string;
|
|
156
|
-
avatarSrc: string;
|
|
157
157
|
avatarFullName: string;
|
|
158
158
|
isOnHold: boolean;
|
|
159
159
|
}>;
|
|
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
245
|
}>>, {
|
|
246
246
|
muted: boolean;
|
|
247
247
|
selected: boolean;
|
|
248
|
-
avatarSeed: string;
|
|
249
248
|
avatarSrc: string;
|
|
249
|
+
avatarSeed: string;
|
|
250
250
|
hasUnreads: boolean;
|
|
251
251
|
unreadCount: string;
|
|
252
252
|
unreadCountTooltip: string;
|
|
@@ -186,8 +186,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
186
|
presence: string;
|
|
187
187
|
role: string;
|
|
188
188
|
id: string;
|
|
189
|
-
avatarSeed: string;
|
|
190
189
|
avatarSrc: string;
|
|
190
|
+
avatarSeed: string;
|
|
191
191
|
avatarFullName: string;
|
|
192
192
|
showAvatar: boolean;
|
|
193
193
|
avatarIcon: string;
|