-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvue-utilities.json
More file actions
43 lines (43 loc) · 1.73 KB
/
vue-utilities.json
File metadata and controls
43 lines (43 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"directives": [
{
"name": "v-dt-focusgroup",
"description": "Roving tabindex for composite widgets — arrow-key cycling, looping, memory, and disabled-item handling",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/directives-focusgroup--docs"
},
{
"name": "v-dt-mode",
"description": "Scope descendant design tokens to a light, dark, or inverted color palette",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/directives-mode--docs"
},
{
"name": "v-dt-tooltip",
"description": "Attach a tooltip to any element without a wrapper component",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/directives-tooltip--docs"
},
{
"name": "v-dt-scrollbar",
"description": "Replace native scrollbars with a styled overlay that auto-hides",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/directives-scrollbar--docs"
}
],
"functions": [
{
"name": "Date and Time",
"description": "Format dates, relative timestamps, and durations with i18n locale support",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/functions-date-and-time--docs"
}
],
"utilities": [
{
"name": "DtLazyShow",
"description": "Defer child rendering until first shown — reduces initial mount cost for popovers and modals",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/utilities-lazy-show--docs"
},
{
"name": "Localization",
"description": "Singleton i18n manager that localizes strings across all Dialtone components",
"storybook": "https://dialtone.dialpad.com/vue/next/?path=/docs/utilities-localization--docs"
}
]
}