@dialpad/dialtone-vue 3.172.0 → 3.173.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/dist/component-documentation.json +1 -1
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +2 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -1
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +3 -1
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -1
- package/dist/components/pagination/pagination.vue.cjs +7 -8
- package/dist/components/pagination/pagination.vue.cjs.map +1 -1
- package/dist/components/pagination/pagination.vue.js +8 -9
- package/dist/components/pagination/pagination.vue.js.map +1 -1
- package/dist/components/rich_text_editor/extensions/div/div.cjs +14 -0
- package/dist/components/rich_text_editor/extensions/div/div.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/div/div.js +14 -0
- package/dist/components/rich_text_editor/extensions/div/div.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/div/index.cjs +5 -0
- package/dist/components/rich_text_editor/extensions/div/index.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/div/index.js +5 -0
- package/dist/components/rich_text_editor/extensions/div/index.js.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +10 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.js +10 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +22 -22
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +22 -22
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.cjs +9 -1
- package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.js +9 -1
- package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/div/div.d.ts +2 -0
- package/dist/types/components/rich_text_editor/extensions/div/div.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/div/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/div/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +9 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +9 -0
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_text_wrapper.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_text_wrapper/emoji_text_wrapper.vue"],"names":[],"mappings":";;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"emoji_text_wrapper.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_text_wrapper/emoji_text_wrapper.vue"],"names":[],"mappings":";;;;;;;;;;;;;yDAiLiB,MAAM,QAAM,MAAM,CAAC;8BAyBnB,SAAO;;mCAoBP,MAAM,QAAM,MAAM,CAAC,GAAC,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"div.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/div/div.js"],"names":[],"mappings":"AAOA,oHASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/div/index.js"],"names":[],"mappings":";6BAA6B,OAAO"}
|
|
@@ -102,6 +102,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
+
useDivTags: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
105
109
|
}, any, {
|
|
106
110
|
editor: null;
|
|
107
111
|
tippyOptions: {
|
|
@@ -246,6 +250,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
246
250
|
type: BooleanConstructor;
|
|
247
251
|
default: boolean;
|
|
248
252
|
};
|
|
253
|
+
useDivTags: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
249
257
|
}>> & {
|
|
250
258
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
251
259
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -282,6 +290,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
282
290
|
allowInlineImages: boolean;
|
|
283
291
|
additionalExtensions: unknown[];
|
|
284
292
|
hideLinkBubbleMenu: boolean;
|
|
293
|
+
useDivTags: boolean;
|
|
285
294
|
}, {}>;
|
|
286
295
|
export default _default;
|
|
287
296
|
//# sourceMappingURL=rich_text_editor.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA
|
|
1
|
+
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAk5B0B,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAmEA;"}
|
|
@@ -114,6 +114,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
114
114
|
setLinkInputAriaLabel: string;
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
+
useDivTags: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
117
121
|
}, any, {
|
|
118
122
|
internalInputValue: string | Record<string, any>;
|
|
119
123
|
hasFocus: boolean;
|
|
@@ -572,6 +576,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
572
576
|
setLinkInputAriaLabel: string;
|
|
573
577
|
};
|
|
574
578
|
};
|
|
579
|
+
useDivTags: {
|
|
580
|
+
type: BooleanConstructor;
|
|
581
|
+
default: boolean;
|
|
582
|
+
};
|
|
575
583
|
}>> & {
|
|
576
584
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
577
585
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -585,6 +593,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
585
593
|
editable: boolean;
|
|
586
594
|
inputAriaLabel: string;
|
|
587
595
|
autoFocus: string | number | boolean;
|
|
596
|
+
useDivTags: boolean;
|
|
588
597
|
confirmSetLinkButton: Record<string, any>;
|
|
589
598
|
removeLinkButton: Record<string, any>;
|
|
590
599
|
cancelSetLinkButton: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AAoLA;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.173.1",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"overlayscrollbars": "2.10.0",
|
|
38
38
|
"regex-combined-emojis": "1.6.0",
|
|
39
39
|
"tippy.js": "6.3.7",
|
|
40
|
-
"@dialpad/dialtone-emojis": "1.1.
|
|
41
|
-
"@dialpad/dialtone-icons": "4.34.
|
|
40
|
+
"@dialpad/dialtone-emojis": "1.1.1",
|
|
41
|
+
"@dialpad/dialtone-icons": "4.34.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@storybook/addon-a11y": "7.6.20",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"react": "17.0.2",
|
|
51
51
|
"storybook-dark-mode": "^3.0.3",
|
|
52
52
|
"vue": "^3.3.4",
|
|
53
|
-
"@dialpad/dialtone-css": "8.50.
|
|
53
|
+
"@dialpad/dialtone-css": "8.50.5",
|
|
54
54
|
"@dialpad/generator-dialtone": "0.1.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"vue": ">=3.2",
|
|
58
|
-
"@dialpad/dialtone-css": "^8.50.
|
|
58
|
+
"@dialpad/dialtone-css": "^8.50.5"
|
|
59
59
|
},
|
|
60
60
|
"bugs": {
|
|
61
61
|
"email": "dialtone@dialpad.com"
|