@dialpad/dialtone-vue 3.128.0 → 3.129.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/dialtone-vue.cjs +1 -0
- package/dist/dialtone-vue.cjs.map +1 -1
- package/dist/dialtone-vue.js +2 -1
- package/dist/lib/button.cjs +11 -2
- package/dist/lib/button.cjs.map +1 -1
- package/dist/lib/button.js +12 -3
- package/dist/lib/button.js.map +1 -1
- package/dist/lib/emoji-picker.cjs +50 -18
- package/dist/lib/emoji-picker.cjs.map +1 -1
- package/dist/lib/emoji-picker.js +51 -19
- package/dist/lib/emoji-picker.js.map +1 -1
- package/dist/lib/empty-state.cjs +72 -27
- package/dist/lib/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state.js +73 -28
- package/dist/lib/empty-state.js.map +1 -1
- package/dist/lib/link.cjs +1 -0
- package/dist/lib/link.cjs.map +1 -1
- package/dist/lib/link.js +2 -1
- package/dist/lib/tooltip.cjs +25 -31
- package/dist/lib/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip.js +25 -31
- package/dist/lib/tooltip.js.map +1 -1
- package/dist/types/components/button/button.vue.d.ts +21 -2
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/types/components/empty_state/empty_state.vue.d.ts.map +1 -1
- package/dist/types/components/link/index.d.ts +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +9 -10
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
38
|
* The color of the link and button if the button is styled as a link.
|
|
39
|
-
* @values default, warning, danger, success, muted
|
|
39
|
+
* @values default, warning, danger, success, muted
|
|
40
40
|
* @see DtLink
|
|
41
41
|
*/
|
|
42
42
|
linkKind: {
|
|
@@ -44,6 +44,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
default: string;
|
|
45
45
|
validator: (lk: unknown) => boolean;
|
|
46
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* Determines whether the link should have inverted styling if the button is styled as a link.
|
|
49
|
+
* @values true, false
|
|
50
|
+
* @see DtLink
|
|
51
|
+
*/
|
|
52
|
+
linkInverted: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
47
56
|
/**
|
|
48
57
|
* HTML button disabled attribute
|
|
49
58
|
* <a
|
|
@@ -198,7 +207,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
207
|
};
|
|
199
208
|
/**
|
|
200
209
|
* The color of the link and button if the button is styled as a link.
|
|
201
|
-
* @values default, warning, danger, success, muted
|
|
210
|
+
* @values default, warning, danger, success, muted
|
|
202
211
|
* @see DtLink
|
|
203
212
|
*/
|
|
204
213
|
linkKind: {
|
|
@@ -206,6 +215,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
215
|
default: string;
|
|
207
216
|
validator: (lk: unknown) => boolean;
|
|
208
217
|
};
|
|
218
|
+
/**
|
|
219
|
+
* Determines whether the link should have inverted styling if the button is styled as a link.
|
|
220
|
+
* @values true, false
|
|
221
|
+
* @see DtLink
|
|
222
|
+
*/
|
|
223
|
+
linkInverted: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
209
227
|
/**
|
|
210
228
|
* HTML button disabled attribute
|
|
211
229
|
* <a
|
|
@@ -315,6 +333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
333
|
iconPosition: string;
|
|
316
334
|
importance: string;
|
|
317
335
|
linkKind: string;
|
|
336
|
+
linkInverted: boolean;
|
|
318
337
|
disabled: boolean;
|
|
319
338
|
width: string;
|
|
320
339
|
assertiveOnFocus: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue.js"],"names":[],"mappings":";IA6BI;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAOH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue.js"],"names":[],"mappings":";IA6BI;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAOH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7JH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAOH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;+BAvLwB,gBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue.js"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue.js"],"names":[],"mappings":";;;;;;;;;;;AA6BA,0CAEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty_state.vue.d.ts","sourceRoot":"","sources":["../../../../components/empty_state/empty_state.vue.js"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"empty_state.vue.d.ts","sourceRoot":"","sources":["../../../../components/empty_state/empty_state.vue.js"],"names":[],"mappings":";;;;;kBAgR2B,GAAG"}
|
|
@@ -191,9 +191,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
191
191
|
contentClass: string | Record<string, any> | unknown[];
|
|
192
192
|
headerClass: string | Record<string, any> | unknown[];
|
|
193
193
|
footerClass: string | Record<string, any> | unknown[];
|
|
194
|
+
bodyClass: string | Record<string, any> | unknown[];
|
|
194
195
|
headerHeight: string;
|
|
195
196
|
headerSticky: boolean;
|
|
196
|
-
bodyClass: string | Record<string, any> | unknown[];
|
|
197
197
|
sidebarClass: string | Record<string, any> | unknown[];
|
|
198
198
|
sidebarWidth: string;
|
|
199
199
|
sidebarPosition: string;
|
|
@@ -136,7 +136,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
default: null;
|
|
137
137
|
};
|
|
138
138
|
/**
|
|
139
|
-
* Whether the tooltip should have a transition effect.
|
|
139
|
+
* Whether the tooltip should have a transition effect (fade).
|
|
140
140
|
*/
|
|
141
141
|
transition: {
|
|
142
142
|
type: BooleanConstructor;
|
|
@@ -168,10 +168,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
hasSlotContent: typeof hasSlotContent;
|
|
169
169
|
tip: null;
|
|
170
170
|
inTimer: null;
|
|
171
|
-
|
|
171
|
+
internalShow: boolean;
|
|
172
172
|
currentPlacement: string;
|
|
173
173
|
}, {
|
|
174
|
-
isVisible(): boolean;
|
|
175
174
|
tippyProps(): {
|
|
176
175
|
offset: unknown[];
|
|
177
176
|
delay: number | boolean;
|
|
@@ -179,8 +178,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
178
|
sticky: string | boolean;
|
|
180
179
|
theme: string | undefined;
|
|
181
180
|
animation: string | boolean;
|
|
182
|
-
onShown: () =>
|
|
183
|
-
onShow: () =>
|
|
181
|
+
onShown: (tooltipInstance: any) => false | undefined;
|
|
182
|
+
onShow: (tooltipInstance: any) => false | undefined;
|
|
184
183
|
onHidden: () => void;
|
|
185
184
|
popperOptions: {
|
|
186
185
|
modifiers: ({
|
|
@@ -220,11 +219,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
219
|
onLeaveAnchor(e: any): void;
|
|
221
220
|
triggerHide(): void;
|
|
222
221
|
onChangePlacement(placement: any): void;
|
|
223
|
-
|
|
224
|
-
|
|
222
|
+
onHide(): void;
|
|
223
|
+
onShow(tooltipInstance: any, callingMethod: any): false | undefined;
|
|
225
224
|
setProps(): void;
|
|
226
225
|
onMount(): void;
|
|
227
|
-
|
|
226
|
+
tooltipHasContent(tooltipInstance: any): boolean;
|
|
228
227
|
initOptions(): {
|
|
229
228
|
content: unknown;
|
|
230
229
|
arrow: string;
|
|
@@ -234,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
233
|
hideOnClick: boolean;
|
|
235
234
|
touch: boolean;
|
|
236
235
|
onMount: () => void;
|
|
237
|
-
|
|
236
|
+
showOnCreate: boolean;
|
|
238
237
|
popperOptions: {
|
|
239
238
|
modifiers: ({
|
|
240
239
|
name: string;
|
|
@@ -404,7 +403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
404
403
|
default: null;
|
|
405
404
|
};
|
|
406
405
|
/**
|
|
407
|
-
* Whether the tooltip should have a transition effect.
|
|
406
|
+
* Whether the tooltip should have a transition effect (fade).
|
|
408
407
|
*/
|
|
409
408
|
transition: {
|
|
410
409
|
type: BooleanConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";IA4BI;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG
|
|
1
|
+
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";IA4BI;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAjJH;;;eAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAHH;;;eAGG;;;;;;IA7BH;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;+BA5LyC,gBAAgB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.129.1",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"emoji-toolkit": "8.0.0",
|
|
32
32
|
"regex-combined-emojis": "1.6.0",
|
|
33
33
|
"tippy.js": "6.3.7",
|
|
34
|
-
"@dialpad/dialtone-emojis": "1.0.
|
|
35
|
-
"@dialpad/dialtone-icons": "4.
|
|
34
|
+
"@dialpad/dialtone-emojis": "1.0.7",
|
|
35
|
+
"@dialpad/dialtone-icons": "4.17.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@percy/cli": "1.28.2",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"vue-tsc": "^1.8.25",
|
|
80
80
|
"yo": "^5.0.0",
|
|
81
81
|
"yorkie": "^2.0.0",
|
|
82
|
-
"@dialpad/dialtone-css": "8.
|
|
82
|
+
"@dialpad/dialtone-css": "8.34.0",
|
|
83
83
|
"@dialpad/generator-dialtone": "0.1.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"vue": ">=3.2",
|
|
87
|
-
"@dialpad/dialtone-css": "^8.
|
|
87
|
+
"@dialpad/dialtone-css": "^8.34.0"
|
|
88
88
|
},
|
|
89
89
|
"bugs": {
|
|
90
90
|
"email": "dialtone@dialpad.com"
|