@cleavelandprice/ngx-lib 3.9.0 → 3.9.2
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/active-directory/model/ad-object.d.ts +2 -2
- package/active-directory/model/cleaveland-price-user.d.ts +1 -1
- package/active-directory/model/user.d.ts +3 -3
- package/esm2022/active-directory/active-directory.module.mjs +4 -4
- package/esm2022/active-directory/gui/components/user-chooser/user-chooser.component.mjs +3 -3
- package/esm2022/active-directory/gui/components/user-form-field/user-form-field.component.mjs +3 -3
- package/esm2022/active-directory/gui/gui.module.mjs +4 -4
- package/esm2022/active-directory/model/ad-object.mjs +1 -1
- package/esm2022/active-directory/model/cleaveland-price-user.mjs +1 -1
- package/esm2022/active-directory/model/user.mjs +1 -1
- package/esm2022/active-directory/services/active-directory.service.mjs +3 -3
- package/esm2022/authentication/authentication.base.module.mjs +4 -4
- package/esm2022/authentication/object/object.module.mjs +4 -4
- package/esm2022/authentication/object/services/authentication.service.mjs +3 -3
- package/esm2022/authentication/token/gui/components/login/login.component.mjs +3 -3
- package/esm2022/authentication/token/gui/components/login-form/login-form.component.mjs +3 -3
- package/esm2022/authentication/token/gui/services/authentication.service.mjs +3 -3
- package/esm2022/authentication/token/gui/token-gui.module.mjs +4 -4
- package/esm2022/authentication/token/services/authentication.service.mjs +3 -3
- package/esm2022/authentication/token/token.module.mjs +4 -4
- package/esm2022/dialog/components/base/base.component.mjs +3 -3
- package/esm2022/dialog/components/choice/choice.component.mjs +3 -3
- package/esm2022/dialog/components/confirmation/confirmation.component.mjs +3 -3
- package/esm2022/dialog/components/input/input.component.mjs +3 -3
- package/esm2022/dialog/components/message/message.component.mjs +3 -3
- package/esm2022/dialog/dialog.module.mjs +4 -4
- package/esm2022/lib/ngx-lib.module.mjs +4 -4
- package/esm2022/lib/services/app-path-config.service.mjs +3 -3
- package/esm2022/msgraph/model/attendee.mjs +1 -1
- package/esm2022/msgraph/model/calendar-event.mjs +1 -1
- package/esm2022/msgraph/model/recurrence-range.mjs +1 -1
- package/esm2022/msgraph/model/response-status.mjs +1 -1
- package/esm2022/msgraph/model/user.mjs +1 -1
- package/esm2022/msgraph/msgraph.module.mjs +4 -4
- package/esm2022/quill/components/editor/editor.component.mjs +3 -3
- package/esm2022/quill/components/raw/raw.component.mjs +3 -3
- package/esm2022/quill/mention/components/editor/editor.component.mjs +3 -3
- package/esm2022/quill/mention/quill-mention.module.mjs +4 -4
- package/esm2022/quill/quill.module.mjs +4 -4
- package/esm2022/sharepoint/components/employee-photo/employee-photo.component.mjs +3 -3
- package/esm2022/sharepoint/model/list-item.mjs +1 -1
- package/esm2022/sharepoint/model/photo-item.mjs +1 -1
- package/esm2022/sharepoint/pipes/employee-photo-url.pipe.mjs +3 -3
- package/esm2022/sharepoint/services/sharepoint.service.mjs +3 -3
- package/esm2022/sharepoint/sharepoint.module.mjs +4 -4
- package/esm2022/upload/components/upload/upload.component.mjs +3 -3
- package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +3 -3
- package/esm2022/upload/model/database-file-info.mjs +1 -1
- package/esm2022/upload/model/filesystem-file-info.mjs +1 -1
- package/esm2022/upload/services/upload.service.mjs +3 -3
- package/esm2022/upload/upload.module.mjs +4 -4
- package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +3 -3
- package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +3 -3
- package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +3 -3
- package/esm2022/url-utilities/url-utilities.module.mjs +4 -4
- package/fesm2022/cleavelandprice-ngx-lib-active-directory-gui.mjs +10 -10
- package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token-gui.mjs +13 -13
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +4 -4
- package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +19 -19
- package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +4 -4
- package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +10 -10
- package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +13 -13
- package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +13 -13
- package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +13 -13
- package/fesm2022/cleavelandprice-ngx-lib.mjs +7 -7
- package/msgraph/model/attendee.d.ts +3 -3
- package/msgraph/model/calendar-event.d.ts +5 -5
- package/msgraph/model/recurrence-range.d.ts +2 -2
- package/msgraph/model/response-status.d.ts +1 -1
- package/msgraph/model/user.d.ts +3 -3
- package/package.json +9 -9
- package/sharepoint/model/list-item.d.ts +2 -2
- package/sharepoint/model/photo-item.d.ts +1 -1
- package/upload/model/database-file-info.d.ts +1 -1
- package/upload/model/filesystem-file-info.d.ts +3 -3
|
@@ -10,11 +10,11 @@ class InputComponent {
|
|
|
10
10
|
this.dialogRef = dialogRef;
|
|
11
11
|
this.dialogType = DialogType.Input;
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: InputComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: InputComponent, selector: "ng-component", ngImport: i0, template: "<cp-dialog-base\n [data]=\"data\"\n [dialogType]=\"dialogType\"\n (closed)=\"dialogRef.close($event)\">\n</cp-dialog-base>", styles: [""], dependencies: [{ kind: "component", type: i2.BaseComponent, selector: "cp-dialog-base", inputs: ["dialogType", "data"], outputs: ["closed"] }] }); }
|
|
15
15
|
}
|
|
16
16
|
export { InputComponent };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: InputComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ template: "<cp-dialog-base\n [data]=\"data\"\n [dialogType]=\"dialogType\"\n (closed)=\"dialogRef.close($event)\">\n</cp-dialog-base>" }]
|
|
20
20
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -10,11 +10,11 @@ class MessageComponent {
|
|
|
10
10
|
this.dialogRef = dialogRef;
|
|
11
11
|
this.dialogType = DialogType.Message;
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: MessageComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: MessageComponent, selector: "ng-component", ngImport: i0, template: "<cp-dialog-base\n [data]=\"data\"\n [dialogType]=\"dialogType\"\n (closed)=\"dialogRef.close($event)\">\n</cp-dialog-base>", styles: [""], dependencies: [{ kind: "component", type: i2.BaseComponent, selector: "cp-dialog-base", inputs: ["dialogType", "data"], outputs: ["closed"] }] }); }
|
|
15
15
|
}
|
|
16
16
|
export { MessageComponent };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: MessageComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ template: "<cp-dialog-base\n [data]=\"data\"\n [dialogType]=\"dialogType\"\n (closed)=\"dialogRef.close($event)\">\n</cp-dialog-base>" }]
|
|
20
20
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -13,8 +13,8 @@ import { InputComponent } from './components/input/input.component';
|
|
|
13
13
|
import { MessageComponent } from './components/message/message.component';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
class DialogModule {
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
17
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: DialogModule, declarations: [BaseComponent,
|
|
18
18
|
ChoiceComponent,
|
|
19
19
|
ConfirmationComponent,
|
|
20
20
|
InputComponent,
|
|
@@ -29,7 +29,7 @@ class DialogModule {
|
|
|
29
29
|
ConfirmationComponent,
|
|
30
30
|
InputComponent,
|
|
31
31
|
MessageComponent] }); }
|
|
32
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
32
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: DialogModule, imports: [CommonModule,
|
|
33
33
|
FormsModule,
|
|
34
34
|
MatButtonModule,
|
|
35
35
|
MatCheckboxModule,
|
|
@@ -38,7 +38,7 @@ class DialogModule {
|
|
|
38
38
|
MatInputModule] }); }
|
|
39
39
|
}
|
|
40
40
|
export { DialogModule };
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: DialogModule, decorators: [{
|
|
42
42
|
type: NgModule,
|
|
43
43
|
args: [{
|
|
44
44
|
declarations: [
|
|
@@ -17,12 +17,12 @@ class NgxLibModule {
|
|
|
17
17
|
throw new Error('NgxLibModule is already loaded. Import it in the AppModule only');
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
21
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
22
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule, deps: [{ token: NgxLibModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
21
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule }); }
|
|
22
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule }); }
|
|
23
23
|
}
|
|
24
24
|
export { NgxLibModule };
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule, decorators: [{
|
|
26
26
|
type: NgModule,
|
|
27
27
|
args: [{
|
|
28
28
|
declarations: [],
|
|
@@ -31,11 +31,11 @@ class AppPathConfigService {
|
|
|
31
31
|
getByAppFunction(name) {
|
|
32
32
|
return this.http.get(`${this.url}/function/${name}`);
|
|
33
33
|
}
|
|
34
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
35
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
34
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, deps: [{ token: i1.ServiceConfig, optional: true }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, providedIn: 'root' }); }
|
|
36
36
|
}
|
|
37
37
|
export { AppPathConfigService };
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, decorators: [{
|
|
39
39
|
type: Injectable,
|
|
40
40
|
args: [{
|
|
41
41
|
providedIn: 'root'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0ZW5kZWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9tc2dyYXBoL3NyYy9tb2RlbC9hdHRlbmRlZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRW1haWxBZGRyZXNzIH0gZnJvbSBcIi4vZW1haWwtYWRkcmVzc1wiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBBdHRlbmRlZSB7XHJcbiAgICBlbWFpbEFkZHJlc3M6IEVtYWlsQWRkcmVzcztcclxuICAgIHByb3Bvc2VkTmV3VGltZToge1xyXG4gICAgICAgIGVuZDogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICAgICAgc3RhcnQ6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgfTtcclxuICAgIHN0YXR1czoge1xyXG4gICAgICAgIHJlc3BvbnNlOiBzdHJpbmc7XHJcbiAgICAgICAgdGltZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICB9O1xyXG4gICAgdHlwZTogbnVtYmVyOyAvLyByZXF1aXJlZCwgb3B0aW9uYWwsIHJlc291cmNlXHJcbn0iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItZXZlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9tc2dyYXBoL3NyYy9tb2RlbC9jYWxlbmRhci1ldmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQXR0ZW5kZWUgfSBmcm9tIFwiLi9hdHRlbmRlZVwiO1xyXG5pbXBvcnQgeyBPbmxpbmVNZWV0aW5nSW5mbyB9IGZyb20gXCIuL29ubGluZS1tZWV0aW5nLWluZm9cIjtcclxuaW1wb3J0IHsgTG9jYXRpb24gfSBmcm9tICcuL2xvY2F0aW9uJztcclxuaW1wb3J0IHsgUGF0dGVybmVkUmVjdXJyZW5jZSB9IGZyb20gXCIuL3BhdHRlcm5lZC1yZWN1cnJlbmNlXCI7XHJcbmltcG9ydCB7IFJlY2lwaWVudCB9IGZyb20gXCIuL3JlY2lwaWVudFwiO1xyXG5pbXBvcnQgeyBSZXNwb25zZVN0YXR1cyB9IGZyb20gXCIuL3Jlc3BvbnNlLXN0YXR1c1wiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDYWxlbmRhckV2ZW50IHtcclxuICAgIGF0dGVuZGVlczogQXR0ZW5kZWVbXTtcclxuXHJcbiAgICBib2R5OiB7XHJcbiAgICAgICAgY29udGVudDogc3RyaW5nO1xyXG4gICAgICAgIGNvbnRlbnRUeXBlOiBudW1iZXI7IC8vIDA9dGV4dCwgMT1odG1sXHJcbiAgICB9O1xyXG5cclxuICAgIGJvZHlQcmV2aWV3OiBzdHJpbmc7XHJcblxyXG4gICAgY2F0ZWdvcmllczogc3RyaW5nW107XHJcbiAgICBjaGFuZ2VLZXk6IHN0cmluZztcclxuICAgIGNyZWF0ZWREYXRlVGltZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICBlbmQ6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgaGFzQXR0YWNobWVudHM6IGJvb2xlYW47XHJcbiAgICBoaWRlQXR0ZW5kZWVzOiBib29sZWFuO1xyXG4gICAgaWQ6IHN0cmluZztcclxuICAgIGltcG9ydGFuY2U6IG51bWJlcjsgLy8gMD1sb3csIDE9bm9ybWFsLCAyPWhpZ2hcclxuICAgIGlzQWxsRGF5OiBib29sZWFuO1xyXG4gICAgaXNDYW5jZWxsZWQ6IGJvb2xlYW47XHJcbiAgICBpc0RyYWZ0OiBib29sZWFuO1xyXG4gICAgaXNPbmxpbmVNZWV0aW5nOiBib29sZWFuO1xyXG4gICAgaXNPcmdhbml6ZXI6IGJvb2xlYW47XHJcbiAgICBpc1JlbWluZGVyT246IGJvb2xlYW47XHJcbiAgICBsYXN0TW9kaWZpZWREYXRlRGF0ZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICBsb2NhdGlvbjogTG9jYXRpb247XHJcbiAgICBsb2NhdGlvbnM6IExvY2F0aW9uW107XHJcbiAgICBvbmxpbmVNZWV0aW5nOiBPbmxpbmVNZWV0aW5nSW5mbztcclxuICAgIG9ubGluZU1lZXRpbmdQcm92aWRlcjogbnVtYmVyOyAvLyB1bmtub3duLCB0ZWFtc0ZvckJ1c2luZXNzLCBza3lwZUZvckJ1c2luZXNzLCBhbmQgc2t5cGVGb3JDb25zdW1lclxyXG4gICAgb25saW5lTWVldGluZ1VybDogc3RyaW5nO1xyXG4gICAgb3JnYW5pemVyOiBSZWNpcGllbnQ7XHJcbiAgICBvcmlnaW5hbEVuZFRpbWVab25lOiBzdHJpbmc7XHJcbiAgICBvcmlnaW5hbFN0YXJ0OiBzdHJpbmc7IC8vRGF0ZTtcclxuICAgIG9yaWdpbmFsU3RhcnRUaW1lWm9uZTogc3RyaW5nO1xyXG4gICAgcmVjdXJyZW5jZTogUGF0dGVybmVkUmVjdXJyZW5jZTtcclxuICAgIHJlbWluZGVyTWludXRlc0JlZm9yZVN0YXJ0OiBudW1iZXI7XHJcbiAgICByZXNwb25zZVJlcXVlc3RlZDogYm9vbGVhbjtcclxuICAgIHJlc3BvbnNlU3RhdHVzOiBSZXNwb25zZVN0YXR1cztcclxuICAgIHNlbnNpdGl2aXR5OiBzdHJpbmc7IC8vIG5vcm1hbCwgcGVyc29uYWwsIHByaXZhdGUsIGNvbmZpZGVudGlhbFxyXG4gICAgc2VyaWVzTWFzdGVySWQ6IHN0cmluZztcclxuICAgIHNob3dBczogc3RyaW5nOyAvLyBmcmVlLCB0ZW50YXRpdmUsIGJ1c3ksIG9vZiwgd29ya2luZ0Vsc2V3aGVyZSwgdW5rbm93blxyXG4gICAgc3RhcnQ6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgc3ViamVjdDogc3RyaW5nO1xyXG4gICAgdHJhbnNhY3Rpb25JZDogc3RyaW5nO1xyXG4gICAgdHlwZTogc3RyaW5nO1xyXG4gICAgd2ViTGluazogc3RyaW5nO1xyXG5cclxuICAgIC8vI3JlZ2lvbiBOb3QgcmVhbCBNUyBHcmFwaCBwcm9wZXJ0aWVzIC0gVXRpbGl0eUFwaSBwb3B1bGF0ZXMgdGhlc2VcclxuICAgIGlzSGFwcGVuaW5nTm93OiBib29sZWFuO1xyXG4gICAgaXNUb2RheTogYm9vbGVhbjtcclxuICAgIHNwYW5zTXVsdGlwbGVEYXlzOiBib29sZWFuO1xyXG4gICAgLy8jZW5kcmVnaW9uXHJcbn0iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZS1yYW5nZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL21zZ3JhcGgvc3JjL21vZGVsL3JlY3VycmVuY2UtcmFuZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgUmVjdXJyZW5jZVJhbmdlIHtcclxuICAgIGVuZERhdGU6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgbnVtYmVyT2ZPY2N1cnJlbmNlczogbnVtYmVyO1xyXG4gICAgcmVjdXJyZW5jZVRpbWVab25lOiBzdHJpbmc7XHJcbiAgICBzdGFydERhdGU6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgdHlwZTogbnVtYmVyOyAvLyBlbmREYXRlLCBub0VuZCwgbnVtYmVyZWRcclxufSJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzcG9uc2Utc3RhdHVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2xlYXZlbGFuZHByaWNlL25neC1saWIvbXNncmFwaC9zcmMvbW9kZWwvcmVzcG9uc2Utc3RhdHVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIFJlc3BvbnNlU3RhdHVzIHtcclxuICAgIHJlc3BvbnNlOiBzdHJpbmc7XHJcbiAgICB0aW1lOiBzdHJpbmc7IC8vRGF0ZTtcclxufSJdfQ==
|
|
@@ -129,4 +129,4 @@ todo :
|
|
|
129
129
|
deletedDateTime :
|
|
130
130
|
additionalData :
|
|
131
131
|
*/
|
|
132
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL21zZ3JhcGgvc3JjL21vZGVsL3VzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQThCQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBaUlFIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBVc2VyIHtcclxuICAgIGNpdHk6IHN0cmluZztcclxuICAgIGNyZWF0ZWREYXRlVGltZTogRGF0ZTtcclxuICAgIGRlcGFydG1lbnQ6IHN0cmluZztcclxuICAgIGRpc3BsYXlOYW1lOiBzdHJpbmc7XHJcbiAgICBmYXhOdW1iZXI6IHN0cmluZztcclxuICAgIGdpdmVuTmFtZTogc3RyaW5nO1xyXG4gICAgaWQ6IHN0cmluZztcclxuICAgIGpvYlRpdGxlOiBzdHJpbmc7XHJcbiAgICBsYXN0UGFzc3dvcmRDaGFuZ2VEYXRlVGltZTogRGF0ZTtcclxuICAgIG1haWw6IHN0cmluZztcclxuICAgIG1vYmlsZVBob25lOiBzdHJpbmc7XHJcbiAgICBvRGF0YVR5cGU6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNEaXN0aW5ndWlzaGVkTmFtZTogc3RyaW5nO1xyXG4gICAgb25QcmVtaXNlc0RvbWFpbk5hbWU6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNJbW11dGFibGVJZDogc3RyaW5nO1xyXG4gICAgb25QcmVtaXNlc0xhc3RTeW5jRGF0ZVRpbWU6IERhdGU7XHJcbiAgICBvblByZW1pc2VzU2FtQWNjb3VudE5hbWU6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNTZWN1cml0eUlkZW50aWZpZXI6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNTeW5jRW5hYmxlZDogYm9vbGVhbjtcclxuICAgIG9uUHJlbWlzZXNVc2VyUHJpbmNpcGFsTmFtZTogc3RyaW5nO1xyXG4gICAgcG9zdGFsQ29kZTogc3RyaW5nO1xyXG4gICAgc2VjdXJpdHlJZGVudGlmaWVyOiBzdHJpbmc7XHJcbiAgICBzdGF0ZTogc3RyaW5nO1xyXG4gICAgc3RyZWV0QWRkcmVzczogc3RyaW5nO1xyXG4gICAgc3VybmFtZTogc3RyaW5nO1xyXG4gICAgdXNlclByaW5jaXBhbE5hbWU6IHN0cmluZztcclxuICAgIHVzZXJUeXBlOiBzdHJpbmc7XHJcbn1cclxuXHJcbi8qXHJcbmFjY291bnRFbmFibGVkICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFnZUdyb3VwICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFzc2lnbmVkTGljZW5zZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFzc2lnbmVkUGxhbnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmF1dGhvcml6YXRpb25JbmZvICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmJ1c2luZXNzUGhvbmVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvbXBhbnlOYW1lICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvbnNlbnRQcm92aWRlZEZvck1pbm9yICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvdW50cnkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0aW9uVHlwZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlSGlyZURhdGUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlSWQgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlT3JnRGF0YSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlVHlwZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmV4dGVybmFsVXNlclN0YXRlICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmV4dGVybmFsVXNlclN0YXRlQ2hhbmdlRGF0ZVRpbWUgICAgICAgICAgICAgICA6XHJcbmlkZW50aXRpZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmltQWRkcmVzc2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmlzUmVzb3VyY2VBY2NvdW50ICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxlZ2FsQWdlR3JvdXBDbGFzc2lmaWNhdGlvbiAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VBc3NpZ25tZW50U3RhdGVzICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1haWxOaWNrbmFtZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9mZmljZUxvY2F0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9uUHJlbWlzZXNFeHRlbnNpb25BdHRyaWJ1dGVzICAgICAgICAgICAgICAgICA6IEB7ZXh0ZW5zaW9uQXR0cmlidXRlMT1EQlI7IGV4dGVuc2lvbkF0dHJpYnV0ZTEwPTsgZXh0ZW5zaW9uQXR0cmlidXRlMTE9OyBleHRlbnNpb25BdHRyaWJ1dGUxMj07IGV4dGVuc2lvbkF0dHJpYnV0ZTEzPTsgZXh0ZW5zaW9uQXR0cmlidXRlMTQ9OyBleHRlbnNpb25BdHRyaWJ1dGUxNT07IGV4dGVuc2lvbkF0dHJpYnV0ZTI9OyBleHRlbnNpb25BdHRyaWJ1dGUzPTsgZXh0ZW5zaW9uQXR0cmlidXRlND07XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4dGVuc2lvbkF0dHJpYnV0ZTU9OyBleHRlbnNpb25BdHRyaWJ1dGU2PTsgZXh0ZW5zaW9uQXR0cmlidXRlNz07IGV4dGVuc2lvbkF0dHJpYnV0ZTg9OyBleHRlbnNpb25BdHRyaWJ1dGU5PTsgYWRkaXRpb25hbERhdGE9OyBvRGF0YVR5cGU9fVxyXG5vblByZW1pc2VzUHJvdmlzaW9uaW5nRXJyb3JzICAgICAgICAgICAgICAgICAgOlxyXG5vdGhlck1haWxzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wYXNzd29yZFBvbGljaWVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBEaXNhYmxlUGFzc3dvcmRFeHBpcmF0aW9uXHJcbnBhc3N3b3JkUHJvZmlsZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZERhdGFMb2NhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZExhbmd1YWdlICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByb3Zpc2lvbmVkUGxhbnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByb3h5QWRkcmVzc2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNob3dJbkFkZHJlc3NMaXN0ICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNpZ25JblNlc3Npb25zVmFsaWRGcm9tRGF0ZVRpbWUgICAgICAgICAgICAgICA6XHJcbnVzYWdlTG9jYXRpb24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1haWxib3hTZXR0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRldmljZUVucm9sbG1lbnRMaW1pdCAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFib3V0TWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmJpcnRoZGF5ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmhpcmVEYXRlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmludGVyZXN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm15U2l0ZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnBhc3RQcm9qZWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZE5hbWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlc3BvbnNpYmlsaXRpZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjaG9vbHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNraWxscyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFwcFJvbGVBc3NpZ25tZW50cyAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFwcFJvbGVBc3NpZ25tZW50c05leHRMaW5rICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0ZWRPYmplY3RzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0ZWRPYmplY3RzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRpcmVjdFJlcG9ydHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRpcmVjdFJlcG9ydHNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VEZXRhaWxzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VEZXRhaWxzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1hbmFnZXIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1lbWJlck9mICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1lbWJlck9mTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9hdXRoMlBlcm1pc3Npb25HcmFudHMgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9hdXRoMlBlcm1pc3Npb25HcmFudHNOZXh0TGluayAgICAgICAgICAgICAgICA6XHJcbm93bmVkRGV2aWNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkRGV2aWNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkT2JqZWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkT2JqZWN0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlZ2lzdGVyZWREZXZpY2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlZ2lzdGVyZWREZXZpY2VzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjb3BlZFJvbGVNZW1iZXJPZiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjb3BlZFJvbGVNZW1iZXJPZk5leHRMaW5rICAgICAgICAgICAgICAgICAgICA6XHJcbnRyYW5zaXRpdmVNZW1iZXJPZiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnRyYW5zaXRpdmVNZW1iZXJPZk5leHRMaW5rICAgICAgICAgICAgICAgICAgICA6IFxyXG5jYWxlbmRhciAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhckdyb3VwcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhckdyb3Vwc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhcnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhcnNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhclZpZXcgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhclZpZXdOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0Rm9sZGVycyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0Rm9sZGVyc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5ldmVudHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5ldmVudHNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5pbmZlcmVuY2VDbGFzc2lmaWNhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYWlsRm9sZGVycyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYWlsRm9sZGVyc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tZXNzYWdlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tZXNzYWdlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vdXRsb29rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wZW9wbGUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wZW9wbGVOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZXNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5mb2xsb3dlZFNpdGVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5mb2xsb3dlZFNpdGVzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5leHRlbnNpb25zICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5leHRlbnNpb25zTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZ3JlZW1lbnRBY2NlcHRhbmNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZ3JlZW1lbnRBY2NlcHRhbmNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkRGV2aWNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkRGV2aWNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkQXBwUmVnaXN0cmF0aW9ucyAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkQXBwUmVnaXN0cmF0aW9uc05leHRMaW5rICAgICAgICAgICAgICAgOlxyXG5kZXZpY2VNYW5hZ2VtZW50VHJvdWJsZXNob290aW5nRXZlbnRzICAgICAgICAgOlxyXG5kZXZpY2VNYW5hZ2VtZW50VHJvdWJsZXNob290aW5nRXZlbnRzTmV4dExpbmsgOlxyXG5wbGFubmVyICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5pbnNpZ2h0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5zZXR0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmVub3RlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90byAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90b3MgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90b3NOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hY3Rpdml0aWVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hY3Rpdml0aWVzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmxpbmVNZWV0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmxpbmVNZWV0aW5nc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wcmVzZW5jZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hdXRoZW50aWNhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jaGF0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jaGF0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5qb2luZWRUZWFtcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5qb2luZWRUZWFtc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG50ZWFtd29yayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG50b2RvICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kZWxldGVkRGF0ZVRpbWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZGRpdGlvbmFsRGF0YSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG4qLyJdfQ==
|
|
132
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL21zZ3JhcGgvc3JjL21vZGVsL3VzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQThCQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBaUlFIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBVc2VyIHtcclxuICAgIGNpdHk6IHN0cmluZztcclxuICAgIGNyZWF0ZWREYXRlVGltZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICBkZXBhcnRtZW50OiBzdHJpbmc7XHJcbiAgICBkaXNwbGF5TmFtZTogc3RyaW5nO1xyXG4gICAgZmF4TnVtYmVyOiBzdHJpbmc7XHJcbiAgICBnaXZlbk5hbWU6IHN0cmluZztcclxuICAgIGlkOiBzdHJpbmc7XHJcbiAgICBqb2JUaXRsZTogc3RyaW5nO1xyXG4gICAgbGFzdFBhc3N3b3JkQ2hhbmdlRGF0ZVRpbWU6IHN0cmluZzsgLy9EYXRlO1xyXG4gICAgbWFpbDogc3RyaW5nO1xyXG4gICAgbW9iaWxlUGhvbmU6IHN0cmluZztcclxuICAgIG9EYXRhVHlwZTogc3RyaW5nO1xyXG4gICAgb25QcmVtaXNlc0Rpc3Rpbmd1aXNoZWROYW1lOiBzdHJpbmc7XHJcbiAgICBvblByZW1pc2VzRG9tYWluTmFtZTogc3RyaW5nO1xyXG4gICAgb25QcmVtaXNlc0ltbXV0YWJsZUlkOiBzdHJpbmc7XHJcbiAgICBvblByZW1pc2VzTGFzdFN5bmNEYXRlVGltZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICBvblByZW1pc2VzU2FtQWNjb3VudE5hbWU6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNTZWN1cml0eUlkZW50aWZpZXI6IHN0cmluZztcclxuICAgIG9uUHJlbWlzZXNTeW5jRW5hYmxlZDogYm9vbGVhbjtcclxuICAgIG9uUHJlbWlzZXNVc2VyUHJpbmNpcGFsTmFtZTogc3RyaW5nO1xyXG4gICAgcG9zdGFsQ29kZTogc3RyaW5nO1xyXG4gICAgc2VjdXJpdHlJZGVudGlmaWVyOiBzdHJpbmc7XHJcbiAgICBzdGF0ZTogc3RyaW5nO1xyXG4gICAgc3RyZWV0QWRkcmVzczogc3RyaW5nO1xyXG4gICAgc3VybmFtZTogc3RyaW5nO1xyXG4gICAgdXNlclByaW5jaXBhbE5hbWU6IHN0cmluZztcclxuICAgIHVzZXJUeXBlOiBzdHJpbmc7XHJcbn1cclxuXHJcbi8qXHJcbmFjY291bnRFbmFibGVkICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFnZUdyb3VwICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFzc2lnbmVkTGljZW5zZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFzc2lnbmVkUGxhbnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmF1dGhvcml6YXRpb25JbmZvICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmJ1c2luZXNzUGhvbmVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvbXBhbnlOYW1lICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvbnNlbnRQcm92aWRlZEZvck1pbm9yICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNvdW50cnkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0aW9uVHlwZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlSGlyZURhdGUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlSWQgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlT3JnRGF0YSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmVtcGxveWVlVHlwZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmV4dGVybmFsVXNlclN0YXRlICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmV4dGVybmFsVXNlclN0YXRlQ2hhbmdlRGF0ZVRpbWUgICAgICAgICAgICAgICA6XHJcbmlkZW50aXRpZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmltQWRkcmVzc2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmlzUmVzb3VyY2VBY2NvdW50ICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxlZ2FsQWdlR3JvdXBDbGFzc2lmaWNhdGlvbiAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VBc3NpZ25tZW50U3RhdGVzICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1haWxOaWNrbmFtZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9mZmljZUxvY2F0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9uUHJlbWlzZXNFeHRlbnNpb25BdHRyaWJ1dGVzICAgICAgICAgICAgICAgICA6IEB7ZXh0ZW5zaW9uQXR0cmlidXRlMT1EQlI7IGV4dGVuc2lvbkF0dHJpYnV0ZTEwPTsgZXh0ZW5zaW9uQXR0cmlidXRlMTE9OyBleHRlbnNpb25BdHRyaWJ1dGUxMj07IGV4dGVuc2lvbkF0dHJpYnV0ZTEzPTsgZXh0ZW5zaW9uQXR0cmlidXRlMTQ9OyBleHRlbnNpb25BdHRyaWJ1dGUxNT07IGV4dGVuc2lvbkF0dHJpYnV0ZTI9OyBleHRlbnNpb25BdHRyaWJ1dGUzPTsgZXh0ZW5zaW9uQXR0cmlidXRlND07XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4dGVuc2lvbkF0dHJpYnV0ZTU9OyBleHRlbnNpb25BdHRyaWJ1dGU2PTsgZXh0ZW5zaW9uQXR0cmlidXRlNz07IGV4dGVuc2lvbkF0dHJpYnV0ZTg9OyBleHRlbnNpb25BdHRyaWJ1dGU5PTsgYWRkaXRpb25hbERhdGE9OyBvRGF0YVR5cGU9fVxyXG5vblByZW1pc2VzUHJvdmlzaW9uaW5nRXJyb3JzICAgICAgICAgICAgICAgICAgOlxyXG5vdGhlck1haWxzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wYXNzd29yZFBvbGljaWVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBEaXNhYmxlUGFzc3dvcmRFeHBpcmF0aW9uXHJcbnBhc3N3b3JkUHJvZmlsZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZERhdGFMb2NhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZExhbmd1YWdlICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByb3Zpc2lvbmVkUGxhbnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByb3h5QWRkcmVzc2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNob3dJbkFkZHJlc3NMaXN0ICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNpZ25JblNlc3Npb25zVmFsaWRGcm9tRGF0ZVRpbWUgICAgICAgICAgICAgICA6XHJcbnVzYWdlTG9jYXRpb24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1haWxib3hTZXR0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRldmljZUVucm9sbG1lbnRMaW1pdCAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFib3V0TWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmJpcnRoZGF5ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmhpcmVEYXRlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmludGVyZXN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm15U2l0ZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnBhc3RQcm9qZWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnByZWZlcnJlZE5hbWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlc3BvbnNpYmlsaXRpZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjaG9vbHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNraWxscyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFwcFJvbGVBc3NpZ25tZW50cyAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmFwcFJvbGVBc3NpZ25tZW50c05leHRMaW5rICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0ZWRPYmplY3RzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmNyZWF0ZWRPYmplY3RzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRpcmVjdFJlcG9ydHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmRpcmVjdFJlcG9ydHNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VEZXRhaWxzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbmxpY2Vuc2VEZXRhaWxzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1hbmFnZXIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1lbWJlck9mICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm1lbWJlck9mTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9hdXRoMlBlcm1pc3Npb25HcmFudHMgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm9hdXRoMlBlcm1pc3Npb25HcmFudHNOZXh0TGluayAgICAgICAgICAgICAgICA6XHJcbm93bmVkRGV2aWNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkRGV2aWNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkT2JqZWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbm93bmVkT2JqZWN0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlZ2lzdGVyZWREZXZpY2VzICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnJlZ2lzdGVyZWREZXZpY2VzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjb3BlZFJvbGVNZW1iZXJPZiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnNjb3BlZFJvbGVNZW1iZXJPZk5leHRMaW5rICAgICAgICAgICAgICAgICAgICA6XHJcbnRyYW5zaXRpdmVNZW1iZXJPZiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6XHJcbnRyYW5zaXRpdmVNZW1iZXJPZk5leHRMaW5rICAgICAgICAgICAgICAgICAgICA6IFxyXG5jYWxlbmRhciAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhckdyb3VwcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhckdyb3Vwc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhcnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhcnNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhclZpZXcgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jYWxlbmRhclZpZXdOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0Rm9sZGVycyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0Rm9sZGVyc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jb250YWN0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5ldmVudHMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5ldmVudHNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5pbmZlcmVuY2VDbGFzc2lmaWNhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYWlsRm9sZGVycyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYWlsRm9sZGVyc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tZXNzYWdlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tZXNzYWdlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vdXRsb29rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wZW9wbGUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wZW9wbGVOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kcml2ZXNOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5mb2xsb3dlZFNpdGVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5mb2xsb3dlZFNpdGVzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5leHRlbnNpb25zICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5leHRlbnNpb25zTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZ3JlZW1lbnRBY2NlcHRhbmNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZ3JlZW1lbnRBY2NlcHRhbmNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkRGV2aWNlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkRGV2aWNlc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkQXBwUmVnaXN0cmF0aW9ucyAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5tYW5hZ2VkQXBwUmVnaXN0cmF0aW9uc05leHRMaW5rICAgICAgICAgICAgICAgOlxyXG5kZXZpY2VNYW5hZ2VtZW50VHJvdWJsZXNob290aW5nRXZlbnRzICAgICAgICAgOlxyXG5kZXZpY2VNYW5hZ2VtZW50VHJvdWJsZXNob290aW5nRXZlbnRzTmV4dExpbmsgOlxyXG5wbGFubmVyICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5pbnNpZ2h0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5zZXR0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmVub3RlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90byAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90b3MgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5waG90b3NOZXh0TGluayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hY3Rpdml0aWVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hY3Rpdml0aWVzTmV4dExpbmsgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmxpbmVNZWV0aW5ncyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5vbmxpbmVNZWV0aW5nc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5wcmVzZW5jZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hdXRoZW50aWNhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jaGF0cyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5jaGF0c05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5qb2luZWRUZWFtcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5qb2luZWRUZWFtc05leHRMaW5rICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG50ZWFtd29yayAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG50b2RvICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5kZWxldGVkRGF0ZVRpbWUgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG5hZGRpdGlvbmFsRGF0YSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOlxyXG4qLyJdfQ==
|
|
@@ -12,12 +12,12 @@ class MSGraphModule {
|
|
|
12
12
|
throw new Error('MSGraphModule is already loaded. Import it in the AppModule only');
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
16
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
17
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: MSGraphModule, deps: [{ token: MSGraphModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
16
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: MSGraphModule, imports: [CommonModule] }); }
|
|
17
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: MSGraphModule, imports: [CommonModule] }); }
|
|
18
18
|
}
|
|
19
19
|
export { MSGraphModule };
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: MSGraphModule, decorators: [{
|
|
21
21
|
type: NgModule,
|
|
22
22
|
args: [{
|
|
23
23
|
declarations: [],
|
|
@@ -220,15 +220,15 @@ class EditorComponent {
|
|
|
220
220
|
registerOnTouched(fn) {
|
|
221
221
|
this.onTouched = fn;
|
|
222
222
|
}
|
|
223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
224
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EditorComponent, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: i1.MatDialogRef, optional: true }, { token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
224
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: EditorComponent, selector: "cpquill-editor", inputs: { config: "config", placeholder: "placeholder", format: "format", height: "height", width: "width", fullscreenHeight: "fullscreenHeight", fullscreenWidth: "fullscreenWidth", fullscreenMode: "fullscreenMode", enableTooltips: "enableTooltips", fullscreen: "fullscreen", readonly: "readonly", applyReadonlyStyle: "applyReadonlyStyle", showToolbar: "showToolbar", showBorder: "showBorder", imageResizeModule: "imageResizeModule", imageDropModule: "imageDropModule", syntaxModule: "syntaxModule" }, outputs: { fullscreenChanged: "fullscreenChanged", onBlur: "onBlur", onContentChanged: "onContentChanged", onEditorChanged: "onEditorChanged", onEditorCreated: "onEditorCreated", onFocus: "onFocus", onSelectionChanged: "onSelectionChanged" }, providers: [{
|
|
225
225
|
provide: NG_VALUE_ACCESSOR,
|
|
226
226
|
useExisting: forwardRef(() => EditorComponent),
|
|
227
227
|
multi: true
|
|
228
228
|
}], viewQueries: [{ propertyName: "editor", first: true, predicate: QuillEditorComponent, descendants: true }], ngImport: i0, template: "<ng-container>\r\n <form>\r\n <quill-editor name=\"editor\"\r\n [(ngModel)]=\"value\"\r\n (ngModelChange)=\"updateChanges()\"\r\n\r\n [placeholder]=\"placeholder\"\r\n [format]=\"format\"\r\n [style.height]=\"fullscreen ? fullscreenHeight : height\"\r\n [style.width]=\"fullscreen ? fullscreenWidth : width\"\r\n [readOnly]=\"readonly\"\r\n [class.readonly]=\"readonly && applyReadonlyStyle\"\r\n [class.no-toolbar]=\"!showToolbar\"\r\n [class.no-border]=\"!showBorder\"\r\n [modules]=\"modules\"\r\n \r\n (onBlur)=\"onBlur.emit($event)\"\r\n (onContentChanged)=\"onContentChanged.emit($event)\"\r\n (onEditorChanged)=\"onEditorChanged.emit($event)\"\r\n (onEditorCreated)=\"onEditorCreated.emit()\"\r\n (onFocus)=\"onFocus.emit($event)\"\r\n (onSelectionChanged)=\"onSelectionChanged.emit($event)\">\r\n \r\n <div quill-editor-toolbar *ngIf=\"showToolbar\">\r\n <ng-container [ngTemplateOutlet]=\"toolbar\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"editorSize\"></ng-container>\r\n </div>\r\n </quill-editor>\r\n </form>\r\n</ng-container>\r\n\r\n<ng-template #toolbar>\r\n <div>\r\n <ng-container [ngTemplateOutlet]=\"fontStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"blockStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"headingStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"listStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"scriptStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"indentStyle\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"rtl\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"fontSize\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"heading\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"color\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"font\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"align\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"clean\"></ng-container>\r\n <nt-container [ngTemplateOutlet]=\"formula\"></nt-container>\r\n <ng-container [ngTemplateOutlet]=\"media\"></ng-container>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #fontStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showFontStyle\">\r\n <button class=\"ql-bold\" *ngIf=\"config!.buttons.bold\" [matTooltip]=\"tooltip(config!.tooltips.bold)\"></button>\r\n <button class=\"ql-italic\" *ngIf=\"config!.buttons.italic\" [matTooltip]=\"tooltip(config!.tooltips.italic)\"></button>\r\n <button class=\"ql-underline\" *ngIf=\"config!.buttons.underline\" [matTooltip]=\"tooltip(config!.tooltips.underline)\"></button>\r\n <button class=\"ql-strike\" *ngIf=\"config!.buttons.strike\" [matTooltip]=\"tooltip(config!.tooltips.strike)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #blockStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showBlockStyle\">\r\n <button class=\"ql-blockquote\" *ngIf=\"config!.buttons.blockquote\" [matTooltip]=\"tooltip(config!.tooltips.blockquote)\"></button>\r\n <button class=\"ql-code-block\" *ngIf=\"config!.buttons.codeblock\" [matTooltip]=\"tooltip(config!.tooltips.codeblock)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #headingStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showQuickHeadingStyle\">\r\n <button class=\"ql-header\" value=\"1\" *ngIf=\"config!.buttons.h1\" [matTooltip]=\"tooltip(config!.tooltips.h1)\"></button>\r\n <button class=\"ql-header\" value=\"2\" *ngIf=\"config!.buttons.h2\" [matTooltip]=\"tooltip(config!.tooltips.h2)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #listStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showListStyle\">\r\n <button class=\"ql-list\" value=\"ordered\" *ngIf=\"config!.buttons.ordered\" [matTooltip]=\"tooltip(config!.tooltips.ordered)\"></button>\r\n <button class=\"ql-list\" value=\"bullet\" *ngIf=\"config!.buttons.bulleted\" [matTooltip]=\"tooltip(config!.tooltips.bulleted)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #scriptStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showScriptStyle\">\r\n <button class=\"ql-script\" value=\"sub\" *ngIf=\"config!.buttons.subScript\" [matTooltip]=\"tooltip(config!.tooltips.subScript)\"></button>\r\n <button class=\"ql-script\" value=\"super\" *ngIf=\"config!.buttons.superScript\" [matTooltip]=\"tooltip(config!.tooltips.superScript)\"></button>\r\n </span>\r\n</ng-template>\r\n \r\n<ng-template #indentStyle>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showIndentStyle\">\r\n <button class=\"ql-indent\" value=\"-1\" *ngIf=\"config!.buttons.decreaseIndent\" [matTooltip]=\"tooltip(config!.tooltips.decreaseIndent)\"></button>\r\n <button class=\"ql-indent\" value=\"+1\" *ngIf=\"config!.buttons.increaseIndent\" [matTooltip]=\"tooltip(config!.tooltips.increaseIndent)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #rtl>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.rtl\">\r\n <button class=\"ql-direction\" value=\"rtl\" [matTooltip]=\"tooltip(config!.tooltips.rtl)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #fontSize>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.fontSize\" [matTooltip]=\"tooltip(config!.tooltips.fontSize)\">\r\n <select class=\"ql-size\">\r\n <option value=\"small\"></option>\r\n <option selected></option>\r\n <option value=\"large\"></option>\r\n <option value=\"huge\"></option>\r\n </select>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #heading>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.headingStyle\" [matTooltip]=\"tooltip(config!.tooltips.headingStyle)\">\r\n <select class=\"ql-header\">\r\n <option value=\"1\"></option>\r\n <option value=\"2\"></option>\r\n <option value=\"3\"></option>\r\n <option value=\"4\"></option>\r\n <option value=\"5\"></option>\r\n <option value=\"6\"></option>\r\n <option selected=\"selected\"></option>\r\n </select>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #color>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.color\" [matTooltip]=\"tooltip(config!.tooltips.color)\">\r\n <select class=\"ql-color\"></select>\r\n <select class=\"ql-background\"></select>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #font>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.font\" [matTooltip]=\"tooltip(config!.tooltips.font)\">\r\n <select class=\"ql-font\">\r\n <option selected></option>\r\n <option value=\"serif\"></option>\r\n <option value=\"monospace\"></option>\r\n </select>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #align>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.align\" [matTooltip]=\"tooltip(config!.tooltips.align)\">\r\n <select class=\"ql-align\">\r\n <option selected></option>\r\n <option value=\"center\"></option>\r\n <option value=\"right\"></option>\r\n <option value=\"justify\"></option>\r\n </select>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #clean>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.clean\" [matTooltip]=\"tooltip(config!.tooltips.clean)\">\r\n <button class=\"ql-clean\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #media>\r\n <span class=\"ql-formats\" *ngIf=\"config!.showMedia\">\r\n <button class=\"ql-link\" *ngIf=\"config!.buttons.link\" [matTooltip]=\"tooltip(config!.tooltips.link)\"></button>\r\n <button class=\"ql-image\" *ngIf=\"config!.buttons.image\" [matTooltip]=\"tooltip(config!.tooltips.image)\"></button>\r\n <button class=\"ql-video\" *ngIf=\"config!.buttons.video\" [matTooltip]=\"tooltip(config!.tooltips.video)\"></button>\r\n </span>\r\n</ng-template>\r\n\r\n<ng-template #editorSize>\r\n <div>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.rawEditor\">\r\n <button id=\"rawdog\"\r\n [matTooltip]=\"tooltip(config!.tooltips.rawEditor)\">\r\n\r\n <mat-icon (click)=\"rawEdit()\">\r\n code\r\n </mat-icon>\r\n </button>\r\n </span>\r\n\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.editorSize\">\r\n <button id=\"fullscreen\"\r\n [matTooltip]=\"tooltip(fullscreen ?\r\n (fullscreenMode === 'expand' ? config!.tooltips.minimize : config!.tooltips.popin) :\r\n (fullscreenMode === 'expand' ? config!.tooltips.maximize : config!.tooltips.popout))\">\r\n\r\n <mat-icon (click)=\"toggleFullscreen()\">\r\n {{ fullscreen ?\r\n (fullscreenMode === 'expand' ? config!.icons.minimize : config!.icons.popin) :\r\n (fullscreenMode === 'expand' ? config!.icons.maximize : config!.icons.popout)\r\n }}\r\n </mat-icon>\r\n </button>\r\n </span>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #formula>\r\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.formula\" [matTooltip]=\"tooltip(config!.tooltips.formula)\">\r\n <button class=\"ql-formula\"></button>\r\n </span>\r\n</ng-template>", styles: [".ql-toolbar{display:grid;grid-template-columns:1fr auto}mat-icon{color:#ff4500}quill-editor.readonly .ql-toolbar{opacity:.5}::ng-deep quill-editor.no-toolbar .ql-toolbar{height:0;padding:0;visibility:hidden}::ng-deep quill-editor.no-border .ql-container{border:none}::ng-deep quill-editor.readonly .ql-container{background-color:#f5f5f5!important}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i5.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "component", type: i6.QuillEditorComponent, selector: "quill-editor" }] }); }
|
|
229
229
|
}
|
|
230
230
|
export { EditorComponent };
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EditorComponent, decorators: [{
|
|
232
232
|
type: Component,
|
|
233
233
|
args: [{ selector: 'cpquill-editor', providers: [{
|
|
234
234
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -11,11 +11,11 @@ class RawComponent {
|
|
|
11
11
|
constructor(data) {
|
|
12
12
|
this.data = data;
|
|
13
13
|
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: RawComponent, deps: [{ token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: RawComponent, selector: "cpquill-raw", ngImport: i0, template: "<mat-dialog-content>\n <form>\n <mat-form-field appearance=\"outline\">\n <textarea matInput [(ngModel)]=\"data\" name=\"data\"></textarea>\n </mat-form-field>\n </form>\n</mat-dialog-content>\n\n<mat-dialog-actions>\n <button mat-raised-button color=\"warn\" mat-dialog-close=\"__DO!!NOT!!UPDATE__\">\n <mat-icon>cancel</mat-icon>\n <span>Cancel</span>\n </button>\n\n <button mat-raised-button color=\"primary\" [mat-dialog-close]=\"data\">\n <mat-icon>done</mat-icon>\n <span>Accept</span>\n </button>\n</mat-dialog-actions>", styles: ["mat-dialog-content{height:95%;max-height:initial!important}form{width:100%}mat-form-field{width:100%}textarea{height:70vh}\n"], dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i3.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }] }); }
|
|
16
16
|
}
|
|
17
17
|
export { RawComponent };
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: RawComponent, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: 'cpquill-raw', template: "<mat-dialog-content>\n <form>\n <mat-form-field appearance=\"outline\">\n <textarea matInput [(ngModel)]=\"data\" name=\"data\"></textarea>\n </mat-form-field>\n </form>\n</mat-dialog-content>\n\n<mat-dialog-actions>\n <button mat-raised-button color=\"warn\" mat-dialog-close=\"__DO!!NOT!!UPDATE__\">\n <mat-icon>cancel</mat-icon>\n <span>Cancel</span>\n </button>\n\n <button mat-raised-button color=\"primary\" [mat-dialog-close]=\"data\">\n <mat-icon>done</mat-icon>\n <span>Accept</span>\n </button>\n</mat-dialog-actions>", styles: ["mat-dialog-content{height:95%;max-height:initial!important}form{width:100%}mat-form-field{width:100%}textarea{height:70vh}\n"] }]
|
|
21
21
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -125,15 +125,15 @@ class EditorComponent extends EditorComponentBase {
|
|
|
125
125
|
}
|
|
126
126
|
return modules;
|
|
127
127
|
}
|
|
128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
129
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
128
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EditorComponent, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: i1.MatDialogRef, optional: true }, { token: i1.MatDialog }, { token: ActiveDirectoryService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: EditorComponent, selector: "cpquill-editor-with-mention", inputs: { users: "users" }, providers: [{
|
|
130
130
|
provide: NG_VALUE_ACCESSOR,
|
|
131
131
|
useExisting: forwardRef(() => EditorComponent),
|
|
132
132
|
multi: true
|
|
133
133
|
}], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"users\">\n <form>\n <quill-editor name=\"editor\"\n [(ngModel)]=\"value\"\n (ngModelChange)=\"updateChanges()\"\n\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [style.height]=\"fullscreen ? fullscreenHeight : height\"\n [style.width]=\"fullscreen ? fullscreenWidth : width\"\n [readOnly]=\"readonly\"\n [class.readonly]=\"readonly && applyReadonlyStyle\"\n [class.no-toolbar]=\"!showToolbar\"\n [class.no-border]=\"!showBorder\"\n [modules]=\"modules\"\n \n (onBlur)=\"onBlur.emit($event)\"\n (onContentChanged)=\"onContentChanged.emit($event)\"\n (onEditorChanged)=\"onEditorChanged.emit($event)\"\n (onEditorCreated)=\"onEditorCreated.emit()\"\n (onFocus)=\"onFocus.emit($event)\"\n (onSelectionChanged)=\"onSelectionChanged.emit($event)\">\n \n <div quill-editor-toolbar *ngIf=\"showToolbar\">\n <ng-container [ngTemplateOutlet]=\"toolbar\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"editorSize\"></ng-container>\n </div>\n </quill-editor>\n </form>\n</ng-container>\n\n<ng-template #toolbar>\n <div>\n <ng-container [ngTemplateOutlet]=\"fontStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"blockStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"headingStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"listStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"scriptStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"indentStyle\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"rtl\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"fontSize\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"heading\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"color\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"font\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"align\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"clean\"></ng-container>\n <nt-container [ngTemplateOutlet]=\"formula\"></nt-container>\n <ng-container [ngTemplateOutlet]=\"media\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #fontStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showFontStyle\">\n <button class=\"ql-bold\" *ngIf=\"config!.buttons.bold\" [matTooltip]=\"tooltip(config!.tooltips.bold)\"></button>\n <button class=\"ql-italic\" *ngIf=\"config!.buttons.italic\" [matTooltip]=\"tooltip(config!.tooltips.italic)\"></button>\n <button class=\"ql-underline\" *ngIf=\"config!.buttons.underline\" [matTooltip]=\"tooltip(config!.tooltips.underline)\"></button>\n <button class=\"ql-strike\" *ngIf=\"config!.buttons.strike\" [matTooltip]=\"tooltip(config!.tooltips.strike)\"></button>\n </span>\n</ng-template>\n\n<ng-template #blockStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showBlockStyle\">\n <button class=\"ql-blockquote\" *ngIf=\"config!.buttons.blockquote\" [matTooltip]=\"tooltip(config!.tooltips.blockquote)\"></button>\n <button class=\"ql-code-block\" *ngIf=\"config!.buttons.codeblock\" [matTooltip]=\"tooltip(config!.tooltips.codeblock)\"></button>\n </span>\n</ng-template>\n\n<ng-template #headingStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showQuickHeadingStyle\">\n <button class=\"ql-header\" value=\"1\" *ngIf=\"config!.buttons.h1\" [matTooltip]=\"tooltip(config!.tooltips.h1)\"></button>\n <button class=\"ql-header\" value=\"2\" *ngIf=\"config!.buttons.h2\" [matTooltip]=\"tooltip(config!.tooltips.h2)\"></button>\n </span>\n</ng-template>\n\n<ng-template #listStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showListStyle\">\n <button class=\"ql-list\" value=\"ordered\" *ngIf=\"config!.buttons.ordered\" [matTooltip]=\"tooltip(config!.tooltips.ordered)\"></button>\n <button class=\"ql-list\" value=\"bullet\" *ngIf=\"config!.buttons.bulleted\" [matTooltip]=\"tooltip(config!.tooltips.bulleted)\"></button>\n </span>\n</ng-template>\n\n<ng-template #scriptStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showScriptStyle\">\n <button class=\"ql-script\" value=\"sub\" *ngIf=\"config!.buttons.subScript\" [matTooltip]=\"tooltip(config!.tooltips.subScript)\"></button>\n <button class=\"ql-script\" value=\"super\" *ngIf=\"config!.buttons.superScript\" [matTooltip]=\"tooltip(config!.tooltips.superScript)\"></button>\n </span>\n</ng-template>\n \n<ng-template #indentStyle>\n <span class=\"ql-formats\" *ngIf=\"config!.showIndentStyle\">\n <button class=\"ql-indent\" value=\"-1\" *ngIf=\"config!.buttons.decreaseIndent\" [matTooltip]=\"tooltip(config!.tooltips.decreaseIndent)\"></button>\n <button class=\"ql-indent\" value=\"+1\" *ngIf=\"config!.buttons.increaseIndent\" [matTooltip]=\"tooltip(config!.tooltips.increaseIndent)\"></button>\n </span>\n</ng-template>\n\n<ng-template #rtl>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.rtl\">\n <button class=\"ql-direction\" value=\"rtl\" [matTooltip]=\"tooltip(config!.tooltips.rtl)\"></button>\n </span>\n</ng-template>\n\n<ng-template #fontSize>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.fontSize\" [matTooltip]=\"tooltip(config!.tooltips.fontSize)\">\n <select class=\"ql-size\">\n <option value=\"small\"></option>\n <option selected></option>\n <option value=\"large\"></option>\n <option value=\"huge\"></option>\n </select>\n </span>\n</ng-template>\n\n<ng-template #heading>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.headingStyle\" [matTooltip]=\"tooltip(config!.tooltips.headingStyle)\">\n <select class=\"ql-header\">\n <option value=\"1\"></option>\n <option value=\"2\"></option>\n <option value=\"3\"></option>\n <option value=\"4\"></option>\n <option value=\"5\"></option>\n <option value=\"6\"></option>\n <option selected=\"selected\"></option>\n </select>\n </span>\n</ng-template>\n\n<ng-template #color>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.color\" [matTooltip]=\"tooltip(config!.tooltips.color)\">\n <select class=\"ql-color\"></select>\n <select class=\"ql-background\"></select>\n </span>\n</ng-template>\n\n<ng-template #font>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.font\" [matTooltip]=\"tooltip(config!.tooltips.font)\">\n <select class=\"ql-font\">\n <option selected></option>\n <option value=\"serif\"></option>\n <option value=\"monospace\"></option>\n </select>\n </span>\n</ng-template>\n\n<ng-template #align>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.align\" [matTooltip]=\"tooltip(config!.tooltips.align)\">\n <select class=\"ql-align\">\n <option selected></option>\n <option value=\"center\"></option>\n <option value=\"right\"></option>\n <option value=\"justify\"></option>\n </select>\n </span>\n</ng-template>\n\n<ng-template #clean>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.clean\" [matTooltip]=\"tooltip(config!.tooltips.clean)\">\n <button class=\"ql-clean\"></button>\n </span>\n</ng-template>\n\n<ng-template #media>\n <span class=\"ql-formats\" *ngIf=\"config!.showMedia\">\n <button class=\"ql-link\" *ngIf=\"config!.buttons.link\" [matTooltip]=\"tooltip(config!.tooltips.link)\"></button>\n <button class=\"ql-image\" *ngIf=\"config!.buttons.image\" [matTooltip]=\"tooltip(config!.tooltips.image)\"></button>\n <button class=\"ql-video\" *ngIf=\"config!.buttons.video\" [matTooltip]=\"tooltip(config!.tooltips.video)\"></button>\n </span>\n</ng-template>\n\n<ng-template #editorSize>\n <div>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.rawEditor\">\n <button id=\"rawdog\"\n [matTooltip]=\"tooltip(config!.tooltips.rawEditor)\">\n\n <mat-icon (click)=\"rawEdit()\">\n code\n </mat-icon>\n </button>\n </span>\n\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.editorSize\">\n <button id=\"fullscreen\"\n [matTooltip]=\"tooltip(fullscreen ?\n (fullscreenMode === 'expand' ? config!.tooltips.minimize : config!.tooltips.popin) :\n (fullscreenMode === 'expand' ? config!.tooltips.maximize : config!.tooltips.popout))\">\n\n <mat-icon (click)=\"toggleFullscreen()\">\n {{ fullscreen ?\n (fullscreenMode === 'expand' ? config!.icons.minimize : config!.icons.popin) :\n (fullscreenMode === 'expand' ? config!.icons.maximize : config!.icons.popout)\n }}\n </mat-icon>\n </button>\n </span>\n </div>\n</ng-template>\n\n<ng-template #formula>\n <span class=\"ql-formats\" *ngIf=\"config!.buttons.formula\" [matTooltip]=\"tooltip(config!.tooltips.formula)\">\n <button class=\"ql-formula\"></button>\n </span>\n</ng-template>", styles: [".ql-toolbar{display:grid;grid-template-columns:1fr auto}mat-icon{color:#ff4500}quill-editor.readonly .ql-toolbar{opacity:.5}::ng-deep quill-editor.no-toolbar .ql-toolbar{height:0;padding:0;visibility:hidden}::ng-deep quill-editor.no-border .ql-container{border:none}::ng-deep quill-editor.readonly .ql-container{background-color:#f5f5f5!important}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i5.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "component", type: i6.QuillEditorComponent, selector: "quill-editor" }] }); }
|
|
134
134
|
}
|
|
135
135
|
export { EditorComponent };
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EditorComponent, decorators: [{
|
|
137
137
|
type: Component,
|
|
138
138
|
args: [{ selector: 'cpquill-editor-with-mention', providers: [{
|
|
139
139
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -20,15 +20,15 @@ class QuillMentionModule {
|
|
|
20
20
|
throw new Error('QuillMentionModule is already loaded. Import it in the AppModule only');
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
24
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillMentionModule, deps: [{ token: QuillMentionModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
24
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: QuillMentionModule, declarations: [EditorComponent], imports: [CommonModule,
|
|
25
25
|
FormsModule,
|
|
26
26
|
ReactiveFormsModule,
|
|
27
27
|
MatButtonModule,
|
|
28
28
|
MatDialogModule,
|
|
29
29
|
MatIconModule,
|
|
30
30
|
MatTooltipModule, i1.QuillModule], exports: [EditorComponent] }); }
|
|
31
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
31
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillMentionModule, imports: [CommonModule,
|
|
32
32
|
FormsModule,
|
|
33
33
|
ReactiveFormsModule,
|
|
34
34
|
MatButtonModule,
|
|
@@ -38,7 +38,7 @@ class QuillMentionModule {
|
|
|
38
38
|
NgxQuillModule.forRoot()] }); }
|
|
39
39
|
}
|
|
40
40
|
export { QuillMentionModule };
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillMentionModule, decorators: [{
|
|
42
42
|
type: NgModule,
|
|
43
43
|
args: [{
|
|
44
44
|
declarations: [
|
|
@@ -23,8 +23,8 @@ class QuillModule {
|
|
|
23
23
|
throw new Error('QuillModule is already loaded. Import it in the AppModule only');
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
27
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
26
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillModule, deps: [{ token: QuillModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
27
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: QuillModule, declarations: [EditorComponent,
|
|
28
28
|
RawComponent], imports: [CommonModule,
|
|
29
29
|
FormsModule,
|
|
30
30
|
ReactiveFormsModule,
|
|
@@ -35,7 +35,7 @@ class QuillModule {
|
|
|
35
35
|
MatInputModule,
|
|
36
36
|
MatTooltipModule, i1.QuillModule], exports: [EditorComponent,
|
|
37
37
|
RawComponent] }); }
|
|
38
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
38
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillModule, imports: [CommonModule,
|
|
39
39
|
FormsModule,
|
|
40
40
|
ReactiveFormsModule,
|
|
41
41
|
MatButtonModule,
|
|
@@ -47,7 +47,7 @@ class QuillModule {
|
|
|
47
47
|
NgxQuillModule.forRoot()] }); }
|
|
48
48
|
}
|
|
49
49
|
export { QuillModule };
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuillModule, decorators: [{
|
|
51
51
|
type: NgModule,
|
|
52
52
|
args: [{
|
|
53
53
|
declarations: [
|
|
@@ -17,11 +17,11 @@ class EmployeePhotoComponent {
|
|
|
17
17
|
.subscribe(user => this.employee = user);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
21
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EmployeePhotoComponent, deps: [{ token: i1.ActiveDirectoryService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: EmployeePhotoComponent, selector: "employee-photo", inputs: { employee: "employee", accountName: "accountName", employeePhotos: "employeePhotos", size: "size", notRound: "notRound" }, ngImport: i0, template: "<ng-container *ngIf=\"employee\">\n <img *ngIf=\"(employee | employeePhotoUrl:employeePhotos | async)\"\n [src]=\"employee | employeePhotoUrl:employeePhotos | async\"\n [style.width]=\"size\"\n [style.height]=\"size\"\n [style.border-radius]=\"notRound ? 'default' : '100%'\">\n</ng-container>", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.EmployeePhotoUrlPipe, name: "employeePhotoUrl" }] }); }
|
|
22
22
|
}
|
|
23
23
|
export { EmployeePhotoComponent };
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EmployeePhotoComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{ selector: 'employee-photo', template: "<ng-container *ngIf=\"employee\">\n <img *ngIf=\"(employee | employeePhotoUrl:employeePhotos | async)\"\n [src]=\"employee | employeePhotoUrl:employeePhotos | async\"\n [style.width]=\"size\"\n [style.height]=\"size\"\n [style.border-radius]=\"notRound ? 'default' : '100%'\">\n</ng-container>" }]
|
|
27
27
|
}], ctorParameters: function () { return [{ type: i1.ActiveDirectoryService }]; }, propDecorators: { employee: [{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2xlYXZlbGFuZHByaWNlL25neC1saWIvc2hhcmVwb2ludC9zcmMvbW9kZWwvbGlzdC1pdGVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYXNlSXRlbSB9IGZyb20gXCIuL2Jhc2UtaXRlbVwiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBMaXN0SXRlbSBleHRlbmRzIEJhc2VJdGVtIHtcclxuICBjb250ZW50VHlwZUlkOiBzdHJpbmc7XHJcbiAgY3JlYXRlZDogc3RyaW5nOyAvL0RhdGU7XHJcbiAgYXV0aG9ySWQ6IG51bWJlcjtcclxuICBtb2RpZmllZDogc3RyaW5nOyAvL0RhdGU7XHJcbiAgZWRpdG9ySWQ6IG51bWJlcjtcclxuICBjaGVja291dFVzZXJJZD86IG51bWJlcjtcclxuICBndWlkOiBzdHJpbmc7XHJcbn1cclxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGhvdG8taXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL3NoYXJlcG9pbnQvc3JjL21vZGVsL3Bob3RvLWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IExpc3RJdGVtIH0gZnJvbSBcIi4vbGlzdC1pdGVtXCI7XHJcbmV4cG9ydCBpbnRlcmZhY2UgUGhvdG9JdGVtIGV4dGVuZHMgTGlzdEl0ZW0ge1xyXG4gICAgaW1hZ2VXaWR0aDogbnVtYmVyO1xyXG4gICAgaW1hZ2VIZWlnaHQ6IG51bWJlcjtcclxuICAgIGltYWdlQ3JlYXRlRGF0ZTogc3RyaW5nOyAvL0RhdGU7XHJcbiAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcclxuICAgIGVtcGxveWVlTnVtYmVyPzogbnVtYmVyO1xyXG4gICAgYWNjb3VudE5hbWU/OiBzdHJpbmc7XHJcbiAgICBkaXNwbGF5TmFtZT86IHN0cmluZztcclxuICAgIGVuY29kZWRBYnNVcmw6IHN0cmluZztcclxufVxyXG4iXX0=
|
|
@@ -26,11 +26,11 @@ class EmployeePhotoUrlPipe {
|
|
|
26
26
|
|
|
27
27
|
return photo ? photo.encodedAbsUrl : null;*/
|
|
28
28
|
}
|
|
29
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
30
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
29
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EmployeePhotoUrlPipe, deps: [{ token: i1.SharePointService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
30
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: EmployeePhotoUrlPipe, name: "employeePhotoUrl" }); }
|
|
31
31
|
}
|
|
32
32
|
export { EmployeePhotoUrlPipe };
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: EmployeePhotoUrlPipe, decorators: [{
|
|
34
34
|
type: Pipe,
|
|
35
35
|
args: [{
|
|
36
36
|
name: 'employeePhotoUrl'
|
|
@@ -133,11 +133,11 @@ class SharePointService {
|
|
|
133
133
|
console.log('Cache cleared');
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
137
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointService, deps: [{ token: i1.ServiceConfig, optional: true }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
137
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointService, providedIn: 'root' }); }
|
|
138
138
|
}
|
|
139
139
|
export { SharePointService };
|
|
140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointService, decorators: [{
|
|
141
141
|
type: Injectable,
|
|
142
142
|
args: [{
|
|
143
143
|
providedIn: 'root'
|
|
@@ -20,14 +20,14 @@ class SharePointModule {
|
|
|
20
20
|
throw new Error('SharePointModule is already loaded. Import it in the AppModule only');
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
24
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointModule, deps: [{ token: SharePointModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
24
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: SharePointModule, declarations: [EmployeePhotoUrlPipe,
|
|
25
25
|
EmployeePhotoComponent], imports: [CommonModule], exports: [EmployeePhotoUrlPipe,
|
|
26
26
|
EmployeePhotoComponent] }); }
|
|
27
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
27
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointModule, imports: [CommonModule] }); }
|
|
28
28
|
}
|
|
29
29
|
export { SharePointModule };
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SharePointModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
declarations: [
|
|
@@ -19,11 +19,11 @@ class UploadComponent {
|
|
|
19
19
|
this.dialog.open(UploadDialogComponent, { width: '50%' })
|
|
20
20
|
.afterClosed().subscribe(() => this.dialogClosed.emit());
|
|
21
21
|
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UploadComponent, deps: [{ token: i1.MatDialog }, { token: i2.UploadService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: UploadComponent, selector: "cp-upload", outputs: { dialogClosed: "dialogClosed" }, ngImport: i0, template: '<button mat-raised-button (click)="openUploadDialog()">{{ uploadButtonText }}</button>', isInline: true, dependencies: [{ kind: "component", type: i3.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] }); }
|
|
24
24
|
}
|
|
25
25
|
export { UploadComponent };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UploadComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'cp-upload',
|
|
@@ -73,11 +73,11 @@ class UploadDialogComponent {
|
|
|
73
73
|
this.uploading = false;
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
77
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
76
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UploadDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: i2.UploadService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
77
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: UploadDialogComponent, selector: "ng-component", viewQueries: [{ propertyName: "file", first: true, predicate: ["file"], descendants: true, static: true }], ngImport: i0, template: "<input type=\"file\" #file style=\"display: none\" (change)=\"onFilesAdded()\" multiple />\n\n<div mat-dialog-title id=\"title\">\n <div>{{ uploadService.config.uploadDialogTitle }}</div>\n <button [disabled]=\"uploading || uploadSuccessful\" mat-raised-button color=\"primary\" class=\"add-files-btn\" (click)=\"addFiles()\">\n {{ uploadService.config.uploadDialogAddFilesButtonText }}\n </button>\n</div>\n\n<div id=\"conflict\" *ngIf=\"existingFileConflict\">\n {{ existingFileConflict }} already exists on the server and cannot be overwritten\n</div>\n\n<mat-dialog-content>\n <mat-list>\n <mat-list-item *ngFor=\"let file of files\">\n <h4 mat-line>{{file.name}}</h4>\n <mat-progress-bar *ngIf=\"progress\" mode=\"determinate\" [value]=\"progress[file.name].progress | async\"></mat-progress-bar>\n </mat-list-item>\n </mat-list>\n</mat-dialog-content>\n\n<mat-dialog-actions id=\"actions\">\n <button *ngIf=\"showCancelButton\" mat-button mat-dialog-close>{{ uploadService.config.uploadDialogCancelButtonText }}</button>\n <button *ngIf=\"files.size > 0\" mat-raised-button color=\"primary\" [disabled]=\"!canBeClosed\" (click)=\"closeDialog()\">{{ primaryButtonText }}</button>\n</mat-dialog-actions>\n", styles: ["#title{display:flex;justify-content:space-between}#actions{display:flex;justify-content:flex-end}#conflict{font-size:.8em;color:red;margin-top:.5em}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "component", type: i5.MatList, selector: "mat-list", exportAs: ["matList"] }, { kind: "component", type: i5.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "component", type: i6.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
|
|
78
78
|
}
|
|
79
79
|
export { UploadDialogComponent };
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UploadDialogComponent, decorators: [{
|
|
81
81
|
type: Component,
|
|
82
82
|
args: [{ template: "<input type=\"file\" #file style=\"display: none\" (change)=\"onFilesAdded()\" multiple />\n\n<div mat-dialog-title id=\"title\">\n <div>{{ uploadService.config.uploadDialogTitle }}</div>\n <button [disabled]=\"uploading || uploadSuccessful\" mat-raised-button color=\"primary\" class=\"add-files-btn\" (click)=\"addFiles()\">\n {{ uploadService.config.uploadDialogAddFilesButtonText }}\n </button>\n</div>\n\n<div id=\"conflict\" *ngIf=\"existingFileConflict\">\n {{ existingFileConflict }} already exists on the server and cannot be overwritten\n</div>\n\n<mat-dialog-content>\n <mat-list>\n <mat-list-item *ngFor=\"let file of files\">\n <h4 mat-line>{{file.name}}</h4>\n <mat-progress-bar *ngIf=\"progress\" mode=\"determinate\" [value]=\"progress[file.name].progress | async\"></mat-progress-bar>\n </mat-list-item>\n </mat-list>\n</mat-dialog-content>\n\n<mat-dialog-actions id=\"actions\">\n <button *ngIf=\"showCancelButton\" mat-button mat-dialog-close>{{ uploadService.config.uploadDialogCancelButtonText }}</button>\n <button *ngIf=\"files.size > 0\" mat-raised-button color=\"primary\" [disabled]=\"!canBeClosed\" (click)=\"closeDialog()\">{{ primaryButtonText }}</button>\n</mat-dialog-actions>\n", styles: ["#title{display:flex;justify-content:space-between}#actions{display:flex;justify-content:flex-end}#conflict{font-size:.8em;color:red;margin-top:.5em}\n"] }]
|
|
83
83
|
}], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: i2.UploadService }]; }, propDecorators: { file: [{
|