@onecx/angular-accelerator 6.0.0-rc.16 → 6.0.0-rc.17

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.
@@ -96,58 +96,111 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
96
96
  headerStyleClass: string | undefined;
97
97
  contentStyleClass: string | undefined;
98
98
  tableCell: TemplateRef<any> | undefined;
99
+ primeNgTableCell: TemplateRef<any> | undefined;
99
100
  /**
100
101
  * @deprecated Will be replaced by dateTableCell
101
102
  */
102
103
  tableDateCell: TemplateRef<any> | undefined;
104
+ /**
105
+ * @deprecated Will be replaced by primeNgDateTableCell
106
+ */
107
+ primeNgTableDateCell: TemplateRef<any> | undefined;
103
108
  dateTableCell: TemplateRef<any> | undefined;
109
+ primeNgDateTableCell: TemplateRef<any> | undefined;
104
110
  /**
105
111
  * @deprecated Will be replaced by relativeDateTableCell
106
112
  */
107
113
  tableRelativeDateCell: TemplateRef<any> | undefined;
114
+ /**
115
+ * @deprecated Will be replaced by primeNgRelativeDateTableCell
116
+ */
117
+ primeNgTableRelativeDateCell: TemplateRef<any> | undefined;
108
118
  relativeDateTableCell: TemplateRef<any> | undefined;
119
+ primeNgRelativeDateTableCell: TemplateRef<any> | undefined;
109
120
  /**
110
121
  * @deprecated Will be replaced by translationKeyTableCell
111
122
  */
112
123
  tableTranslationKeyCell: TemplateRef<any> | undefined;
124
+ /**
125
+ * @deprecated Will be replaced by primeNgTranslationKeyTableCell
126
+ */
127
+ primeNgTableTranslationKeyCell: TemplateRef<any> | undefined;
113
128
  translationKeyTableCell: TemplateRef<any> | undefined;
129
+ primeNgTranslationKeyTableCell: TemplateRef<any> | undefined;
114
130
  gridItemSubtitleLines: TemplateRef<any> | undefined;
131
+ primeNgGridItemSubtitleLines: TemplateRef<any> | undefined;
115
132
  listItemSubtitleLines: TemplateRef<any> | undefined;
133
+ primeNgListItemSubtitleLines: TemplateRef<any> | undefined;
116
134
  stringTableCell: TemplateRef<any> | undefined;
135
+ primeNgStringTableCell: TemplateRef<any> | undefined;
117
136
  numberTableCell: TemplateRef<any> | undefined;
137
+ primeNgNumberTableCell: TemplateRef<any> | undefined;
118
138
  /**
119
139
  * @deprecated Will be removed and instead to change the template of a specific column
120
140
  * use the new approach instead by following the naming convention column id + IdTableCell
121
141
  * e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
122
142
  */
123
143
  customTableCell: TemplateRef<any> | undefined;
144
+ /**
145
+ * @deprecated Will be removed and instead to change the template of a specific column
146
+ * use the new approach instead by following the naming convention column id + IdTableCell
147
+ * e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
148
+ */
149
+ primeNgCustomTableCell: TemplateRef<any> | undefined;
124
150
  gridItem: TemplateRef<any> | undefined;
151
+ primeNgGridItem: TemplateRef<any> | undefined;
125
152
  listItem: TemplateRef<any> | undefined;
153
+ primeNgListItem: TemplateRef<any> | undefined;
126
154
  topCenter: TemplateRef<any> | undefined;
155
+ primeNgTopCenter: TemplateRef<any> | undefined;
127
156
  listValue: TemplateRef<any> | undefined;
157
+ primeNgListValue: TemplateRef<any> | undefined;
128
158
  translationKeyListValue: TemplateRef<any> | undefined;
159
+ primeNgTranslationKeyListValue: TemplateRef<any> | undefined;
129
160
  numberListValue: TemplateRef<any> | undefined;
161
+ primeNgNumberListValue: TemplateRef<any> | undefined;
130
162
  relativeDateListValue: TemplateRef<any> | undefined;
163
+ primeNgRelativeDateListValue: TemplateRef<any> | undefined;
131
164
  /**
132
165
  * @deprecated Will be removed and instead to change the template of a specific column
133
166
  * use the new approach instead by following the naming convention column id + IdListValue
134
167
  * e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
135
168
  */
136
169
  customListValue: TemplateRef<any> | undefined;
170
+ /**
171
+ * @deprecated Will be removed and instead to change the template of a specific column
172
+ * use the new approach instead by following the naming convention column id + IdListValue
173
+ * e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
174
+ */
175
+ primeNgCustomListValue: TemplateRef<any> | undefined;
137
176
  stringListValue: TemplateRef<any> | undefined;
177
+ primeNgStringListValue: TemplateRef<any> | undefined;
138
178
  dateListValue: TemplateRef<any> | undefined;
