@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,173 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* A data qa tag for the input group
|
|
4
|
+
*/
|
|
5
|
+
dataQaGroup: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* A data qa tag for the input group legend
|
|
11
|
+
*/
|
|
12
|
+
dataQaGroupLegend: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* A data qa tag for the input group messages
|
|
18
|
+
*/
|
|
19
|
+
dataQaGroupMessages: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}, {}, {
|
|
24
|
+
internalValue: any;
|
|
25
|
+
provideObj: {
|
|
26
|
+
value: any;
|
|
27
|
+
};
|
|
28
|
+
}, {}, {
|
|
29
|
+
getMessageKey(type: any, index: any): string;
|
|
30
|
+
}, {
|
|
31
|
+
components: {
|
|
32
|
+
DtValidationMessages: import("vue").DefineComponent<{
|
|
33
|
+
id: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default(): string;
|
|
36
|
+
};
|
|
37
|
+
validationMessages: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: () => never[];
|
|
40
|
+
validator: (messages: unknown) => any;
|
|
41
|
+
};
|
|
42
|
+
showMessages: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}, {}, {}, {
|
|
47
|
+
isFilteredValidationMessagesEmpty(): boolean;
|
|
48
|
+
filteredValidationMessages(): any;
|
|
49
|
+
validationState(): string | null;
|
|
50
|
+
}, {
|
|
51
|
+
getMessageKey(type: any, index: any): string;
|
|
52
|
+
messageTypeClass(type: any): any;
|
|
53
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
id: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default(): string;
|
|
57
|
+
};
|
|
58
|
+
validationMessages: {
|
|
59
|
+
type: ArrayConstructor;
|
|
60
|
+
default: () => never[];
|
|
61
|
+
validator: (messages: unknown) => any;
|
|
62
|
+
};
|
|
63
|
+
showMessages: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>>, {
|
|
68
|
+
id: string;
|
|
69
|
+
validationMessages: unknown[];
|
|
70
|
+
showMessages: boolean;
|
|
71
|
+
}>;
|
|
72
|
+
};
|
|
73
|
+
provide(): {
|
|
74
|
+
groupContext: any; /**
|
|
75
|
+
* A data qa tag for the input group
|
|
76
|
+
*/
|
|
77
|
+
setGroupValue: any;
|
|
78
|
+
};
|
|
79
|
+
props: {
|
|
80
|
+
id: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default(): string;
|
|
83
|
+
};
|
|
84
|
+
value: {
|
|
85
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
86
|
+
default: null;
|
|
87
|
+
};
|
|
88
|
+
name: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
required: boolean;
|
|
91
|
+
};
|
|
92
|
+
legend: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
disabled: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
messages: {
|
|
101
|
+
type: ArrayConstructor;
|
|
102
|
+
default: () => never[];
|
|
103
|
+
validator: (messages: any) => any;
|
|
104
|
+
};
|
|
105
|
+
showMessages: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
legendClass: {
|
|
110
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
messagesClass: {
|
|
114
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
legendChildProps: {
|
|
118
|
+
type: ObjectConstructor;
|
|
119
|
+
default: () => {};
|
|
120
|
+
};
|
|
121
|
+
messagesChildProps: {
|
|
122
|
+
type: ObjectConstructor;
|
|
123
|
+
default: () => {};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
data(): {
|
|
127
|
+
provideObj: {
|
|
128
|
+
name: any;
|
|
129
|
+
disabled: any;
|
|
130
|
+
validationState: string | null;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
computed: {
|
|
134
|
+
formattedMessages(): any;
|
|
135
|
+
validationState(): string | null;
|
|
136
|
+
};
|
|
137
|
+
watch: {
|
|
138
|
+
disabled(newDisabled: any): void;
|
|
139
|
+
validationState(newValidationState: any): void;
|
|
140
|
+
};
|
|
141
|
+
methods: {
|
|
142
|
+
setGroupValue(newValue: any): void;
|
|
143
|
+
};
|
|
144
|
+
mounted(): void;
|
|
145
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
/**
|
|
147
|
+
* A data qa tag for the input group
|
|
148
|
+
*/
|
|
149
|
+
dataQaGroup: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* A data qa tag for the input group legend
|
|
155
|
+
*/
|
|
156
|
+
dataQaGroupLegend: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* A data qa tag for the input group messages
|
|
162
|
+
*/
|
|
163
|
+
dataQaGroupMessages: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
}>>, {
|
|
168
|
+
dataQaGroup: string;
|
|
169
|
+
dataQaGroupLegend: string;
|
|
170
|
+
dataQaGroupMessages: string;
|
|
171
|
+
}>;
|
|
172
|
+
export default _default;
|
|
173
|
+
//# sourceMappingURL=input_group.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAlBH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/item_layout/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Set this prop to render layout as a specific HTML element.
|
|
4
|
+
*/
|
|
5
|
+
as: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
/**
|
|
11
|
+
* Set this prop to render layout as a specific HTML element.
|
|
12
|
+
*/
|
|
13
|
+
as: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}>>, {
|
|
18
|
+
as: string;
|
|
19
|
+
}>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=item_layout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item_layout.vue.d.ts","sourceRoot":"","sources":["../../../../components/item_layout/item_layout.vue.js"],"names":[],"mappings":";IAKI;;OAEG;;;;;;IAFH;;OAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/lazy_show/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Whether the child slot is shown.
|
|
4
|
+
* @values true, false
|
|
5
|
+
*/
|
|
6
|
+
show: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* A valid Vue enter/leave CSS transition name.
|
|
12
|
+
*/
|
|
13
|
+
transition: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: null;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Enable/Disable transition animation
|
|
19
|
+
* @values true, false
|
|
20
|
+
*/
|
|
21
|
+
appear: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}, {}, {
|
|
26
|
+
initialized: boolean;
|
|
27
|
+
}, {
|
|
28
|
+
/**
|
|
29
|
+
* Set the css property to false when running tests only.
|
|
30
|
+
* Refer to: https://vuejs.org/guide/built-ins/transition.html#javascript-hooks for details about
|
|
31
|
+
* transition `css` property
|
|
32
|
+
* @returns {boolean}
|
|
33
|
+
*/
|
|
34
|
+
isCSSEnabled(): boolean;
|
|
35
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
/**
|
|
37
|
+
* Whether the child slot is shown.
|
|
38
|
+
* @values true, false
|
|
39
|
+
*/
|
|
40
|
+
show: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* A valid Vue enter/leave CSS transition name.
|
|
46
|
+
*/
|
|
47
|
+
transition: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: null;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Enable/Disable transition animation
|
|
53
|
+
* @values true, false
|
|
54
|
+
*/
|
|
55
|
+
appear: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
}>>, {
|
|
60
|
+
show: boolean;
|
|
61
|
+
appear: boolean;
|
|
62
|
+
transition: string;
|
|
63
|
+
}>;
|
|
64
|
+
export default _default;
|
|
65
|
+
//# sourceMappingURL=lazy_show.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lazy_show.vue.d.ts","sourceRoot":"","sources":["../../../../components/lazy_show/lazy_show.vue.js"],"names":[],"mappings":";IAaI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;IAiBH;;;;;OAKG;oBADU,OAAO;;IAzCpB;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/link/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Applies the link variant styles
|
|
4
|
+
* @values null, danger, warning, success, muted, inverted
|
|
5
|
+
*/
|
|
6
|
+
kind: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator(kind: unknown): boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {
|
|
12
|
+
LINK_KIND_MODIFIERS: {
|
|
13
|
+
default: string;
|
|
14
|
+
warning: string;
|
|
15
|
+
danger: string;
|
|
16
|
+
success: string;
|
|
17
|
+
muted: string;
|
|
18
|
+
inverted: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("click" | "focusin" | "focusout")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
/**
|
|
22
|
+
* Applies the link variant styles
|
|
23
|
+
* @values null, danger, warning, success, muted, inverted
|
|
24
|
+
*/
|
|
25
|
+
kind: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
validator(kind: unknown): boolean;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
kind: string;
|
|
32
|
+
}>;
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=link.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.vue.d.ts","sourceRoot":"","sources":["../../../../components/link/link.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export const DANGER: "danger";
|
|
2
|
+
export const WARNING: "warning";
|
|
3
|
+
export const SUCCESS: "success";
|
|
4
|
+
export const MUTED: "muted";
|
|
5
|
+
export const INVERTED: "inverted";
|
|
6
|
+
export const LINK_VARIANTS: string[];
|
|
7
|
+
export namespace LINK_KIND_MODIFIERS {
|
|
8
|
+
let _default: string;
|
|
9
|
+
export { _default as default };
|
|
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
|
+
}
|
|
16
|
+
declare namespace _default {
|
|
17
|
+
export { LINK_VARIANTS };
|
|
18
|
+
export { LINK_KIND_MODIFIERS };
|
|
19
|
+
}
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=link_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link_constants.d.ts","sourceRoot":"","sources":["../../../../components/link/link_constants.js"],"names":[],"mappings":"AAAA,8BAA+B;AAC/B,gCAAiC;AACjC,gCAAiC;AACjC,4BAA6B;AAC7B,kCAAmC;AACnC,qCAA6E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/list_item/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Id for the item.
|
|
4
|
+
*/
|
|
5
|
+
id: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default(): string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* String to use for the item's role.
|
|
11
|
+
*/
|
|
12
|
+
role: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
18
|
+
*/
|
|
19
|
+
elementType: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* The type of child list item to use.
|
|
25
|
+
* @values default, custom
|
|
26
|
+
*/
|
|
27
|
+
type: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
validator: (t: unknown) => boolean;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* The type of navigation that this component should support.
|
|
34
|
+
* - "arrow-keys" for items that are navigated with UP/DOWN keys.
|
|
35
|
+
* - "tab" for items that are navigated using the TAB key.
|
|
36
|
+
* - "none" for static items that are not interactive.
|
|
37
|
+
* @values arrow-keys, tab, none
|
|
38
|
+
*/
|
|
39
|
+
navigationType: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
validator: (t: unknown) => boolean;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Applies selected styles to the list item
|
|
46
|
+
*/
|
|
47
|
+
selected: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
}, {}, {
|
|
52
|
+
injected: boolean;
|
|
53
|
+
mouseHighlighted: boolean;
|
|
54
|
+
}, {
|
|
55
|
+
listItemType(): import("vue").DefineComponent<{
|
|
56
|
+
as: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
as: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
}>>, {
|
|
66
|
+
as: string;
|
|
67
|
+
}> | null;
|
|
68
|
+
listItemListeners(): {
|
|
69
|
+
keydown: (event: any) => void;
|
|
70
|
+
mousemove: (event: any) => void;
|
|
71
|
+
mouseleave: (event: any) => void;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* For keyboard navigation, whether this item is currently highlighted.
|
|
75
|
+
* An injected highlightId will override the default mouseover highlight.
|
|
76
|
+
*/
|
|
77
|
+
isHighlighted(): boolean;
|
|
78
|
+
isFocusable(): boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Whether to apply hover styles.
|
|
81
|
+
*/
|
|
82
|
+
isHoverable(): boolean;
|
|
83
|
+
}, {
|
|
84
|
+
onClick(e: any): void;
|
|
85
|
+
onMouseHover(): void;
|
|
86
|
+
onMouseLeave(): void;
|
|
87
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("click" | "keydown" | "mousemove" | "mouseleave")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
+
/**
|
|
89
|
+
* Id for the item.
|
|
90
|
+
*/
|
|
91
|
+
id: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default(): string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* String to use for the item's role.
|
|
97
|
+
*/
|
|
98
|
+
role: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
104
|
+
*/
|
|
105
|
+
elementType: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* The type of child list item to use.
|
|
111
|
+
* @values default, custom
|
|
112
|
+
*/
|
|
113
|
+
type: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: string;
|
|
116
|
+
validator: (t: unknown) => boolean;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* The type of navigation that this component should support.
|
|
120
|
+
* - "arrow-keys" for items that are navigated with UP/DOWN keys.
|
|
121
|
+
* - "tab" for items that are navigated using the TAB key.
|
|
122
|
+
* - "none" for static items that are not interactive.
|
|
123
|
+
* @values arrow-keys, tab, none
|
|
124
|
+
*/
|
|
125
|
+
navigationType: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
validator: (t: unknown) => boolean;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Applies selected styles to the list item
|
|
132
|
+
*/
|
|
133
|
+
selected: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
}>>, {
|
|
138
|
+
type: string;
|
|
139
|
+
role: string;
|
|
140
|
+
id: string;
|
|
141
|
+
selected: boolean;
|
|
142
|
+
elementType: string;
|
|
143
|
+
navigationType: string;
|
|
144
|
+
}>;
|
|
145
|
+
export default _default;
|
|
146
|
+
//# sourceMappingURL=list_item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item.vue.js"],"names":[],"mappings":";IA8BI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgFH;;;OAGG;;;IAaH;;OAEG;;;;;;;IAnJH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export namespace LIST_ITEM_TYPES {
|
|
2
|
+
let DEFAULT: string;
|
|
3
|
+
let CUSTOM: string;
|
|
4
|
+
}
|
|
5
|
+
export namespace LIST_ITEM_NAVIGATION_TYPES {
|
|
6
|
+
let ARROW_KEYS: string;
|
|
7
|
+
let TAB: string;
|
|
8
|
+
let NONE: string;
|
|
9
|
+
}
|
|
10
|
+
declare namespace _default {
|
|
11
|
+
export { LIST_ITEM_TYPES };
|
|
12
|
+
export { LIST_ITEM_NAVIGATION_TYPES };
|
|
13
|
+
}
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=list_item_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_item_constants.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item_constants.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as DtNotice } from "./notice.vue";
|
|
2
|
+
export { default as DtNoticeAction } from "./notice_action.vue";
|
|
3
|
+
export { default as DtNoticeIcon } from "./notice_icon.vue";
|
|
4
|
+
export { default as DtNoticeContent } from "./notice_content.vue";
|
|
5
|
+
export { NOTICE_KINDS, NOTICE_ROLES } from "./notice_constants";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/notice/index.js"],"names":[],"mappings":""}
|