@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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +5 -5
- package/dist/{emoji-BMxSCSLg.js → emoji-k30EufQP.js} +697 -154
- package/dist/emoji-npEzXEju.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +3 -3
- package/dist/{emoji_picker-Qces1MZK.cjs → emoji_picker-h6ZjaaSm.cjs} +1 -1
- package/dist/{emoji_picker-sjGJ0HVH.js → emoji_picker-phIBLWjO.js} +1 -1
- package/dist/{emoji_text_wrapper-uHcCrlwz.js → emoji_text_wrapper-KU3Kyfko.js} +1 -1
- package/dist/{emoji_text_wrapper-Tni6PAOS.cjs → emoji_text_wrapper-KiKRUPpa.cjs} +1 -1
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +3 -3
- package/dist/stack-Xl6jQs_C.cjs +2 -0
- package/dist/{stack-DRdhbSNl.js → stack-klSxDym-.js} +155 -695
- package/dist/types/common/constants.d.ts +56 -0
- package/dist/types/common/constants.d.ts.map +1 -0
- package/dist/types/common/mixins/dom.d.ts +25 -0
- package/dist/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/types/common/mixins/input.d.ts +199 -0
- package/dist/types/common/mixins/input.d.ts.map +1 -0
- package/dist/types/common/mixins/input_group.d.ts +101 -0
- package/dist/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/types/common/mixins/modal.d.ts +44 -0
- package/dist/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts +25 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/types/common/storybook_utils.d.ts +29 -0
- package/dist/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/types/common/utils.d.ts +116 -0
- package/dist/types/common/utils.d.ts.map +1 -0
- package/dist/types/common/validators.d.ts +6 -0
- package/dist/types/common/validators.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.vue.d.ts +367 -0
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/types/components/avatar/utils.d.ts +2 -0
- package/dist/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/types/components/badge/badge.vue.d.ts +184 -0
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/types/components/banner/banner.vue.d.ts +252 -0
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/types/components/button/button.vue.d.ts +316 -0
- package/dist/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/types/components/button/button_constants.d.ts +55 -0
- package/dist/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/types/components/button/index.d.ts +3 -0
- package/dist/types/components/button/index.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/card/card.vue.d.ts +83 -0
- package/dist/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +155 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/types/components/checkbox/index.d.ts +2 -0
- package/dist/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +249 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip.vue.d.ts +156 -0
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts +197 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox.vue.d.ts +328 -0
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +74 -0
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/types/components/icon/index.d.ts +3 -0
- package/dist/types/components/icon/index.d.ts.map +1 -0
- package/dist/types/components/input_group/index.d.ts +2 -0
- package/dist/types/components/input_group/index.d.ts.map +1 -0
- package/dist/types/components/input_group/input_group.vue.d.ts +173 -0
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/types/components/item_layout/index.d.ts +2 -0
- package/dist/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/types/components/lazy_show/index.d.ts +2 -0
- package/dist/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/link/index.d.ts +3 -0
- package/dist/types/components/link/index.d.ts.map +1 -0
- package/dist/types/components/link/link.vue.d.ts +34 -0
- package/dist/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/types/components/link/link_constants.d.ts +21 -0
- package/dist/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/types/components/list_item/index.d.ts +3 -0
- package/dist/types/components/list_item/index.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +146 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/types/components/notice/index.d.ts +6 -0
- package/dist/types/components/notice/index.d.ts.map +1 -0
- package/dist/types/components/notice/notice.vue.d.ts +174 -0
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_action.vue.d.ts +68 -0
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/types/components/notice/notice_content.vue.d.ts +55 -0
- package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts +27 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/types/components/presence/index.d.ts +3 -0
- package/dist/types/components/presence/index.d.ts.map +1 -0
- package/dist/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/types/components/skeleton/index.d.ts +7 -0
- package/dist/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/types/components/validation_messages/index.d.ts +2 -0
- package/dist/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/package.json +3 -3
- package/dist/emoji-ZkNhBVKW.cjs +0 -1
- 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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|