@fy-/fws-vue-core 3.0.3 → 3.0.5
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 +6 -8
- package/src/components/fws/CmsArticleBoxed.vue +247 -0
- package/src/components/fws/CmsArticleSingle.vue +201 -0
- package/src/components/fws/DataTable.vue +659 -0
- package/src/components/fws/FilterData.vue +423 -0
- package/src/components/fws/UserData.vue +220 -0
- package/src/components/fws/UserFlow.vue +955 -0
- package/src/components/fws/UserOAuth2.vue +521 -0
- package/src/components/fws/UserProfile.vue +615 -0
- package/src/components/fws/UserProfileStrict.vue +233 -0
- package/src/components/ssr/ClientOnly.ts +10 -0
- package/src/components/ui/DefaultBreadcrumb.vue +99 -0
- package/src/components/ui/DefaultConfirm.vue +178 -0
- package/src/components/ui/DefaultConfirmWithInput.vue +217 -0
- package/src/components/ui/DefaultDropdown.vue +104 -0
- package/src/components/ui/DefaultDropdownLink.vue +94 -0
- package/src/components/ui/DefaultGallery.vue +1056 -0
- package/src/components/ui/DefaultInput.vue +768 -0
- package/src/components/ui/DefaultLoader.vue +125 -0
- package/src/components/ui/DefaultModal.vue +350 -0
- package/src/components/ui/DefaultNotif.vue +332 -0
- package/src/components/ui/DefaultPaging.vue +395 -0
- package/src/components/ui/DefaultSidebar.vue +267 -0
- package/src/components/ui/DefaultTagInput.vue +415 -0
- package/src/components/ui/transitions/CollapseTransition.vue +19 -0
- package/src/components/ui/transitions/ExpandTransition.vue +19 -0
- package/src/components/ui/transitions/FadeTransition.vue +17 -0
- package/src/components/ui/transitions/ScaleTransition.vue +21 -0
- package/src/components/ui/transitions/SlideTransition.vue +32 -0
- package/src/composables/event-bus.ts +15 -0
- package/src/composables/rest.ts +165 -0
- package/src/composables/seo.ts +142 -0
- package/src/composables/ssr.ts +103 -0
- package/src/composables/templating.ts +133 -0
- package/src/composables/translations.ts +45 -0
- package/src/env.d.ts +10 -0
- package/{dist/src/index.d.ts → src/index.ts} +71 -45
- package/src/plugin.ts +42 -0
- package/src/safelist.html +11 -0
- package/src/stores/serverRouter.ts +62 -0
- package/src/stores/user.ts +118 -0
- package/src/types.ts +58 -0
- package/dist/index.css +0 -2
- package/dist/index.js +0 -5767
- package/dist/src/components/fws/CmsArticleBoxed.vue.d.ts +0 -32
- package/dist/src/components/fws/CmsArticleBoxed.vue.d.ts.map +0 -1
- package/dist/src/components/fws/CmsArticleSingle.vue.d.ts +0 -29
- package/dist/src/components/fws/CmsArticleSingle.vue.d.ts.map +0 -1
- package/dist/src/components/fws/DataTable.vue.d.ts +0 -52
- package/dist/src/components/fws/DataTable.vue.d.ts.map +0 -1
- package/dist/src/components/fws/FilterData.vue.d.ts +0 -15
- package/dist/src/components/fws/FilterData.vue.d.ts.map +0 -1
- package/dist/src/components/fws/UserData.vue.d.ts +0 -8
- package/dist/src/components/fws/UserData.vue.d.ts.map +0 -1
- package/dist/src/components/fws/UserFlow.vue.d.ts +0 -116
- package/dist/src/components/fws/UserFlow.vue.d.ts.map +0 -1
- package/dist/src/components/fws/UserOAuth2.vue.d.ts +0 -17
- package/dist/src/components/fws/UserOAuth2.vue.d.ts.map +0 -1
- package/dist/src/components/fws/UserProfile.vue.d.ts +0 -40
- package/dist/src/components/fws/UserProfile.vue.d.ts.map +0 -1
- package/dist/src/components/fws/UserProfileStrict.vue.d.ts +0 -12
- package/dist/src/components/fws/UserProfileStrict.vue.d.ts.map +0 -1
- package/dist/src/components/ssr/ClientOnly.d.ts +0 -4
- package/dist/src/components/ssr/ClientOnly.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultBreadcrumb.vue.d.ts +0 -11
- package/dist/src/components/ui/DefaultBreadcrumb.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultConfirm.vue.d.ts +0 -81
- package/dist/src/components/ui/DefaultConfirm.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultConfirmWithInput.vue.d.ts +0 -81
- package/dist/src/components/ui/DefaultConfirmWithInput.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultDropdown.vue.d.ts +0 -35
- package/dist/src/components/ui/DefaultDropdown.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultDropdownLink.vue.d.ts +0 -23
- package/dist/src/components/ui/DefaultDropdownLink.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultGallery.vue.d.ts +0 -114
- package/dist/src/components/ui/DefaultGallery.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultInput.vue.d.ts +0 -61
- package/dist/src/components/ui/DefaultInput.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultLoader.vue.d.ts +0 -12
- package/dist/src/components/ui/DefaultLoader.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultModal.vue.d.ts +0 -36
- package/dist/src/components/ui/DefaultModal.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultNotif.vue.d.ts +0 -3
- package/dist/src/components/ui/DefaultNotif.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultPaging.vue.d.ts +0 -13
- package/dist/src/components/ui/DefaultPaging.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultSidebar.vue.d.ts +0 -29
- package/dist/src/components/ui/DefaultSidebar.vue.d.ts.map +0 -1
- package/dist/src/components/ui/DefaultTagInput.vue.d.ts +0 -34
- package/dist/src/components/ui/DefaultTagInput.vue.d.ts.map +0 -1
- package/dist/src/components/ui/transitions/CollapseTransition.vue.d.ts +0 -18
- package/dist/src/components/ui/transitions/CollapseTransition.vue.d.ts.map +0 -1
- package/dist/src/components/ui/transitions/ExpandTransition.vue.d.ts +0 -18
- package/dist/src/components/ui/transitions/ExpandTransition.vue.d.ts.map +0 -1
- package/dist/src/components/ui/transitions/FadeTransition.vue.d.ts +0 -18
- package/dist/src/components/ui/transitions/FadeTransition.vue.d.ts.map +0 -1
- package/dist/src/components/ui/transitions/ScaleTransition.vue.d.ts +0 -18
- package/dist/src/components/ui/transitions/ScaleTransition.vue.d.ts.map +0 -1
- package/dist/src/components/ui/transitions/SlideTransition.vue.d.ts +0 -21
- package/dist/src/components/ui/transitions/SlideTransition.vue.d.ts.map +0 -1
- package/dist/src/composables/event-bus.d.ts +0 -8
- package/dist/src/composables/event-bus.d.ts.map +0 -1
- package/dist/src/composables/rest.d.ts +0 -24
- package/dist/src/composables/rest.d.ts.map +0 -1
- package/dist/src/composables/seo.d.ts +0 -26
- package/dist/src/composables/seo.d.ts.map +0 -1
- package/dist/src/composables/ssr.d.ts +0 -24
- package/dist/src/composables/ssr.d.ts.map +0 -1
- package/dist/src/composables/templating.d.ts +0 -7
- package/dist/src/composables/templating.d.ts.map +0 -1
- package/dist/src/composables/translations.d.ts +0 -8
- package/dist/src/composables/translations.d.ts.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/plugin.d.ts +0 -3
- package/dist/src/plugin.d.ts.map +0 -1
- package/dist/src/stores/serverRouter.d.ts +0 -34
- package/dist/src/stores/serverRouter.d.ts.map +0 -1
- package/dist/src/stores/user.d.ts +0 -139
- package/dist/src/stores/user.d.ts.map +0 -1
- package/dist/src/types.d.ts +0 -48
- package/dist/src/types.d.ts.map +0 -1
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
|
-
export interface ServerRouterState {
|
|
3
|
-
_router: any | null;
|
|
4
|
-
status: number;
|
|
5
|
-
redirect?: string;
|
|
6
|
-
results: Record<number, any | undefined>;
|
|
7
|
-
}
|
|
8
|
-
export declare const useServerRouter: import('pinia').StoreDefinition<"routerStore", ServerRouterState, {
|
|
9
|
-
currentRoute: (state: {
|
|
10
|
-
_router: any | null;
|
|
11
|
-
status: number;
|
|
12
|
-
redirect?: string | undefined;
|
|
13
|
-
results: Record<number, any | undefined>;
|
|
14
|
-
} & import('pinia').PiniaCustomStateProperties<ServerRouterState>) => any;
|
|
15
|
-
route: (state: {
|
|
16
|
-
_router: any | null;
|
|
17
|
-
status: number;
|
|
18
|
-
redirect?: string | undefined;
|
|
19
|
-
results: Record<number, any | undefined>;
|
|
20
|
-
} & import('pinia').PiniaCustomStateProperties<ServerRouterState>) => any;
|
|
21
|
-
}, {
|
|
22
|
-
setStatus(status: number): void;
|
|
23
|
-
_setRouter(_router: Router | null): void;
|
|
24
|
-
push(path: any, status?: number): any;
|
|
25
|
-
replace(path: any, status?: number): any;
|
|
26
|
-
go(delta: number): void;
|
|
27
|
-
back(): void;
|
|
28
|
-
forward(): void;
|
|
29
|
-
addResult(id: number, result: any): void;
|
|
30
|
-
hasResult(id: number): boolean;
|
|
31
|
-
getResult(id: number): any;
|
|
32
|
-
removeResult(id: number): void;
|
|
33
|
-
}>;
|
|
34
|
-
//# sourceMappingURL=serverRouter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"serverRouter.d.ts","sourceRoot":"","sources":["../../../src/stores/serverRouter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAGxC,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,GAAG,GAAG,IAAI,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,SAAS,CAAC,CAAA;CACzC;AAED,eAAO,MAAM,eAAe;;iBANjB,GAAG,GAAG,IAAI;gBACX,MAAM;mBACH,MAAM;iBACR,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,SAAS,CAAC;;;iBAH/B,GAAG,GAAG,IAAI;gBACX,MAAM;mBACH,MAAM;iBACR,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,SAAS,CAAC;;;sBAgBpB,MAAM;wBAGJ,MAAM,GAAG,IAAI;eAGtB,GAAG;kBASA,GAAG;cASP,MAAM;;;kBAGF,MAAM,UAAU,GAAG;kBAOnB,MAAM;kBACN,MAAM;qBACH,MAAM;EAEzB,CAAA"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import { User } from '@fy-/fws-types';
|
|
2
|
-
export interface UserStore {
|
|
3
|
-
user: User | null;
|
|
4
|
-
}
|
|
5
|
-
export declare const useUserStore: import('pinia').StoreDefinition<"userStore", UserStore, {
|
|
6
|
-
isAuth: (state: {
|
|
7
|
-
user: {
|
|
8
|
-
UUID: string;
|
|
9
|
-
CreatedAt: {
|
|
10
|
-
iso: string;
|
|
11
|
-
tz: string;
|
|
12
|
-
unix: number;
|
|
13
|
-
unixms: number;
|
|
14
|
-
us: number;
|
|
15
|
-
full?: number | undefined;
|
|
16
|
-
};
|
|
17
|
-
UpdatedAt: {
|
|
18
|
-
iso: string;
|
|
19
|
-
tz: string;
|
|
20
|
-
unix: number;
|
|
21
|
-
unixms: number;
|
|
22
|
-
us: number;
|
|
23
|
-
full?: number | undefined;
|
|
24
|
-
};
|
|
25
|
-
LoggedAt?: {
|
|
26
|
-
iso: string;
|
|
27
|
-
tz: string;
|
|
28
|
-
unix: number;
|
|
29
|
-
unixms: number;
|
|
30
|
-
us: number;
|
|
31
|
-
full?: number | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
Email: string;
|
|
34
|
-
Password: string;
|
|
35
|
-
Firstname?: string | null | undefined;
|
|
36
|
-
Lastname?: string | null | undefined;
|
|
37
|
-
Phone?: string | null | undefined;
|
|
38
|
-
Bio?: string | null | undefined;
|
|
39
|
-
RealmUUID: string;
|
|
40
|
-
Realm: {
|
|
41
|
-
UUID: string;
|
|
42
|
-
CreatedAt?: {
|
|
43
|
-
iso: string;
|
|
44
|
-
tz: string;
|
|
45
|
-
unix: number;
|
|
46
|
-
unixms: number;
|
|
47
|
-
us: number;
|
|
48
|
-
full?: number | undefined;
|
|
49
|
-
} | undefined;
|
|
50
|
-
UpdatedAt?: {
|
|
51
|
-
iso: string;
|
|
52
|
-
tz: string;
|
|
53
|
-
unix: number;
|
|
54
|
-
unixms: number;
|
|
55
|
-
us: number;
|
|
56
|
-
full?: number | undefined;
|
|
57
|
-
} | undefined;
|
|
58
|
-
Name: string;
|
|
59
|
-
DeletedAt?: {
|
|
60
|
-
iso: string;
|
|
61
|
-
tz: string;
|
|
62
|
-
unix: number;
|
|
63
|
-
unixms: number;
|
|
64
|
-
us: number;
|
|
65
|
-
full?: number | undefined;
|
|
66
|
-
} | null | undefined;
|
|
67
|
-
Deleted: boolean;
|
|
68
|
-
Locales: string[];
|
|
69
|
-
};
|
|
70
|
-
Roles?: {
|
|
71
|
-
Role: string;
|
|
72
|
-
RealmUUID: string;
|
|
73
|
-
}[] | undefined;
|
|
74
|
-
PatreonPledges?: Record<string, any> | undefined;
|
|
75
|
-
AcceptedTerms: boolean;
|
|
76
|
-
EnabledNotifications: boolean;
|
|
77
|
-
EnabledEmails: boolean;
|
|
78
|
-
EnabledTrainingFromMyData: boolean;
|
|
79
|
-
EnabledDarkMode: boolean;
|
|
80
|
-
EnabledAdultContent: boolean;
|
|
81
|
-
UserProfile?: {
|
|
82
|
-
UUID: string;
|
|
83
|
-
Username: string;
|
|
84
|
-
Slug: string;
|
|
85
|
-
Gender: string;
|
|
86
|
-
Bio: string;
|
|
87
|
-
Birthdate: {
|
|
88
|
-
iso: string;
|
|
89
|
-
tz: string;
|
|
90
|
-
unix: number;
|
|
91
|
-
unixms: number;
|
|
92
|
-
us: number;
|
|
93
|
-
full?: number | undefined;
|
|
94
|
-
};
|
|
95
|
-
PublicGender: boolean;
|
|
96
|
-
PublicBio: boolean;
|
|
97
|
-
PublicBirthdate: boolean;
|
|
98
|
-
HasUsernameAndSlug: boolean;
|
|
99
|
-
CreatedAt: {
|
|
100
|
-
iso: string;
|
|
101
|
-
tz: string;
|
|
102
|
-
unix: number;
|
|
103
|
-
unixms: number;
|
|
104
|
-
us: number;
|
|
105
|
-
full?: number | undefined;
|
|
106
|
-
};
|
|
107
|
-
UpdatedAt: {
|
|
108
|
-
iso: string;
|
|
109
|
-
tz: string;
|
|
110
|
-
unix: number;
|
|
111
|
-
unixms: number;
|
|
112
|
-
us: number;
|
|
113
|
-
full?: number | undefined;
|
|
114
|
-
};
|
|
115
|
-
AvatarUUID?: string | undefined;
|
|
116
|
-
UsernameChangedAt?: {
|
|
117
|
-
iso: string;
|
|
118
|
-
tz: string;
|
|
119
|
-
unix: number;
|
|
120
|
-
unixms: number;
|
|
121
|
-
us: number;
|
|
122
|
-
full?: number | undefined;
|
|
123
|
-
} | undefined;
|
|
124
|
-
PreviousSlug?: string | undefined;
|
|
125
|
-
} | undefined;
|
|
126
|
-
IsPremium: boolean;
|
|
127
|
-
UserService?: string | undefined;
|
|
128
|
-
IsDeleted?: boolean | undefined;
|
|
129
|
-
} | null;
|
|
130
|
-
} & import('pinia').PiniaCustomStateProperties<UserStore>) => boolean;
|
|
131
|
-
}, {
|
|
132
|
-
refreshUser(): Promise<void>;
|
|
133
|
-
logout(): Promise<boolean>;
|
|
134
|
-
setUser(user: User | null): void;
|
|
135
|
-
}>;
|
|
136
|
-
export declare function useUserCheckAsyncSimple(path?: string, redirectLink?: boolean): Promise<void>;
|
|
137
|
-
export declare function useUserCheckAsync(path?: string, redirectLink?: boolean): Promise<void>;
|
|
138
|
-
export declare function useUserCheck(path?: string, redirectLink?: boolean): void;
|
|
139
|
-
//# sourceMappingURL=user.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/stores/user.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAO1C,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAA;CAClB;AAMD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAGJ,OAAO;;;;kBAiCV,IAAI,GAAG,IAAI;EAE3B,CAAA;AAgBF,wBAAsB,uBAAuB,CAAC,IAAI,SAAW,EAAE,YAAY,UAAQ,iBASlF;AAED,wBAAsB,iBAAiB,CAAC,IAAI,SAAW,EAAE,YAAY,UAAQ,iBAiB5E;AAED,wBAAgB,YAAY,CAAC,IAAI,SAAW,EAAE,YAAY,UAAQ,QAkBjE"}
|
package/dist/src/types.d.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { default as i18next } from 'i18next';
|
|
2
|
-
import { Emitter } from 'mitt';
|
|
3
|
-
import { Events } from './composables/event-bus';
|
|
4
|
-
import { cropText, formatBytes, formatDate, formatDatetime, formatTimeago, getContrastingTextColor } from './composables/templating';
|
|
5
|
-
export interface BreadcrumbLink {
|
|
6
|
-
name: string;
|
|
7
|
-
to?: string;
|
|
8
|
-
}
|
|
9
|
-
export interface NavLink {
|
|
10
|
-
to: string;
|
|
11
|
-
isExternal?: boolean;
|
|
12
|
-
name: string;
|
|
13
|
-
childrens?: NavLink[];
|
|
14
|
-
icon?: any;
|
|
15
|
-
id?: string;
|
|
16
|
-
}
|
|
17
|
-
export interface FilterDataItems {
|
|
18
|
-
label: string;
|
|
19
|
-
req: boolean;
|
|
20
|
-
uid: string;
|
|
21
|
-
type: string;
|
|
22
|
-
restValue?: string;
|
|
23
|
-
options?: any[][];
|
|
24
|
-
isHidden?: boolean;
|
|
25
|
-
default?: any | undefined;
|
|
26
|
-
formats?: Record<string, (value: any) => any>;
|
|
27
|
-
autocomplete?: (value: string) => Promise<any[]>;
|
|
28
|
-
formatRestValue?: (value: any) => any;
|
|
29
|
-
onChangeValue?: (form: any, value: any) => void;
|
|
30
|
-
focused?: boolean;
|
|
31
|
-
}
|
|
32
|
-
declare module 'vue' {
|
|
33
|
-
interface ComponentCustomProperties {
|
|
34
|
-
$t: typeof i18next.t;
|
|
35
|
-
$eventBus: Emitter<Events>;
|
|
36
|
-
$cropText: typeof cropText;
|
|
37
|
-
$formatBytes: typeof formatBytes;
|
|
38
|
-
$formatTimeago: typeof formatTimeago;
|
|
39
|
-
$formatDatetime: typeof formatDatetime;
|
|
40
|
-
$formatDate: typeof formatDate;
|
|
41
|
-
$getContrastingTextColor: typeof getContrastingTextColor;
|
|
42
|
-
$formatNumber: (value: number) => string;
|
|
43
|
-
}
|
|
44
|
-
interface GlobalComponents {
|
|
45
|
-
ClientOnly: typeof import('./components/ssr/ClientOnly').ClientOnly;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/src/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,SAAS,CAAA;AAClC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,KAAK,EACV,QAAQ,EACR,WAAW,EACX,UAAU,EACV,cAAc,EACd,aAAa,EACb,uBAAuB,EACxB,MAAM,0BAA0B,CAAA;AAEjC,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,OAAO,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,GAAG,CAAA;IACV,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,OAAO,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC,CAAA;IAC7C,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,CAAC,CAAA;IAChD,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAA;IACrC,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,OAAO,QAAQ,KAAK,CAAC;IACnB,UAAiB,yBAAyB;QACxC,EAAE,EAAE,OAAO,OAAO,CAAC,CAAC,CAAA;QACpB,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;QAC1B,SAAS,EAAE,OAAO,QAAQ,CAAA;QAC1B,YAAY,EAAE,OAAO,WAAW,CAAA;QAChC,cAAc,EAAE,OAAO,aAAa,CAAA;QACpC,eAAe,EAAE,OAAO,cAAc,CAAA;QACtC,WAAW,EAAE,OAAO,UAAU,CAAA;QAC9B,wBAAwB,EAAE,OAAO,uBAAuB,CAAA;QACxD,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;KACzC;IACD,UAAiB,gBAAgB;QAC/B,UAAU,EAAE,cAAc,6BAA6B,EAAE,UAAU,CAAA;KACpE;CACF"}
|