@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,174 @@
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: undefined;
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: undefined;
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
+ * Provides a role for the notice. 'status' is used to communicate a message. 'alert' is used to communicate an
27
+ * important message that does not contain any interactive elements. 'alertdialog' is used to communicate an
28
+ * important message that does contain interactive elements.
29
+ * @values alert, alertdialog, status
30
+ */
31
+ role: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ validate(role: any): boolean;
35
+ };
36
+ /**
37
+ * Used in scenarios where the message needs to visually dominate the screen.
38
+ * This will also change the aria role from status to alert.
39
+ * @values true, false
40
+ */
41
+ important: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ /**
46
+ * Severity level of the notice, sets the icon and background
47
+ * @values base, error, info, success, warning
48
+ */
49
+ kind: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ validate(kind: any): boolean;
53
+ };
54
+ /**
55
+ * Props for the notice close button.
56
+ */
57
+ closeButtonProps: {
58
+ type: ObjectConstructor;
59
+ default: () => {};
60
+ };
61
+ /**
62
+ * Hides the close button from the notice
63
+ * @values true, false
64
+ */
65
+ hideClose: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ }, {}, {}, {
70
+ noticeClass(): any[];
71
+ }, {}, {
72
+ props: {
73
+ visuallyHiddenClose: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ visuallyHiddenCloseLabel: {
78
+ type: StringConstructor;
79
+ default: null;
80
+ };
81
+ };
82
+ watch: {
83
+ $props: {
84
+ immediate: boolean;
85
+ deep: boolean;
86
+ handler(): void;
87
+ };
88
+ };
89
+ computed: {
90
+ showVisuallyHiddenClose(): any;
91
+ };
92
+ methods: {
93
+ validateVisuallyHiddenCloseProps(): void;
94
+ };
95
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
96
+ /**
97
+ * Sets an ID on the title element of the component. Useful for aria-describedby
98
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
99
+ */
100
+ titleId: {
101
+ type: StringConstructor;
102
+ default: undefined;
103
+ };
104
+ /**
105
+ * Sets an ID on the content element of the component. Useful for aria-describedby
106
+ * or aria-labelledby or any other reason you may need an id to refer to the content.
107
+ */
108
+ contentId: {
109
+ type: StringConstructor;
110
+ default: undefined;
111
+ };
112
+ /**
113
+ * Title header of the notice. This can be left blank to remove the title from the notice entirely.
114
+ */
115
+ title: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ };
119
+ /**
120
+ * Provides a role for the notice. 'status' is used to communicate a message. 'alert' is used to communicate an
121
+ * important message that does not contain any interactive elements. 'alertdialog' is used to communicate an
122
+ * important message that does contain interactive elements.
123
+ * @values alert, alertdialog, status
124
+ */
125
+ role: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ validate(role: any): boolean;
129
+ };
130
+ /**
131
+ * Used in scenarios where the message needs to visually dominate the screen.
132
+ * This will also change the aria role from status to alert.
133
+ * @values true, false
134
+ */
135
+ important: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ /**
140
+ * Severity level of the notice, sets the icon and background
141
+ * @values base, error, info, success, warning
142
+ */
143
+ kind: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ validate(kind: any): boolean;
147
+ };
148
+ /**
149
+ * Props for the notice close button.
150
+ */
151
+ closeButtonProps: {
152
+ type: ObjectConstructor;
153
+ default: () => {};
154
+ };
155
+ /**
156
+ * Hides the close button from the notice
157
+ * @values true, false
158
+ */
159
+ hideClose: {
160
+ type: BooleanConstructor;
161
+ default: boolean;
162
+ };
163
+ }>>, {
164
+ title: string;
165
+ role: string;
166
+ kind: string;
167
+ titleId: string;
168
+ contentId: string;
169
+ closeButtonProps: Record<string, any>;
170
+ hideClose: boolean;
171
+ important: boolean;
172
+ }>;
173
+ export default _default;
174
+ //# sourceMappingURL=notice.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notice.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAzEH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG"}
@@ -0,0 +1,68 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Props for the notice close button.
4
+ */
5
+ closeButtonProps: {
6
+ type: ObjectConstructor;
7
+ default: () => {};
8
+ };
9
+ /**
10
+ * Hides the close button from the notice
11
+ * @values true, false
12
+ */
13
+ hideClose: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ }, {}, {}, {
18
+ noticeActionListeners(): {
19
+ click: (event: any) => void;
20
+ };
21
+ }, {
22
+ close(): void;
23
+ }, {
24
+ props: {
25
+ visuallyHiddenClose: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ visuallyHiddenCloseLabel: {
30
+ type: StringConstructor;
31
+ default: null;
32
+ };
33
+ };
34
+ watch: {
35
+ $props: {
36
+ immediate: boolean;
37
+ deep: boolean;
38
+ handler(): void;
39
+ };
40
+ };
41
+ computed: {
42
+ showVisuallyHiddenClose(): any;
43
+ };
44
+ methods: {
45
+ validateVisuallyHiddenCloseProps(): void;
46
+ };
47
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
48
+ /**
49
+ * Props for the notice close button.
50
+ */
51
+ closeButtonProps: {
52
+ type: ObjectConstructor;
53
+ default: () => {};
54
+ };
55
+ /**
56
+ * Hides the close button from the notice
57
+ * @values true, false
58
+ */
59
+ hideClose: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ }>>, {
64
+ closeButtonProps: Record<string, any>;
65
+ hideClose: boolean;
66
+ }>;
67
+ export default _default;
68
+ //# sourceMappingURL=notice_action.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAXH;;OAEG;;;;;IAMH;;;OAGG"}
@@ -0,0 +1,8 @@
1
+ export const NOTICE_KINDS: string[];
2
+ export const NOTICE_ROLES: string[];
3
+ declare namespace _default {
4
+ export { NOTICE_KINDS };
5
+ export { NOTICE_ROLES };
6
+ }
7
+ export default _default;
8
+ //# sourceMappingURL=notice_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notice_constants.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_constants.js"],"names":[],"mappings":"AAAA,oCAA4E;AAC5E,oCAA+D"}
@@ -0,0 +1,55 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Title header of the notice. This can be left blank to remove the title from the notice entirely.
4
+ */
5
+ title: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ /**
10
+ * ID for the title element of the component. Useful for aria-describedby
11
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
12
+ */
13
+ titleId: {
14
+ type: StringConstructor;
15
+ default: undefined;
16
+ };
17
+ /**
18
+ * ID for the content element of the component. Useful for aria-describedby
19
+ * or aria-labelledby or any other reason you may need an id to refer to the content.
20
+ */
21
+ contentId: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
26
+ /**
27
+ * Title header of the notice. This can be left blank to remove the title from the notice entirely.
28
+ */
29
+ title: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ /**
34
+ * ID for the title element of the component. Useful for aria-describedby
35
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
36
+ */
37
+ titleId: {
38
+ type: StringConstructor;
39
+ default: undefined;
40
+ };
41
+ /**
42
+ * ID for the content element of the component. Useful for aria-describedby
43
+ * or aria-labelledby or any other reason you may need an id to refer to the content.
44
+ */
45
+ contentId: {
46
+ type: StringConstructor;
47
+ default: undefined;
48
+ };
49
+ }>>, {
50
+ title: string;
51
+ titleId: string;
52
+ contentId: string;
53
+ }>;
54
+ export default _default;
55
+ //# sourceMappingURL=notice_content.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notice_content.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_content.vue.js"],"names":[],"mappings":";IAMI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IApBH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
@@ -0,0 +1,27 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Kind of icon
4
+ * @values base, error, info, success, warning
5
+ */
6
+ kind: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ validate(kind: any): boolean;
10
+ };
11
+ }, {}, {}, {
12
+ defaultIcon(): string | undefined;
13
+ }, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Kind of icon
16
+ * @values base, error, info, success, warning
17
+ */
18
+ kind: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ validate(kind: any): boolean;
22
+ };
23
+ }>>, {
24
+ kind: string;
25
+ }>;
26
+ export default _default;
27
+ //# sourceMappingURL=notice_icon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notice_icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_icon.vue.js"],"names":[],"mappings":";IAqBI;;;OAGG;;;;;;;;;IAHH;;;OAGG"}
@@ -0,0 +1,3 @@
1
+ export { default as DtPresence } from "./presence.vue";
2
+ export { PRESENCE_STATES, PRESENCE_STATES_LIST } from "./presence_constants";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/presence/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,46 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Determines the color of the inner presence circle, indicating status.
4
+ * Accepts one of 4 values: 'busy', 'away', 'active', 'offline'
5
+ * @values busy, away, active, offline
6
+ */
7
+ presence: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ validator: (role: unknown) => boolean;
11
+ };
12
+ /**
13
+ * Since Presence is a visual element, we need SRs to read out any state changes
14
+ * that occur.
15
+ * Text entered here will be read by assistive technology. If null this component will be ignored by AT.
16
+ */
17
+ srText: {
18
+ type: StringConstructor;
19
+ default: null;
20
+ };
21
+ }, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
22
+ /**
23
+ * Determines the color of the inner presence circle, indicating status.
24
+ * Accepts one of 4 values: 'busy', 'away', 'active', 'offline'
25
+ * @values busy, away, active, offline
26
+ */
27
+ presence: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ validator: (role: unknown) => boolean;
31
+ };
32
+ /**
33
+ * Since Presence is a visual element, we need SRs to read out any state changes
34
+ * that occur.
35
+ * Text entered here will be read by assistive technology. If null this component will be ignored by AT.
36
+ */
37
+ srText: {
38
+ type: StringConstructor;
39
+ default: null;
40
+ };
41
+ }>>, {
42
+ presence: string;
43
+ srText: string;
44
+ }>;
45
+ export default _default;
46
+ //# sourceMappingURL=presence.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presence.vue.d.ts","sourceRoot":"","sources":["../../../../components/presence/presence.vue.js"],"names":[],"mappings":";IAWI;;;;OAIG;;;;;;IASH;;;;OAIG;;;;;;IAjBH;;;;OAIG;;;;;;IASH;;;;OAIG"}
@@ -0,0 +1,8 @@
1
+ export namespace PRESENCE_STATES {
2
+ let BUSY: string;
3
+ let AWAY: string;
4
+ let OFFLINE: string;
5
+ let ACTIVE: string;
6
+ }
7
+ export const PRESENCE_STATES_LIST: string[];
8
+ //# sourceMappingURL=presence_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presence_constants.d.ts","sourceRoot":"","sources":["../../../../components/presence/presence_constants.js"],"names":[],"mappings":";;;;;;AAOA,4CAKE"}
@@ -0,0 +1,7 @@
1
+ export { default as DtSkeleton } from "./skeleton.vue";
2
+ export { default as DtSkeletonListItem } from "./skeleton-list-item.vue";
3
+ export { default as DtSkeletonText } from "./skeleton-text.vue";
4
+ export { default as DtSkeletonShape } from "./skeleton-shape.vue";
5
+ export { default as DtSkeletonParagraph } from "./skeleton-paragraph.vue";
6
+ export { SKELETON_RIPPLE_DURATION, SKELETON_SHAPES, SKELETON_TEXT_TYPES, SKELETON_SHAPE_SIZES, SKELETON_HEADING_HEIGHTS } from "./skeleton_constants";
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/skeleton/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,152 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Defines the shape of the skeleton, accepts circle or square.
4
+ * @values circle, square
5
+ */
6
+ shape: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ validator: (shape: unknown) => boolean;
10
+ };
11
+ /**
12
+ * Size of the shape
13
+ * @values xs, sm, md, lg, xl
14
+ */
15
+ shapeSize: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ /**
20
+ * Object containing quantity of paragraphs to display
21
+ * and a randomWidth boolean.
22
+ */
23
+ paragraphs: {
24
+ type: ObjectConstructor;
25
+ default: () => {
26
+ rows: number;
27
+ randomWidth: boolean;
28
+ };
29
+ };
30
+ /**
31
+ * Duration time of the animation (ms), set -1 for an infinite animation.
32
+ */
33
+ animationDuration: {
34
+ type: NumberConstructor;
35
+ default: number;
36
+ };
37
+ /**
38
+ * This property has higher priority than "option.animate"
39
+ * @values true, false
40
+ */
41
+ animate: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ /**
46
+ * RippleDuration controls how long the delay is for the animation of a
47
+ * placeholder 1000 pixels from the top of the page. Each placeholder
48
+ * from the top down will have a delay duration from 0 to this offset.
49
+ * The delay of each placeholder animation is based on how far down the page
50
+ * the placeholder is rendered. This is a linear relationship. The unit
51
+ * is milliseconds.
52
+ */
53
+ offset: {
54
+ type: NumberConstructor;
55
+ default: number;
56
+ };
57
+ /**
58
+ * Additional class name for the shape.
59
+ */
60
+ shapeClass: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ /**
65
+ * Additional class name for the content.
66
+ */
67
+ contentClass: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ }, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
72
+ /**
73
+ * Defines the shape of the skeleton, accepts circle or square.
74
+ * @values circle, square
75
+ */
76
+ shape: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ validator: (shape: unknown) => boolean;
80
+ };
81
+ /**
82
+ * Size of the shape
83
+ * @values xs, sm, md, lg, xl
84
+ */
85
+ shapeSize: {
86
+ type: StringConstructor;
87
+ default: string;
88
+ };
89
+ /**
90
+ * Object containing quantity of paragraphs to display
91
+ * and a randomWidth boolean.
92
+ */
93
+ paragraphs: {
94
+ type: ObjectConstructor;
95
+ default: () => {
96
+ rows: number;
97
+ randomWidth: boolean;
98
+ };
99
+ };
100
+ /**
101
+ * Duration time of the animation (ms), set -1 for an infinite animation.
102
+ */
103
+ animationDuration: {
104
+ type: NumberConstructor;
105
+ default: number;
106
+ };
107
+ /**
108
+ * This property has higher priority than "option.animate"
109
+ * @values true, false
110
+ */
111
+ animate: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ /**
116
+ * RippleDuration controls how long the delay is for the animation of a
117
+ * placeholder 1000 pixels from the top of the page. Each placeholder
118
+ * from the top down will have a delay duration from 0 to this offset.
119
+ * The delay of each placeholder animation is based on how far down the page
120
+ * the placeholder is rendered. This is a linear relationship. The unit
121
+ * is milliseconds.
122
+ */
123
+ offset: {
124
+ type: NumberConstructor;
125
+ default: number;
126
+ };
127
+ /**
128
+ * Additional class name for the shape.
129
+ */
130
+ shapeClass: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ /**
135
+ * Additional class name for the content.
136
+ */
137
+ contentClass: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ }>>, {
142
+ animate: boolean;
143
+ contentClass: string;
144
+ offset: number;
145
+ animationDuration: number;
146
+ shape: string;
147
+ shapeSize: string;
148
+ paragraphs: Record<string, any>;
149
+ shapeClass: string;
150
+ }>;
151
+ export default _default;
152
+ //# sourceMappingURL=skeleton-list-item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton-list-item.vue.d.ts","sourceRoot":"","sources":["../../../../components/skeleton/skeleton-list-item.vue.js"],"names":[],"mappings":";IAeI;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;;OAOG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IApEH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;;OAOG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}