1 | (function (global, factory) {
|
---|
2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/testing')) :
|
---|
3 | typeof define === 'function' && define.amd ? define('@angular/material/table/testing', ['exports', '@angular/cdk/testing'], factory) :
|
---|
4 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.table = global.ng.material.table || {}, global.ng.material.table.testing = {}), global.ng.cdk.testing));
|
---|
5 | }(this, (function (exports, testing) { 'use strict';
|
---|
6 |
|
---|
7 | /*! *****************************************************************************
|
---|
8 | Copyright (c) Microsoft Corporation.
|
---|
9 |
|
---|
10 | Permission to use, copy, modify, and/or distribute this software for any
|
---|
11 | purpose with or without fee is hereby granted.
|
---|
12 |
|
---|
13 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
---|
14 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
---|
15 | AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
---|
16 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
---|
17 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
---|
18 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
---|
19 | PERFORMANCE OF THIS SOFTWARE.
|
---|
20 | ***************************************************************************** */
|
---|
21 | /* global Reflect, Promise */
|
---|
22 | var extendStatics = function (d, b) {
|
---|
23 | extendStatics = Object.setPrototypeOf ||
|
---|
24 | ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
---|
25 | function (d, b) { for (var p in b)
|
---|
26 | if (Object.prototype.hasOwnProperty.call(b, p))
|
---|
27 | d[p] = b[p]; };
|
---|
28 | return extendStatics(d, b);
|
---|
29 | };
|
---|
30 | function __extends(d, b) {
|
---|
31 | if (typeof b !== "function" && b !== null)
|
---|
32 | throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
---|
33 | extendStatics(d, b);
|
---|
34 | function __() { this.constructor = d; }
|
---|
35 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
---|
36 | }
|
---|
37 | var __assign = function () {
|
---|
38 | __assign = Object.assign || function __assign(t) {
|
---|
39 | for (var s, i = 1, n = arguments.length; i < n; i++) {
|
---|
40 | s = arguments[i];
|
---|
41 | for (var p in s)
|
---|
42 | if (Object.prototype.hasOwnProperty.call(s, p))
|
---|
43 | t[p] = s[p];
|
---|
44 | }
|
---|
45 | return t;
|
---|
46 | };
|
---|
47 | return __assign.apply(this, arguments);
|
---|
48 | };
|
---|
49 | function __rest(s, e) {
|
---|
50 | var t = {};
|
---|
51 | for (var p in s)
|
---|
52 | if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
---|
53 | t[p] = s[p];
|
---|
54 | if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
---|
55 | for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
---|
56 | if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
---|
57 | t[p[i]] = s[p[i]];
|
---|
58 | }
|
---|
59 | return t;
|
---|
60 | }
|
---|
61 | function __decorate(decorators, target, key, desc) {
|
---|
62 | var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
---|
63 | if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
---|
64 | r = Reflect.decorate(decorators, target, key, desc);
|
---|
65 | else
|
---|
66 | for (var i = decorators.length - 1; i >= 0; i--)
|
---|
67 | if (d = decorators[i])
|
---|
68 | r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
---|
69 | return c > 3 && r && Object.defineProperty(target, key, r), r;
|
---|
70 | }
|
---|
71 | function __param(paramIndex, decorator) {
|
---|
72 | return function (target, key) { decorator(target, key, paramIndex); };
|
---|
73 | }
|
---|
74 | function __metadata(metadataKey, metadataValue) {
|
---|
75 | if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
---|
76 | return Reflect.metadata(metadataKey, metadataValue);
|
---|
77 | }
|
---|
78 | function __awaiter(thisArg, _arguments, P, generator) {
|
---|
79 | function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
---|
80 | return new (P || (P = Promise))(function (resolve, reject) {
|
---|
81 | function fulfilled(value) { try {
|
---|
82 | step(generator.next(value));
|
---|
83 | }
|
---|
84 | catch (e) {
|
---|
85 | reject(e);
|
---|
86 | } }
|
---|
87 | function rejected(value) { try {
|
---|
88 | step(generator["throw"](value));
|
---|
89 | }
|
---|
90 | catch (e) {
|
---|
91 | reject(e);
|
---|
92 | } }
|
---|
93 | function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
---|
94 | step((generator = generator.apply(thisArg, _arguments || [])).next());
|
---|
95 | });
|
---|
96 | }
|
---|
97 | function __generator(thisArg, body) {
|
---|
98 | var _ = { label: 0, sent: function () { if (t[0] & 1)
|
---|
99 | throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
---|
100 | return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
---|
101 | function verb(n) { return function (v) { return step([n, v]); }; }
|
---|
102 | function step(op) {
|
---|
103 | if (f)
|
---|
104 | throw new TypeError("Generator is already executing.");
|
---|
105 | while (_)
|
---|
106 | try {
|
---|
107 | if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
---|
108 | return t;
|
---|
109 | if (y = 0, t)
|
---|
110 | op = [op[0] & 2, t.value];
|
---|
111 | switch (op[0]) {
|
---|
112 | case 0:
|
---|
113 | case 1:
|
---|
114 | t = op;
|
---|
115 | break;
|
---|
116 | case 4:
|
---|
117 | _.label++;
|
---|
118 | return { value: op[1], done: false };
|
---|
119 | case 5:
|
---|
120 | _.label++;
|
---|
121 | y = op[1];
|
---|
122 | op = [0];
|
---|
123 | continue;
|
---|
124 | case 7:
|
---|
125 | op = _.ops.pop();
|
---|
126 | _.trys.pop();
|
---|
127 | continue;
|
---|
128 | default:
|
---|
129 | if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
---|
130 | _ = 0;
|
---|
131 | continue;
|
---|
132 | }
|
---|
133 | if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
---|
134 | _.label = op[1];
|
---|
135 | break;
|
---|
136 | }
|
---|
137 | if (op[0] === 6 && _.label < t[1]) {
|
---|
138 | _.label = t[1];
|
---|
139 | t = op;
|
---|
140 | break;
|
---|
141 | }
|
---|
142 | if (t && _.label < t[2]) {
|
---|
143 | _.label = t[2];
|
---|
144 | _.ops.push(op);
|
---|
145 | break;
|
---|
146 | }
|
---|
147 | if (t[2])
|
---|
148 | _.ops.pop();
|
---|
149 | _.trys.pop();
|
---|
150 | continue;
|
---|
151 | }
|
---|
152 | op = body.call(thisArg, _);
|
---|
153 | }
|
---|
154 | catch (e) {
|
---|
155 | op = [6, e];
|
---|
156 | y = 0;
|
---|
157 | }
|
---|
158 | finally {
|
---|
159 | f = t = 0;
|
---|
160 | }
|
---|
161 | if (op[0] & 5)
|
---|
162 | throw op[1];
|
---|
163 | return { value: op[0] ? op[1] : void 0, done: true };
|
---|
164 | }
|
---|
165 | }
|
---|
166 | var __createBinding = Object.create ? (function (o, m, k, k2) {
|
---|
167 | if (k2 === undefined)
|
---|
168 | k2 = k;
|
---|
169 | Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
---|
170 | }) : (function (o, m, k, k2) {
|
---|
171 | if (k2 === undefined)
|
---|
172 | k2 = k;
|
---|
173 | o[k2] = m[k];
|
---|
174 | });
|
---|
175 | function __exportStar(m, o) {
|
---|
176 | for (var p in m)
|
---|
177 | if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
---|
178 | __createBinding(o, m, p);
|
---|
179 | }
|
---|
180 | function __values(o) {
|
---|
181 | var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
---|
182 | if (m)
|
---|
183 | return m.call(o);
|
---|
184 | if (o && typeof o.length === "number")
|
---|
185 | return {
|
---|
186 | next: function () {
|
---|
187 | if (o && i >= o.length)
|
---|
188 | o = void 0;
|
---|
189 | return { value: o && o[i++], done: !o };
|
---|
190 | }
|
---|
191 | };
|
---|
192 | throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
---|
193 | }
|
---|
194 | function __read(o, n) {
|
---|
195 | var m = typeof Symbol === "function" && o[Symbol.iterator];
|
---|
196 | if (!m)
|
---|
197 | return o;
|
---|
198 | var i = m.call(o), r, ar = [], e;
|
---|
199 | try {
|
---|
200 | while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
---|
201 | ar.push(r.value);
|
---|
202 | }
|
---|
203 | catch (error) {
|
---|
204 | e = { error: error };
|
---|
205 | }
|
---|
206 | finally {
|
---|
207 | try {
|
---|
208 | if (r && !r.done && (m = i["return"]))
|
---|
209 | m.call(i);
|
---|
210 | }
|
---|
211 | finally {
|
---|
212 | if (e)
|
---|
213 | throw e.error;
|
---|
214 | }
|
---|
215 | }
|
---|
216 | return ar;
|
---|
217 | }
|
---|
218 | /** @deprecated */
|
---|
219 | function __spread() {
|
---|
220 | for (var ar = [], i = 0; i < arguments.length; i++)
|
---|
221 | ar = ar.concat(__read(arguments[i]));
|
---|
222 | return ar;
|
---|
223 | }
|
---|
224 | /** @deprecated */
|
---|
225 | function __spreadArrays() {
|
---|
226 | for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
---|
227 | s += arguments[i].length;
|
---|
228 | for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
---|
229 | for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
---|
230 | r[k] = a[j];
|
---|
231 | return r;
|
---|
232 | }
|
---|
233 | function __spreadArray(to, from, pack) {
|
---|
234 | if (pack || arguments.length === 2)
|
---|
235 | for (var i = 0, l = from.length, ar; i < l; i++) {
|
---|
236 | if (ar || !(i in from)) {
|
---|
237 | if (!ar)
|
---|
238 | ar = Array.prototype.slice.call(from, 0, i);
|
---|
239 | ar[i] = from[i];
|
---|
240 | }
|
---|
241 | }
|
---|
242 | return to.concat(ar || from);
|
---|
243 | }
|
---|
244 | function __await(v) {
|
---|
245 | return this instanceof __await ? (this.v = v, this) : new __await(v);
|
---|
246 | }
|
---|
247 | function __asyncGenerator(thisArg, _arguments, generator) {
|
---|
248 | if (!Symbol.asyncIterator)
|
---|
249 | throw new TypeError("Symbol.asyncIterator is not defined.");
|
---|
250 | var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
---|
251 | return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
---|
252 | function verb(n) { if (g[n])
|
---|
253 | i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
---|
254 | function resume(n, v) { try {
|
---|
255 | step(g[n](v));
|
---|
256 | }
|
---|
257 | catch (e) {
|
---|
258 | settle(q[0][3], e);
|
---|
259 | } }
|
---|
260 | function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
---|
261 | function fulfill(value) { resume("next", value); }
|
---|
262 | function reject(value) { resume("throw", value); }
|
---|
263 | function settle(f, v) { if (f(v), q.shift(), q.length)
|
---|
264 | resume(q[0][0], q[0][1]); }
|
---|
265 | }
|
---|
266 | function __asyncDelegator(o) {
|
---|
267 | var i, p;
|
---|
268 | return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
---|
269 | function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
---|
270 | }
|
---|
271 | function __asyncValues(o) {
|
---|
272 | if (!Symbol.asyncIterator)
|
---|
273 | throw new TypeError("Symbol.asyncIterator is not defined.");
|
---|
274 | var m = o[Symbol.asyncIterator], i;
|
---|
275 | return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
---|
276 | function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
---|
277 | function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
---|
278 | }
|
---|
279 | function __makeTemplateObject(cooked, raw) {
|
---|
280 | if (Object.defineProperty) {
|
---|
281 | Object.defineProperty(cooked, "raw", { value: raw });
|
---|
282 | }
|
---|
283 | else {
|
---|
284 | cooked.raw = raw;
|
---|
285 | }
|
---|
286 | return cooked;
|
---|
287 | }
|
---|
288 | ;
|
---|
289 | var __setModuleDefault = Object.create ? (function (o, v) {
|
---|
290 | Object.defineProperty(o, "default", { enumerable: true, value: v });
|
---|
291 | }) : function (o, v) {
|
---|
292 | o["default"] = v;
|
---|
293 | };
|
---|
294 | function __importStar(mod) {
|
---|
295 | if (mod && mod.__esModule)
|
---|
296 | return mod;
|
---|
297 | var result = {};
|
---|
298 | if (mod != null)
|
---|
299 | for (var k in mod)
|
---|
300 | if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
---|
301 | __createBinding(result, mod, k);
|
---|
302 | __setModuleDefault(result, mod);
|
---|
303 | return result;
|
---|
304 | }
|
---|
305 | function __importDefault(mod) {
|
---|
306 | return (mod && mod.__esModule) ? mod : { default: mod };
|
---|
307 | }
|
---|
308 | function __classPrivateFieldGet(receiver, state, kind, f) {
|
---|
309 | if (kind === "a" && !f)
|
---|
310 | throw new TypeError("Private accessor was defined without a getter");
|
---|
311 | if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
---|
312 | throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
---|
313 | return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
---|
314 | }
|
---|
315 | function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
---|
316 | if (kind === "m")
|
---|
317 | throw new TypeError("Private method is not writable");
|
---|
318 | if (kind === "a" && !f)
|
---|
319 | throw new TypeError("Private accessor was defined without a setter");
|
---|
320 | if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
---|
321 | throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
---|
322 | return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
---|
323 | }
|
---|
324 |
|
---|
325 | /** Harness for interacting with a standard Angular Material table cell. */
|
---|
326 | var MatCellHarness = /** @class */ (function (_super) {
|
---|
327 | __extends(MatCellHarness, _super);
|
---|
328 | function MatCellHarness() {
|
---|
329 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
330 | }
|
---|
331 | /**
|
---|
332 | * Gets a `HarnessPredicate` that can be used to search for a table cell with specific attributes.
|
---|
333 | * @param options Options for narrowing the search
|
---|
334 | * @return a `HarnessPredicate` configured with the given options.
|
---|
335 | */
|
---|
336 | MatCellHarness.with = function (options) {
|
---|
337 | if (options === void 0) { options = {}; }
|
---|
338 | return MatCellHarness._getCellPredicate(MatCellHarness, options);
|
---|
339 | };
|
---|
340 | /** Gets the cell's text. */
|
---|
341 | MatCellHarness.prototype.getText = function () {
|
---|
342 | return __awaiter(this, void 0, void 0, function () {
|
---|
343 | return __generator(this, function (_a) {
|
---|
344 | switch (_a.label) {
|
---|
345 | case 0: return [4 /*yield*/, this.host()];
|
---|
346 | case 1: return [2 /*return*/, (_a.sent()).text()];
|
---|
347 | }
|
---|
348 | });
|
---|
349 | });
|
---|
350 | };
|
---|
351 | /** Gets the name of the column that the cell belongs to. */
|
---|
352 | MatCellHarness.prototype.getColumnName = function () {
|
---|
353 | return __awaiter(this, void 0, void 0, function () {
|
---|
354 | var host, classAttribute, prefix_1, name;
|
---|
355 | return __generator(this, function (_a) {
|
---|
356 | switch (_a.label) {
|
---|
357 | case 0: return [4 /*yield*/, this.host()];
|
---|
358 | case 1:
|
---|
359 | host = _a.sent();
|
---|
360 | return [4 /*yield*/, host.getAttribute('class')];
|
---|
361 | case 2:
|
---|
362 | classAttribute = _a.sent();
|
---|
363 | if (classAttribute) {
|
---|
364 | prefix_1 = 'mat-column-';
|
---|
365 | name = classAttribute.split(' ').map(function (c) { return c.trim(); }).find(function (c) { return c.startsWith(prefix_1); });
|
---|
366 | if (name) {
|
---|
367 | return [2 /*return*/, name.split(prefix_1)[1]];
|
---|
368 | }
|
---|
369 | }
|
---|
370 | throw Error('Could not determine column name of cell.');
|
---|
371 | }
|
---|
372 | });
|
---|
373 | });
|
---|
374 | };
|
---|
375 | MatCellHarness._getCellPredicate = function (type, options) {
|
---|
376 | return new testing.HarnessPredicate(type, options)
|
---|
377 | .addOption('text', options.text, function (harness, text) { return testing.HarnessPredicate.stringMatches(harness.getText(), text); })
|
---|
378 | .addOption('columnName', options.columnName, function (harness, name) { return testing.HarnessPredicate.stringMatches(harness.getColumnName(), name); });
|
---|
379 | };
|
---|
380 | return MatCellHarness;
|
---|
381 | }(testing.ContentContainerComponentHarness));
|
---|
382 | /** The selector for the host element of a `MatCellHarness` instance. */
|
---|
383 | MatCellHarness.hostSelector = '.mat-cell';
|
---|
384 | /** Harness for interacting with a standard Angular Material table header cell. */
|
---|
385 | var MatHeaderCellHarness = /** @class */ (function (_super) {
|
---|
386 | __extends(MatHeaderCellHarness, _super);
|
---|
387 | function MatHeaderCellHarness() {
|
---|
388 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
389 | }
|
---|
390 | /**
|
---|
391 | * Gets a `HarnessPredicate` that can be used to search for
|
---|
392 | * a table header cell with specific attributes.
|
---|
393 | * @param options Options for narrowing the search
|
---|
394 | * @return a `HarnessPredicate` configured with the given options.
|
---|
395 | */
|
---|
396 | MatHeaderCellHarness.with = function (options) {
|
---|
397 | if (options === void 0) { options = {}; }
|
---|
398 | return MatHeaderCellHarness._getCellPredicate(MatHeaderCellHarness, options);
|
---|
399 | };
|
---|
400 | return MatHeaderCellHarness;
|
---|
401 | }(MatCellHarness));
|
---|
402 | /** The selector for the host element of a `MatHeaderCellHarness` instance. */
|
---|
403 | MatHeaderCellHarness.hostSelector = '.mat-header-cell';
|
---|
404 | /** Harness for interacting with a standard Angular Material table footer cell. */
|
---|
405 | var MatFooterCellHarness = /** @class */ (function (_super) {
|
---|
406 | __extends(MatFooterCellHarness, _super);
|
---|
407 | function MatFooterCellHarness() {
|
---|
408 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
409 | }
|
---|
410 | /**
|
---|
411 | * Gets a `HarnessPredicate` that can be used to search for
|
---|
412 | * a table footer cell with specific attributes.
|
---|
413 | * @param options Options for narrowing the search
|
---|
414 | * @return a `HarnessPredicate` configured with the given options.
|
---|
415 | */
|
---|
416 | MatFooterCellHarness.with = function (options) {
|
---|
417 | if (options === void 0) { options = {}; }
|
---|
418 | return MatFooterCellHarness._getCellPredicate(MatFooterCellHarness, options);
|
---|
419 | };
|
---|
420 | return MatFooterCellHarness;
|
---|
421 | }(MatCellHarness));
|
---|
422 | /** The selector for the host element of a `MatFooterCellHarness` instance. */
|
---|
423 | MatFooterCellHarness.hostSelector = '.mat-footer-cell';
|
---|
424 |
|
---|
425 | var _MatRowHarnessBase = /** @class */ (function (_super) {
|
---|
426 | __extends(_MatRowHarnessBase, _super);
|
---|
427 | function _MatRowHarnessBase() {
|
---|
428 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
429 | }
|
---|
430 | /** Gets a list of `MatCellHarness` for all cells in the row. */
|
---|
431 | _MatRowHarnessBase.prototype.getCells = function (filter) {
|
---|
432 | if (filter === void 0) { filter = {}; }
|
---|
433 | return __awaiter(this, void 0, void 0, function () {
|
---|
434 | return __generator(this, function (_a) {
|
---|
435 | return [2 /*return*/, this.locatorForAll(this._cellHarness.with(filter))()];
|
---|
436 | });
|
---|
437 | });
|
---|
438 | };
|
---|
439 | /** Gets the text of the cells in the row. */
|
---|
440 | _MatRowHarnessBase.prototype.getCellTextByIndex = function (filter) {
|
---|
441 | if (filter === void 0) { filter = {}; }
|
---|
442 | return __awaiter(this, void 0, void 0, function () {
|
---|
443 | var cells;
|
---|
444 | return __generator(this, function (_a) {
|
---|
445 | switch (_a.label) {
|
---|
446 | case 0: return [4 /*yield*/, this.getCells(filter)];
|
---|
447 | case 1:
|
---|
448 | cells = _a.sent();
|
---|
449 | return [2 /*return*/, testing.parallel(function () { return cells.map(function (cell) { return cell.getText(); }); })];
|
---|
450 | }
|
---|
451 | });
|
---|
452 | });
|
---|
453 | };
|
---|
454 | /** Gets the text inside the row organized by columns. */
|
---|
455 | _MatRowHarnessBase.prototype.getCellTextByColumnName = function () {
|
---|
456 | return __awaiter(this, void 0, void 0, function () {
|
---|
457 | var output, cells, cellsData;
|
---|
458 | return __generator(this, function (_a) {
|
---|
459 | switch (_a.label) {
|
---|
460 | case 0:
|
---|
461 | output = {};
|
---|
462 | return [4 /*yield*/, this.getCells()];
|
---|
463 | case 1:
|
---|
464 | cells = _a.sent();
|
---|
465 | return [4 /*yield*/, testing.parallel(function () { return cells.map(function (cell) {
|
---|
466 | return testing.parallel(function () { return [cell.getColumnName(), cell.getText()]; });
|
---|
467 | }); })];
|
---|
468 | case 2:
|
---|
469 | cellsData = _a.sent();
|
---|
470 | cellsData.forEach(function (_a) {
|
---|
471 | var _b = __read(_a, 2), columnName = _b[0], text = _b[1];
|
---|
472 | return output[columnName] = text;
|
---|
473 | });
|
---|
474 | return [2 /*return*/, output];
|
---|
475 | }
|
---|
476 | });
|
---|
477 | });
|
---|
478 | };
|
---|
479 | return _MatRowHarnessBase;
|
---|
480 | }(testing.ComponentHarness));
|
---|
481 | /** Harness for interacting with a standard Angular Material table row. */
|
---|
482 | var MatRowHarness = /** @class */ (function (_super) {
|
---|
483 | __extends(MatRowHarness, _super);
|
---|
484 | function MatRowHarness() {
|
---|
485 | var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
---|
486 | _this._cellHarness = MatCellHarness;
|
---|
487 | return _this;
|
---|
488 | }
|
---|
489 | /**
|
---|
490 | * Gets a `HarnessPredicate` that can be used to search for a table row with specific attributes.
|
---|
491 | * @param options Options for narrowing the search
|
---|
492 | * @return a `HarnessPredicate` configured with the given options.
|
---|
493 | */
|
---|
494 | MatRowHarness.with = function (options) {
|
---|
495 | if (options === void 0) { options = {}; }
|
---|
496 | return new testing.HarnessPredicate(MatRowHarness, options);
|
---|
497 | };
|
---|
498 | return MatRowHarness;
|
---|
499 | }(_MatRowHarnessBase));
|
---|
500 | /** The selector for the host element of a `MatRowHarness` instance. */
|
---|
501 | MatRowHarness.hostSelector = '.mat-row';
|
---|
502 | /** Harness for interacting with a standard Angular Material table header row. */
|
---|
503 | var MatHeaderRowHarness = /** @class */ (function (_super) {
|
---|
504 | __extends(MatHeaderRowHarness, _super);
|
---|
505 | function MatHeaderRowHarness() {
|
---|
506 | var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
---|
507 | _this._cellHarness = MatHeaderCellHarness;
|
---|
508 | return _this;
|
---|
509 | }
|
---|
510 | /**
|
---|
511 | * Gets a `HarnessPredicate` that can be used to search for
|
---|
512 | * a table header row with specific attributes.
|
---|
513 | * @param options Options for narrowing the search
|
---|
514 | * @return a `HarnessPredicate` configured with the given options.
|
---|
515 | */
|
---|
516 | MatHeaderRowHarness.with = function (options) {
|
---|
517 | if (options === void 0) { options = {}; }
|
---|
518 | return new testing.HarnessPredicate(MatHeaderRowHarness, options);
|
---|
519 | };
|
---|
520 | return MatHeaderRowHarness;
|
---|
521 | }(_MatRowHarnessBase));
|
---|
522 | /** The selector for the host element of a `MatHeaderRowHarness` instance. */
|
---|
523 | MatHeaderRowHarness.hostSelector = '.mat-header-row';
|
---|
524 | /** Harness for interacting with a standard Angular Material table footer row. */
|
---|
525 | var MatFooterRowHarness = /** @class */ (function (_super) {
|
---|
526 | __extends(MatFooterRowHarness, _super);
|
---|
527 | function MatFooterRowHarness() {
|
---|
528 | var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
---|
529 | _this._cellHarness = MatFooterCellHarness;
|
---|
530 | return _this;
|
---|
531 | }
|
---|
532 | /**
|
---|
533 | * Gets a `HarnessPredicate` that can be used to search for
|
---|
534 | * a table footer row cell with specific attributes.
|
---|
535 | * @param options Options for narrowing the search
|
---|
536 | * @return a `HarnessPredicate` configured with the given options.
|
---|
537 | */
|
---|
538 | MatFooterRowHarness.with = function (options) {
|
---|
539 | if (options === void 0) { options = {}; }
|
---|
540 | return new testing.HarnessPredicate(MatFooterRowHarness, options);
|
---|
541 | };
|
---|
542 | return MatFooterRowHarness;
|
---|
543 | }(_MatRowHarnessBase));
|
---|
544 | /** The selector for the host element of a `MatFooterRowHarness` instance. */
|
---|
545 | MatFooterRowHarness.hostSelector = '.mat-footer-row';
|
---|
546 |
|
---|
547 | var _MatTableHarnessBase = /** @class */ (function (_super) {
|
---|
548 | __extends(_MatTableHarnessBase, _super);
|
---|
549 | function _MatTableHarnessBase() {
|
---|
550 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
551 | }
|
---|
552 | /** Gets all of the header rows in a table. */
|
---|
553 | _MatTableHarnessBase.prototype.getHeaderRows = function (filter) {
|
---|
554 | if (filter === void 0) { filter = {}; }
|
---|
555 | return __awaiter(this, void 0, void 0, function () {
|
---|
556 | return __generator(this, function (_a) {
|
---|
557 | return [2 /*return*/, this.locatorForAll(this._headerRowHarness.with(filter))()];
|
---|
558 | });
|
---|
559 | });
|
---|
560 | };
|
---|
561 | /** Gets all of the regular data rows in a table. */
|
---|
562 | _MatTableHarnessBase.prototype.getRows = function (filter) {
|
---|
563 | if (filter === void 0) { filter = {}; }
|
---|
564 | return __awaiter(this, void 0, void 0, function () {
|
---|
565 | return __generator(this, function (_a) {
|
---|
566 | return [2 /*return*/, this.locatorForAll(this._rowHarness.with(filter))()];
|
---|
567 | });
|
---|
568 | });
|
---|
569 | };
|
---|
570 | /** Gets all of the footer rows in a table. */
|
---|
571 | _MatTableHarnessBase.prototype.getFooterRows = function (filter) {
|
---|
572 | if (filter === void 0) { filter = {}; }
|
---|
573 | return __awaiter(this, void 0, void 0, function () {
|
---|
574 | return __generator(this, function (_a) {
|
---|
575 | return [2 /*return*/, this.locatorForAll(this._footerRowHarness.with(filter))()];
|
---|
576 | });
|
---|
577 | });
|
---|
578 | };
|
---|
579 | /** Gets the text inside the entire table organized by rows. */
|
---|
580 | _MatTableHarnessBase.prototype.getCellTextByIndex = function () {
|
---|
581 | return __awaiter(this, void 0, void 0, function () {
|
---|
582 | var rows;
|
---|
583 | return __generator(this, function (_a) {
|
---|
584 | switch (_a.label) {
|
---|
585 | case 0: return [4 /*yield*/, this.getRows()];
|
---|
586 | case 1:
|
---|
587 | rows = _a.sent();
|
---|
588 | return [2 /*return*/, testing.parallel(function () { return rows.map(function (row) { return row.getCellTextByIndex(); }); })];
|
---|
589 | }
|
---|
590 | });
|
---|
591 | });
|
---|
592 | };
|
---|
593 | /** Gets the text inside the entire table organized by columns. */
|
---|
594 | _MatTableHarnessBase.prototype.getCellTextByColumnName = function () {
|
---|
595 | return __awaiter(this, void 0, void 0, function () {
|
---|
596 | var _a, headerRows, footerRows, dataRows, text, _b, headerData, footerData, rowsData;
|
---|
597 | var _this = this;
|
---|
598 | return __generator(this, function (_c) {
|
---|
599 | switch (_c.label) {
|
---|
600 | case 0: return [4 /*yield*/, testing.parallel(function () { return [
|
---|
601 | _this.getHeaderRows(),
|
---|
602 | _this.getFooterRows(),
|
---|
603 | _this.getRows()
|
---|
604 | ]; })];
|
---|
605 | case 1:
|
---|
606 | _a = __read.apply(void 0, [_c.sent(), 3]), headerRows = _a[0], footerRows = _a[1], dataRows = _a[2];
|
---|
607 | text = {};
|
---|
608 | return [4 /*yield*/, testing.parallel(function () { return [
|
---|
609 | testing.parallel(function () { return headerRows.map(function (row) { return row.getCellTextByColumnName(); }); }),
|
---|
610 | testing.parallel(function () { return footerRows.map(function (row) { return row.getCellTextByColumnName(); }); }),
|
---|
611 | testing.parallel(function () { return dataRows.map(function (row) { return row.getCellTextByColumnName(); }); }),
|
---|
612 | ]; })];
|
---|
613 | case 2:
|
---|
614 | _b = __read.apply(void 0, [_c.sent(), 3]), headerData = _b[0], footerData = _b[1], rowsData = _b[2];
|
---|
615 | rowsData.forEach(function (data) {
|
---|
616 | Object.keys(data).forEach(function (columnName) {
|
---|
617 | var cellText = data[columnName];
|
---|
618 | if (!text[columnName]) {
|
---|
619 | text[columnName] = {
|
---|
620 | headerText: getCellTextsByColumn(headerData, columnName),
|
---|
621 | footerText: getCellTextsByColumn(footerData, columnName),
|
---|
622 | text: []
|
---|
623 | };
|
---|
624 | }
|
---|
625 | text[columnName].text.push(cellText);
|
---|
626 | });
|
---|
627 | });
|
---|
628 | return [2 /*return*/, text];
|
---|
629 | }
|
---|
630 | });
|
---|
631 | });
|
---|
632 | };
|
---|
633 | return _MatTableHarnessBase;
|
---|
634 | }(testing.ContentContainerComponentHarness));
|
---|
635 | /** Harness for interacting with a standard mat-table in tests. */
|
---|
636 | var MatTableHarness = /** @class */ (function (_super) {
|
---|
637 | __extends(MatTableHarness, _super);
|
---|
638 | function MatTableHarness() {
|
---|
639 | var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
---|
640 | _this._headerRowHarness = MatHeaderRowHarness;
|
---|
641 | _this._rowHarness = MatRowHarness;
|
---|
642 | _this._footerRowHarness = MatFooterRowHarness;
|
---|
643 | return _this;
|
---|
644 | }
|
---|
645 | /**
|
---|
646 | * Gets a `HarnessPredicate` that can be used to search for a table with specific attributes.
|
---|
647 | * @param options Options for narrowing the search
|
---|
648 | * @return a `HarnessPredicate` configured with the given options.
|
---|
649 | */
|
---|
650 | MatTableHarness.with = function (options) {
|
---|
651 | if (options === void 0) { options = {}; }
|
---|
652 | return new testing.HarnessPredicate(MatTableHarness, options);
|
---|
653 | };
|
---|
654 | return MatTableHarness;
|
---|
655 | }(_MatTableHarnessBase));
|
---|
656 | /** The selector for the host element of a `MatTableHarness` instance. */
|
---|
657 | MatTableHarness.hostSelector = '.mat-table';
|
---|
658 | /** Extracts the text of cells only under a particular column. */
|
---|
659 | function getCellTextsByColumn(rowsData, column) {
|
---|
660 | var columnTexts = [];
|
---|
661 | rowsData.forEach(function (data) {
|
---|
662 | Object.keys(data).forEach(function (columnName) {
|
---|
663 | if (columnName === column) {
|
---|
664 | columnTexts.push(data[columnName]);
|
---|
665 | }
|
---|
666 | });
|
---|
667 | });
|
---|
668 | return columnTexts;
|
---|
669 | }
|
---|
670 |
|
---|
671 | /**
|
---|
672 | * @license
|
---|
673 | * Copyright Google LLC All Rights Reserved.
|
---|
674 | *
|
---|
675 | * Use of this source code is governed by an MIT-style license that can be
|
---|
676 | * found in the LICENSE file at https://angular.io/license
|
---|
677 | */
|
---|
678 |
|
---|
679 | /**
|
---|
680 | * @license
|
---|
681 | * Copyright Google LLC All Rights Reserved.
|
---|
682 | *
|
---|
683 | * Use of this source code is governed by an MIT-style license that can be
|
---|
684 | * found in the LICENSE file at https://angular.io/license
|
---|
685 | */
|
---|
686 |
|
---|
687 | exports.MatCellHarness = MatCellHarness;
|
---|
688 | exports.MatFooterCellHarness = MatFooterCellHarness;
|
---|
689 | exports.MatFooterRowHarness = MatFooterRowHarness;
|
---|
690 | exports.MatHeaderCellHarness = MatHeaderCellHarness;
|
---|
691 | exports.MatHeaderRowHarness = MatHeaderRowHarness;
|
---|
692 | exports.MatRowHarness = MatRowHarness;
|
---|
693 | exports.MatTableHarness = MatTableHarness;
|
---|
694 | exports._MatRowHarnessBase = _MatRowHarnessBase;
|
---|
695 | exports._MatTableHarnessBase = _MatTableHarnessBase;
|
---|
696 |
|
---|
697 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
698 |
|
---|
699 | })));
|
---|
700 | //# sourceMappingURL=material-table-testing.umd.js.map
|
---|