@strapi/content-type-builder 5.49.0 → 5.50.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/admin/components/FormModal/component/createComponentSchema.js +1 -1
- package/dist/admin/components/FormModal/component/createComponentSchema.js.map +1 -1
- package/dist/admin/components/FormModal/component/createComponentSchema.mjs +1 -1
- package/dist/admin/components/FormModal/component/createComponentSchema.mjs.map +1 -1
- package/dist/admin/src/components/AIChat/components/AnimatedBox.d.ts +4 -5
- package/dist/admin/src/components/AIChat/components/Attachments/AttachmentPreview.d.ts +1 -1
- package/dist/admin/src/components/AIChat/components/Dropzone.d.ts +0 -1
- package/dist/admin/src/components/AIChat/components/FloatingPanel.d.ts +0 -1
- package/dist/admin/src/components/AIChat/components/Input.d.ts +2 -3
- package/dist/admin/src/components/AIChat/components/ResizableTextArea.d.ts +0 -1
- package/dist/admin/src/components/AIChat/components/SimpleMenu.d.ts +9 -9
- package/dist/admin/src/components/AIChat/components/icons/FigmaIcon.d.ts +0 -1
- package/dist/admin/src/components/AIChat/components/icons/StopIcon.d.ts +0 -1
- package/dist/admin/src/components/AIChat/hooks/useAIFetch.d.ts +5 -5
- package/dist/admin/src/components/AttributeOptions/OptionBoxWrapper.d.ts +2 -3
- package/dist/admin/src/components/AttributeRow.d.ts +7 -8
- package/dist/admin/src/components/CTBSession/sessionContext.d.ts +0 -1
- package/dist/admin/src/components/ComponentRow.d.ts +6 -7
- package/dist/admin/src/components/ContentTypeBuilderNav/useContentTypeBuilderMenu.d.ts +0 -1
- package/dist/admin/src/components/CustomRadioGroup/Styles.d.ts +3 -4
- package/dist/admin/src/components/DataManager/DataManagerContext.d.ts +0 -1
- package/dist/admin/src/components/DataManager/reducer.d.ts +2 -2
- package/dist/admin/src/components/DataManager/utils/cleanData.d.ts +56 -56
- package/dist/admin/src/components/FormModal/attributes/form.d.ts +3 -3
- package/dist/admin/src/components/FormModal/attributes/validation/common.d.ts +1 -1
- package/dist/admin/src/components/FormModal/forms/forms.d.ts +2 -2
- package/dist/admin/src/components/FormModalNavigation/FormModalNavigationProvider.d.ts +0 -1
- package/dist/admin/src/components/List.d.ts +2 -3
- package/dist/admin/src/components/Relation/RelationNaturePicker/Components.d.ts +6 -7
- package/dist/admin/src/pages/ListView/LinkToCMSettingsView.d.ts +0 -1
- package/dist/admin/src/utils/isAllowedContentTypesForRelations.d.ts +1 -1
- package/dist/admin/translations/en.json.js +1 -0
- package/dist/admin/translations/en.json.js.map +1 -1
- package/dist/admin/translations/en.json.mjs +1 -0
- package/dist/admin/translations/en.json.mjs.map +1 -1
- package/dist/admin/translations/ja.json.js +109 -50
- package/dist/admin/translations/ja.json.js.map +1 -1
- package/dist/admin/translations/ja.json.mjs +109 -50
- package/dist/admin/translations/ja.json.mjs.map +1 -1
- package/dist/server/controllers/validation/common.js +1 -1
- package/dist/server/controllers/validation/common.js.map +1 -1
- package/dist/server/controllers/validation/common.mjs +1 -1
- package/dist/server/controllers/validation/common.mjs.map +1 -1
- package/dist/server/src/bootstrap.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/common.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/component-category.d.ts +1 -1
- package/dist/server/src/controllers/validation/component.d.ts +1 -1
- package/dist/server/src/controllers/validation/component.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/content-type.d.ts +1 -1
- package/dist/server/src/controllers/validation/content-type.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/data-transform.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/model-schema.d.ts +1 -1
- package/dist/server/src/controllers/validation/model-schema.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/relations.d.ts.map +1 -1
- package/dist/server/src/controllers/validation/schema.d.ts +1 -1
- package/dist/server/src/controllers/validation/types.d.ts.map +1 -1
- package/dist/server/src/middlewares/is-development-mode.d.ts.map +1 -1
- package/dist/server/src/register.d.ts.map +1 -1
- package/dist/server/src/services/builder.d.ts.map +1 -1
- package/dist/server/src/services/component-categories.d.ts.map +1 -1
- package/dist/server/src/services/components.d.ts.map +1 -1
- package/dist/server/src/services/content-types.d.ts +1 -1
- package/dist/server/src/services/content-types.d.ts.map +1 -1
- package/dist/server/src/services/schema-builder/component-builder.d.ts +12 -12
- package/dist/server/src/services/schema-builder/component-builder.d.ts.map +1 -1
- package/dist/server/src/services/schema-builder/content-type-builder.d.ts +14 -14
- package/dist/server/src/services/schema-builder/content-type-builder.d.ts.map +1 -1
- package/dist/server/src/services/schema-builder/index.d.ts +27 -27
- package/dist/server/src/services/schema-builder/index.d.ts.map +1 -1
- package/dist/server/src/services/schema-builder/schema-handler.d.ts +12 -12
- package/dist/server/src/services/schema-builder/schema-handler.d.ts.map +1 -1
- package/dist/server/src/services/schema.d.ts +66 -66
- package/dist/server/src/services/schema.d.ts.map +1 -1
- package/dist/server/src/utils/attributes.d.ts +2 -2
- package/dist/server/src/utils/attributes.d.ts.map +1 -1
- package/dist/server/src/utils/helpers.d.ts.map +1 -1
- package/dist/server/src/utils/typeguards.d.ts.map +1 -1
- package/package.json +12 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Schema } from '@strapi/types';
|
|
1
|
+
import type { Schema, Internal } from '@strapi/types';
|
|
2
2
|
import { CreateContentTypeInput } from '../../controllers/validation/content-type';
|
|
3
3
|
import type { InternalRelationAttribute } from './types';
|
|
4
4
|
export default function createComponentBuilder(): {
|
|
@@ -8,7 +8,7 @@ export default function createComponentBuilder(): {
|
|
|
8
8
|
attribute: InternalRelationAttribute;
|
|
9
9
|
}): void;
|
|
10
10
|
unsetRelation(this: any, attribute: Schema.Attribute.Relation<Schema.Attribute.RelationKind.Any>): any;
|
|
11
|
-
createContentTypeAttributes(this: any, uid: string, attributes: CreateContentTypeInput[
|
|
11
|
+
createContentTypeAttributes(this: any, uid: string, attributes: CreateContentTypeInput["attributes"]): any;
|
|
12
12
|
/**
|
|
13
13
|
* Creates a content type in memory to be written to files later on
|
|
14
14
|
*/
|
|
@@ -19,21 +19,21 @@ export default function createComponentBuilder(): {
|
|
|
19
19
|
readonly kind: import("@strapi/types/dist/struct").ContentTypeKind;
|
|
20
20
|
readonly uid: `admin::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}` | `strapi::${string}` | undefined;
|
|
21
21
|
readonly writable: boolean;
|
|
22
|
-
setUID(val:
|
|
23
|
-
setDir(val: string): any;
|
|
22
|
+
setUID(val: Internal.UID.ContentType): /*elided*/ any;
|
|
23
|
+
setDir(val: string): /*elided*/ any;
|
|
24
24
|
readonly schema: import("@strapi/types/dist/struct").ContentTypeSchema;
|
|
25
|
-
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): any;
|
|
25
|
+
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): /*elided*/ any;
|
|
26
26
|
get(path: string[]): any;
|
|
27
|
-
set(path: string | string
|
|
28
|
-
unset(path: string[]): any;
|
|
29
|
-
delete(): any;
|
|
27
|
+
set(path: string[] | string, val: unknown): /*elided*/ any;
|
|
28
|
+
unset(path: string[]): /*elided*/ any;
|
|
29
|
+
delete(): /*elided*/ any;
|
|
30
30
|
getAttribute(key: string): any;
|
|
31
|
-
setAttribute(key: string, attribute: any): any;
|
|
32
|
-
deleteAttribute(key: string): any;
|
|
33
|
-
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): any;
|
|
34
|
-
removeContentType(uid:
|
|
35
|
-
removeComponent(uid:
|
|
36
|
-
updateComponent(uid:
|
|
31
|
+
setAttribute(key: string, attribute: any): /*elided*/ any;
|
|
32
|
+
deleteAttribute(key: string): /*elided*/ any;
|
|
33
|
+
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): /*elided*/ any;
|
|
34
|
+
removeContentType(uid: Internal.UID.ContentType): /*elided*/ any;
|
|
35
|
+
removeComponent(uid: Internal.UID.Component): /*elided*/ any;
|
|
36
|
+
updateComponent(uid: Internal.UID.Component, newUID: Internal.UID.Component): /*elided*/ any;
|
|
37
37
|
flush(): Promise<void>;
|
|
38
38
|
rollback(): Promise<void>;
|
|
39
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-type-builder.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/content-type-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"content-type-builder.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/content-type-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAItD,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,EAAE,yBAAyB,EAAqB,MAAM,SAAS,CAAC;AAuB5E,MAAM,CAAC,OAAO,UAAU,sBAAsB;sBAGlC,GAAG,2BACgB;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,yBAAyB,CAAA;KAAE;wBA+BrF,GAAG,aACE,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,CAAC,GAAG,CAAC;sCAkBjE,GAAG,OACJ,MAAM,cACC,sBAAsB,CAAC,YAAY,CAAC;IAsDlD;;OAEG;4BACqB,GAAG,SAAS,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;0BAkDpC,GAAG,SAAS,GAAG;4BAoJb,GAAG,OAAO,MAAM;EAgB3C"}
|
|
@@ -15,8 +15,8 @@ export default function createBuilder(): {
|
|
|
15
15
|
uid: string;
|
|
16
16
|
attribute: import("./types").InternalRelationAttribute;
|
|
17
17
|
}): void;
|
|
18
|
-
unsetRelation(this: any, attribute: import("@strapi/types/dist/schema/attribute").Relation<import("@strapi/types/dist/schema/attribute").RelationKind.Any
|
|
19
|
-
createContentTypeAttributes(this: any, uid: string, attributes: import("
|
|
18
|
+
unsetRelation(this: any, attribute: import("@strapi/types/dist/schema/attribute").Relation<import("@strapi/types/dist/schema/attribute").RelationKind.Any>): any;
|
|
19
|
+
createContentTypeAttributes(this: any, uid: string, attributes: import("../../controllers/validation/content-type").CreateContentTypeInput["attributes"]): any;
|
|
20
20
|
createContentType(this: any, infos: import("../../controllers/validation/content-type").CreateContentTypeInput): {
|
|
21
21
|
readonly modelName: string | undefined;
|
|
22
22
|
readonly plugin: string | undefined;
|
|
@@ -24,21 +24,21 @@ export default function createBuilder(): {
|
|
|
24
24
|
readonly kind: import("@strapi/types/dist/struct").ContentTypeKind;
|
|
25
25
|
readonly uid: `admin::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}` | `strapi::${string}` | undefined;
|
|
26
26
|
readonly writable: boolean;
|
|
27
|
-
setUID(val:
|
|
28
|
-
setDir(val: string): any;
|
|
27
|
+
setUID(val: import("@strapi/types/dist/internal/uid").ContentType): /*elided*/ any;
|
|
28
|
+
setDir(val: string): /*elided*/ any;
|
|
29
29
|
readonly schema: import("@strapi/types/dist/struct").ContentTypeSchema;
|
|
30
|
-
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): any;
|
|
30
|
+
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): /*elided*/ any;
|
|
31
31
|
get(path: string[]): any;
|
|
32
|
-
set(path: string | string
|
|
33
|
-
unset(path: string[]): any;
|
|
34
|
-
delete(): any;
|
|
32
|
+
set(path: string[] | string, val: unknown): /*elided*/ any;
|
|
33
|
+
unset(path: string[]): /*elided*/ any;
|
|
34
|
+
delete(): /*elided*/ any;
|
|
35
35
|
getAttribute(key: string): any;
|
|
36
|
-
setAttribute(key: string, attribute: any): any;
|
|
37
|
-
deleteAttribute(key: string): any;
|
|
38
|
-
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): any;
|
|
39
|
-
removeContentType(uid:
|
|
40
|
-
removeComponent(uid:
|
|
41
|
-
updateComponent(uid:
|
|
36
|
+
setAttribute(key: string, attribute: any): /*elided*/ any;
|
|
37
|
+
deleteAttribute(key: string): /*elided*/ any;
|
|
38
|
+
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): /*elided*/ any;
|
|
39
|
+
removeContentType(uid: import("@strapi/types/dist/internal/uid").ContentType): /*elided*/ any;
|
|
40
|
+
removeComponent(uid: import("@strapi/types/dist/internal/uid").Component): /*elided*/ any;
|
|
41
|
+
updateComponent(uid: import("@strapi/types/dist/internal/uid").Component, newUID: import("@strapi/types/dist/internal/uid").Component): /*elided*/ any;
|
|
42
42
|
flush(): Promise<void>;
|
|
43
43
|
rollback(): Promise<void>;
|
|
44
44
|
};
|
|
@@ -54,26 +54,26 @@ export default function createBuilder(): {
|
|
|
54
54
|
readonly kind: import("@strapi/types/dist/struct").ContentTypeKind;
|
|
55
55
|
readonly uid: `admin::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}` | `strapi::${string}` | undefined;
|
|
56
56
|
readonly writable: boolean;
|
|
57
|
-
setUID(val:
|
|
58
|
-
setDir(val: string): any;
|
|
57
|
+
setUID(val: import("@strapi/types/dist/internal/uid").ContentType): /*elided*/ any;
|
|
58
|
+
setDir(val: string): /*elided*/ any;
|
|
59
59
|
readonly schema: import("@strapi/types/dist/struct").ContentTypeSchema;
|
|
60
|
-
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): any;
|
|
60
|
+
setSchema(val: import("@strapi/types/dist/struct").ContentTypeSchema): /*elided*/ any;
|
|
61
61
|
get(path: string[]): any;
|
|
62
|
-
set(path: string | string
|
|
63
|
-
unset(path: string[]): any;
|
|
64
|
-
delete(): any;
|
|
62
|
+
set(path: string[] | string, val: unknown): /*elided*/ any;
|
|
63
|
+
unset(path: string[]): /*elided*/ any;
|
|
64
|
+
delete(): /*elided*/ any;
|
|
65
65
|
getAttribute(key: string): any;
|
|
66
|
-
setAttribute(key: string, attribute: any): any;
|
|
67
|
-
deleteAttribute(key: string): any;
|
|
68
|
-
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): any;
|
|
69
|
-
removeContentType(uid:
|
|
70
|
-
removeComponent(uid:
|
|
71
|
-
updateComponent(uid:
|
|
66
|
+
setAttribute(key: string, attribute: any): /*elided*/ any;
|
|
67
|
+
deleteAttribute(key: string): /*elided*/ any;
|
|
68
|
+
setAttributes(newAttributes: import("@strapi/types/dist/struct").SchemaAttributes): /*elided*/ any;
|
|
69
|
+
removeContentType(uid: import("@strapi/types/dist/internal/uid").ContentType): /*elided*/ any;
|
|
70
|
+
removeComponent(uid: import("@strapi/types/dist/internal/uid").Component): /*elided*/ any;
|
|
71
|
+
updateComponent(uid: import("@strapi/types/dist/internal/uid").Component, newUID: import("@strapi/types/dist/internal/uid").Component): /*elided*/ any;
|
|
72
72
|
flush(): Promise<void>;
|
|
73
73
|
rollback(): Promise<void>;
|
|
74
74
|
};
|
|
75
75
|
editComponent(this: any, infos: any): any;
|
|
76
|
-
deleteComponent(this: any, uid:
|
|
76
|
+
deleteComponent(this: any, uid: import("@strapi/types/dist/internal/uid").Component): any;
|
|
77
77
|
components: Map<any, any>;
|
|
78
78
|
contentTypes: Map<any, any>;
|
|
79
79
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/index.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa;IAwIjC;;OAEG;;IAuBH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5FH;;OAEG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/index.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa;IAwIjC;;OAEG;;IAuBH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5FH;;OAEG;kCAC2B,GAAG;gCAUL,GAAG;EA1ClC"}
|
|
@@ -16,21 +16,21 @@ export default function createSchemaHandler(infos: Infos): {
|
|
|
16
16
|
readonly kind: Struct.ContentTypeKind;
|
|
17
17
|
readonly uid: `admin::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}` | `strapi::${string}` | undefined;
|
|
18
18
|
readonly writable: boolean;
|
|
19
|
-
setUID(val: Internal.UID.ContentType): any;
|
|
20
|
-
setDir(val: string): any;
|
|
19
|
+
setUID(val: Internal.UID.ContentType): /*elided*/ any;
|
|
20
|
+
setDir(val: string): /*elided*/ any;
|
|
21
21
|
readonly schema: Struct.ContentTypeSchema;
|
|
22
|
-
setSchema(val: Struct.ContentTypeSchema): any;
|
|
22
|
+
setSchema(val: Struct.ContentTypeSchema): /*elided*/ any;
|
|
23
23
|
get(path: string[]): any;
|
|
24
|
-
set(path: string[] | string, val: unknown): any;
|
|
25
|
-
unset(path: string[]): any;
|
|
26
|
-
delete(): any;
|
|
24
|
+
set(path: string[] | string, val: unknown): /*elided*/ any;
|
|
25
|
+
unset(path: string[]): /*elided*/ any;
|
|
26
|
+
delete(): /*elided*/ any;
|
|
27
27
|
getAttribute(key: string): any;
|
|
28
|
-
setAttribute(key: string, attribute: any): any;
|
|
29
|
-
deleteAttribute(key: string): any;
|
|
30
|
-
setAttributes(newAttributes: Struct.SchemaAttributes): any;
|
|
31
|
-
removeContentType(uid: Internal.UID.ContentType): any;
|
|
32
|
-
removeComponent(uid: Internal.UID.Component): any;
|
|
33
|
-
updateComponent(uid: Internal.UID.Component, newUID: Internal.UID.Component): any;
|
|
28
|
+
setAttribute(key: string, attribute: any): /*elided*/ any;
|
|
29
|
+
deleteAttribute(key: string): /*elided*/ any;
|
|
30
|
+
setAttributes(newAttributes: Struct.SchemaAttributes): /*elided*/ any;
|
|
31
|
+
removeContentType(uid: Internal.UID.ContentType): /*elided*/ any;
|
|
32
|
+
removeComponent(uid: Internal.UID.Component): /*elided*/ any;
|
|
33
|
+
updateComponent(uid: Internal.UID.Component, newUID: Internal.UID.Component): /*elided*/ any;
|
|
34
34
|
flush(): Promise<void>;
|
|
35
35
|
rollback(): Promise<void>;
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-handler.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/schema-handler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAMtD,MAAM,MAAM,KAAK,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,KAAK;;;;;;;gBAoDxC,
|
|
1
|
+
{"version":3,"file":"schema-handler.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/schema-builder/schema-handler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAMtD,MAAM,MAAM,KAAK,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,KAAK;;;;;;;gBAoDxC,QAAQ,CAAC,GAAG,CAAC,WAAW;gBAOxB,MAAM;;mBAWH,MAAM,CAAC,iBAAiB;cAQ7B,MAAM,EAAE;cAKR,MAAM,EAAE,GAAG,MAAM,OAAO,OAAO;gBAY7B,MAAM,EAAE;;sBAaF,MAAM;sBAIN,MAAM,aAAa,GAAG;yBAInB,MAAM;iCAIE,MAAM,CAAC,gBAAgB;2BAkB7B,QAAQ,CAAC,GAAG,CAAC,WAAW;yBAiB1B,QAAQ,CAAC,GAAG,CAAC,SAAS;yBA2BtB,QAAQ,CAAC,GAAG,CAAC,SAAS,UAAU,QAAQ,CAAC,GAAG,CAAC,SAAS;;;EAyH9E"}
|