@taiga-ui/addon-charts 3.60.0 → 3.61.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 (26) hide show
  1. package/bundles/taiga-ui-addon-charts-components-arc-chart.umd.js +491 -637
  2. package/bundles/taiga-ui-addon-charts-components-arc-chart.umd.js.map +1 -1
  3. package/bundles/taiga-ui-addon-charts-components-bar-chart.umd.js +460 -606
  4. package/bundles/taiga-ui-addon-charts-components-bar-chart.umd.js.map +1 -1
  5. package/bundles/taiga-ui-addon-charts-components-bar-set.umd.js +421 -567
  6. package/bundles/taiga-ui-addon-charts-components-bar-set.umd.js.map +1 -1
  7. package/bundles/taiga-ui-addon-charts-components-bar.umd.js +394 -540
  8. package/bundles/taiga-ui-addon-charts-components-bar.umd.js.map +1 -1
  9. package/bundles/taiga-ui-addon-charts-components-line-chart.umd.js +707 -853
  10. package/bundles/taiga-ui-addon-charts-components-line-chart.umd.js.map +1 -1
  11. package/bundles/taiga-ui-addon-charts-components-line-days-chart.umd.js +667 -813
  12. package/bundles/taiga-ui-addon-charts-components-line-days-chart.umd.js.map +1 -1
  13. package/bundles/taiga-ui-addon-charts-components-pie-chart.umd.js +593 -739
  14. package/bundles/taiga-ui-addon-charts-components-pie-chart.umd.js.map +1 -1
  15. package/bundles/taiga-ui-addon-charts-constants.umd.js +4 -4
  16. package/bundles/taiga-ui-addon-charts-constants.umd.js.map +1 -1
  17. package/bundles/taiga-ui-addon-charts-utils.umd.js +12 -158
  18. package/bundles/taiga-ui-addon-charts-utils.umd.js.map +1 -1
  19. package/esm2015/constants/line-handlers.js +5 -5
  20. package/esm2015/utils/describe-sector.js +6 -6
  21. package/esm2015/utils/prepare-external-url.js +2 -2
  22. package/fesm2015/taiga-ui-addon-charts-constants.js +4 -4
  23. package/fesm2015/taiga-ui-addon-charts-constants.js.map +1 -1
  24. package/fesm2015/taiga-ui-addon-charts-utils.js +6 -6
  25. package/fesm2015/taiga-ui-addon-charts-utils.js.map +1 -1
  26. package/package.json +3 -3
@@ -1,831 +1,685 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/addon-charts/components/line-chart'), require('@taiga-ui/cdk'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@taiga-ui/core'), require('@tinkoff/ng-polymorpheus')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/addon-charts/components/line-days-chart', ['exports', '@angular/core', '@taiga-ui/addon-charts/components/line-chart', '@taiga-ui/cdk', 'rxjs', 'rxjs/operators', '@angular/common', '@taiga-ui/core', '@tinkoff/ng-polymorpheus'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"]["addon-charts"] = global["taiga-ui"]["addon-charts"] || {}, global["taiga-ui"]["addon-charts"].components = global["taiga-ui"]["addon-charts"].components || {}, global["taiga-ui"]["addon-charts"].components["line-days-chart"] = {}), global.ng.core, global["taiga-ui"]["addon-charts"].components["line-chart"], global.i1, global.rxjs, global.rxjs.operators, global.ng.common, global.i3, global.i4));
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/addon-charts/components/line-chart'), require('@taiga-ui/cdk'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@taiga-ui/core'), require('@tinkoff/ng-polymorpheus')) :
3
+ typeof define === 'function' && define.amd ? define('@taiga-ui/addon-charts/components/line-days-chart', ['exports', '@angular/core', '@taiga-ui/addon-charts/components/line-chart', '@taiga-ui/cdk', 'rxjs', 'rxjs/operators', '@angular/common', '@taiga-ui/core', '@tinkoff/ng-polymorpheus'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"]["addon-charts"] = global["taiga-ui"]["addon-charts"] || {}, global["taiga-ui"]["addon-charts"].components = global["taiga-ui"]["addon-charts"].components || {}, global["taiga-ui"]["addon-charts"].components["line-days-chart"] = {}), global.ng.core, global["taiga-ui"]["addon-charts"].components["line-chart"], global.i1, global.rxjs, global.rxjs.operators, global.ng.common, global.i3, global.i4));
5
5
  })(this, (function (exports, i0, i1$1, i1, i2, operators, i2$1, i3, i4) { 'use strict';
6
6
 
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () { return e[k]; }
17
+ });
18
+ }
19
+ });
18
20
  }
19
- });
21
+ n["default"] = e;
22
+ return Object.freeze(n);
20
23
  }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
24
 
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
27
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
28
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
29
- var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
30
- var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
31
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
25
+ var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
+ var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
27
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
28
+ var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
29
+ var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
30
+ var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
31
+ var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
32
32
 
