@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.
Files changed (80) hide show
  1. package/active-directory/model/ad-object.d.ts +2 -2
  2. package/active-directory/model/cleaveland-price-user.d.ts +1 -1
  3. package/active-directory/model/user.d.ts +3 -3
  4. package/esm2022/active-directory/active-directory.module.mjs +4 -4
  5. package/esm2022/active-directory/gui/components/user-chooser/user-chooser.component.mjs +3 -3
  6. package/esm2022/active-directory/gui/components/user-form-field/user-form-field.component.mjs +3 -3
  7. package/esm2022/active-directory/gui/gui.module.mjs +4 -4
  8. package/esm2022/active-directory/model/ad-object.mjs +1 -1
  9. package/esm2022/active-directory/model/cleaveland-price-user.mjs +1 -1
  10. package/esm2022/active-directory/model/user.mjs +1 -1
  11. package/esm2022/active-directory/services/active-directory.service.mjs +3 -3
  12. package/esm2022/authentication/authentication.base.module.mjs +4 -4
  13. package/esm2022/authentication/object/object.module.mjs +4 -4
  14. package/esm2022/authentication/object/services/authentication.service.mjs +3 -3
  15. package/esm2022/authentication/token/gui/components/login/login.component.mjs +3 -3
  16. package/esm2022/authentication/token/gui/components/login-form/login-form.component.mjs +3 -3
  17. package/esm2022/authentication/token/gui/services/authentication.service.mjs +3 -3
  18. package/esm2022/authentication/token/gui/token-gui.module.mjs +4 -4
  19. package/esm2022/authentication/token/services/authentication.service.mjs +3 -3
  20. package/esm2022/authentication/token/token.module.mjs +4 -4
  21. package/esm2022/dialog/components/base/base.component.mjs +3 -3
  22. package/esm2022/dialog/components/choice/choice.component.mjs +3 -3
  23. package/esm2022/dialog/components/confirmation/confirmation.component.mjs +3 -3
  24. package/esm2022/dialog/components/input/input.component.mjs +3 -3
  25. package/esm2022/dialog/components/message/message.component.mjs +3 -3
  26. package/esm2022/dialog/dialog.module.mjs +4 -4
  27. package/esm2022/lib/ngx-lib.module.mjs +4 -4
  28. package/esm2022/lib/services/app-path-config.service.mjs +3 -3
  29. package/esm2022/msgraph/model/attendee.mjs +1 -1
  30. package/esm2022/msgraph/model/calendar-event.mjs +1 -1
  31. package/esm2022/msgraph/model/recurrence-range.mjs +1 -1
  32. package/esm2022/msgraph/model/response-status.mjs +1 -1
  33. package/esm2022/msgraph/model/user.mjs +1 -1
  34. package/esm2022/msgraph/msgraph.module.mjs +4 -4
  35. package/esm2022/quill/components/editor/editor.component.mjs +3 -3
  36. package/esm2022/quill/components/raw/raw.component.mjs +3 -3
  37. package/esm2022/quill/mention/components/editor/editor.component.mjs +3 -3
  38. package/esm2022/quill/mention/quill-mention.module.mjs +4 -4
  39. package/esm2022/quill/quill.module.mjs +4 -4
  40. package/esm2022/sharepoint/components/employee-photo/employee-photo.component.mjs +3 -3
  41. package/esm2022/sharepoint/model/list-item.mjs +1 -1
  42. package/esm2022/sharepoint/model/photo-item.mjs +1 -1
  43. package/esm2022/sharepoint/pipes/employee-photo-url.pipe.mjs +3 -3
  44. package/esm2022/sharepoint/services/sharepoint.service.mjs +3 -3
  45. package/esm2022/sharepoint/sharepoint.module.mjs +4 -4
  46. package/esm2022/upload/components/upload/upload.component.mjs +3 -3
  47. package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +3 -3
  48. package/esm2022/upload/model/database-file-info.mjs +1 -1
  49. package/esm2022/upload/model/filesystem-file-info.mjs +1 -1
  50. package/esm2022/upload/services/upload.service.mjs +3 -3
  51. package/esm2022/upload/upload.module.mjs +4 -4
  52. package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +3 -3
  53. package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +3 -3
  54. package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +3 -3
  55. package/esm2022/url-utilities/url-utilities.module.mjs +4 -4
  56. package/fesm2022/cleavelandprice-ngx-lib-active-directory-gui.mjs +10 -10
  57. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +7 -7
  58. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +7 -7
  59. package/fesm2022/cleavelandprice-ngx-lib-authentication-token-gui.mjs +13 -13
  60. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +7 -7
  61. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +4 -4
  62. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +19 -19
  63. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +4 -4
  64. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
  65. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +7 -7
  66. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +10 -10
  67. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +13 -13
  68. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +13 -13
  69. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +13 -13
  70. package/fesm2022/cleavelandprice-ngx-lib.mjs +7 -7
  71. package/msgraph/model/attendee.d.ts +3 -3
  72. package/msgraph/model/calendar-event.d.ts +5 -5
  73. package/msgraph/model/recurrence-range.d.ts +2 -2
  74. package/msgraph/model/response-status.d.ts +1 -1
  75. package/msgraph/model/user.d.ts +3 -3
  76. package/package.json +9 -9
  77. package/sharepoint/model/list-item.d.ts +2 -2
  78. package/sharepoint/model/photo-item.d.ts +1 -1
  79. package/upload/model/database-file-info.d.ts +1 -1
  80. 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.2", 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.2", ngImport: i0, type: SafeResourceUrlPipe, name: "safeResourceUrl" }); }
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.2", ngImport: i0, type: SafeResourceUrlPipe, decorators: [{
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.2", 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.2", ngImport: i0, type: SafeUrlPipe, name: "safeUrl" }); }
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.2", ngImport: i0, type: SafeUrlPipe, decorators: [{
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.2", ngImport: i0, type: UriSchemePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
133
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.2", ngImport: i0, type: UriSchemePipe, name: "uriScheme", pure: false }); }
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.2", ngImport: i0, type: UriSchemePipe, decorators: [{
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.2", ngImport: i0, type: UrlUtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
145
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.2", ngImport: i0, type: UrlUtilitiesModule, declarations: [SafeResourceUrlPipe,
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.2", ngImport: i0, type: UrlUtilitiesModule, imports: [CommonModule] }); }
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.2", ngImport: i0, type: UrlUtilitiesModule, decorators: [{
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.2", 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.2", ngImport: i0, type: AppPathConfigService, providedIn: 'root' }); }
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.2", ngImport: i0, type: AppPathConfigService, decorators: [{
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.2", 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.2", ngImport: i0, type: NgxLibModule }); }
83
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.2", ngImport: i0, type: NgxLibModule }); }
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.2", ngImport: i0, type: NgxLibModule, decorators: [{
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: Date;
6
- start: Date;
5
+ end: string;
6
+ start: string;
7
7
  };
