@dialpad/dialtone 9.3.0 → 9.4.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/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/dialtone-vue.cjs +5 -6
- package/dist/vue2/dialtone-vue.js +1510 -3804
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/{emoji_text_wrapper--R-54YKU.js → emoji-BMxSCSLg.js} +3398 -3484
- package/dist/vue2/emoji-ZkNhBVKW.cjs +1 -0
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +32 -83625
- package/dist/vue2/emoji_picker-Qces1MZK.cjs +1 -0
- package/dist/vue2/emoji_picker-sjGJ0HVH.js +83604 -0
- package/dist/vue2/emoji_text_wrapper-Tni6PAOS.cjs +1 -0
- package/dist/vue2/emoji_text_wrapper-uHcCrlwz.js +91 -0
- package/dist/vue2/message_input.cjs +92 -0
- package/dist/vue2/message_input.js +13530 -0
- package/dist/vue2/stack-153kJjKj.cjs +2 -0
- package/dist/vue2/stack-DRdhbSNl.js +2336 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-eJqD2Wwv.js → tooltip-PDBwUvGD.js} +21 -18
- package/dist/vue2/{tooltip-N61DaooE.cjs → tooltip-RmgCyjmY.cjs} +6 -6
- package/dist/vue2/types/message_input.d.ts +3 -0
- package/dist/vue2/types/message_input.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/vue3/message_input.cjs +9 -9
- package/dist/vue3/message_input.js +159 -140
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +7 -2
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/suggestion.js"],"names":[],"mappings":";IAaU;;;;;
|
|
1
|
+
{"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/suggestion.js"],"names":[],"mappings":";IAaU;;;;;MAyDP"}
|
|
@@ -176,8 +176,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
176
176
|
toggleEmojiPicker(): void;
|
|
177
177
|
onSend(): void;
|
|
178
178
|
onCancel(): void;
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
onFocus(event: any): void;
|
|
180
|
+
onBlur(event: any): void;
|
|
181
|
+
onInput(event: any): void;
|
|
182
|
+
}, never, import("vue").ComponentOptionsMixin, ("input" | "focus" | "submit" | "blur" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media")[], "input" | "focus" | "submit" | "blur" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
181
183
|
/**
|
|
182
184
|
* Value of the input. The object format should match TipTap's JSON
|
|
183
185
|
* document structure: https://tiptap.dev/guide/output#option-1-json
|
|
@@ -329,6 +331,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
331
|
};
|
|
330
332
|
};
|
|
331
333
|
}>> & {
|
|
334
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
335
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
336
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
332
337
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
333
338
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
334
339
|
"onSelected-emoji"?: ((...args: any[]) => any) | undefined;
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxKH;;;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"}
|