@g-ui-core/angular 0.2.4 → 0.2.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/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +36 -38
- package/dist/button-group.component.d.ts +0 -5
- package/dist/button-group.component.d.ts.map +0 -1
- package/dist/button-group.component.js +0 -30
- package/dist/button-group.component.js.map +0 -1
- package/dist/button.component.d.ts +0 -22
- package/dist/button.component.d.ts.map +0 -1
- package/dist/button.component.js +0 -106
- package/dist/button.component.js.map +0 -1
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.js +0 -4
- package/dist/components/index.js.map +0 -1
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
// Auto-generated by @arclux/prism — do not edit manually
|
|
2
|
+
export { Button } from './components/Button.js';
|
|
3
|
+
export { ButtonGroup } from './components/ButtonGroup.js';
|
|
2
4
|
export { GButton } from './components/GButton.js';
|
|
3
5
|
export { GButtonGroup } from './components/GButtonGroup.js';
|
|
4
6
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yDAAyD;AAEzD,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yDAAyD;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@g-ui-core/angular",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Angular wrappers for g-ui-core components",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/index.js",
|
|
11
|
-
"types": "./dist/index.d.ts"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@g-ui-core/angular",
|
|
3
|
+
"version": "0.2.5",
|
|
4
|
+
"description": "Angular wrappers for g-ui-core components",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"files": ["dist"],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "tsc",
|
|
17
|
+
"clean": "rm -rf dist"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@g-ui-core/core": "^0.2.0",
|
|
21
|
+
"@g-ui-core/shared": "^0.2.0",
|
|
22
|
+
"tslib": "^2.6.0"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"@angular/core": ">=17",
|
|
26
|
+
"@angular/common": ">=17"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@angular/core": "^17.3.0",
|
|
30
|
+
"@angular/common": "^17.3.0",
|
|
31
|
+
"typescript": "^5.4.0"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-group.component.d.ts","sourceRoot":"","sources":["../src/button-group.component.ts"],"names":[],"mappings":"AAUA,qBAIa,oBAAoB;CAAG;AAEpC,qBAKa,kBAAkB;CAAG"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { Component, NgModule, CUSTOM_ELEMENTS_SCHEMA, } from '@angular/core';
|
|
8
|
-
import { GButtonGroup as GButtonGroupElement } from '@g-ui-core/core';
|
|
9
|
-
void GButtonGroupElement;
|
|
10
|
-
const tag = 'g-button-group';
|
|
11
|
-
let ButtonGroupComponent = class ButtonGroupComponent {
|
|
12
|
-
};
|
|
13
|
-
ButtonGroupComponent = __decorate([
|
|
14
|
-
Component({
|
|
15
|
-
selector: tag,
|
|
16
|
-
template: `<ng-content></ng-content>`,
|
|
17
|
-
})
|
|
18
|
-
], ButtonGroupComponent);
|
|
19
|
-
export { ButtonGroupComponent };
|
|
20
|
-
let GButtonGroupModule = class GButtonGroupModule {
|
|
21
|
-
};
|
|
22
|
-
GButtonGroupModule = __decorate([
|
|
23
|
-
NgModule({
|
|
24
|
-
declarations: [ButtonGroupComponent],
|
|
25
|
-
exports: [ButtonGroupComponent],
|
|
26
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
27
|
-
})
|
|
28
|
-
], GButtonGroupModule);
|
|
29
|
-
export { GButtonGroupModule };
|
|
30
|
-
//# sourceMappingURL=button-group.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-group.component.js","sourceRoot":"","sources":["../src/button-group.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EACL,SAAS,EACT,QAAQ,EACR,sBAAsB,GACvB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtE,KAAK,mBAAmB,CAAC;AAEzB,MAAM,GAAG,GAAG,gBAAgB,CAAC;AAMtB,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAAG,CAAA;AAAvB,oBAAoB;IAJhC,SAAS,CAAC;QACT,QAAQ,EAAE,GAAG;QACb,QAAQ,EAAE,2BAA2B;KACtC,CAAC;GACW,oBAAoB,CAAG;;AAO7B,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,kBAAkB;IAL9B,QAAQ,CAAC;QACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;QACpC,OAAO,EAAE,CAAC,oBAAoB,CAAC;QAC/B,OAAO,EAAE,CAAC,sBAAsB,CAAC;KAClC,CAAC;GACW,kBAAkB,CAAG"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { GButton, type ButtonType } from '@g-ui-core/core';
|
|
3
|
-
import { type Size } from '@g-ui-core/shared';
|
|
4
|
-
export declare class ButtonComponent implements AfterViewInit {
|
|
5
|
-
private el;
|
|
6
|
-
type: ButtonType;
|
|
7
|
-
size: Size;
|
|
8
|
-
plain: boolean;
|
|
9
|
-
round: boolean;
|
|
10
|
-
circle: boolean;
|
|
11
|
-
loading: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
icon: string;
|
|
14
|
-
nativeType: 'button' | 'submit' | 'reset';
|
|
15
|
-
autofocus: boolean;
|
|
16
|
-
clickEvent: EventEmitter<Event>;
|
|
17
|
-
constructor(el: ElementRef<GButton>);
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
}
|
|
20
|
-
export declare class GUIModule {
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../src/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EACZ,UAAU,EAGV,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAI9C,qBAIa,eAAgB,YAAW,aAAa;IAavC,OAAO,CAAC,EAAE;IAZb,IAAI,EAAE,UAAU,CAAa;IAC7B,IAAI,EAAE,IAAI,CAAa;IACvB,KAAK,UAAS;IACd,KAAK,UAAS;IACd,MAAM,UAAS;IACf,OAAO,UAAS;IAChB,QAAQ,UAAS;IACjB,IAAI,SAAM;IACV,UAAU,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAY;IACrD,SAAS,UAAS;IACjB,UAAU,sBAA6B;gBAE7B,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC;IAE3C,eAAe;CAkBhB;AAED,qBAKa,SAAS;CAAG"}
|
package/dist/button.component.js
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
-
};
|
|
10
|
-
import { Component, Input, Output, EventEmitter, ElementRef, NgModule, CUSTOM_ELEMENTS_SCHEMA, } from '@angular/core';
|
|
11
|
-
const tag = 'g-button';
|
|
12
|
-
let ButtonComponent = class ButtonComponent {
|
|
13
|
-
constructor(el) {
|
|
14
|
-
this.el = el;
|
|
15
|
-
this.type = 'primary';
|
|
16
|
-
this.size = 'default';
|
|
17
|
-
this.plain = false;
|
|
18
|
-
this.round = false;
|
|
19
|
-
this.circle = false;
|
|
20
|
-
this.loading = false;
|
|
21
|
-
this.disabled = false;
|
|
22
|
-
this.icon = '';
|
|
23
|
-
this.nativeType = 'button';
|
|
24
|
-
this.autofocus = false;
|
|
25
|
-
this.clickEvent = new EventEmitter();
|
|
26
|
-
}
|
|
27
|
-
ngAfterViewInit() {
|
|
28
|
-
const native = this.el.nativeElement;
|
|
29
|
-
// 同步属性到 Web Component
|
|
30
|
-
native.type = this.type;
|
|
31
|
-
native.size = this.size;
|
|
32
|
-
native.plain = this.plain;
|
|
33
|
-
native.round = this.round;
|
|
34
|
-
native.circle = this.circle;
|
|
35
|
-
native.loading = this.loading;
|
|
36
|
-
native.disabled = this.disabled;
|
|
37
|
-
native.icon = this.icon;
|
|
38
|
-
native.nativeType = this.nativeType;
|
|
39
|
-
native.autofocus = this.autofocus;
|
|
40
|
-
// 转发 click 事件
|
|
41
|
-
native.addEventListener('click', (e) => this.clickEvent.emit(e));
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
__decorate([
|
|
45
|
-
Input(),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], ButtonComponent.prototype, "type", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
Input(),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], ButtonComponent.prototype, "size", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
Input(),
|
|
54
|
-
__metadata("design:type", Object)
|
|
55
|
-
], ButtonComponent.prototype, "plain", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
Input(),
|
|
58
|
-
__metadata("design:type", Object)
|
|
59
|
-
], ButtonComponent.prototype, "round", void 0);
|
|
60
|
-
__decorate([
|
|
61
|
-
Input(),
|
|
62
|
-
__metadata("design:type", Object)
|
|
63
|
-
], ButtonComponent.prototype, "circle", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
Input(),
|
|
66
|
-
__metadata("design:type", Object)
|
|
67
|
-
], ButtonComponent.prototype, "loading", void 0);
|
|
68
|
-
__decorate([
|
|
69
|
-
Input(),
|
|
70
|
-
__metadata("design:type", Object)
|
|
71
|
-
], ButtonComponent.prototype, "disabled", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
Input(),
|
|
74
|
-
__metadata("design:type", Object)
|
|
75
|
-
], ButtonComponent.prototype, "icon", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
Input(),
|
|
78
|
-
__metadata("design:type", String)
|
|
79
|
-
], ButtonComponent.prototype, "nativeType", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
Input(),
|
|
82
|
-
__metadata("design:type", Object)
|
|
83
|
-
], ButtonComponent.prototype, "autofocus", void 0);
|
|
84
|
-
__decorate([
|
|
85
|
-
Output(),
|
|
86
|
-
__metadata("design:type", Object)
|
|
87
|
-
], ButtonComponent.prototype, "clickEvent", void 0);
|
|
88
|
-
ButtonComponent = __decorate([
|
|
89
|
-
Component({
|
|
90
|
-
selector: tag,
|
|
91
|
-
template: `<ng-content></ng-content>`,
|
|
92
|
-
}),
|
|
93
|
-
__metadata("design:paramtypes", [ElementRef])
|
|
94
|
-
], ButtonComponent);
|
|
95
|
-
export { ButtonComponent };
|
|
96
|
-
let GUIModule = class GUIModule {
|
|
97
|
-
};
|
|
98
|
-
GUIModule = __decorate([
|
|
99
|
-
NgModule({
|
|
100
|
-
declarations: [ButtonComponent],
|
|
101
|
-
exports: [ButtonComponent],
|
|
102
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
103
|
-
})
|
|
104
|
-
], GUIModule);
|
|
105
|
-
export { GUIModule };
|
|
106
|
-
//# sourceMappingURL=button.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.component.js","sourceRoot":"","sources":["../src/button.component.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EACT,KAAK,EACL,MAAM,EACN,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,sBAAsB,GAEvB,MAAM,eAAe,CAAC;AAIvB,MAAM,GAAG,GAAG,UAAU,CAAC;AAMhB,IAAM,eAAe,GAArB,MAAM,eAAe;IAa1B,YAAoB,EAAuB;QAAvB,OAAE,GAAF,EAAE,CAAqB;QAZlC,SAAI,GAAe,SAAS,CAAC;QAC7B,SAAI,GAAS,SAAS,CAAC;QACvB,UAAK,GAAG,KAAK,CAAC;QACd,UAAK,GAAG,KAAK,CAAC;QACd,WAAM,GAAG,KAAK,CAAC;QACf,YAAO,GAAG,KAAK,CAAC;QAChB,aAAQ,GAAG,KAAK,CAAC;QACjB,SAAI,GAAG,EAAE,CAAC;QACV,eAAU,GAAkC,QAAQ,CAAC;QACrD,cAAS,GAAG,KAAK,CAAC;QACjB,eAAU,GAAG,IAAI,YAAY,EAAS,CAAC;IAEH,CAAC;IAE/C,eAAe;QACb,MAAM,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC;QAErC,sBAAsB;QACtB,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,IAAW,CAAC;QAC/B,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,IAAW,CAAC;QAC/B,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QAC1B,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QAC1B,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAC5B,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC9B,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAChC,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACvB,MAAc,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAC7C,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;QAElC,cAAc;QACd,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC,CAAQ,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF,CAAA;AAhCU;IAAR,KAAK,EAAE;;6CAA8B;AAC7B;IAAR,KAAK,EAAE;;6CAAwB;AACvB;IAAR,KAAK,EAAE;;8CAAe;AACd;IAAR,KAAK,EAAE;;8CAAe;AACd;IAAR,KAAK,EAAE;;+CAAgB;AACf;IAAR,KAAK,EAAE;;gDAAiB;AAChB;IAAR,KAAK,EAAE;;iDAAkB;AACjB;IAAR,KAAK,EAAE;;6CAAW;AACV;IAAR,KAAK,EAAE;;mDAAsD;AACrD;IAAR,KAAK,EAAE;;kDAAmB;AACjB;IAAT,MAAM,EAAE;;mDAAwC;AAXtC,eAAe;IAJ3B,SAAS,CAAC;QACT,QAAQ,EAAE,GAAG;QACb,QAAQ,EAAE,2BAA2B;KACtC,CAAC;qCAcwB,UAAU;GAbvB,eAAe,CAiC3B;;AAOM,IAAM,SAAS,GAAf,MAAM,SAAS;CAAG,CAAA;AAAZ,SAAS;IALrB,QAAQ,CAAC;QACR,YAAY,EAAE,CAAC,eAAe,CAAC;QAC/B,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,OAAO,EAAE,CAAC,sBAAsB,CAAC;KAClC,CAAC;GACW,SAAS,CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC"}
|
package/dist/components/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC"}
|