@dialpad/dialtone 9.103.0 → 9.104.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/dist/css/dialtone-default-theme.css +41 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +41 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +17174 -17174
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +42 -40
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-dropdown.cjs +5 -0
- package/dist/vue2/lib/callbar-button-with-dropdown.cjs.map +1 -0
- package/dist/vue2/lib/callbar-button-with-dropdown.js +5 -0
- package/dist/vue2/lib/callbar-button-with-dropdown.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +9 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +9 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +258 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +258 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +9 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +9 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +167 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -0
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +42 -40
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/callbar-button-with-dropdown.cjs +5 -0
- package/dist/vue3/lib/callbar-button-with-dropdown.cjs.map +1 -0
- package/dist/vue3/lib/callbar-button-with-dropdown.js +5 -0
- package/dist/vue3/lib/callbar-button-with-dropdown.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +10 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +10 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +321 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +321 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +10 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +10 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +180 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -53,6 +53,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
53
53
|
type: StringConstructor;
|
|
54
54
|
default: undefined;
|
|
55
55
|
};
|
|
56
|
+
tooltipDelay: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
56
60
|
}, any, any, {
|
|
57
61
|
callbarButtonClass(): any[];
|
|
58
62
|
callbarButtonTextClass(): any[];
|
|
@@ -116,6 +120,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
116
120
|
type: StringConstructor;
|
|
117
121
|
default: undefined;
|
|
118
122
|
};
|
|
123
|
+
tooltipDelay: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
default: undefined;
|
|
126
|
+
};
|
|
119
127
|
}>> & {
|
|
120
128
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
121
129
|
}, {
|
|
@@ -132,6 +140,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
132
140
|
buttonWidthSize: string;
|
|
133
141
|
invertedTooltip: boolean;
|
|
134
142
|
showTooltip: boolean;
|
|
143
|
+
tooltipDelay: boolean;
|
|
135
144
|
}, {}>;
|
|
136
145
|
export default _default;
|
|
137
146
|
//# sourceMappingURL=callbar_button.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"AAoCA;"}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
id: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default(): string;
|
|
5
|
+
};
|
|
6
|
+
ariaLabel: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: null;
|
|
9
|
+
validator: (label: unknown) => any;
|
|
10
|
+
};
|
|
11
|
+
arrowButtonLabel: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
validator: (label: unknown) => boolean;
|
|
15
|
+
};
|
|
16
|
+
placement: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
fallbackPlacements: {
|
|
21
|
+
type: ArrayConstructor;
|
|
22
|
+
default: () => string[];
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
forceShowArrow: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
active: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
danger: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
onClick: {
|
|
41
|
+
type: FunctionConstructor;
|
|
42
|
+
default: null;
|
|
43
|
+
};
|
|
44
|
+
buttonClass: {
|
|
45
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
textClass: {
|
|
49
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
buttonWidthSize: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
validator: (size: unknown) => boolean;
|
|
56
|
+
};
|
|
57
|
+
invertedTooltip: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
showTooltip: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: null;
|
|
64
|
+
};
|
|
65
|
+
tooltipText: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: undefined;
|
|
68
|
+
};
|
|
69
|
+
tooltipDelay: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: undefined;
|
|
72
|
+
};
|
|
73
|
+
}, any, {
|
|
74
|
+
open: boolean;
|
|
75
|
+
}, {
|
|
76
|
+
showArrowButton(): any;
|
|
77
|
+
isCompactMode(): boolean;
|
|
78
|
+
showDropdown(): boolean;
|
|
79
|
+
}, {
|
|
80
|
+
arrowClick(ev: any): boolean;
|
|
81
|
+
toggleOpen(): boolean;
|
|
82
|
+
syncOpenState(): void;
|
|
83
|
+
buttonClick(ev: any): void;
|
|
84
|
+
onModalIsOpened(isOpened: any): void;
|
|
85
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "opened" | "arrow-click")[], "click" | "opened" | "arrow-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
86
|
+
id: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default(): string;
|
|
89
|
+
};
|
|
90
|
+
ariaLabel: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: null;
|
|
93
|
+
validator: (label: unknown) => any;
|
|
94
|
+
};
|
|
95
|
+
arrowButtonLabel: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: true;
|
|
98
|
+
validator: (label: unknown) => boolean;
|
|
99
|
+
};
|
|
100
|
+
placement: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
fallbackPlacements: {
|
|
105
|
+
type: ArrayConstructor;
|
|
106
|
+
default: () => string[];
|
|
107
|
+
};
|
|
108
|
+
disabled: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
forceShowArrow: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
active: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
danger: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
onClick: {
|
|
125
|
+
type: FunctionConstructor;
|
|
126
|
+
default: null;
|
|
127
|
+
};
|
|
128
|
+
buttonClass: {
|
|
129
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
textClass: {
|
|
133
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
buttonWidthSize: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
validator: (size: unknown) => boolean;
|
|
140
|
+
};
|
|
141
|
+
invertedTooltip: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
showTooltip: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
default: null;
|
|
148
|
+
};
|
|
149
|
+
tooltipText: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: undefined;
|
|
152
|
+
};
|
|
153
|
+
tooltipDelay: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: undefined;
|
|
156
|
+
};
|
|
157
|
+
}>> & {
|
|
158
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
159
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
160
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
161
|
+
}, {
|
|
162
|
+
onClick: Function;
|
|
163
|
+
disabled: boolean;
|
|
164
|
+
id: string;
|
|
165
|
+
danger: boolean;
|
|
166
|
+
active: boolean;
|
|
167
|
+
ariaLabel: string;
|
|
168
|
+
fallbackPlacements: unknown[];
|
|
169
|
+
placement: string;
|
|
170
|
+
tooltipText: string;
|
|
171
|
+
buttonClass: string | Record<string, any> | unknown[];
|
|
172
|
+
textClass: string | Record<string, any> | unknown[];
|
|
173
|
+
buttonWidthSize: string;
|
|
174
|
+
invertedTooltip: boolean;
|
|
175
|
+
showTooltip: boolean;
|
|
176
|
+
tooltipDelay: boolean;
|
|
177
|
+
forceShowArrow: boolean;
|
|
178
|
+
}, {}>;
|
|
179
|
+
export default _default;
|
|
180
|
+
//# sourceMappingURL=callbar_button_with_dropdown.vue.d.ts.map
|
|
@@ -0,0 +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":"AAgEA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/index.js"],"names":[],"mappings":""}
|
|
@@ -82,6 +82,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
82
82
|
type: StringConstructor;
|
|
83
83
|
default: undefined;
|
|
84
84
|
};
|
|
85
|
+
tooltipDelay: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: undefined;
|
|
88
|
+
};
|
|
85
89
|
}, any, {
|
|
86
90
|
open: boolean;
|
|
87
91
|
}, {
|
|
@@ -178,6 +182,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
178
182
|
type: StringConstructor;
|
|
179
183
|
default: undefined;
|
|
180
184
|
};
|
|
185
|
+
tooltipDelay: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: undefined;
|
|
188
|
+
};
|
|
181
189
|
}>> & {
|
|
182
190
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
183
191
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
@@ -200,6 +208,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
200
208
|
buttonWidthSize: string;
|
|
201
209
|
invertedTooltip: boolean;
|
|
202
210
|
showTooltip: boolean;
|
|
211
|
+
tooltipDelay: boolean;
|
|
203
212
|
forceShowArrow: boolean;
|
|
204
213
|
openPopover: boolean;
|
|
205
214
|
}, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AA2EA;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.104.0",
|
|
4
4
|
"description": "Dialpad's Dialtone design system monorepo",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"regex-combined-emojis": "1.6.0",
|
|
78
78
|
"tippy.js": "6.3.7",
|
|
79
79
|
"@dialpad/dialtone-emojis": "1.1.0",
|
|
80
|
-
"@dialpad/dialtone-
|
|
81
|
-
"@dialpad/dialtone-
|
|
80
|
+
"@dialpad/dialtone-tokens": "1.41.1",
|
|
81
|
+
"@dialpad/dialtone-icons": "4.34.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@commitlint/cli": "^18.4.3",
|