@dialpad/dialtone-vue 3.96.0 → 3.96.2

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 (148) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +19 -0
  3. package/README.md +3 -3
  4. package/dist/component-documentation.json +1 -1
  5. package/dist/dialtone-vue.cjs +5 -5
  6. package/dist/dialtone-vue.js +2503 -2601
  7. package/dist/directives.cjs +1 -1
  8. package/dist/directives.js +1 -1
  9. package/dist/{emoji-zsImd-qD.js → emoji-64scMQZS.js} +6280 -7196
  10. package/dist/emoji-zMlz3b9J.cjs +1 -0
  11. package/dist/emoji.cjs +1 -1
  12. package/dist/emoji.js +33 -113
  13. package/dist/emoji_picker-MrGLDXUn.js +921 -0
  14. package/dist/emoji_picker-gkXbSV3i.cjs +1 -0
  15. package/dist/emoji_text_wrapper-5mWcPQ4m.cjs +1 -0
  16. package/dist/emoji_text_wrapper-GCssca4o.js +86 -0
  17. package/dist/message_input.cjs +92 -1
  18. package/dist/message_input.js +13903 -5
  19. package/dist/stack-_FIkvuMY.cjs +2 -0
  20. package/dist/stack-q9VLdD1J.js +2722 -0
  21. package/dist/style.css +1 -1
  22. package/dist/tooltip-H27s49LR.js +2476 -0
  23. package/dist/tooltip-gZ2LW6l0.cjs +21 -0
  24. package/dist/types/common/constants.d.ts +31 -31
  25. package/dist/types/common/mixins/input.d.ts +38 -38
  26. package/dist/types/common/mixins/input_group.d.ts +19 -19
  27. package/dist/types/common/mixins/sr_only_close_button.d.ts +6 -6
  28. package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
  29. package/dist/types/components/avatar/avatar_constants.d.ts +20 -20
  30. package/dist/types/components/badge/badge.vue.d.ts +9 -2
  31. package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
  32. package/dist/types/components/badge/badge_constants.d.ts +9 -9
  33. package/dist/types/components/button/button.vue.d.ts +1 -1
  34. package/dist/types/components/button/button_constants.d.ts +21 -21
  35. package/dist/types/components/button/index.d.ts +1 -0
  36. package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
  37. package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  38. package/dist/types/components/checkbox/checkbox_constants.d.ts +3 -3
  39. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +9 -2
  40. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  41. package/dist/types/components/chip/chip_constants.d.ts +10 -9
  42. package/dist/types/components/chip/index.d.ts +1 -1
  43. package/dist/types/components/combobox/combobox.vue.d.ts +16 -8
  44. package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
  45. package/dist/types/components/combobox/combobox_constants.d.ts +9 -5
  46. package/dist/types/components/combobox/index.d.ts +1 -0
  47. package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +2 -2
  48. package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
  49. package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
  50. package/dist/types/components/datepicker/index.d.ts +1 -1
  51. package/dist/types/components/datepicker/modules/calendar.vue.d.ts +4 -1
  52. package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +7 -1
  53. package/dist/types/components/dropdown/dropdown.vue.d.ts +27 -1
  54. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  55. package/dist/types/components/dropdown/dropdown_constants.d.ts +7 -3
  56. package/dist/types/components/dropdown/index.d.ts +1 -0
  57. package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
  58. package/dist/types/components/emoji_picker/{DtEmojiPicker.vue.d.ts → emoji_picker.vue.d.ts} +2 -2
  59. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
  60. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +22 -17
  61. package/dist/types/components/emoji_picker/index.d.ts +1 -1
  62. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -0
  63. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +3 -1
  64. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
  65. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
  66. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
  67. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
  68. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -1
  69. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
  70. package/dist/types/components/input/input.vue.d.ts +2 -2
  71. package/dist/types/components/input/input_constants.d.ts +13 -13
  72. package/dist/types/components/input_group/input_group.vue.d.ts +3 -1
  73. package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
  74. package/dist/types/components/link/link_constants.d.ts +11 -6
  75. package/dist/types/components/list_item/index.d.ts +1 -0
  76. package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
  77. package/dist/types/components/list_item/list_item_constants.d.ts +5 -5
  78. package/dist/types/components/modal/modal_constants.d.ts +9 -9
  79. package/dist/types/components/popover/index.d.ts +1 -1
  80. package/dist/types/components/popover/popover.vue.d.ts +1 -1
  81. package/dist/types/components/popover/popover_constants.d.ts +19 -8
  82. package/dist/types/components/presence/presence_constants.d.ts +4 -4
  83. package/dist/types/components/radio/index.d.ts +1 -0
  84. package/dist/types/components/radio/radio.vue.d.ts +3 -7
  85. package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
  86. package/dist/types/components/radio/radio_constants.d.ts +3 -3
  87. package/dist/types/components/radio_group/radio_group.vue.d.ts +1 -3
  88. package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  89. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +2 -2
  90. package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +5 -1
  91. package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -1
  92. package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +2 -2
  93. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
  94. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
  95. package/dist/types/components/root_layout/root_layout_constants.d.ts +2 -2
  96. package/dist/types/components/scroller/DtScroller.vue.d.ts +11 -1
  97. package/dist/types/components/scroller/DtScroller.vue.d.ts.map +1 -1
  98. package/dist/types/components/scroller/modules/core_scroller.vue.d.ts +13 -1
  99. package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -1
  100. package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -1
  101. package/dist/types/components/select_menu/select_menu.vue.d.ts +1 -1
  102. package/dist/types/components/select_menu/select_menu_constants.d.ts +8 -8
  103. package/dist/types/components/skeleton/skeleton_constants.d.ts +8 -8
  104. package/dist/types/components/stack/index.d.ts +1 -0
  105. package/dist/types/components/stack/stack_constants.d.ts +6 -0
  106. package/dist/types/components/tabs/tabs_constants.d.ts +4 -4
  107. package/dist/types/components/toast/toast.vue.d.ts +4 -1
  108. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  109. package/dist/types/components/toggle/index.d.ts +1 -0
  110. package/dist/types/components/toggle/toggle_constants.d.ts +3 -2
  111. package/dist/types/components/tooltip/tooltip_constants.d.ts +4 -4
  112. package/dist/types/directives/tooltip/tooltip.d.ts +1 -1
  113. package/dist/types/index.d.ts +0 -3
  114. package/dist/types/message_input.d.ts +1 -0
  115. package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +22 -22
  116. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
  117. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
  118. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  119. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
  120. package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
  121. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
  122. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  123. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +13 -2
  124. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  125. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +3 -3
  126. package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
  127. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +3 -3
  128. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +14 -62
  129. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  130. package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +4 -4
  131. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  132. package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +12 -12
  133. package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  134. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
  135. package/package.json +51 -51
  136. package/dist/emoji-5anz0QgY.cjs +0 -1
  137. package/dist/message_input-JdPf8pn2.js +0 -16500
  138. package/dist/message_input-s1pJ2P6G.cjs +0 -93
  139. package/dist/tooltip-3LC0ejIh.cjs +0 -25
  140. package/dist/tooltip-laZwfd56.js +0 -2574
  141. package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
  142. package/dist/types/components/emoji_picker/DtEmojiPicker.vue.d.ts.map +0 -1
  143. package/dist/types/components/list_section/index.d.ts +0 -2
  144. package/dist/types/components/list_section/index.d.ts.map +0 -1
  145. package/dist/types/components/list_section/list_section.vue.d.ts +0 -71
  146. package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
  147. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
  148. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