33
- /******************************************************************************
34
- Copyright (c) Microsoft Corporation.
33
+ /*! *****************************************************************************
34
+ Copyright (c) Microsoft Corporation.
35
35
 
36
- Permission to use, copy, modify, and/or distribute this software for any
37
- purpose with or without fee is hereby granted.
36
+ Permission to use, copy, modify, and/or distribute this software for any
37
+ purpose with or without fee is hereby granted.
38
38
 
39
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
40
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
42
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
43
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45
- PERFORMANCE OF THIS SOFTWARE.
46
- ***************************************************************************** */
47
- /* global Reflect, Promise, SuppressedError, Symbol */
48
- var extendStatics = function (d, b) {
49
- extendStatics = Object.setPrototypeOf ||
50
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51
- function (d, b) { for (var p in b)
52
- if (Object.prototype.hasOwnProperty.call(b, p))
53
- d[p] = b[p]; };
54
- return extendStatics(d, b);
55
- };
56
- function __extends(d, b) {
57
- if (typeof b !== "function" && b !== null)
58
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
59
- extendStatics(d, b);
60
- function __() { this.constructor = d; }
61
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
62
- }
63
- var __assign = function () {
64
- __assign = Object.assign || function __assign(t) {
65
- for (var s, i = 1, n = arguments.length; i < n; i++) {
66
- s = arguments[i];
67
- for (var p in s)
68
- if (Object.prototype.hasOwnProperty.call(s, p))
69
- t[p] = s[p];
70
- }
71
- return t;
72
- };
73
- return __assign.apply(this, arguments);
74
- };
75
- function __rest(s, e) {
76
- var t = {};
77
- for (var p in s)
78
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
79
- t[p] = s[p];
80
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
81
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
82
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
83
- t[p[i]] = s[p[i]];
84
- }
85
- return t;
86
- }
87
- function __decorate(decorators, target, key, desc) {
88
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
89
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
90
- r = Reflect.decorate(decorators, target, key, desc);
91
- else
92
- for (var i = decorators.length - 1; i >= 0; i--)
93
- if (d = decorators[i])
94
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
95
- return c > 3 && r && Object.defineProperty(target, key, r), r;
96
- }
97
- function __param(paramIndex, decorator) {
98
- return function (target, key) { decorator(target, key, paramIndex); };
99
- }
100
- function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
101
- function accept(f) { if (f !== void 0 && typeof f !== "function")
102
- throw new TypeError("Function expected"); return f; }
103
- var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
104
- var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
105
- var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
106
- var _, done = false;
107
- for (var i = decorators.length - 1; i >= 0; i--) {
108
- var context = {};
109
- for (var p in contextIn)
110
- context[p] = p === "access" ? {} : contextIn[p];
111
- for (var p in contextIn.access)
112
- context.access[p] = contextIn.access[p];
113
- context.addInitializer = function (f) { if (done)
114
- throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
115
- var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
116
- if (kind === "accessor") {
117
- if (result === void 0)
118
- continue;
119
- if (result === null || typeof result !== "object")
120
- throw new TypeError("Object expected");
121
- if (_ = accept(result.get))
122
- descriptor.get = _;
123
- if (_ = accept(result.set))
124
- descriptor.set = _;
125
- if (_ = accept(result.init))
126
- initializers.unshift(_);
127
- }
128
- else if (_ = accept(result)) {
129
- if (kind === "field")
130
- initializers.unshift(_);
131
- else
132
- descriptor[key] = _;
133
- }
134
- }
135
- if (target)
136
- Object.defineProperty(target, contextIn.name, descriptor);
137
- done = true;
138
- }
139
- ;
140
- function __runInitializers(thisArg, initializers, value) {
141
- var useValue = arguments.length > 2;
142
- for (var i = 0; i < initializers.length; i++) {
143
- value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
144
- }
145
- return useValue ? value : void 0;
146
- }
147
- ;
148
- function __propKey(x) {
149
- return typeof x === "symbol" ? x : "".concat(x);
150
- }
151
- ;
152
- function __setFunctionName(f, name, prefix) {
153
- if (typeof name === "symbol")
154
- name = name.description ? "[".concat(name.description, "]") : "";
155
- return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
156
- }
157
- ;
158
- function __metadata(metadataKey, metadataValue) {
159
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
160
- return Reflect.metadata(metadataKey, metadataValue);
161
- }
162
- function __awaiter(thisArg, _arguments, P, generator) {
163
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
164
- return new (P || (P = Promise))(function (resolve, reject) {
165
- function fulfilled(value) { try {
166
- step(generator.next(value));
167
- }
168
- catch (e) {
169
- reject(e);
170
- } }
171
- function rejected(value) { try {
172
- step(generator["throw"](value));
173
- }
174
- catch (e) {
175
- reject(e);
176
- } }
177
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
178
- step((generator = generator.apply(thisArg, _arguments || [])).next());
179
- });
180
- }
181
- function __generator(thisArg, body) {
182
- var _ = { label: 0, sent: function () { if (t[0] & 1)
183
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
184
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
185
- function verb(n) { return function (v) { return step([n, v]); }; }
186
- function step(op) {
187
- if (f)
188
- throw new TypeError("Generator is already executing.");
189
- while (g && (g = 0, op[0] && (_ = 0)), _)
190
- try {
191
- 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)
192
- return t;
193
- if (y = 0, t)
194
- op = [op[0] & 2, t.value];
195
- switch (op[0]) {
196
- case 0:
197
- case 1:
198
- t = op;
199
- break;
200
- case 4:
201
- _.label++;
202
- return { value: op[1], done: false };
203
- case 5:
204
- _.label++;
205
- y = op[1];
206
- op = [0];
207
- continue;
208
- case 7:
209
- op = _.ops.pop();
210
- _.trys.pop();
211
- continue;
212
- default:
213
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
214
- _ = 0;
215
- continue;
216
- }
217
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
218
- _.label = op[1];
219
- break;
220
- }
221
- if (op[0] === 6 && _.label < t[1]) {
222
- _.label = t[1];
223
- t = op;
224
- break;
225
- }
226
- if (t && _.label < t[2]) {
227
- _.label = t[2];
228
- _.ops.push(op);
229
- break;
230
- }
231
- if (t[2])
232
- _.ops.pop();
233
- _.trys.pop();
234
- continue;
235
- }
236
- op = body.call(thisArg, _);
237
- }
238
- catch (e) {
239
- op = [6, e];
240
- y = 0;
241
- }
242
- finally {
243
- f = t = 0;
244
- }
245
- if (op[0] & 5)
246
- throw op[1];
247
- return { value: op[0] ? op[1] : void 0, done: true };
248
- }
249
- }
250
- var __createBinding = Object.create ? (function (o, m, k, k2) {
251
- if (k2 === undefined)
252
- k2 = k;
253
- var desc = Object.getOwnPropertyDescriptor(m, k);
254
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
255
- desc = { enumerable: true, get: function () { return m[k]; } };
256
- }
257
- Object.defineProperty(o, k2, desc);
258
- }) : (function (o, m, k, k2) {
259
- if (k2 === undefined)
260
- k2 = k;
261
- o[k2] = m[k];
262
- });
263
- function __exportStar(m, o) {
264
- for (var p in m)
265
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
266
- __createBinding(o, m, p);
267
- }
268
- function __values(o) {
269
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
270
- if (m)
271
- return m.call(o);
272
- if (o && typeof o.length === "number")
273
- return {
274
- next: function () {
275
- if (o && i >= o.length)
276
- o = void 0;
277
- return { value: o && o[i++], done: !o };
278
- }
279
- };
280
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
281
- }
282
- function __read(o, n) {
283
- var m = typeof Symbol === "function" && o[Symbol.iterator];
284
- if (!m)
285
- return o;
286
- var i = m.call(o), r, ar = [], e;
287
- try {
288
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
289
- ar.push(r.value);
290
- }
291
- catch (error) {
292
- e = { error: error };
293
- }
294
- finally {
295
- try {
296
- if (r && !r.done && (m = i["return"]))
297
- m.call(i);
298
- }
299
- finally {
300
- if (e)
301
- throw e.error;
302
- }
303
- }
304
- return ar;
305
- }
306
- /** @deprecated */
307
- function __spread() {
308
- for (var ar = [], i = 0; i < arguments.length; i++)
309
- ar = ar.concat(__read(arguments[i]));
310
- return ar;
311
- }
312
- /** @deprecated */
313
- function __spreadArrays() {
314
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
315
- s += arguments[i].length;
316
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
317
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
318
- r[k] = a[j];
319
- return r;
320
- }
321
- function __spreadArray(to, from, pack) {
322
- if (pack || arguments.length === 2)
323
- for (var i = 0, l = from.length, ar; i < l; i++) {
324
- if (ar || !(i in from)) {
325
- if (!ar)
326
- ar = Array.prototype.slice.call(from, 0, i);
327
- ar[i] = from[i];
328
- }
329
- }
330
- return to.concat(ar || Array.prototype.slice.call(from));
331
- }
332
- function __await(v) {
333
- return this instanceof __await ? (this.v = v, this) : new __await(v);
334
- }
335
- function __asyncGenerator(thisArg, _arguments, generator) {
336
- if (!Symbol.asyncIterator)
337
- throw new TypeError("Symbol.asyncIterator is not defined.");
338
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
339
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
340
- function verb(n) { if (g[n])
341
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
342
- function resume(n, v) { try {
343
- step(g[n](v));
344
- }
345
- catch (e) {
346
- settle(q[0][3], e);
347
- } }
348
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
349
- function fulfill(value) { resume("next", value); }
350
- function reject(value) { resume("throw", value); }
351
- function settle(f, v) { if (f(v), q.shift(), q.length)
352
- resume(q[0][0], q[0][1]); }
353
- }
354
- function __asyncDelegator(o) {
355
- var i, p;
356
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
357
- 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; }
358
- }
359
- function __asyncValues(o) {
360
- if (!Symbol.asyncIterator)
361
- throw new TypeError("Symbol.asyncIterator is not defined.");
362
- var m = o[Symbol.asyncIterator], i;
363
- 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);
364
- 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); }); }; }
365
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
366
- }
367
- function __makeTemplateObject(cooked, raw) {
368
- if (Object.defineProperty) {
369
- Object.defineProperty(cooked, "raw", { value: raw });
370
- }
371
- else {
372
- cooked.raw = raw;
373
- }
374
- return cooked;
375
- }
376
- ;
377
- var __setModuleDefault = Object.create ? (function (o, v) {
378
- Object.defineProperty(o, "default", { enumerable: true, value: v });
379
- }) : function (o, v) {
380
- o["default"] = v;
381
- };
382
- function __importStar(mod) {
383
- if (mod && mod.__esModule)
384
- return mod;
385
- var result = {};
386
- if (mod != null)
387
- for (var k in mod)
388
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
389
- __createBinding(result, mod, k);
390
- __setModuleDefault(result, mod);
391
- return result;
392
- }
393
- function __importDefault(mod) {
394
- return (mod && mod.__esModule) ? mod : { default: mod };
395
- }
396
- function __classPrivateFieldGet(receiver, state, kind, f) {
397
- if (kind === "a" && !f)
398
- throw new TypeError("Private accessor was defined without a getter");
399
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
400
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
401
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
402
- }
403
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
404
- if (kind === "m")
405
- throw new TypeError("Private method is not writable");
406
- if (kind === "a" && !f)
407
- throw new TypeError("Private accessor was defined without a setter");
408
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
409
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
410
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
411
- }
412
- function __classPrivateFieldIn(state, receiver) {
413
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
414
- throw new TypeError("Cannot use 'in' operator on non-object");
415
- return typeof state === "function" ? receiver === state : state.has(receiver);
416
- }
417
- function __addDisposableResource(env, value, async) {
418
- if (value !== null && value !== void 0) {
419
- if (typeof value !== "object" && typeof value !== "function")
420
- throw new TypeError("Object expected.");
421
- var dispose;
422
- if (async) {
423
- if (!Symbol.asyncDispose)
424
- throw new TypeError("Symbol.asyncDispose is not defined.");
425
- dispose = value[Symbol.asyncDispose];
426
- }
427
- if (dispose === void 0) {
428
- if (!Symbol.dispose)
429
- throw new TypeError("Symbol.dispose is not defined.");
430
- dispose = value[Symbol.dispose];
431
- }
432
- if (typeof dispose !== "function")
433
- throw new TypeError("Object not disposable.");
434
- env.stack.push({ value: value, dispose: dispose, async: async });
435
- }
436
- else if (async) {
437
- env.stack.push({ async: true });
438
- }
439
- return value;
440
- }
441
- var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
442
- var e = new Error(message);
443
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
444
- };
445
- function __disposeResources(env) {
446
- function fail(e) {
447
- env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
448
- env.hasError = true;
449
- }
450
- function next() {
451
- while (env.stack.length) {
452
- var rec = env.stack.pop();
453
- try {
454
- var result = rec.dispose && rec.dispose.call(rec.value);
455
- if (rec.async)
456
- return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
457
- }
458
- catch (e) {
459
- fail(e);
460
- }
461
- }
462
- if (env.hasError)
463
- throw env.error;
464
- }
465
- return next();
466
- }
467
- var tslib_es6 = {
468
- __extends: __extends,
469
- __assign: __assign,
470
- __rest: __rest,
471
- __decorate: __decorate,
472
- __param: __param,
473
- __metadata: __metadata,
474
- __awaiter: __awaiter,
475
- __generator: __generator,
476
- __createBinding: __createBinding,
477
- __exportStar: __exportStar,
478
- __values: __values,
479
- __read: __read,
480
- __spread: __spread,
481
- __spreadArrays: __spreadArrays,
482
- __spreadArray: __spreadArray,
483
- __await: __await,
484
- __asyncGenerator: __asyncGenerator,
485
- __asyncDelegator: __asyncDelegator,
486
- __asyncValues: __asyncValues,
487
- __makeTemplateObject: __makeTemplateObject,
488
- __importStar: __importStar,
489
- __importDefault: __importDefault,
490
- __classPrivateFieldGet: __classPrivateFieldGet,
491
- __classPrivateFieldSet: __classPrivateFieldSet,
492
- __classPrivateFieldIn: __classPrivateFieldIn,
493
- __addDisposableResource: __addDisposableResource,
494
- __disposeResources: __disposeResources,
495
- };
39
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
40
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
42
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
43
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45
+ PERFORMANCE OF THIS SOFTWARE.
46
+ ***************************************************************************** */
47
+ /* global Reflect, Promise */
48
+ var extendStatics = function (d, b) {
49
+ extendStatics = Object.setPrototypeOf ||
50
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51
+ function (d, b) { for (var p in b)
52
+ if (Object.prototype.hasOwnProperty.call(b, p))
53
+ d[p] = b[p]; };
54
+ return extendStatics(d, b);
55
+ };
56
+ function __extends(d, b) {
57
+ if (typeof b !== "function" && b !== null)
58
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
59
+ extendStatics(d, b);
60
+ function __() { this.constructor = d; }
61
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
62
+ }
63
+ var __assign = function () {
64
+ __assign = Object.assign || function __assign(t) {
65
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
66
+ s = arguments[i];
67
+ for (var p in s)
68
+ if (Object.prototype.hasOwnProperty.call(s, p))
69
+ t[p] = s[p];
70
+ }
71
+ return t;
72
+ };
73
+ return __assign.apply(this, arguments);
74
+ };
75
+ function __rest(s, e) {
76
+ var t = {};
77
+ for (var p in s)
78
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
79
+ t[p] = s[p];
80
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
81
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
82
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
83
+ t[p[i]] = s[p[i]];
84
+ }
85
+ return t;
86
+ }
87
+ function __decorate(decorators, target, key, desc) {
88
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
89
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
90
+ r = Reflect.decorate(decorators, target, key, desc);
91
+ else
92
+ for (var i = decorators.length - 1; i >= 0; i--)
93
+ if (d = decorators[i])
94
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
95
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
96
+ }
97
+ function __param(paramIndex, decorator) {
98
+ return function (target, key) { decorator(target, key, paramIndex); };
99
+ }
100
+ function __metadata(metadataKey, metadataValue) {
101
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
102
+ return Reflect.metadata(metadataKey, metadataValue);
103
+ }
104
+ function __awaiter(thisArg, _arguments, P, generator) {
105
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
106
+ return new (P || (P = Promise))(function (resolve, reject) {
107
+ function fulfilled(value) { try {
108
+ step(generator.next(value));
109
+ }
110
+ catch (e) {
111
+ reject(e);
112
+ } }
113
+ function rejected(value) { try {
114
+ step(generator["throw"](value));
115
+ }
116
+ catch (e) {
117
+ reject(e);
118
+ } }
119
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
120
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
121
+ });
122
+ }
123
+ function __generator(thisArg, body) {
124
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
125
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
126
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
127
+ function verb(n) { return function (v) { return step([n, v]); }; }
128
+ function step(op) {
129
+ if (f)
130
+ throw new TypeError("Generator is already executing.");
131
+ while (_)
132
+ try {
133
+ 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)
134
+ return t;
135
+ if (y = 0, t)
136
+ op = [op[0] & 2, t.value];
137
+ switch (op[0]) {
138
+ case 0:
139
+ case 1:
140
+ t = op;
141
+ break;
142
+ case 4:
143
+ _.label++;
144
+ return { value: op[1], done: false };
145
+ case 5:
146
+ _.label++;
147
+ y = op[1];
148
+ op = [0];
149
+ continue;
150
+ case 7:
151
+ op = _.ops.pop();
152
+ _.trys.pop();
153
+ continue;
154
+ default:
155
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
156
+ _ = 0;
157
+ continue;
158
+ }
159
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
160
+ _.label = op[1];
161
+ break;
162
+ }
163
+ if (op[0] === 6 && _.label < t[1]) {
164
+ _.label = t[1];
165
+ t = op;
166
+ break;
167
+ }
168
+ if (t && _.label < t[2]) {
169
+ _.label = t[2];
170
+ _.ops.push(op);
171
+ break;
172
+ }
173
+ if (t[2])
174
+ _.ops.pop();
175
+ _.trys.pop();
176
+ continue;
177
+ }
178
+ op = body.call(thisArg, _);
179
+ }
180
+ catch (e) {
181
+ op = [6, e];
182
+ y = 0;
183
+ }
184
+ finally {
185
+ f = t = 0;
186
+ }
187
+ if (op[0] & 5)
188
+ throw op[1];
189
+ return { value: op[0] ? op[1] : void 0, done: true };
190
+ }
191
+ }
192
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
193
+ if (k2 === undefined)
194
+ k2 = k;
195
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
196
+ }) : (function (o, m, k, k2) {
197
+ if (k2 === undefined)
198
+ k2 = k;
199
+ o[k2] = m[k];
200
+ });
201
+ function __exportStar(m, o) {
202
+ for (var p in m)
203
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
204
+ __createBinding(o, m, p);
205
+ }
206
+ function __values(o) {
207
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
208
+ if (m)
209
+ return m.call(o);
210
+ if (o && typeof o.length === "number")
211
+ return {
212
+ next: function () {
213
+ if (o && i >= o.length)
214
+ o = void 0;
215
+ return { value: o && o[i++], done: !o };
216
+ }
217
+ };
218
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
219
+ }
220
+ function __read(o, n) {
221
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
222
+ if (!m)
223
+ return o;
224
+ var i = m.call(o), r, ar = [], e;
225
+ try {
226
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
227
+ ar.push(r.value);
228
+ }
229
+ catch (error) {
230
+ e = { error: error };
231
+ }
232
+ finally {
233
+ try {
234
+ if (r && !r.done && (m = i["return"]))
235
+ m.call(i);
236
+ }
237
+ finally {
238
+ if (e)
239
+ throw e.error;
240
+ }
241
+ }
242
+ return ar;
243
+ }
244
+ /** @deprecated */
245
+ function __spread() {
246
+ for (var ar = [], i = 0; i < arguments.length; i++)
247
+ ar = ar.concat(__read(arguments[i]));
248
+ return ar;
249
+ }
250
+ /** @deprecated */
251
+ function __spreadArrays() {
252
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
253
+ s += arguments[i].length;
254
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
255
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
256
+ r[k] = a[j];
257
+ return r;
258
+ }
259
+ function __spreadArray(to, from, pack) {
260
+ if (pack || arguments.length === 2)
261
+ for (var i = 0, l = from.length, ar; i < l; i++) {
262
+ if (ar || !(i in from)) {
263
+ if (!ar)
264
+ ar = Array.prototype.slice.call(from, 0, i);
265
+ ar[i] = from[i];
266
+ }
267
+ }
268
+ return to.concat(ar || from);
269
+ }
270
+ function __await(v) {
271
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
272
+ }
273
+ function __asyncGenerator(thisArg, _arguments, generator) {
274
+ if (!Symbol.asyncIterator)
275
+ throw new TypeError("Symbol.asyncIterator is not defined.");
276
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
277
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
278
+ function verb(n) { if (g[n])
279
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
280
+ function resume(n, v) { try {
281
+ step(g[n](v));
282
+ }
283
+ catch (e) {
284
+ settle(q[0][3], e);
285
+ } }
286
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
287
+ function fulfill(value) { resume("next", value); }
288
+ function reject(value) { resume("throw", value); }
289
+ function settle(f, v) { if (f(v), q.shift(), q.length)
290
+ resume(q[0][0], q[0][1]); }
291
+ }
292
+ function __asyncDelegator(o) {
293
+ var i, p;
294
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
295
+ 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; }
296
+ }
297
+ function __asyncValues(o) {
298
+ if (!Symbol.asyncIterator)
299
+ throw new TypeError("Symbol.asyncIterator is not defined.");
300
+ var m = o[Symbol.asyncIterator], i;
301
+ 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);
302
+ 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); }); }; }
303
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
304
+ }
305
+ function __makeTemplateObject(cooked, raw) {
306
+ if (Object.defineProperty) {
307
+ Object.defineProperty(cooked, "raw", { value: raw });
308
+ }
309
+ else {
310
+ cooked.raw = raw;
311
+ }
312
+ return cooked;
313
+ }
314
+ ;
315
+ var __setModuleDefault = Object.create ? (function (o, v) {
316
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
317
+ }) : function (o, v) {
318
+ o["default"] = v;
319
+ };
320
+ function __importStar(mod) {
321
+ if (mod && mod.__esModule)
322
+ return mod;
323
+ var result = {};
324
+ if (mod != null)
325
+ for (var k in mod)
326
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
327
+ __createBinding(result, mod, k);
328
+ __setModuleDefault(result, mod);
329
+ return result;
330
+ }
331
+ function __importDefault(mod) {
332
+ return (mod && mod.__esModule) ? mod : { default: mod };
333
+ }
334
+ function __classPrivateFieldGet(receiver, state, kind, f) {
335
+ if (kind === "a" && !f)
336
+ throw new TypeError("Private accessor was defined without a getter");
337
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
338
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
339
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
340
+ }
341
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
342
+ if (kind === "m")
343
+ throw new TypeError("Private method is not writable");
344
+ if (kind === "a" && !f)
345
+ throw new TypeError("Private accessor was defined without a setter");
346
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
347
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
348
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
349
+ }
496
350
 
