@mintplayer/ng-spark 22.5.0 → 22.8.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 (36) hide show
  1. package/fesm2022/mintplayer-ng-spark-client-operations.mjs +12 -12
  2. package/fesm2022/mintplayer-ng-spark-grid.mjs +151 -70
  3. package/fesm2022/mintplayer-ng-spark-grid.mjs.map +1 -1
  4. package/fesm2022/mintplayer-ng-spark-icon.mjs +3 -3
  5. package/fesm2022/mintplayer-ng-spark-models.mjs +77 -7
  6. package/fesm2022/mintplayer-ng-spark-models.mjs.map +1 -1
  7. package/fesm2022/mintplayer-ng-spark-pipes.mjs +167 -74
  8. package/fesm2022/mintplayer-ng-spark-pipes.mjs.map +1 -1
  9. package/fesm2022/mintplayer-ng-spark-po-create.mjs +3 -3
  10. package/fesm2022/mintplayer-ng-spark-po-detail.mjs +5 -5
  11. package/fesm2022/mintplayer-ng-spark-po-detail.mjs.map +1 -1
  12. package/fesm2022/mintplayer-ng-spark-po-edit.mjs +3 -3
  13. package/fesm2022/mintplayer-ng-spark-po-form.mjs +20 -22
  14. package/fesm2022/mintplayer-ng-spark-po-form.mjs.map +1 -1
  15. package/fesm2022/mintplayer-ng-spark-query-list.mjs +23 -9
  16. package/fesm2022/mintplayer-ng-spark-query-list.mjs.map +1 -1
  17. package/fesm2022/mintplayer-ng-spark-renderers.mjs +14 -1
  18. package/fesm2022/mintplayer-ng-spark-renderers.mjs.map +1 -1
  19. package/fesm2022/mintplayer-ng-spark-retry-action-modal.mjs +3 -3
  20. package/fesm2022/mintplayer-ng-spark-services.mjs +107 -20
  21. package/fesm2022/mintplayer-ng-spark-services.mjs.map +1 -1
  22. package/fesm2022/mintplayer-ng-spark-shell.mjs +416 -0
  23. package/fesm2022/mintplayer-ng-spark-shell.mjs.map +1 -0
  24. package/fesm2022/mintplayer-ng-spark.mjs +17 -1
  25. package/fesm2022/mintplayer-ng-spark.mjs.map +1 -1
  26. package/package.json +5 -1
  27. package/types/mintplayer-ng-spark-grid.d.ts +75 -33
  28. package/types/mintplayer-ng-spark-models.d.ts +144 -7
  29. package/types/mintplayer-ng-spark-pipes.d.ts +42 -6
  30. package/types/mintplayer-ng-spark-po-detail.d.ts +2 -2
  31. package/types/mintplayer-ng-spark-po-form.d.ts +7 -7
  32. package/types/mintplayer-ng-spark-query-list.d.ts +11 -4
  33. package/types/mintplayer-ng-spark-renderers.d.ts +29 -11
  34. package/types/mintplayer-ng-spark-services.d.ts +71 -2
  35. package/types/mintplayer-ng-spark-shell.d.ts +272 -0
  36. package/types/mintplayer-ng-spark.d.ts +17 -2
@@ -61,10 +61,10 @@ class SparkClientOperationDispatcher {
61
61
  // Unknown types: silently dropped (forward-compat).
62
62
  }
63
63
  }
64
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkClientOperationDispatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
65
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkClientOperationDispatcher, providedIn: 'root' });
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkClientOperationDispatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
65
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkClientOperationDispatcher, providedIn: 'root' });
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkClientOperationDispatcher, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkClientOperationDispatcher, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{ providedIn: 'root' }]
70
70
  }], ctorParameters: () => [] });
@@ -96,10 +96,10 @@ class SparkNotificationService {
96
96
  clear() {
97
97
  this._toasts.set([]);
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
100
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkNotificationService, providedIn: 'root' });
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
100
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkNotificationService, providedIn: 'root' });
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkNotificationService, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkNotificationService, decorators: [{
103
103
  type: Injectable,
104
104
  args: [{ providedIn: 'root' }]
105
105
  }] });
@@ -107,8 +107,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
107
107
  class SparkToastContainerComponent {
108
108
  notifications = inject(SparkNotificationService);
109
109
  Kind = NotificationKind;
110
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkToastContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
111
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.0", type: SparkToastContainerComponent, isStandalone: true, selector: "spark-toast-container", ngImport: i0, template: `
110
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkToastContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
111
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.3", type: SparkToastContainerComponent, isStandalone: true, selector: "spark-toast-container", ngImport: i0, template: `
112
112
  <div class="spark-toast-container">
113
113
  @for (toast of notifications.toasts(); track toast.id) {
114
114
  <div
@@ -125,7 +125,7 @@ class SparkToastContainerComponent {
125
125
  </div>
126
126
  `, isInline: true, styles: [".spark-toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.spark-toast{padding:.75rem 1rem;border-radius:4px;box-shadow:0 2px 8px #00000026;cursor:pointer;min-width:220px;max-width:400px;color:#fff;font-size:.95rem;pointer-events:auto;animation:spark-toast-in .18s ease-out}.spark-toast--info{background:#0d6efd}.spark-toast--success{background:#198754}.spark-toast--warning{background:#ffc107;color:#000}.spark-toast--error{background:#dc3545}@keyframes spark-toast-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkToastContainerComponent, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkToastContainerComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{ selector: 'spark-toast-container', standalone: true, template: `
131
131
  <div class="spark-toast-container">
@@ -179,10 +179,10 @@ class SparkQueryRefreshService {
179
179
  request(queryId) {
180
180
  this.tokens.update(current => ({ ...current, [queryId]: (current[queryId] ?? 0) + 1 }));
181
181
  }
182
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkQueryRefreshService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkQueryRefreshService, providedIn: 'root' });
182
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkQueryRefreshService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkQueryRefreshService, providedIn: 'root' });
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SparkQueryRefreshService, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.3", ngImport: i0, type: SparkQueryRefreshService, decorators: [{
186
186
  type: Injectable,
187
187
  args: [{ providedIn: 'root' }]
188
188
  }] });