@taiga-ui/core 3.59.0 → 3.60.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.
- package/bundles/taiga-ui-core-abstract.umd.js +671 -525
- package/bundles/taiga-ui-core-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-alert.umd.js +152 -6
- package/bundles/taiga-ui-core-components-alert.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-button.umd.js +668 -522
- package/bundles/taiga-ui-core-components-button.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-data-list.umd.js +819 -673
- package/bundles/taiga-ui-core-components-data-list.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-dialog.umd.js +152 -6
- package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js +933 -787
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-calendar.umd.js +3 -4
- package/bundles/taiga-ui-core-components-primitive-calendar.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js +605 -459
- package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +1175 -1029
- package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-root.umd.js +605 -459
- package/bundles/taiga-ui-core-components-root.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-scroll-controls.umd.js +152 -6
- package/bundles/taiga-ui-core-components-scroll-controls.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-svg.umd.js +152 -6
- package/bundles/taiga-ui-core-components-svg.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-theme-night.umd.js +520 -374
- package/bundles/taiga-ui-core-components-theme-night.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-tooltip.umd.js +595 -449
- package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-dropdown.umd.js +1506 -1360
- package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-hint.umd.js +1287 -1141
- package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-mode.umd.js +521 -375
- package/bundles/taiga-ui-core-directives-mode.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-number-format.umd.js +543 -397
- package/bundles/taiga-ui-core-directives-number-format.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-textfield-controller.umd.js +152 -6
- package/bundles/taiga-ui-core-directives-textfield-controller.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-order-week-days.umd.js +530 -384
- package/bundles/taiga-ui-core-pipes-order-week-days.umd.js.map +1 -1
- package/bundles/taiga-ui-core-services.umd.js +780 -634
- package/bundles/taiga-ui-core-services.umd.js.map +1 -1
- package/bundles/taiga-ui-core-tokens.umd.js +152 -6
- package/bundles/taiga-ui-core-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-format.umd.js +152 -6
- package/bundles/taiga-ui-core-utils-format.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-mask.umd.js +152 -6
- package/bundles/taiga-ui-core-utils-mask.umd.js.map +1 -1
- package/components/primitive-calendar/primitive-calendar.component.d.ts +1 -1
- package/constants/cache-basting-payload.d.ts +1 -1
- package/esm2015/components/primitive-calendar/primitive-calendar.component.js +4 -4
- package/esm2015/components/root/root.component.js +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-calendar.js +3 -3
- package/fesm2015/taiga-ui-core-components-primitive-calendar.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-root.js +1 -1
- package/package.json +5 -5
|
@@ -1,657 +1,803 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/cdk'), require('@taiga-ui/core/tokens'), require('rxjs'), require('rxjs/operators'), require('@ng-web-apis/common'), require('@taiga-ui/core/abstract'), require('@angular/router'), require('@angular/platform-browser'), require('@taiga-ui/core/utils/dom')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@taiga-ui/core/services', ['exports', '@angular/core', '@taiga-ui/cdk', '@taiga-ui/core/tokens', 'rxjs', 'rxjs/operators', '@ng-web-apis/common', '@taiga-ui/core/abstract', '@angular/router', '@angular/platform-browser', '@taiga-ui/core/utils/dom'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].core = global["taiga-ui"].core || {}, global["taiga-ui"].core.services = {}), global.ng.core, global.i3, global["taiga-ui"].core.tokens, global.rxjs, global.rxjs.operators, global.common, global["taiga-ui"].core.abstract, global.ng.router, global.ng.platformBrowser, global["taiga-ui"].core.utils.dom));
|
|
5
5
|
})(this, (function (exports, i0, i3, tokens, i1, operators, common, i2, i1$1, i1$2, dom) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
});
|
|
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
|
+
});
|
|
20
18
|
}
|
|
21
|
-
|
|
22
|
-
return Object.freeze(n);
|
|
19
|
+
});
|
|
23
20
|
}
|
|
21
|
+
n["default"] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
27
|
+
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
28
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
29
|
+
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
30
|
+
var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
/******************************************************************************
|
|
33
|
+
Copyright (c) Microsoft Corporation.
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
36
|
+
purpose with or without fee is hereby granted.
|
|
37
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
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
38
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
39
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
40
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
41
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
42
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
43
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
44
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
45
|
+
***************************************************************************** */
|
|
46
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
47
|
+
var extendStatics = function (d, b) {
|
|
48
|
+
extendStatics = Object.setPrototypeOf ||
|
|
49
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
50
|
+
function (d, b) { for (var p in b)
|
|
51
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
52
|
+
d[p] = b[p]; };
|
|
53
|
+
return extendStatics(d, b);
|
|
54
|
+
};
|
|
55
|
+
function __extends(d, b) {
|
|
56
|
+
if (typeof b !== "function" && b !== null)
|
|
57
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
58
|
+
extendStatics(d, b);
|
|
59
|
+
function __() { this.constructor = d; }
|
|
60
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
61
|
+
}
|
|
62
|
+
var __assign = function () {
|
|
63
|
+
__assign = Object.assign || function __assign(t) {
|
|
64
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
65
|
+
s = arguments[i];
|
|
66
|
+
for (var p in s)
|
|
67
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
68
|
+
t[p] = s[p];
|
|
69
|
+
}
|
|
70
|
+
return t;
|
|
71
|
+
};
|
|
72
|
+
return __assign.apply(this, arguments);
|
|
73
|
+
};
|
|
74
|
+
function __rest(s, e) {
|
|
75
|
+
var t = {};
|
|
76
|
+
for (var p in s)
|
|
77
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
78
|
+
t[p] = s[p];
|
|
79
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
80
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
81
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
82
|
+
t[p[i]] = s[p[i]];
|
|
83
|
+
}
|
|
84
|
+
return t;
|
|
85
|
+
}
|
|
86
|
+
function __decorate(decorators, target, key, desc) {
|
|
87
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
88
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
89
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
90
|
+
else
|
|
91
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
92
|
+
if (d = decorators[i])
|
|
93
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
94
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
95
|
+
}
|
|
96
|
+
function __param(paramIndex, decorator) {
|
|
97
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
|
98
|
+
}
|
|
99
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
100
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
|
101
|
+
throw new TypeError("Function expected"); return f; }
|
|
102
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
103
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
104
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
105
|
+
var _, done = false;
|
|
106
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
107
|
+
var context = {};
|
|
108
|
+
for (var p in contextIn)
|
|
109
|
+
context[p] = p === "access" ? {} : contextIn[p];
|
|
110
|
+
for (var p in contextIn.access)
|
|
111
|
+
context.access[p] = contextIn.access[p];
|
|
112
|
+
context.addInitializer = function (f) { if (done)
|
|
113
|
+
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
114
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
115
|
+
if (kind === "accessor") {
|
|
116
|
+
if (result === void 0)
|
|
117
|
+
continue;
|
|
118
|
+
if (result === null || typeof result !== "object")
|
|
119
|
+
throw new TypeError("Object expected");
|
|
120
|
+
if (_ = accept(result.get))
|
|
121
|
+
descriptor.get = _;
|
|
122
|
+
if (_ = accept(result.set))
|
|
123
|
+
descriptor.set = _;
|
|
124
|
+
if (_ = accept(result.init))
|
|
125
|
+
initializers.unshift(_);
|
|
126
|
+
}
|
|
127
|
+
else if (_ = accept(result)) {
|
|
128
|
+
if (kind === "field")
|
|
129
|
+
initializers.unshift(_);
|
|
130
|
+
else
|
|
131
|
+
descriptor[key] = _;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
if (target)
|
|
135
|
+
Object.defineProperty(target, contextIn.name, descriptor);
|
|
136
|
+
done = true;
|
|
137
|
+
}
|
|
138
|
+
;
|
|
139
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
140
|
+
var useValue = arguments.length > 2;
|
|
141
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
142
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
143
|
+
}
|
|
144
|
+
return useValue ? value : void 0;
|
|
145
|
+
}
|
|
146
|
+
;
|
|
147
|
+
function __propKey(x) {
|
|
148
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
149
|
+
}
|
|
150
|
+
;
|
|
151
|
+
function __setFunctionName(f, name, prefix) {
|
|
152
|
+
if (typeof name === "symbol")
|
|
153
|
+
name = name.description ? "[".concat(name.description, "]") : "";
|
|
154
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
155
|
+
}
|
|
156
|
+
;
|
|
157
|
+
function __metadata(metadataKey, metadataValue) {
|
|
158
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
159
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
160
|
+
}
|
|
161
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
162
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
163
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
164
|
+
function fulfilled(value) { try {
|
|
165
|
+
step(generator.next(value));
|
|
166
|
+
}
|
|
167
|
+
catch (e) {
|
|
168
|
+
reject(e);
|
|
169
|
+
} }
|
|
170
|
+
function rejected(value) { try {
|
|
171
|
+
step(generator["throw"](value));
|
|
172
|
+
}
|
|
173
|
+
catch (e) {
|
|
174
|
+
reject(e);
|
|
175
|
+
} }
|
|
176
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
177
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
function __generator(thisArg, body) {
|
|
181
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
182
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
183
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
184
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
185
|
+
function step(op) {
|
|
186
|
+
if (f)
|
|
187
|
+
throw new TypeError("Generator is already executing.");
|
|
188
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
189
|
+
try {
|
|
190
|
+
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)
|
|
191
|
+
return t;
|
|
192
|
+
if (y = 0, t)
|
|
193
|
+
op = [op[0] & 2, t.value];
|
|
194
|
+
switch (op[0]) {
|
|
195
|
+
case 0:
|
|
196
|
+
case 1:
|
|
197
|
+
t = op;
|
|
198
|
+
break;
|
|
199
|
+
case 4:
|
|
200
|
+
_.label++;
|
|
201
|
+
return { value: op[1], done: false };
|
|
202
|
+
case 5:
|
|
203
|
+
_.label++;
|
|
204
|
+
y = op[1];
|
|
205
|
+
op = [0];
|
|
206
|
+
continue;
|
|
207
|
+
case 7:
|
|
208
|
+
op = _.ops.pop();
|
|
209
|
+
_.trys.pop();
|
|
210
|
+
continue;
|
|
211
|
+
default:
|
|
212
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
213
|
+
_ = 0;
|
|
214
|
+
continue;
|
|
215
|
+
}
|
|
216
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
217
|
+
_.label = op[1];
|
|
218
|
+
break;
|
|
219
|
+
}
|
|
220
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
221
|
+
_.label = t[1];
|
|
222
|
+
t = op;
|
|
223
|
+
break;
|
|
224
|
+
}
|
|
225
|
+
if (t && _.label < t[2]) {
|
|
226
|
+
_.label = t[2];
|
|
227
|
+
_.ops.push(op);
|
|
228
|
+
break;
|
|
229
|
+
}
|
|
230
|
+
if (t[2])
|
|
231
|
+
_.ops.pop();
|
|
232
|
+
_.trys.pop();
|
|
233
|
+
continue;
|
|
234
|
+
}
|
|
235
|
+
op = body.call(thisArg, _);
|
|
236
|
+
}
|
|
237
|
+
catch (e) {
|
|
238
|
+
op = [6, e];
|
|
239
|
+
y = 0;
|
|
240
|
+
}
|
|
241
|
+
finally {
|
|
242
|
+
f = t = 0;
|
|
243
|
+
}
|
|
244
|
+
if (op[0] & 5)
|
|
245
|
+
throw op[1];
|
|
246
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
250
|
+
if (k2 === undefined)
|
|
251
|
+
k2 = k;
|
|
252
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
253
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
254
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
255
|
+
}
|
|
256
|
+
Object.defineProperty(o, k2, desc);
|
|
257
|
+
}) : (function (o, m, k, k2) {
|
|
258
|
+
if (k2 === undefined)
|
|
259
|
+
k2 = k;
|
|
260
|
+
o[k2] = m[k];
|
|
261
|
+
});
|
|
262
|
+
function __exportStar(m, o) {
|
|
263
|
+
for (var p in m)
|
|
264
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
265
|
+
__createBinding(o, m, p);
|
|
266
|
+
}
|
|
267
|
+
function __values(o) {
|
|
268
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
269
|
+
if (m)
|
|
270
|
+
return m.call(o);
|
|
271
|
+
if (o && typeof o.length === "number")
|
|
272
|
+
return {
|
|
273
|
+
next: function () {
|
|
274
|
+
if (o && i >= o.length)
|
|
275
|
+
o = void 0;
|
|
276
|
+
return { value: o && o[i++], done: !o };
|
|
277
|
+
}
|
|
278
|
+
};
|
|
279
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
280
|
+
}
|
|
281
|
+
function __read(o, n) {
|
|
282
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
283
|
+
if (!m)
|
|
284
|
+
return o;
|
|
285
|
+
var i = m.call(o), r, ar = [], e;
|
|
286
|
+
try {
|
|
287
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
288
|
+
ar.push(r.value);
|
|
289
|
+
}
|
|
290
|
+
catch (error) {
|
|
291
|
+
e = { error: error };
|
|
292
|
+
}
|
|
293
|
+
finally {
|
|
294
|
+
try {
|
|
295
|
+
if (r && !r.done && (m = i["return"]))
|
|
296
|
+
m.call(i);
|
|
297
|
+
}
|
|
298
|
+
finally {
|
|
299
|
+
if (e)
|
|
300
|
+
throw e.error;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
return ar;
|
|
304
|
+
}
|
|
305
|
+
/** @deprecated */
|
|
306
|
+
function __spread() {
|
|
307
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
308
|
+
ar = ar.concat(__read(arguments[i]));
|
|
309
|
+
return ar;
|
|
310
|
+
}
|
|
311
|
+
/** @deprecated */
|
|
312
|
+
function __spreadArrays() {
|
|
313
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
314
|
+
s += arguments[i].length;
|
|
315
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
316
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
317
|
+
r[k] = a[j];
|
|
318
|
+
return r;
|
|
319
|
+
}
|
|
320
|
+
function __spreadArray(to, from, pack) {
|
|
321
|
+
if (pack || arguments.length === 2)
|
|
322
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
323
|
+
if (ar || !(i in from)) {
|
|
324
|
+
if (!ar)
|
|
325
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
326
|
+
ar[i] = from[i];
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
330
|
+
}
|
|
331
|
+
function __await(v) {
|
|
332
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
333
|
+
}
|
|
334
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
335
|
+
if (!Symbol.asyncIterator)
|
|
336
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
337
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
338
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
339
|
+
function verb(n) { if (g[n])
|
|
340
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
341
|
+
function resume(n, v) { try {
|
|
342
|
+
step(g[n](v));
|
|
343
|
+
}
|
|
344
|
+
catch (e) {
|
|
345
|
+
settle(q[0][3], e);
|
|
346
|
+
} }
|
|
347
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
348
|
+
function fulfill(value) { resume("next", value); }
|
|
349
|
+
function reject(value) { resume("throw", value); }
|
|
350
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
351
|
+
resume(q[0][0], q[0][1]); }
|
|
352
|
+
}
|
|
353
|
+
function __asyncDelegator(o) {
|
|
354
|
+
var i, p;
|
|
355
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
356
|
+
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; }
|
|
357
|
+
}
|
|
358
|
+
function __asyncValues(o) {
|
|
359
|
+
if (!Symbol.asyncIterator)
|
|
360
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
361
|
+
var m = o[Symbol.asyncIterator], i;
|
|
362
|
+
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);
|
|
363
|
+
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); }); }; }
|
|
364
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
365
|
+
}
|
|
366
|
+
function __makeTemplateObject(cooked, raw) {
|
|
367
|
+
if (Object.defineProperty) {
|
|
368
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
cooked.raw = raw;
|
|
372
|
+
}
|
|
373
|
+
return cooked;
|
|
374
|
+
}
|
|
375
|
+
;
|
|
376
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
377
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
378
|
+
}) : function (o, v) {
|
|
379
|
+
o["default"] = v;
|
|
380
|
+
};
|
|
381
|
+
function __importStar(mod) {
|
|
382
|
+
if (mod && mod.__esModule)
|
|
383
|
+
return mod;
|
|
384
|
+
var result = {};
|
|
385
|
+
if (mod != null)
|
|
386
|
+
for (var k in mod)
|
|
387
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
388
|
+
__createBinding(result, mod, k);
|
|
389
|
+
__setModuleDefault(result, mod);
|
|
390
|
+
return result;
|
|
391
|
+
}
|
|
392
|
+
function __importDefault(mod) {
|
|
393
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
394
|
+
}
|
|
395
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
396
|
+
if (kind === "a" && !f)
|
|
397
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
398
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
399
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
400
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
401
|
+
}
|
|
402
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
403
|
+
if (kind === "m")
|
|
404
|
+
throw new TypeError("Private method is not writable");
|
|
405
|
+
if (kind === "a" && !f)
|
|
406
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
407
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
408
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
409
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
410
|
+
}
|
|
411
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
412
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
413
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
414
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
415
|
+
}
|
|
416
|
+
function __addDisposableResource(env, value, async) {
|
|
417
|
+
if (value !== null && value !== void 0) {
|
|
418
|
+
if (typeof value !== "object" && typeof value !== "function")
|
|
419
|
+
throw new TypeError("Object expected.");
|
|
420
|
+
var dispose;
|
|
421
|
+
if (async) {
|
|
422
|
+
if (!Symbol.asyncDispose)
|
|
423
|
+
throw new TypeError("Symbol.asyncDispose is not defined.");
|
|
424
|
+
dispose = value[Symbol.asyncDispose];
|
|
425
|
+
}
|
|
426
|
+
if (dispose === void 0) {
|
|
427
|
+
if (!Symbol.dispose)
|
|
428
|
+
throw new TypeError("Symbol.dispose is not defined.");
|
|
429
|
+
dispose = value[Symbol.dispose];
|
|
430
|
+
}
|
|
431
|
+
if (typeof dispose !== "function")
|
|
432
|
+
throw new TypeError("Object not disposable.");
|
|
433
|
+
env.stack.push({ value: value, dispose: dispose, async: async });
|
|
434
|
+
}
|
|
435
|
+
else if (async) {
|
|
436
|
+
env.stack.push({ async: true });
|
|
437
|
+
}
|
|
438
|
+
return value;
|
|
439
|
+
}
|
|
440
|
+
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
441
|
+
var e = new Error(message);
|
|
442
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
443
|
+
};
|
|
444
|
+
function __disposeResources(env) {
|
|
445
|
+
function fail(e) {
|
|
446
|
+
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
|
447
|
+
env.hasError = true;
|
|
448
|
+
}
|
|
449
|
+
function next() {
|
|
450
|
+
while (env.stack.length) {
|
|
451
|
+
var rec = env.stack.pop();
|
|
452
|
+
try {
|
|
453
|
+
var result = rec.dispose && rec.dispose.call(rec.value);
|
|
454
|
+
if (rec.async)
|
|
455
|
+
return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
|
|
456
|
+
}
|
|
457
|
+
catch (e) {
|
|
458
|
+
fail(e);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
if (env.hasError)
|
|
462
|
+
throw env.error;
|
|
463
|
+
}
|
|
464
|
+
return next();
|
|
465
|
+
}
|
|
466
|
+
var tslib_es6 = {
|
|
467
|
+
__extends: __extends,
|
|
468
|
+
__assign: __assign,
|
|
469
|
+
__rest: __rest,
|
|
470
|
+
__decorate: __decorate,
|
|
471
|
+
__param: __param,
|
|
472
|
+
__metadata: __metadata,
|
|
473
|
+
__awaiter: __awaiter,
|
|
474
|
+
__generator: __generator,
|
|
475
|
+
__createBinding: __createBinding,
|
|
476
|
+
__exportStar: __exportStar,
|
|
477
|
+
__values: __values,
|
|
478
|
+
__read: __read,
|
|
479
|
+
__spread: __spread,
|
|
480
|
+
__spreadArrays: __spreadArrays,
|
|
481
|
+
__spreadArray: __spreadArray,
|
|
482
|
+
__await: __await,
|
|
483
|
+
__asyncGenerator: __asyncGenerator,
|
|
484
|
+
__asyncDelegator: __asyncDelegator,
|
|
485
|
+
__asyncValues: __asyncValues,
|
|
486
|
+
__makeTemplateObject: __makeTemplateObject,
|
|
487
|
+
__importStar: __importStar,
|
|
488
|
+
__importDefault: __importDefault,
|
|
489
|
+
__classPrivateFieldGet: __classPrivateFieldGet,
|
|
490
|
+
__classPrivateFieldSet: __classPrivateFieldSet,
|
|
491
|
+
__classPrivateFieldIn: __classPrivateFieldIn,
|
|
492
|
+
__addDisposableResource: __addDisposableResource,
|
|
493
|
+
__disposeResources: __disposeResources,
|
|
494
|
+
};
|
|
349
495
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
496
|
+
/**
|
|
497
|
+
* Service to provide the current breakpoint based on Taiga UI's media queries
|
|
498
|
+
*/
|
|
499
|
+
var TuiBreakpointService = /** @class */ (function (_super) {
|
|
500
|
+
__extends(TuiBreakpointService, _super);
|
|
501
|
+
function TuiBreakpointService(media, ngZone, size$) {
|
|
502
|
+
var _this = _super.call(this, function (subscriber) { return _this.stream$.subscribe(subscriber); }) || this;
|
|
503
|
+
_this.media = media;
|
|
504
|
+
_this.ngZone = ngZone;
|
|
505
|
+
_this.size$ = size$;
|
|
506
|
+
_this.sorted = Object.values(_this.media).sort(function (a, b) { return a - b; });
|
|
507
|
+
_this.invert = Object.keys(_this.media).reduce(function (ret, key) {
|
|
508
|
+
var _a;
|
|
509
|
+
return (Object.assign(Object.assign({}, ret), (_a = {}, _a[_this.media[key]] = key, _a)));
|
|
510
|
+
}, {});
|
|
511
|
+
_this.stream$ = _this.size$.pipe(operators.map(function (_a) {
|
|
512
|
+
var width = _a.width;
|
|
513
|
+
return _this.sorted.find(function (size) { return size > width; });
|
|
514
|
+
}), operators.map(function (key) { return _this.invert[key || _this.sorted[_this.sorted.length - 1]]; }), operators.distinctUntilChanged(), i3.tuiZoneOptimized(_this.ngZone), operators.shareReplay({ bufferSize: 1, refCount: true }));
|
|
515
|
+
return _this;
|
|
516
|
+
}
|
|
517
|
+
return TuiBreakpointService;
|
|
518
|
+
}(i1.Observable));
|
|
519
|
+
TuiBreakpointService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiBreakpointService, deps: [{ token: tokens.TUI_MEDIA }, { token: i0.NgZone }, { token: i3.TUI_WINDOW_SIZE }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
520
|
+
TuiBreakpointService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiBreakpointService, providedIn: "root" });
|
|
521
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiBreakpointService, decorators: [{
|
|
522
|
+
type: i0.Injectable,
|
|
523
|
+
args: [{
|
|
524
|
+
providedIn: "root",
|
|
525
|
+
}]
|
|
526
|
+
}], ctorParameters: function () {
|
|
527
|
+
return [{ type: undefined, decorators: [{
|
|
528
|
+
type: i0.Inject,
|
|
529
|
+
args: [tokens.TUI_MEDIA]
|
|
530
|
+
}] }, { type: i0__namespace.NgZone, decorators: [{
|
|
531
|
+
type: i0.Inject,
|
|
532
|
+
args: [i0.NgZone]
|
|
533
|
+
}] }, { type: i1__namespace.Observable, decorators: [{
|
|
534
|
+
type: i0.Inject,
|
|
535
|
+
args: [i3.TUI_WINDOW_SIZE]
|
|
536
|
+
}] }];
|
|
537
|
+
} });
|
|
392
538
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
539
|
+
var TuiFormatDateService = /** @class */ (function () {
|
|
540
|
+
function TuiFormatDateService(locale) {
|
|
541
|
+
this.locale = locale;
|
|
542
|
+
}
|
|
543
|
+
TuiFormatDateService.prototype.format = function (timestamp) {
|
|
544
|
+
return i1.of(new Date(timestamp).toLocaleTimeString(this.locale, {
|
|
545
|
+
hour: "numeric",
|
|
546
|
+
minute: "2-digit",
|
|
547
|
+
}));
|
|
548
|
+
};
|
|
549
|
+
return TuiFormatDateService;
|
|
550
|
+
}());
|
|
551
|
+
TuiFormatDateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFormatDateService, deps: [{ token: i0.LOCALE_ID }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
552
|
+
TuiFormatDateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFormatDateService, providedIn: "root" });
|
|
553
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFormatDateService, decorators: [{
|
|
554
|
+
type: i0.Injectable,
|
|
555
|
+
args: [{
|
|
556
|
+
providedIn: "root",
|
|
557
|
+
}]
|
|
558
|
+
}], ctorParameters: function () {
|
|
559
|
+
return [{ type: undefined, decorators: [{
|
|
560
|
+
type: i0.Inject,
|
|
561
|
+
args: [i0.LOCALE_ID]
|
|
562
|
+
}] }];
|
|
563
|
+
} });
|
|
418
564
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
565
|
+
/**
|
|
566
|
+
* Service for displaying hints/tooltips
|
|
567
|
+
*/
|
|
568
|
+
var TuiHintService = /** @class */ (function (_super) {
|
|
569
|
+
__extends(TuiHintService, _super);
|
|
570
|
+
function TuiHintService() {
|
|
571
|
+
return _super.call(this, []) || this;
|
|
572
|
+
}
|
|
573
|
+
TuiHintService.prototype.add = function (directive) {
|
|
574
|
+
this.next(this.value.concat(directive));
|
|
575
|
+
};
|
|
576
|
+
TuiHintService.prototype.remove = function (directive) {
|
|
577
|
+
if (this.value.includes(directive)) {
|
|
578
|
+
this.next(this.value.filter(function (hint) { return hint !== directive; }));
|
|
579
|
+
}
|
|
580
|
+
};
|
|
581
|
+
return TuiHintService;
|
|
582
|
+
}(i1.BehaviorSubject));
|
|
583
|
+
TuiHintService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiHintService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
584
|
+
TuiHintService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiHintService, providedIn: "root" });
|
|
585
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiHintService, decorators: [{
|
|
586
|
+
type: i0.Injectable,
|
|
587
|
+
args: [{
|
|
588
|
+
providedIn: "root",
|
|
589
|
+
}]
|
|
590
|
+
}], ctorParameters: function () { return []; } });
|
|
445
591
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
592
|
+
var TuiNightThemeService = /** @class */ (function (_super) {
|
|
593
|
+
__extends(TuiNightThemeService, _super);
|
|
594
|
+
function TuiNightThemeService(win) {
|
|
595
|
+
var _this = this;
|
|
596
|
+
var media = win.matchMedia("(prefers-color-scheme: dark)");
|
|
597
|
+
var media$ = i1.fromEvent(media, "change").pipe(operators.startWith(null), operators.map(function () { return media.matches; }), operators.share());
|
|
598
|
+
_this = _super.call(this, function (subscriber) { return media$.subscribe(subscriber); }) || this;
|
|
599
|
+
return _this;
|
|
600
|
+
}
|
|
601
|
+
return TuiNightThemeService;
|
|
602
|
+
}(i1.Observable));
|
|
603
|
+
TuiNightThemeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiNightThemeService, deps: [{ token: common.WINDOW }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
604
|
+
TuiNightThemeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiNightThemeService, providedIn: "root" });
|
|
605
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiNightThemeService, decorators: [{
|
|
606
|
+
type: i0.Injectable,
|
|
607
|
+
args: [{
|
|
608
|
+
providedIn: "root",
|
|
609
|
+
}]
|
|
610
|
+
}], ctorParameters: function () {
|
|
611
|
+
return [{ type: Window, decorators: [{
|
|
612
|
+
type: i0.Inject,
|
|
613
|
+
args: [common.WINDOW]
|
|
614
|
+
}] }];
|
|
615
|
+
} });
|
|
470
616
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
617
|
+
var TuiPositionService = /** @class */ (function (_super) {
|
|
618
|
+
__extends(TuiPositionService, _super);
|
|
619
|
+
function TuiPositionService(
|
|
620
|
+
// Destructuring here causes memory leak
|
|
621
|
+
el, animationFrame, zone, accessor) {
|
|
622
|
+
return _super.call(this, function (subscriber) { return animationFrame
|
|
623
|
+
.pipe(operators.map(function () { return el.nativeElement.getBoundingClientRect(); }), operators.map(function (rect) { return accessor.getPosition(rect); }), i3.tuiZonefree(zone), operators.finalize(function () { return accessor.getPosition(i3.EMPTY_CLIENT_RECT); }))
|
|
624
|
+
.subscribe(subscriber); }) || this;
|
|
625
|
+
}
|
|
626
|
+
return TuiPositionService;
|
|
627
|
+
}(i1.Observable));
|
|
628
|
+
TuiPositionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiPositionService, deps: [{ token: i0.ElementRef }, { token: common.ANIMATION_FRAME }, { token: i0.NgZone }, { token: i2.TuiPositionAccessor }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
629
|
+
TuiPositionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiPositionService });
|
|
630
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiPositionService, decorators: [{
|
|
631
|
+
type: i0.Injectable
|
|
632
|
+
}], ctorParameters: function () {
|
|
633
|
+
return [{ type: i0__namespace.ElementRef, decorators: [{
|
|
634
|
+
type: i0.Inject,
|
|
635
|
+
args: [i0.ElementRef]
|
|
636
|
+
}] }, { type: i1__namespace.Observable, decorators: [{
|
|
637
|
+
type: i0.Inject,
|
|
638
|
+
args: [common.ANIMATION_FRAME]
|
|
639
|
+
}] }, { type: i0__namespace.NgZone, decorators: [{
|
|
640
|
+
type: i0.Inject,
|
|
641
|
+
args: [i0.NgZone]
|
|
642
|
+
}] }, { type: i2__namespace.TuiPositionAccessor, decorators: [{
|
|
643
|
+
type: i0.Inject,
|
|
644
|
+
args: [i2.TuiPositionAccessor]
|
|
645
|
+
}] }];
|
|
646
|
+
} });
|
|
501
647
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
648
|
+
// TODO: Remove when Angular is update and `RouterLinkActive` has output
|
|
649
|
+
var TuiRouterLinkActiveService = /** @class */ (function (_super) {
|
|
650
|
+
__extends(TuiRouterLinkActiveService, _super);
|
|
651
|
+
function TuiRouterLinkActiveService(routerLinkActive, zone, animationFrame$, destroy$) {
|
|
652
|
+
var _this = this;
|
|
653
|
+
var stream$ = routerLinkActive
|
|
654
|
+
? i1.merge(i1.timer(0), // SSR (animationFrame$ never emits value during SSR)
|
|
655
|
+
animationFrame$).pipe(operators.map(function () { return routerLinkActive.isActive; }), operators.distinctUntilChanged(), i3.tuiZoneOptimized(zone), operators.takeUntil(destroy$))
|
|
656
|
+
: i1.EMPTY;
|
|
657
|
+
_this = _super.call(this, function (subscriber) { return stream$.subscribe(subscriber); }) || this;
|
|
658
|
+
return _this;
|
|
659
|
+
}
|
|
660
|
+
return TuiRouterLinkActiveService;
|
|
661
|
+
}(i1.Observable));
|
|
662
|
+
TuiRouterLinkActiveService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRouterLinkActiveService, deps: [{ token: i1$1.RouterLinkActive, optional: true }, { token: i0.NgZone }, { token: common.ANIMATION_FRAME }, { token: i3.TuiDestroyService, self: true }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
663
|
+
TuiRouterLinkActiveService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRouterLinkActiveService });
|
|
664
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRouterLinkActiveService, decorators: [{
|
|
665
|
+
type: i0.Injectable
|
|
666
|
+
}], ctorParameters: function () {
|
|
667
|
+
return [{ type: i1__namespace$1.RouterLinkActive, decorators: [{
|
|
668
|
+
type: i0.Optional
|
|
669
|
+
}, {
|
|
670
|
+
type: i0.Inject,
|
|
671
|
+
args: [i1$1.RouterLinkActive]
|
|
672
|
+
}] }, { type: i0__namespace.NgZone, decorators: [{
|
|
673
|
+
type: i0.Inject,
|
|
674
|
+
args: [i0.NgZone]
|
|
675
|
+
}] }, { type: i1__namespace.Observable, decorators: [{
|
|
676
|
+
type: i0.Inject,
|
|
677
|
+
args: [common.ANIMATION_FRAME]
|
|
678
|
+
}] }, { type: i3__namespace.TuiDestroyService, decorators: [{
|
|
679
|
+
type: i0.Self
|
|
680
|
+
}, {
|
|
681
|
+
type: i0.Inject,
|
|
682
|
+
args: [i3.TuiDestroyService]
|
|
683
|
+
}] }];
|
|
684
|
+
} });
|
|
539
685
|
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
686
|
+
/**
|
|
687
|
+
* Service for reusing SVGs without inlining each instance
|
|
688
|
+
*/
|
|
689
|
+
var TuiSvgService = /** @class */ (function () {
|
|
690
|
+
function TuiSvgService(tuiSanitizer, sanitizer, icons) {
|
|
691
|
+
this.tuiSanitizer = tuiSanitizer;
|
|
692
|
+
this.sanitizer = sanitizer;
|
|
693
|
+
this.originals = {};
|
|
694
|
+
this.items$ = new i1.BehaviorSubject(new Map());
|
|
695
|
+
this.define(icons);
|
|
696
|
+
}
|
|
697
|
+
TuiSvgService.prototype.define = function (icons) {
|
|
698
|
+
var _this = this;
|
|
699
|
+
var value = this.items$.value;
|
|
700
|
+
Object.keys(icons).forEach(function (key) {
|
|
701
|
+
_this.defineIcon(key, icons[key], value);
|
|
702
|
+
});
|
|
703
|
+
this.items$.next(value);
|
|
704
|
+
};
|
|
705
|
+
TuiSvgService.prototype.getOriginal = function (name) {
|
|
706
|
+
return this.originals[name] || null;
|
|
707
|
+
};
|
|
708
|
+
TuiSvgService.prototype.defineIcon = function (name, src, map) {
|
|
709
|
+
var _a;
|
|
710
|
+
if (map.has(name)) {
|
|
711
|
+
return;
|
|
712
|
+
}
|
|
713
|
+
var parsed = this.parseSrc(name, src);
|
|
714
|
+
if (!parsed) {
|
|
715
|
+
ngDevMode && i3.tuiAssert.assert(false, "Unable to parse given SVG src");
|
|
716
|
+
return;
|
|
717
|
+
}
|
|
718
|
+
map.set(name, parsed);
|
|
719
|
+
this.originals = Object.assign(Object.assign({}, this.originals), (_a = {}, _a[name] = src, _a));
|
|
720
|
+
};
|
|
721
|
+
TuiSvgService.prototype.parseSrc = function (name, src) {
|
|
722
|
+
return this.sanitize(dom.tuiProcessIcon(src, name));
|
|
723
|
+
};
|
|
724
|
+
TuiSvgService.prototype.sanitize = function (src) {
|
|
725
|
+
return this.sanitizer.bypassSecurityTrustHtml((this.tuiSanitizer
|
|
726
|
+
? this.tuiSanitizer.sanitize(i0.SecurityContext.HTML, src)
|
|
727
|
+
: this.sanitizer.sanitize(i0.SecurityContext.HTML, src)) || "");
|
|
728
|
+
};
|
|
729
|
+
return TuiSvgService;
|
|
730
|
+
}());
|
|
731
|
+
TuiSvgService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSvgService, deps: [{ token: tokens.TUI_SANITIZER, optional: true }, { token: i1$2.DomSanitizer }, { token: tokens.TUI_ICONS }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
732
|
+
TuiSvgService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSvgService, providedIn: "root" });
|
|
733
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSvgService, decorators: [{
|
|
734
|
+
type: i0.Injectable,
|
|
735
|
+
args: [{
|
|
736
|
+
providedIn: "root",
|
|
737
|
+
}]
|
|
738
|
+
}], ctorParameters: function () {
|
|
739
|
+
return [{ type: i0__namespace.Sanitizer, decorators: [{
|
|
740
|
+
type: i0.Optional
|
|
741
|
+
}, {
|
|
742
|
+
type: i0.Inject,
|
|
743
|
+
args: [tokens.TUI_SANITIZER]
|
|
744
|
+
}] }, { type: i1__namespace$2.DomSanitizer, decorators: [{
|
|
745
|
+
type: i0.Inject,
|
|
746
|
+
args: [i1$2.DomSanitizer]
|
|
747
|
+
}] }, { type: undefined, decorators: [{
|
|
748
|
+
type: i0.Inject,
|
|
749
|
+
args: [tokens.TUI_ICONS]
|
|
750
|
+
}] }];
|
|
751
|
+
} });
|
|
606
752
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
753
|
+
var TuiVisualViewportService = /** @class */ (function () {
|
|
754
|
+
function TuiVisualViewportService(win, isWebkit) {
|
|
755
|
+
this.win = win;
|
|
756
|
+
this.isWebkit = isWebkit;
|
|
757
|
+
}
|
|
758
|
+
// https://bugs.webkit.org/show_bug.cgi?id=207089
|
|
759
|
+
TuiVisualViewportService.prototype.correct = function (point) {
|
|
760
|
+
var _a, _b, _c, _d;
|
|
761
|
+
return this.isWebkit
|
|
762
|
+
? [
|
|
763
|
+
point[0] + ((_b = (_a = this.win.visualViewport) === null || _a === void 0 ? void 0 : _a.offsetTop) !== null && _b !== void 0 ? _b : 0),
|
|
764
|
+
point[1] + ((_d = (_c = this.win.visualViewport) === null || _c === void 0 ? void 0 : _c.offsetLeft) !== null && _d !== void 0 ? _d : 0),
|
|
765
|
+
]
|
|
766
|
+
: point;
|
|
767
|
+
};
|
|
768
|
+
return TuiVisualViewportService;
|
|
769
|
+
}());
|
|
770
|
+
TuiVisualViewportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiVisualViewportService, deps: [{ token: common.WINDOW }, { token: i3.TUI_IS_WEBKIT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
771
|
+
TuiVisualViewportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiVisualViewportService, providedIn: "root" });
|
|
772
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiVisualViewportService, decorators: [{
|
|
773
|
+
type: i0.Injectable,
|
|
774
|
+
args: [{
|
|
775
|
+
providedIn: "root",
|
|
776
|
+
}]
|
|
777
|
+
}], ctorParameters: function () {
|
|
778
|
+
return [{ type: Window, decorators: [{
|
|
779
|
+
type: i0.Inject,
|
|
780
|
+
args: [common.WINDOW]
|
|
781
|
+
}] }, { type: undefined, decorators: [{
|
|
782
|
+
type: i0.Inject,
|
|
783
|
+
args: [i3.TUI_IS_WEBKIT]
|
|
784
|
+
}] }];
|
|
785
|
+
} });
|
|
640
786
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
787
|
+
/**
|
|
788
|
+
* Generated bundle index. Do not edit.
|
|
789
|
+
*/
|
|
644
790
|
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
791
|
+
exports.TuiBreakpointService = TuiBreakpointService;
|
|
792
|
+
exports.TuiFormatDateService = TuiFormatDateService;
|
|
793
|
+
exports.TuiHintService = TuiHintService;
|
|
794
|
+
exports.TuiNightThemeService = TuiNightThemeService;
|
|
795
|
+
exports.TuiPositionService = TuiPositionService;
|
|
796
|
+
exports.TuiRouterLinkActiveService = TuiRouterLinkActiveService;
|
|
797
|
+
exports.TuiSvgService = TuiSvgService;
|
|
798
|
+
exports.TuiVisualViewportService = TuiVisualViewportService;
|
|
653
799
|
|
|
654
|
-
|
|
800
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
655
801
|
|
|
656
802
|
}));
|
|
657
803
|
//# sourceMappingURL=taiga-ui-core-services.umd.js.map
|