497
- function find(value, current) {
498
- return value.find(function (_a) {
499
- var _b = __read(_a, 1), day = _b[0];
500
- return day.daySame(current);
501
- }) || [current, NaN];
502
- }
503
- // TODO: Consider extending TuiLineChartHintDirective
504
- var TuiLineDaysChartHintDirective = /** @class */ (function () {
505
- function TuiLineDaysChartHintDirective(destroy$, zone, hovered$) {
506
- this.destroy$ = destroy$;
507
- this.zone = zone;
508
- this.hovered$ = hovered$;
509
- this.charts = i1.EMPTY_QUERY;
510
- }
511
- TuiLineDaysChartHintDirective.prototype.ngAfterContentInit = function () {
512
- var _this = this;
513
- i2.combineLatest(__spreadArray(__spreadArray([], __read(this.charts.map(function (_a) {
514
- var charts = _a.charts;
515
- return i1$1.tuiLineChartDrivers(charts);
516
- }))), [
517
- this.hovered$,
518
- ]))
519
- .pipe(operators.filter(function (result) { return !result.some(Boolean); }), i1.tuiZonefree(this.zone), operators.takeUntil(this.destroy$))
520
- .subscribe(function () {
521
- _this.charts.forEach(function (chart) { return chart.onHovered(NaN); });
522
- });
523
- };
524
- TuiLineDaysChartHintDirective.prototype.getContext = function (day) {
525
- return this.getMap.apply(this, __spreadArray([], __read(this.charts.map(function (_a) {
526
- var value = _a.value;
527
- return value;
528
- })))).get(String(day)) || [];
529
- };
530
- TuiLineDaysChartHintDirective.prototype.raise = function (day) {
531
- var current = this.charts
532
- .map(function (_a) {
533
- var value = _a.value;
534
- return find(value, day);
535
- })
536
- .filter(function (_a) {
537
- var _b = __read(_a, 2), _ = _b[0], value = _b[1];
538
- return !Number.isNaN(value);
539
- });
540
- var sorted = __spreadArray([], __read(current)).sort(function (a, b) { return a[1] - b[1]; });
541
- this.charts.forEach(function (chart, index) {
542
- chart.onHovered(day);
543
- chart.zIndex = Math.max(sorted.indexOf(current[index]), 0);
544
- });
545
- };
546
- TuiLineDaysChartHintDirective.prototype.getMap = function () {
547
- var values = [];
548
- for (var _i = 0; _i < arguments.length; _i++) {
549
- values[_i] = arguments[_i];
550
- }
551
- return (values[0] || []).reduce(function (map, _a) {
552
- var _b = __read(_a, 1), day = _b[0];
553
- return map.set(String(day), values.map(function (value) { return find(value, day); }));
554
- }, new Map());
555
- };
556
- return TuiLineDaysChartHintDirective;
557
- }());
558
- TuiLineDaysChartHintDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartHintDirective, deps: [{ token: i1.TuiDestroyService, self: true }, { token: i0.NgZone }, { token: i1.TuiHoveredService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
559
- TuiLineDaysChartHintDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiLineDaysChartHintDirective, selector: "[tuiLineChartHint]", inputs: { hint: ["tuiLineChartHint", "hint"] }, providers: [i1.TuiDestroyService, i1.TuiHoveredService], queries: [{ propertyName: "charts", predicate: i0__namespace.forwardRef(function () { return TuiLineDaysChartComponent; }) }], ngImport: i0__namespace });
560
- __decorate([
561
- i1.tuiPure
562
- ], TuiLineDaysChartHintDirective.prototype, "getMap", null);
563
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartHintDirective, decorators: [{
564
- type: i0.Directive,
565
- args: [{
566
- selector: '[tuiLineChartHint]',
567
- providers: [i1.TuiDestroyService, i1.TuiHoveredService],
568
- }]
569
- }], ctorParameters: function () {
570
- return [{ type: i1__namespace.TuiDestroyService, decorators: [{
571
- type: i0.Self
572
- }, {
573
- type: i0.Inject,
574
- args: [i1.TuiDestroyService]
575
- }] }, { type: i0__namespace.NgZone, decorators: [{
576
- type: i0.Inject,
577
- args: [i0.NgZone]
578
- }] }, { type: i2__namespace.Observable, decorators: [{
579
- type: i0.Inject,
580
- args: [i1.TuiHoveredService]
581
- }] }];
582
- }, propDecorators: { charts: [{
583
- type: i0.ContentChildren,
584
- args: [i0.forwardRef(function () { return TuiLineDaysChartComponent; })]
585
- }], hint: [{
586
- type: i0.Input,
587
- args: ['tuiLineChartHint']
588
- }], getMap: [] } });
351
+ function find(value, current) {
352
+ return value.find(function (_a) {
353
+ var _b = __read(_a, 1), day = _b[0];
354
+ return day.daySame(current);
355
+ }) || [current, NaN];
356
+ }
357
+ // TODO: Consider extending TuiLineChartHintDirective
358
+ var TuiLineDaysChartHintDirective = /** @class */ (function () {
359
+ function TuiLineDaysChartHintDirective(destroy$, zone, hovered$) {
360
+ this.destroy$ = destroy$;
361
+ this.zone = zone;
362
+ this.hovered$ = hovered$;
363
+ this.charts = i1.EMPTY_QUERY;
364
+ }
365
+ TuiLineDaysChartHintDirective.prototype.ngAfterContentInit = function () {
366
+ var _this = this;
367
+ i2.combineLatest(__spreadArray(__spreadArray([], __read(this.charts.map(function (_a) {
368
+ var charts = _a.charts;
369
+ return i1$1.tuiLineChartDrivers(charts);
370
+ }))), [
371
+ this.hovered$,
372
+ ]))
373
+ .pipe(operators.filter(function (result) { return !result.some(Boolean); }), i1.tuiZonefree(this.zone), operators.takeUntil(this.destroy$))
374
+ .subscribe(function () {
375
+ _this.charts.forEach(function (chart) { return chart.onHovered(NaN); });
376
+ });
377
+ };
378
+ TuiLineDaysChartHintDirective.prototype.getContext = function (day) {
379
+ return this.getMap.apply(this, __spreadArray([], __read(this.charts.map(function (_a) {
380
+ var value = _a.value;
381
+ return value;
382
+ })))).get(String(day)) || [];
383
+ };
384
+ TuiLineDaysChartHintDirective.prototype.raise = function (day) {
385
+ var current = this.charts
386
+ .map(function (_a) {
387
+ var value = _a.value;
388
+ return find(value, day);
389
+ })
390
+ .filter(function (_a) {
391
+ var _b = __read(_a, 2), _ = _b[0], value = _b[1];
392
+ return !Number.isNaN(value);
393
+ });
394
+ var sorted = __spreadArray([], __read(current)).sort(function (a, b) { return a[1] - b[1]; });
395
+ this.charts.forEach(function (chart, index) {
396
+ chart.onHovered(day);
397
+ chart.zIndex = Math.max(sorted.indexOf(current[index]), 0);
398
+ });
399
+ };
400
+ TuiLineDaysChartHintDirective.prototype.getMap = function () {
401
+ var values = [];
402
+ for (var _i = 0; _i < arguments.length; _i++) {
403
+ values[_i] = arguments[_i];
404
+ }
405
+ return (values[0] || []).reduce(function (map, _a) {
406
+ var _b = __read(_a, 1), day = _b[0];
407
+ return map.set(String(day), values.map(function (value) { return find(value, day); }));
408
+ }, new Map());
409
+ };
410
+ return TuiLineDaysChartHintDirective;
411
+ }());
412
+ TuiLineDaysChartHintDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartHintDirective, deps: [{ token: i1.TuiDestroyService, self: true }, { token: i0.NgZone }, { token: i1.TuiHoveredService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
413
+ TuiLineDaysChartHintDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiLineDaysChartHintDirective, selector: "[tuiLineChartHint]", inputs: { hint: ["tuiLineChartHint", "hint"] }, providers: [i1.TuiDestroyService, i1.TuiHoveredService], queries: [{ propertyName: "charts", predicate: i0__namespace.forwardRef(function () { return TuiLineDaysChartComponent; }) }], ngImport: i0__namespace });
414
+ __decorate([
415
+ i1.tuiPure
416
+ ], TuiLineDaysChartHintDirective.prototype, "getMap", null);
417
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartHintDirective, decorators: [{
418
+ type: i0.Directive,
419
+ args: [{
420
+ selector: '[tuiLineChartHint]',
421
+ providers: [i1.TuiDestroyService, i1.TuiHoveredService],
422
+ }]
423
+ }], ctorParameters: function () {
424
+ return [{ type: i1__namespace.TuiDestroyService, decorators: [{
425
+ type: i0.Self
426
+ }, {
427
+ type: i0.Inject,
428
+ args: [i1.TuiDestroyService]
429
+ }] }, { type: i0__namespace.NgZone, decorators: [{
430
+ type: i0.Inject,
431
+ args: [i0.NgZone]
432
+ }] }, { type: i2__namespace.Observable, decorators: [{
433
+ type: i0.Inject,
434
+ args: [i1.TuiHoveredService]
435
+ }] }];
436
+ }, propDecorators: { charts: [{
437
+ type: i0.ContentChildren,
438
+ args: [i0.forwardRef(function () { return TuiLineDaysChartComponent; })]
439
+ }], hint: [{
440
+ type: i0.Input,
441
+ args: ['tuiLineChartHint']
442
+ }], getMap: [] } });
589
443
 
