nightshade 1.5.0 → 2.0.0-dev.3
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/package.json +11 -38
- package/dist/ListNavController-drNtDwz9.js +0 -307
- package/dist/ThemeManager-DzxPhS21.js +0 -57
- package/dist/bundle.js +0 -31
- package/dist/components.css +0 -1
- package/dist/components.js +0 -19
- package/dist/index-DZX8JG-_.js +0 -1063
- package/dist/lib/components/Btn.vue.d.ts +0 -173
- package/dist/lib/components/Bubble.vue.d.ts +0 -23
- package/dist/lib/components/Circle.vue.d.ts +0 -14
- package/dist/lib/components/ContextMenu.vue.d.ts +0 -81
- package/dist/lib/components/ContextPopup.vue.d.ts +0 -86
- package/dist/lib/components/HGroup.vue.d.ts +0 -47
- package/dist/lib/components/HStack.vue.d.ts +0 -2
- package/dist/lib/components/InputBase.vue.d.ts +0 -121
- package/dist/lib/components/InputSelect.vue.d.ts +0 -20
- package/dist/lib/components/InputText.vue.d.ts +0 -11
- package/dist/lib/components/InputTextarea.vue.d.ts +0 -11
- package/dist/lib/components/Sizer.vue.d.ts +0 -2
- package/dist/lib/components/Switch.vue.d.ts +0 -77
- package/dist/lib/components/Tab.vue.d.ts +0 -22
- package/dist/lib/components/TabCap.vue.d.ts +0 -23
- package/dist/lib/components/VGroup.vue.d.ts +0 -38
- package/dist/lib/components/index.d.ts +0 -17
- package/dist/lib/index.d.ts +0 -4
- package/dist/lib/utils/ExpanderController.d.ts +0 -11
- package/dist/lib/utils/ListNavController.d.ts +0 -92
- package/dist/lib/utils/SelectionController.d.ts +0 -16
- package/dist/lib/utils/ThemeManager.d.ts +0 -15
- package/dist/lib/utils/dom.d.ts +0 -4
- package/dist/lib/utils/event-proxy.d.ts +0 -22
- package/dist/lib/utils/icons.d.ts +0 -3
- package/dist/lib/utils/index.d.ts +0 -8
- package/dist/lib/utils/point.d.ts +0 -4
- package/dist/utils.js +0 -13
- package/stylesheets/baseline.css +0 -50
- package/stylesheets/full.css +0 -7
- package/stylesheets/modules/article.css +0 -37
- package/stylesheets/modules/kbd.css +0 -34
- package/stylesheets/modules/transitions.css +0 -106
- package/stylesheets/modules/utils.css +0 -44
- package/stylesheets/variables/color-tokens.css +0 -168
- package/stylesheets/variables/commons.css +0 -37
- package/stylesheets/variables/spacing.css +0 -20
- package/stylesheets/variables/type-tokens.css +0 -18
- package/stylesheets/variables/typography.css +0 -16
- package/stylesheets/variables.css +0 -5
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
label: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
};
|
|
5
|
-
title: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
icon: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
};
|
|
11
|
-
iconPos: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
kind: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
hoverKind: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
};
|
|
22
|
-
customTag: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
};
|
|
25
|
-
href: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
};
|
|
28
|
-
debounce: {
|
|
29
|
-
type: NumberConstructor;
|
|
30
|
-
default: number;
|
|
31
|
-
};
|
|
32
|
-
disabled: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
size: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
square: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
block: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
round: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
outline: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
flat: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
shadow: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
pseudoFocus: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
pseudoHover: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
pseudoActive: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
}>, {}, {
|
|
77
|
-
hover: boolean;
|
|
78
|
-
blocked: boolean;
|
|
79
|
-
}, {
|
|
80
|
-
tagName(): string;
|
|
81
|
-
actualKind(): string;
|
|
82
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
-
label: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
};
|
|
86
|
-
title: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
};
|
|
89
|
-
icon: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
};
|
|
92
|
-
iconPos: {
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
kind: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
hoverKind: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
};
|
|
103
|
-
customTag: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
};
|
|
106
|
-
href: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
};
|
|
109
|
-
debounce: {
|
|
110
|
-
type: NumberConstructor;
|
|
111
|
-
default: number;
|
|
112
|
-
};
|
|
113
|
-
disabled: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
size: {
|
|
118
|
-
type: StringConstructor;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
square: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
block: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
round: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
outline: {
|
|
134
|
-
type: BooleanConstructor;
|
|
135
|
-
default: boolean;
|
|
136
|
-
};
|
|
137
|
-
flat: {
|
|
138
|
-
type: BooleanConstructor;
|
|
139
|
-
default: boolean;
|
|
140
|
-
};
|
|
141
|
-
shadow: {
|
|
142
|
-
type: BooleanConstructor;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
pseudoFocus: {
|
|
146
|
-
type: BooleanConstructor;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
|
-
pseudoHover: {
|
|
150
|
-
type: BooleanConstructor;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
pseudoActive: {
|
|
154
|
-
type: BooleanConstructor;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
}>> & Readonly<{}>, {
|
|
158
|
-
iconPos: string;
|
|
159
|
-
kind: string;
|
|
160
|
-
debounce: number;
|
|
161
|
-
disabled: boolean;
|
|
162
|
-
size: string;
|
|
163
|
-
square: boolean;
|
|
164
|
-
block: boolean;
|
|
165
|
-
round: boolean;
|
|
166
|
-
outline: boolean;
|
|
167
|
-
flat: boolean;
|
|
168
|
-
shadow: boolean;
|
|
169
|
-
pseudoFocus: boolean;
|
|
170
|
-
pseudoHover: boolean;
|
|
171
|
-
pseudoActive: boolean;
|
|
172
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
173
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
dir: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
align: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
dir: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
align: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
dir: string;
|
|
21
|
-
align: string;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
size: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
size: string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { ListNavController } from '../utils/ListNavController.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
dir: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
};
|
|
6
|
-
align: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
};
|
|
9
|
-
size: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
};
|
|
12
|
-
items: {
|
|
13
|
-
type: ArrayConstructor;
|
|
14
|
-
};
|
|
15
|
-
atCursor: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
};
|
|
18
|
-
anchorRef: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
anchorDir: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
};
|
|
24
|
-
search: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
};
|
|
27
|
-
autoDismiss: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}>, {}, {
|
|
32
|
-
listNav: ListNavController;
|
|
33
|
-
searchQuery: string;
|
|
34
|
-
filteredItems: unknown[] | undefined;
|
|
35
|
-
}, {
|
|
36
|
-
iconCheck(): any;
|
|
37
|
-
}, {
|
|
38
|
-
initialize(): void;
|
|
39
|
-
isItemSelected(i: any): boolean;
|
|
40
|
-
activate(): void;
|
|
41
|
-
activateItem(item: any): void;
|
|
42
|
-
doSearch(): void;
|
|
43
|
-
selectSearch(): void;
|
|
44
|
-
hide(): void;
|
|
45
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "hide"[], "hide", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
-
dir: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
};
|
|
49
|
-
align: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
};
|
|
52
|
-
size: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
};
|
|
55
|
-
items: {
|
|
56
|
-
type: ArrayConstructor;
|
|
57
|
-
};
|
|
58
|
-
atCursor: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
};
|
|
61
|
-
anchorRef: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
};
|
|
64
|
-
anchorDir: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
};
|
|
67
|
-
search: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
};
|
|
70
|
-
autoDismiss: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
}>> & Readonly<{
|
|
75
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
}>, {
|
|
77
|
-
search: boolean;
|
|
78
|
-
atCursor: boolean;
|
|
79
|
-
autoDismiss: boolean;
|
|
80
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
81
|
-
export default _default;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
dir: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
align: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
anchorRef: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
};
|
|
13
|
-
anchorDir: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
overlayEnabled: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
overlayShown: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
}>, {}, {
|
|
26
|
-
pos: {
|
|
27
|
-
x: number;
|
|
28
|
-
y: number;
|
|
29
|
-
};
|
|
30
|
-
actualDir: string;
|
|
31
|
-
actualAlign: string;
|
|
32
|
-
ready: boolean;
|
|
33
|
-
}, {
|
|
34
|
-
bubbleStyle(): {
|
|
35
|
-
left: string;
|
|
36
|
-
top: string;
|
|
37
|
-
'pointer-events': string;
|
|
38
|
-
};
|
|
39
|
-
}, {
|
|
40
|
-
hide(): void;
|
|
41
|
-
calcPos(): void;
|
|
42
|
-
calcDirAlign(): void;
|
|
43
|
-
getAnchorEl(): any;
|
|
44
|
-
findRef(component: any, refKey: any): any;
|
|
45
|
-
onResize(): void;
|
|
46
|
-
onWindowKeyDown(event: any): void;
|
|
47
|
-
enableOverlay(): void;
|
|
48
|
-
disableOverlay(): void;
|
|
49
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("mouseenter" | "mouseleave" | "hide" | "ready" | "update:overlayShown")[], "mouseenter" | "mouseleave" | "hide" | "ready" | "update:overlayShown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
-
dir: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
align: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
anchorRef: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
};
|
|
61
|
-
anchorDir: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
overlayEnabled: {
|
|
66
|
-
type: BooleanConstructor;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
|
-
overlayShown: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
}>> & Readonly<{
|
|
74
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
75
|
-
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
"onUpdate:overlayShown"?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
}>, {
|
|
80
|
-
dir: string;
|
|
81
|
-
align: string;
|
|
82
|
-
anchorDir: string;
|
|
83
|
-
overlayEnabled: boolean;
|
|
84
|
-
overlayShown: boolean;
|
|
85
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
|
-
export default _default;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
tagName: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
align: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
justify: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
};
|
|
13
|
-
gap: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
wrap: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
tagName: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
align: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
justify: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
gap: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
wrap: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
}>> & Readonly<{}>, {
|
|
42
|
-
tagName: string;
|
|
43
|
-
align: string;
|
|
44
|
-
gap: string;
|
|
45
|
-
wrap: boolean;
|
|
46
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
tagName: {
|
|
3
|
-
default: string;
|
|
4
|
-
};
|
|
5
|
-
label: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
labelStyle: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
size: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
fixedHeight: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
round: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
block: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
};
|
|
27
|
-
disabled: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
invalid: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
pseudoFocus: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
pseudoHover: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
}>, {}, {
|
|
44
|
-
focused: boolean;
|
|
45
|
-
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
-
tagName: {
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
label: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
};
|
|
52
|
-
labelStyle: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
size: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
fixedHeight: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
round: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
block: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
};
|
|
71
|
-
disabled: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
invalid: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
pseudoFocus: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
pseudoHover: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
}>> & Readonly<{}>, {
|
|
88
|
-
invalid: boolean;
|
|
89
|
-
disabled: boolean;
|
|
90
|
-
size: string;
|
|
91
|
-
block: boolean;
|
|
92
|
-
round: boolean;
|
|
93
|
-
pseudoFocus: boolean;
|
|
94
|
-
pseudoHover: boolean;
|
|
95
|
-
tagName: string;
|
|
96
|
-
labelStyle: string;
|
|
97
|
-
fixedHeight: boolean;
|
|
98
|
-
}, {}, {
|
|
99
|
-
Tab: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
100
|
-
dir: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
label: {
|
|
105
|
-
type: StringConstructor;
|
|
106
|
-
};
|
|
107
|
-
}>, {}, {}, {
|
|
108
|
-
orientation(): "v" | "h";
|
|
109
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
110
|
-
dir: {
|
|
111
|
-
type: StringConstructor;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
label: {
|
|
115
|
-
type: StringConstructor;
|
|
116
|
-
};
|
|
117
|
-
}>> & Readonly<{}>, {
|
|
118
|
-
dir: string;
|
|
119
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
121
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
2
|
-
menuShown: boolean;
|
|
3
|
-
}, {
|
|
4
|
-
selectedItem(): any;
|
|
5
|
-
itemTitle(): any;
|
|
6
|
-
itemIcon(): any;
|
|
7
|
-
iconDropdown(): any;
|
|
8
|
-
}, {
|
|
9
|
-
onInput(ev: any): void;
|
|
10
|
-
selectValue(value: any): void;
|
|
11
|
-
getMenuItems(): any;
|
|
12
|
-
show(): void;
|
|
13
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "update:modelValue")[], "blur" | "focus" | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
14
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {} | {
|
|
18
|
-
[x: string]: any;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
2
|
-
onInput(ev: any): void;
|
|
3
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "input" | "update:modelValue")[], "blur" | "focus" | "input" | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {} | {
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
2
|
-
onInput(ev: any): void;
|
|
3
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "focus" | "input" | "update:modelValue")[], "blur" | "focus" | "input" | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {} | {
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
};
|
|
5
|
-
disabled: {
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
};
|
|
8
|
-
kind: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
size: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
knobOutline: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
pseudoFocus: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
pseudoHover: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
pseudoActive: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
}>, {}, {}, {}, {
|
|
33
|
-
onChange(ev: any): void;
|
|
34
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
-
modelValue: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
};
|
|
38
|
-
disabled: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
};
|
|
41
|
-
kind: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
size: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
knobOutline: {
|
|
50
|
-
type: BooleanConstructor;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
pseudoFocus: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
pseudoHover: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
pseudoActive: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
}>> & Readonly<{
|
|
66
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
|
-
}>, {
|
|
68
|
-
kind: string;
|
|
69
|
-
disabled: boolean;
|
|
70
|
-
size: string;
|
|
71
|
-
pseudoFocus: boolean;
|
|
72
|
-
pseudoHover: boolean;
|
|
73
|
-
pseudoActive: boolean;
|
|
74
|
-
modelValue: boolean;
|
|
75
|
-
knobOutline: boolean;
|
|
76
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
|
-
export default _default;
|