@dialpad/dialtone-vue 3.96.2 → 3.97.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.json +1 -1
- package/CHANGELOG.md +19 -0
- package/dist/dialtone-vue.cjs +4 -4
- package/dist/dialtone-vue.js +497 -485
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +18 -17
- package/dist/emoji_picker-Mxqzrrbr.js +959 -0
- package/dist/emoji_picker-o0hHRpcs.cjs +1 -0
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +3 -4
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +6 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/emoji_picker-MrGLDXUn.js +0 -921
- package/dist/emoji_picker-gkXbSV3i.cjs +0 -1
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts +0 -5
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts.map +0 -1
|
@@ -43,6 +43,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* A label displayed next to the displayName. Will not show if empty.
|
|
48
|
+
*/
|
|
49
|
+
labelText: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
46
53
|
/**
|
|
47
54
|
* displays a darkened background on the row.
|
|
48
55
|
*/
|
|
@@ -127,6 +134,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
134
|
type: StringConstructor;
|
|
128
135
|
default: string;
|
|
129
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* A label displayed next to the displayName. Will not show if empty.
|
|
139
|
+
*/
|
|
140
|
+
labelText: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
130
144
|
/**
|
|
131
145
|
* displays a darkened background on the row.
|
|
132
146
|
*/
|
|
@@ -155,6 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
169
|
avatarImageUrl: string;
|
|
156
170
|
displayName: string;
|
|
157
171
|
shortTime: string;
|
|
172
|
+
labelText: string;
|
|
158
173
|
}, {}>;
|
|
159
174
|
export default _default;
|
|
160
175
|
//# sourceMappingURL=feed_item_row.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAwBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApEH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|