@@ -1,19 +1,19 @@
1
1
  export namespace INPUT_TYPES {
2
- const TEXT: string;
3
- const TEXTAREA: string;
4
- const PASSWORD: string;
5
- const EMAIL: string;
6
- const NUMBER: string;
7
- const DATE: string;
8
- const TIME: string;
9
- const FILE: string;
2
+ let TEXT: string;
3
+ let TEXTAREA: string;
4
+ let PASSWORD: string;
5
+ let EMAIL: string;
6
+ let NUMBER: string;
7
+ let DATE: string;
8
+ let TIME: string;
9
+ let FILE: string;
10
10
  }
11
11
  export namespace INPUT_SIZES {
12
- const EXTRA_SMALL: string;
13
- const SMALL: string;
14
- const DEFAULT: string;
15
- const LARGE: string;
16
- const EXTRA_LARGE: string;
12
+ let EXTRA_SMALL: string;
13
+ let SMALL: string;
14
+ let DEFAULT: string;
15
+ let LARGE: string;
16
+ let EXTRA_LARGE: string;
17
17
  }
18
18
  declare namespace _default {
19
19
  export { INPUT_TYPES };
@@ -78,7 +78,9 @@ declare const _default: import("vue").DefineComponent<{
78
78
  default(): string;
79
79
  };
80
80
  value: {
81
- type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
81
+ type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[]; /**
82
+ * A data qa tag for the input group messages
83
+ */
82
84
  default: null;
83
85
  };
84
86
  name: {
@@ -1 +1 @@
1
- {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAoBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAlBH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;+BAlCwB,gBAAgB"}
1
+ {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAoBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sGAFH;;eAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAlBH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;+BAlCwB,gBAAgB"}
@@ -5,12 +5,17 @@ export const MUTED: "muted";
5
5
  export const INVERTED: "inverted";
6
6
  export const LINK_VARIANTS: string[];
7
7
  export namespace LINK_KIND_MODIFIERS {
8
- const _default: string;
8
+ let _default: string;
9
9
  export { _default as default };
10
- export const warning: string;
11
- export const danger: string;
12
- export const success: string;
13
- export const muted: string;
14
- export const inverted: string;
10
+ export let warning: string;
11
+ export let danger: string;
12
+ export let success: string;
13
+ export let muted: string;
14
+ export let inverted: string;
15
15
  }
16
+ declare namespace _default {
17
+ export { LINK_VARIANTS };
18
+ export { LINK_KIND_MODIFIERS };
19
+ }
20
+ export default _default;
16
21
  //# sourceMappingURL=link_constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export { default as DtListItem } from "./list_item.vue";
2
+ export { LIST_ITEM_TYPES, LIST_ITEM_NAVIGATION_TYPES } from "./list_item_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -141,8 +141,8 @@ declare const _default: import("vue").DefineComponent<{
141
141
  onMousemove?: ((...args: any[]) => any) | undefined;
142
142
  }, {
143
143
  type: string;
144
- id: string;
145
144
  role: string;
145
+ id: string;
146
146
  selected: boolean;
147
147
  elementType: string;
148
148
  navigationType: string;
@@ -1,11 +1,11 @@
1
1
  export namespace LIST_ITEM_TYPES {
2
- const DEFAULT: string;
3
- const CUSTOM: string;
2
+ let DEFAULT: string;
3
+ let CUSTOM: string;
4
4
  }
5
5
  export namespace LIST_ITEM_NAVIGATION_TYPES {
6
- const ARROW_KEYS: string;
7
- const TAB: string;
8
- const NONE: string;
6
+ let ARROW_KEYS: string;
7
+ let TAB: string;
8
+ let NONE: string;
9
9
  }
10
10
  declare namespace _default {
11
11
  export { LIST_ITEM_TYPES };
@@ -1,18 +1,18 @@
1
1
  export namespace MODAL_KIND_MODIFIERS {
2
- const _default: string;
2
+ let _default: string;
3
3
  export { _default as default };
4
- export const danger: string;
4
+ export let danger: string;
5
5
  }
6
6
  export namespace MODAL_SIZE_MODIFIERS {
7
- const _default_1: string;
7
+ let _default_1: string;
8
8
  export { _default_1 as default };
9
- export const full: string;
9
+ export let full: string;
10
10
  }
11
11
  export namespace MODAL_BANNER_KINDS {
12
- const error: string;
13
- const info: string;
14
- const success: string;
15
- const warning: string;
16
- const base: string;
12
+ let error: string;
13
+ let info: string;
14
+ let success: string;
15
+ let warning: string;
16
+ let base: string;
17
17
  }
18
18
  //# sourceMappingURL=modal_constants.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export { default as DtPopover } from "./popover.vue";
2
- export { POPOVER_PADDING_CLASSES, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_CONTENT_WIDTHS, POPOVER_INITIAL_FOCUS_STRINGS } from "./popover_constants";
2
+ export { POPOVER_PADDING_CLASSES, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_CONTENT_WIDTHS, POPOVER_INITIAL_FOCUS_STRINGS, POPOVER_APPEND_TO_VALUES, POPOVER_STICKY_VALUES, POPOVER_DIRECTIONS } from "./popover_constants";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -743,8 +743,8 @@ declare const _default: import("vue").DefineComponent<{
743
743
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
744
744
  onOpened?: ((...args: any[]) => any) | undefined;
745
745
  }, {
746
- id: string;
747
746
  role: string;
747
+ id: string;
748
748
  ariaLabel: string;
749
749
  closeButtonProps: Record<string, any>;
750
750
  dialogClass: string | Record<string, any> | unknown[];
@@ -1,17 +1,17 @@
1
1
  export namespace POPOVER_PADDING_CLASSES {
2
- const none: undefined;
3
- const small: string;
4
- const medium: string;
5
- const large: string;
2
+ let none: undefined;
3
+ let small: string;
4
+ let medium: string;
5
+ let large: string;
6
6
  }
7
7
  export namespace POPOVER_HEADER_FOOTER_PADDING_CLASSES {
8
- const none_1: undefined;
8
+ let none_1: undefined;
9
9
  export { none_1 as none };
10
- const small_1: string;
10
+ let small_1: string;
11
11
  export { small_1 as small };
12
- const medium_1: string;
12
+ let medium_1: string;
13
13
  export { medium_1 as medium };
14
- const large_1: string;
14
+ let large_1: string;
15
15
  export { large_1 as large };
16
16
  }
17
17
  export const POPOVER_ROLES: string[];
@@ -20,4 +20,15 @@ export const POPOVER_INITIAL_FOCUS_STRINGS: string[];
20
20
  export const POPOVER_APPEND_TO_VALUES: string[];
21
21
  export const POPOVER_STICKY_VALUES: (string | boolean)[];
22
22
  export const POPOVER_DIRECTIONS: string[];
23
+ declare namespace _default {
24
+ export { POPOVER_PADDING_CLASSES };
25
+ export { POPOVER_HEADER_FOOTER_PADDING_CLASSES };
26
+ export { POPOVER_ROLES };
27
+ export { POPOVER_CONTENT_WIDTHS };
28
+ export { POPOVER_INITIAL_FOCUS_STRINGS };
29
+ export { POPOVER_APPEND_TO_VALUES };
30
+ export { POPOVER_STICKY_VALUES };
31
+ export { POPOVER_DIRECTIONS };
32
+ }
33
+ export default _default;
23
34
  //# sourceMappingURL=popover_constants.d.ts.map
@@ -1,8 +1,8 @@
1
1
  export namespace PRESENCE_STATES {
2
- const BUSY: string;
3
- const AWAY: string;
4
- const OFFLINE: string;
5
- const ACTIVE: string;
2
+ let BUSY: string;
3
+ let AWAY: string;
4
+ let OFFLINE: string;
5
+ let ACTIVE: string;
6
6
  }
7
7
  export const PRESENCE_STATES_LIST: string[];
8
8
  //# sourceMappingURL=presence_constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export { default as DtRadio } from "./radio.vue";
2
+ export { RADIO_INPUT_VALIDATION_CLASSES } from "./radio_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -32,7 +32,9 @@ declare const _default: import("vue").DefineComponent<{
32
32
  };
33
33
  value: {
34
34
  type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
35
- default: null;
35
+ default: null; /**
36
+ * A provided value for the radio
37
+ */
36
38
  };
37
39
  description: {
38
40
  type: StringConstructor;
@@ -89,12 +91,6 @@ declare const _default: import("vue").DefineComponent<{
89
91
  type: BooleanConstructor;
90
92
  default: boolean;
91
93
  };
92
- /**
93
- * Native click event
94
- *
95
- * @event click
96
- * @type {PointerEvent | KeyboardEvent}
97
- */
98
94
  value: {
99
95
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
100
96
  default: null;
@@ -1 +1 @@
1
- {"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAwCH;;;;;WAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA/CH;;OAEG;;;;;;;;;;;;;;;+BAnBwB,gBAAgB"}
1
+ {"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAFH;;eAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;;;;;;;;;;;+BAnBwB,gBAAgB"}
@@ -1,7 +1,7 @@
1
1
  export namespace RADIO_INPUT_VALIDATION_CLASSES {
2
- const warning: string;
3
- const error: string;
4
- const success: string;
2
+ let warning: string;
3
+ let error: string;
4
+ let success: string;
5
5
  }
6
6
  declare namespace _default {
7
7
  export { RADIO_INPUT_VALIDATION_CLASSES };
@@ -162,9 +162,7 @@ declare const _default: import("vue").DefineComponent<{
162
162
  watch: {
163
163
  disabled(newDisabled: any): void;
164
164
  validationState(newValidationState: any): void;
165
- }; /**
166
- * A data qa tag for the radio group messages
167
- */
165
+ };
168
166
  methods: {
169
167
  setGroupValue(newValue: any): void;
170
168
  };
@@ -1 +1 @@
1
- {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;yBAFH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAFH;;OAEG;;;;;;;;yBAFH;;WAEG;;;;;;;;;;;;;;;IA3BH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;yBAFH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAFH;;WAEG;;;;;;;;;;;;;;;IA3BH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
4
4
  required: true;
5
5
  };
6
6
  node: {
7
- type: import("vue").PropType<import("prosemirror-model").Node>;
7
+ type: import("vue").PropType<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
8
8
  required: true;
9
9
  };
10
10
  decorations: {
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  required: true;
38
38
  };
39
39
  node: {
40
- type: import("vue").PropType<import("prosemirror-model").Node>;
40
+ type: import("vue").PropType<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
41
41
  required: true;
42
42
  };
43
43
  decorations: {
@@ -28,7 +28,11 @@ export function getWordAt(text: any, index: any): {
28
28
  * the previous or next word until the regex doesn't match anymore. Useful to
29
29
  * find for example the entire phone number when it is separated by whitespace.
30
30
  */
31
- export function getWordAtUntil(text: any, index: any, direction: any, regex: any): any;
31
+ export function getWordAtUntil(text: any, index: any, direction: any, regex: any): {
32
+ text: any;
33
+ from: any;
34
+ to: any;
35
+ };
32
36
  /**
33
37
  * Remove marks from a range.
34
38
  */
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/link/utils.js"],"names":[],"mappings":"AAMA;;;GAGG;AACH,yFAcC;AAED;;GAEG;AACH,+DAKC;AAED;;;GAGG;AACH,qDAUC;AAED;;;;;GAKG;AACH;;;;EAuBC;AAED;;;;GAIG;AACH,uFAuBC;AAED;;GAEG;AACH,4EAYC;AAKD;;GAEG;AACH,4FAwDC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/link/utils.js"],"names":[],"mappings":"AAMA;;;GAGG;AACH,yFAcC;AAED;;GAEG;AACH,+DAKC;AAED;;;GAGG;AACH,qDAUC;AAED;;;;;GAKG;AACH;;;;EAuBC;AAED;;;;GAIG;AACH;;;;EAuBC;AAED;;GAEG;AACH,4EAYC;AAKD;;GAEG;AACH,4FAwDC"}
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
4
4
  required: true;
5
5
  };
6
6
  node: {
7
- type: import("vue").PropType<import("prosemirror-model").Node>;
7
+ type: import("vue").PropType<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
8
8
  required: true;
9
9
  };
10
10
  decorations: {
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  required: true;
40
40
  };
41
41
  node: {
42
- type: import("vue").PropType<import("prosemirror-model").Node>;
42
+ type: import("vue").PropType<import(".pnpm/prosemirror-model@1.19.3/node_modules/prosemirror-model").Node>;
43
43
  required: true;
44
44
  };
45
45
  decorations: {
@@ -203,9 +203,9 @@ declare const _default: import("vue").DefineComponent<{
203
203
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
204
204
  }, {
205
205
  link: boolean | Record<string, any>;
206
- placeholder: string;
207
206
  modelValue: string | Record<string, any>;
208
207
  inputClass: string;
208
+ placeholder: string;
209
209
  editable: boolean;
210
210
  autoFocus: string | number | boolean;
211
211
  outputFormat: string;
@@ -1,3 +1,8 @@
1
1
  export const RICH_TEXT_EDITOR_OUTPUT_FORMATS: string[];
2
2
  export const RICH_TEXT_EDITOR_AUTOFOCUS_TYPES: string[];
3
+ declare namespace _default {
4
+ export { RICH_TEXT_EDITOR_OUTPUT_FORMATS };
5
+ export { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES };
6
+ }
7
+ export default _default;
3
8
  //# sourceMappingURL=rich_text_editor_constants.d.ts.map
@@ -1,6 +1,6 @@
1
1
  export namespace ROOT_LAYOUT_SIDEBAR_POSITIONS {
2
- const LEFT: string;
3
- const RIGHT: string;
2
+ let LEFT: string;
3
+ let RIGHT: string;
4
4
  }
5
5
  export const ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS: (string | null)[];
6
6
  declare namespace _default {
@@ -3,6 +3,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
3
3
  scrollToItem: typeof scrollToItem;
4
4
  updateItems: typeof updateItems;
5
5
  updateItemsFromBottom: typeof updateItemsFromBottom;
6
+ $emit: (event: "user-position", ...args: any[]) => void;
7
+ direction: string;
8
+ items: unknown[];
9
+ keyField: string;
10
+ itemSize: number;
11
+ minItemSize: string | number;
12
+ listTag: string;
13
+ itemTag: string;
14
+ dynamic: boolean;
15
+ scrollerHeight: string | number;
16
+ scrollerWidth: string | number;
6
17
  $props: {
7
18
  readonly direction?: string | undefined;
8
19
  readonly items?: unknown[] | undefined;
@@ -15,7 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
15
26
  readonly scrollerHeight?: string | number | undefined;
16
27
  readonly scrollerWidth?: string | number | undefined;
17
28
  };
18
- $emit: (event: "user-position", ...args: any[]) => void;
19
29
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
20
30
  default?(_: {
21
31
  item: any;
@@ -1 +1 @@
1
- {"version":3,"file":"DtScroller.vue.d.ts","sourceRoot":"","sources":["../../../../components/scroller/DtScroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;QA+V8B,GAAG;;;AA5NjC,wCAEC;AAED,gDAEC;AAED,qCAOC;AAED,+CAOC"}
1
+ {"version":3,"file":"DtScroller.vue.d.ts","sourceRoot":"","sources":["../../../../components/scroller/DtScroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA8P8B,GAAG;;;AA1HjC,wCAEC;AAED,gDAEC;AAED,qCAOC;AAED,+CAOC"}
@@ -3,6 +3,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
3
3
  _updateVisibleItems: (checkItem: any, checkPositionDiff?: boolean) => {
4
4
  continuous: boolean;
5
5
  };
6
+ $emit: (event: "user-position", ...args: any[]) => void;
7
+ itemClass: string | Record<string, any> | unknown[];
8
+ direction: string;
9
+ items: unknown[];
10
+ listClass: string | Record<string, any> | unknown[];
11
+ keyField: string;
12
+ itemSize: number;
13
+ minItemSize: string | number;
14
+ sizeField: string;
15
+ buffer: number;
16
+ skipHover: boolean;
17
+ listTag: string;
18
+ itemTag: string;
6
19
  $props: {
7
20
  readonly itemClass?: string | Record<string, any> | unknown[] | undefined;
8
21
  readonly direction?: string | undefined;
@@ -17,7 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
17
30
  readonly listTag?: string | undefined;
18
31
  readonly itemTag?: string | undefined;
19
32
  };
20
- $emit: (event: "user-position", ...args: any[]) => void;
21
33
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
22
34
  default?(_: {
23
35
  item: any;
@@ -1 +1 @@
1
- {"version":3,"file":"core_scroller.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/core_scroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;QA6uB8B,GAAG"}
1
+ {"version":3,"file":"core_scroller.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/core_scroller.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAipB8B,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"scroller_item.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/scroller_item.vue.js"],"names":[],"mappings":";;;;;;;;IAwBI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
1
+ {"version":3,"file":"scroller_item.vue.d.ts","sourceRoot":"","sources":["../../../../../components/scroller/modules/scroller_item.vue.js"],"names":[],"mappings":";;;;;;;;IA4BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
@@ -256,10 +256,10 @@ declare const _default: import("vue").DefineComponent<{
256
256
  }, {
257
257
  label: string;
258
258
  size: string;
259
- description: string;
260
259
  labelClass: string | Record<string, any> | unknown[];
261
260
  disabled: boolean;
262
261
  options: unknown[];
262
+ description: string;
263
263
  descriptionClass: string | Record<string, any> | unknown[];
264
264
  selectClass: string | Record<string, any> | unknown[];
265
265
  optionClass: string | Record<string, any> | unknown[];
@@ -1,14 +1,14 @@
1
1
  export namespace SELECT_SIZE_MODIFIERS {
2
- const xs: string;
3
- const sm: string;
4
- const md: string;
5
- const lg: string;
6
- const xl: string;
2
+ let xs: string;
3
+ let sm: string;
4
+ let md: string;
5
+ let lg: string;
6
+ let xl: string;
7
7
  }
8
8
  export namespace SELECT_STATE_MODIFIERS {
9
- const error: string;
10
- const warning: string;
11
- const success: string;
9
+ let error: string;
10
+ let warning: string;
11
+ let success: string;
12
12
  }
13
13
  declare namespace _default {
14
14
  export { SELECT_SIZE_MODIFIERS };
@@ -1,20 +1,20 @@
1
1
  export const SKELETON_RIPPLE_DURATION: 3000000;
2
2
  export namespace SKELETON_SHAPES {
3
- const circle: string;
4
- const square: string;
3
+ let circle: string;
4
+ let square: string;
5
5
  }
6
6
  export const SKELETON_TEXT_TYPES: string[];
7
7
  export namespace SKELETON_SHAPE_SIZES {
8
- const sm: string;
9
- const md: string;
10
- const lg: string;
8
+ let sm: string;
9
+ let md: string;
10
+ let lg: string;
11
11
  }
12
12
  export namespace SKELETON_HEADING_HEIGHTS {
13
- const sm_1: string;
13
+ let sm_1: string;
14
14
  export { sm_1 as sm };
15
- const md_1: string;
15
+ let md_1: string;
16
16
  export { md_1 as md };
17
- const lg_1: string;
17
+ let lg_1: string;
18
18
  export { lg_1 as lg };
19
19
  }
20
20
  declare namespace _default {
@@ -1,2 +1,3 @@
1
1
  export { default as DtStack } from "./stack.vue";
2
+ export { DT_STACK_DIRECTION, DT_STACK_RESPONSIVE_BREAKPOINTS, DT_STACK_GAP } from "./stack_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,10 @@ export const DT_STACK_DIRECTION: {
7
7
  };
8
8
  export const DT_STACK_RESPONSIVE_BREAKPOINTS: string[];
9
9
  export const DT_STACK_GAP: string[];
10
+ declare namespace _default {
11
+ export { DT_STACK_DIRECTION };
12
+ export { DT_STACK_RESPONSIVE_BREAKPOINTS };
13
+ export { DT_STACK_GAP };
14
+ }
15
+ export default _default;
10
16
  //# sourceMappingURL=stack_constants.d.ts.map
@@ -1,14 +1,14 @@
1
1
  export const TAB_LIST_SIZES: string[];
2
2
  export namespace TAB_LIST_SIZE_MODIFIERS {
3
- const sm: string;
3
+ let sm: string;
4
4
  }
5
5
  export namespace TAB_LIST_KIND_MODIFIERS {
6
- const inverted: string;
6
+ let inverted: string;
7
7
  }
8
8
  export namespace TAB_LIST_IMPORTANCE_MODIFIERS {
9
- const borderless: string;
9
+ let borderless: string;
10
10
  }
11
11
  export namespace TAB_IMPORTANCE_MODIFIERS {
12
- const selected: string;
12
+ let selected: string;
13
13
  }
14
14
  //# sourceMappingURL=tabs_constants.d.ts.map
@@ -121,7 +121,10 @@ declare const _default: import("vue").DefineComponent<{
121
121
  };
122
122
  computed: {
123
123
  showVisuallyHiddenClose(): any;
124
- };
124
+ }; /**
125
+ * Sets an ID on the title element of the component. Useful for aria-describedby
126
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
127
+ */
125
128
  methods: {
126
129
  validateVisuallyHiddenCloseProps(): void;
127
130
  };
@@ -1 +1 @@
1
- {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArGH;;;OAGG;;;;;IAHH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
@@ -1,2 +1,3 @@
1
1
  export { default as DtToggle } from "./toggle.vue";
2
+ export { TOGGLE_SIZE_MODIFIERS, TOGGLE_CHECKED_VALUES } from "./toggle_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,10 +1,11 @@
1
1
  export namespace TOGGLE_SIZE_MODIFIERS {
2
- const sm: string;
3
- const md: string;
2
+ let sm: string;
3
+ let md: string;
4
4
  }
5
5
  export const TOGGLE_CHECKED_VALUES: (string | boolean)[];
6
6
  declare namespace _default {
7
7
  export { TOGGLE_SIZE_MODIFIERS };
8
+ export { TOGGLE_CHECKED_VALUES };
8
9
  }
9
10
  export default _default;
10
11
  //# sourceMappingURL=toggle_constants.d.ts.map
@@ -1,10 +1,10 @@
1
1
  export const TOOLTIP_DIRECTIONS: string[];
2
2
  export const TOOLTIP_DELAY_MS: 300;
3
3
  export namespace TOOLTIP_KIND_MODIFIERS {
4
- const hover: string;
5
- const show: string;
6
- const inverted: string;
7
- const hide: string;
4
+ let hover: string;
5
+ let show: string;
6
+ let inverted: string;
7
+ let hide: string;
8
8
  }
9
9
  export const TOOLTIP_STICKY_VALUES: (string | boolean)[];
10
10
  export const TOOLTIP_HIDE_ON_CLICK_VARIANTS: (string | boolean)[];
@@ -1,5 +1,5 @@
1
1
  export namespace DtTooltipDirective {
2
- const name: string;
2
+ let name: string;
3
3
  function install(app: any): void;
4
4
  }
5
5
  export default DtTooltipDirective;
@@ -15,7 +15,6 @@ export * from "./components/input";
15
15
  export * from "./components/input_group";
16
16
  export * from "./components/modal";
17
17
  export * from "./components/lazy_show";
18
- export * from "./components/list_section";
19
18
  export * from "./components/list_item";
20
19
  export * from "./components/list_item_group";
21
20
  export * from "./components/link";
@@ -40,7 +39,6 @@ export * from "./components/root_layout";
40
39
  export * from "./components/icon";
41
40
  export * from "./components/stack";
42
41
  export * from "./components/scroller";
43
- export * from "./components/emoji_picker";
44
42
  export * from "./components/datepicker";
45
43
  export * from "./components/item_layout";
46
44
  export * from "./recipes/comboboxes/combobox_with_popover";
@@ -61,7 +59,6 @@ export * from "./recipes/conversation_view/feed_pill";
61
59
  export * from "./recipes/conversation_view/time_pill";
62
60
  export * from "./recipes/conversation_view/emoji_row";
63
61
  export * from "./recipes/conversation_view/attachment_carousel";
64
- export * from "./recipes/conversation_view/message_input";
65
62
  export * from "./recipes/leftbar/callbox";
66
63
  export * from "./common/mixins";
67
64
  export * from "./common/dates";
@@ -1,2 +1,3 @@
1
1
  export * from "./recipes/conversation_view/message_input";
2
+ export * from "./components/rich_text_editor";
2
3
  //# sourceMappingURL=message_input.d.ts.map