@taiga-ui/cdk 4.8.0 → 4.8.1-canary.0ecc12f
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/classes/control.d.ts +1 -2
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/esm2022/classes/control.mjs +3 -4
- package/esm2022/constants/version.mjs +2 -2
- package/esm2022/tokens/window-size.mjs +23 -24
- package/fesm2022/taiga-ui-cdk-classes.mjs +2 -3
- package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-tokens.mjs +21 -23
- package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -1
- package/package.json +362 -362
- package/schematics/ng-update/v4/steps/migrate-editor.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-editor.js +1 -1
- package/schematics/ng-update/v4/steps/update-packages.d.ts +3 -3
- package/schematics/ng-update/v4/steps/update-packages.js +3 -3
- package/tokens/window-size.d.ts +1 -2
package/package.json
CHANGED
@@ -1,364 +1,364 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
2
|
+
"name": "@taiga-ui/cdk",
|
3
|
+
"version": "4.8.1-canary.0ecc12f",
|
4
|
+
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
|
5
|
+
"keywords": [
|
6
|
+
"angular",
|
7
|
+
"cdk",
|
8
|
+
"component",
|
9
|
+
"development",
|
10
|
+
"kit",
|
11
|
+
"service",
|
12
|
+
"directive"
|
13
|
+
],
|
14
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
15
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
16
|
+
"license": "Apache-2.0",
|
17
|
+
"dependencies": {
|
18
|
+
"tslib": "2.7.0"
|
19
|
+
},
|
20
|
+
"peerDependencies": {
|
21
|
+
"@angular/animations": ">=16.0.0",
|
22
|
+
"@angular/cdk": ">=16.0.0",
|
23
|
+
"@angular/common": ">=16.0.0",
|
24
|
+
"@angular/core": ">=16.0.0",
|
25
|
+
"@angular/forms": ">=16.0.0",
|
26
|
+
"@ng-web-apis/common": "^4.6.4",
|
27
|
+
"@ng-web-apis/mutation-observer": "^4.6.4",
|
28
|
+
"@ng-web-apis/resize-observer": "^4.6.4",
|
29
|
+
"@taiga-ui/event-plugins": "^4.2.3",
|
30
|
+
"@taiga-ui/polymorpheus": "^4.7.3",
|
31
|
+
"rxjs": ">=7.0.0"
|
32
|
+
},
|
33
|
+
"optionalDependencies": {
|
34
|
+
"@angular-devkit/core": ">=16.0.0",
|
35
|
+
"@angular-devkit/schematics": ">=16.0.0",
|
36
|
+
"@schematics/angular": ">=16.0.0",
|
37
|
+
"ng-morph": "^4.8.2",
|
38
|
+
"parse5": "^7.1.2"
|
39
|
+
},
|
40
|
+
"ng-update": {
|
41
|
+
"migrations": "./schematics/migration.json",
|
42
|
+
"packageGroup": [
|
43
|
+
"@taiga-ui/i18n",
|
44
|
+
"@taiga-ui/cdk",
|
45
|
+
"@taiga-ui/core",
|
46
|
+
"@taiga-ui/kit",
|
47
|
+
"@taiga-ui/styles",
|
48
|
+
"@taiga-ui/testing",
|
49
|
+
"@taiga-ui/addon-doc",
|
50
|
+
"@taiga-ui/addon-charts",
|
51
|
+
"@taiga-ui/addon-commerce",
|
52
|
+
"@taiga-ui/icons",
|
53
|
+
"@taiga-ui/addon-table",
|
54
|
+
"@taiga-ui/addon-mobile",
|
55
|
+
"@taiga-ui/layout",
|
56
|
+
"@taiga-ui/experimental",
|
57
|
+
"@taiga-ui/proprietary",
|
58
|
+
"@taiga-ui/legacy"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"schematics": "./schematics/collection.json",
|
62
|
+
"module": "fesm2022/taiga-ui-cdk.mjs",
|
63
|
+
"typings": "index.d.ts",
|
64
|
+
"exports": {
|
65
|
+
"./package.json": {
|
66
|
+
"default": "./package.json"
|
67
|
+
},
|
68
|
+
".": {
|
69
|
+
"types": "./index.d.ts",
|
70
|
+
"esm2022": "./esm2022/taiga-ui-cdk.mjs",
|
71
|
+
"esm": "./esm2022/taiga-ui-cdk.mjs",
|
72
|
+
"default": "./fesm2022/taiga-ui-cdk.mjs"
|
73
|
+
},
|
74
|
+
"./classes": {
|
75
|
+
"types": "./classes/index.d.ts",
|
76
|
+
"esm2022": "./esm2022/classes/taiga-ui-cdk-classes.mjs",
|
77
|
+
"esm": "./esm2022/classes/taiga-ui-cdk-classes.mjs",
|
78
|
+
"default": "./fesm2022/taiga-ui-cdk-classes.mjs"
|
79
|
+
},
|
80
|
+
"./constants": {
|
81
|
+
"types": "./constants/index.d.ts",
|
82
|
+
"esm2022": "./esm2022/constants/taiga-ui-cdk-constants.mjs",
|
83
|
+
"esm": "./esm2022/constants/taiga-ui-cdk-constants.mjs",
|
84
|
+
"default": "./fesm2022/taiga-ui-cdk-constants.mjs"
|
85
|
+
},
|
86
|
+
"./date-time": {
|
87
|
+
"types": "./date-time/index.d.ts",
|
88
|
+
"esm2022": "./esm2022/date-time/taiga-ui-cdk-date-time.mjs",
|
89
|
+
"esm": "./esm2022/date-time/taiga-ui-cdk-date-time.mjs",
|
90
|
+
"default": "./fesm2022/taiga-ui-cdk-date-time.mjs"
|
91
|
+
},
|
92
|
+
"./directives": {
|
93
|
+
"types": "./directives/index.d.ts",
|
94
|
+
"esm2022": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
95
|
+
"esm": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
96
|
+
"default": "./fesm2022/taiga-ui-cdk-directives.mjs"
|
97
|
+
},
|
98
|
+
"./observables": {
|
99
|
+
"types": "./observables/index.d.ts",
|
100
|
+
"esm2022": "./esm2022/observables/taiga-ui-cdk-observables.mjs",
|
101
|
+
"esm": "./esm2022/observables/taiga-ui-cdk-observables.mjs",
|
102
|
+
"default": "./fesm2022/taiga-ui-cdk-observables.mjs"
|
103
|
+
},
|
104
|
+
"./pipes": {
|
105
|
+
"types": "./pipes/index.d.ts",
|
106
|
+
"esm2022": "./esm2022/pipes/taiga-ui-cdk-pipes.mjs",
|
107
|
+
"esm": "./esm2022/pipes/taiga-ui-cdk-pipes.mjs",
|
108
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes.mjs"
|
109
|
+
},
|
110
|
+
"./services": {
|
111
|
+
"types": "./services/index.d.ts",
|
112
|
+
"esm2022": "./esm2022/services/taiga-ui-cdk-services.mjs",
|
113
|
+
"esm": "./esm2022/services/taiga-ui-cdk-services.mjs",
|
114
|
+
"default": "./fesm2022/taiga-ui-cdk-services.mjs"
|
115
|
+
},
|
116
|
+
"./tokens": {
|
117
|
+
"types": "./tokens/index.d.ts",
|
118
|
+
"esm2022": "./esm2022/tokens/taiga-ui-cdk-tokens.mjs",
|
119
|
+
"esm": "./esm2022/tokens/taiga-ui-cdk-tokens.mjs",
|
120
|
+
"default": "./fesm2022/taiga-ui-cdk-tokens.mjs"
|
121
|
+
},
|
122
|
+
"./types": {
|
123
|
+
"types": "./types/index.d.ts",
|
124
|
+
"esm2022": "./esm2022/types/taiga-ui-cdk-types.mjs",
|
125
|
+
"esm": "./esm2022/types/taiga-ui-cdk-types.mjs",
|
126
|
+
"default": "./fesm2022/taiga-ui-cdk-types.mjs"
|
127
|
+
},
|
128
|
+
"./utils": {
|
129
|
+
"types": "./utils/index.d.ts",
|
130
|
+
"esm2022": "./esm2022/utils/taiga-ui-cdk-utils.mjs",
|
131
|
+
"esm": "./esm2022/utils/taiga-ui-cdk-utils.mjs",
|
132
|
+
"default": "./fesm2022/taiga-ui-cdk-utils.mjs"
|
133
|
+
},
|
134
|
+
"./directives/active-zone": {
|
135
|
+
"types": "./directives/active-zone/index.d.ts",
|
136
|
+
"esm2022": "./esm2022/directives/active-zone/taiga-ui-cdk-directives-active-zone.mjs",
|
137
|
+
"esm": "./esm2022/directives/active-zone/taiga-ui-cdk-directives-active-zone.mjs",
|
138
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-active-zone.mjs"
|
139
|
+
},
|
140
|
+
"./directives/auto-focus": {
|
141
|
+
"types": "./directives/auto-focus/index.d.ts",
|
142
|
+
"esm2022": "./esm2022/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.mjs",
|
143
|
+
"esm": "./esm2022/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.mjs",
|
144
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-auto-focus.mjs"
|
145
|
+
},
|
146
|
+
"./directives/click-outside": {
|
147
|
+
"types": "./directives/click-outside/index.d.ts",
|
148
|
+
"esm2022": "./esm2022/directives/click-outside/taiga-ui-cdk-directives-click-outside.mjs",
|
149
|
+
"esm": "./esm2022/directives/click-outside/taiga-ui-cdk-directives-click-outside.mjs",
|
150
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-click-outside.mjs"
|
151
|
+
},
|
152
|
+
"./directives/control": {
|
153
|
+
"types": "./directives/control/index.d.ts",
|
154
|
+
"esm2022": "./esm2022/directives/control/taiga-ui-cdk-directives-control.mjs",
|
155
|
+
"esm": "./esm2022/directives/control/taiga-ui-cdk-directives-control.mjs",
|
156
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-control.mjs"
|
157
|
+
},
|
158
|
+
"./directives/copy-processor": {
|
159
|
+
"types": "./directives/copy-processor/index.d.ts",
|
160
|
+
"esm2022": "./esm2022/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.mjs",
|
161
|
+
"esm": "./esm2022/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.mjs",
|
162
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-copy-processor.mjs"
|
163
|
+
},
|
164
|
+
"./directives/droppable": {
|
165
|
+
"types": "./directives/droppable/index.d.ts",
|
166
|
+
"esm2022": "./esm2022/directives/droppable/taiga-ui-cdk-directives-droppable.mjs",
|
167
|
+
"esm": "./esm2022/directives/droppable/taiga-ui-cdk-directives-droppable.mjs",
|
168
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-droppable.mjs"
|
169
|
+
},
|
170
|
+
"./directives/element": {
|
171
|
+
"types": "./directives/element/index.d.ts",
|
172
|
+
"esm2022": "./esm2022/directives/element/taiga-ui-cdk-directives-element.mjs",
|
173
|
+
"esm": "./esm2022/directives/element/taiga-ui-cdk-directives-element.mjs",
|
174
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-element.mjs"
|
175
|
+
},
|
176
|
+
"./directives/focus-trap": {
|
177
|
+
"types": "./directives/focus-trap/index.d.ts",
|
178
|
+
"esm2022": "./esm2022/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.mjs",
|
179
|
+
"esm": "./esm2022/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.mjs",
|
180
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-focus-trap.mjs"
|
181
|
+
},
|
182
|
+
"./directives/for": {
|
183
|
+
"types": "./directives/for/index.d.ts",
|
184
|
+
"esm2022": "./esm2022/directives/for/taiga-ui-cdk-directives-for.mjs",
|
185
|
+
"esm": "./esm2022/directives/for/taiga-ui-cdk-directives-for.mjs",
|
186
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-for.mjs"
|
187
|
+
},
|
188
|
+
"./directives/high-dpi": {
|
189
|
+
"types": "./directives/high-dpi/index.d.ts",
|
190
|
+
"esm2022": "./esm2022/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.mjs",
|
191
|
+
"esm": "./esm2022/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.mjs",
|
192
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-high-dpi.mjs"
|
193
|
+
},
|
194
|
+
"./directives/hovered": {
|
195
|
+
"types": "./directives/hovered/index.d.ts",
|
196
|
+
"esm2022": "./esm2022/directives/hovered/taiga-ui-cdk-directives-hovered.mjs",
|
197
|
+
"esm": "./esm2022/directives/hovered/taiga-ui-cdk-directives-hovered.mjs",
|
198
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-hovered.mjs"
|
199
|
+
},
|
200
|
+
"./directives/item": {
|
201
|
+
"types": "./directives/item/index.d.ts",
|
202
|
+
"esm2022": "./esm2022/directives/item/taiga-ui-cdk-directives-item.mjs",
|
203
|
+
"esm": "./esm2022/directives/item/taiga-ui-cdk-directives-item.mjs",
|
204
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-item.mjs"
|
205
|
+
},
|
206
|
+
"./directives/let": {
|
207
|
+
"types": "./directives/let/index.d.ts",
|
208
|
+
"esm2022": "./esm2022/directives/let/taiga-ui-cdk-directives-let.mjs",
|
209
|
+
"esm": "./esm2022/directives/let/taiga-ui-cdk-directives-let.mjs",
|
210
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-let.mjs"
|
211
|
+
},
|
212
|
+
"./directives/media": {
|
213
|
+
"types": "./directives/media/index.d.ts",
|
214
|
+
"esm2022": "./esm2022/directives/media/taiga-ui-cdk-directives-media.mjs",
|
215
|
+
"esm": "./esm2022/directives/media/taiga-ui-cdk-directives-media.mjs",
|
216
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-media.mjs"
|
217
|
+
},
|
218
|
+
"./directives/native-validator": {
|
219
|
+
"types": "./directives/native-validator/index.d.ts",
|
220
|
+
"esm2022": "./esm2022/directives/native-validator/taiga-ui-cdk-directives-native-validator.mjs",
|
221
|
+
"esm": "./esm2022/directives/native-validator/taiga-ui-cdk-directives-native-validator.mjs",
|
222
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-native-validator.mjs"
|
223
|
+
},
|
224
|
+
"./directives/obscured": {
|
225
|
+
"types": "./directives/obscured/index.d.ts",
|
226
|
+
"esm2022": "./esm2022/directives/obscured/taiga-ui-cdk-directives-obscured.mjs",
|
227
|
+
"esm": "./esm2022/directives/obscured/taiga-ui-cdk-directives-obscured.mjs",
|
228
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-obscured.mjs"
|
229
|
+
},
|
230
|
+
"./directives/pan": {
|
231
|
+
"types": "./directives/pan/index.d.ts",
|
232
|
+
"esm2022": "./esm2022/directives/pan/taiga-ui-cdk-directives-pan.mjs",
|
233
|
+
"esm": "./esm2022/directives/pan/taiga-ui-cdk-directives-pan.mjs",
|
234
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-pan.mjs"
|
235
|
+
},
|
236
|
+
"./directives/platform": {
|
237
|
+
"types": "./directives/platform/index.d.ts",
|
238
|
+
"esm2022": "./esm2022/directives/platform/taiga-ui-cdk-directives-platform.mjs",
|
239
|
+
"esm": "./esm2022/directives/platform/taiga-ui-cdk-directives-platform.mjs",
|
240
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-platform.mjs"
|
241
|
+
},
|
242
|
+
"./directives/popover": {
|
243
|
+
"types": "./directives/popover/index.d.ts",
|
244
|
+
"esm2022": "./esm2022/directives/popover/taiga-ui-cdk-directives-popover.mjs",
|
245
|
+
"esm": "./esm2022/directives/popover/taiga-ui-cdk-directives-popover.mjs",
|
246
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-popover.mjs"
|
247
|
+
},
|
248
|
+
"./directives/repeat-times": {
|
249
|
+
"types": "./directives/repeat-times/index.d.ts",
|
250
|
+
"esm2022": "./esm2022/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.mjs",
|
251
|
+
"esm": "./esm2022/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.mjs",
|
252
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-repeat-times.mjs"
|
253
|
+
},
|
254
|
+
"./directives/resizer": {
|
255
|
+
"types": "./directives/resizer/index.d.ts",
|
256
|
+
"esm2022": "./esm2022/directives/resizer/taiga-ui-cdk-directives-resizer.mjs",
|
257
|
+
"esm": "./esm2022/directives/resizer/taiga-ui-cdk-directives-resizer.mjs",
|
258
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-resizer.mjs"
|
259
|
+
},
|
260
|
+
"./directives/swipe": {
|
261
|
+
"types": "./directives/swipe/index.d.ts",
|
262
|
+
"esm2022": "./esm2022/directives/swipe/taiga-ui-cdk-directives-swipe.mjs",
|
263
|
+
"esm": "./esm2022/directives/swipe/taiga-ui-cdk-directives-swipe.mjs",
|
264
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-swipe.mjs"
|
265
|
+
},
|
266
|
+
"./directives/validator": {
|
267
|
+
"types": "./directives/validator/index.d.ts",
|
268
|
+
"esm2022": "./esm2022/directives/validator/taiga-ui-cdk-directives-validator.mjs",
|
269
|
+
"esm": "./esm2022/directives/validator/taiga-ui-cdk-directives-validator.mjs",
|
270
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-validator.mjs"
|
271
|
+
},
|
272
|
+
"./directives/value-changes": {
|
273
|
+
"types": "./directives/value-changes/index.d.ts",
|
274
|
+
"esm2022": "./esm2022/directives/value-changes/taiga-ui-cdk-directives-value-changes.mjs",
|
275
|
+
"esm": "./esm2022/directives/value-changes/taiga-ui-cdk-directives-value-changes.mjs",
|
276
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-value-changes.mjs"
|
277
|
+
},
|
278
|
+
"./directives/zoom": {
|
279
|
+
"types": "./directives/zoom/index.d.ts",
|
280
|
+
"esm2022": "./esm2022/directives/zoom/taiga-ui-cdk-directives-zoom.mjs",
|
281
|
+
"esm": "./esm2022/directives/zoom/taiga-ui-cdk-directives-zoom.mjs",
|
282
|
+
"default": "./fesm2022/taiga-ui-cdk-directives-zoom.mjs"
|
283
|
+
},
|
284
|
+
"./pipes/filter": {
|
285
|
+
"types": "./pipes/filter/index.d.ts",
|
286
|
+
"esm2022": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
287
|
+
"esm": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
288
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-filter.mjs"
|
289
|
+
},
|
290
|
+
"./pipes/is-present": {
|
291
|
+
"types": "./pipes/is-present/index.d.ts",
|
292
|
+
"esm2022": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
293
|
+
"esm": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
294
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-is-present.mjs"
|
295
|
+
},
|
296
|
+
"./pipes/keys": {
|
297
|
+
"types": "./pipes/keys/index.d.ts",
|
298
|
+
"esm2022": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
299
|
+
"esm": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
300
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-keys.mjs"
|
301
|
+
},
|
302
|
+
"./pipes/mapper": {
|
303
|
+
"types": "./pipes/mapper/index.d.ts",
|
304
|
+
"esm2022": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
305
|
+
"esm": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
306
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-mapper.mjs"
|
307
|
+
},
|
308
|
+
"./pipes/replace": {
|
309
|
+
"types": "./pipes/replace/index.d.ts",
|
310
|
+
"esm2022": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
311
|
+
"esm": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
312
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-replace.mjs"
|
313
|
+
},
|
314
|
+
"./pipes/to-array": {
|
315
|
+
"types": "./pipes/to-array/index.d.ts",
|
316
|
+
"esm2022": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
317
|
+
"esm": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
318
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-to-array.mjs"
|
319
|
+
},
|
320
|
+
"./utils/browser": {
|
321
|
+
"types": "./utils/browser/index.d.ts",
|
322
|
+
"esm2022": "./esm2022/utils/browser/taiga-ui-cdk-utils-browser.mjs",
|
323
|
+
"esm": "./esm2022/utils/browser/taiga-ui-cdk-utils-browser.mjs",
|
324
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-browser.mjs"
|
325
|
+
},
|
326
|
+
"./utils/color": {
|
327
|
+
"types": "./utils/color/index.d.ts",
|
328
|
+
"esm2022": "./esm2022/utils/color/taiga-ui-cdk-utils-color.mjs",
|
329
|
+
"esm": "./esm2022/utils/color/taiga-ui-cdk-utils-color.mjs",
|
330
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-color.mjs"
|
331
|
+
},
|
332
|
+
"./utils/di": {
|
333
|
+
"types": "./utils/di/index.d.ts",
|
334
|
+
"esm2022": "./esm2022/utils/di/taiga-ui-cdk-utils-di.mjs",
|
335
|
+
"esm": "./esm2022/utils/di/taiga-ui-cdk-utils-di.mjs",
|
336
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-di.mjs"
|
337
|
+
},
|
338
|
+
"./utils/dom": {
|
339
|
+
"types": "./utils/dom/index.d.ts",
|
340
|
+
"esm2022": "./esm2022/utils/dom/taiga-ui-cdk-utils-dom.mjs",
|
341
|
+
"esm": "./esm2022/utils/dom/taiga-ui-cdk-utils-dom.mjs",
|
342
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-dom.mjs"
|
343
|
+
},
|
344
|
+
"./utils/focus": {
|
345
|
+
"types": "./utils/focus/index.d.ts",
|
346
|
+
"esm2022": "./esm2022/utils/focus/taiga-ui-cdk-utils-focus.mjs",
|
347
|
+
"esm": "./esm2022/utils/focus/taiga-ui-cdk-utils-focus.mjs",
|
348
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-focus.mjs"
|
349
|
+
},
|
350
|
+
"./utils/math": {
|
351
|
+
"types": "./utils/math/index.d.ts",
|
352
|
+
"esm2022": "./esm2022/utils/math/taiga-ui-cdk-utils-math.mjs",
|
353
|
+
"esm": "./esm2022/utils/math/taiga-ui-cdk-utils-math.mjs",
|
354
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-math.mjs"
|
355
|
+
},
|
356
|
+
"./utils/miscellaneous": {
|
357
|
+
"types": "./utils/miscellaneous/index.d.ts",
|
358
|
+
"esm2022": "./esm2022/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.mjs",
|
359
|
+
"esm": "./esm2022/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.mjs",
|
360
|
+
"default": "./fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs"
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"sideEffects": false
|
364
364
|
}
|