@taiga-ui/experimental 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.
@@ -1,507 +1,653 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@taiga-ui/cdk'), require('@taiga-ui/experimental/components/icon'), require('@tinkoff/ng-polymorpheus'), require('@angular/common')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/components/rating', ['exports', '@angular/core', '@angular/forms', '@taiga-ui/cdk', '@taiga-ui/experimental/components/icon', '@tinkoff/ng-polymorpheus', '@angular/common'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.components = global["taiga-ui"].experimental.components || {}, global["taiga-ui"].experimental.components.rating = {}), global.ng.core, global.ng.forms, global.i2, global["taiga-ui"].experimental.components.icon, global.i3, global.ng.common));
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@taiga-ui/cdk'), require('@taiga-ui/experimental/components/icon'), require('@tinkoff/ng-polymorpheus'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/components/rating', ['exports', '@angular/core', '@angular/forms', '@taiga-ui/cdk', '@taiga-ui/experimental/components/icon', '@tinkoff/ng-polymorpheus', '@angular/common'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.components = global["taiga-ui"].experimental.components || {}, global["taiga-ui"].experimental.components.rating = {}), global.ng.core, global.ng.forms, global.i2, global["taiga-ui"].experimental.components.icon, global.i3, global.ng.common));
5
5
  })(this, (function (exports, i0, i4, i2, i1, i3, common) { '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
- });
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
- n["default"] = e;
22
- return Object.freeze(n);
19
+ });
23
20
  }
21
+ n["default"] = e;
22
+ return Object.freeze(n);
23
+ }
24
24
 
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
27
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
28
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
29
- var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
25
+ var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
+ var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
27
+ var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
28
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
29
+ var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
30
30
 
