ode-ngjs-front 1.2.7 → 1.3.0-develop-pedago.202308021745
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/{31451cacc32b12533b35bc2756a66c68.html → 1ec99fe1d6b3b1542c0fbe083a7ae716.html} +1 -1
- package/dist/ode-ngjs-front.js +5 -5
- package/dist/ode-ngjs-front.js.map +1 -1
- package/dist/ts/directives/business/media/recorder.directive.d.ts +1 -0
- package/dist/ts/directives/business/media/recorder.directive.d.ts.map +1 -1
- package/dist/ts/directives/business/share/share-panel.directive.d.ts +0 -155
- package/dist/ts/directives/business/share/share-panel.directive.d.ts.map +1 -1
- package/dist/ts/directives/index.d.ts +0 -9
- package/dist/ts/directives/index.d.ts.map +1 -1
- package/dist/ts/modules/explorer.module.d.ts +0 -5
- package/dist/ts/modules/explorer.module.d.ts.map +1 -1
- package/dist/ts/modules/index.d.ts +0 -2
- package/dist/ts/modules/index.d.ts.map +1 -1
- package/dist/ts/utils/recorder-audio.d.ts.map +1 -1
- package/dist/ts/utils/recorder-video.d.ts.map +1 -1
- package/dist/version.txt +1 -1
- package/dist/widgets/qwant-widget/qwant-widget.widget.js +1 -1
- package/dist/widgets/qwant-widget/qwant-widget.widget.js.map +1 -1
- package/dist/widgets/school-widget/school-widget.widget.js +1 -1
- package/dist/widgets/school-widget/school-widget.widget.js.map +1 -1
- package/package.json +2 -2
- package/dist/5a177ed9e4e64baa8287a6f6e5625ab4.html +0 -127
- package/dist/d6dec5bea5ec25a97b20e8259e193c57.html +0 -162
- package/dist/e42fe8833e44d61abdaa936837b6b949.html +0 -10
- package/dist/f3f8289907cc5f53b11e2bc5f451be96.html +0 -31
- package/dist/ts/directives/business/explorer/domino-folder.directive.d.ts +0 -28
- package/dist/ts/directives/business/explorer/domino-folder.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/explorer/domino-item.directive.d.ts +0 -27
- package/dist/ts/directives/business/explorer/domino-item.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/explorer/explorer.directive.d.ts +0 -44
- package/dist/ts/directives/business/explorer/explorer.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/explorer/resource-list.directive.d.ts +0 -37
- package/dist/ts/directives/business/explorer/resource-list.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/explorer/sidebar-folder.directive.d.ts +0 -41
- package/dist/ts/directives/business/explorer/sidebar-folder.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/explorer/sidebar.directive.d.ts +0 -26
- package/dist/ts/directives/business/explorer/sidebar.directive.d.ts.map +0 -1
- package/dist/ts/directives/business/toaster/toaster.directive.d.ts +0 -69
- package/dist/ts/directives/business/toaster/toaster.directive.d.ts.map +0 -1
- package/dist/ts/models/ui.model.d.ts +0 -18
- package/dist/ts/models/ui.model.d.ts.map +0 -1
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
<div class="responsive-table">
|
|
2
|
-
|
|
3
|
-
<div class="">
|
|
4
|
-
<table>
|
|
5
|
-
<!-- Action headers -->
|
|
6
|
-
<thead>
|
|
7
|
-
<th></th>
|
|
8
|
-
<th ng-repeat="action in ctrl.actions | orderBy:'priority'">[[ctrl.translate(action.displayName)]]</th>
|
|
9
|
-
<th></th>
|
|
10
|
-
</thead>
|
|
11
|
-
|
|
12
|
-
<!-- Me line -->
|
|
13
|
-
<tbody>
|
|
14
|
-
<tr>
|
|
15
|
-
<td><i18n>share.me</i18n></td>
|
|
16
|
-
<td ng-repeat="action in ctrl.actions | orderBy:'priority'" data-label="[[ctrl.translate(action.displayName)]]">
|
|
17
|
-
<label class="checkbox">
|
|
18
|
-
<input type="checkbox" checked disabled /><span></span>
|
|
19
|
-
</label>
|
|
20
|
-
</td>
|
|
21
|
-
<td></td>
|
|
22
|
-
</tr>
|
|
23
|
-
</tbody>
|
|
24
|
-
|
|
25
|
-
<!-- Inherit lines -->
|
|
26
|
-
<tbody ng-repeat="item in ctrl.sharingModel.editedInherited | orderBy:'index':true | limitTo:ctrl.maxEdit" ng-if="!item.hide || item.hide != true">
|
|
27
|
-
<tr ng-class="{'nested-root': item.type == 'sharebookmark'}">
|
|
28
|
-
|
|
29
|
-
<!-- Sharebookmarks -->
|
|
30
|
-
<td ng-if="item.type === 'sharebookmark'" ng-click="ctrl.display.showBookmarkMembers = !ctrl.display.showBookmarkMembers" class="flex-row twelve align-center">
|
|
31
|
-
<i class="add-favorite"></i>
|
|
32
|
-
<span>[[item.name]]</span>
|
|
33
|
-
<i class="down-open" ng-if="ctrl.display.showBookmarkMembers === false"></i>
|
|
34
|
-
<i class="up-open" ng-if="ctrl.display.showBookmarkMembers === true"></i>
|
|
35
|
-
</td>
|
|
36
|
-
|
|
37
|
-
<!-- Users and Groups -->
|
|
38
|
-
<td ng-if="item.type === 'user' || item.type === 'group'" class="flex-row twelve align-center">
|
|
39
|
-
<div class="round bg-white square-normal right-spacing no-shrink">
|
|
40
|
-
<img ng-if="item.type === 'user'" ng-src="/userbook/avatar/[[item.id]]?thumbnail=100x100" />
|
|
41
|
-
<img ng-if="item.type === 'group'" skin-src="/img/illustrations/group-avatar.svg" />
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
<div ng-if="item.type === 'user'" class="circle square-mini right-spacing" ng-class="ctrl.getColor(item.profile)">
|
|
45
|
-
</div>
|
|
46
|
-
|
|
47
|
-
<div ng-if="item.type === 'user'"><a href="/userbook/annuaire#/[[item.id]]" target="_blank" rel="noopener">[[item.username]]</a></div>
|
|
48
|
-
<div ng-if="item.type === 'group'"><a href="/userbook/annuaire#/group-view/[[item.id]]" target="_blank" rel="noopener">[[item.name]]</a></div>
|
|
49
|
-
</td>
|
|
50
|
-
|
|
51
|
-
<!-- Checkboxes -->
|
|
52
|
-
<td ng-repeat="action in ctrl.actions | orderBy:'priority'" data-label="[[ctrl.translate(action.displayName)]]">
|
|
53
|
-
<label class="checkbox">
|
|
54
|
-
<input type="checkbox" ng-model="item.actions[action.displayName]" disabled />
|
|
55
|
-
<span></span>
|
|
56
|
-
</label>
|
|
57
|
-
</td>
|
|
58
|
-
|
|
59
|
-
<!-- Info line -->
|
|
60
|
-
<td class="overflow-visible">
|
|
61
|
-
<div class="tipbox up relative">
|
|
62
|
-
<div>
|
|
63
|
-
<i class="help sticker square-medium"></i>
|
|
64
|
-
</div>
|
|
65
|
-
<div class="tipbox-content top">
|
|
66
|
-
<span class="small-text">
|
|
67
|
-
<i18n>sharepanel.close.inherited</i18n>
|
|
68
|
-
</span>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
</td>
|
|
72
|
-
</tr>
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
<!-- Members lines -->
|
|
76
|
-
<tbody ng-repeat="item in ctrl.sharingModel.edited | orderBy:'index':true | limitTo:ctrl.maxEdit" ng-if="!item.hide || item.hide != true">
|
|
77
|
-
<tr ng-class="{'nested-root': item.type == 'sharebookmark'}">
|
|
78
|
-
|
|
79
|
-
<!-- Sharebookmarks -->
|
|
80
|
-
<td ng-if="item.type === 'sharebookmark'" ng-click="ctrl.display.showBookmarkMembers = !ctrl.display.showBookmarkMembers" class="flex-row twelve align-center">
|
|
81
|
-
<i class="add-favorite"></i>
|
|
82
|
-
<span>[[item.name]]</span>
|
|
83
|
-
<i class="down-open" ng-if="ctrl.display.showBookmarkMembers === false"></i>
|
|
84
|
-
<i class="up-open" ng-if="ctrl.display.showBookmarkMembers === true"></i>
|
|
85
|
-
</td>
|
|
86
|
-
|
|
87
|
-
<!-- Users and Groups -->
|
|
88
|
-
<td ng-if="item.type === 'user' || item.type === 'group'" class="flex-row twelve align-center">
|
|
89
|
-
<div class="round bg-white square-normal right-spacing no-shrink">
|
|
90
|
-
<img ng-if="item.type === 'user'" ng-src="/userbook/avatar/[[item.id]]?thumbnail=100x100" />
|
|
91
|
-
<img ng-if="item.type === 'group'" skin-src="/img/illustrations/group-avatar.svg" />
|
|
92
|
-
</div>
|
|
93
|
-
|
|
94
|
-
<div ng-if="item.type === 'user'" class="circle square-mini right-spacing" ng-class="ctrl.getColor(item.profile)">
|
|
95
|
-
</div>
|
|
96
|
-
|
|
97
|
-
<div ng-if="item.type === 'user'"><a href="/userbook/annuaire#/[[item.id]]" target="_blank" rel="noopener">[[item.username]]</a></div>
|
|
98
|
-
<div ng-if="item.type === 'group'"><a href="/userbook/annuaire#/group-view/[[item.id]]" target="_blank" rel="noopener">[[item.name]]</a></div>
|
|
99
|
-
</td>
|
|
100
|
-
|
|
101
|
-
<!-- Checkboxes -->
|
|
102
|
-
<td ng-repeat="action in ctrl.actions | orderBy:'priority'" data-label="[[ctrl.translate(action.displayName)]]">
|
|
103
|
-
<label class="checkbox">
|
|
104
|
-
<input type="checkbox" ng-model="item.actions[action.displayName]" ng-change="ctrl.changeAction(item, action)" ng-disabled="!ctrl.canEdit(item)"/>
|
|
105
|
-
<span></span>
|
|
106
|
-
</label>
|
|
107
|
-
</td>
|
|
108
|
-
|
|
109
|
-
<!-- Remove item line -->
|
|
110
|
-
<td class="drop-line" ng-click="ctrl.remove(item)" ng-if="ctrl.canEdit(item)"></td>
|
|
111
|
-
<td class="" ng-if="!ctrl.canEdit(item)"></td>
|
|
112
|
-
</tr>
|
|
113
|
-
|
|
114
|
-
<!-- Sharebookmark users -->
|
|
115
|
-
<tr ng-if="item.type === 'sharebookmark' && ctrl.display.showBookmarkMembers === true" ng-repeat="user in item.users" class="nested-child">
|
|
116
|
-
|
|
117
|
-
<!-- User -->
|
|
118
|
-
<td class="flex-row align-center">
|
|
119
|
-
<div class="round bg-white square-normal right-spacing no-shrink">
|
|
120
|
-
<img ng-src="/userbook/avatar/[[user.id]]?thumbnail=100x100" />
|
|
121
|
-
</div>
|
|
122
|
-
|
|
123
|
-
<div class="circle square-mini right-spacing" ng-class="ctrl.getColor(user.profile)">
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
<div>[[ user.displayName ]]</div>
|
|
127
|
-
</td>
|
|
128
|
-
|
|
129
|
-
<!-- Checkboxes -->
|
|
130
|
-
<td ng-repeat="action in ctrl.actions | orderBy:'priority'" data-label="[[ctrl.translate(action.displayName)]]">
|
|
131
|
-
<label class="checkbox">
|
|
132
|
-
<input type="checkbox" ng-model="user.actions[action.displayName]" ng-change="ctrl.changeAction(user, action)" />
|
|
133
|
-
<span></span>
|
|
134
|
-
</label>
|
|
135
|
-
</td>
|
|
136
|
-
</tr>
|
|
137
|
-
|
|
138
|
-
<!-- Sharebookmark groups -->
|
|
139
|
-
<tr ng-if="item.type === 'sharebookmark' && ctrl.display.showBookmarkMembers === true" ng-repeat="group in item.groups" class="nested-child">
|
|
140
|
-
|
|
141
|
-
<!-- Group -->
|
|
142
|
-
<td class="flex-row align-center">
|
|
143
|
-
<div class="round bg-white square-normal right-spacing no-shrink">
|
|
144
|
-
<img skin-src="/img/illustrations/group-avatar.svg" />
|
|
145
|
-
</div>
|
|
146
|
-
|
|
147
|
-
<div>[[ group.name ]]</div>
|
|
148
|
-
</td>
|
|
149
|
-
|
|
150
|
-
<!-- Checkbox -->
|
|
151
|
-
<td ng-repeat="action in ctrl.actions | orderBy:'priority'" data-label="[[ctrl.translate(action.displayName)]]">
|
|
152
|
-
<label class="checkbox">
|
|
153
|
-
<input type="checkbox" ng-model="group.actions[action.displayName]" ng-change="ctrl.changeAction(group, action)" />
|
|
154
|
-
<span></span>
|
|
155
|
-
</label>
|
|
156
|
-
</td>
|
|
157
|
-
</tr>
|
|
158
|
-
</tbody>
|
|
159
|
-
</table>
|
|
160
|
-
</div>
|
|
161
|
-
|
|
162
|
-
</div>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<a ng-class="ctrl.getClass()" href="" ng-click="ctrl.toggle()">
|
|
3
|
-
<!--TODO begin : remove the following temporary artefact-->
|
|
4
|
-
<span ng-if="ctrl.hasChildren">> </span>
|
|
5
|
-
<!--TODO end -->
|
|
6
|
-
{{ctrl.folder.name}}
|
|
7
|
-
</a>
|
|
8
|
-
<ul ng-if="ctrl.showSubfolders">
|
|
9
|
-
<li ng-repeat="f in ctrl.subfolders track by f.id" ode-sidebar-folder="f" on-select="ctrl.onSelect({folderCtrl:folderCtrl})"></li>
|
|
10
|
-
</ul>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<div class="row">
|
|
2
|
-
<div class="col-sm-12 col-md-5 col-lg-3 text-center"
|
|
3
|
-
ng-show="ctrl.showImage">
|
|
4
|
-
<img src="https://loremflickr.com/200/200?random=3" alt="..." class="img-thumbnail">
|
|
5
|
-
<div class="row p-2">
|
|
6
|
-
<button class="btn btn-sm btn-outline-secondary m-1 mx-auto"><i class="fa fa-edit" aria-hidden="true"></i> Changer l'image</button>
|
|
7
|
-
<button class="btn btn-sm btn-outline-secondary m-1 mx-auto"><i class="fa fa-trash" aria-hidden="true"></i> Supprimer l'image</button>
|
|
8
|
-
</div>
|
|
9
|
-
</div>
|
|
10
|
-
<form class="col-sm-12 col-md-7 col-lg-9">
|
|
11
|
-
<div class="form-group"
|
|
12
|
-
ng-show="ctrl.showTitle">
|
|
13
|
-
<label>Titre de mon blog :</label>
|
|
14
|
-
<input type="text" class="form-control" id="" value="Titre de la ressource">
|
|
15
|
-
</div>
|
|
16
|
-
<div ng-show="ctrl.showUrl">
|
|
17
|
-
<div class="custom-control custom-checkbox mt-4"
|
|
18
|
-
ng-show="ctrl.showUrl">
|
|
19
|
-
<input type="checkbox" class="custom-control-input" id="customCheck1" checked>
|
|
20
|
-
<label class="custom-control-label" for="customCheck1">Le blog est accessible publiquement via cette adresse personnalisable :</label>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="form-inline my-2">
|
|
23
|
-
<label class="text-muted" for="inlineFormInput">https://recette-paris.opendigitaleducation.com/blog/pub/</label> <input type="text" class="form-control" id="inlineFormInput" value="titre-de-la-ressource">
|
|
24
|
-
<button type="button" class="btn btn-link">Copier l'adresse</button>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="my-3 alert alert-warning" role="alert">
|
|
27
|
-
Attention, ce blog va devenir public, les documents appartenant à d'autres utilisateurs et présents sur le blog seront rendus publics également. Les liens pointant vers des ressources internes au réseau ne seront pas accessibles pour les visiteurs sans compte.
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
</form>
|
|
31
|
-
</div>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, IScope } from "angular";
|
|
2
|
-
import { IFolder } from "ode-ts-client";
|
|
3
|
-
import { UiModel } from "../../../models/ui.model";
|
|
4
|
-
export declare class Controller implements IController {
|
|
5
|
-
constructor();
|
|
6
|
-
model: UiModel;
|
|
7
|
-
folder: IFolder;
|
|
8
|
-
private selected;
|
|
9
|
-
toggleSelect(selected?: boolean): void;
|
|
10
|
-
openSubfolder(): void;
|
|
11
|
-
}
|
|
12
|
-
declare class Directive implements IDirective<IScope, JQLite, IAttributes, IController[]> {
|
|
13
|
-
restrict: string;
|
|
14
|
-
template: any;
|
|
15
|
-
scope: {
|
|
16
|
-
folder: string;
|
|
17
|
-
};
|
|
18
|
-
bindToController: boolean;
|
|
19
|
-
controller: (typeof Controller)[];
|
|
20
|
-
controllerAs: string;
|
|
21
|
-
require: string[];
|
|
22
|
-
link(scope: IScope, elem: JQLite, attrs: IAttributes, controllers?: IController[]): void;
|
|
23
|
-
}
|
|
24
|
-
/** The ode-domino-folder directive.
|
|
25
|
-
*/
|
|
26
|
-
export declare function DirectiveFactory(): Directive;
|
|
27
|
-
export {};
|
|
28
|
-
//# sourceMappingURL=domino-folder.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"domino-folder.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/domino-folder.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,UAAW,YAAW,WAAW;;IAM1C,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAC,OAAO,CAAC;IACf,OAAO,CAAC,QAAQ,CAAiB;IAEjC,YAAY,CAAE,QAAQ,CAAC,EAAC,OAAO,GAAG,IAAI;IAiBtC,aAAa,IAAG,IAAI;CAGvB;AAGD,cAAM,SAAU,YAAW,UAAU,CAAC,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC;IAC1E,QAAQ,SAAO;IAClB,QAAQ,MAAqD;IAC7D,KAAK;;MAEA;IACL,gBAAgB,UAAQ;IACxB,UAAU,wBAAgB;IAC1B,YAAY,SAAU;IACtB,OAAO,WAAuC;IAE3C,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,KAAK,EAAC,WAAW,EAAE,WAAW,CAAC,EAAC,WAAW,EAAE,GAAG,IAAI;CAMvF;AAED;GACG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, IScope } from "angular";
|
|
2
|
-
import { IResource } from "ode-ts-client";
|
|
3
|
-
import { UiModel } from "../../../models/ui.model";
|
|
4
|
-
export declare class Controller implements IController {
|
|
5
|
-
constructor();
|
|
6
|
-
model: UiModel;
|
|
7
|
-
item: IResource;
|
|
8
|
-
private selected;
|
|
9
|
-
toggleSelect(selected?: boolean): void;
|
|
10
|
-
}
|
|
11
|
-
declare class Directive implements IDirective<IScope, JQLite, IAttributes, IController[]> {
|
|
12
|
-
restrict: string;
|
|
13
|
-
template: any;
|
|
14
|
-
scope: {
|
|
15
|
-
item: string;
|
|
16
|
-
};
|
|
17
|
-
bindToController: boolean;
|
|
18
|
-
controller: (typeof Controller)[];
|
|
19
|
-
controllerAs: string;
|
|
20
|
-
require: string[];
|
|
21
|
-
link(scope: IScope, elem: JQLite, attrs: IAttributes, controllers?: IController[]): void;
|
|
22
|
-
}
|
|
23
|
-
/** The ode-domino-item directive.
|
|
24
|
-
*/
|
|
25
|
-
export declare function DirectiveFactory(): Directive;
|
|
26
|
-
export {};
|
|
27
|
-
//# sourceMappingURL=domino-item.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"domino-item.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/domino-item.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,UAAW,YAAW,WAAW;;IAM1C,KAAK,EAAC,OAAO,CAAC;IACd,IAAI,EAAC,SAAS,CAAC;IACf,OAAO,CAAC,QAAQ,CAAiB;IAEjC,YAAY,CAAE,QAAQ,CAAC,EAAC,OAAO,GAAG,IAAI;CAgBzC;AAGD,cAAM,SAAU,YAAW,UAAU,CAAC,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC;IAC1E,QAAQ,SAAO;IAClB,QAAQ,MAAmD;IAC3D,KAAK;;MAEA;IACL,gBAAgB,UAAQ;IACxB,UAAU,wBAAgB;IAC1B,YAAY,SAAU;IACtB,OAAO,WAAqC;IAEzC,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,KAAK,EAAC,WAAW,EAAE,WAAW,CAAC,EAAC,WAAW,EAAE,GAAG,IAAI;CAOvF;AAED;GACG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, ILocationService, IScope, IWindowService } from "angular";
|
|
2
|
-
import { IOrder } from "ode-ts-client";
|
|
3
|
-
import { UiModel } from "../../../models/ui.model";
|
|
4
|
-
export declare class Controller implements IController {
|
|
5
|
-
private $location;
|
|
6
|
-
private $window;
|
|
7
|
-
model: UiModel;
|
|
8
|
-
private app;
|
|
9
|
-
private resource;
|
|
10
|
-
constructor($location: ILocationService, $window: IWindowService);
|
|
11
|
-
$onInit(): void;
|
|
12
|
-
getSortClass(sort: IOrder): {
|
|
13
|
-
active: boolean;
|
|
14
|
-
} | undefined;
|
|
15
|
-
toggleSortOrder(sort: IOrder): void;
|
|
16
|
-
onCreate(): void;
|
|
17
|
-
}
|
|
18
|
-
declare class Directive implements IDirective {
|
|
19
|
-
restrict: string;
|
|
20
|
-
template: any;
|
|
21
|
-
scope: {
|
|
22
|
-
app: string;
|
|
23
|
-
resource: string;
|
|
24
|
-
};
|
|
25
|
-
bindToController: boolean;
|
|
26
|
-
controller: (string | typeof Controller)[];
|
|
27
|
-
controllerAs: string;
|
|
28
|
-
link(scope: IScope, elem: JQLite, attr: IAttributes, controller: IController | undefined): void;
|
|
29
|
-
}
|
|
30
|
-
/** The ode-explorer directive.
|
|
31
|
-
*
|
|
32
|
-
* Usage:
|
|
33
|
-
* 1) import your directive's factory,
|
|
34
|
-
* import { Explorer } from 'ode-ngjs-front';
|
|
35
|
-
* 2) Add it to your angular module,
|
|
36
|
-
* ng.directives.push( ng.directive("odeExplorer", Explorer.DirectiveFactory) );
|
|
37
|
-
* 3) Use it,
|
|
38
|
-
* <ode-explorer app="blog" resource="blog"></ode-explorer>
|
|
39
|
-
*
|
|
40
|
-
* 4) TODO unit-testing : https://docs.angularjs.org/guide/unit-testing#testing-a-controller
|
|
41
|
-
*/
|
|
42
|
-
export declare function DirectiveFactory(): Directive;
|
|
43
|
-
export {};
|
|
44
|
-
//# sourceMappingURL=explorer.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"explorer.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/explorer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzG,OAAO,EAAqB,MAAM,EAA0D,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,UAAW,YAAW,WAAW;IAK7B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IAL5B,KAAK,EAAC,OAAO,CAAC;IACd,OAAO,CAAC,GAAG,CAAK;IAChB,OAAO,CAAC,QAAQ,CAAc;gBAET,SAAS,EAAC,gBAAgB,EAC1B,OAAO,EAAC,cAAc;IAQ3C,OAAO;IAMP,YAAY,CAAE,IAAI,EAAC,MAAM;;;IAOzB,eAAe,CAAE,IAAI,EAAC,MAAM;IAU5B,QAAQ,IAAG,IAAI;CAclB;AAGD,cAAM,SAAU,YAAW,UAAU;IACjC,QAAQ,SAAO;IAClB,QAAQ,MAAgD;IACxD,KAAK;;;MAGA;IACL,gBAAgB,UAAQ;IACxB,UAAU,iCAAsC;IAChD,YAAY,SAAU;IAEnB,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,IAAI,EAAC,WAAW,EAAE,UAAU,EAAC,WAAW,GAAC,SAAS,GAAG,IAAI;CAO5F;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, IScope } from "angular";
|
|
2
|
-
import { ISearchResults } from "ode-ts-client";
|
|
3
|
-
import { UiModel } from "../../../models/ui.model";
|
|
4
|
-
export declare class Controller implements IController {
|
|
5
|
-
constructor();
|
|
6
|
-
model: UiModel;
|
|
7
|
-
display(resultset: ISearchResults): void;
|
|
8
|
-
}
|
|
9
|
-
declare class Directive implements IDirective<IScope, JQLite, IAttributes, IController[]> {
|
|
10
|
-
restrict: string;
|
|
11
|
-
template: any;
|
|
12
|
-
scope: {};
|
|
13
|
-
bindToController: boolean;
|
|
14
|
-
transclude: {
|
|
15
|
-
folders: string;
|
|
16
|
-
items: string;
|
|
17
|
-
};
|
|
18
|
-
controller: (typeof Controller)[];
|
|
19
|
-
controllerAs: string;
|
|
20
|
-
require: string[];
|
|
21
|
-
link(scope: IScope, elem: JQLite, attrs: IAttributes, controllers?: IController[]): void;
|
|
22
|
-
}
|
|
23
|
-
/** The ode-resource-list directive.
|
|
24
|
-
*
|
|
25
|
-
* Usage (pseudo-code):
|
|
26
|
-
* <div ode-resource-list context="instance of UiContext">_Content to transclude here_</div>
|
|
27
|
-
* The content to transclude can reference some scope values :
|
|
28
|
-
* * Use _{{$parent.ctrl.xxx}}_ to access this directive's controller.
|
|
29
|
-
* * Use _<ode-list-folder>{{$parent.folder.xxx}}</ode-list-folder>_
|
|
30
|
-
* where {{$parent.folder}} is an IFolder
|
|
31
|
-
* * Use _<ode-list-item>{{$parent.item.xxx}}</ode-list-folder>_
|
|
32
|
-
* where {{$parent.item}} is an IResource
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
export declare function DirectiveFactory(): Directive;
|
|
36
|
-
export {};
|
|
37
|
-
//# sourceMappingURL=resource-list.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resource-list.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/resource-list.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,UAAW,YAAW,WAAW;;IAK1C,KAAK,EAAE,OAAO,CAAC;IAEf,OAAO,CAAE,SAAS,EAAC,cAAc;CASpC;AAGD,cAAM,SAAU,YAAW,UAAU,CAAC,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC;IAC1E,QAAQ,SAAO;IAClB,QAAQ,MAAqD;IAC7D,KAAK,KAAM;IACX,gBAAgB,UAAQ;IACrB,UAAU;;;MAGR;IACL,UAAU,wBAAgB;IAC1B,YAAY,SAAU;IACtB,OAAO,WAAwC;IAE5C,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,KAAK,EAAC,WAAW,EAAE,WAAW,CAAC,EAAC,WAAW,EAAE,GAAG,IAAI;CAmBvF;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { IController, IDirective, IRootScopeService } from "angular";
|
|
2
|
-
import { IFolder } from "ode-ts-client";
|
|
3
|
-
declare type OnSelectParam = {
|
|
4
|
-
folderCtrl: FolderController;
|
|
5
|
-
};
|
|
6
|
-
export declare class FolderController implements IController {
|
|
7
|
-
private $rootScope;
|
|
8
|
-
constructor($rootScope: IRootScopeService);
|
|
9
|
-
folder?: IFolder;
|
|
10
|
-
onSelect?: (param: OnSelectParam) => void;
|
|
11
|
-
private _isSelected;
|
|
12
|
-
private _subfolders;
|
|
13
|
-
get isSelected(): boolean;
|
|
14
|
-
get hasChildren(): boolean;
|
|
15
|
-
get showSubfolders(): boolean;
|
|
16
|
-
get subfolders(): IFolder[];
|
|
17
|
-
set subfolders(subFolders: IFolder[]);
|
|
18
|
-
getClass(): {
|
|
19
|
-
[classname: string]: boolean;
|
|
20
|
-
};
|
|
21
|
-
toggle(open?: boolean): void;
|
|
22
|
-
}
|
|
23
|
-
declare class Directive implements IDirective {
|
|
24
|
-
restrict: string;
|
|
25
|
-
templateUrl: any;
|
|
26
|
-
scope: {
|
|
27
|
-
folder: string;
|
|
28
|
-
onSelect: string;
|
|
29
|
-
};
|
|
30
|
-
bindToController: boolean;
|
|
31
|
-
controller: (string | typeof FolderController)[];
|
|
32
|
-
controllerAs: string;
|
|
33
|
-
}
|
|
34
|
-
/** The folder directive.
|
|
35
|
-
*
|
|
36
|
-
* Usage (pseudo-code):
|
|
37
|
-
* <div ode-sidebar-folder="IFolder" on-select="selectFolderCallback(OnSelectParam)"></div>
|
|
38
|
-
*/
|
|
39
|
-
export declare function DirectiveFactory(): Directive;
|
|
40
|
-
export {};
|
|
41
|
-
//# sourceMappingURL=sidebar-folder.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-folder.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/sidebar-folder.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAExC,aAAK,aAAa,GAAG;IAAC,UAAU,EAAC,gBAAgB,CAAA;CAAC,CAAC;AAGnD,qBAAa,gBAAiB,YAAW,WAAW;IACvC,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAC,iBAAiB;IAG7C,MAAM,CAAC,EAAC,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAC,CAAC,KAAK,EAAC,aAAa,KAAG,IAAI,CAAC;IAEtC,OAAO,CAAC,WAAW,CAAiB;IACpC,OAAO,CAAC,WAAW,CAAgB;IAEnC,IAAI,UAAU,IAAG,OAAO,CAEvB;IAED,IAAI,WAAW,IAAG,OAAO,CAExB;IAED,IAAI,cAAc,IAAG,OAAO,CAE3B;IAED,IAAI,UAAU,IAAG,OAAO,EAAE,CAEzB;IAED,IAAI,UAAU,CAAE,UAAU,EAAC,OAAO,EAAE,EAGnC;IAED,QAAQ,IAAG;QAAC,CAAC,SAAS,EAAC,MAAM,GAAG,OAAO,CAAA;KAAC;IAMxC,MAAM,CAAE,IAAI,CAAC,EAAC,OAAO,GAAG,IAAI;CAM/B;AAGD,cAAM,SAAU,YAAW,UAAU;IACjC,QAAQ,SAAO;IAClB,WAAW,MAA2D;IACtE,KAAK;;;MAGA;IACL,gBAAgB,UAAQ;IACxB,UAAU,uCAAmC;IAC7C,YAAY,SAAU;CACtB;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, IScope } from "angular";
|
|
2
|
-
import { UiModel } from "../../../models/ui.model";
|
|
3
|
-
import { FolderController } from "./sidebar-folder.directive";
|
|
4
|
-
export declare class Controller implements IController {
|
|
5
|
-
constructor();
|
|
6
|
-
model: UiModel;
|
|
7
|
-
onSelectFolder(folderCtrl: FolderController): void;
|
|
8
|
-
}
|
|
9
|
-
declare class Directive implements IDirective<IScope, JQLite, IAttributes, IController[]> {
|
|
10
|
-
restrict: string;
|
|
11
|
-
template: any;
|
|
12
|
-
scope: {};
|
|
13
|
-
bindToController: boolean;
|
|
14
|
-
controller: (typeof Controller)[];
|
|
15
|
-
controllerAs: string;
|
|
16
|
-
require: string[];
|
|
17
|
-
link(scope: IScope, elem: JQLite, attrs: IAttributes, controllers?: IController[]): void;
|
|
18
|
-
}
|
|
19
|
-
/** The sidebar directive.
|
|
20
|
-
*
|
|
21
|
-
* Usage:
|
|
22
|
-
* <ode-sidebar></ode-sidebar>
|
|
23
|
-
*/
|
|
24
|
-
export declare function DirectiveFactory(): Directive;
|
|
25
|
-
export {};
|
|
26
|
-
//# sourceMappingURL=sidebar.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/explorer/sidebar.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEvE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAG9D,qBAAa,UAAW,YAAW,WAAW;;IAK1C,KAAK,EAAE,OAAO,CAAC;IAElB,cAAc,CAAC,UAAU,EAAC,gBAAgB,GAAE,IAAI;CAMhD;AAGD,cAAM,SAAU,YAAW,UAAU,CAAC,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC;IAC1E,QAAQ,SAAO;IAClB,QAAQ,MAA+C;IACvD,KAAK,KAAM;IACX,gBAAgB,UAAQ;IACxB,UAAU,wBAAgB;IAC1B,YAAY,SAAU;IACtB,OAAO,WAAmC;IAEvC,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,KAAK,EAAC,WAAW,EAAE,WAAW,CAAC,EAAC,WAAW,EAAE,GAAG,IAAI;CAMvF;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { IAttributes, IController, IDirective, IScope } from "angular";
|
|
2
|
-
import { IAction, IProperty, IResource } from "ode-ts-client";
|
|
3
|
-
import { UiModel } from "../../../models/ui.model";
|
|
4
|
-
import { NotifyService } from '../../../services/notify.service';
|
|
5
|
-
export declare class Controller implements IController {
|
|
6
|
-
private $scope;
|
|
7
|
-
private notify;
|
|
8
|
-
constructor($scope: IScope, notify: NotifyService);
|
|
9
|
-
model: UiModel;
|
|
10
|
-
private actionFilter;
|
|
11
|
-
private mobileFilter;
|
|
12
|
-
/** Flag to show/hide the properties modal. */
|
|
13
|
-
showProps: boolean;
|
|
14
|
-
/** Flag to show/hide the sharing modal. */
|
|
15
|
-
showShares: boolean;
|
|
16
|
-
props?: IProperty[];
|
|
17
|
-
items?: IResource[];
|
|
18
|
-
getClass(action: IAction): {
|
|
19
|
-
[classname: string]: boolean;
|
|
20
|
-
};
|
|
21
|
-
getActionClass(action: IAction): {
|
|
22
|
-
[classname: string]: boolean;
|
|
23
|
-
};
|
|
24
|
-
getI18nKey(action: IAction): string;
|
|
25
|
-
/**
|
|
26
|
-
* Visibility rules for the action buttons.
|
|
27
|
-
* @param action action to check
|
|
28
|
-
* @returns true if the action button must be visible
|
|
29
|
-
*/
|
|
30
|
-
isActivable(action: IAction): boolean;
|
|
31
|
-
activate(action: IAction): void;
|
|
32
|
-
/**
|
|
33
|
-
* Display the properties lightbox.
|
|
34
|
-
* @param props props to display/edit
|
|
35
|
-
* @param items apply to these resources
|
|
36
|
-
*/
|
|
37
|
-
private editProps;
|
|
38
|
-
/**
|
|
39
|
-
* Close the properties lightbox.
|
|
40
|
-
*/
|
|
41
|
-
closeProps(): void;
|
|
42
|
-
/**
|
|
43
|
-
* Display the sharing lightbox.
|
|
44
|
-
* @param items apply to these resources
|
|
45
|
-
*/
|
|
46
|
-
private editShares;
|
|
47
|
-
/**
|
|
48
|
-
* Close the sharing lightbox.
|
|
49
|
-
*/
|
|
50
|
-
closeShares(): void;
|
|
51
|
-
}
|
|
52
|
-
declare class Directive implements IDirective<IScope, JQLite, IAttributes, IController[]> {
|
|
53
|
-
restrict: string;
|
|
54
|
-
template: any;
|
|
55
|
-
scope: {};
|
|
56
|
-
bindToController: boolean;
|
|
57
|
-
controller: (string | typeof Controller)[];
|
|
58
|
-
controllerAs: string;
|
|
59
|
-
require: string[];
|
|
60
|
-
link(scope: IScope, elem: JQLite, attrs: IAttributes, controllers?: IController[]): void;
|
|
61
|
-
}
|
|
62
|
-
/** The toaster directive.
|
|
63
|
-
*
|
|
64
|
-
* Usage:
|
|
65
|
-
* <ode-toaster context="instance of IExplorerContext"></ode-toaster>
|
|
66
|
-
*/
|
|
67
|
-
export declare function DirectiveFactory(): Directive;
|
|
68
|
-
export {};
|
|
69
|
-
//# sourceMappingURL=toaster.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"toaster.directive.d.ts","sourceRoot":"","sources":["../../../../../src/ts/directives/business/toaster/toaster.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAAU,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAGjE,qBAAa,UAAW,YAAW,WAAW;IAChC,OAAO,CAAC,MAAM;IAAS,OAAO,CAAC,MAAM;gBAA7B,MAAM,EAAC,MAAM,EAAU,MAAM,EAAC,aAAa;IAkB7D,KAAK,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,YAAY,CAAkC;IACtD,OAAO,CAAC,YAAY,CAAkC;IAEtD,8CAA8C;IAC9C,SAAS,EAAC,OAAO,CAAU;IAC3B,2CAA2C;IAC3C,UAAU,EAAC,OAAO,CAAS;IAC3B,KAAK,CAAC,EAAC,SAAS,EAAE,CAAC;IACnB,KAAK,CAAC,EAAC,SAAS,EAAE,CAAC;IAEhB,QAAQ,CAAE,MAAM,EAAC,OAAO,GAAG;QAAC,CAAC,SAAS,EAAC,MAAM,GAAG,OAAO,CAAA;KAAC;IAMxD,cAAc,CAAE,MAAM,EAAC,OAAO,GAAG;QAAC,CAAC,SAAS,EAAC,MAAM,GAAG,OAAO,CAAA;KAAC;IASjE,UAAU,CAAE,MAAM,EAAC,OAAO,GAAI,MAAM;IAIpC;;;;OAIG;IACH,WAAW,CAAE,MAAM,EAAC,OAAO,GAAG,OAAO;IAUrC,QAAQ,CAAE,MAAM,EAAC,OAAO;IAmCxB;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAOjB;;OAEG;IACH,UAAU;IAMV;;;OAGG;IACH,OAAO,CAAC,UAAU;IAKlB;;OAEG;IACH,WAAW;CAIX;AAGD,cAAM,SAAU,YAAW,UAAU,CAAC,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC;IAC1E,QAAQ,SAAO;IAClB,QAAQ,MAA+C;IACvD,KAAK,KAAM;IACX,gBAAgB,UAAQ;IACxB,UAAU,iCAAuC;IACjD,YAAY,SAAU;IACtB,OAAO,WAAmC;IAEvC,IAAI,CAAC,KAAK,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,KAAK,EAAC,WAAW,EAAE,WAAW,CAAC,EAAC,WAAW,EAAE,GAAG,IAAI;CAOvF;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,cAE/B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { App, GetResourcesResult, IContext, IExplorerContext, IFolder, IResource, ISearchParameters, ResourceType } from "ode-ts-client";
|
|
2
|
-
export declare class UiModel {
|
|
3
|
-
app: App;
|
|
4
|
-
resourceType: ResourceType;
|
|
5
|
-
explorer: IExplorerContext;
|
|
6
|
-
context?: IContext;
|
|
7
|
-
constructor(app: App, resourceType: ResourceType);
|
|
8
|
-
initialize(): Promise<IContext>;
|
|
9
|
-
get searchParameters(): ISearchParameters;
|
|
10
|
-
loadedFolders: IFolder[];
|
|
11
|
-
loadedItems: IResource[];
|
|
12
|
-
selectedFolders: IFolder[];
|
|
13
|
-
selectedItems: IResource[];
|
|
14
|
-
get currentFolder(): IFolder | undefined;
|
|
15
|
-
openAsSubfolder(f: IFolder): Promise<GetResourcesResult>;
|
|
16
|
-
breadcrumb: IFolder[];
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=ui.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui.model.d.ts","sourceRoot":"","sources":["../../../src/ts/models/ui.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAA4B,kBAAkB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEnK,qBAAa,OAAO;IAChB,GAAG,EAAC,GAAG,CAAC;IACR,YAAY,EAAC,YAAY,CAAC;IAC1B,QAAQ,EAAC,gBAAgB,CAAC;IAC1B,OAAO,CAAC,EAAC,QAAQ,CAAC;gBAEL,GAAG,EAAC,GAAG,EAAE,YAAY,EAAC,YAAY;IAMzC,UAAU;IAKhB,IAAI,gBAAgB,IAAG,iBAAiB,CAEvC;IAED,aAAa,EAAC,OAAO,EAAE,CAAM;IAC7B,WAAW,EAAC,SAAS,EAAE,CAAM;IAE7B,eAAe,EAAC,OAAO,EAAE,CAAM;IAC/B,aAAa,EAAC,SAAS,EAAE,CAAM;IAE/B,IAAI,aAAa,IAAG,OAAO,GAAC,SAAS,CAGpC;IAED,eAAe,CAAE,CAAC,EAAC,OAAO,GAAG,OAAO,CAAC,kBAAkB,CAAC;IASxD,UAAU,EAAC,OAAO,EAAE,CAAM;CAE7B"}
|