@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,184 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
4
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
5
+ * will automatically be shown here, but this can be overridden by setting this prop.
6
+ */
7
+ iconLeft: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ /**
12
+ * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
13
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog
14
+ */
15
+ iconRight: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ /**
20
+ * Text for the badge content
21
+ */
22
+ text: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ /**
27
+ * The kind of badge which determines the styling
28
+ * @values label, count
29
+ */
30
+ kind: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ validator: (kind: unknown) => boolean;
34
+ };
35
+ /**
36
+ * Color for the badge background
37
+ * @values default, info, success, warning, critical, bulletin, ai
38
+ */
39
+ type: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ validator: (type: unknown) => boolean;
43
+ };
44
+ /**
45
+ * Decoration for the badge. This can be only used with kind: label and type: default
46
+ * with no iconLeft and iconRight
47
+ * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
48
+ * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
49
+ * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
50
+ */
51
+ decoration: {
52
+ type: StringConstructor;
53
+ default: undefined;
54
+ validator: (type: unknown) => boolean;
55
+ };
56
+ /**
57
+ * Used to customize the label container
58
+ */
59
+ labelClass: {
60
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
61
+ default: string;
62
+ };
63
+ }, {}, {
64
+ BADGE_TYPE_MODIFIERS: {
65
+ default: string;
66
+ info: string;
67
+ success: string;
68
+ warning: string;
69
+ critical: string;
70
+ bulletin: string;
71
+ ai: string;
72
+ };
73
+ BADGE_KIND_MODIFIERS: {
74
+ label: string;
75
+ count: string;
76
+ };
77
+ BADGE_DECORATION_MODIFIERS: {
78
+ 'black-400': string;
79
+ 'black-500': string;
80
+ 'black-900': string;
81
+ /**
82
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
83
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
84
+ * will automatically be shown here, but this can be overridden by setting this prop.
85
+ */
86
+ 'red-200': string;
87
+ 'red-300': string;
88
+ 'red-400': string;
89
+ 'purple-200': string;
90
+ 'purple-300': string;
91
+ 'purple-400': string;
92
+ 'purple-500': string;
93
+ 'blue-200': string;
94
+ 'blue-300': string;
95
+ 'blue-400': string;
96
+ 'green-300': string;
97
+ 'green-400': string;
98
+ 'green-500': string;
99
+ 'gold-300': string;
100
+ 'gold-400': string;
101
+ 'gold-500': string;
102
+ 'magenta-200': string;
103
+ 'magenta-300': string;
104
+ 'magenta-400': string;
105
+ };
106
+ }, {
107
+ hasIcons(): boolean;
108
+ }, {
109
+ validateProps(): void;
110
+ validateTypePropCombination(): void;
111
+ validateDecorationPropCombination(): void;
112
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
113
+ /**
114
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
115
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
116
+ * will automatically be shown here, but this can be overridden by setting this prop.
117
+ */
118
+ iconLeft: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ /**
123
+ * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
124
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog
125
+ */
126
+ iconRight: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ /**
131
+ * Text for the badge content
132
+ */
133
+ text: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ /**
138
+ * The kind of badge which determines the styling
139
+ * @values label, count
140
+ */
141
+ kind: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ validator: (kind: unknown) => boolean;
145
+ };
146
+ /**
147
+ * Color for the badge background
148
+ * @values default, info, success, warning, critical, bulletin, ai
149
+ */
150
+ type: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ validator: (type: unknown) => boolean;
154
+ };
155
+ /**
156
+ * Decoration for the badge. This can be only used with kind: label and type: default
157
+ * with no iconLeft and iconRight
158
+ * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
159
+ * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
160
+ * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
161
+ */
162
+ decoration: {
163
+ type: StringConstructor;
164
+ default: undefined;
165
+ validator: (type: unknown) => boolean;
166
+ };
167
+ /**
168
+ * Used to customize the label container
169
+ */
170
+ labelClass: {
171
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
172
+ default: string;
173
+ };
174
+ }>>, {
175
+ type: string;
176
+ text: string;
177
+ iconLeft: string;
178
+ iconRight: string;
179
+ kind: string;
180
+ decoration: string;
181
+ labelClass: string | Record<string, any> | unknown[];
182
+ }>;
183
+ export default _default;
184
+ //# sourceMappingURL=badge.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAkBI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;QA9DH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAJH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
@@ -0,0 +1,39 @@
1
+ export namespace BADGE_TYPE_MODIFIERS {
2
+ let _default: string;
3
+ export { _default as default };
4
+ export let info: string;
5
+ export let success: string;
6
+ export let warning: string;
7
+ export let critical: string;
8
+ export let bulletin: string;
9
+ export let ai: string;
10
+ }
11
+ export namespace BADGE_KIND_MODIFIERS {
12
+ let label: string;
13
+ let count: string;
14
+ }
15
+ export const BADGE_DECORATION_MODIFIERS: {
16
+ 'black-400': string;
17
+ 'black-500': string;
18
+ 'black-900': string;
19
+ 'red-200': string;
20
+ 'red-300': string;
21
+ 'red-400': string;
22
+ 'purple-200': string;
23
+ 'purple-300': string;
24
+ 'purple-400': string;
25
+ 'purple-500': string;
26
+ 'blue-200': string;
27
+ 'blue-300': string;
28
+ 'blue-400': string;
29
+ 'green-300': string;
30
+ 'green-400': string;
31
+ 'green-500': string;
32
+ 'gold-300': string;
33
+ 'gold-400': string;
34
+ 'gold-500': string;
35
+ 'magenta-200': string;
36
+ 'magenta-300': string;
37
+ 'magenta-400': string;
38
+ };
39
+ //# sourceMappingURL=badge_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge_constants.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAeA;;;;;;;;;;;;;;;;;;;;;;;EAuBE"}
@@ -0,0 +1,252 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Sets an ID on the title element of the component. Useful for aria-describedby
4
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
5
+ */
6
+ titleId: {
7
+ type: StringConstructor;
8
+ default(): string;
9
+ };
10
+ /**
11
+ * Sets an ID on the content element of the component. Useful for aria-describedby
12
+ * or aria-labelledby or any other reason you may need an id to refer to the content.
13
+ */
14
+ contentId: {
15
+ type: StringConstructor;
16
+ default(): string;
17
+ };
18
+ /**
19
+ * Title header of the notice. This can be left blank to remove the title from the notice entirely.
20
+ */
21
+ title: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ /**
26
+ * Used in scenarios where the message needs to visually dominate the screen.
27
+ * This will also change the aria role from status to alertdialog.
28
+ * and will modally trap the keyboard focus in the dialog as soon as it displays.
29
+ * @values true, false
30
+ */
31
+ important: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ /**
36
+ * Pins the banner to the top of the window and pushes all app content down.
37
+ * @values true, false
38
+ */
39
+ pinned: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ /**
44
+ * Severity level of the notice, sets the icon and background
45
+ * @values base, error, info, success, warning
46
+ */
47
+ kind: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ validate(kind: any): boolean;
51
+ };
52
+ /**
53
+ * Props for the notice close button.
54
+ */
55
+ closeButtonProps: {
56
+ type: ObjectConstructor;
57
+ default: () => {};
58
+ };
59
+ /**
60
+ * Hides the close button from the notice
61
+ */
62
+ hideClose: {
63
+ type: BooleanConstructor;
64
+ default: boolean;
65
+ };
66
+ /**
67
+ * Hides the icon from the notice
68
+ * @values true, false
69
+ */
70
+ hideIcon: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ /**
75
+ * Inner dialog class
76
+ */
77
+ dialogClass: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ /**
82
+ * Banner background image
83
+ */
84
+ backgroundImage: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ /**
89
+ * Background image size, follows the background-size CSS property values
90
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
91
+ * CSS background-sizes
92
+ * </a>
93
+ */
94
+ backgroundSize: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ }, {}, {}, {
99
+ role(): "status" | "alertdialog";
100
+ bannerClass(): (string | {
101
+ 'd-banner--important': never;
102
+ 'd-banner--pinned': never;
103
+ })[];
104
+ bannerBackgroundImage(): string | null;
105
+ }, {
106
+ trapFocus(e: any): void;
107
+ }, {
108
+ props: {
109
+ visuallyHiddenClose: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ visuallyHiddenCloseLabel: {
114
+ type: StringConstructor;
115
+ default: null;
116
+ };
117
+ };
118
+ watch: {
119
+ $props: {
120
+ immediate: boolean;
121
+ deep: boolean;
122
+ handler(): void;
123
+ };
124
+ };
125
+ computed: {
126
+ showVisuallyHiddenClose(): any;
127
+ };
128
+ methods: {
129
+ validateVisuallyHiddenCloseProps(): void;
130
+ };
131
+ } | {
132
+ methods: {
133
+ getFirstFocusableElement(el: object): Promise<any>;
134
+ focusFirstElement(el?: object): Promise<void>;
135
+ focusElementById(elementId: any): Promise<void>;
136
+ _getFirstFocusElement(focusableElements: any): any;
137
+ _getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
138
+ focusTrappedTabPress(e: object, el: object): void;
139
+ };
140
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
141
+ /**
142
+ * Sets an ID on the title element of the component. Useful for aria-describedby
143
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
144
+ */
145
+ titleId: {
146
+ type: StringConstructor;
147
+ default(): string;
148
+ };
149
+ /**
150
+ * Sets an ID on the content element of the component. Useful for aria-describedby
151
+ * or aria-labelledby or any other reason you may need an id to refer to the content.
152
+ */
153
+ contentId: {
154
+ type: StringConstructor;
155
+ default(): string;
156
+ };
157
+ /**
158
+ * Title header of the notice. This can be left blank to remove the title from the notice entirely.
159
+ */
160
+ title: {
161
+ type: StringConstructor;
162
+ default: string;
163
+ };
164
+ /**
165
+ * Used in scenarios where the message needs to visually dominate the screen.
166
+ * This will also change the aria role from status to alertdialog.
167
+ * and will modally trap the keyboard focus in the dialog as soon as it displays.
168
+ * @values true, false
169
+ */
170
+ important: {
171
+ type: BooleanConstructor;
172
+ default: boolean;
173
+ };
174
+ /**
175
+ * Pins the banner to the top of the window and pushes all app content down.
176
+ * @values true, false
177
+ */
178
+ pinned: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ /**
183
+ * Severity level of the notice, sets the icon and background
184
+ * @values base, error, info, success, warning
185
+ */
186
+ kind: {
187
+ type: StringConstructor;
188
+ default: string;
189
+ validate(kind: any): boolean;
190
+ };
191
+ /**
192
+ * Props for the notice close button.
193
+ */
194
+ closeButtonProps: {
195
+ type: ObjectConstructor;
196
+ default: () => {};
197
+ };
198
+ /**
199
+ * Hides the close button from the notice
200
+ */
201
+ hideClose: {
202
+ type: BooleanConstructor;
203
+ default: boolean;
204
+ };
205
+ /**
206
+ * Hides the icon from the notice
207
+ * @values true, false
208
+ */
209
+ hideIcon: {
210
+ type: BooleanConstructor;
211
+ default: boolean;
212
+ };
213
+ /**
214
+ * Inner dialog class
215
+ */
216
+ dialogClass: {
217
+ type: StringConstructor;
218
+ default: string;
219
+ };
220
+ /**
221
+ * Banner background image
222
+ */
223
+ backgroundImage: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ /**
228
+ * Background image size, follows the background-size CSS property values
229
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
230
+ * CSS background-sizes
231
+ * </a>
232
+ */
233
+ backgroundSize: {
234
+ type: StringConstructor;
235
+ default: string;
236
+ };
237
+ }>>, {
238
+ title: string;
239
+ kind: string;
240
+ titleId: string;
241
+ contentId: string;
242
+ closeButtonProps: Record<string, any>;
243
+ hideClose: boolean;
244
+ important: boolean;
245
+ pinned: boolean;
246
+ hideIcon: boolean;
247
+ dialogClass: string;
248
+ backgroundImage: string;
249
+ backgroundSize: string;
250
+ }>;
251
+ export default _default;
252
+ //# sourceMappingURL=banner.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banner.vue.d.ts","sourceRoot":"","sources":["../../../../components/banner/banner.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG"}
@@ -0,0 +1,56 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Passed through to link. If true, applies inverted styles to the link.
4
+ */
5
+ inverted: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ /**
10
+ * Applies selected styles to the breadcrumb
11
+ */
12
+ selected: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ /**
17
+ * Describes the breadcrumb. Overridden by default slot
18
+ */
19
+ label: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ }, {}, {
24
+ BREADCRUMB_ITEM_SELECTED_MODIFIER: string;
25
+ }, {
26
+ linkKind(): "muted" | "inverted";
27
+ ariaCurrent(): "location" | undefined;
28
+ }, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
29
+ /**
30
+ * Passed through to link. If true, applies inverted styles to the link.
31
+ */
32
+ inverted: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ /**
37
+ * Applies selected styles to the breadcrumb
38
+ */
39
+ selected: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ /**
44
+ * Describes the breadcrumb. Overridden by default slot
45
+ */
46
+ label: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ }>>, {
51
+ label: string;
52
+ inverted: boolean;
53
+ selected: boolean;
54
+ }>;
55
+ export default _default;
56
+ //# sourceMappingURL=breadcrumb_item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/breadcrumbs/breadcrumb_item.vue.js"],"names":[],"mappings":";IAgBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;IAlBH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -0,0 +1,59 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * A provided list of breadcrumbs. Overridden by default slot
4
+ */
5
+ breadcrumbs: {
6
+ type: ArrayConstructor;
7
+ default: () => never[];
8
+ validate(breadcrumbs: any): any;
9
+ };
10
+ /**
11
+ * Passed through to link. If true, applies inverted styles to the link.
12
+ * @values true, false
13
+ */
14
+ inverted: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ /**
19
+ * Descriptive label for the navigation content.
20
+ */
21
+ ariaLabel: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ }, {}, {
26
+ BREADCRUMBS_INVERTED_MODIFIER: string;
27
+ }, {}, {
28
+ getBreadcrumbItemKey(index: any): string;
29
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
30
+ /**
31
+ * A provided list of breadcrumbs. Overridden by default slot
32
+ */
33
+ breadcrumbs: {
34
+ type: ArrayConstructor;
35
+ default: () => never[];
36
+ validate(breadcrumbs: any): any;
37
+ };
38
+ /**
39
+ * Passed through to link. If true, applies inverted styles to the link.
40
+ * @values true, false
41
+ */
42
+ inverted: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ /**
47
+ * Descriptive label for the navigation content.
48
+ */
49
+ ariaLabel: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ }>>, {
54
+ ariaLabel: string;
55
+ inverted: boolean;
56
+ breadcrumbs: unknown[];
57
+ }>;
58
+ export default _default;
59
+ //# sourceMappingURL=breadcrumbs.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs.vue.d.ts","sourceRoot":"","sources":["../../../../components/breadcrumbs/breadcrumbs.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;;IAWH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;IAxBH;;OAEG;;;;;;IAWH;;;OAGG;;;;;IAMH;;OAEG"}
@@ -0,0 +1,3 @@
1
+ export const BREADCRUMB_ITEM_SELECTED_MODIFIER: "d-breadcrumbs__item--selected";
2
+ export const BREADCRUMBS_INVERTED_MODIFIER: "d-breadcrumbs--inverted";
3
+ //# sourceMappingURL=breadcrumbs_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs_constants.d.ts","sourceRoot":"","sources":["../../../../components/breadcrumbs/breadcrumbs_constants.js"],"names":[],"mappings":"AAAA,gFAAiF;AACjF,sEAAuE"}