@muhgholy/next-drive 3.9.0 → 3.10.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/dist/{chunk-WPX4ZQ4V.js → chunk-32UNO3KE.js} +101 -46
- package/dist/chunk-32UNO3KE.js.map +1 -0
- package/dist/{chunk-RL3P26H3.cjs → chunk-UCSCXKC2.cjs} +101 -46
- package/dist/chunk-UCSCXKC2.cjs.map +1 -0
- package/dist/server/config.d.ts.map +1 -1
- package/dist/server/controllers/drive.d.ts.map +1 -1
- package/dist/server/express.cjs +11 -11
- package/dist/server/express.js +2 -2
- package/dist/server/index.cjs +13 -13
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/providers/google.d.ts.map +1 -1
- package/dist/server/providers/local.d.ts.map +1 -1
- package/dist/types/server/config.d.ts +14 -3
- package/dist/types/server/config.d.ts.map +1 -1
- package/dist/types/server/express.d.ts +40 -15
- package/dist/types/server/express.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-RL3P26H3.cjs.map +0 -1
- package/dist/chunk-WPX4ZQ4V.js.map +0 -1
package/dist/server/index.cjs
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUCSCXKC2_cjs = require('../chunk-UCSCXKC2.cjs');
|
|
4
4
|
var chunkXDAVDVO6_cjs = require('../chunk-XDAVDVO6.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "driveAPIHandler", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkUCSCXKC2_cjs.driveAPIHandler; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "driveConfiguration", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkUCSCXKC2_cjs.driveConfiguration; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "driveDelete", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkUCSCXKC2_cjs.driveDelete; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "driveFilePath", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkUCSCXKC2_cjs.driveFilePath; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "driveFileSchemaZod", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkUCSCXKC2_cjs.driveFileSchemaZod; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "driveGetUrl", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkUCSCXKC2_cjs.driveGetUrl; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "driveInfo", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkUCSCXKC2_cjs.driveInfo; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "driveList", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkUCSCXKC2_cjs.driveList; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "driveReadFile", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkUCSCXKC2_cjs.driveReadFile; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "driveUpload", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkUCSCXKC2_cjs.driveUpload; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "getDriveConfig", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkUCSCXKC2_cjs.getDriveConfig; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "getDriveInformation", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkUCSCXKC2_cjs.getDriveInformation; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "driveCreateSrcSet", {
|
|
57
57
|
enumerable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAQ5D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AA8F1F,eAAO,MAAM,eAAe,GAAU,KAAK,cAAc,EAAE,KAAK,eAAe,KAAG,OAAO,CAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAQ5D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AA8F1F,eAAO,MAAM,eAAe,GAAU,KAAK,cAAc,EAAE,KAAK,eAAe,KAAG,OAAO,CAAC,IAAI,CAwvB7F,CAAC;AAGF,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvI,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,iBAAiB,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACjG,mBAAmB,gBAAgB,CAAC"}
|
package/dist/server/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { driveAPIHandler, driveConfiguration, driveDelete, driveFilePath, driveFileSchemaZod, driveGetUrl, driveInfo, driveList, driveReadFile, driveUpload, getDriveConfig, getDriveInformation } from '../chunk-
|
|
1
|
+
export { driveAPIHandler, driveConfiguration, driveDelete, driveFilePath, driveFileSchemaZod, driveGetUrl, driveInfo, driveList, driveReadFile, driveUpload, getDriveConfig, getDriveInformation } from '../chunk-32UNO3KE.js';
|
|
2
2
|
export { driveCreateSrcSet, driveCreateUrl } from '../chunk-CN3AV3AN.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google.d.ts","sourceRoot":"","sources":["../../../src/server/providers/google.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAe,MAAM,wBAAwB,CAAC;AAkD5E,eAAO,MAAM,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"google.d.ts","sourceRoot":"","sources":["../../../src/server/providers/google.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAe,MAAM,wBAAwB,CAAC;AAkD5E,eAAO,MAAM,mBAAmB,EAAE,gBAkiBjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../src/server/providers/local.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAK/D,eAAO,MAAM,oBAAoB,EAAE,
|
|
1
|
+
{"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../src/server/providers/local.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAK/D,eAAO,MAAM,oBAAoB,EAAE,gBAqQlC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { NextApiRequest } from 'next';
|
|
2
2
|
export type TDriveDatabase = 'MONGOOSE';
|
|
3
|
+
export type TDriveMode = 'NORMAL' | 'ROOT';
|
|
3
4
|
export type TDriveConfigInformation = {
|
|
4
5
|
key: Record<string, unknown> | null;
|
|
5
6
|
storage: {
|
|
@@ -39,13 +40,23 @@ export type TDriveCorsConfig = {
|
|
|
39
40
|
credentials?: boolean;
|
|
40
41
|
maxAge?: number;
|
|
41
42
|
};
|
|
42
|
-
|
|
43
|
+
type TDriveConfigurationBase = {
|
|
43
44
|
database: TDriveDatabase;
|
|
44
45
|
storage: TDriveStorageConfig;
|
|
45
|
-
security: TDriveSecurityConfig;
|
|
46
46
|
image?: TDriveImageConfig;
|
|
47
47
|
cors?: TDriveCorsConfig;
|
|
48
|
-
information: (request: NextApiRequest) => Promise<TDriveConfigInformation>;
|
|
49
48
|
apiUrl: string;
|
|
50
49
|
};
|
|
50
|
+
type TDriveConfigurationNormal = TDriveConfigurationBase & {
|
|
51
|
+
mode?: 'NORMAL';
|
|
52
|
+
security: TDriveSecurityConfig;
|
|
53
|
+
information: (request: NextApiRequest) => Promise<TDriveConfigInformation>;
|
|
54
|
+
};
|
|
55
|
+
type TDriveConfigurationRoot = TDriveConfigurationBase & {
|
|
56
|
+
mode: 'ROOT';
|
|
57
|
+
security?: TDriveSecurityConfig;
|
|
58
|
+
information?: (request: NextApiRequest) => Promise<TDriveConfigInformation>;
|
|
59
|
+
};
|
|
60
|
+
export type TDriveConfiguration = TDriveConfigurationNormal | TDriveConfigurationRoot;
|
|
61
|
+
export {};
|
|
51
62
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/types/server/config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAG3C,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC;AAGxC,MAAM,MAAM,uBAAuB,GAAG;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/types/server/config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAG3C,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC;AAGxC,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC;AAG3C,MAAM,MAAM,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACpC,OAAO,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,CAAC;CACrC,CAAC;AAGF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE;QACT,OAAO,EAAE,OAAO,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,CAAC,EAAE;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,CAAC;CACrC,CAAC;AAGF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,CAAC;IACxC,SAAS,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,CAAC;CACvE,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE;QACL,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACvB,CAAC;CACL,CAAC;AAGF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAGF,KAAK,uBAAuB,GAAG;IAC3B,QAAQ,EAAE,cAAc,CAAC;IACzB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAGF,KAAK,yBAAyB,GAAG,uBAAuB,GAAG;IACvD,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,WAAW,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,uBAAuB,CAAC,CAAC;CAC9E,CAAC;AAGF,KAAK,uBAAuB,GAAG,uBAAuB,GAAG;IACrD,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,uBAAuB,CAAC,CAAC;CAC/E,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,yBAAyB,GAAG,uBAAuB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Request } from 'express';
|
|
2
|
-
export type { TDriveConfigInformation, TDriveSecurityConfig, TDriveImageConfig, TDriveStorageConfig, TDriveDatabase, TDriveCorsConfig } from './config';
|
|
3
|
-
|
|
2
|
+
export type { TDriveConfigInformation, TDriveSecurityConfig, TDriveImageConfig, TDriveStorageConfig, TDriveDatabase, TDriveCorsConfig, TDriveMode } from './config';
|
|
3
|
+
type TDriveConfigurationExpressBase = {
|
|
4
4
|
database: 'MONGOOSE';
|
|
5
5
|
storage: {
|
|
6
6
|
path: string;
|
|
@@ -10,18 +10,6 @@ export type TDriveConfigurationExpress = {
|
|
|
10
10
|
redirectUri: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
security: {
|
|
14
|
-
maxUploadSizeInBytes: number;
|
|
15
|
-
allowedMimeTypes: string[];
|
|
16
|
-
signedUrls?: {
|
|
17
|
-
enabled: boolean;
|
|
18
|
-
secret: string;
|
|
19
|
-
expiresIn: number;
|
|
20
|
-
};
|
|
21
|
-
trash?: {
|
|
22
|
-
retentionDays: number;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
13
|
image?: {
|
|
26
14
|
formats: Array<'webp' | 'jpeg' | 'png'>;
|
|
27
15
|
qualities: Array<'ultralow' | 'low' | 'medium' | 'high' | 'normal'>;
|
|
@@ -35,12 +23,49 @@ export type TDriveConfigurationExpress = {
|
|
|
35
23
|
credentials?: boolean;
|
|
36
24
|
maxAge?: number;
|
|
37
25
|
};
|
|
26
|
+
apiUrl: string;
|
|
27
|
+
};
|
|
28
|
+
type TDriveConfigurationExpressNormal = TDriveConfigurationExpressBase & {
|
|
29
|
+
mode?: 'NORMAL';
|
|
30
|
+
security: {
|
|
31
|
+
maxUploadSizeInBytes: number;
|
|
32
|
+
allowedMimeTypes: string[];
|
|
33
|
+
signedUrls?: {
|
|
34
|
+
enabled: boolean;
|
|
35
|
+
secret: string;
|
|
36
|
+
expiresIn: number;
|
|
37
|
+
};
|
|
38
|
+
trash?: {
|
|
39
|
+
retentionDays: number;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
38
42
|
information: (request: Request) => Promise<{
|
|
39
43
|
key: Record<string, unknown> | null;
|
|
40
44
|
storage: {
|
|
41
45
|
quotaInBytes: number;
|
|
42
46
|
};
|
|
43
47
|
}>;
|
|
44
|
-
apiUrl: string;
|
|
45
48
|
};
|
|
49
|
+
type TDriveConfigurationExpressRoot = TDriveConfigurationExpressBase & {
|
|
50
|
+
mode: 'ROOT';
|
|
51
|
+
security?: {
|
|
52
|
+
maxUploadSizeInBytes: number;
|
|
53
|
+
allowedMimeTypes: string[];
|
|
54
|
+
signedUrls?: {
|
|
55
|
+
enabled: boolean;
|
|
56
|
+
secret: string;
|
|
57
|
+
expiresIn: number;
|
|
58
|
+
};
|
|
59
|
+
trash?: {
|
|
60
|
+
retentionDays: number;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
information?: (request: Request) => Promise<{
|
|
64
|
+
key: Record<string, unknown> | null;
|
|
65
|
+
storage: {
|
|
66
|
+
quotaInBytes: number;
|
|
67
|
+
};
|
|
68
|
+
}>;
|
|
69
|
+
};
|
|
70
|
+
export type TDriveConfigurationExpress = TDriveConfigurationExpressNormal | TDriveConfigurationExpressRoot;
|
|
46
71
|
//# sourceMappingURL=express.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"express.d.ts","sourceRoot":"","sources":["../../../src/types/server/express.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGvC,YAAY,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"express.d.ts","sourceRoot":"","sources":["../../../src/types/server/express.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGvC,YAAY,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGpK,KAAK,8BAA8B,GAAG;IAClC,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE;YACL,QAAQ,EAAE,MAAM,CAAC;YACjB,YAAY,EAAE,MAAM,CAAC;YACrB,WAAW,EAAE,MAAM,CAAC;SACvB,CAAC;KACL,CAAC;IACF,KAAK,CAAC,EAAE;QACJ,OAAO,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,CAAC;QACxC,SAAS,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,CAAC;KACvE,CAAC;IACF,IAAI,CAAC,EAAE;QACH,OAAO,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;QAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAGF,KAAK,gCAAgC,GAAG,8BAA8B,GAAG;IACrE,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,EAAE;QACN,oBAAoB,EAAE,MAAM,CAAC;QAC7B,gBAAgB,EAAE,MAAM,EAAE,CAAC;QAC3B,UAAU,CAAC,EAAE;YACT,OAAO,EAAE,OAAO,CAAC;YACjB,MAAM,EAAE,MAAM,CAAC;YACf,SAAS,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,KAAK,CAAC,EAAE;YAAE,aAAa,EAAE,MAAM,CAAA;SAAE,CAAC;KACrC,CAAC;IACF,WAAW,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;QACvC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;QACpC,OAAO,EAAE;YAAE,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;KACrC,CAAC,CAAC;CACN,CAAC;AAGF,KAAK,8BAA8B,GAAG,8BAA8B,GAAG;IACnE,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE;QACP,oBAAoB,EAAE,MAAM,CAAC;QAC7B,gBAAgB,EAAE,MAAM,EAAE,CAAC;QAC3B,UAAU,CAAC,EAAE;YACT,OAAO,EAAE,OAAO,CAAC;YACjB,MAAM,EAAE,MAAM,CAAC;YACf,SAAS,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,KAAK,CAAC,EAAE;YAAE,aAAa,EAAE,MAAM,CAAA;SAAE,CAAC;KACrC,CAAC;IACF,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;QACxC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;QACpC,OAAO,EAAE;YAAE,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;KACrC,CAAC,CAAC;CACN,CAAC;AAGF,MAAM,MAAM,0BAA0B,GAAG,gCAAgC,GAAG,8BAA8B,CAAC"}
|