@taiga-ui/cdk 3.87.0-canary.95b57e0 → 3.87.0-canary.96c5656
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.
- package/bundles/taiga-ui-cdk-abstract.umd.js +971 -1118
- package/bundles/taiga-ui-cdk-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js +504 -650
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js +404 -550
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js +591 -737
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js +6 -152
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-decorators.umd.js +6 -152
- package/bundles/taiga-ui-cdk-decorators.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-active-zone.umd.js +437 -583
- package/bundles/taiga-ui-cdk-directives-active-zone.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +706 -852
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-for-async.umd.js +426 -572
- package/bundles/taiga-ui-cdk-directives-for-async.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js +410 -556
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-resizer.umd.js +482 -628
- package/bundles/taiga-ui-cdk-directives-resizer.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-exceptions.umd.js +426 -572
- package/bundles/taiga-ui-cdk-exceptions.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js +373 -519
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js +373 -519
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-services.umd.js +840 -986
- package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-tokens.umd.js +650 -796
- package/bundles/taiga-ui-cdk-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-color.umd.js +6 -152
- package/bundles/taiga-ui-cdk-utils-color.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-focus.umd.js +4 -1
- package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +6 -152
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
- package/esm2015/utils/focus/set-native-mouse-focused.js +5 -2
- package/fesm2015/taiga-ui-cdk-utils-focus.js +4 -1
- package/fesm2015/taiga-ui-cdk-utils-focus.js.map +1 -1
- package/package.json +1 -1
@@ -1,596 +1,450 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
3
|
+
typeof define === 'function' && define.amd ? define('@taiga-ui/cdk/exceptions', ['exports'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].cdk = global["taiga-ui"].cdk || {}, global["taiga-ui"].cdk.exceptions = {})));
|
5
5
|
})(this, (function (exports) { 'use strict';
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
/*! *****************************************************************************
|
8
|
+
Copyright (c) Microsoft Corporation.
|
9
9
|
|
10
|
-
|
11
|
-
|
10
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
11
|
+
purpose with or without fee is hereby granted.
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
function reject(value) { resume("throw", value); }
|
325
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
326
|
-
resume(q[0][0], q[0][1]); }
|
327
|
-
}
|
328
|
-
function __asyncDelegator(o) {
|
329
|
-
var i, p;
|
330
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
331
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
332
|
-
}
|
333
|
-
function __asyncValues(o) {
|
334
|
-
if (!Symbol.asyncIterator)
|
335
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
336
|
-
var m = o[Symbol.asyncIterator], i;
|
337
|
-
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);
|
338
|
-
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); }); }; }
|
339
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
340
|
-
}
|
341
|
-
function __makeTemplateObject(cooked, raw) {
|
342
|
-
if (Object.defineProperty) {
|
343
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
344
|
-
}
|
345
|
-
else {
|
346
|
-
cooked.raw = raw;
|
347
|
-
}
|
348
|
-
return cooked;
|
349
|
-
}
|
350
|
-
;
|
351
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
352
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
353
|
-
}) : function (o, v) {
|
354
|
-
o["default"] = v;
|
355
|
-
};
|
356
|
-
function __importStar(mod) {
|
357
|
-
if (mod && mod.__esModule)
|
358
|
-
return mod;
|
359
|
-
var result = {};
|
360
|
-
if (mod != null)
|
361
|
-
for (var k in mod)
|
362
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
363
|
-
__createBinding(result, mod, k);
|
364
|
-
__setModuleDefault(result, mod);
|
365
|
-
return result;
|
366
|
-
}
|
367
|
-
function __importDefault(mod) {
|
368
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
369
|
-
}
|
370
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
371
|
-
if (kind === "a" && !f)
|
372
|
-
throw new TypeError("Private accessor was defined without a getter");
|
373
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
374
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
375
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
376
|
-
}
|
377
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
378
|
-
if (kind === "m")
|
379
|
-
throw new TypeError("Private method is not writable");
|
380
|
-
if (kind === "a" && !f)
|
381
|
-
throw new TypeError("Private accessor was defined without a setter");
|
382
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
383
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
384
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
385
|
-
}
|
386
|
-
function __classPrivateFieldIn(state, receiver) {
|
387
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
388
|
-
throw new TypeError("Cannot use 'in' operator on non-object");
|
389
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
390
|
-
}
|
391
|
-
function __addDisposableResource(env, value, async) {
|
392
|
-
if (value !== null && value !== void 0) {
|
393
|
-
if (typeof value !== "object" && typeof value !== "function")
|
394
|
-
throw new TypeError("Object expected.");
|
395
|
-
var dispose;
|
396
|
-
if (async) {
|
397
|
-
if (!Symbol.asyncDispose)
|
398
|
-
throw new TypeError("Symbol.asyncDispose is not defined.");
|
399
|
-
dispose = value[Symbol.asyncDispose];
|
400
|
-
}
|
401
|
-
if (dispose === void 0) {
|
402
|
-
if (!Symbol.dispose)
|
403
|
-
throw new TypeError("Symbol.dispose is not defined.");
|
404
|
-
dispose = value[Symbol.dispose];
|
405
|
-
}
|
406
|
-
if (typeof dispose !== "function")
|
407
|
-
throw new TypeError("Object not disposable.");
|
408
|
-
env.stack.push({ value: value, dispose: dispose, async: async });
|
409
|
-
}
|
410
|
-
else if (async) {
|
411
|
-
env.stack.push({ async: true });
|
412
|
-
}
|
413
|
-
return value;
|
414
|
-
}
|
415
|
-
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
416
|
-
var e = new Error(message);
|
417
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
418
|
-
};
|
419
|
-
function __disposeResources(env) {
|
420
|
-
function fail(e) {
|
421
|
-
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
422
|
-
env.hasError = true;
|
423
|
-
}
|
424
|
-
function next() {
|
425
|
-
while (env.stack.length) {
|
426
|
-
var rec = env.stack.pop();
|
427
|
-
try {
|
428
|
-
var result = rec.dispose && rec.dispose.call(rec.value);
|
429
|
-
if (rec.async)
|
430
|
-
return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
|
431
|
-
}
|
432
|
-
catch (e) {
|
433
|
-
fail(e);
|
434
|
-
}
|
435
|
-
}
|
436
|
-
if (env.hasError)
|
437
|
-
throw env.error;
|
438
|
-
}
|
439
|
-
return next();
|
440
|
-
}
|
441
|
-
var tslib_es6 = {
|
442
|
-
__extends: __extends,
|
443
|
-
__assign: __assign,
|
444
|
-
__rest: __rest,
|
445
|
-
__decorate: __decorate,
|
446
|
-
__param: __param,
|
447
|
-
__metadata: __metadata,
|
448
|
-
__awaiter: __awaiter,
|
449
|
-
__generator: __generator,
|
450
|
-
__createBinding: __createBinding,
|
451
|
-
__exportStar: __exportStar,
|
452
|
-
__values: __values,
|
453
|
-
__read: __read,
|
454
|
-
__spread: __spread,
|
455
|
-
__spreadArrays: __spreadArrays,
|
456
|
-
__spreadArray: __spreadArray,
|
457
|
-
__await: __await,
|
458
|
-
__asyncGenerator: __asyncGenerator,
|
459
|
-
__asyncDelegator: __asyncDelegator,
|
460
|
-
__asyncValues: __asyncValues,
|
461
|
-
__makeTemplateObject: __makeTemplateObject,
|
462
|
-
__importStar: __importStar,
|
463
|
-
__importDefault: __importDefault,
|
464
|
-
__classPrivateFieldGet: __classPrivateFieldGet,
|
465
|
-
__classPrivateFieldSet: __classPrivateFieldSet,
|
466
|
-
__classPrivateFieldIn: __classPrivateFieldIn,
|
467
|
-
__addDisposableResource: __addDisposableResource,
|
468
|
-
__disposeResources: __disposeResources,
|
469
|
-
};
|
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
|
+
}
|
470
324
|
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
325
|
+
var TuiComputedDocumentException = /** @class */ (function (_super) {
|
326
|
+
__extends(TuiComputedDocumentException, _super);
|
327
|
+
function TuiComputedDocumentException() {
|
328
|
+
return _super.call(this, ngDevMode ? 'Only use computedDocument after load event' : '') || this;
|
329
|
+
}
|
330
|
+
return TuiComputedDocumentException;
|
331
|
+
}(Error));
|
478
332
|
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
333
|
+
var TuiDocumentSelectionException = /** @class */ (function (_super) {
|
334
|
+
__extends(TuiDocumentSelectionException, _super);
|
335
|
+
function TuiDocumentSelectionException() {
|
336
|
+
return _super.call(this, ngDevMode ? 'Failed to get document selection' : '') || this;
|
337
|
+
}
|
338
|
+
return TuiDocumentSelectionException;
|
339
|
+
}(Error));
|
486
340
|
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
341
|
+
var TuiInvalidDayException = /** @class */ (function (_super) {
|
342
|
+
__extends(TuiInvalidDayException, _super);
|
343
|
+
function TuiInvalidDayException(day) {
|
344
|
+
return _super.call(this, ngDevMode ? "Invalid day: " + day : '') || this;
|
345
|
+
}
|
346
|
+
return TuiInvalidDayException;
|
347
|
+
}(Error));
|
494
348
|
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
349
|
+
var TuiInvalidMonthException = /** @class */ (function (_super) {
|
350
|
+
__extends(TuiInvalidMonthException, _super);
|
351
|
+
function TuiInvalidMonthException(month) {
|
352
|
+
return _super.call(this, ngDevMode ? "Invalid month: " + month : '') || this;
|
353
|
+
}
|
354
|
+
return TuiInvalidMonthException;
|
355
|
+
}(Error));
|
502
356
|
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
357
|
+
var TuiInvalidYearException = /** @class */ (function (_super) {
|
358
|
+
__extends(TuiInvalidYearException, _super);
|
359
|
+
function TuiInvalidYearException(year) {
|
360
|
+
return _super.call(this, ngDevMode ? "Invalid year: " + year : '') || this;
|
361
|
+
}
|
362
|
+
return TuiInvalidYearException;
|
363
|
+
}(Error));
|
510
364
|
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
365
|
+
var TuiNoHostException = /** @class */ (function (_super) {
|
366
|
+
__extends(TuiNoHostException, _super);
|
367
|
+
function TuiNoHostException() {
|
368
|
+
return _super.call(this, ngDevMode ? 'Portals cannot be used without TuiPortalHostComponent' : '') || this;
|
369
|
+
}
|
370
|
+
return TuiNoHostException;
|
371
|
+
}(Error));
|
518
372
|
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
373
|
+
var TuiOwnerDocumentException = /** @class */ (function (_super) {
|
374
|
+
__extends(TuiOwnerDocumentException, _super);
|
375
|
+
function TuiOwnerDocumentException() {
|
376
|
+
return _super.call(this, ngDevMode ? 'Element does not have ownerDocument' : '') || this;
|
377
|
+
}
|
378
|
+
return TuiOwnerDocumentException;
|
379
|
+
}(Error));
|
526
380
|
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
381
|
+
var TuiPureException = /** @class */ (function (_super) {
|
382
|
+
__extends(TuiPureException, _super);
|
383
|
+
function TuiPureException() {
|
384
|
+
return _super.call(this, ngDevMode ? 'tuiPure can only be used with functions or getters' : '') || this;
|
385
|
+
}
|
386
|
+
return TuiPureException;
|
387
|
+
}(Error));
|
534
388
|
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
389
|
+
var TuiTableSortKeyException = /** @class */ (function (_super) {
|
390
|
+
__extends(TuiTableSortKeyException, _super);
|
391
|
+
function TuiTableSortKeyException() {
|
392
|
+
return _super.call(this, ngDevMode ? 'Trying to sort with no key' : '') || this;
|
393
|
+
}
|
394
|
+
return TuiTableSortKeyException;
|
395
|
+
}(Error));
|
542
396
|
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
397
|
+
var TuiTsParserException = /** @class */ (function (_super) {
|
398
|
+
__extends(TuiTsParserException, _super);
|
399
|
+
function TuiTsParserException() {
|
400
|
+
return _super.call(this, ngDevMode ? 'TsFileParser: 1 component/module per ts-file' : '') || this;
|
401
|
+
}
|
402
|
+
return TuiTsParserException;
|
403
|
+
}(Error));
|
550
404
|
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
405
|
+
var TuiValueChangesException = /** @class */ (function (_super) {
|
406
|
+
__extends(TuiValueChangesException, _super);
|
407
|
+
function TuiValueChangesException() {
|
408
|
+
return _super.call(this, ngDevMode ? 'Control does not have valueChanges' : '') || this;
|
409
|
+
}
|
410
|
+
return TuiValueChangesException;
|
411
|
+
}(Error));
|
558
412
|
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
413
|
+
var TuiValuePresentException = /** @class */ (function (_super) {
|
414
|
+
__extends(TuiValuePresentException, _super);
|
415
|
+
function TuiValuePresentException() {
|
416
|
+
return _super.call(this, ngDevMode ? 'Value must present' : '') || this;
|
417
|
+
}
|
418
|
+
return TuiValuePresentException;
|
419
|
+
}(Error));
|
566
420
|
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
421
|
+
var TuiXmlParsingException = /** @class */ (function (_super) {
|
422
|
+
__extends(TuiXmlParsingException, _super);
|
423
|
+
function TuiXmlParsingException() {
|
424
|
+
return _super.call(this, ngDevMode ? 'Error parsing XML string' : '') || this;
|
425
|
+
}
|
426
|
+
return TuiXmlParsingException;
|
427
|
+
}(Error));
|
574
428
|
|
575
|
-
|
576
|
-
|
577
|
-
|
429
|
+
/**
|
430
|
+
* Generated bundle index. Do not edit.
|
431
|
+
*/
|
578
432
|
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
433
|
+
exports.TuiComputedDocumentException = TuiComputedDocumentException;
|
434
|
+
exports.TuiDocumentSelectionException = TuiDocumentSelectionException;
|
435
|
+
exports.TuiInvalidDayException = TuiInvalidDayException;
|
436
|
+
exports.TuiInvalidMonthException = TuiInvalidMonthException;
|
437
|
+
exports.TuiInvalidYearException = TuiInvalidYearException;
|
438
|
+
exports.TuiNoHostException = TuiNoHostException;
|
439
|
+
exports.TuiOwnerDocumentException = TuiOwnerDocumentException;
|
440
|
+
exports.TuiPureException = TuiPureException;
|
441
|
+
exports.TuiTableSortKeyException = TuiTableSortKeyException;
|
442
|
+
exports.TuiTsParserException = TuiTsParserException;
|
443
|
+
exports.TuiValueChangesException = TuiValueChangesException;
|
444
|
+
exports.TuiValuePresentException = TuiValuePresentException;
|
445
|
+
exports.TuiXmlParsingException = TuiXmlParsingException;
|
592
446
|
|
593
|
-
|
447
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
594
448
|
|
595
449
|
}));
|
596
450
|
//# sourceMappingURL=taiga-ui-cdk-exceptions.umd.js.map
|