@taiga-ui/kit 4.28.0-canary.68de1f3 → 4.28.0-canary.dd3ec63
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,7 +1,7 @@
|
|
|
1
1
|
export * from './file/file.component';
|
|
2
2
|
export * from './file/file.options';
|
|
3
3
|
export * from './files';
|
|
4
|
-
export * from './files.types';
|
|
4
|
+
export type * from './files.types';
|
|
5
5
|
export * from './files.utils';
|
|
6
6
|
export * from './files.validators';
|
|
7
7
|
export * from './files/files.component';
|
|
@@ -6,7 +6,7 @@ export * from './directives/tree-controller.directive';
|
|
|
6
6
|
export * from './directives/tree-item-controller.directive';
|
|
7
7
|
export * from './directives/tree-node.directive';
|
|
8
8
|
export * from './misc/tree.constants';
|
|
9
|
-
export * from './misc/tree.interfaces';
|
|
9
|
+
export type * from './misc/tree.interfaces';
|
|
10
10
|
export * from './misc/tree.service';
|
|
11
11
|
export * from './misc/tree.tokens';
|
|
12
12
|
export * from './tree';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './file/file.component';
|
|
2
2
|
export * from './file/file.options';
|
|
3
3
|
export * from './files';
|
|
4
|
-
export * from './files.types';
|
|
5
4
|
export * from './files.utils';
|
|
6
5
|
export * from './files.validators';
|
|
7
6
|
export * from './files/files.component';
|
|
@@ -11,4 +10,4 @@ export * from './input-files/input-files.directive';
|
|
|
11
10
|
export * from './input-files/input-files.options';
|
|
12
11
|
export * from './input-files/input-files-validator.directive';
|
|
13
12
|
export * from './pipes/file-rejected.pipe';
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9maWxlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxTQUFTLENBQUM7QUFFeEIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9maWxlL2ZpbGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsZS9maWxlLm9wdGlvbnMnO1xuZXhwb3J0ICogZnJvbSAnLi9maWxlcyc7XG5leHBvcnQgdHlwZSAqIGZyb20gJy4vZmlsZXMudHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9maWxlcy51dGlscyc7XG5leHBvcnQgKiBmcm9tICcuL2ZpbGVzLnZhbGlkYXRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9maWxlcy9maWxlcy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC1maWxlcy9pbnB1dC1maWxlcy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC1maWxlcy9pbnB1dC1maWxlcy5jb250ZW50JztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZmlsZXMvaW5wdXQtZmlsZXMuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZmlsZXMvaW5wdXQtZmlsZXMub3B0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0LWZpbGVzL2lucHV0LWZpbGVzLXZhbGlkYXRvci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9waXBlcy9maWxlLXJlamVjdGVkLnBpcGUnO1xuIl19
|
|
@@ -6,8 +6,7 @@ export * from './directives/tree-controller.directive';
|
|
|
6
6
|
export * from './directives/tree-item-controller.directive';
|
|
7
7
|
export * from './directives/tree-node.directive';
|
|
8
8
|
export * from './misc/tree.constants';
|
|
9
|
-
export * from './misc/tree.interfaces';
|
|
10
9
|
export * from './misc/tree.service';
|
|
11
10
|
export * from './misc/tree.tokens';
|
|
12
11
|
export * from './tree';
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90cmVlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvdHJlZS90cmVlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvdHJlZS1pdGVtL3RyZWUtaXRlbS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL3RyZWUtaXRlbS1jb250ZW50L3RyZWUtaXRlbS1jb250ZW50LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvdHJlZS1jaGlsZHJlbi5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL3RyZWUtY29udHJvbGxlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL3RyZWUtaXRlbS1jb250cm9sbGVyLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvdHJlZS1ub2RlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL21pc2MvdHJlZS5jb25zdGFudHMnO1xuZXhwb3J0IHR5cGUgKiBmcm9tICcuL21pc2MvdHJlZS5pbnRlcmZhY2VzJztcbmV4cG9ydCAqIGZyb20gJy4vbWlzYy90cmVlLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9taXNjL3RyZWUudG9rZW5zJztcbmV4cG9ydCAqIGZyb20gJy4vdHJlZSc7XG4iXX0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.28.0-canary.
|
|
3
|
+
"version": "4.28.0-canary.dd3ec63",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"esm": "./esm2022/components/taiga-ui-kit-components.mjs",
|
|
30
30
|
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
31
31
|
},
|
|
32
|
-
"./pipes": {
|
|
33
|
-
"types": "./pipes/index.d.ts",
|
|
34
|
-
"esm2022": "./esm2022/pipes/taiga-ui-kit-pipes.mjs",
|
|
35
|
-
"esm": "./esm2022/pipes/taiga-ui-kit-pipes.mjs",
|
|
36
|
-
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
37
|
-
},
|
|
38
32
|
"./directives": {
|
|
39
33
|
"types": "./directives/index.d.ts",
|
|
40
34
|
"esm2022": "./esm2022/directives/taiga-ui-kit-directives.mjs",
|
|
41
35
|
"esm": "./esm2022/directives/taiga-ui-kit-directives.mjs",
|
|
42
36
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
43
37
|
},
|
|
38
|
+
"./pipes": {
|
|
39
|
+
"types": "./pipes/index.d.ts",
|
|
40
|
+
"esm2022": "./esm2022/pipes/taiga-ui-kit-pipes.mjs",
|
|
41
|
+
"esm": "./esm2022/pipes/taiga-ui-kit-pipes.mjs",
|
|
42
|
+
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
43
|
+
},
|
|
44
44
|
"./tokens": {
|
|
45
45
|
"types": "./tokens/index.d.ts",
|
|
46
46
|
"esm2022": "./esm2022/tokens/taiga-ui-kit-tokens.mjs",
|
|
@@ -365,42 +365,6 @@
|
|
|
365
365
|
"esm": "./esm2022/components/tree/taiga-ui-kit-components-tree.mjs",
|
|
366
366
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
367
367
|
},
|
|
368
|
-
"./pipes/emails": {
|
|
369
|
-
"types": "./pipes/emails/index.d.ts",
|
|
370
|
-
"esm2022": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|
|
371
|
-
"esm": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|
|
372
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
373
|
-
},
|
|
374
|
-
"./pipes/field-error": {
|
|
375
|
-
"types": "./pipes/field-error/index.d.ts",
|
|
376
|
-
"esm2022": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
377
|
-
"esm": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
378
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
|
|
379
|
-
},
|
|
380
|
-
"./pipes/filter-by-input": {
|
|
381
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
382
|
-
"esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
383
|
-
"esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
384
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
385
|
-
},
|
|
386
|
-
"./pipes/sort-countries": {
|
|
387
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
388
|
-
"esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
389
|
-
"esm": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
390
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
391
|
-
},
|
|
392
|
-
"./pipes/stringify": {
|
|
393
|
-
"types": "./pipes/stringify/index.d.ts",
|
|
394
|
-
"esm2022": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
395
|
-
"esm": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
396
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
397
|
-
},
|
|
398
|
-
"./pipes/stringify-content": {
|
|
399
|
-
"types": "./pipes/stringify-content/index.d.ts",
|
|
400
|
-
"esm2022": "./esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs",
|
|
401
|
-
"esm": "./esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs",
|
|
402
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
403
|
-
},
|
|
404
368
|
"./directives/button-close": {
|
|
405
369
|
"types": "./directives/button-close/index.d.ts",
|
|
406
370
|
"esm2022": "./esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs",
|
|
@@ -455,18 +419,18 @@
|
|
|
455
419
|
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
456
420
|
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
457
421
|
},
|
|
458
|
-
"./directives/icon-badge": {
|
|
459
|
-
"types": "./directives/icon-badge/index.d.ts",
|
|
460
|
-
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
461
|
-
"esm": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
462
|
-
"default": "./fesm2022/taiga-ui-kit-directives-icon-badge.mjs"
|
|
463
|
-
},
|
|
464
422
|
"./directives/highlight": {
|
|
465
423
|
"types": "./directives/highlight/index.d.ts",
|
|
466
424
|
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
467
425
|
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
468
426
|
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
469
427
|
},
|
|
428
|
+
"./directives/icon-badge": {
|
|
429
|
+
"types": "./directives/icon-badge/index.d.ts",
|
|
430
|
+
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
431
|
+
"esm": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
432
|
+
"default": "./fesm2022/taiga-ui-kit-directives-icon-badge.mjs"
|
|
433
|
+
},
|
|
470
434
|
"./directives/lazy-loading": {
|
|
471
435
|
"types": "./directives/lazy-loading/index.d.ts",
|
|
472
436
|
"esm2022": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
@@ -515,6 +479,42 @@
|
|
|
515
479
|
"esm": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
516
480
|
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
517
481
|
},
|
|
482
|
+
"./pipes/emails": {
|
|
483
|
+
"types": "./pipes/emails/index.d.ts",
|
|
484
|
+
"esm2022": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|
|
485
|
+
"esm": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|
|
486
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
487
|
+
},
|
|
488
|
+
"./pipes/field-error": {
|
|
489
|
+
"types": "./pipes/field-error/index.d.ts",
|
|
490
|
+
"esm2022": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
491
|
+
"esm": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
492
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
|
|
493
|
+
},
|
|
494
|
+
"./pipes/filter-by-input": {
|
|
495
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
496
|
+
"esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
497
|
+
"esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
498
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
499
|
+
},
|
|
500
|
+
"./pipes/sort-countries": {
|
|
501
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
502
|
+
"esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
503
|
+
"esm": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
504
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
505
|
+
},
|
|
506
|
+
"./pipes/stringify": {
|
|
507
|
+
"types": "./pipes/stringify/index.d.ts",
|
|
508
|
+
"esm2022": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
509
|
+
"esm": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
510
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
511
|
+
},
|
|
512
|
+
"./pipes/stringify-content": {
|
|
513
|
+
"types": "./pipes/stringify-content/index.d.ts",
|
|
514
|
+
"esm2022": "./esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs",
|
|
515
|
+
"esm": "./esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs",
|
|
516
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
517
|
+
},
|
|
518
518
|
"./components/preview/preview-dialog": {
|
|
519
519
|
"types": "./components/preview/preview-dialog/index.d.ts",
|
|
520
520
|
"esm2022": "./esm2022/components/preview/preview-dialog/taiga-ui-kit-components-preview-preview-dialog.mjs",
|