@kong-ui-public/app-layout 4.5.2 → 4.5.3-pr.2226.ebb850a4d.0
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 +1 -1
- package/dist/app-layout.es.js +0 -2209
- package/dist/app-layout.umd.js +0 -11
- package/dist/style.css +0 -1
- package/dist/types/components/AppLayout.vue.d.ts +0 -103
- package/dist/types/components/AppLayout.vue.d.ts.map +0 -1
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts +0 -44
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts.map +0 -1
- package/dist/types/components/errors/AppError.vue.d.ts +0 -17
- package/dist/types/components/errors/AppError.vue.d.ts.map +0 -1
- package/dist/types/components/icons/BananaSplit.vue.d.ts +0 -3
- package/dist/types/components/icons/BananaSplit.vue.d.ts.map +0 -1
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts +0 -53
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts.map +0 -1
- package/dist/types/components/navbar/AppNavbar.vue.d.ts +0 -52
- package/dist/types/components/navbar/AppNavbar.vue.d.ts.map +0 -1
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts +0 -43
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts.map +0 -1
- package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts +0 -62
- package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts +0 -262
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/ItemBadge.vue.d.ts +0 -17
- package/dist/types/components/sidebar/ItemBadge.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts +0 -43
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/SidebarToggle.vue.d.ts +0 -19
- package/dist/types/components/sidebar/SidebarToggle.vue.d.ts.map +0 -1
- package/dist/types/composables/index.d.ts +0 -2
- package/dist/types/composables/index.d.ts.map +0 -1
- package/dist/types/composables/useDebounce.d.ts +0 -4
- package/dist/types/composables/useDebounce.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -20
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -2
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/types/sidebar.d.ts +0 -31
- package/dist/types/types/sidebar.d.ts.map +0 -1
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { HeaderTag } from '@kong/kongponents';
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
slots: {
|
|
5
|
-
header?(_: {}): any;
|
|
6
|
-
actions?(_: {}): any;
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
|
-
collapsible: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
title: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
description: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
titleTag: {
|
|
27
|
-
type: PropType<HeaderTag>;
|
|
28
|
-
default: string;
|
|
29
|
-
validator: (value: HeaderTag) => boolean;
|
|
30
|
-
};
|
|
31
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
collapsible: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
title: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
description: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
titleTag: {
|
|
45
|
-
type: PropType<HeaderTag>;
|
|
46
|
-
default: string;
|
|
47
|
-
validator: (value: HeaderTag) => boolean;
|
|
48
|
-
};
|
|
49
|
-
}>> & Readonly<{}>, {
|
|
50
|
-
title: string;
|
|
51
|
-
description: string;
|
|
52
|
-
titleTag: HeaderTag;
|
|
53
|
-
collapsible: boolean;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
56
|
-
export default _default;
|
|
57
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
-
new (): {
|
|
59
|
-
$slots: S;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
//# sourceMappingURL=AppPageInfoSection.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppPageInfoSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/pageInfoSection/AppPageInfoSection.vue"],"names":[],"mappings":"AA+KA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAgDlD,iBAAS,cAAc;;wBAyFM,GAAG;yBACF,GAAG;yBACH,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;cAmBD,QAAQ,CAAC,SAAS,CAAC;;2BAEhB,SAAS,KAAG,OAAO;;;;;;;;;;;;;;;;cAFtB,QAAQ,CAAC,SAAS,CAAC;;2BAEhB,SAAS,KAAG,OAAO;;;;;;;4EAGxC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { SidebarPrimaryItem } from '../../types';
|
|
3
|
-
/** Prevent adding the `group` property to bottom sidebar items. */
|
|
4
|
-
type BottomPrimaryItem = Omit<SidebarPrimaryItem, 'group'>;
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
slots: Partial<Record<`sidebar-icon-${string}`, (_: {}) => any>> & Partial<Record<`sidebar-icon-${string}`, (_: {}) => any>> & {
|
|
7
|
-
header?(_: {}): any;
|
|
8
|
-
top?(_: {}): any;
|
|
9
|
-
footer?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
focusTrap: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
active: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
} & {
|
|
18
|
-
escapeDeactivates: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: true;
|
|
21
|
-
};
|
|
22
|
-
returnFocusOnDeactivate: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: true;
|
|
25
|
-
};
|
|
26
|
-
allowOutsideClick: {
|
|
27
|
-
type: PropType<boolean | import("focus-trap").MouseEventToBoolean | undefined>;
|
|
28
|
-
default: true;
|
|
29
|
-
};
|
|
30
|
-
clickOutsideDeactivates: PropType<boolean | import("focus-trap").MouseEventToBoolean | undefined>;
|
|
31
|
-
initialFocus: PropType<import("focus-trap").FocusTargetOrFalse | (() => void) | undefined>;
|
|
32
|
-
fallbackFocus: PropType<import("focus-trap").FocusTarget | undefined>;
|
|
33
|
-
checkCanFocusTrap: PropType<((containers: (HTMLElement | SVGElement)[]) => Promise<void>) | undefined>;
|
|
34
|
-
checkCanReturnFocus: PropType<((trigger: HTMLElement | SVGElement) => Promise<void>) | undefined>;
|
|
35
|
-
delayInitialFocus: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: true;
|
|
38
|
-
};
|
|
39
|
-
document: PropType<Document | undefined>;
|
|
40
|
-
preventScroll: BooleanConstructor;
|
|
41
|
-
setReturnFocus: PropType<import("focus-trap").FocusTargetValueOrFalse | ((nodeFocusedBeforeActivation: HTMLElement | SVGElement) => import("focus-trap").FocusTargetValueOrFalse) | undefined>;
|
|
42
|
-
tabbableOptions: PropType<import("focus-trap").FocusTrapTabbableOptions | undefined>;
|
|
43
|
-
}>> & {
|
|
44
|
-
onActivate?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
onPostActivate?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
onDeactivate?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
onPostDeactivate?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
activate(): void;
|
|
51
|
-
deactivate(): void;
|
|
52
|
-
renderImpl(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
|
-
[key: string]: any;
|
|
54
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>[] | null;
|
|
57
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:active" | "activate" | "postActivate" | "deactivate" | "postDeactivate")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
58
|
-
returnFocusOnDeactivate: boolean;
|
|
59
|
-
escapeDeactivates: boolean;
|
|
60
|
-
allowOutsideClick: boolean | import("focus-trap").MouseEventToBoolean | undefined;
|
|
61
|
-
preventScroll: boolean;
|
|
62
|
-
delayInitialFocus: boolean;
|
|
63
|
-
active: boolean;
|
|
64
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
65
|
-
P: {};
|
|
66
|
-
B: {};
|
|
67
|
-
D: {};
|
|
68
|
-
C: {};
|
|
69
|
-
M: {};
|
|
70
|
-
Defaults: {};
|
|
71
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
-
active: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
} & {
|
|
77
|
-
escapeDeactivates: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: true;
|
|
80
|
-
};
|
|
81
|
-
returnFocusOnDeactivate: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: true;
|
|
84
|
-
};
|
|
85
|
-
allowOutsideClick: {
|
|
86
|
-
type: PropType<boolean | import("focus-trap").MouseEventToBoolean | undefined>;
|
|
87
|
-
default: true;
|
|
88
|
-
};
|
|
89
|
-
clickOutsideDeactivates: PropType<boolean | import("focus-trap").MouseEventToBoolean | undefined>;
|
|
90
|
-
initialFocus: PropType<import("focus-trap").FocusTargetOrFalse | (() => void) | undefined>;
|
|
91
|
-
fallbackFocus: PropType<import("focus-trap").FocusTarget | undefined>;
|
|
92
|
-
checkCanFocusTrap: PropType<((containers: (HTMLElement | SVGElement)[]) => Promise<void>) | undefined>;
|
|
93
|
-
checkCanReturnFocus: PropType<((trigger: HTMLElement | SVGElement) => Promise<void>) | undefined>;
|
|
94
|
-
delayInitialFocus: {
|
|
95
|
-
type: BooleanConstructor;
|
|
96
|
-
default: true;
|
|
97
|
-
};
|
|
98
|
-
document: PropType<Document | undefined>;
|
|
99
|
-
preventScroll: BooleanConstructor;
|
|
100
|
-
setReturnFocus: PropType<import("focus-trap").FocusTargetValueOrFalse | ((nodeFocusedBeforeActivation: HTMLElement | SVGElement) => import("focus-trap").FocusTargetValueOrFalse) | undefined>;
|
|
101
|
-
tabbableOptions: PropType<import("focus-trap").FocusTrapTabbableOptions | undefined>;
|
|
102
|
-
}>> & {
|
|
103
|
-
onActivate?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
onPostActivate?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
onDeactivate?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
onPostDeactivate?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
108
|
-
}, {
|
|
109
|
-
activate(): void;
|
|
110
|
-
deactivate(): void;
|
|
111
|
-
renderImpl(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
112
|
-
[key: string]: any;
|
|
113
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
114
|
-
[key: string]: any;
|
|
115
|
-
}>[] | null;
|
|
116
|
-
}, {}, {}, {}, {
|
|
117
|
-
returnFocusOnDeactivate: boolean;
|
|
118
|
-
escapeDeactivates: boolean;
|
|
119
|
-
allowOutsideClick: boolean | import("focus-trap").MouseEventToBoolean | undefined;
|
|
120
|
-
preventScroll: boolean;
|
|
121
|
-
delayInitialFocus: boolean;
|
|
122
|
-
active: boolean;
|
|
123
|
-
}> | null;
|
|
124
|
-
};
|
|
125
|
-
attrs: Partial<{}>;
|
|
126
|
-
};
|
|
127
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
128
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
129
|
-
topItems: {
|
|
130
|
-
type: PropType<SidebarPrimaryItem[]>;
|
|
131
|
-
default: () => never[];
|
|
132
|
-
};
|
|
133
|
-
bottomItems: {
|
|
134
|
-
type: PropType<BottomPrimaryItem[]>;
|
|
135
|
-
default: () => never[];
|
|
136
|
-
};
|
|
137
|
-
headerHeight: {
|
|
138
|
-
type: NumberConstructor;
|
|
139
|
-
default: number;
|
|
140
|
-
};
|
|
141
|
-
topOffset: {
|
|
142
|
-
type: NumberConstructor;
|
|
143
|
-
default: number;
|
|
144
|
-
};
|
|
145
|
-
zIndex: {
|
|
146
|
-
type: NumberConstructor;
|
|
147
|
-
default: number;
|
|
148
|
-
};
|
|
149
|
-
open: {
|
|
150
|
-
type: BooleanConstructor;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
mobileEnabled: {
|
|
154
|
-
type: BooleanConstructor;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
mobileTopOffset: {
|
|
158
|
-
type: NumberConstructor;
|
|
159
|
-
default: number;
|
|
160
|
-
};
|
|
161
|
-
mobileHeaderVisible: {
|
|
162
|
-
type: BooleanConstructor;
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
mobileCloseDelay: {
|
|
166
|
-
type: NumberConstructor;
|
|
167
|
-
default: number;
|
|
168
|
-
};
|
|
169
|
-
mobileOverlay: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
mobileOverlayZIndex: {
|
|
174
|
-
type: NumberConstructor;
|
|
175
|
-
default: null;
|
|
176
|
-
};
|
|
177
|
-
mobileOverlayCloseOnClick: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
182
|
-
click: (...args: any[]) => void;
|
|
183
|
-
toggle: (...args: any[]) => void;
|
|
184
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
185
|
-
topItems: {
|
|
186
|
-
type: PropType<SidebarPrimaryItem[]>;
|
|
187
|
-
default: () => never[];
|
|
188
|
-
};
|
|
189
|
-
bottomItems: {
|
|
190
|
-
type: PropType<BottomPrimaryItem[]>;
|
|
191
|
-
default: () => never[];
|
|
192
|
-
};
|
|
193
|
-
headerHeight: {
|
|
194
|
-
type: NumberConstructor;
|
|
195
|
-
default: number;
|
|
196
|
-
};
|
|
197
|
-
topOffset: {
|
|
198
|
-
type: NumberConstructor;
|
|
199
|
-
default: number;
|
|
200
|
-
};
|
|
201
|
-
zIndex: {
|
|
202
|
-
type: NumberConstructor;
|
|
203
|
-
default: number;
|
|
204
|
-
};
|
|
205
|
-
open: {
|
|
206
|
-
type: BooleanConstructor;
|
|
207
|
-
default: boolean;
|
|
208
|
-
};
|
|
209
|
-
mobileEnabled: {
|
|
210
|
-
type: BooleanConstructor;
|
|
211
|
-
default: boolean;
|
|
212
|
-
};
|
|
213
|
-
mobileTopOffset: {
|
|
214
|
-
type: NumberConstructor;
|
|
215
|
-
default: number;
|
|
216
|
-
};
|
|
217
|
-
mobileHeaderVisible: {
|
|
218
|
-
type: BooleanConstructor;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
|
-
mobileCloseDelay: {
|
|
222
|
-
type: NumberConstructor;
|
|
223
|
-
default: number;
|
|
224
|
-
};
|
|
225
|
-
mobileOverlay: {
|
|
226
|
-
type: BooleanConstructor;
|
|
227
|
-
default: boolean;
|
|
228
|
-
};
|
|
229
|
-
mobileOverlayZIndex: {
|
|
230
|
-
type: NumberConstructor;
|
|
231
|
-
default: null;
|
|
232
|
-
};
|
|
233
|
-
mobileOverlayCloseOnClick: {
|
|
234
|
-
type: BooleanConstructor;
|
|
235
|
-
default: boolean;
|
|
236
|
-
};
|
|
237
|
-
}>> & Readonly<{
|
|
238
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
239
|
-
onToggle?: ((...args: any[]) => any) | undefined;
|
|
240
|
-
}>, {
|
|
241
|
-
topOffset: number;
|
|
242
|
-
zIndex: number;
|
|
243
|
-
topItems: SidebarPrimaryItem[];
|
|
244
|
-
bottomItems: BottomPrimaryItem[];
|
|
245
|
-
headerHeight: number;
|
|
246
|
-
open: boolean;
|
|
247
|
-
mobileEnabled: boolean;
|
|
248
|
-
mobileTopOffset: number;
|
|
249
|
-
mobileHeaderVisible: boolean;
|
|
250
|
-
mobileCloseDelay: number;
|
|
251
|
-
mobileOverlay: boolean;
|
|
252
|
-
mobileOverlayZIndex: number;
|
|
253
|
-
mobileOverlayCloseOnClick: boolean;
|
|
254
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
255
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
256
|
-
export default _default;
|
|
257
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
258
|
-
new (): {
|
|
259
|
-
$slots: S;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
//# sourceMappingURL=AppSidebar.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/AppSidebar.vue"],"names":[],"mappings":"AAwqBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAUrD,mEAAmE;AACnE,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;AA4W1D,iBAAS,cAAc;+DAmL+D,GAAG,yDACpB,GAAG;wBAE5C,GAAG;qBACN,GAAG;wBACC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAjjBhC,GA1jByB;+BA0jBzB,GAxjBmC;6BAwjBnC,GAvjBsB;iCAujBtB,GArjBqB;kCAqjBrB,GAnjBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAmjBvC,GA1jByB;+BA0jBzB,GAxjBmC;6BAwjBnC,GAvjBsB;iCAujBtB,GArjBqB;kCAqjBrB,GAnjBuC;;;;;;;;;;;;;;;;;;WA8mCzB,OAAO,IAA6B;EAEjD;AAiFD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJ7B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiD9C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
count: {
|
|
3
|
-
type: NumberConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
default: undefined;
|
|
6
|
-
};
|
|
7
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
count: {
|
|
9
|
-
type: NumberConstructor;
|
|
10
|
-
required: true;
|
|
11
|
-
default: undefined;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
count: number;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
export default _default;
|
|
17
|
-
//# sourceMappingURL=ItemBadge.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemBadge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/ItemBadge.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;AAgJA,wBAYG"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { SidebarPrimaryItem, SidebarSecondaryItem } from '../../types';
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
slots: Partial<Record<`sidebar-icon-${string}`, (_: {}) => any>>;
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
-
item: {
|
|
11
|
-
type: PropType<SidebarPrimaryItem | SidebarSecondaryItem>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
/** True if the item is not an L1 primary sidebar item */
|
|
15
|
-
subnavItem: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
-
click: (...args: any[]) => void;
|
|
21
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
item: {
|
|
23
|
-
type: PropType<SidebarPrimaryItem | SidebarSecondaryItem>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
/** True if the item is not an L1 primary sidebar item */
|
|
27
|
-
subnavItem: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{
|
|
32
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}>, {
|
|
34
|
-
subnavItem: boolean;
|
|
35
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
-
export default _default;
|
|
38
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
-
new (): {
|
|
40
|
-
$slots: S;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=SidebarItem.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/SidebarItem.vue"],"names":[],"mappings":"AAyXA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAmE3E,iBAAS,cAAc;+DAmJ6D,GAAG;;WAUzE,OAAO,IAA6B;EAEjD;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQD,QAAQ,CAAC,kBAAkB,GAAG,oBAAoB,CAAC;;;IAGrE,yDAAyD;;;;;;;;;cAHvC,QAAQ,CAAC,kBAAkB,GAAG,oBAAoB,CAAC;;;IAGrE,yDAAyD;;;;;;;;;4EAMzD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
active: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
toggle: (...args: any[]) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
active: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{
|
|
14
|
-
onToggle?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
active: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
export default _default;
|
|
19
|
-
//# sourceMappingURL=SidebarToggle.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarToggle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/SidebarToggle.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAwLA,wBAYG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../../src/composables/useDebounce.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,WAAW;gCAQE,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,SAAS,MAAM,KAAG,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,IAAI;EAkBjG"}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { App } from 'vue';
|
|
2
|
-
import AccountDropdown from './components/navbar/AccountDropdown.vue';
|
|
3
|
-
import AppAboutSection from './components/aboutSection/AppAboutSection.vue';
|
|
4
|
-
import AppError from './components/errors/AppError.vue';
|
|
5
|
-
import AppLayout from './components/AppLayout.vue';
|
|
6
|
-
import AppNavbar from './components/navbar/AppNavbar.vue';
|
|
7
|
-
import AppPageHeader from './components/pageHeader/AppPageHeader.vue';
|
|
8
|
-
import AppSidebar from './components/sidebar/AppSidebar.vue';
|
|
9
|
-
import SidebarToggle from './components/sidebar/SidebarToggle.vue';
|
|
10
|
-
import AppPageInfoSection from './components/pageInfoSection/AppPageInfoSection.vue';
|
|
11
|
-
declare const _default: {
|
|
12
|
-
install: (app: App, options?: {
|
|
13
|
-
name?: string;
|
|
14
|
-
[key: string]: any;
|
|
15
|
-
}) => void;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
18
|
-
export { AccountDropdown, AppAboutSection, AppError, AppLayout, AppNavbar, AppPageHeader, AppSidebar, SidebarToggle, AppPageInfoSection, };
|
|
19
|
-
export * from './types';
|
|
20
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,OAAO,eAAe,MAAM,yCAAyC,CAAA;AACrE,OAAO,eAAe,MAAM,+CAA+C,CAAA;AAC3E,OAAO,QAAQ,MAAM,kCAAkC,CAAA;AACvD,OAAO,SAAS,MAAM,4BAA4B,CAAA;AAClD,OAAO,SAAS,MAAM,mCAAmC,CAAA;AACzD,OAAO,aAAa,MAAM,2CAA2C,CAAA;AACrE,OAAO,UAAU,MAAM,qCAAqC,CAAA;AAC5D,OAAO,aAAa,MAAM,wCAAwC,CAAA;AAClE,OAAO,kBAAkB,MAAM,qDAAqD,CAAA;;mBAMnE,GAAG,YAAW;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,KAAQ,IAAI;;AAHhF,wBAMC;AAGD,OAAO,EACL,eAAe,EACf,eAAe,EACf,QAAQ,EACR,SAAS,EACT,SAAS,EACT,aAAa,EACb,UAAU,EACV,aAAa,EACb,kBAAkB,GACnB,CAAA;AAED,cAAc,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface SidebarSecondaryItem {
|
|
2
|
-
/** The display text of the sidebar item */
|
|
3
|
-
name: string;
|
|
4
|
-
/** The [Vue Router `to` object](https://router.vuejs.org/api/interfaces/RouterLinkProps.html#to) or a URL path (relative or absolute) to navigate to on click */
|
|
5
|
-
to: string | Record<string, any>;
|
|
6
|
-
/** Set external to true if you want to navigate via anchor tag instead of a router-link. The `to` property must be set to a string. */
|
|
7
|
-
external?: boolean;
|
|
8
|
-
/** Set newWindow to true if you want to open the link in a new window or tab. If the `to` property is set to a string that starts with `http*` it will open in a new window automatically. Setting newWindow to true essentially forces external to true as well. */
|
|
9
|
-
newWindow?: boolean;
|
|
10
|
-
/** Is the sidebar item active */
|
|
11
|
-
active?: boolean;
|
|
12
|
-
/** Number to display in a badge to the right of the L2 item name */
|
|
13
|
-
badgeCount?: number;
|
|
14
|
-
/** The data-testid attribute to apply to the sidebar item. Auto-generated if not provided. */
|
|
15
|
-
testId?: string;
|
|
16
|
-
/** Auto-generated (do not provide) unique key of the secondary item's top-level navigation parent item */
|
|
17
|
-
parentKey?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface SidebarPrimaryItem extends Omit<SidebarSecondaryItem, 'parentKey' | 'badgeCount'> {
|
|
20
|
-
/** Unique key of top-level navigation item. Auto-generated if not provided. */
|
|
21
|
-
key: string;
|
|
22
|
-
/** Label to show under the name when the item is expanded */
|
|
23
|
-
label?: string;
|
|
24
|
-
/** Is the top-level sidebar item expanded */
|
|
25
|
-
expanded?: boolean;
|
|
26
|
-
/** The top-level navigation group to place the navigation item inside. If not provided, the sidebar item will be rendered standalone, above the L1 navigation groups (e.g. "Overview"). */
|
|
27
|
-
group?: string;
|
|
28
|
-
/** Nested sidebar items (children) without icons */
|
|
29
|
-
items?: SidebarSecondaryItem[];
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=sidebar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../src/types/sidebar.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAA;IACZ,iKAAiK;IACjK,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAChC,uIAAuI;IACvI,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qQAAqQ;IACrQ,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,iCAAiC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,oEAAoE;IACpE,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8FAA8F;IAC9F,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,0GAA0G;IAC1G,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,YAAY,CAAC;IAChG,+EAA+E;IAC/E,GAAG,EAAE,MAAM,CAAA;IACX,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,2LAA2L;IAC3L,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,oDAAoD;IACpD,KAAK,CAAC,EAAE,oBAAoB,EAAE,CAAA;CAC/B"}
|