@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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +19 -0
- package/README.md +3 -3
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +2503 -2601
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/{emoji-zsImd-qD.js → emoji-64scMQZS.js} +6280 -7196
- package/dist/emoji-zMlz3b9J.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +33 -113
- package/dist/emoji_picker-MrGLDXUn.js +921 -0
- package/dist/emoji_picker-gkXbSV3i.cjs +1 -0
- package/dist/emoji_text_wrapper-5mWcPQ4m.cjs +1 -0
- package/dist/emoji_text_wrapper-GCssca4o.js +86 -0
- package/dist/message_input.cjs +92 -1
- package/dist/message_input.js +13903 -5
- package/dist/stack-_FIkvuMY.cjs +2 -0
- package/dist/stack-q9VLdD1J.js +2722 -0
- package/dist/style.css +1 -1
- package/dist/tooltip-H27s49LR.js +2476 -0
- package/dist/tooltip-gZ2LW6l0.cjs +21 -0
- package/dist/types/common/constants.d.ts +31 -31
- package/dist/types/common/mixins/input.d.ts +38 -38
- package/dist/types/common/mixins/input_group.d.ts +19 -19
- package/dist/types/common/mixins/sr_only_close_button.d.ts +6 -6
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts +20 -20
- package/dist/types/components/badge/badge.vue.d.ts +9 -2
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/types/components/badge/badge_constants.d.ts +9 -9
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/button/button_constants.d.ts +21 -21
- package/dist/types/components/button/index.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox/checkbox_constants.d.ts +3 -3
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +9 -2
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip_constants.d.ts +10 -9
- package/dist/types/components/chip/index.d.ts +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +16 -8
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox_constants.d.ts +9 -5
- package/dist/types/components/combobox/index.d.ts +1 -0
- package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +2 -2
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
- package/dist/types/components/datepicker/index.d.ts +1 -1
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +4 -1
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +7 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +27 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown_constants.d.ts +7 -3
- package/dist/types/components/dropdown/index.d.ts +1 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/{DtEmojiPicker.vue.d.ts → emoji_picker.vue.d.ts} +2 -2
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +22 -17
- package/dist/types/components/emoji_picker/index.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +3 -1
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/types/components/input/input.vue.d.ts +2 -2
- package/dist/types/components/input/input_constants.d.ts +13 -13
- package/dist/types/components/input_group/input_group.vue.d.ts +3 -1
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/link/link_constants.d.ts +11 -6
- package/dist/types/components/list_item/index.d.ts +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
- package/dist/types/components/list_item/list_item_constants.d.ts +5 -5
- package/dist/types/components/modal/modal_constants.d.ts +9 -9
- package/dist/types/components/popover/index.d.ts +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +1 -1
- package/dist/types/components/popover/popover_constants.d.ts +19 -8
- package/dist/types/components/presence/presence_constants.d.ts +4 -4
- package/dist/types/components/radio/index.d.ts +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +3 -7
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/types/components/radio/radio_constants.d.ts +3 -3
- package/dist/types/components/radio_group/radio_group.vue.d.ts +1 -3
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +5 -1
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts +2 -2
- package/dist/types/components/scroller/DtScroller.vue.d.ts +11 -1
- package/dist/types/components/scroller/DtScroller.vue.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts +13 -1
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/types/components/select_menu/select_menu_constants.d.ts +8 -8
- package/dist/types/components/skeleton/skeleton_constants.d.ts +8 -8
- package/dist/types/components/stack/index.d.ts +1 -0
- package/dist/types/components/stack/stack_constants.d.ts +6 -0
- package/dist/types/components/tabs/tabs_constants.d.ts +4 -4
- package/dist/types/components/toast/toast.vue.d.ts +4 -1
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/components/toggle/index.d.ts +1 -0
- package/dist/types/components/toggle/toggle_constants.d.ts +3 -2
- package/dist/types/components/tooltip/tooltip_constants.d.ts +4 -4
- package/dist/types/directives/tooltip/tooltip.d.ts +1 -1
- package/dist/types/index.d.ts +0 -3
- package/dist/types/message_input.d.ts +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +22 -22
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +13 -2
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +3 -3
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +3 -3
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +14 -62
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +4 -4
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +12 -12
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
- package/package.json +51 -51
- package/dist/emoji-5anz0QgY.cjs +0 -1
- package/dist/message_input-JdPf8pn2.js +0 -16500
- package/dist/message_input-s1pJ2P6G.cjs +0 -93
- package/dist/tooltip-3LC0ejIh.cjs +0 -25
- package/dist/tooltip-laZwfd56.js +0 -2574
- package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
- package/dist/types/components/emoji_picker/DtEmojiPicker.vue.d.ts.map +0 -1
- package/dist/types/components/list_section/index.d.ts +0 -2
- package/dist/types/components/list_section/index.d.ts.map +0 -1
- package/dist/types/components/list_section/list_section.vue.d.ts +0 -71
- package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export namespace INPUT_TYPES {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
|
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
|
-
|
|
8
|
+
let _default: string;
|
|
9
9
|
export { _default as default };
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
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
|
|
@@ -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
|
-
|
|
3
|
-
|
|
2
|
+
let DEFAULT: string;
|
|
3
|
+
let CUSTOM: string;
|
|
4
4
|
}
|
|
5
5
|
export namespace LIST_ITEM_NAVIGATION_TYPES {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
2
|
+
let _default: string;
|
|
3
3
|
export { _default as default };
|
|
4
|
-
export
|
|
4
|
+
export let danger: string;
|
|
5
5
|
}
|
|
6
6
|
export namespace MODAL_SIZE_MODIFIERS {
|
|
7
|
-
|
|
7
|
+
let _default_1: string;
|
|
8
8
|
export { _default_1 as default };
|
|
9
|
-
export
|
|
9
|
+
export let full: string;
|
|
10
10
|
}
|
|
11
11
|
export namespace MODAL_BANNER_KINDS {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
8
|
+
let none_1: undefined;
|
|
9
9
|
export { none_1 as none };
|
|
10
|
-
|
|
10
|
+
let small_1: string;
|
|
11
11
|
export { small_1 as small };
|
|
12
|
-
|
|
12
|
+
let medium_1: string;
|
|
13
13
|
export { medium_1 as medium };
|
|
14
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
|
@@ -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
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
|
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):
|
|
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
|
|
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"}
|
package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts
CHANGED
|
@@ -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
|
|
@@ -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":"
|
|
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":"
|
|
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":";;;;;;;;
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
4
|
-
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
let sm: string;
|
|
9
|
+
let md: string;
|
|
10
|
+
let lg: string;
|
|
11
11
|
}
|
|
12
12
|
export namespace SKELETON_HEADING_HEIGHTS {
|
|
13
|
-
|
|
13
|
+
let sm_1: string;
|
|
14
14
|
export { sm_1 as sm };
|
|
15
|
-
|
|
15
|
+
let md_1: string;
|
|
16
16
|
export { md_1 as md };
|
|
17
|
-
|
|
17
|
+
let lg_1: string;
|
|
18
18
|
export { lg_1 as lg };
|
|
19
19
|
}
|
|
20
20
|
declare namespace _default {
|
|
@@ -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
|
-
|
|
3
|
+
let sm: string;
|
|
4
4
|
}
|
|
5
5
|
export namespace TAB_LIST_KIND_MODIFIERS {
|
|
6
|
-
|
|
6
|
+
let inverted: string;
|
|
7
7
|
}
|
|
8
8
|
export namespace TAB_LIST_IMPORTANCE_MODIFIERS {
|
|
9
|
-
|
|
9
|
+
let borderless: string;
|
|
10
10
|
}
|
|
11
11
|
export namespace TAB_IMPORTANCE_MODIFIERS {
|
|
12
|
-
|
|
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
|
|
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,10 +1,11 @@
|
|
|
1
1
|
export namespace TOGGLE_SIZE_MODIFIERS {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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)[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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";
|