@wertzui/ngx-restworld-client 6.1.0 → 7.0.0

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 (22) hide show
  1. package/esm2020/lib/pipes/as.pipe.mjs +3 -3
  2. package/esm2020/lib/pipes/safe-url.pipe.mjs +3 -3
  3. package/esm2020/lib/restworld-client.module.mjs +4 -4
  4. package/esm2020/lib/services/avatar-generator.mjs +3 -3
  5. package/esm2020/lib/services/form.service.mjs +3 -3
  6. package/esm2020/lib/services/restworld-client-collection.mjs +3 -3
  7. package/esm2020/lib/services/settings.service.mjs +3 -3
  8. package/esm2020/lib/views/restworld-edit-form/restworld-edit-form.component.mjs +4 -4
  9. package/esm2020/lib/views/restworld-edit-view/restworld-edit-view.component.mjs +3 -3
  10. package/esm2020/lib/views/restworld-file-view/restworld-file-view.component.mjs +3 -3
  11. package/esm2020/lib/views/restworld-image-view/restworld-image-view.component.mjs +4 -4
  12. package/esm2020/lib/views/restworld-list-view/restworld-list-view.component.mjs +3 -3
  13. package/fesm2015/wertzui-ngx-restworld-client.mjs +39 -38
  14. package/fesm2015/wertzui-ngx-restworld-client.mjs.map +1 -1
  15. package/fesm2020/wertzui-ngx-restworld-client.mjs +39 -38
  16. package/fesm2020/wertzui-ngx-restworld-client.mjs.map +1 -1
  17. package/lib/views/restworld-edit-form/restworld-edit-form.component.d.ts +1 -1
  18. package/lib/views/restworld-edit-view/restworld-edit-view.component.d.ts +1 -1
  19. package/lib/views/restworld-file-view/restworld-file-view.component.d.ts +1 -1
  20. package/lib/views/restworld-image-view/restworld-image-view.component.d.ts +1 -1
  21. package/lib/views/restworld-list-view/restworld-list-view.component.d.ts +1 -1
  22. package/package.json +33 -24
@@ -16,9 +16,9 @@ export class AsPipe {
16
16
  return value;
17
17
  }
18
18
  }
19
- AsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
20
- AsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: AsPipe, name: "as" });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AsPipe, decorators: [{
19
+ AsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
20
+ AsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AsPipe, name: "as" });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AsPipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{ name: 'as' }]
24
24
  }] });
@@ -12,9 +12,9 @@ export class SafeUrlPipe {
12
12
  return this._domSanitizer.bypassSecurityTrustResourceUrl(url);
13
13
  }
14
14
  }
15
- SafeUrlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
16
- SafeUrlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SafeUrlPipe, name: "safeUrl" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SafeUrlPipe, decorators: [{
15
+ SafeUrlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
16
+ SafeUrlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: SafeUrlPipe, name: "safeUrl" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SafeUrlPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{
20
20
  name: 'safeUrl'
@@ -47,8 +47,8 @@ export function initializeSettings(settingsService) {
47
47
  }
48
48
  export class RestworldClientModule {
49
49
  }
50
- RestworldClientModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RestworldClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
- RestworldClientModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: RestworldClientModule, declarations: [RESTworldListViewComponent,
50
+ RestworldClientModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RestworldClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
+ RestworldClientModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: RestworldClientModule, declarations: [RESTworldListViewComponent,
52
52
  RESTworldEditViewComponent,
53
53
  RESTWorldImageViewComponent,
54
54
  RESTWorldFileViewComponent,
@@ -91,7 +91,7 @@ RestworldClientModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", v
91
91
  RestworldEditFormComponent,
92
92
  SafeUrlPipe,
93
93
  AsPipe] });
94
- RestworldClientModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RestworldClientModule, providers: [
94
+ RestworldClientModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RestworldClientModule, providers: [
95
95
  RESTworldClientCollection,
96
96
  AvatarGenerator,
97
97
  ConfirmationService,
@@ -134,7 +134,7 @@ RestworldClientModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", v
134
134
  ColorPickerModule,
135
135
  DragDropModule,
136
136
  SplitButtonModule] });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RestworldClientModule, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RestworldClientModule, decorators: [{
138
138
  type: NgModule,
139
139
  args: [{
140
140
  declarations: [
@@ -84,9 +84,9 @@ export class AvatarGenerator {
84
84
  }
85
85
  AvatarGenerator._nonWordRegex = new RegExp('\\W');
86
86
  AvatarGenerator._imageCache = new Map();
87
- AvatarGenerator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AvatarGenerator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
88
- AvatarGenerator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AvatarGenerator, providedIn: 'root' });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: AvatarGenerator, decorators: [{
87
+ AvatarGenerator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGenerator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
88
+ AvatarGenerator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGenerator, providedIn: 'root' });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGenerator, decorators: [{
90
90
  type: Injectable,
91
91
  args: [{
92
92
  providedIn: 'root',
@@ -58,9 +58,9 @@ export class FormService {
58
58
  return control;
59
59
  }
60
60
  }
61
- FormService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: FormService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
62
- FormService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: FormService, providedIn: 'root' });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: FormService, decorators: [{
61
+ FormService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FormService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
62
+ FormService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FormService, providedIn: 'root' });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FormService, decorators: [{
64
64
  type: Injectable,
65
65
  args: [{
66
66
  providedIn: 'root'
@@ -28,9 +28,9 @@ export class RESTworldClientCollection {
28
28
  return this._clients;
29
29
  }
30
30
  }
31
- RESTworldClientCollection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RESTworldClientCollection, deps: [{ token: i1.HalClient }], target: i0.ɵɵFactoryTarget.Injectable });
32
- RESTworldClientCollection.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RESTworldClientCollection, providedIn: 'root' });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: RESTworldClientCollection, decorators: [{
31
+ RESTworldClientCollection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RESTworldClientCollection, deps: [{ token: i1.HalClient }], target: i0.ɵɵFactoryTarget.Injectable });
32
+ RESTworldClientCollection.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RESTworldClientCollection, providedIn: 'root' });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RESTworldClientCollection, decorators: [{
34
34
  type: Injectable,
35
35
  args: [{
36
36
  providedIn: 'root'
@@ -55,9 +55,9 @@ export class SettingsService {
55
55
  .map(api => this._clients.addOrGetExistingClient(api.name, new RESTworldOptions(api.url, api.version))));
56
56
  }
57
57
  }
58
- SettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SettingsService, deps: [{ token: i1.RESTworldClientCollection }], target: i0.ɵɵFactoryTarget.Injectable });
59
- SettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SettingsService, providedIn: 'root' });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SettingsService, decorators: [{
58
+ SettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SettingsService, deps: [{ token: i1.RESTworldClientCollection }], target: i0.ɵɵFactoryTarget.Injectable });
59
+ SettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SettingsService, providedIn: 'root' });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SettingsService, decorators: [{
61
61
  type: Injectable,
62
62
  args: [{
63
63
  providedIn: 'root'