31
- /*! *****************************************************************************
32
- Copyright (c) Microsoft Corporation.
31
+ /******************************************************************************
32
+ Copyright (c) Microsoft Corporation.
33
33
 
34
- Permission to use, copy, modify, and/or distribute this software for any
35
- purpose with or without fee is hereby granted.
34
+ Permission to use, copy, modify, and/or distribute this software for any
35
+ purpose with or without fee is hereby granted.
36
36
 
37
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
38
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
39
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
40
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
42
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43
- PERFORMANCE OF THIS SOFTWARE.
44
- ***************************************************************************** */
45
- /* global Reflect, Promise */
46
- var extendStatics = function (d, b) {
47
- extendStatics = Object.setPrototypeOf ||
48
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
49
- function (d, b) { for (var p in b)
50
- if (Object.prototype.hasOwnProperty.call(b, p))
51
- d[p] = b[p]; };
52
- return extendStatics(d, b);
53
- };
54
- function __extends(d, b) {
55
- if (typeof b !== "function" && b !== null)
56
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
57
- extendStatics(d, b);
58
- function __() { this.constructor = d; }
59
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
60
- }
61
- var __assign = function () {
62
- __assign = Object.assign || function __assign(t) {
63
- for (var s, i = 1, n = arguments.length; i < n; i++) {
64
- s = arguments[i];
65
- for (var p in s)
66
- if (Object.prototype.hasOwnProperty.call(s, p))
67
- t[p] = s[p];
68
- }
69
- return t;
70
- };
71
- return __assign.apply(this, arguments);
72
- };
73
- function __rest(s, e) {
74
- var t = {};
75
- for (var p in s)
76
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
77
- t[p] = s[p];
78
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
79
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
80
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
81
- t[p[i]] = s[p[i]];
82
- }
83
- return t;
84
- }
85
- function __decorate(decorators, target, key, desc) {
86
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
87
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
88
- r = Reflect.decorate(decorators, target, key, desc);
89
- else
90
- for (var i = decorators.length - 1; i >= 0; i--)
91
- if (d = decorators[i])
92
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
93
- return c > 3 && r && Object.defineProperty(target, key, r), r;
94
- }
95
- function __param(paramIndex, decorator) {
96
- return function (target, key) { decorator(target, key, paramIndex); };
97
- }
98
- function __metadata(metadataKey, metadataValue) {
99
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
100
- return Reflect.metadata(metadataKey, metadataValue);
101
- }
102
- function __awaiter(thisArg, _arguments, P, generator) {
103
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
104
- return new (P || (P = Promise))(function (resolve, reject) {
105
- function fulfilled(value) { try {
106
- step(generator.next(value));
107
- }
108
- catch (e) {
109
- reject(e);
110
- } }
111
- function rejected(value) { try {
112
- step(generator["throw"](value));
113
- }
114
- catch (e) {
115
- reject(e);
116
- } }
117
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
118
- step((generator = generator.apply(thisArg, _arguments || [])).next());
119
- });
120
- }
121
- function __generator(thisArg, body) {
122
- var _ = { label: 0, sent: function () { if (t[0] & 1)
123
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
124
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
125
- function verb(n) { return function (v) { return step([n, v]); }; }
126
- function step(op) {
127
- if (f)
128
- throw new TypeError("Generator is already executing.");
129
- while (_)
130
- try {
131
- 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)
132
- return t;
133
- if (y = 0, t)
134
- op = [op[0] & 2, t.value];
135
- switch (op[0]) {
136
- case 0:
137
- case 1:
138
- t = op;
139
- break;
140
- case 4:
141
- _.label++;
142
- return { value: op[1], done: false };
143
- case 5:
144
- _.label++;
145
- y = op[1];
146
- op = [0];
147
- continue;
148
- case 7:
149
- op = _.ops.pop();
150
- _.trys.pop();
151
- continue;
152
- default:
153
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
154
- _ = 0;
155
- continue;
156
- }
157
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
158
- _.label = op[1];
159
- break;
160
- }
161
- if (op[0] === 6 && _.label < t[1]) {
162
- _.label = t[1];
163
- t = op;
164
- break;
165
- }
166
- if (t && _.label < t[2]) {
167
- _.label = t[2];
168
- _.ops.push(op);
169
- break;
170
- }
171
- if (t[2])
172
- _.ops.pop();
173
- _.trys.pop();
174
- continue;
175
- }
176
- op = body.call(thisArg, _);
177
- }
178
- catch (e) {
179
- op = [6, e];
180
- y = 0;
181
- }
182
- finally {
183
- f = t = 0;
184
- }
185
- if (op[0] & 5)
186
- throw op[1];
187
- return { value: op[0] ? op[1] : void 0, done: true };
188
- }
189
- }
190
- var __createBinding = Object.create ? (function (o, m, k, k2) {
191
- if (k2 === undefined)
192
- k2 = k;
193
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
194
- }) : (function (o, m, k, k2) {
195
- if (k2 === undefined)
196
- k2 = k;
197
- o[k2] = m[k];
198
- });
199
- function __exportStar(m, o) {
200
- for (var p in m)
201
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
202
- __createBinding(o, m, p);
203
- }
204
- function __values(o) {
205
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
206
- if (m)
207
- return m.call(o);
208
- if (o && typeof o.length === "number")
209
- return {
210
- next: function () {
211
- if (o && i >= o.length)
212
- o = void 0;
213
- return { value: o && o[i++], done: !o };
214
- }
215
- };
216
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
217
- }
218
- function __read(o, n) {
219
- var m = typeof Symbol === "function" && o[Symbol.iterator];
220
- if (!m)
221
- return o;
222
- var i = m.call(o), r, ar = [], e;
223
- try {
224
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
225
- ar.push(r.value);
226
- }
227
- catch (error) {
228
- e = { error: error };
229
- }
230
- finally {
231
- try {
232
- if (r && !r.done && (m = i["return"]))
233
- m.call(i);
234
- }
235
- finally {
236
- if (e)
237
- throw e.error;
238
- }
239
- }
240
- return ar;
241
- }
242
- /** @deprecated */
243
- function __spread() {
244
- for (var ar = [], i = 0; i < arguments.length; i++)
245
- ar = ar.concat(__read(arguments[i]));
246
- return ar;
247
- }
248
- /** @deprecated */
249
- function __spreadArrays() {
250
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
251
- s += arguments[i].length;
252
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
253
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
254
- r[k] = a[j];
255
- return r;
256
- }
257
- function __spreadArray(to, from, pack) {
258
- if (pack || arguments.length === 2)
259
- for (var i = 0, l = from.length, ar; i < l; i++) {
260
- if (ar || !(i in from)) {
261
- if (!ar)
262
- ar = Array.prototype.slice.call(from, 0, i);
263
- ar[i] = from[i];
264
- }
265
- }
266
- return to.concat(ar || from);
267
- }
268
- function __await(v) {
269
- return this instanceof __await ? (this.v = v, this) : new __await(v);
270
- }
271
- function __asyncGenerator(thisArg, _arguments, generator) {
272
- if (!Symbol.asyncIterator)
273
- throw new TypeError("Symbol.asyncIterator is not defined.");
274
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
275
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
276
- function verb(n) { if (g[n])
277
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
278
- function resume(n, v) { try {
279
- step(g[n](v));
280
- }
281
- catch (e) {
282
- settle(q[0][3], e);
283
- } }
284
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
285
- function fulfill(value) { resume("next", value); }
286
- function reject(value) { resume("throw", value); }
287
- function settle(f, v) { if (f(v), q.shift(), q.length)
288
- resume(q[0][0], q[0][1]); }
289
- }
290
- function __asyncDelegator(o) {
291
- var i, p;
292
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
293
- 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; }
294
- }
295
- function __asyncValues(o) {
296
- if (!Symbol.asyncIterator)
297
- throw new TypeError("Symbol.asyncIterator is not defined.");
298
- var m = o[Symbol.asyncIterator], i;
299
- 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);
300
- 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); }); }; }
301
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
302
- }
303
- function __makeTemplateObject(cooked, raw) {
304
- if (Object.defineProperty) {
305
- Object.defineProperty(cooked, "raw", { value: raw });
306
- }
307
- else {
308
- cooked.raw = raw;
309
- }
310
- return cooked;
311
- }
312
- ;
313
- var __setModuleDefault = Object.create ? (function (o, v) {
314
- Object.defineProperty(o, "default", { enumerable: true, value: v });
315
- }) : function (o, v) {
316
- o["default"] = v;
317
- };
318
- function __importStar(mod) {
319
- if (mod && mod.__esModule)
320
- return mod;
321
- var result = {};
322
- if (mod != null)
323
- for (var k in mod)
324
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
325
- __createBinding(result, mod, k);
326
- __setModuleDefault(result, mod);
327
- return result;
328
- }
329
- function __importDefault(mod) {
330
- return (mod && mod.__esModule) ? mod : { default: mod };
331
- }
332
- function __classPrivateFieldGet(receiver, state, kind, f) {
333
- if (kind === "a" && !f)
334
- throw new TypeError("Private accessor was defined without a getter");
335
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
336
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
337
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
338
- }
339
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
340
- if (kind === "m")
341
- throw new TypeError("Private method is not writable");
342
- if (kind === "a" && !f)
343
- throw new TypeError("Private accessor was defined without a setter");
344
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
345
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
346
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
347
- }
37
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
38
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
39
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
40
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
42
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43
+ PERFORMANCE OF THIS SOFTWARE.
44
+ ***************************************************************************** */
45
+ /* global Reflect, Promise, SuppressedError, Symbol */
46
+ var extendStatics = function (d, b) {
47
+ extendStatics = Object.setPrototypeOf ||
48
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
49
+ function (d, b) { for (var p in b)
50
+ if (Object.prototype.hasOwnProperty.call(b, p))
51
+ d[p] = b[p]; };
52
+ return extendStatics(d, b);
53
+ };
54
+ function __extends(d, b) {
55
+ if (typeof b !== "function" && b !== null)
56
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
57
+ extendStatics(d, b);
58
+ function __() { this.constructor = d; }
59
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
60
+ }
61
+ var __assign = function () {
62
+ __assign = Object.assign || function __assign(t) {
63
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
64
+ s = arguments[i];
65
+ for (var p in s)
66
+ if (Object.prototype.hasOwnProperty.call(s, p))
67
+ t[p] = s[p];
68
+ }
69
+ return t;
70
+ };
71
+ return __assign.apply(this, arguments);
72
+ };
73
+ function __rest(s, e) {
74
+ var t = {};
75
+ for (var p in s)
76
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
77
+ t[p] = s[p];
78
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
79
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
80
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
81
+ t[p[i]] = s[p[i]];
82
+ }
83
+ return t;
84
+ }
85
+ function __decorate(decorators, target, key, desc) {
86
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
87
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
88
+ r = Reflect.decorate(decorators, target, key, desc);
89
+ else
90
+ for (var i = decorators.length - 1; i >= 0; i--)
91
+ if (d = decorators[i])
92
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
93
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
94
+ }
95
+ function __param(paramIndex, decorator) {
96
+ return function (target, key) { decorator(target, key, paramIndex); };
97
+ }
98
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
99
+ function accept(f) { if (f !== void 0 && typeof f !== "function")
100
+ throw new TypeError("Function expected"); return f; }
101
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
102
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
103
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
104
+ var _, done = false;
105
+ for (var i = decorators.length - 1; i >= 0; i--) {
106
+ var context = {};
107
+ for (var p in contextIn)
108
+ context[p] = p === "access" ? {} : contextIn[p];
109
+ for (var p in contextIn.access)
110
+ context.access[p] = contextIn.access[p];
111
+ context.addInitializer = function (f) { if (done)
112
+ throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
113
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
114
+ if (kind === "accessor") {
115
+ if (result === void 0)
116
+ continue;
117
+ if (result === null || typeof result !== "object")
118
+ throw new TypeError("Object expected");
119
+ if (_ = accept(result.get))
120
+ descriptor.get = _;
121
+ if (_ = accept(result.set))
122
+ descriptor.set = _;
123
+ if (_ = accept(result.init))
124
+ initializers.unshift(_);
125
+ }
126
+ else if (_ = accept(result)) {
127
+ if (kind === "field")
128
+ initializers.unshift(_);
129
+ else
130
+ descriptor[key] = _;
131
+ }
132
+ }
133
+ if (target)
134
+ Object.defineProperty(target, contextIn.name, descriptor);
135
+ done = true;
136
+ }
137
+ ;
138
+ function __runInitializers(thisArg, initializers, value) {
139
+ var useValue = arguments.length > 2;
140
+ for (var i = 0; i < initializers.length; i++) {
141
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
142
+ }
143
+ return useValue ? value : void 0;
144
+ }
145
+ ;
146
+ function __propKey(x) {
147
+ return typeof x === "symbol" ? x : "".concat(x);
148
+ }
149
+ ;
150
+ function __setFunctionName(f, name, prefix) {
151
+ if (typeof name === "symbol")
152
+ name = name.description ? "[".concat(name.description, "]") : "";
153
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
154
+ }
155
+ ;
156
+ function __metadata(metadataKey, metadataValue) {
157
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
158
+ return Reflect.metadata(metadataKey, metadataValue);
159
+ }
160
+ function __awaiter(thisArg, _arguments, P, generator) {
161
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
162
+ return new (P || (P = Promise))(function (resolve, reject) {
163
+ function fulfilled(value) { try {
164
+ step(generator.next(value));
165
+ }
166
+ catch (e) {
167
+ reject(e);
168
+ } }
169
+ function rejected(value) { try {
170
+ step(generator["throw"](value));
171
+ }
172
+ catch (e) {
173
+ reject(e);
174
+ } }
175
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
176
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
177
+ });
178
+ }
179
+ function __generator(thisArg, body) {
180
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
181
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
182
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
183
+ function verb(n) { return function (v) { return step([n, v]); }; }
184
+ function step(op) {
185
+ if (f)
186
+ throw new TypeError("Generator is already executing.");
187
+ while (g && (g = 0, op[0] && (_ = 0)), _)
188
+ try {
189
+ 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)
190
+ return t;
191
+ if (y = 0, t)
192
+ op = [op[0] & 2, t.value];
193
+ switch (op[0]) {
194
+ case 0:
195
+ case 1:
196
+ t = op;
197
+ break;
198
+ case 4:
199
+ _.label++;
200
+ return { value: op[1], done: false };
201
+ case 5:
202
+ _.label++;
203
+ y = op[1];
204
+ op = [0];
205
+ continue;
206
+ case 7:
207
+ op = _.ops.pop();
208
+ _.trys.pop();
209
+ continue;
210
+ default:
211
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
212
+ _ = 0;
213
+ continue;
214
+ }
215
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
216
+ _.label = op[1];
217
+ break;
218
+ }
219
+ if (op[0] === 6 && _.label < t[1]) {
220
+ _.label = t[1];
221
+ t = op;
222
+ break;
223
+ }
224
+ if (t && _.label < t[2]) {
225
+ _.label = t[2];
226
+ _.ops.push(op);
227
+ break;
228
+ }
229
+ if (t[2])
230
+ _.ops.pop();
231
+ _.trys.pop();
232
+ continue;
233
+ }
234
+ op = body.call(thisArg, _);
235
+ }
236
+ catch (e) {
237
+ op = [6, e];
238
+ y = 0;
239
+ }
240
+ finally {
241
+ f = t = 0;
242
+ }
243
+ if (op[0] & 5)
244
+ throw op[1];
245
+ return { value: op[0] ? op[1] : void 0, done: true };
246
+ }
247
+ }
248
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
249
+ if (k2 === undefined)
250
+ k2 = k;
251
+ var desc = Object.getOwnPropertyDescriptor(m, k);
252
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
253
+ desc = { enumerable: true, get: function () { return m[k]; } };
254
+ }
255
+ Object.defineProperty(o, k2, desc);
256
+ }) : (function (o, m, k, k2) {
257
+ if (k2 === undefined)
258
+ k2 = k;
259
+ o[k2] = m[k];
260
+ });
261
+ function __exportStar(m, o) {
262
+ for (var p in m)
263
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
264
+ __createBinding(o, m, p);
265
+ }
266
+ function __values(o) {
267
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
268
+ if (m)
269
+ return m.call(o);
270
+ if (o && typeof o.length === "number")
271
+ return {
272
+ next: function () {
273
+ if (o && i >= o.length)
274
+ o = void 0;
275
+ return { value: o && o[i++], done: !o };
276
+ }
277
+ };
278
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
279
+ }
280
+ function __read(o, n) {
281
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
282
+ if (!m)
283
+ return o;
284
+ var i = m.call(o), r, ar = [], e;
285
+ try {
286
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
287
+ ar.push(r.value);
288
+ }
289
+ catch (error) {
290
+ e = { error: error };
291
+ }
292
+ finally {
293
+ try {
294
+ if (r && !r.done && (m = i["return"]))
295
+ m.call(i);
296
+ }
297
+ finally {
298
+ if (e)
299
+ throw e.error;
300
+ }
301
+ }
302
+ return ar;
303
+ }
304
+ /** @deprecated */
305
+ function __spread() {
306
+ for (var ar = [], i = 0; i < arguments.length; i++)
307
+ ar = ar.concat(__read(arguments[i]));
308
+ return ar;
309
+ }
310
+ /** @deprecated */
311
+ function __spreadArrays() {
312
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
313
+ s += arguments[i].length;
314
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
315
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
316
+ r[k] = a[j];
317
+ return r;
318
+ }
319
+ function __spreadArray(to, from, pack) {
320
+ if (pack || arguments.length === 2)
321
+ for (var i = 0, l = from.length, ar; i < l; i++) {
322
+ if (ar || !(i in from)) {
323
+ if (!ar)
324
+ ar = Array.prototype.slice.call(from, 0, i);
325
+ ar[i] = from[i];
326
+ }
327
+ }
328
+ return to.concat(ar || Array.prototype.slice.call(from));
329
+ }
330
+ function __await(v) {
331
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
332
+ }
333
+ function __asyncGenerator(thisArg, _arguments, generator) {
334
+ if (!Symbol.asyncIterator)
335
+ throw new TypeError("Symbol.asyncIterator is not defined.");
336
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
337
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
338
+ function verb(n) { if (g[n])
339
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
340
+ function resume(n, v) { try {
341
+ step(g[n](v));
342
+ }
343
+ catch (e) {
344
+ settle(q[0][3], e);
345
+ } }
346
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
347
+ function fulfill(value) { resume("next", value); }
348
+ function reject(value) { resume("throw", value); }
349
+ function settle(f, v) { if (f(v), q.shift(), q.length)
350
+ resume(q[0][0], q[0][1]); }
351
+ }
352
+ function __asyncDelegator(o) {
353
+ var i, p;
354
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
355
+ 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; }
356
+ }
357
+ function __asyncValues(o) {
358
+ if (!Symbol.asyncIterator)
359
+ throw new TypeError("Symbol.asyncIterator is not defined.");
360
+ var m = o[Symbol.asyncIterator], i;
361
+ 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);
362
+ 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); }); }; }
363
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
364
+ }
365
+ function __makeTemplateObject(cooked, raw) {
366
+ if (Object.defineProperty) {
367
+ Object.defineProperty(cooked, "raw", { value: raw });
368
+ }
369
+ else {
370
+ cooked.raw = raw;
371
+ }
372
+ return cooked;
373
+ }
374
+ ;
375
+ var __setModuleDefault = Object.create ? (function (o, v) {
376
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
377
+ }) : function (o, v) {
378
+ o["default"] = v;
379
+ };
380
+ function __importStar(mod) {
381
+ if (mod && mod.__esModule)
382
+ return mod;
383
+ var result = {};
384
+ if (mod != null)
385
+ for (var k in mod)
386
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
387
+ __createBinding(result, mod, k);
388
+ __setModuleDefault(result, mod);
389
+ return result;
390
+ }
391
+ function __importDefault(mod) {
392
+ return (mod && mod.__esModule) ? mod : { default: mod };
393
+ }
394
+ function __classPrivateFieldGet(receiver, state, kind, f) {
395
+ if (kind === "a" && !f)
396
+ throw new TypeError("Private accessor was defined without a getter");
397
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
398
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
399
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
400
+ }
401
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
402
+ if (kind === "m")
403
+ throw new TypeError("Private method is not writable");
404
+ if (kind === "a" && !f)
405
+ throw new TypeError("Private accessor was defined without a setter");
406
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
407
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
408
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
409
+ }
410
+ function __classPrivateFieldIn(state, receiver) {
411
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
412
+ throw new TypeError("Cannot use 'in' operator on non-object");
413
+ return typeof state === "function" ? receiver === state : state.has(receiver);
414
+ }
415
+ function __addDisposableResource(env, value, async) {
416
+ if (value !== null && value !== void 0) {
417
+ if (typeof value !== "object" && typeof value !== "function")
418
+ throw new TypeError("Object expected.");
419
+ var dispose;
420
+ if (async) {
421
+ if (!Symbol.asyncDispose)
422
+ throw new TypeError("Symbol.asyncDispose is not defined.");
423
+ dispose = value[Symbol.asyncDispose];
424
+ }
425
+ if (dispose === void 0) {
426
+ if (!Symbol.dispose)
427
+ throw new TypeError("Symbol.dispose is not defined.");
428
+ dispose = value[Symbol.dispose];
429
+ }
430
+ if (typeof dispose !== "function")
431
+ throw new TypeError("Object not disposable.");
432
+ env.stack.push({ value: value, dispose: dispose, async: async });
433
+ }
434
+ else if (async) {
435
+ env.stack.push({ async: true });
436
+ }
437
+ return value;
438
+ }
439
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
440
+ var e = new Error(message);
441
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
442
+ };
443
+ function __disposeResources(env) {
444
+ function fail(e) {
445
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
446
+ env.hasError = true;
447
+ }
448
+ function next() {
449
+ while (env.stack.length) {
450
+ var rec = env.stack.pop();
451
+ try {
452
+ var result = rec.dispose && rec.dispose.call(rec.value);
453
+ if (rec.async)
454
+ return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
455
+ }
456
+ catch (e) {
457
+ fail(e);
458
+ }
459
+ }
460
+ if (env.hasError)
461
+ throw env.error;
462
+ }
463
+ return next();
464
+ }
465
+ var tslib_es6 = {
466
+ __extends: __extends,
467
+ __assign: __assign,
468
+ __rest: __rest,
469
+ __decorate: __decorate,
470
+ __param: __param,
471
+ __metadata: __metadata,
472
+ __awaiter: __awaiter,
473
+ __generator: __generator,
474
+ __createBinding: __createBinding,
475
+ __exportStar: __exportStar,
476
+ __values: __values,
477
+ __read: __read,
478
+ __spread: __spread,
479
+ __spreadArrays: __spreadArrays,
480
+ __spreadArray: __spreadArray,
481
+ __await: __await,
482
+ __asyncGenerator: __asyncGenerator,
483
+ __asyncDelegator: __asyncDelegator,
484
+ __asyncValues: __asyncValues,
485
+ __makeTemplateObject: __makeTemplateObject,
486
+ __importStar: __importStar,
487
+ __importDefault: __importDefault,
488
+ __classPrivateFieldGet: __classPrivateFieldGet,
489
+ __classPrivateFieldSet: __classPrivateFieldSet,
490
+ __classPrivateFieldIn: __classPrivateFieldIn,
491
+ __addDisposableResource: __addDisposableResource,
492
+ __disposeResources: __disposeResources,
493
+ };
348
494
 
