@dialpad/dialtone-vue 3.94.2 → 3.95.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 +40 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +966 -990
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/{emoji-eca45193.js → emoji-bI5MJWZH.js} +2 -3
- package/dist/emoji-ujF0T0kZ.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +3 -3
- package/dist/{message_input-adace257.js → message_input-KktXM8gs.js} +944 -882
- package/dist/{message_input-cd4bb4eb.cjs → message_input-r_-Jg43r.cjs} +10 -10
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +3 -3
- package/dist/style.css +1 -1
- package/dist/{tooltip-4736031b.cjs → tooltip_constants-mcMQGvF_.cjs} +4 -4
- package/dist/{tooltip-e2013b2a.js → tooltip_constants-pAtd8bjI.js} +191 -192
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/notice/index.d.ts +3 -0
- package/dist/types/components/toast/index.d.ts +1 -1
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +64 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +16 -16
- package/dist/emoji-36138d23.cjs +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"banner.vue.d.ts","sourceRoot":"","sources":["../../../../components/banner/banner.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"banner.vue.d.ts","sourceRoot":"","sources":["../../../../components/banner/banner.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export { default as DtNotice } from "./notice.vue";
|
|
2
|
+
export { default as DtNoticeAction } from "./notice_action.vue";
|
|
3
|
+
export { default as DtNoticeIcon } from "./notice_icon.vue";
|
|
4
|
+
export { default as DtNoticeContent } from "./notice_content.vue";
|
|
2
5
|
export { NOTICE_KINDS } from "./notice_constants";
|
|
3
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";
|
|
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"}
|
|
@@ -198,6 +198,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
198
|
type: StringConstructor;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
|
+
/**
|
|
202
|
+
* isEdit
|
|
203
|
+
*/
|
|
204
|
+
isEdit: {
|
|
205
|
+
type: BooleanConstructor;
|
|
206
|
+
default: boolean;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* i18n Save changes button text
|
|
210
|
+
*/
|
|
211
|
+
saveChangesButtonText: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Cancel aria label
|
|
217
|
+
*/
|
|
218
|
+
cancelButtonAriaLabel: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* Cancel button i18n text
|
|
224
|
+
*/
|
|
225
|
+
cancelButtonText: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
201
229
|
}, any, {
|
|
202
230
|
skinTone: string;
|
|
203
231
|
internalInputValue: string | Record<string, any>;
|
|
@@ -215,6 +243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
243
|
};
|
|
216
244
|
noticeClasses(): string[];
|
|
217
245
|
emojiPickerHovered(): boolean;
|
|
246
|
+
sendButtonKind(): "default" | "muted";
|
|
218
247
|
}, {
|
|
219
248
|
onDrag(e: any): void;
|
|
220
249
|
onDrop(e: any): void;
|
|
@@ -223,9 +252,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
252
|
onImageUpload(val: any): void;
|
|
224
253
|
toggleEmojiPicker(): void;
|
|
225
254
|
onSend(): void;
|
|
255
|
+
onCancel(): void;
|
|
226
256
|
noticeClose(): void;
|
|
227
257
|
focus(): void;
|
|
228
|
-
}, never, import("vue").ComponentOptionsMixin, ("submit" | "select-media" | "add-media" | "notice-close")[], "submit" | "select-media" | "add-media" | "notice-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
258
|
+
}, never, import("vue").ComponentOptionsMixin, ("submit" | "cancel" | "select-media" | "add-media" | "notice-close")[], "submit" | "cancel" | "select-media" | "add-media" | "notice-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
229
259
|
/**
|
|
230
260
|
* Value of the input. The object format should match TipTap's JSON
|
|
231
261
|
* document structure: https://tiptap.dev/guide/output#option-1-json
|
|
@@ -425,8 +455,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
455
|
type: StringConstructor;
|
|
426
456
|
default: string;
|
|
427
457
|
};
|
|
458
|
+
/**
|
|
459
|
+
* isEdit
|
|
460
|
+
*/
|
|
461
|
+
isEdit: {
|
|
462
|
+
type: BooleanConstructor;
|
|
463
|
+
default: boolean;
|
|
464
|
+
};
|
|
465
|
+
/**
|
|
466
|
+
* i18n Save changes button text
|
|
467
|
+
*/
|
|
468
|
+
saveChangesButtonText: {
|
|
469
|
+
type: StringConstructor;
|
|
470
|
+
default: string;
|
|
471
|
+
};
|
|
472
|
+
/**
|
|
473
|
+
* Cancel aria label
|
|
474
|
+
*/
|
|
475
|
+
cancelButtonAriaLabel: {
|
|
476
|
+
type: StringConstructor;
|
|
477
|
+
default: string;
|
|
478
|
+
};
|
|
479
|
+
/**
|
|
480
|
+
* Cancel button i18n text
|
|
481
|
+
*/
|
|
482
|
+
cancelButtonText: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
default: string;
|
|
485
|
+
};
|
|
428
486
|
}>> & {
|
|
429
487
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
488
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
430
489
|
"onSelect-media"?: ((...args: any[]) => any) | undefined;
|
|
431
490
|
"onAdd-media"?: ((...args: any[]) => any) | undefined;
|
|
432
491
|
"onNotice-close"?: ((...args: any[]) => any) | undefined;
|
|
@@ -459,6 +518,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
459
518
|
imageTooltipLabel: string;
|
|
460
519
|
sendButtonAriaLabel: string;
|
|
461
520
|
sendTooltipLabel: string;
|
|
521
|
+
isEdit: boolean;
|
|
522
|
+
saveChangesButtonText: string;
|
|
523
|
+
cancelButtonAriaLabel: string;
|
|
524
|
+
cancelButtonText: string;
|
|
462
525
|
}, {}>;
|
|
463
526
|
export default _default;
|
|
464
527
|
//# sourceMappingURL=message_input.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAoCI;;;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;;;;;;;;;;;;;;;;;;;;;IAoCH;;OAEG;;;;;IAQH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;;;;;IAWH;;OAEG
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAoCI;;;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;;;;;;;;;;;;;;;;;;;;;IAoCH;;OAEG;;;;;IAQH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;;;;;IAWH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;MAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxRF;;;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;;;;;;;;;;;;;;;;;;;;;IAoCH;;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.
|
|
3
|
+
"version": "3.95.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"storybook:build": "npm run build:documentation:functions && npm run storybook:clean && STORYBOOK_ENV=production storybook build && touch ./storybook-static/.nojekyll",
|
|
25
25
|
"storybook:build:docs-only": "STORYBOOK_ENV=production && build:documentation:functions && storybook build --docs",
|
|
26
26
|
"storybook:test": "test-storybook --url http://localhost:9010/",
|
|
27
|
-
"test": "vitest run",
|
|
27
|
+
"test": "vitest run --test-timeout=10000",
|
|
28
28
|
"test:one": "vitest related --run",
|
|
29
29
|
"test:watch": "vitest"
|
|
30
30
|
},
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
"@commitlint/cli": "^17.6.6",
|
|
56
56
|
"@commitlint/config-conventional": "^17.6.6",
|
|
57
57
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
58
|
-
"@dialpad/dialtone": "^8.21.
|
|
58
|
+
"@dialpad/dialtone": "^8.21.4",
|
|
59
59
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
60
60
|
"@percy/cli": "^1.27.4",
|
|
61
|
-
"@percy/storybook": "^
|
|
61
|
+
"@percy/storybook": "^5.0.0",
|
|
62
62
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
63
63
|
"@semantic-release/changelog": "^6.0.3",
|
|
64
64
|
"@semantic-release/git": "^10.0.1",
|
|
65
|
-
"@storybook/addon-a11y": "^7.
|
|
66
|
-
"@storybook/addon-essentials": "^7.
|
|
67
|
-
"@storybook/addon-links": "^7.
|
|
68
|
-
"@storybook/blocks": "^7.
|
|
69
|
-
"@storybook/manager-api": "^7.
|
|
70
|
-
"@storybook/test-runner": "^0.
|
|
65
|
+
"@storybook/addon-a11y": "^7.5.3",
|
|
66
|
+
"@storybook/addon-essentials": "^7.5.3",
|
|
67
|
+
"@storybook/addon-links": "^7.5.3",
|
|
68
|
+
"@storybook/blocks": "^7.5.3",
|
|
69
|
+
"@storybook/manager-api": "^7.5.3",
|
|
70
|
+
"@storybook/test-runner": "^0.15.1",
|
|
71
71
|
"@storybook/testing-library": "^0.2.2",
|
|
72
|
-
"@storybook/theming": "^7.
|
|
73
|
-
"@storybook/vue3": "^7.
|
|
74
|
-
"@storybook/vue3-vite": "^7.
|
|
75
|
-
"@vitejs/plugin-vue": "^4.
|
|
72
|
+
"@storybook/theming": "^7.5.3",
|
|
73
|
+
"@storybook/vue3": "^7.5.3",
|
|
74
|
+
"@storybook/vue3-vite": "^7.5.3",
|
|
75
|
+
"@vitejs/plugin-vue": "^4.5.0",
|
|
76
76
|
"@vue/test-utils": "^2.4.0",
|
|
77
77
|
"@vue/tsconfig": "^0.4.0",
|
|
78
78
|
"axe-core": "^4.7.2",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"semantic-release": "^21.0.6",
|
|
104
104
|
"sinon": "^15.2.0",
|
|
105
105
|
"source-map-support": "^0.5.21",
|
|
106
|
-
"storybook": "^7.
|
|
106
|
+
"storybook": "^7.5.3",
|
|
107
107
|
"storybook-dark-mode": "^3.0.1",
|
|
108
108
|
"string-hash": "^1.1.3",
|
|
109
109
|
"typedoc": "^0.25.2",
|
|
110
110
|
"typedoc-plugin-markdown": "^3.16.0",
|
|
111
|
-
"vite": "^
|
|
111
|
+
"vite": "^5.0.0",
|
|
112
112
|
"vite-svg-loader": "^4.0.0",
|
|
113
113
|
"vitest": "0.33.0",
|
|
114
114
|
"vue": "^3.3.4",
|