179
+ primeNgDateListValue: TemplateRef<any> | undefined;
139
180
  tableFilterCell: TemplateRef<any> | undefined;
181
+ primeNgTableFilterCell: TemplateRef<any> | undefined;
140
182
  dateTableFilterCell: TemplateRef<any> | undefined;
183
+ primeNgDateTableFilterCell: TemplateRef<any> | undefined;
141
184
  relativeDateTableFilterCell: TemplateRef<any> | undefined;
185
+ primeNgRelativeDateTableFilterCell: TemplateRef<any> | undefined;
142
186
  translationKeyTableFilterCell: TemplateRef<any> | undefined;
187
+ primeNgTranslationKeyTableFilterCell: TemplateRef<any> | undefined;
143
188
  stringTableFilterCell: TemplateRef<any> | undefined;
189
+ primeNgStringTableFilterCell: TemplateRef<any> | undefined;
144
190
  numberTableFilterCell: TemplateRef<any> | undefined;
191
+ primeNgNumberTableFilterCell: TemplateRef<any> | undefined;
145
192
  /**
146
193
  * @deprecated Will be removed and instead to change the template of a specific column filter
147
194
  * use the new approach instead by following the naming convention column id + IdTableFilterCell
148
195
  * e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
149
196
  */
150
197
  customTableFilterCell: TemplateRef<any> | undefined;
198
+ /**
199
+ * @deprecated Will be removed and instead to change the template of a specific column filter
200
+ * use the new approach instead by following the naming convention column id + IdTableFilterCell
201
+ * e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
202
+ */
203
+ primeNgCustomTableFilterCell: TemplateRef<any> | undefined;
151
204
  templates$: BehaviorSubject<QueryList<PrimeTemplate> | undefined>;
152
205
  set templates(value: QueryList<PrimeTemplate> | undefined);
153
206
  filtered: EventEmitter<Filter[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "6.0.0-rc.16",
3
+ "version": "6.0.0-rc.17",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.0",
@@ -12,13 +12,13 @@
12
12
  "@ngx-translate/core": "^16.0.0",
13
13
  "@ngx-translate/http-loader": "^8.0.0",
14
14
  "@ngneat/until-destroy": "^10.0.0",
15
- "@onecx/integration-interface": "^6.0.0-rc.16",
16
- "@onecx/angular-integration-interface": "^6.0.0-rc.16",
17
- "@onecx/angular-remote-components": "^6.0.0-rc.16",
18
- "@onecx/angular-testing": "^6.0.0-rc.16",
19
- "@onecx/accelerator": "^6.0.0-rc.16",
20
- "@onecx/angular-utils": "^6.0.0-rc.16",
21
- "@onecx/nx-migration-utils": "^6.0.0-rc.16",
15
+ "@onecx/integration-interface": "^6.0.0-rc.17",
16
+ "@onecx/angular-integration-interface": "^6.0.0-rc.17",
17
+ "@onecx/angular-remote-components": "^6.0.0-rc.17",
18
+ "@onecx/angular-testing": "^6.0.0-rc.17",
19
+ "@onecx/accelerator": "^6.0.0-rc.17",
20
+ "@onecx/angular-utils": "^6.0.0-rc.17",
21
+ "@onecx/nx-migration-utils": "^6.0.0-rc.17",
22
22
  "chart.js": "^4.4.3",
23
23
  "d3-scale-chromatic": "^3.1.0",
24
24
  "rxjs": "~7.8.1",
@@ -1,6 +1,6 @@
1
1
  import { ContentContainerComponentHarness } from '@angular/cdk/testing';
2
2
  import { DataTableHarness } from './data-table.harness';
3
- import { PButtonHarness, PChipHarness, SpanHarness } from '.';
3
+ import { PButtonHarness, PChipHarness, SpanHarness } from '@onecx/angular-testing';
4
4
  export declare class FilterViewHarness extends ContentContainerComponentHarness {
5
5
  static hostSelector: string;
6
6
  getOverlayResetFiltersButton: () => Promise<PButtonHarness | null>;
@@ -1,10 +1,10 @@
1
1
  import { ContentContainerComponentHarness } from '@angular/cdk/testing';
2
2
  import { PButtonHarness } from '@onecx/angular-testing';
3
3
  import { PSelectHarness } from '@onecx/angular-testing';
4
- import { CustomGroupColumnSelectorHarness } from '.';
5
4
  import { DataLayoutSelectionHarness } from './data-layout-selection.harness';
6
5
  import { DataViewHarness } from './data-view.harness';
7
6
  import { SlotHarness } from './slot.harness';
7
+ import { CustomGroupColumnSelectorHarness } from './custom-group-column-selector.harness';
8
8
  export declare class InteractiveDataViewHarness extends ContentContainerComponentHarness {
9
9
  static hostSelector: string;
10
10
  getHeaderStyleClasses(): Promise<string[]>;