@dialpad/dialtone-vue 2.109.0 → 2.109.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.
Files changed (169) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +7 -0
  3. package/dist/dialtone-vue.cjs +1 -1
  4. package/dist/dialtone-vue.js +5 -5
  5. package/dist/{emoji-BMxSCSLg.js → emoji-k30EufQP.js} +697 -154
  6. package/dist/emoji-npEzXEju.cjs +1 -0
  7. package/dist/emoji.cjs +1 -1
  8. package/dist/emoji.js +3 -3
  9. package/dist/{emoji_picker-Qces1MZK.cjs → emoji_picker-h6ZjaaSm.cjs} +1 -1
  10. package/dist/{emoji_picker-sjGJ0HVH.js → emoji_picker-phIBLWjO.js} +1 -1
  11. package/dist/{emoji_text_wrapper-uHcCrlwz.js → emoji_text_wrapper-KU3Kyfko.js} +1 -1
  12. package/dist/{emoji_text_wrapper-Tni6PAOS.cjs → emoji_text_wrapper-KiKRUPpa.cjs} +1 -1
  13. package/dist/message_input.cjs +1 -1
  14. package/dist/message_input.js +3 -3
  15. package/dist/stack-Xl6jQs_C.cjs +2 -0
  16. package/dist/{stack-DRdhbSNl.js → stack-klSxDym-.js} +155 -695
  17. package/dist/types/common/constants.d.ts +56 -0
  18. package/dist/types/common/constants.d.ts.map +1 -0
  19. package/dist/types/common/mixins/dom.d.ts +25 -0
  20. package/dist/types/common/mixins/dom.d.ts.map +1 -0
  21. package/dist/types/common/mixins/input.d.ts +199 -0
  22. package/dist/types/common/mixins/input.d.ts.map +1 -0
  23. package/dist/types/common/mixins/input_group.d.ts +101 -0
  24. package/dist/types/common/mixins/input_group.d.ts.map +1 -0
  25. package/dist/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
  26. package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
  27. package/dist/types/common/mixins/modal.d.ts +44 -0
  28. package/dist/types/common/mixins/modal.d.ts.map +1 -0
  29. package/dist/types/common/mixins/skeleton.d.ts +11 -0
  30. package/dist/types/common/mixins/skeleton.d.ts.map +1 -0
  31. package/dist/types/common/mixins/sr_only_close_button.d.ts +30 -0
  32. package/dist/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
  33. package/dist/types/common/sr_only_close_button.vue.d.ts +25 -0
  34. package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -0
  35. package/dist/types/common/storybook_utils.d.ts +29 -0
  36. package/dist/types/common/storybook_utils.d.ts.map +1 -0
  37. package/dist/types/common/utils.d.ts +116 -0
  38. package/dist/types/common/utils.d.ts.map +1 -0
  39. package/dist/types/common/validators.d.ts +6 -0
  40. package/dist/types/common/validators.d.ts.map +1 -0
  41. package/dist/types/components/avatar/avatar.vue.d.ts +367 -0
  42. package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -0
  43. package/dist/types/components/avatar/avatar_constants.d.ts +51 -0
  44. package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -0
  45. package/dist/types/components/avatar/utils.d.ts +2 -0
  46. package/dist/types/components/avatar/utils.d.ts.map +1 -0
  47. package/dist/types/components/badge/badge.vue.d.ts +184 -0
  48. package/dist/types/components/badge/badge.vue.d.ts.map +1 -0
  49. package/dist/types/components/badge/badge_constants.d.ts +39 -0
  50. package/dist/types/components/badge/badge_constants.d.ts.map +1 -0
  51. package/dist/types/components/banner/banner.vue.d.ts +252 -0
  52. package/dist/types/components/banner/banner.vue.d.ts.map +1 -0
  53. package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
  54. package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
  55. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
  56. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
  57. package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
  58. package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
  59. package/dist/types/components/button/button.vue.d.ts +316 -0
  60. package/dist/types/components/button/button.vue.d.ts.map +1 -0
  61. package/dist/types/components/button/button_constants.d.ts +55 -0
  62. package/dist/types/components/button/button_constants.d.ts.map +1 -0
  63. package/dist/types/components/button/index.d.ts +3 -0
  64. package/dist/types/components/button/index.d.ts.map +1 -0
  65. package/dist/types/components/button_group/button_group.vue.d.ts +29 -0
  66. package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -0
  67. package/dist/types/components/button_group/button_group_constants.d.ts +6 -0
  68. package/dist/types/components/button_group/button_group_constants.d.ts.map +1 -0
  69. package/dist/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
  70. package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
  71. package/dist/types/components/card/card.vue.d.ts +83 -0
  72. package/dist/types/components/card/card.vue.d.ts.map +1 -0
  73. package/dist/types/components/checkbox/checkbox.vue.d.ts +155 -0
  74. package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
  75. package/dist/types/components/checkbox/checkbox_constants.d.ts +10 -0
  76. package/dist/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
  77. package/dist/types/components/checkbox/index.d.ts +2 -0
  78. package/dist/types/components/checkbox/index.d.ts.map +1 -0
  79. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +249 -0
  80. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
  81. package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
  82. package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
  83. package/dist/types/components/chip/chip.vue.d.ts +156 -0
  84. package/dist/types/components/chip/chip.vue.d.ts.map +1 -0
  85. package/dist/types/components/chip/chip_constants.d.ts +28 -0
  86. package/dist/types/components/chip/chip_constants.d.ts.map +1 -0
  87. package/dist/types/components/codeblock/codeblock.vue.d.ts +13 -0
  88. package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
  89. package/dist/types/components/collapsible/collapsible.vue.d.ts +197 -0
  90. package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
  91. package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
  92. package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
  93. package/dist/types/components/combobox/combobox.vue.d.ts +328 -0
  94. package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
  95. package/dist/types/components/combobox/combobox_constants.d.ts +12 -0
  96. package/dist/types/components/combobox/combobox_constants.d.ts.map +1 -0
  97. package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
  98. package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
  99. package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
  100. package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
  101. package/dist/types/components/icon/icon.vue.d.ts +74 -0
  102. package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
  103. package/dist/types/components/icon/icon_constants.d.ts +15 -0
  104. package/dist/types/components/icon/icon_constants.d.ts.map +1 -0
  105. package/dist/types/components/icon/index.d.ts +3 -0
  106. package/dist/types/components/icon/index.d.ts.map +1 -0
  107. package/dist/types/components/input_group/index.d.ts +2 -0
  108. package/dist/types/components/input_group/index.d.ts.map +1 -0
  109. package/dist/types/components/input_group/input_group.vue.d.ts +173 -0
  110. package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -0
  111. package/dist/types/components/item_layout/index.d.ts +2 -0
  112. package/dist/types/components/item_layout/index.d.ts.map +1 -0
  113. package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -0
  114. package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
  115. package/dist/types/components/lazy_show/index.d.ts +2 -0
  116. package/dist/types/components/lazy_show/index.d.ts.map +1 -0
  117. package/dist/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
  118. package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
  119. package/dist/types/components/link/index.d.ts +3 -0
  120. package/dist/types/components/link/index.d.ts.map +1 -0
  121. package/dist/types/components/link/link.vue.d.ts +34 -0
  122. package/dist/types/components/link/link.vue.d.ts.map +1 -0
  123. package/dist/types/components/link/link_constants.d.ts +21 -0
  124. package/dist/types/components/link/link_constants.d.ts.map +1 -0
  125. package/dist/types/components/list_item/index.d.ts +3 -0
  126. package/dist/types/components/list_item/index.d.ts.map +1 -0
  127. package/dist/types/components/list_item/list_item.vue.d.ts +146 -0
  128. package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -0
  129. package/dist/types/components/list_item/list_item_constants.d.ts +15 -0
  130. package/dist/types/components/list_item/list_item_constants.d.ts.map +1 -0
  131. package/dist/types/components/notice/index.d.ts +6 -0
  132. package/dist/types/components/notice/index.d.ts.map +1 -0
  133. package/dist/types/components/notice/notice.vue.d.ts +174 -0
  134. package/dist/types/components/notice/notice.vue.d.ts.map +1 -0
  135. package/dist/types/components/notice/notice_action.vue.d.ts +68 -0
  136. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -0
  137. package/dist/types/components/notice/notice_constants.d.ts +8 -0
  138. package/dist/types/components/notice/notice_constants.d.ts.map +1 -0
  139. package/dist/types/components/notice/notice_content.vue.d.ts +55 -0
  140. package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -0
  141. package/dist/types/components/notice/notice_icon.vue.d.ts +27 -0
  142. package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -0
  143. package/dist/types/components/presence/index.d.ts +3 -0
  144. package/dist/types/components/presence/index.d.ts.map +1 -0
  145. package/dist/types/components/presence/presence.vue.d.ts +46 -0
  146. package/dist/types/components/presence/presence.vue.d.ts.map +1 -0
  147. package/dist/types/components/presence/presence_constants.d.ts +8 -0
  148. package/dist/types/components/presence/presence_constants.d.ts.map +1 -0
  149. package/dist/types/components/skeleton/index.d.ts +7 -0
  150. package/dist/types/components/skeleton/index.d.ts.map +1 -0
  151. package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
  152. package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
  153. package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
  154. package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
  155. package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
  156. package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
  157. package/dist/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
  158. package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
  159. package/dist/types/components/skeleton/skeleton.vue.d.ts +155 -0
  160. package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
  161. package/dist/types/components/skeleton/skeleton_constants.d.ts +27 -0
  162. package/dist/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
  163. package/dist/types/components/validation_messages/index.d.ts +2 -0
  164. package/dist/types/components/validation_messages/index.d.ts.map +1 -0
  165. package/dist/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
  166. package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
  167. package/package.json +3 -3
  168. package/dist/emoji-ZkNhBVKW.cjs +0 -1
  169. package/dist/stack-153kJjKj.cjs +0 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox_constants.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/checkbox_constants.js"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default as DtCheckbox } from "./checkbox.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,249 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Not supported by this component, please use selectedValues