349
- var TUI_RATING_DEFAULT_OPTIONS = {
350
- icon: "tuiIconStarLarge",
351
- max: 5,
352
- };
353
- var TUI_RATING_OPTIONS = i2.tuiCreateToken(TUI_RATING_DEFAULT_OPTIONS);
354
- function tuiRatingOptionsProvider(options) {
355
- return i2.tuiProvideOptions(TUI_RATING_OPTIONS, options, TUI_RATING_DEFAULT_OPTIONS);
356
- }
495
+ var TUI_RATING_DEFAULT_OPTIONS = {
496
+ icon: "tuiIconStarLarge",
497
+ max: 5,
498
+ };
499
+ var TUI_RATING_OPTIONS = i2.tuiCreateToken(TUI_RATING_DEFAULT_OPTIONS);
500
+ function tuiRatingOptionsProvider(options) {
501
+ return i2.tuiProvideOptions(TUI_RATING_OPTIONS, options, TUI_RATING_DEFAULT_OPTIONS);
502
+ }
357
503
 
358
- var TuiRatingComponent = /** @class */ (function (_super) {
359
- __extends(TuiRatingComponent, _super);
360
- function TuiRatingComponent(control, cdr, options) {
361
- var _this = _super.call(this, control, cdr) || this;
362
- _this.options = options;
363
- _this.icon = _this.options.icon;
364
- _this.max = _this.options.max;
365
- _this.active = 0;
366
- return _this;
367
- }
368
- Object.defineProperty(TuiRatingComponent.prototype, "nativeFocusableElement", {
369
- get: function () {
370
- var _a;
371
- return this.computedDisabled ? null : ((_a = this.input) === null || _a === void 0 ? void 0 : _a.nativeElement) || null;
372
- },
373
- enumerable: false,
374
- configurable: true
375
- });
376
- Object.defineProperty(TuiRatingComponent.prototype, "focused", {
377
- get: function () {
378
- return i2.tuiIsNativeFocused(this.nativeFocusableElement);
379
- },
380
- enumerable: false,
381
- configurable: true
382
- });
383
- TuiRatingComponent.prototype.onKeyDown = function (event) {
384
- if (this.readOnly) {
385
- event.preventDefault();
386
- }
387
- };
388
- TuiRatingComponent.prototype.onPointer = function (delta) {
389
- this.active = i2.tuiClamp(this.active + delta, 0, 1);
390
- };
391
- TuiRatingComponent.prototype.onClick = function (value) {
392
- if (this.active) {
393
- this.value = value;
394
- }
395
- };
396
- TuiRatingComponent.prototype.isActive = function (index) {
397
- return Math.ceil(this.value) >= this.max - index;
398
- };
399
- TuiRatingComponent.prototype.isFraction = function (index) {
400
- return this.value > this.max - index - 1 && this.value < this.max - index;
401
- };
402
- TuiRatingComponent.prototype.getCut = function (index) {
403
- return this.isFraction(index)
404
- ? 100 * Math.max(this.max - index - this.value, 0)
405
- : 0;
406
- };
407
- TuiRatingComponent.prototype.getFallbackValue = function () {
408
- return 0;
409
- };
410
- return TuiRatingComponent;
411
- }(i2.AbstractTuiControl));
412
- TuiRatingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, deps: [{ token: i4.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }, { token: TUI_RATING_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
413
- TuiRatingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiRatingComponent, selector: "tui-rating", inputs: { icon: "icon", max: "max" }, host: { listeners: { "keydown.capture": "onKeyDown($event)", "pointerdown": "onPointer(1)", "pointercancel": "onPointer(-1)", "document:pointerup": "onPointer(-1)" }, properties: { "class._active": "this.active" } }, viewQueries: [{ propertyName: "input", first: true, predicate: i4.NgControl, descendants: true, read: i0.ElementRef, static: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"t-items\">\n <div\n *tuiRepeatTimes=\"let index of max\"\n class=\"t-item\"\n [class.t-item_active]=\"isActive(index)\"\n (pointerup)=\"onClick(max - index)\"\n >\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon t-icon_blank\"\n [class.t-icon_fraction]=\"isFraction(index)\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"100 - getCut(index)\"\n ></tui-icon>\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"getCut(index)\"\n ></tui-icon>\n </div>\n</div>\n<input\n min=\"1\"\n type=\"range\"\n class=\"t-range\"\n [attr.aria-disabled]=\"readOnly\"\n [disabled]=\"computedDisabled\"\n [max]=\"max\"\n [(ngModel)]=\"value\"\n/>\n", styles: [":host{position:relative;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;font-size:1rem;color:var(--tui-support-12);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host._readonly{pointer-events:none}:host._disabled{pointer-events:none;opacity:var(--tui-disabled-opacity)}.t-range{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;box-sizing:border-box;padding:0 .75em;pointer-events:none}.t-range:focus-visible+.t-items{box-shadow:inset 0 0 0 .125rem var(--tui-focus)}.t-items{position:relative;display:flex;flex-direction:row-reverse}.t-items:hover .t-icon{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.t-items:hover .t-icon_blank{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}.t-item{position:relative;flex:1 0 0;color:var(--tui-base-06);transition-property:color,transform;transition-duration:var(--tui-duration);transition-timing-function:ease-in-out,cubic-bezier(.35,1.5,.4,2.5)}.t-item:first-child{max-width:2.5em}.t-item:hover,.t-item:hover~.t-item,.t-items:not(:hover) .t-item_active{color:currentColor}.t-items:active .t-item:hover,.t-items:active .t-item:hover~.t-item{transform:scale(.85);transition-duration:var(--tui-duration),calc(var(--tui-duration) / 3);transition-timing-function:ease-in-out}.t-icon{transition-property:-webkit-clip-path;transition-property:clip-path;transition-property:clip-path,-webkit-clip-path;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;width:2.5em;height:2.5em;font-size:inherit;-webkit-clip-path:inset(0 var(--t-cut) 0 0);clip-path:inset(0 var(--t-cut) 0 0)}.t-icon ::ng-deep>*{font-size:1rem}.t-icon_blank{position:absolute;top:0;left:0;display:none;color:var(--tui-base-06);-webkit-clip-path:inset(0 0 0 var(--t-cut));clip-path:inset(0 0 0 var(--t-cut))}.t-icon_fraction{display:block}@media (any-pointer: coarse){:host._active .t-item_active{transform:scale(.85);transition-timing-function:ease-in-out}.t-range{pointer-events:auto}.t-icon{transition:none}}\n"], components: [{ type: i1__namespace.TuiIconComponent, selector: "tui-icon", inputs: ["icon", "background"] }], directives: [{ type: i2__namespace.TuiRepeatTimesDirective, selector: "[tuiRepeatTimes][tuiRepeatTimesOf]", inputs: ["tuiRepeatTimesOf"] }, { type: i3__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { type: i4__namespace.RangeValueAccessor, selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]" }, { type: i4__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
414
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, decorators: [{
415
- type: i0.Component,
416
- args: [{
417
- selector: 'tui-rating',
418
- templateUrl: './rating.template.html',
419
- styleUrls: ['./rating.style.less'],
420
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
421
- }]
422
- }], ctorParameters: function () {
423
- return [{ type: i4__namespace.NgControl, decorators: [{
424
- type: i0.Optional
425
- }, {
426
- type: i0.Self
427
- }, {
428
- type: i0.Inject,
429
- args: [i4.NgControl]
430
- }] }, { type: i0__namespace.ChangeDetectorRef, decorators: [{
431
- type: i0.Inject,
432
- args: [i0.ChangeDetectorRef]
433
- }] }, { type: undefined, decorators: [{
434
- type: i0.Inject,
435
- args: [TUI_RATING_OPTIONS]
436
- }] }];
437
- }, propDecorators: { input: [{
438
- type: i0.ViewChild,
439
- args: [i4.NgControl, { read: i0.ElementRef, static: true }]
440
- }], icon: [{
441
- type: i0.Input
442
- }], max: [{
443
- type: i0.Input
444
- }], active: [{
445
- type: i0.HostBinding,
446
- args: ['class._active']
447
- }], onKeyDown: [{
448
- type: i0.HostListener,
449
- args: ['keydown.capture', ['$event']]
450
- }], onPointer: [{
451
- type: i0.HostListener,
452
- args: ['pointerdown', ['1']]
453
- }, {
454
- type: i0.HostListener,
455
- args: ['pointercancel', ['-1']]
456
- }, {
457
- type: i0.HostListener,
458
- args: ['document:pointerup', ['-1']]
459
- }] } });
504
+ var TuiRatingComponent = /** @class */ (function (_super) {
505
+ __extends(TuiRatingComponent, _super);
506
+ function TuiRatingComponent(control, cdr, options) {
507
+ var _this = _super.call(this, control, cdr) || this;
508
+ _this.options = options;
509
+ _this.icon = _this.options.icon;
510
+ _this.max = _this.options.max;
511
+ _this.active = 0;
512
+ return _this;
513
+ }
514
+ Object.defineProperty(TuiRatingComponent.prototype, "nativeFocusableElement", {
515
+ get: function () {
516
+ var _a;
517
+ return this.computedDisabled ? null : ((_a = this.input) === null || _a === void 0 ? void 0 : _a.nativeElement) || null;
518
+ },
519
+ enumerable: false,
520
+ configurable: true
521
+ });
522
+ Object.defineProperty(TuiRatingComponent.prototype, "focused", {
523
+ get: function () {
524
+ return i2.tuiIsNativeFocused(this.nativeFocusableElement);
525
+ },
526
+ enumerable: false,
527
+ configurable: true
528
+ });
529
+ TuiRatingComponent.prototype.onKeyDown = function (event) {
530
+ if (this.readOnly) {
531
+ event.preventDefault();
532
+ }
533
+ };
534
+ TuiRatingComponent.prototype.onPointer = function (delta) {
535
+ this.active = i2.tuiClamp(this.active + delta, 0, 1);
536
+ };
537
+ TuiRatingComponent.prototype.onClick = function (value) {
538
+ if (this.active) {
539
+ this.value = value;
540
+ }
541
+ };
542
+ TuiRatingComponent.prototype.isActive = function (index) {
543
+ return Math.ceil(this.value) >= this.max - index;
544
+ };
545
+ TuiRatingComponent.prototype.isFraction = function (index) {
546
+ return this.value > this.max - index - 1 && this.value < this.max - index;
547
+ };
548
+ TuiRatingComponent.prototype.getCut = function (index) {
549
+ return this.isFraction(index)
550
+ ? 100 * Math.max(this.max - index - this.value, 0)
551
+ : 0;
552
+ };
553
+ TuiRatingComponent.prototype.getFallbackValue = function () {
554
+ return 0;
555
+ };
556
+ return TuiRatingComponent;
557
+ }(i2.AbstractTuiControl));
558
+ TuiRatingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, deps: [{ token: i4.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }, { token: TUI_RATING_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
559
+ TuiRatingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiRatingComponent, selector: "tui-rating", inputs: { icon: "icon", max: "max" }, host: { listeners: { "keydown.capture": "onKeyDown($event)", "pointerdown": "onPointer(1)", "pointercancel": "onPointer(-1)", "document:pointerup": "onPointer(-1)" }, properties: { "class._active": "this.active" } }, viewQueries: [{ propertyName: "input", first: true, predicate: i4.NgControl, descendants: true, read: i0.ElementRef, static: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"t-items\">\n <div\n *tuiRepeatTimes=\"let index of max\"\n class=\"t-item\"\n [class.t-item_active]=\"isActive(index)\"\n (pointerup)=\"onClick(max - index)\"\n >\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon t-icon_blank\"\n [class.t-icon_fraction]=\"isFraction(index)\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"100 - getCut(index)\"\n ></tui-icon>\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"getCut(index)\"\n ></tui-icon>\n </div>\n</div>\n<input\n min=\"1\"\n type=\"range\"\n class=\"t-range\"\n [attr.aria-disabled]=\"readOnly\"\n [disabled]=\"computedDisabled\"\n [max]=\"max\"\n [(ngModel)]=\"value\"\n/>\n", styles: [":host{position:relative;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;font-size:1rem;color:var(--tui-support-12);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host._readonly{pointer-events:none}:host._disabled{pointer-events:none;opacity:var(--tui-disabled-opacity)}.t-range{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;box-sizing:border-box;padding:0 .75em;pointer-events:none}.t-range:focus-visible+.t-items{box-shadow:inset 0 0 0 .125rem var(--tui-focus)}.t-items{position:relative;display:flex;flex-direction:row-reverse}.t-items:hover .t-icon{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.t-items:hover .t-icon_blank{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}.t-item{position:relative;flex:1 0 0;color:var(--tui-base-06);transition-property:color,transform;transition-duration:var(--tui-duration);transition-timing-function:ease-in-out,cubic-bezier(.35,1.5,.4,2.5)}.t-item:first-child{max-width:2.5em}.t-item:hover,.t-item:hover~.t-item,.t-items:not(:hover) .t-item_active{color:currentColor}.t-items:active .t-item:hover,.t-items:active .t-item:hover~.t-item{transform:scale(.85);transition-duration:var(--tui-duration),calc(var(--tui-duration) / 3);transition-timing-function:ease-in-out}.t-icon{transition-property:-webkit-clip-path;transition-property:clip-path;transition-property:clip-path,-webkit-clip-path;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;width:2.5em;height:2.5em;font-size:inherit;-webkit-clip-path:inset(0 var(--t-cut) 0 0);clip-path:inset(0 var(--t-cut) 0 0)}.t-icon ::ng-deep>*{font-size:1rem}.t-icon_blank{position:absolute;top:0;left:0;display:none;color:var(--tui-base-06);-webkit-clip-path:inset(0 0 0 var(--t-cut));clip-path:inset(0 0 0 var(--t-cut))}.t-icon_fraction{display:block}@media (any-pointer: coarse){:host._active .t-item_active{transform:scale(.85);transition-timing-function:ease-in-out}.t-range{pointer-events:auto}.t-icon{transition:none}}\n"], components: [{ type: i1__namespace.TuiIconComponent, selector: "tui-icon", inputs: ["icon", "background"] }], directives: [{ type: i2__namespace.TuiRepeatTimesDirective, selector: "[tuiRepeatTimes][tuiRepeatTimesOf]", inputs: ["tuiRepeatTimesOf"] }, { type: i3__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { type: i4__namespace.RangeValueAccessor, selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]" }, { type: i4__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
560
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, decorators: [{
561
+ type: i0.Component,
562
+ args: [{
563
+ selector: 'tui-rating',
564
+ templateUrl: './rating.template.html',
565
+ styleUrls: ['./rating.style.less'],
566
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
567
+ }]
568
+ }], ctorParameters: function () {
569
+ return [{ type: i4__namespace.NgControl, decorators: [{
570
+ type: i0.Optional
571
+ }, {
572
+ type: i0.Self
573
+ }, {
574
+ type: i0.Inject,
575
+ args: [i4.NgControl]
576
+ }] }, { type: i0__namespace.ChangeDetectorRef, decorators: [{
577
+ type: i0.Inject,
578
+ args: [i0.ChangeDetectorRef]
579
+ }] }, { type: undefined, decorators: [{
580
+ type: i0.Inject,
581
+ args: [TUI_RATING_OPTIONS]
582
+ }] }];
583
+ }, propDecorators: { input: [{
584
+ type: i0.ViewChild,
585
+ args: [i4.NgControl, { read: i0.ElementRef, static: true }]
586
+ }], icon: [{
587
+ type: i0.Input
588
+ }], max: [{
589
+ type: i0.Input
590
+ }], active: [{
591
+ type: i0.HostBinding,
592
+ args: ['class._active']
593
+ }], onKeyDown: [{
594
+ type: i0.HostListener,
595
+ args: ['keydown.capture', ['$event']]
596
+ }], onPointer: [{
597
+ type: i0.HostListener,
598
+ args: ['pointerdown', ['1']]
599
+ }, {
600
+ type: i0.HostListener,
601
+ args: ['pointercancel', ['-1']]
602
+ }, {
603
+ type: i0.HostListener,
604
+ args: ['document:pointerup', ['-1']]
605
+ }] } });
460
606
 
461
- var TuiRatingModule = /** @class */ (function () {
462
- function TuiRatingModule() {
463
- }
464
- return TuiRatingModule;
465
- }());
466
- TuiRatingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
467
- TuiRatingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, declarations: [TuiRatingComponent], imports: [common.CommonModule,
468
- i4.FormsModule,
469
- i1.TuiIconModule,
470
- i2.TuiRepeatTimesModule,
471
- i3.PolymorpheusModule], exports: [TuiRatingComponent] });
472
- TuiRatingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, imports: [[
473
- common.CommonModule,
474
- i4.FormsModule,
475
- i1.TuiIconModule,
476
- i2.TuiRepeatTimesModule,
477
- i3.PolymorpheusModule,
478
- ]] });
479
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, decorators: [{
480
- type: i0.NgModule,
481
- args: [{
482
- imports: [
483
- common.CommonModule,
484
- i4.FormsModule,
485
- i1.TuiIconModule,
486
- i2.TuiRepeatTimesModule,
487
- i3.PolymorpheusModule,
488
- ],
489
- declarations: [TuiRatingComponent],
490
- exports: [TuiRatingComponent],
491
- }]
492
- }] });
607
+ var TuiRatingModule = /** @class */ (function () {
608
+ function TuiRatingModule() {
609
+ }
610
+ return TuiRatingModule;
611
+ }());
612
+ TuiRatingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
613
+ TuiRatingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, declarations: [TuiRatingComponent], imports: [common.CommonModule,
614
+ i4.FormsModule,
615
+ i1.TuiIconModule,
616
+ i2.TuiRepeatTimesModule,
617
+ i3.PolymorpheusModule], exports: [TuiRatingComponent] });
618
+ TuiRatingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, imports: [[
619
+ common.CommonModule,
620
+ i4.FormsModule,
621
+ i1.TuiIconModule,
622
+ i2.TuiRepeatTimesModule,
623
+ i3.PolymorpheusModule,
624
+ ]] });
625
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, decorators: [{
626
+ type: i0.NgModule,
627
+ args: [{
628
+ imports: [
629
+ common.CommonModule,
630
+ i4.FormsModule,
631
+ i1.TuiIconModule,
632
+ i2.TuiRepeatTimesModule,
633
+ i3.PolymorpheusModule,
634
+ ],
635
+ declarations: [TuiRatingComponent],
636
+ exports: [TuiRatingComponent],
637
+ }]
638
+ }] });
493
639
 
