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