@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,10 +10,10 @@ class SafeResourceUrlPipe {
|
|
|
10
10
|
transform(value) {
|
|
11
11
|
return this.domSanitizer.bypassSecurityTrustResourceUrl(value);
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
14
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SafeResourceUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
14
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: SafeResourceUrlPipe, name: "safeResourceUrl" }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SafeResourceUrlPipe, decorators: [{
|
|
17
17
|
type: Pipe,
|
|
18
18
|
args: [{
|
|
19
19
|
name: 'safeResourceUrl'
|
|
@@ -27,10 +27,10 @@ class SafeUrlPipe {
|
|
|
27
27
|
transform(value) {
|
|
28
28
|
return this.domSanitizer.bypassSecurityTrustUrl(value);
|
|
29
29
|
}
|
|
30
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
31
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
30
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
31
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: SafeUrlPipe, name: "safeUrl" }); }
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
34
34
|
type: Pipe,
|
|
35
35
|
args: [{
|
|
36
36
|
name: 'safeUrl'
|
|
@@ -129,10 +129,10 @@ class UriSchemePipe {
|
|
|
129
129
|
return `of${openMode}`; // default: open file as view/edit
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
133
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.
|
|
132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UriSchemePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
133
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: UriSchemePipe, name: "uriScheme", pure: false }); }
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UriSchemePipe, decorators: [{
|
|
136
136
|
type: Pipe,
|
|
137
137
|
args: [{
|
|
138
138
|
name: 'uriScheme',
|
|
@@ -141,15 +141,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.2", ngImpor
|
|
|
141
141
|
}] });
|
|
142
142
|
|
|
143
143
|
class UrlUtilitiesModule {
|
|
144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
145
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UrlUtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
145
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: UrlUtilitiesModule, declarations: [SafeResourceUrlPipe,
|
|
146
146
|
SafeUrlPipe,
|
|
147
147
|
UriSchemePipe], imports: [CommonModule], exports: [SafeResourceUrlPipe,
|
|
148
148
|
SafeUrlPipe,
|
|
149
149
|
UriSchemePipe] }); }
|
|
150
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
150
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UrlUtilitiesModule, imports: [CommonModule] }); }
|
|
151
151
|
}
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UrlUtilitiesModule, decorators: [{
|
|
153
153
|
type: NgModule,
|
|
154
154
|
args: [{
|
|
155
155
|
declarations: [
|
|
@@ -51,10 +51,10 @@ class AppPathConfigService {
|
|
|
51
51
|
getByAppFunction(name) {
|
|
52
52
|
return this.http.get(`${this.url}/function/${name}`);
|
|
53
53
|
}
|
|
54
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
55
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, deps: [{ token: ServiceConfig, optional: true }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
55
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, providedIn: 'root' }); }
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: AppPathConfigService, decorators: [{
|
|
58
58
|
type: Injectable,
|
|
59
59
|
args: [{
|
|
60
60
|
providedIn: 'root'
|
|
@@ -78,11 +78,11 @@ class NgxLibModule {
|
|
|
78
78
|
throw new Error('NgxLibModule is already loaded. Import it in the AppModule only');
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
82
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
83
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
81
|
+
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 }); }
|
|
82
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule }); }
|
|
83
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule }); }
|
|
84
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NgxLibModule, decorators: [{
|
|
86
86
|
type: NgModule,
|
|
87
87
|
args: [{
|
|
88
88
|
declarations: [],
|
|
@@ -2,12 +2,12 @@ import { EmailAddress } from "./email-address";
|
|
|
2
2
|
export interface Attendee {
|
|
3
3
|
emailAddress: EmailAddress;
|
|
4
4
|
proposedNewTime: {
|
|
5
|
-
end:
|
|
6
|
-
start:
|
|
5
|
+
end: string;
|
|
6
|
+
start: string;
|
|
7
7
|
};
|
|
8
8
|
status: {
|
|
9
9
|
response: string;
|
|
10
|
-
time:
|
|
10
|
+
time: string;
|
|
11
11
|
};
|
|
12
12
|
type: number;
|
|
13
13
|
}
|
|
@@ -13,8 +13,8 @@ export interface CalendarEvent {
|
|
|
13
13
|
bodyPreview: string;
|
|
14
14
|
categories: string[];
|
|
15
15
|
changeKey: string;
|
|
16
|
-
createdDateTime:
|
|
17
|
-
end:
|
|
16
|
+
createdDateTime: string;
|
|
17
|
+
end: string;
|
|
18
18
|
hasAttachments: boolean;
|
|
19
19
|
hideAttendees: boolean;
|
|
20
20
|
id: string;
|
|
@@ -25,7 +25,7 @@ export interface CalendarEvent {
|
|
|
25
25
|
isOnlineMeeting: boolean;
|
|
26
26
|
isOrganizer: boolean;
|
|
27
27
|
isReminderOn: boolean;
|
|
28
|
-
lastModifiedDateDate:
|
|
28
|
+
lastModifiedDateDate: string;
|
|
29
29
|
location: Location;
|
|
30
30
|
locations: Location[];
|
|
31
31
|
onlineMeeting: OnlineMeetingInfo;
|
|
@@ -33,7 +33,7 @@ export interface CalendarEvent {
|
|
|
33
33
|
onlineMeetingUrl: string;
|
|
34
34
|
organizer: Recipient;
|
|
35
35
|
originalEndTimeZone: string;
|
|
36
|
-
originalStart:
|
|
36
|
+
originalStart: string;
|
|
37
37
|
originalStartTimeZone: string;
|
|
38
38
|
recurrence: PatternedRecurrence;
|
|
39
39
|
reminderMinutesBeforeStart: number;
|
|
@@ -42,7 +42,7 @@ export interface CalendarEvent {
|
|
|
42
42
|
sensitivity: string;
|
|
43
43
|
seriesMasterId: string;
|
|
44
44
|
showAs: string;
|
|
45
|
-
start:
|
|
45
|
+
start: string;
|
|
46
46
|
subject: string;
|
|
47
47
|
transactionId: string;
|
|
48
48
|
type: string;
|
package/msgraph/model/user.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export interface User {
|
|
2
2
|
city: string;
|
|
3
|
-
createdDateTime:
|
|
3
|
+
createdDateTime: string;
|
|
4
4
|
department: string;
|
|
5
5
|
displayName: string;
|
|
6
6
|
faxNumber: string;
|
|
7
7
|
givenName: string;
|
|
8
8
|
id: string;
|
|
9
9
|
jobTitle: string;
|
|
10
|
-
lastPasswordChangeDateTime:
|
|
10
|
+
lastPasswordChangeDateTime: string;
|
|
11
11
|
mail: string;
|
|
12
12
|
mobilePhone: string;
|
|
13
13
|
oDataType: string;
|
|
14
14
|
onPremisesDistinguishedName: string;
|
|
15
15
|
onPremisesDomainName: string;
|
|
16
16
|
onPremisesImmutableId: string;
|
|
17
|
-
onPremisesLastSyncDateTime:
|
|
17
|
+
onPremisesLastSyncDateTime: string;
|
|
18
18
|
onPremisesSamAccountName: string;
|
|
19
19
|
onPremisesSecurityIdentifier: string;
|
|
20
20
|
onPremisesSyncEnabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"comment": "NGX-LIB primary entry point package.json",
|
|
3
3
|
"name": "@cleavelandprice/ngx-lib",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.2",
|
|
5
5
|
"description": "Angular 15+ library providing foundational functionality to Cleaveland-Price applications",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular/common": "^16.
|
|
8
|
-
"@angular/core": "^16.
|
|
7
|
+
"@angular/common": "^16.2.4",
|
|
8
|
+
"@angular/core": "^16.2.4"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"esm": "./esm2022/authentication/cleavelandprice-ngx-lib-authentication.mjs",
|
|
47
47
|
"default": "./fesm2022/cleavelandprice-ngx-lib-authentication.mjs"
|
|
48
48
|
},
|
|
49
|
-
"./dialog": {
|
|
50
|
-
"types": "./dialog/index.d.ts",
|
|
51
|
-
"esm2022": "./esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs",
|
|
52
|
-
"esm": "./esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs",
|
|
53
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-dialog.mjs"
|
|
54
|
-
},
|
|
55
49
|
"./msgraph": {
|
|
56
50
|
"types": "./msgraph/index.d.ts",
|
|
57
51
|
"esm2022": "./esm2022/msgraph/cleavelandprice-ngx-lib-msgraph.mjs",
|
|
58
52
|
"esm": "./esm2022/msgraph/cleavelandprice-ngx-lib-msgraph.mjs",
|
|
59
53
|
"default": "./fesm2022/cleavelandprice-ngx-lib-msgraph.mjs"
|
|
60
54
|
},
|
|
55
|
+
"./dialog": {
|
|
56
|
+
"types": "./dialog/index.d.ts",
|
|
57
|
+
"esm2022": "./esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs",
|
|
58
|
+
"esm": "./esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs",
|
|
59
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-dialog.mjs"
|
|
60
|
+
},
|
|
61
61
|
"./quill": {
|
|
62
62
|
"types": "./quill/index.d.ts",
|
|
63
63
|
"esm2022": "./esm2022/quill/cleavelandprice-ngx-lib-quill.mjs",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseItem } from "./base-item";
|
|
2
2
|
export interface ListItem extends BaseItem {
|
|
3
3
|
contentTypeId: string;
|
|
4
|
-
created:
|
|
4
|
+
created: string;
|
|
5
5
|
authorId: number;
|
|
6
|
-
modified:
|
|
6
|
+
modified: string;
|
|
7
7
|
editorId: number;
|
|
8
8
|
checkoutUserId?: number;
|
|
9
9
|
guid: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export interface FilesystemFileInfo {
|
|
2
2
|
name: string;
|
|
3
3
|
attributes?: number;
|
|
4
|
-
creationTime:
|
|
4
|
+
creationTime: string;
|
|
5
5
|
directory: string;
|
|
6
6
|
extension: string;
|
|
7
7
|
fullname: string;
|
|
8
|
-
lastAccessTime:
|
|
9
|
-
lastWriteTime:
|
|
8
|
+
lastAccessTime: string;
|
|
9
|
+
lastWriteTime: string;
|
|
10
10
|
readOnly: boolean;
|
|
11
11
|
size: number;
|
|
12
12
|
}
|