494
- /**
495
- * Generated bundle index. Do not edit.
496
- */
640
+ /**
641
+ * Generated bundle index. Do not edit.
642
+ */
497
643
 
498
- exports.TUI_RATING_DEFAULT_OPTIONS = TUI_RATING_DEFAULT_OPTIONS;
499
- exports.TUI_RATING_OPTIONS = TUI_RATING_OPTIONS;
500
- exports.TuiRatingComponent = TuiRatingComponent;
501
- exports.TuiRatingModule = TuiRatingModule;
502
- exports.tuiRatingOptionsProvider = tuiRatingOptionsProvider;
644
+ exports.TUI_RATING_DEFAULT_OPTIONS = TUI_RATING_DEFAULT_OPTIONS;
645
+ exports.TUI_RATING_OPTIONS = TUI_RATING_OPTIONS;
646
+ exports.TuiRatingComponent = TuiRatingComponent;
647
+ exports.TuiRatingModule = TuiRatingModule;
648
+ exports.tuiRatingOptionsProvider = tuiRatingOptionsProvider;
503
649
 
504
- Object.defineProperty(exports, '__esModule', { value: true });
650
+ Object.defineProperty(exports, '__esModule', { value: true });
505
651
 
506
652
  }));
507
653
  //# sourceMappingURL=taiga-ui-experimental-components-rating.umd.js.map