@dialpad/dialtone-vue 2.107.0 → 2.108.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 +18 -0
- package/dist/component-documentation.json +1 -0
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +864 -622
- package/dist/directives.js +1 -1
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +83625 -30
- package/dist/{emoji-tPpc6ODh.js → emoji_text_wrapper--R-54YKU.js} +4063 -87639
- package/dist/emoji_text_wrapper-_UNgB0uv.cjs +1 -0
- package/dist/style.css +1 -1
- package/dist/{tooltip-_ykHbRFm.js → tooltip-eJqD2Wwv.js} +12 -12
- package/dist/types/common/dates.d.ts +1 -1
- package/dist/types/common/storybook_utils.d.ts +1 -1
- package/dist/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +2 -2
- package/dist/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +7 -10
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/types/components/input_group/input_group.vue.d.ts +4 -9
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +1 -4
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/radio/radio.vue.d.ts +12 -2
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/types/components/radio_group/radio_group.vue.d.ts +6 -1
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/emoji-Cr1KlTAT.cjs +0 -1
package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
* Determines whether the button should have active styling
|
|
75
75
|
* default is false.
|
|
76
76
|
* @values true, false
|
|
77
|
-
* @see https://dialpad.
|
|
77
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
78
78
|
*/
|
|
79
79
|
active: {
|
|
80
80
|
type: BooleanConstructor;
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
* Determines whether the button should have danger styling
|
|
85
85
|
* default is false.
|
|
86
86
|
* @values true, false
|
|
87
|
-
* @see https://dialpad.
|
|
87
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
88
88
|
*/
|
|
89
89
|
danger: {
|
|
90
90
|
type: BooleanConstructor;
|
|
@@ -211,7 +211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
211
211
|
* Determines whether the button should have active styling
|
|
212
212
|
* default is false.
|
|
213
213
|
* @values true, false
|
|
214
|
-
* @see https://dialpad.
|
|
214
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
215
215
|
*/
|
|
216
216
|
active: {
|
|
217
217
|
type: BooleanConstructor;
|
|
@@ -221,7 +221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
221
|
* Determines whether the button should have danger styling
|
|
222
222
|
* default is false.
|
|
223
223
|
* @values true, false
|
|
224
|
-
* @see https://dialpad.
|
|
224
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
225
225
|
*/
|
|
226
226
|
danger: {
|
|
227
227
|
type: BooleanConstructor;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* media - object array of media objects
|
|
4
|
+
* @type {Array}
|
|
5
|
+
*
|
|
6
|
+
* Object: {
|
|
7
|
+
* path: String,
|
|
8
|
+
* altText: String | null,
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
mediaList: any[];
|
|
12
|
+
closeAriaLabel: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
clickToOpenAriaLabel: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
progressbarAriaLabel: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
leftArrowAriaLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
rightArrowAriaLabel: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
}, {}, {
|
|
33
|
+
showCloseButton: {};
|
|
34
|
+
showRightArrow: boolean;
|
|
35
|
+
showLeftArrow: boolean;
|
|
36
|
+
isMounted: boolean;
|
|
37
|
+
}, {
|
|
38
|
+
filteredMediaList(): any;
|
|
39
|
+
}, {
|
|
40
|
+
onItemFocus(e: any): void;
|
|
41
|
+
mediaComponent(type: any): "dt-image-carousel" | null;
|
|
42
|
+
removeMediaItem(index: any): void;
|
|
43
|
+
closeButton(val: any, index: any): void;
|
|
44
|
+
handleScroll(): void;
|
|
45
|
+
leftScroll(): void;
|
|
46
|
+
rightScroll(): void;
|
|
47
|
+
}, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
/**
|
|
49
|
+
* media - object array of media objects
|
|
50
|
+
* @type {Array}
|
|
51
|
+
*
|
|
52
|
+
* Object: {
|
|
53
|
+
* path: String,
|
|
54
|
+
* altText: String | null,
|
|
55
|
+
* }
|
|
56
|
+
*/
|
|
57
|
+
mediaList: any[];
|
|
58
|
+
closeAriaLabel: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
clickToOpenAriaLabel: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
required: true;
|
|
65
|
+
};
|
|
66
|
+
progressbarAriaLabel: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
required: true;
|
|
69
|
+
};
|
|
70
|
+
leftArrowAriaLabel: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
rightArrowAriaLabel: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
}>>, {}>;
|
|
79
|
+
export default _default;
|
|
80
|
+
//# sourceMappingURL=attachment_carousel.vue.d.ts.map
|
package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js"],"names":[],"mappings":";IA2BI;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IARH;;;;;;;;OAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment_carousel_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel_constants.js"],"names":[],"mappings":"AAAA,qCAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
mediaItem: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
index: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
closeAriaLabel: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
clickToOpenAriaLabel: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
progressbarAriaLabel: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {}, {
|
|
23
|
+
removeMediaItem(index: any): void;
|
|
24
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
mediaItem: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
index: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
closeAriaLabel: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
clickToOpenAriaLabel: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
progressbarAriaLabel: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}>>, {}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
//# sourceMappingURL=image_carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
progressbarAriaLabel: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
progress: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
circleCircumference: number;
|
|
12
|
+
}, {
|
|
13
|
+
cssVars(): {
|
|
14
|
+
'--stroke-dashoffset': number;
|
|
15
|
+
'--stroke-dasharray': number;
|
|
16
|
+
};
|
|
17
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
progressbarAriaLabel: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
progress: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
progress: number;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=progress_bar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress_bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.108.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"yo": "^4.3.1",
|
|
76
76
|
"yorkie": "^2.0.0",
|
|
77
77
|
"@dialpad/dialtone-css": "^8.22.1",
|
|
78
|
-
"@dialpad/dialtone-icons": "^4.
|
|
78
|
+
"@dialpad/dialtone-icons": "^4.5.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@dialpad/dialtone-css": "^7.30.0 || ^8.21.2",
|