@dialpad/dialtone-vue 3.96.0 → 3.96.1
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 +12 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +2 -2
- package/dist/{message_input-s1pJ2P6G.cjs → message_input-SgLogXZ3.cjs} +1 -1
- package/dist/{message_input-JdPf8pn2.js → message_input-zOYCybPr.js} +169 -192
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +1 -1
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +13 -61
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/message_input.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./message_input-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./message_input-SgLogXZ3.cjs");require("./tooltip-3LC0ejIh.cjs");require("vue");require("./emoji-5anz0QgY.cjs");exports.DtRecipeMessageInput=e.message_input;
|
package/dist/message_input.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/composables/useKeyboardNavigation.js"],"names":[],"mappings":"AAEA;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/composables/useKeyboardNavigation.js"],"names":[],"mappings":"AAEA;;;;;;;;;;EA6FC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core_scroller.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/core_scroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"core_scroller.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/core_scroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;QAivB8B,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroller_item.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/scroller_item.vue.js"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"scroller_item.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/scroller_item.vue.js"],"names":[],"mappings":";;;;;;;;IA4BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
|
|
@@ -140,27 +140,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
default: string;
|
|
141
141
|
};
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* Props to pass into the emoji picker.
|
|
144
144
|
*/
|
|
145
|
-
|
|
146
|
-
type:
|
|
147
|
-
default: () =>
|
|
148
|
-
|
|
149
|
-
emojiSkinSelectorButtonTooltipLabel: {
|
|
150
|
-
type: StringConstructor;
|
|
151
|
-
default: string;
|
|
152
|
-
};
|
|
153
|
-
emojiSearchNoResultsLabel: {
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
default: string;
|
|
156
|
-
};
|
|
157
|
-
emojiSearchResultsLabel: {
|
|
158
|
-
type: StringConstructor;
|
|
159
|
-
default: string;
|
|
160
|
-
};
|
|
161
|
-
emojiSearchPlaceholderLabel: {
|
|
162
|
-
type: StringConstructor;
|
|
163
|
-
default: string;
|
|
145
|
+
emojiPickerProps: {
|
|
146
|
+
type: ObjectConstructor;
|
|
147
|
+
default: () => {};
|
|
148
|
+
validate(emojiPickerProps: any): boolean;
|
|
164
149
|
};
|
|
165
150
|
/**
|
|
166
151
|
* Emoji button tooltip label
|
|
@@ -226,13 +211,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
211
|
type: StringConstructor;
|
|
227
212
|
default: string;
|
|
228
213
|
};
|
|
229
|
-
/**
|
|
230
|
-
* Skin tone to display in the emoji picker
|
|
231
|
-
*/
|
|
232
|
-
skinTone: {
|
|
233
|
-
type: StringConstructor;
|
|
234
|
-
default: string;
|
|
235
|
-
};
|
|
236
214
|
}, any, {
|
|
237
215
|
internalInputValue: string | Record<string, any>;
|
|
238
216
|
hasFocus: boolean;
|
|
@@ -262,7 +240,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
240
|
onCancel(): void;
|
|
263
241
|
noticeClose(): void;
|
|
264
242
|
focus(): void;
|
|
265
|
-
}, never, import("vue").ComponentOptionsMixin, ("submit" | "cancel" | "skin-tone" | "select-media" | "add-media" | "notice-close")[], "submit" | "cancel" | "skin-tone" | "select-media" | "add-media" | "notice-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
243
|
+
}, never, import("vue").ComponentOptionsMixin, ("submit" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media" | "notice-close")[], "submit" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media" | "notice-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
266
244
|
/**
|
|
267
245
|
* Value of the input. The object format should match TipTap's JSON
|
|
268
246
|
* document structure: https://tiptap.dev/guide/output#option-1-json
|
|
@@ -404,27 +382,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
404
382
|
default: string;
|
|
405
383
|
};
|
|
406
384
|
/**
|
|
407
|
-
*
|
|
385
|
+
* Props to pass into the emoji picker.
|
|
408
386
|
*/
|
|
409
|
-
|
|
410
|
-
type:
|
|
411
|
-
default: () =>
|
|
412
|
-
|
|
413
|
-
emojiSkinSelectorButtonTooltipLabel: {
|
|
414
|
-
type: StringConstructor;
|
|
415
|
-
default: string;
|
|
416
|
-
};
|
|
417
|
-
emojiSearchNoResultsLabel: {
|
|
418
|
-
type: StringConstructor;
|
|
419
|
-
default: string;
|
|
420
|
-
};
|
|
421
|
-
emojiSearchResultsLabel: {
|
|
422
|
-
type: StringConstructor;
|
|
423
|
-
default: string;
|
|
424
|
-
};
|
|
425
|
-
emojiSearchPlaceholderLabel: {
|
|
426
|
-
type: StringConstructor;
|
|
427
|
-
default: string;
|
|
387
|
+
emojiPickerProps: {
|
|
388
|
+
type: ObjectConstructor;
|
|
389
|
+
default: () => {};
|
|
390
|
+
validate(emojiPickerProps: any): boolean;
|
|
428
391
|
};
|
|
429
392
|
/**
|
|
430
393
|
* Emoji button tooltip label
|
|
@@ -490,16 +453,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
453
|
type: StringConstructor;
|
|
491
454
|
default: string;
|
|
492
455
|
};
|
|
493
|
-
/**
|
|
494
|
-
* Skin tone to display in the emoji picker
|
|
495
|
-
*/
|
|
496
|
-
skinTone: {
|
|
497
|
-
type: StringConstructor;
|
|
498
|
-
default: string;
|
|
499
|
-
};
|
|
500
456
|
}>> & {
|
|
501
457
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
502
458
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
459
|
+
"onSelected-emoji"?: ((...args: any[]) => any) | undefined;
|
|
503
460
|
"onSkin-tone"?: ((...args: any[]) => any) | undefined;
|
|
504
461
|
"onSelect-media"?: ((...args: any[]) => any) | undefined;
|
|
505
462
|
"onAdd-media"?: ((...args: any[]) => any) | undefined;
|
|
@@ -510,7 +467,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
510
467
|
maxHeight: string;
|
|
511
468
|
modelValue: string | Record<string, any>;
|
|
512
469
|
inputClass: string;
|
|
513
|
-
skinTone: string;
|
|
514
470
|
editable: boolean;
|
|
515
471
|
inputAriaLabel: string;
|
|
516
472
|
autoFocus: string | number | boolean;
|
|
@@ -523,11 +479,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
523
479
|
showNotice: boolean;
|
|
524
480
|
noticeMessage: string;
|
|
525
481
|
noticeKind: string;
|
|
526
|
-
|
|
527
|
-
emojiSkinSelectorButtonTooltipLabel: string;
|
|
528
|
-
emojiSearchNoResultsLabel: string;
|
|
529
|
-
emojiSearchResultsLabel: string;
|
|
530
|
-
emojiSearchPlaceholderLabel: string;
|
|
482
|
+
emojiPickerProps: Record<string, any>;
|
|
531
483
|
emojiTooltipMessage: string;
|
|
532
484
|
emojiButtonAriaLabel: string;
|
|
533
485
|
imageButtonAriaLabel: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAmCI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAQH;;OAEG
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAmCI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAQH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAQH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;MAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAnQF;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAQH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAQH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;MAEE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.96.
|
|
3
|
+
"version": "3.96.1",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "run-s clean build:main build:typescript build:documentation",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"install:all": "npm install && npm install --prefix generator-dialtone-vue",
|
|
14
14
|
"lint-staged:code": "eslint --ext .js,.vue --ignore-path .gitignore --fix",
|
|
15
15
|
"lint-staged:docs": "markdownlint --fix",
|
|
16
|
-
"lint:code": "eslint --ext .js,.vue --ignore-path .gitignore",
|
|
16
|
+
"lint:code": "eslint . --ext .js,.vue --ignore-path .gitignore",
|
|
17
17
|
"lint:docs": "markdownlint '**/*.mdx'",
|
|
18
18
|
"prepublishOnly": "npm run build",
|
|
19
19
|
"pretest": "npm run clean",
|