@eui/mobile-core 18.0.0-next.17 → 18.0.0-next.19
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/docs/components/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +1 -1
- package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarBadgeComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimAvatarIconSubComponent.html +1 -1
- package/docs/components/EuimAvatarImageComponent.html +1 -1
- package/docs/components/EuimAvatarTextComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimCardComponent.html +1 -1
- package/docs/components/EuimCardListComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimPdfViewerComponent.html +1 -1
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSearchBarComponent.html +356 -2
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarDatepickerComponent.html +2 -2
- package/docs/components/EuimToolbarQrcodeComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +4 -4
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +3 -17
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuimToolbarDatepickerModule.html +0 -6
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -2
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +2 -2
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +2 -2
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-search-bar/euim-search-bar.component.mjs +38 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +3 -3
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +3 -8
- package/esm2022/lib/components/euim-toolbar-datepicker/index.mjs +1 -2
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +61 -101
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts +12 -1
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +7 -8
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts +0 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/directives/EuimToolbarDatepickerDatetimeDirective.html +0 -671
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +0 -73
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts +0 -19
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts.map +0 -1
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding, HostListener, Input, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../euim-toolbar-datepicker.component";
|
|
4
|
-
export class EuimToolbarDatepickerDatetimeDirective {
|
|
5
|
-
constructor(euimToolbarDatepickerComponent) {
|
|
6
|
-
this.euimToolbarDatepickerComponent = euimToolbarDatepickerComponent;
|
|
7
|
-
this.className = 'euim-toolbar-datepicker';
|
|
8
|
-
this.showDefaultButtons = true;
|
|
9
|
-
this.size = 'cover';
|
|
10
|
-
this.presentation = 'date';
|
|
11
|
-
this.displayFormat = 'DD-MM-YYYY';
|
|
12
|
-
}
|
|
13
|
-
onIonChange(event) {
|
|
14
|
-
this.euimToolbarDatepickerComponent.calendarDateChanged(event);
|
|
15
|
-
}
|
|
16
|
-
ngOnInit() {
|
|
17
|
-
this.id = this.euimToolbarDatepickerComponent.dateTimeId;
|
|
18
|
-
if (this.value) {
|
|
19
|
-
this.euimToolbarDatepickerComponent.updateCurrentDate(this.value);
|
|
20
|
-
}
|
|
21
|
-
this.euimToolbarDatepickerComponent.prevBtnClick.subscribe((item) => {
|
|
22
|
-
this.value = item.toISOString();
|
|
23
|
-
});
|
|
24
|
-
this.euimToolbarDatepickerComponent.nextBtnClick.subscribe((item) => {
|
|
25
|
-
this.value = item.toISOString();
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimToolbarDatepickerDatetimeDirective, deps: [{ token: i1.EuimToolbarDatepickerComponent }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
29
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: EuimToolbarDatepickerDatetimeDirective, selector: "[euimToolbarDatepickerDatetime]", inputs: { value: "value", showDefaultButtons: "showDefaultButtons", id: "id", size: "size", presentation: "presentation", displayFormat: "displayFormat" }, host: { listeners: { "ionChange": "onIonChange($event)" }, properties: { "class": "this.className", "value": "this.value", "showDefaultButtons": "this.showDefaultButtons", "id": "this.id", "size": "this.size", "presentation": "this.presentation", "displayFormat": "this.displayFormat" } }, ngImport: i0 }); }
|
|
30
|
-
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimToolbarDatepickerDatetimeDirective, decorators: [{
|
|
32
|
-
type: Directive,
|
|
33
|
-
args: [{
|
|
34
|
-
selector: '[euimToolbarDatepickerDatetime]',
|
|
35
|
-
}]
|
|
36
|
-
}], ctorParameters: () => [{ type: i1.EuimToolbarDatepickerComponent }], propDecorators: { className: [{
|
|
37
|
-
type: HostBinding,
|
|
38
|
-
args: ['class']
|
|
39
|
-
}], value: [{
|
|
40
|
-
type: HostBinding,
|
|
41
|
-
args: ['value']
|
|
42
|
-
}, {
|
|
43
|
-
type: Input
|
|
44
|
-
}], showDefaultButtons: [{
|
|
45
|
-
type: HostBinding,
|
|
46
|
-
args: ['showDefaultButtons']
|
|
47
|
-
}, {
|
|
48
|
-
type: Input
|
|
49
|
-
}], id: [{
|
|
50
|
-
type: HostBinding,
|
|
51
|
-
args: ['id']
|
|
52
|
-
}, {
|
|
53
|
-
type: Input
|
|
54
|
-
}], size: [{
|
|
55
|
-
type: HostBinding,
|
|
56
|
-
args: ['size']
|
|
57
|
-
}, {
|
|
58
|
-
type: Input
|
|
59
|
-
}], presentation: [{
|
|
60
|
-
type: HostBinding,
|
|
61
|
-
args: ['presentation']
|
|
62
|
-
}, {
|
|
63
|
-
type: Input
|
|
64
|
-
}], displayFormat: [{
|
|
65
|
-
type: HostBinding,
|
|
66
|
-
args: ['displayFormat']
|
|
67
|
-
}, {
|
|
68
|
-
type: Input
|
|
69
|
-
}], onIonChange: [{
|
|
70
|
-
type: HostListener,
|
|
71
|
-
args: ['ionChange', ['$event']]
|
|
72
|
-
}] } });
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS10b29sYmFyLWRhdGVwaWNrZXItZGF0ZXRpbWUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tdG9vbGJhci1kYXRlcGlja2VyL2V1aW0tdG9vbGJhci1kYXRlcGlja2VyLWRhdGV0aW1lL2V1aW0tdG9vbGJhci1kYXRlcGlja2VyLWRhdGV0aW1lLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULFdBQVcsRUFDWCxZQUFZLEVBQ1osS0FBSyxHQUVSLE1BQU0sZUFBZSxDQUFDOzs7QUFNdkIsTUFBTSxPQUFPLHNDQUFzQztJQVcvQyxZQUFvQiw4QkFBNkQ7UUFBN0QsbUNBQThCLEdBQTlCLDhCQUE4QixDQUErQjtRQVQzRCxjQUFTLEdBQUcseUJBQXlCLENBQUM7UUFHaEIsdUJBQWtCLEdBQUcsSUFBSSxDQUFDO1FBRXhDLFNBQUksR0FBRyxPQUFPLENBQUM7UUFDTixpQkFBWSxHQUFHLE1BQU0sQ0FBQztRQUNyQixrQkFBYSxHQUFHLFlBQVksQ0FBQztJQUdyRSxDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQWtCO1FBQzFCLElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxtQkFBbUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNuRSxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxFQUFFLEdBQUcsSUFBSSxDQUFDLDhCQUE4QixDQUFDLFVBQVUsQ0FBQztRQUN6RCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNiLElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdEUsQ0FBQztRQUNELElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUN0RCxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ0wsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDcEMsQ0FBQyxDQUNKLENBQUM7UUFDRixJQUFJLENBQUMsOEJBQThCLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FDdEQsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNMLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3BDLENBQUMsQ0FDSixDQUFDO0lBQ04sQ0FBQztrSUFqQ1Esc0NBQXNDO3NIQUF0QyxzQ0FBc0M7OzRGQUF0QyxzQ0FBc0M7a0JBSGxELFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGlDQUFpQztpQkFDOUM7bUdBR3lCLFNBQVM7c0JBQTlCLFdBQVc7dUJBQUMsT0FBTztnQkFFVyxLQUFLO3NCQUFuQyxXQUFXO3VCQUFDLE9BQU87O3NCQUFHLEtBQUs7Z0JBQ2dCLGtCQUFrQjtzQkFBN0QsV0FBVzt1QkFBQyxvQkFBb0I7O3NCQUFHLEtBQUs7Z0JBQ2IsRUFBRTtzQkFBN0IsV0FBVzt1QkFBQyxJQUFJOztzQkFBRyxLQUFLO2dCQUNLLElBQUk7c0JBQWpDLFdBQVc7dUJBQUMsTUFBTTs7c0JBQUcsS0FBSztnQkFDWSxZQUFZO3NCQUFsRCxXQUFXO3VCQUFDLGNBQWM7O3NCQUFJLEtBQUs7Z0JBQ0ksYUFBYTtzQkFBcEQsV0FBVzt1QkFBQyxlQUFlOztzQkFBSSxLQUFLO2dCQUtyQyxXQUFXO3NCQURWLFlBQVk7dUJBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBEaXJlY3RpdmUsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgSG9zdExpc3RlbmVyLFxuICAgIElucHV0LFxuICAgIE9uSW5pdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWltVG9vbGJhckRhdGVwaWNrZXJDb21wb25lbnQgfSBmcm9tICcuLi9ldWltLXRvb2xiYXItZGF0ZXBpY2tlci5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tldWltVG9vbGJhckRhdGVwaWNrZXJEYXRldGltZV0nLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltVG9vbGJhckRhdGVwaWNrZXJEYXRldGltZURpcmVjdGl2ZVxuICAgIGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NOYW1lID0gJ2V1aW0tdG9vbGJhci1kYXRlcGlja2VyJztcblxuICAgIEBIb3N0QmluZGluZygndmFsdWUnKSBASW5wdXQoKSB2YWx1ZTogc3RyaW5nO1xuICAgIEBIb3N0QmluZGluZygnc2hvd0RlZmF1bHRCdXR0b25zJykgQElucHV0KCkgc2hvd0RlZmF1bHRCdXR0b25zID0gdHJ1ZTtcbiAgICBASG9zdEJpbmRpbmcoJ2lkJykgQElucHV0KCkgaWQ6IHN0cmluZztcbiAgICBASG9zdEJpbmRpbmcoJ3NpemUnKSBASW5wdXQoKSBzaXplID0gJ2NvdmVyJztcbiAgICBASG9zdEJpbmRpbmcoJ3ByZXNlbnRhdGlvbicpICBASW5wdXQoKSBwcmVzZW50YXRpb24gPSAnZGF0ZSc7XG4gICAgQEhvc3RCaW5kaW5nKCdkaXNwbGF5Rm9ybWF0JykgIEBJbnB1dCgpIGRpc3BsYXlGb3JtYXQgPSAnREQtTU0tWVlZWSc7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGV1aW1Ub29sYmFyRGF0ZXBpY2tlckNvbXBvbmVudDpFdWltVG9vbGJhckRhdGVwaWNrZXJDb21wb25lbnQpIHtcbiAgICB9XG4gICAgQEhvc3RMaXN0ZW5lcignaW9uQ2hhbmdlJywgWyckZXZlbnQnXSlcbiAgICBvbklvbkNoYW5nZShldmVudDogQ3VzdG9tRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5ldWltVG9vbGJhckRhdGVwaWNrZXJDb21wb25lbnQuY2FsZW5kYXJEYXRlQ2hhbmdlZChldmVudCk7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaWQgPSB0aGlzLmV1aW1Ub29sYmFyRGF0ZXBpY2tlckNvbXBvbmVudC5kYXRlVGltZUlkO1xuICAgICAgICBpZiAodGhpcy52YWx1ZSkge1xuICAgICAgICAgICAgdGhpcy5ldWltVG9vbGJhckRhdGVwaWNrZXJDb21wb25lbnQudXBkYXRlQ3VycmVudERhdGUodGhpcy52YWx1ZSk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5ldWltVG9vbGJhckRhdGVwaWNrZXJDb21wb25lbnQucHJldkJ0bkNsaWNrLnN1YnNjcmliZShcbiAgICAgICAgICAgIChpdGVtKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy52YWx1ZSA9IGl0ZW0udG9JU09TdHJpbmcoKTtcbiAgICAgICAgICAgIH0sXG4gICAgICAgICk7XG4gICAgICAgIHRoaXMuZXVpbVRvb2xiYXJEYXRlcGlja2VyQ29tcG9uZW50Lm5leHRCdG5DbGljay5zdWJzY3JpYmUoXG4gICAgICAgICAgICAoaXRlbSkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMudmFsdWUgPSBpdGVtLnRvSVNPU3RyaW5nKCk7XG4gICAgICAgICAgICB9LFxuICAgICAgICApO1xuICAgIH1cblxufVxuXG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { EuimToolbarDatepickerComponent } from '../euim-toolbar-datepicker.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EuimToolbarDatepickerDatetimeDirective implements OnInit {
|
|
5
|
-
private euimToolbarDatepickerComponent;
|
|
6
|
-
className: string;
|
|
7
|
-
value: string;
|
|
8
|
-
showDefaultButtons: boolean;
|
|
9
|
-
id: string;
|
|
10
|
-
size: string;
|
|
11
|
-
presentation: string;
|
|
12
|
-
displayFormat: string;
|
|
13
|
-
constructor(euimToolbarDatepickerComponent: EuimToolbarDatepickerComponent);
|
|
14
|
-
onIonChange(event: CustomEvent): void;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarDatepickerDatetimeDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimToolbarDatepickerDatetimeDirective, "[euimToolbarDatepickerDatetime]", never, { "value": { "alias": "value"; "required": false; }; "showDefaultButtons": { "alias": "showDefaultButtons"; "required": false; }; "id": { "alias": "id"; "required": false; }; "size": { "alias": "size"; "required": false; }; "presentation": { "alias": "presentation"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=euim-toolbar-datepicker-datetime.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar-datepicker-datetime.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;;AAEtF,qBAGa,sCACT,YAAW,MAAM;IAUL,OAAO,CAAC,8BAA8B;IAT5B,SAAS,SAA6B;IAE7B,KAAK,EAAE,MAAM,CAAC;IACD,kBAAkB,UAAQ;IAC1C,EAAE,EAAE,MAAM,CAAC;IACT,IAAI,SAAW;IACN,YAAY,SAAU;IACrB,aAAa,SAAgB;gBAEjD,8BAA8B,EAAC,8BAA8B;IAGjF,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAIrC,QAAQ,IAAI,IAAI;yCAlBP,sCAAsC;2CAAtC,sCAAsC;CAmClD"}
|