8
8
  status: {
9
9
  response: string;
10
- time: Date;
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: Date;
17
- end: Date;
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: Date;
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: Date;
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: Date;
45
+ start: string;
46
46
  subject: string;
47
47
  transactionId: string;
48
48
  type: string;
@@ -1,7 +1,7 @@
1
1
  export interface RecurrenceRange {
2
- endDate: Date;
2
+ endDate: string;
3
3
  numberOfOccurrences: number;
4
4
  recurrenceTimeZone: string;
5
- startDate: Date;
5
+ startDate: string;
6
6
  type: number;
7
7
  }
@@ -1,4 +1,4 @@
1
1
  export interface ResponseStatus {
2
2
  response: string;
3
- time: Date;
3
+ time: string;
4
4
  }
@@ -1,20 +1,20 @@
1
1
  export interface User {
2
2
  city: string;
3
- createdDateTime: Date;
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: Date;
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: Date;
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.0",
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.0.1",
8
- "@angular/core": "^16.0.1"
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: Date;
4
+ created: string;
5
5
  authorId: number;
6
- modified: Date;
6
+ modified: string;
7
7
  editorId: number;
8
8
  checkoutUserId?: number;
9
9
  guid: string;
@@ -2,7 +2,7 @@ import { ListItem } from "./list-item";
2
2
  export interface PhotoItem extends ListItem {
3
3
  imageWidth: number;
4
4
  imageHeight: number;
5
- imageCreateDate: Date;
5
+ imageCreateDate: string;
6
6
  description?: string;
7
7
  employeeNumber?: number;
8
8
  accountName?: string;
@@ -1,6 +1,6 @@
1
1
  export interface DatabaseFileInfo {
2
2
  name: string;
3
- timestamp: Date;
3
+ timestamp: string;
4
4
  dbAppId: string;
5
5
  externalReferenceId?: number;
6
6
  comment?: string;
@@ -1,12 +1,12 @@
1
1
  export interface FilesystemFileInfo {
2
2
  name: string;
3
3
  attributes?: number;
4
- creationTime: Date;
4
+ creationTime: string;
5
5
  directory: string;
6
6
  extension: string;
7
7
  fullname: string;
8
- lastAccessTime: Date;
9
- lastWriteTime: Date;
8
+ lastAccessTime: string;
9
+ lastWriteTime: string;
10
10
  readOnly: boolean;
11
11
  size: number;
12
12
  }