590
- var DUMMY = [NaN, NaN];
591
- var TuiLineDaysChartComponent = /** @class */ (function () {
592
- function TuiLineDaysChartComponent(hintDirective, destroy$, zone, hovered$, options) {
593
- var _this = this;
594
- this.hintDirective = hintDirective;
595
- this.destroy$ = destroy$;
596
- this.zone = zone;
597
- this.hovered$ = hovered$;
598
- this.options = options;
599
- this.charts = i1.EMPTY_QUERY;
600
- this.y = 0;
601
- this.height = 0;
602
- this.smoothingFactor = this.options.smoothingFactor;
603
- this.xStringify = null;
604
- this.yStringify = null;
605
- this.dots = this.options.dots;
606
- this.zIndex = 0;
607
- this.value = [];
608
- this.daysStringify = function (index) { return _this.xStringify ? _this.xStringify(_this.getDay(index)) : ''; };
609
- }
610
- Object.defineProperty(TuiLineDaysChartComponent.prototype, "valueSetter", {
611
- set: function (value) {
612
- if (!value.length) {
613
- this.value = [];
614
- return;
615
- }
616
- var start = value[0][0];
617
- var mutable = __spreadArray([], __read(value));
618
- var length = i1.TuiDay.lengthBetween(start, value[value.length - 1][0]) + 1;
619
- this.value = Array.from({ length: length }, function (_, day) {
620
- var currentDay = start.append({ day: day });
621
- var shifted = currentDay.daySame(mutable[0][0]) ? mutable.shift() : null;
622
- var currentValue = shifted ? shifted[1] : NaN;
623
- return [currentDay, currentValue];
624
- });
625
- },
626
- enumerable: false,
627
- configurable: true
628
- });
629
- Object.defineProperty(TuiLineDaysChartComponent.prototype, "months", {
630
- get: function () {
631
- return this.value.length ? this.breakMonths(this.value) : i1.EMPTY_ARRAY;
632
- },
633
- enumerable: false,
634
- configurable: true
635
- });
636
- Object.defineProperty(TuiLineDaysChartComponent.prototype, "firstWidth", {
637
- get: function () {
638
- return this.months.length * this.value[0][0].daysCount;
639
- },
640
- enumerable: false,
641
- configurable: true
642
- });
643
- Object.defineProperty(TuiLineDaysChartComponent.prototype, "hint", {
644
- get: function () {
645
- var _a, _b;
646
- return (_b = (_a = this.hintDirective) === null || _a === void 0 ? void 0 : _a.hint) !== null && _b !== void 0 ? _b : this.hintContent;
647
- },
648
- enumerable: false,
649
- configurable: true
650
- });
651
- TuiLineDaysChartComponent.prototype.getHintContext = function (x, value) {
652
- return value[x - value[0][0].day + 1];
653
- };
654
- TuiLineDaysChartComponent.prototype.ngAfterViewInit = function () {
655
- var _this = this;
656
- i2.combineLatest([i1$1.tuiLineChartDrivers(this.charts), this.hovered$])
657
- .pipe(operators.filter(function (result) { return !result.some(Boolean); }), i1.tuiZonefree(this.zone), operators.takeUntil(this.destroy$))
658
- .subscribe(function () {
659
- _this.onHovered(NaN);
660
- });
661
- };
662
- TuiLineDaysChartComponent.prototype.getX = function (index) {
663
- var current = this.getDay(index);
664
- var months = i1.TuiMonth.lengthBetween(this.value[0][0], current);
665
- var offset = months * current.daysCount;
666
- return index - offset;
667
- };
668
- TuiLineDaysChartComponent.prototype.onHovered = function (day) {
669
- if (i1.tuiIsNumber(day)) {
670
- this.charts.forEach(function (chart) { return chart.onHovered(NaN); });
671
- return;
672
- }
673
- var index = i1.TuiMonth.lengthBetween(this.value[0][0], day);
674
- var x = i1.TuiDay.lengthBetween(this.value[0][0], day) + this.value[0][0].day - 1;
675
- var current = this.charts.get(index);
676
- this.charts.forEach(function (chart) {
677
- if (chart === current) {
678
- current.onHovered(current.value.findIndex(function (point) { return point[0] === x; }));
679
- }
680
- else {
681
- chart.onHovered(NaN);
682
- }
683
- });
684
- };
685
- TuiLineDaysChartComponent.prototype.raise = function (index, _c) {
686
- var value = _c.value;
687
- var x = value[index][0];
688
- var month = this.getDay(x);
689
- if (this.hintDirective) {
690
- this.hintDirective.raise(month);
691
- }
692
- else {
693
- this.onHovered(month);
694
- }
695
- };
696
- TuiLineDaysChartComponent.prototype.getWidth = function (index) {
697
- return this.getDay(index).daysCount * this.months.length;
698
- };
699
- TuiLineDaysChartComponent.prototype.getContext = function (index, _c) {
700
- var value = _c.value;
701
- var x = value[index][0];
702
- return this.hintDirective
703
- ? this.hintDirective.getContext(this.getDay(x))
704
- : this.getHintContext(x, this.value);
705
- };
706
- TuiLineDaysChartComponent.prototype.breakMonths = function (value) {
707
- var offset = value[0][0].day - 1;
708
- return Array.from({ length: i1.TuiMonth.lengthBetween(value[0][0], value[value.length - 1][0]) + 1 }, function (_, i) { return i + value[0][0].month + value[0][0].year * 12; })
709
- .map(function (absoluteMonth) { return value
710
- .map(function (_c, index) {
711
- var _d = __read(_c, 2), _e = _d[0], month = _e.month, year = _e.year, y = _d[1];
712
- return month + year * 12 === absoluteMonth ? [index + offset, y] : null;
713
- })
714
- .filter(i1.tuiIsPresent); })
715
- .map(function (month, index, array) { return index === array.length - 1
716
- ? month
717
- : __spreadArray(__spreadArray([], __read(month)), [
718
- array[index + 1].find(function (day) { return !Number.isNaN(day[1]); }) || DUMMY,
719
- ]); });
720
- };
721
- TuiLineDaysChartComponent.prototype.getDay = function (index) {
722
- return this.value[index - this.value[0][0].day + 1][0];
723
- };
724
- return TuiLineDaysChartComponent;
725
- }());
726
- TuiLineDaysChartComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartComponent, deps: [{ token: TuiLineDaysChartHintDirective, optional: true }, { token: i1.TuiDestroyService, self: true }, { token: i0.NgZone }, { token: i1.TuiHoveredService }, { token: i1$1.TUI_LINE_CHART_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
727
- TuiLineDaysChartComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiLineDaysChartComponent, selector: "tui-line-days-chart", inputs: { valueSetter: ["value", "valueSetter"], y: "y", height: "height", smoothingFactor: "smoothingFactor", hintContent: "hintContent", xStringify: "xStringify", yStringify: "yStringify", dots: "dots" }, host: { properties: { "style.zIndex": "this.zIndex" } }, providers: [
728
- i1.TuiDestroyService,
729
- i1.TuiHoveredService,
730
- {
731
- provide: i1$1.TuiLineChartHintDirective,
732
- useExisting: TuiLineDaysChartComponent,
733
- },
734
- ], viewQueries: [{ propertyName: "charts", predicate: i1$1.TuiLineChartComponent, descendants: true }], ngImport: i0__namespace, template: "<tui-line-chart\n *ngFor=\"let month of months; let first = first\"\n class=\"t-chart\"\n [dots]=\"dots\"\n [height]=\"height\"\n [smoothingFactor]=\"smoothingFactor\"\n [style.zIndex]=\"zIndex\"\n [tuiHintContent]=\"hintContent ? hint : ''\"\n [value]=\"month\"\n [width]=\"first ? firstWidth : getWidth(month[0][0])\"\n [x]=\"first ? 0 : getX(month[0][0])\"\n [xStringify]=\"xStringify ? daysStringify : null\"\n [y]=\"y\"\n [yStringify]=\"yStringify\"\n></tui-line-chart>\n<ng-template\n #hint\n let-point\n>\n <ng-container *polymorpheusOutlet=\"hintContent as text; context: {$implicit: getHintContext(point[0], value)}\">\n {{ text }}\n </ng-container>\n</ng-template>\n", styles: [":host{display:block}.t-chart{position:absolute;top:0;left:0;width:100%;height:100%}\n"], components: [{ type: i1__namespace$1.TuiLineChartComponent, selector: "tui-line-chart", inputs: ["value", "x", "y", "width", "height", "smoothingFactor", "xStringify", "yStringify", "filled", "dots"] }], directives: [{ type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.TuiHintOptionsDirective, selector: "[tuiHintContent]", inputs: ["tuiHintContent", "tuiHintDirection", "tuiHintAppearance", "tuiHintShowDelay", "tuiHintHideDelay"] }, { type: i4__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
735
- __decorate([
736
- i1.tuiPure
737
- ], TuiLineDaysChartComponent.prototype, "getHintContext", null);
738
- __decorate([
739
- i1.tuiPure
740
- ], TuiLineDaysChartComponent.prototype, "breakMonths", null);
741
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartComponent, decorators: [{
742
- type: i0.Component,
743
- args: [{
744
- selector: 'tui-line-days-chart',
745
- templateUrl: './line-days-chart.template.html',
746
- styleUrls: ['./line-days-chart.style.less'],
747
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
748
- providers: [
749
- i1.TuiDestroyService,
750
- i1.TuiHoveredService,
751
- {
752
- provide: i1$1.TuiLineChartHintDirective,
753
- useExisting: TuiLineDaysChartComponent,
754
- },
755
- ],
756
- }]
757
- }], ctorParameters: function () {
758
- return [{ type: TuiLineDaysChartHintDirective, decorators: [{
759
- type: i0.Optional
760
- }, {
761
- type: i0.Inject,
762
- args: [TuiLineDaysChartHintDirective]
763
- }] }, { type: i1__namespace.TuiDestroyService, decorators: [{
764
- type: i0.Self
765
- }, {
766
- type: i0.Inject,
767
- args: [i1.TuiDestroyService]
768
- }] }, { type: i0__namespace.NgZone, decorators: [{
769
- type: i0.Inject,
770
- args: [i0.NgZone]
771
- }] }, { type: i2__namespace.Observable, decorators: [{
772
- type: i0.Inject,
773
- args: [i1.TuiHoveredService]
774
- }] }, { type: undefined, decorators: [{
775
- type: i0.Inject,
776
- args: [i1$1.TUI_LINE_CHART_OPTIONS]
777
- }] }];
778
- }, propDecorators: { charts: [{
779
- type: i0.ViewChildren,
780
- args: [i1$1.TuiLineChartComponent]
781
- }], valueSetter: [{
782
- type: i0.Input,
783
- args: ['value']
784
- }], y: [{
785
- type: i0.Input
786
- }], height: [{
787
- type: i0.Input
788
- }], smoothingFactor: [{
789
- type: i0.Input
790
- }], hintContent: [{
791
- type: i0.Input
792
- }], xStringify: [{
793
- type: i0.Input
794
- }], yStringify: [{
795
- type: i0.Input
796
- }], dots: [{
797
- type: i0.Input
798
- }], zIndex: [{
799
- type: i0.HostBinding,
800
- args: ['style.zIndex']
801
- }], getHintContext: [], breakMonths: [] } });
444
+ var DUMMY = [NaN, NaN];
445
+ var TuiLineDaysChartComponent = /** @class */ (function () {
446
+ function TuiLineDaysChartComponent(hintDirective, destroy$, zone, hovered$, options) {
447
+ var _this = this;
448
+ this.hintDirective = hintDirective;
449
+ this.destroy$ = destroy$;
450
+ this.zone = zone;
451
+ this.hovered$ = hovered$;
452
+ this.options = options;
453
+ this.charts = i1.EMPTY_QUERY;
454
+ this.y = 0;
455
+ this.height = 0;
456
+ this.smoothingFactor = this.options.smoothingFactor;
457
+ this.xStringify = null;
458
+ this.yStringify = null;
459
+ this.dots = this.options.dots;
460
+ this.zIndex = 0;
461
+ this.value = [];
462
+ this.daysStringify = function (index) { return _this.xStringify ? _this.xStringify(_this.getDay(index)) : ''; };
463
+ }
464
+ Object.defineProperty(TuiLineDaysChartComponent.prototype, "valueSetter", {
465
+ set: function (value) {
466
+ if (!value.length) {
467
+ this.value = [];
468
+ return;
469
+ }
470
+ var start = value[0][0];
471
+ var mutable = __spreadArray([], __read(value));
472
+ var length = i1.TuiDay.lengthBetween(start, value[value.length - 1][0]) + 1;
473
+ this.value = Array.from({ length: length }, function (_, day) {
474
+ var currentDay = start.append({ day: day });
475
+ var shifted = currentDay.daySame(mutable[0][0]) ? mutable.shift() : null;
476
+ var currentValue = shifted ? shifted[1] : NaN;
477
+ return [currentDay, currentValue];
478
+ });
479
+ },
480
+ enumerable: false,
481
+ configurable: true
482
+ });
483
+ Object.defineProperty(TuiLineDaysChartComponent.prototype, "months", {
484
+ get: function () {
485
+ return this.value.length ? this.breakMonths(this.value) : i1.EMPTY_ARRAY;
486
+ },
487
+ enumerable: false,
488
+ configurable: true
489
+ });
490
+ Object.defineProperty(TuiLineDaysChartComponent.prototype, "firstWidth", {
491
+ get: function () {
492
+ return this.months.length * this.value[0][0].daysCount;
493
+ },
494
+ enumerable: false,
495
+ configurable: true
496
+ });
497
+ Object.defineProperty(TuiLineDaysChartComponent.prototype, "hint", {
498
+ get: function () {
499
+ var _a, _b;
500
+ return (_b = (_a = this.hintDirective) === null || _a === void 0 ? void 0 : _a.hint) !== null && _b !== void 0 ? _b : this.hintContent;
501
+ },
502
+ enumerable: false,
503
+ configurable: true
504
+ });
505
+ TuiLineDaysChartComponent.prototype.getHintContext = function (x, value) {
506
+ return value[x - value[0][0].day + 1];
507
+ };
508
+ TuiLineDaysChartComponent.prototype.ngAfterViewInit = function () {
509
+ var _this = this;
510
+ i2.combineLatest([i1$1.tuiLineChartDrivers(this.charts), this.hovered$])
511
+ .pipe(operators.filter(function (result) { return !result.some(Boolean); }), i1.tuiZonefree(this.zone), operators.takeUntil(this.destroy$))
512
+ .subscribe(function () {
513
+ _this.onHovered(NaN);
514
+ });
515
+ };
516
+ TuiLineDaysChartComponent.prototype.getX = function (index) {
517
+ var current = this.getDay(index);
518
+ var months = i1.TuiMonth.lengthBetween(this.value[0][0], current);
519
+ var offset = months * current.daysCount;
520
+ return index - offset;
521
+ };
522
+ TuiLineDaysChartComponent.prototype.onHovered = function (day) {
523
+ if (i1.tuiIsNumber(day)) {
524
+ this.charts.forEach(function (chart) { return chart.onHovered(NaN); });
525
+ return;
526
+ }
527
+ var index = i1.TuiMonth.lengthBetween(this.value[0][0], day);
528
+ var x = i1.TuiDay.lengthBetween(this.value[0][0], day) + this.value[0][0].day - 1;
529
+ var current = this.charts.get(index);
530
+ this.charts.forEach(function (chart) {
531
+ if (chart === current) {
532
+ current.onHovered(current.value.findIndex(function (point) { return point[0] === x; }));
533
+ }
534
+ else {
535
+ chart.onHovered(NaN);
536
+ }
537
+ });
538
+ };
539
+ TuiLineDaysChartComponent.prototype.raise = function (index, _c) {
540
+ var value = _c.value;
541
+ var x = value[index][0];
542
+ var month = this.getDay(x);
543
+ if (this.hintDirective) {
544
+ this.hintDirective.raise(month);
545
+ }
546
+ else {
547
+ this.onHovered(month);
548
+ }
549
+ };
550
+ TuiLineDaysChartComponent.prototype.getWidth = function (index) {
551
+ return this.getDay(index).daysCount * this.months.length;
552
+ };
553
+ TuiLineDaysChartComponent.prototype.getContext = function (index, _c) {
554
+ var value = _c.value;
555
+ var x = value[index][0];
556
+ return this.hintDirective
557
+ ? this.hintDirective.getContext(this.getDay(x))
558
+ : this.getHintContext(x, this.value);
559
+ };
560
+ TuiLineDaysChartComponent.prototype.breakMonths = function (value) {
561
+ var offset = value[0][0].day - 1;
562
+ return Array.from({ length: i1.TuiMonth.lengthBetween(value[0][0], value[value.length - 1][0]) + 1 }, function (_, i) { return i + value[0][0].month + value[0][0].year * 12; })
563
+ .map(function (absoluteMonth) { return value
564
+ .map(function (_c, index) {
565
+ var _d = __read(_c, 2), _e = _d[0], month = _e.month, year = _e.year, y = _d[1];
566
+ return month + year * 12 === absoluteMonth ? [index + offset, y] : null;
567
+ })
568
+ .filter(i1.tuiIsPresent); })
569
+ .map(function (month, index, array) { return index === array.length - 1
570
+ ? month
571
+ : __spreadArray(__spreadArray([], __read(month)), [
572
+ array[index + 1].find(function (day) { return !Number.isNaN(day[1]); }) || DUMMY,
573
+ ]); });
574
+ };
575
+ TuiLineDaysChartComponent.prototype.getDay = function (index) {
576
+ return this.value[index - this.value[0][0].day + 1][0];
577
+ };
578
+ return TuiLineDaysChartComponent;
579
+ }());
580
+ TuiLineDaysChartComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartComponent, deps: [{ token: TuiLineDaysChartHintDirective, optional: true }, { token: i1.TuiDestroyService, self: true }, { token: i0.NgZone }, { token: i1.TuiHoveredService }, { token: i1$1.TUI_LINE_CHART_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
581
+ TuiLineDaysChartComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiLineDaysChartComponent, selector: "tui-line-days-chart", inputs: { valueSetter: ["value", "valueSetter"], y: "y", height: "height", smoothingFactor: "smoothingFactor", hintContent: "hintContent", xStringify: "xStringify", yStringify: "yStringify", dots: "dots" }, host: { properties: { "style.zIndex": "this.zIndex" } }, providers: [
582
+ i1.TuiDestroyService,
583
+ i1.TuiHoveredService,
584
+ {
585
+ provide: i1$1.TuiLineChartHintDirective,
586
+ useExisting: TuiLineDaysChartComponent,
587
+ },
588
+ ], viewQueries: [{ propertyName: "charts", predicate: i1$1.TuiLineChartComponent, descendants: true }], ngImport: i0__namespace, template: "<tui-line-chart\n *ngFor=\"let month of months; let first = first\"\n class=\"t-chart\"\n [dots]=\"dots\"\n [height]=\"height\"\n [smoothingFactor]=\"smoothingFactor\"\n [style.zIndex]=\"zIndex\"\n [tuiHintContent]=\"hintContent ? hint : ''\"\n [value]=\"month\"\n [width]=\"first ? firstWidth : getWidth(month[0][0])\"\n [x]=\"first ? 0 : getX(month[0][0])\"\n [xStringify]=\"xStringify ? daysStringify : null\"\n [y]=\"y\"\n [yStringify]=\"yStringify\"\n></tui-line-chart>\n<ng-template\n #hint\n let-point\n>\n <ng-container *polymorpheusOutlet=\"hintContent as text; context: {$implicit: getHintContext(point[0], value)}\">\n {{ text }}\n </ng-container>\n</ng-template>\n", styles: [":host{display:block}.t-chart{position:absolute;top:0;left:0;width:100%;height:100%}\n"], components: [{ type: i1__namespace$1.TuiLineChartComponent, selector: "tui-line-chart", inputs: ["value", "x", "y", "width", "height", "smoothingFactor", "xStringify", "yStringify", "filled", "dots"] }], directives: [{ type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.TuiHintOptionsDirective, selector: "[tuiHintContent]", inputs: ["tuiHintContent", "tuiHintDirection", "tuiHintAppearance", "tuiHintShowDelay", "tuiHintHideDelay"] }, { type: i4__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
589
+ __decorate([
590
+ i1.tuiPure
591
+ ], TuiLineDaysChartComponent.prototype, "getHintContext", null);
592
+ __decorate([
593
+ i1.tuiPure
594
+ ], TuiLineDaysChartComponent.prototype, "breakMonths", null);
595
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartComponent, decorators: [{
596
+ type: i0.Component,
597
+ args: [{
598
+ selector: 'tui-line-days-chart',
599
+ templateUrl: './line-days-chart.template.html',
600
+ styleUrls: ['./line-days-chart.style.less'],
601
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
602
+ providers: [
603
+ i1.TuiDestroyService,
604
+ i1.TuiHoveredService,
605
+ {
606
+ provide: i1$1.TuiLineChartHintDirective,
607
+ useExisting: TuiLineDaysChartComponent,
608
+ },
609
+ ],
610
+ }]
611
+ }], ctorParameters: function () {
612
+ return [{ type: TuiLineDaysChartHintDirective, decorators: [{
613
+ type: i0.Optional
614
+ }, {
615
+ type: i0.Inject,
616
+ args: [TuiLineDaysChartHintDirective]
617
+ }] }, { type: i1__namespace.TuiDestroyService, decorators: [{
618
+ type: i0.Self
619
+ }, {
620
+ type: i0.Inject,
621
+ args: [i1.TuiDestroyService]
622
+ }] }, { type: i0__namespace.NgZone, decorators: [{
623
+ type: i0.Inject,
624
+ args: [i0.NgZone]
625
+ }] }, { type: i2__namespace.Observable, decorators: [{
626
+ type: i0.Inject,
627
+ args: [i1.TuiHoveredService]
628
+ }] }, { type: undefined, decorators: [{
629
+ type: i0.Inject,
630
+ args: [i1$1.TUI_LINE_CHART_OPTIONS]
631
+ }] }];
632
+ }, propDecorators: { charts: [{
633
+ type: i0.ViewChildren,
634
+ args: [i1$1.TuiLineChartComponent]
635
+ }], valueSetter: [{
636
+ type: i0.Input,
637
+ args: ['value']
638
+ }], y: [{
639
+ type: i0.Input
640
+ }], height: [{
641
+ type: i0.Input
642
+ }], smoothingFactor: [{
643
+ type: i0.Input
644
+ }], hintContent: [{
645
+ type: i0.Input
646
+ }], xStringify: [{
647
+ type: i0.Input
648
+ }], yStringify: [{
649
+ type: i0.Input
650
+ }], dots: [{
651
+ type: i0.Input
652
+ }], zIndex: [{
653
+ type: i0.HostBinding,
654
+ args: ['style.zIndex']
655
+ }], getHintContext: [], breakMonths: [] } });
802
656
 
803
- var TuiLineDaysChartModule = /** @class */ (function () {
804
- function TuiLineDaysChartModule() {
805
- }
806
- return TuiLineDaysChartModule;
807
- }());
808
- TuiLineDaysChartModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
809
- TuiLineDaysChartModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, declarations: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective], imports: [i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule], exports: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective] });
810
- TuiLineDaysChartModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, imports: [[i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule]] });
811
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, decorators: [{
812
- type: i0.NgModule,
813
- args: [{
814
- imports: [i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule],
815
- declarations: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective],
816
- exports: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective],
817
- }]
818
- }] });
657
+ var TuiLineDaysChartModule = /** @class */ (function () {
658
+ function TuiLineDaysChartModule() {
659
+ }
660
+ return TuiLineDaysChartModule;
661
+ }());
662
+ TuiLineDaysChartModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
663
+ TuiLineDaysChartModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, declarations: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective], imports: [i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule], exports: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective] });
664
+ TuiLineDaysChartModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, imports: [[i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule]] });
665
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLineDaysChartModule, decorators: [{
666
+ type: i0.NgModule,
667
+ args: [{
668
+ imports: [i2$1.CommonModule, i1$1.TuiLineChartModule, i4.PolymorpheusModule, i3.TuiHintModule],
669
+ declarations: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective],
670
+ exports: [TuiLineDaysChartComponent, TuiLineDaysChartHintDirective],
671
+ }]
672
+ }] });
819
673
 
820
- /**
821
- * Generated bundle index. Do not edit.
822
- */
674
+ /**
675
+ * Generated bundle index. Do not edit.
676
+ */
823
677
 
824
- exports.TuiLineDaysChartComponent = TuiLineDaysChartComponent;
825
- exports.TuiLineDaysChartHintDirective = TuiLineDaysChartHintDirective;
826
- exports.TuiLineDaysChartModule = TuiLineDaysChartModule;
678
+ exports.TuiLineDaysChartComponent = TuiLineDaysChartComponent;
679
+ exports.TuiLineDaysChartHintDirective = TuiLineDaysChartHintDirective;
680
+ exports.TuiLineDaysChartModule = TuiLineDaysChartModule;
827
681
 
828
- Object.defineProperty(exports, '__esModule', { value: true });
682
+ Object.defineProperty(exports, '__esModule', { value: true });
829
683
 
830
684
  }));
831
685
  //# sourceMappingURL=taiga-ui-addon-charts-components-line-days-chart.umd.js.map