@kong-ui-public/app-layout 4.10.21 → 4.10.22-pr.2843.c43057827.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 -2618
- package/dist/app-layout.umd.js +0 -13
- package/dist/style.css +0 -1
- package/dist/types/components/AppLayout.vue.d.ts +0 -125
- package/dist/types/components/AppLayout.vue.d.ts.map +0 -1
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts +0 -37
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts.map +0 -1
- package/dist/types/components/errors/AppError.vue.d.ts +0 -14
- package/dist/types/components/errors/AppError.vue.d.ts.map +0 -1
- package/dist/types/components/gradientBadge/GradientBadge.vue.d.ts +0 -35
- package/dist/types/components/gradientBadge/GradientBadge.vue.d.ts.map +0 -1
- package/dist/types/components/icons/BananaSplit.vue.d.ts +0 -4
- package/dist/types/components/icons/BananaSplit.vue.d.ts.map +0 -1
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts +0 -51
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts.map +0 -1
- package/dist/types/components/navbar/AppNavbar.vue.d.ts +0 -54
- package/dist/types/components/navbar/AppNavbar.vue.d.ts.map +0 -1
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts +0 -45
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts.map +0 -1
- package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts +0 -61
- package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts +0 -165
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/ItemBadge.vue.d.ts +0 -18
- package/dist/types/components/sidebar/ItemBadge.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts +0 -44
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts.map +0 -1
- package/dist/types/components/sidebar/SidebarToggle.vue.d.ts +0 -20
- 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 -21
- 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 -39
- package/dist/types/types/sidebar.d.ts.map +0 -1
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
'mobile-sidebar-toggle'?: (props: typeof __VLS_1) => any;
|
|
4
|
-
} & {
|
|
5
|
-
'mobile-logo'?: (props: typeof __VLS_3) => any;
|
|
6
|
-
} & {
|
|
7
|
-
logo?: (props: typeof __VLS_5) => any;
|
|
8
|
-
} & {
|
|
9
|
-
left?: (props: typeof __VLS_7) => any;
|
|
10
|
-
} & {
|
|
11
|
-
center?: (props: typeof __VLS_9) => any;
|
|
12
|
-
} & {
|
|
13
|
-
right?: (props: typeof __VLS_11) => any;
|
|
14
|
-
};
|
|
15
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
-
topOffset: {
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
default: number;
|
|
19
|
-
};
|
|
20
|
-
leftOffset: {
|
|
21
|
-
type: NumberConstructor;
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
|
-
zIndex: {
|
|
25
|
-
type: NumberConstructor;
|
|
26
|
-
default: number;
|
|
27
|
-
};
|
|
28
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
topOffset: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
leftOffset: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
default: number;
|
|
36
|
-
};
|
|
37
|
-
zIndex: {
|
|
38
|
-
type: NumberConstructor;
|
|
39
|
-
default: number;
|
|
40
|
-
};
|
|
41
|
-
}>> & Readonly<{}>, {
|
|
42
|
-
topOffset: number;
|
|
43
|
-
leftOffset: number;
|
|
44
|
-
zIndex: number;
|
|
45
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
47
|
-
declare const _default: typeof __VLS_export;
|
|
48
|
-
export default _default;
|
|
49
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
50
|
-
new (): {
|
|
51
|
-
$slots: S;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=AppNavbar.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppNavbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/AppNavbar.vue"],"names":[],"mappings":"AAwTA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AACzH,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAClD;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAed,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { BreadcrumbItem } from '@kong/kongponents';
|
|
3
|
-
declare var __VLS_9: string, __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {}, __VLS_18: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
[K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
|
|
6
|
-
} & {
|
|
7
|
-
'title-before'?: (props: typeof __VLS_12) => any;
|
|
8
|
-
} & {
|
|
9
|
-
'title-after'?: (props: typeof __VLS_14) => any;
|
|
10
|
-
} & {
|
|
11
|
-
actions?: (props: typeof __VLS_16) => any;
|
|
12
|
-
} & {
|
|
13
|
-
below?: (props: typeof __VLS_18) => any;
|
|
14
|
-
};
|
|
15
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
-
title: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
breadcrumbs: {
|
|
21
|
-
type: PropType<BreadcrumbItem[]>;
|
|
22
|
-
default: () => never[];
|
|
23
|
-
};
|
|
24
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
title: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
breadcrumbs: {
|
|
30
|
-
type: PropType<BreadcrumbItem[]>;
|
|
31
|
-
default: () => never[];
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{}>, {
|
|
34
|
-
title: string;
|
|
35
|
-
breadcrumbs: BreadcrumbItem[];
|
|
36
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
37
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
|
-
declare const _default: typeof __VLS_export;
|
|
39
|
-
export default _default;
|
|
40
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
//# sourceMappingURL=AppPageHeader.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppPageHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/pageHeader/AppPageHeader.vue"],"names":[],"mappings":"AA0JA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AA4IvD,QAAA,IAAI,OAAO,QAAU,EAAE,QAAQ,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAChI,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACxE;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;;;cAOG,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;cAA1B,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;4EAI3C,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { HeaderTag } from '@kong/kongponents';
|
|
3
|
-
declare var __VLS_14: {}, __VLS_27: {}, __VLS_29: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
header?: (props: typeof __VLS_14) => any;
|
|
6
|
-
} & {
|
|
7
|
-
actions?: (props: typeof __VLS_27) => any;
|
|
8
|
-
} & {
|
|
9
|
-
default?: (props: typeof __VLS_29) => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
|
-
collapsible: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
title: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
description: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
titleTag: {
|
|
25
|
-
type: PropType<HeaderTag>;
|
|
26
|
-
default: string;
|
|
27
|
-
validator: (value: HeaderTag) => boolean;
|
|
28
|
-
};
|
|
29
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
-
collapsible: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
title: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
description: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
titleTag: {
|
|
43
|
-
type: PropType<HeaderTag>;
|
|
44
|
-
default: string;
|
|
45
|
-
validator: (value: HeaderTag) => boolean;
|
|
46
|
-
};
|
|
47
|
-
}>> & Readonly<{}>, {
|
|
48
|
-
title: string;
|
|
49
|
-
description: string;
|
|
50
|
-
titleTag: HeaderTag;
|
|
51
|
-
collapsible: boolean;
|
|
52
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
54
|
-
declare const _default: typeof __VLS_export;
|
|
55
|
-
export default _default;
|
|
56
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
57
|
-
new (): {
|
|
58
|
-
$slots: S;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
//# 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":"AAqLA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAmJlD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;cAeI,QAAQ,CAAC,SAAS,CAAC;;2BAEhB,SAAS,KAAG,OAAO;;;;;;;;;;;;;;;;cAFtB,QAAQ,CAAC,SAAS,CAAC;;2BAEhB,SAAS,KAAG,OAAO;;;;;;;4EAGxC,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { SidebarPrimaryItem, GroupConfigMap } from '../../types';
|
|
3
|
-
/** Prevent adding the `group` property to bottom sidebar items. */
|
|
4
|
-
type BottomPrimaryItem = Omit<SidebarPrimaryItem, 'group'>;
|
|
5
|
-
declare var __VLS_9: {}, __VLS_11: {}, __VLS_43: `sidebar-icon-${string}`, __VLS_44: {}, __VLS_48: `sidebar-after-${string}`, __VLS_49: {}, __VLS_61: `sidebar-icon-${string}`, __VLS_62: {}, __VLS_64: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
[K in NonNullable<typeof __VLS_43>]?: (props: typeof __VLS_44) => any;
|
|
8
|
-
} & {
|
|
9
|
-
[K in NonNullable<typeof __VLS_48>]?: (props: typeof __VLS_49) => any;
|
|
10
|
-
} & {
|
|
11
|
-
[K in NonNullable<typeof __VLS_61>]?: (props: typeof __VLS_62) => any;
|
|
12
|
-
} & {
|
|
13
|
-
header?: (props: typeof __VLS_9) => any;
|
|
14
|
-
} & {
|
|
15
|
-
top?: (props: typeof __VLS_11) => any;
|
|
16
|
-
} & {
|
|
17
|
-
footer?: (props: typeof __VLS_64) => any;
|
|
18
|
-
};
|
|
19
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
-
topItems: {
|
|
21
|
-
type: PropType<SidebarPrimaryItem[]>;
|
|
22
|
-
default: () => never[];
|
|
23
|
-
};
|
|
24
|
-
bottomItems: {
|
|
25
|
-
type: PropType<BottomPrimaryItem[]>;
|
|
26
|
-
default: () => never[];
|
|
27
|
-
};
|
|
28
|
-
groupConfig: {
|
|
29
|
-
type: PropType<GroupConfigMap>;
|
|
30
|
-
default: () => {};
|
|
31
|
-
};
|
|
32
|
-
headerHeight: {
|
|
33
|
-
type: NumberConstructor;
|
|
34
|
-
default: number;
|
|
35
|
-
};
|
|
36
|
-
topOffset: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
default: number;
|
|
39
|
-
};
|
|
40
|
-
zIndex: {
|
|
41
|
-
type: NumberConstructor;
|
|
42
|
-
default: number;
|
|
43
|
-
};
|
|
44
|
-
open: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
mobileEnabled: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
mobileTopOffset: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
mobileHeaderVisible: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
mobileCloseDelay: {
|
|
61
|
-
type: NumberConstructor;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
|
-
mobileOverlay: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
mobileOverlayZIndex: {
|
|
69
|
-
type: NumberConstructor;
|
|
70
|
-
default: null;
|
|
71
|
-
};
|
|
72
|
-
mobileOverlayCloseOnClick: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
click: (...args: any[]) => void;
|
|
78
|
-
toggle: (...args: any[]) => void;
|
|
79
|
-
"toggle-collapse": (...args: any[]) => void;
|
|
80
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
-
topItems: {
|
|
82
|
-
type: PropType<SidebarPrimaryItem[]>;
|
|
83
|
-
default: () => never[];
|
|
84
|
-
};
|
|
85
|
-
bottomItems: {
|
|
86
|
-
type: PropType<BottomPrimaryItem[]>;
|
|
87
|
-
default: () => never[];
|
|
88
|
-
};
|
|
89
|
-
groupConfig: {
|
|
90
|
-
type: PropType<GroupConfigMap>;
|
|
91
|
-
default: () => {};
|
|
92
|
-
};
|
|
93
|
-
headerHeight: {
|
|
94
|
-
type: NumberConstructor;
|
|
95
|
-
default: number;
|
|
96
|
-
};
|
|
97
|
-
topOffset: {
|
|
98
|
-
type: NumberConstructor;
|
|
99
|
-
default: number;
|
|
100
|
-
};
|
|
101
|
-
zIndex: {
|
|
102
|
-
type: NumberConstructor;
|
|
103
|
-
default: number;
|
|
104
|
-
};
|
|
105
|
-
open: {
|
|
106
|
-
type: BooleanConstructor;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
|
-
mobileEnabled: {
|
|
110
|
-
type: BooleanConstructor;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
mobileTopOffset: {
|
|
114
|
-
type: NumberConstructor;
|
|
115
|
-
default: number;
|
|
116
|
-
};
|
|
117
|
-
mobileHeaderVisible: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
default: boolean;
|
|
120
|
-
};
|
|
121
|
-
mobileCloseDelay: {
|
|
122
|
-
type: NumberConstructor;
|
|
123
|
-
default: number;
|
|
124
|
-
};
|
|
125
|
-
mobileOverlay: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
mobileOverlayZIndex: {
|
|
130
|
-
type: NumberConstructor;
|
|
131
|
-
default: null;
|
|
132
|
-
};
|
|
133
|
-
mobileOverlayCloseOnClick: {
|
|
134
|
-
type: BooleanConstructor;
|
|
135
|
-
default: boolean;
|
|
136
|
-
};
|
|
137
|
-
}>> & Readonly<{
|
|
138
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
139
|
-
onToggle?: ((...args: any[]) => any) | undefined;
|
|
140
|
-
"onToggle-collapse"?: ((...args: any[]) => any) | undefined;
|
|
141
|
-
}>, {
|
|
142
|
-
topOffset: number;
|
|
143
|
-
zIndex: number;
|
|
144
|
-
topItems: SidebarPrimaryItem[];
|
|
145
|
-
bottomItems: BottomPrimaryItem[];
|
|
146
|
-
groupConfig: GroupConfigMap;
|
|
147
|
-
headerHeight: number;
|
|
148
|
-
open: boolean;
|
|
149
|
-
mobileEnabled: boolean;
|
|
150
|
-
mobileTopOffset: number;
|
|
151
|
-
mobileHeaderVisible: boolean;
|
|
152
|
-
mobileCloseDelay: number;
|
|
153
|
-
mobileOverlay: boolean;
|
|
154
|
-
mobileOverlayZIndex: number;
|
|
155
|
-
mobileOverlayCloseOnClick: boolean;
|
|
156
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
157
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
158
|
-
declare const _default: typeof __VLS_export;
|
|
159
|
-
export default _default;
|
|
160
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
161
|
-
new (): {
|
|
162
|
-
$slots: S;
|
|
163
|
-
};
|
|
164
|
-
};
|
|
165
|
-
//# 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":"AAwzBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAKnC,OAAO,KAAK,EAAE,kBAAkB,EAAe,cAAc,EAAE,MAAM,aAAa,CAAA;AAUlF,mEAAmE;AACnE,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;AA+rB1D,QAAA,IAAuB,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,2BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACnN,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;cAIG,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cARzB,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiD1C,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: 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
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
18
|
-
//# 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":"AAyGA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;4EAQhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { SidebarPrimaryItem, SidebarSecondaryItem } from '../../types';
|
|
3
|
-
declare var __VLS_8: `sidebar-icon-${string}`, __VLS_9: {}, __VLS_23: `sidebar-after-${string}`, __VLS_24: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
[K in NonNullable<typeof __VLS_8>]?: (props: typeof __VLS_9) => any;
|
|
6
|
-
} & {
|
|
7
|
-
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
37
|
-
declare const _default: typeof __VLS_export;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
//# 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":"AAsZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAyR3E,QAAA,IAAI,OAAO,0BAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,2BAAW,EAAE,QAAQ,IAAY,CAAE;AACrF,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG;CAAE,GACvE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,CAAC;AAK5E,QAAA,MAAM,UAAU;;cAII,QAAQ,CAAC,kBAAkB,GAAG,oBAAoB,CAAC;;;IAGrE,yDAAyD;;;;;;;;;cAHvC,QAAQ,CAAC,kBAAkB,GAAG,oBAAoB,CAAC;;;IAGrE,yDAAyD;;;;;;;;;4EAMzD,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: 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
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|
|
20
|
-
//# 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":"AA8JA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;4EAQhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -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,21 +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
|
-
import GradientBadge from './components/gradientBadge/GradientBadge.vue';
|
|
12
|
-
declare const _default: {
|
|
13
|
-
install: (app: App, options?: {
|
|
14
|
-
name?: string;
|
|
15
|
-
[key: string]: any;
|
|
16
|
-
}) => void;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
19
|
-
export { AccountDropdown, AppAboutSection, AppError, AppLayout, AppNavbar, AppPageHeader, AppSidebar, SidebarToggle, AppPageInfoSection, GradientBadge, };
|
|
20
|
-
export * from './types';
|
|
21
|
-
//# 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;AACpF,OAAO,aAAa,MAAM,8CAA8C,CAAA;;mBAMvD,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,EAClB,aAAa,GACd,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,39 +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
|
-
export interface GroupConfig {
|
|
32
|
-
label: string;
|
|
33
|
-
collapsible?: boolean;
|
|
34
|
-
collapsed?: boolean;
|
|
35
|
-
}
|
|
36
|
-
export interface GroupConfigMap {
|
|
37
|
-
[key: string]: GroupConfig;
|
|
38
|
-
}
|
|
39
|
-
//# 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;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;CAC3B"}
|