4
+ */
5
+ value: {
6
+ type: never[];
7
+ default: null;
8
+ validator: (value: unknown) => boolean;
9
+ };
10
+ /**
11
+ * A provided list of selected values(s) for the checkbox group
12
+ * @model selectedValues
13
+ */
14
+ selectedValues: {
15
+ type: ArrayConstructor;
16
+ default(): never[];
17
+ };
18
+ /**
19
+ * A data qa tag for the radio group
20
+ */
21
+ dataQaGroup: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ /**
26
+ * A data qa tag for the radio group legend
27
+ */
28
+ dataQaGroupLegend: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ /**
33
+ * A data qa tag for the radio group messages
34
+ */
35
+ dataQaGroupMessages: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ }, {}, {
40
+ internalValue: any;
41
+ provideObj: {
42
+ selectedValues: any;
43
+ };
44
+ }, {}, {
45
+ setGroupValue(value: any, checked: any): void;
46
+ getMessageKey(type: any, index: any): any;
47
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue").DefineComponent<{
48
+ dataQaGroup: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ dataQaGroupLegend: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ dataQaGroupMessages: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ }, {}, {
61
+ internalValue: any;
62
+ provideObj: {
63
+ value: any;
64
+ };
65
+ }, {}, {
66
+ getMessageKey(type: any, index: any): string;
67
+ }, {
68
+ components: {
69
+ DtValidationMessages: import("vue").DefineComponent<{
70
+ id: {
71
+ type: StringConstructor;
72
+ default(): string;
73
+ };
74
+ validationMessages: {
75
+ type: ArrayConstructor;
76
+ default: () => never[];
77
+ validator: (messages: unknown) => any;
78
+ }; /**
79
+ * A provided list of selected values(s) for the checkbox group
80
+ * @model selectedValues
81
+ */
82
+ showMessages: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ }, {}, {}, {
87
+ isFilteredValidationMessagesEmpty(): boolean;
88
+ filteredValidationMessages(): any;
89
+ validationState(): string | null;
90
+ }, {
91
+ getMessageKey(type: any, index: any): string;
92
+ messageTypeClass(type: any): any;
93
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
94
+ id: {
95
+ type: StringConstructor;
96
+ default(): string;
97
+ };
98
+ validationMessages: {
99
+ type: ArrayConstructor;
100
+ default: () => never[];
101
+ validator: (messages: unknown) => any;
102
+ }; /**
103
+ * A provided list of selected values(s) for the checkbox group
104
+ * @model selectedValues
105
+ */
106
+ showMessages: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ }>>, {
111
+ id: string;
112
+ validationMessages: unknown[];
113
+ showMessages: boolean;
114
+ }>;
115
+ };
116
+ provide(): {
117
+ groupContext: any;
118
+ setGroupValue: any;
119
+ };
120
+ props: {
121
+ id: {
122
+ type: StringConstructor;
123
+ default(): string;
124
+ };
125
+ value: {
126
+ type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
127
+ default: null;
128
+ };
129
+ name: {
130
+ type: StringConstructor;
131
+ required: boolean;
132
+ };
133
+ legend: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ disabled: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ messages: {
142
+ type: ArrayConstructor;
143
+ default: () => never[];
144
+ validator: (messages: any) => any;
145
+ };
146
+ showMessages: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ legendClass: {
151
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
152
+ default: string;
153
+ };
154
+ messagesClass: {
155
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
156
+ default: string;
157
+ };
158
+ legendChildProps: {
159
+ type: ObjectConstructor;
160
+ default: () => {};
161
+ };
162
+ messagesChildProps: {
163
+ type: ObjectConstructor;
164
+ default: () => {};
165
+ };
166
+ };
167
+ data(): {
168
+ provideObj: {
169
+ name: any;
170
+ disabled: any;
171
+ validationState: string | null;
172
+ };
173
+ };
174
+ computed: {
175
+ formattedMessages(): any;
176
+ validationState(): string | null;
177
+ };
178
+ watch: {
179
+ disabled(newDisabled: any): void;
180
+ validationState(newValidationState: any): void;
181
+ };
182
+ methods: {
183
+ setGroupValue(newValue: any): void;
184
+ };
185
+ mounted(): void;
186
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
187
+ dataQaGroup: {
188
+ type: StringConstructor;
189
+ default: string;
190
+ };
191
+ dataQaGroupLegend: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ dataQaGroupMessages: {
196
+ type: StringConstructor;
197
+ default: string;
198
+ };
199
+ }>>, {
200
+ dataQaGroup: string;
201
+ dataQaGroupLegend: string;
202
+ dataQaGroupMessages: string;
203
+ }>, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
204
+ /**
205
+ * Not supported by this component, please use selectedValues
206
+ */
207
+ value: {
208
+ type: never[];
209
+ default: null;
210
+ validator: (value: unknown) => boolean;
211
+ };
212
+ /**
213
+ * A provided list of selected values(s) for the checkbox group
214
+ * @model selectedValues
215
+ */
216
+ selectedValues: {
217
+ type: ArrayConstructor;
218
+ default(): never[];
219
+ };
220
+ /**
221
+ * A data qa tag for the radio group
222
+ */
223
+ dataQaGroup: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ /**
228
+ * A data qa tag for the radio group legend
229
+ */
230
+ dataQaGroupLegend: {
231
+ type: StringConstructor;
232
+ default: string;
233
+ };
234
+ /**
235
+ * A data qa tag for the radio group messages
236
+ */
237
+ dataQaGroupMessages: {
238
+ type: StringConstructor;
239
+ default: string;
240
+ };
241
+ }>>, {
242
+ value: never;
243
+ dataQaGroup: string;
244
+ dataQaGroupLegend: string;
245
+ dataQaGroupMessages: string;
246
+ selectedValues: unknown[];
247
+ }>;
248
+ export default _default;
249
+ //# sourceMappingURL=checkbox_group.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkbox_group.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7BH;;;eAGG;;;;;;;;;;;;;;;;;;;;;eAHH;;;eAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvBH;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
3
+ //# sourceMappingURL=checkboxes_decorator.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkboxes_decorator.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkboxes_decorator.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,156 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
4
+ */
5
+ closeButtonProps: {
6
+ type: ObjectConstructor;
7
+ default: () => {
8
+ ariaLabel: string;
9
+ };
10
+ validator: (props: unknown) => boolean;
11
+ };
12
+ /**
13
+ * Hides the close button on the chip
14
+ * @values true, false
15
+ */
16
+ hideClose: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ /**
21
+ * The size of the chip.
22
+ * @values xs, sm, md
23
+ */
24
+ size: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ validator: (s: unknown) => boolean;
28
+ };
29
+ /**
30
+ * The interactivity of the chip.
31
+ * Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
32
+ * @values true, false
33
+ */
34
+ interactive: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ /**
39
+ * Id to use for the dialog's aria-labelledby.
40
+ */
41
+ id: {
42
+ type: StringConstructor;
43
+ default: () => string;
44
+ };
45
+ /**
46
+ * Descriptive label for the chip content.
47
+ * If this prop is unset the content in the default slot will be used as an aria-label.
48
+ */
49
+ ariaLabel: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ /**
54
+ * Additional class name for the chip element.
55
+ */
56
+ contentClass: {
57
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
58
+ default: string;
59
+ };
60
+ /**
61
+ * Additional class name for the span element.
62
+ */
63
+ labelClass: {
64
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
65
+ default: string;
66
+ };
67
+ }, {}, {
68
+ isActive: boolean;
69
+ }, {
70
+ chipListeners(): {
71
+ click: (event: any) => void;
72
+ keyup: (event: any) => void;
73
+ };
74
+ closeButtonIconSize(): any;
75
+ }, {
76
+ chipClasses(): any[];
77
+ chipCloseButtonClasses(): any[];
78
+ onClose(): void;
79
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("close" | "click" | "keyup")[], string, Readonly<import("vue").ExtractPropTypes<{
80
+ /**
81
+ * A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
82
+ */
83
+ closeButtonProps: {
84
+ type: ObjectConstructor;
85
+ default: () => {
86
+ ariaLabel: string;
87
+ };
88
+ validator: (props: unknown) => boolean;
89
+ };
90
+ /**
91
+ * Hides the close button on the chip
92
+ * @values true, false
93
+ */
94
+ hideClose: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ /**
99
+ * The size of the chip.
100
+ * @values xs, sm, md
101
+ */
102
+ size: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ validator: (s: unknown) => boolean;
106
+ };
107
+ /**
108
+ * The interactivity of the chip.
109
+ * Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
110
+ * @values true, false
111
+ */
112
+ interactive: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ /**
117
+ * Id to use for the dialog's aria-labelledby.
118
+ */
119
+ id: {
120
+ type: StringConstructor;
121
+ default: () => string;
122
+ };
123
+ /**
124
+ * Descriptive label for the chip content.
125
+ * If this prop is unset the content in the default slot will be used as an aria-label.
126
+ */
127
+ ariaLabel: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ };
131
+ /**
132
+ * Additional class name for the chip element.
133
+ */
134
+ contentClass: {
135
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
136
+ default: string;
137
+ };
138
+ /**
139
+ * Additional class name for the span element.
140
+ */
141
+ labelClass: {
142
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
143
+ default: string;
144
+ };
145
+ }>>, {
146
+ id: string;
147
+ size: string;
148
+ ariaLabel: string;
149
+ labelClass: string | Record<string, any> | unknown[];
150
+ closeButtonProps: Record<string, any>;
151
+ hideClose: boolean;
152
+ contentClass: string | Record<string, any> | unknown[];
153
+ interactive: boolean;
154
+ }>;
155
+ export default _default;
156
+ //# sourceMappingURL=chip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chip.vue.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip.vue.js"],"names":[],"mappings":";IA0BI;;OAEG;;;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;IAnEH;;OAEG;;;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -0,0 +1,28 @@
1
+ export namespace CHIP_SIZE_MODIFIERS {
2
+ let xs: string;
3
+ let sm: string;
4
+ let md: string;
5
+ }
6
+ export namespace CHIP_CLOSE_BUTTON_SIZE_MODIFIERS {
7
+ let xs_1: string;
8
+ export { xs_1 as xs };
9
+ let sm_1: string;
10
+ export { sm_1 as sm };
11
+ let md_1: string;
12
+ export { md_1 as md };
13
+ }
14
+ export namespace CHIP_ICON_SIZES {
15
+ let xs_2: string;
16
+ export { xs_2 as xs };
17
+ let sm_2: string;
18
+ export { sm_2 as sm };
19
+ let md_2: string;
20
+ export { md_2 as md };
21
+ }
22
+ declare namespace _default {
23
+ export { CHIP_SIZE_MODIFIERS };
24
+ export { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS };
25
+ export { CHIP_ICON_SIZES };
26
+ }
27
+ export default _default;
28
+ //# sourceMappingURL=chip_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chip_constants.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip_constants.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ text: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
7
+ text: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>>, {}>;
12
+ export default _default;
13
+ //# sourceMappingURL=codeblock.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codeblock.vue.d.ts","sourceRoot":"","sources":["../../../../components/codeblock/codeblock.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,197 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Text that is displayed on the anchor if nothing is passed in the slot.
4
+ * Ignored if the anchor slot is used.
5
+ */
6
+ anchorText: {
7
+ type: StringConstructor;
8
+ default: null;
9
+ };
10
+ /**
11
+ * Controls whether the collapsible is shown. Leaving this null will have the collapsible start
12
+ * expanded and trigger on click by default. If you set this value, the default trigger
13
+ * behavior will be disabled, and you can control it as you need.
14
+ * Supports .sync modifier
15
+ * @values null, true, false
16
+ */
17
+ open: {
18
+ type: BooleanConstructor;
19
+ default: null;
20
+ };
21
+ /**
22
+ * The id of the content wrapper.
23
+ */
24
+ id: {
25
+ type: StringConstructor;
26
+ default(): string;
27
+ };
28
+ /**
29
+ * HTML element type (tag name) of the root element of the component.
30
+ */
31
+ elementType: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /**
36
+ * HTML element type (tag name) of the content wrapper element.
37
+ */
38
+ contentElementType: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ /**
43
+ * Additional class name for the anchor wrapper element.
44
+ */
45
+ anchorClass: {
46
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
47
+ default: null;
48
+ };
49
+ /**
50
+ * Additional class name for the content wrapper element.
51
+ */
52
+ contentClass: {
53
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
54
+ default: null;
55
+ };
56
+ /**
57
+ * The maximum width of the anchor and collapsible element.
58
+ * Possible units rem|px|%|em
59
+ */
60
+ maxWidth: {
61
+ type: StringConstructor;
62
+ default: null;
63
+ };
64
+ /**
65
+ * The maximum height of the collapsible element.
66
+ * Possible units rem|px|%|em
67
+ */
68
+ maxHeight: {
69
+ type: StringConstructor;
70
+ default: null;
71
+ };
72
+ /**
73
+ * Label on the collapsible content. Should provide this or ariaLabelledBy but not both.
74
+ */
75
+ ariaLabel: {
76
+ type: StringConstructor;
77
+ default: null;
78
+ };
79
+ /**
80
+ * Id of the element that labels the collapsible content. Defaults to the anchor element.
81
+ * Should provide this or ariaLabel but not both.
82
+ */
83
+ ariaLabelledBy: {
84
+ type: StringConstructor;
85
+ default: null;
86
+ };
87
+ }, {}, {
88
+ isOpen: boolean;
89
+ }, {
90
+ labelledBy(): any;
91
+ }, {
92
+ onLeaveTransitionComplete(): void;
93
+ onEnterTransitionComplete(): void;
94
+ defaultToggleOpen(): void;
95
+ toggleOpen(): void;
96
+ validateProperAnchor(): void;
97
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("update:open" | "opened")[], string, Readonly<import("vue").ExtractPropTypes<{
98
+ /**
99
+ * Text that is displayed on the anchor if nothing is passed in the slot.
100
+ * Ignored if the anchor slot is used.
101
+ */
102
+ anchorText: {
103
+ type: StringConstructor;
104
+ default: null;
105
+ };
106
+ /**
107
+ * Controls whether the collapsible is shown. Leaving this null will have the collapsible start
108
+ * expanded and trigger on click by default. If you set this value, the default trigger
109
+ * behavior will be disabled, and you can control it as you need.
110
+ * Supports .sync modifier
111
+ * @values null, true, false
112
+ */
113
+ open: {
114
+ type: BooleanConstructor;
115
+ default: null;
116
+ };
117
+ /**
118
+ * The id of the content wrapper.
119
+ */
120
+ id: {
121
+ type: StringConstructor;
122
+ default(): string;
123
+ };
124
+ /**
125
+ * HTML element type (tag name) of the root element of the component.
126
+ */
127
+ elementType: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ };
131
+ /**
132
+ * HTML element type (tag name) of the content wrapper element.
133
+ */
134
+ contentElementType: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ /**
139
+ * Additional class name for the anchor wrapper element.
140
+ */
141
+ anchorClass: {
142
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
143
+ default: null;
144
+ };
145
+ /**
146
+ * Additional class name for the content wrapper element.
147
+ */
148
+ contentClass: {
149
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
150
+ default: null;
151
+ };
152
+ /**
153
+ * The maximum width of the anchor and collapsible element.
154
+ * Possible units rem|px|%|em
155
+ */
156
+ maxWidth: {
157
+ type: StringConstructor;
158
+ default: null;
159
+ };
160
+ /**
161
+ * The maximum height of the collapsible element.
162
+ * Possible units rem|px|%|em
163
+ */
164
+ maxHeight: {
165
+ type: StringConstructor;
166
+ default: null;
167
+ };
168
+ /**
169
+ * Label on the collapsible content. Should provide this or ariaLabelledBy but not both.
170
+ */
171
+ ariaLabel: {
172
+ type: StringConstructor;
173
+ default: null;
174
+ };
175
+ /**
176
+ * Id of the element that labels the collapsible content. Defaults to the anchor element.
177
+ * Should provide this or ariaLabel but not both.
178
+ */
179
+ ariaLabelledBy: {
180
+ type: StringConstructor;
181
+ default: null;
182
+ };
183
+ }>>, {
184
+ id: string;
185
+ ariaLabel: string;
186
+ maxHeight: string;
187
+ contentClass: string | Record<string, any> | unknown[];
188
+ elementType: string;
189
+ open: boolean;
190
+ anchorText: string;
191
+ contentElementType: string;
192
+ anchorClass: string | Record<string, any> | unknown[];
193
+ maxWidth: string;
194
+ ariaLabelledBy: string;
195
+ }>;
196
+ export default _default;
197
+ //# sourceMappingURL=collapsible.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible.vue.js"],"names":[],"mappings":";IAuBI;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;IA1FH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}