@dialpad/dialtone-vue 2.123.1 → 2.124.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 +16 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +2 -2
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +44 -28
- package/dist/{rich_text_editor-tzOBsCIH.js → rich_text_editor-9sMob7ck.js} +5 -5
- package/dist/{rich_text_editor-hUaQyiPu.cjs → rich_text_editor-Eh5kYokw.cjs} +15 -15
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +2 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/suggestion.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/suggestion.js"],"names":[],"mappings":";;IAcU;;;;;MA0DP"}
|
|
@@ -183,6 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
}, {
|
|
184
184
|
onDrag(e: any): void;
|
|
185
185
|
onDrop(e: any): void;
|
|
186
|
+
onPaste(e: any): void;
|
|
186
187
|
onSkinTone(skinTone: any): void;
|
|
187
188
|
onSelectEmoji(emoji: any): void;
|
|
188
189
|
onSelectImage(): void;
|
|
@@ -193,7 +194,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
194
|
onFocus(event: any): void;
|
|
194
195
|
onBlur(event: any): void;
|
|
195
196
|
onInput(event: any): void;
|
|
196
|
-
}, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "focus" | "submit" | "blur" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
197
|
+
}, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "focus" | "submit" | "blur" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media" | "paste-media")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
197
198
|
/**
|
|
198
199
|
* Value of the input. The object format should match TipTap's JSON
|
|
199
200
|
* document structure: https://tiptap.dev/guide/output#option-1-json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAiCI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAYH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;IAWH;;OAEG;;;;;;;IAMH;;OAEG;;;;;;;IAMH;;;;;;;;;;OAUG
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAiCI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAYH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;IAWH;;OAEG;;;;;;;IAMH;;OAEG;;;;;;;IAMH;;;;;;;;;;OAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxLH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAYH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;IAWH;;OAEG;;;;;;;IAMH;;OAEG;;;;;;;IAMH;;;;;;;;;;OAUG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.124.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"vue-tsc": "^1.8.25",
|
|
84
84
|
"yo": "^5.0.0",
|
|
85
85
|
"yorkie": "^2.0.0",
|
|
86
|
-
"@dialpad/dialtone-css": "8.29.
|
|
87
|
-
"@dialpad/dialtone
|
|
88
|
-
"@dialpad/
|
|
86
|
+
"@dialpad/dialtone-css": "8.29.2",
|
|
87
|
+
"@dialpad/generator-dialtone": "0.1.0",
|
|
88
|
+
"@dialpad/dialtone-icons": "4.12.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@dialpad/dialtone-css": "7.30.0 || workspace:*",
|
|
92
92
|
"vue": ">=2.6",
|
|
93
|
-
"@dialpad/dialtone-icons": "4.12.
|
|
93
|
+
"@dialpad/dialtone-icons": "4.12.1"
|
|
94
94
|
},
|
|
95
95
|
"bugs": {
|
|
96
96
|
"email": "dialtone@dialpad.com"
|