@dialpad/dialtone-vue 2.99.0 → 2.100.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 +25 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +11 -11
- package/dist/dialtone-vue.js +631 -699
- package/dist/emoji-4797a56d.cjs +1 -0
- package/dist/{emoji-75ad085c.js → emoji-c718e3bb.js} +1626 -1531
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +7 -10
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/emoji-34a4417c.cjs +0 -1
- package/dist/types/components/root_layout/root_layout_body.vue.d.ts +0 -106
- package/dist/types/components/root_layout/root_layout_body.vue.d.ts.map +0 -1
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* Additional class name for the body
|
|
4
|
-
*/
|
|
5
|
-
bodyClass: {
|
|
6
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7
|
-
default: undefined;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Additional class name for the content element
|
|
11
|
-
*/
|
|
12
|
-
contentClass: {
|
|
13
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
14
|
-
default: undefined;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Additional class name for the sidebar element
|
|
18
|
-
*/
|
|
19
|
-
sidebarClass: {
|
|
20
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
21
|
-
default: undefined;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* The width of the sidebar
|
|
25
|
-
* Possible units rem|px|%|em
|
|
26
|
-
*/
|
|
27
|
-
sidebarWidth: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: undefined;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* When true, the sidebar will be locked in position and the content will
|
|
33
|
-
* be scrollable. When false the sidebar will scroll out of view.
|
|
34
|
-
* @values true, false
|
|
35
|
-
*/
|
|
36
|
-
fixed: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: undefined;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Whether the sidebar is on the left or right side
|
|
42
|
-
* Possible options: 'left', 'right'
|
|
43
|
-
*/
|
|
44
|
-
sidebarPosition: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: undefined;
|
|
47
|
-
};
|
|
48
|
-
}, {}, {}, {
|
|
49
|
-
bodyClasses(): any[];
|
|
50
|
-
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
-
/**
|
|
52
|
-
* Additional class name for the body
|
|
53
|
-
*/
|
|
54
|
-
bodyClass: {
|
|
55
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
56
|
-
default: undefined;
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Additional class name for the content element
|
|
60
|
-
*/
|
|
61
|
-
contentClass: {
|
|
62
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
63
|
-
default: undefined;
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Additional class name for the sidebar element
|
|
67
|
-
*/
|
|
68
|
-
sidebarClass: {
|
|
69
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
70
|
-
default: undefined;
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* The width of the sidebar
|
|
74
|
-
* Possible units rem|px|%|em
|
|
75
|
-
*/
|
|
76
|
-
sidebarWidth: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: undefined;
|
|
79
|
-
};
|
|
80
|
-
/**
|
|
81
|
-
* When true, the sidebar will be locked in position and the content will
|
|
82
|
-
* be scrollable. When false the sidebar will scroll out of view.
|
|
83
|
-
* @values true, false
|
|
84
|
-
*/
|
|
85
|
-
fixed: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: undefined;
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Whether the sidebar is on the left or right side
|
|
91
|
-
* Possible options: 'left', 'right'
|
|
92
|
-
*/
|
|
93
|
-
sidebarPosition: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
default: undefined;
|
|
96
|
-
};
|
|
97
|
-
}>>, {
|
|
98
|
-
fixed: boolean;
|
|
99
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
100
|
-
bodyClass: string | Record<string, any> | unknown[];
|
|
101
|
-
sidebarClass: string | Record<string, any> | unknown[];
|
|
102
|
-
sidebarWidth: string;
|
|
103
|
-
sidebarPosition: string;
|
|
104
|
-
}>;
|
|
105
|
-
export default _default;
|
|
106
|
-
//# sourceMappingURL=root_layout_body.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"root_layout_body.vue.d.ts","sourceRoot":"","sources":["../../../../components/root_layout/root_layout_body.vue.js"],"names":[],"mappings":";IAOI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;;;IA9CH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG"}
|