@taiga-ui/kit 5.0.0-canary.b5906eb → 5.0.0-canary.ba4fa64
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/components/combo-box/combo-box.directive.d.ts +1 -0
- package/components/copy/button-copy.component.d.ts +17 -0
- package/components/copy/copy.d.ts +2 -1
- package/components/copy/copy.directive.d.ts +4 -1
- package/components/copy/index.d.ts +1 -0
- package/components/input-chip/input-chip.component.d.ts +5 -0
- package/components/input-date-time/input-date-time.directive.d.ts +1 -0
- package/components/input-number/number-mask.directive.d.ts +1 -1
- package/components/input-range/input-range.component.d.ts +2 -1
- package/components/range/range.component.d.ts +1 -4
- package/components/slider/index.d.ts +0 -1
- package/components/slider/slider.component.d.ts +1 -3
- package/components/tabs/tabs-with-more.component.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +21 -22
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +17 -21
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -4
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +9 -5
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +12 -8
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +6 -4
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-copy.mjs +87 -24
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-files.mjs +23 -27
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +23 -10
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +6 -14
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +20 -6
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +10 -10
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +43 -39
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +9 -14
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +9 -9
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +13 -15
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +6 -5
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +10 -12
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +13 -15
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +10 -12
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-pin.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +27 -31
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +29 -31
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-push.mjs +13 -15
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-radio.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +8 -12
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +9 -15
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +11 -11
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +21 -38
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-switch.mjs +5 -4
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +39 -36
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +14 -16
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +13 -15
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +18 -19
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +28 -36
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -9
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -9
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +4 -6
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-password.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +4 -6
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +18 -54
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/package.json +136 -136
- package/styles/components/avatar.less +1 -1
- package/styles/components/badge.less +3 -3
- package/styles/components/block.less +1 -1
- package/styles/components/checkbox.less +1 -1
- package/styles/components/chip.less +2 -10
- package/styles/components/comment.less +1 -1
- package/styles/components/compass.less +1 -1
- package/styles/components/like.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +1 -1
- package/styles/components/progress-bar.less +1 -1
- package/styles/components/radio.less +1 -1
- package/styles/components/status.less +1 -1
- package/styles/components/switch.less +1 -1
- package/styles/components/toast.less +1 -1
- package/components/slider/slider.options.d.ts +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.ba4fa64",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"types": "./index.d.ts",
|
|
25
25
|
"default": "./fesm2022/taiga-ui-kit.mjs"
|
|
26
26
|
},
|
|
27
|
+
"./components": {
|
|
28
|
+
"types": "./components/index.d.ts",
|
|
29
|
+
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
30
|
+
},
|
|
27
31
|
"./directives": {
|
|
28
32
|
"types": "./directives/index.d.ts",
|
|
29
33
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
@@ -32,10 +36,6 @@
|
|
|
32
36
|
"types": "./pipes/index.d.ts",
|
|
33
37
|
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
34
38
|
},
|
|
35
|
-
"./components": {
|
|
36
|
-
"types": "./components/index.d.ts",
|
|
37
|
-
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
38
|
-
},
|
|
39
39
|
"./tokens": {
|
|
40
40
|
"types": "./tokens/index.d.ts",
|
|
41
41
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
@@ -44,110 +44,6 @@
|
|
|
44
44
|
"types": "./utils/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./directives/appearance-proxy": {
|
|
48
|
-
"types": "./directives/appearance-proxy/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
50
|
-
},
|
|
51
|
-
"./directives/button-select": {
|
|
52
|
-
"types": "./directives/button-select/index.d.ts",
|
|
53
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
54
|
-
},
|
|
55
|
-
"./directives/button-group": {
|
|
56
|
-
"types": "./directives/button-group/index.d.ts",
|
|
57
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
58
|
-
},
|
|
59
|
-
"./directives/chevron": {
|
|
60
|
-
"types": "./directives/chevron/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
62
|
-
},
|
|
63
|
-
"./directives/data-list-dropdown-manager": {
|
|
64
|
-
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
65
|
-
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
66
|
-
},
|
|
67
|
-
"./directives/connected": {
|
|
68
|
-
"types": "./directives/connected/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
70
|
-
},
|
|
71
|
-
"./directives/fade": {
|
|
72
|
-
"types": "./directives/fade/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
74
|
-
},
|
|
75
|
-
"./directives/fluid-typography": {
|
|
76
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
78
|
-
},
|
|
79
|
-
"./directives/highlight": {
|
|
80
|
-
"types": "./directives/highlight/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
82
|
-
},
|
|
83
|
-
"./directives/password": {
|
|
84
|
-
"types": "./directives/password/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
86
|
-
},
|
|
87
|
-
"./directives/sensitive": {
|
|
88
|
-
"types": "./directives/sensitive/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
90
|
-
},
|
|
91
|
-
"./directives/skeleton": {
|
|
92
|
-
"types": "./directives/skeleton/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
94
|
-
},
|
|
95
|
-
"./directives/shimmer": {
|
|
96
|
-
"types": "./directives/shimmer/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
98
|
-
},
|
|
99
|
-
"./directives/tooltip": {
|
|
100
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
101
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
102
|
-
},
|
|
103
|
-
"./directives/unfinished-validator": {
|
|
104
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
105
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
106
|
-
},
|
|
107
|
-
"./directives/unmask-handler": {
|
|
108
|
-
"types": "./directives/unmask-handler/index.d.ts",
|
|
109
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
110
|
-
},
|
|
111
|
-
"./pipes/auto-color": {
|
|
112
|
-
"types": "./pipes/auto-color/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
114
|
-
},
|
|
115
|
-
"./directives/present": {
|
|
116
|
-
"types": "./directives/present/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
118
|
-
},
|
|
119
|
-
"./pipes/emails": {
|
|
120
|
-
"types": "./pipes/emails/index.d.ts",
|
|
121
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
122
|
-
},
|
|
123
|
-
"./pipes/filter-by-input": {
|
|
124
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
126
|
-
},
|
|
127
|
-
"./pipes/flag": {
|
|
128
|
-
"types": "./pipes/flag/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
130
|
-
},
|
|
131
|
-
"./pipes/hide-selected": {
|
|
132
|
-
"types": "./pipes/hide-selected/index.d.ts",
|
|
133
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
134
|
-
},
|
|
135
|
-
"./pipes/initials": {
|
|
136
|
-
"types": "./pipes/initials/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
138
|
-
},
|
|
139
|
-
"./pipes/sort-countries": {
|
|
140
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
141
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
142
|
-
},
|
|
143
|
-
"./pipes/stringify": {
|
|
144
|
-
"types": "./pipes/stringify/index.d.ts",
|
|
145
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
146
|
-
},
|
|
147
|
-
"./pipes/stringify-content": {
|
|
148
|
-
"types": "./pipes/stringify-content/index.d.ts",
|
|
149
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
150
|
-
},
|
|
151
47
|
"./components/accordion": {
|
|
152
48
|
"types": "./components/accordion/index.d.ts",
|
|
153
49
|
"default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
|
|
@@ -176,10 +72,6 @@
|
|
|
176
72
|
"types": "./components/block/index.d.ts",
|
|
177
73
|
"default": "./fesm2022/taiga-ui-kit-components-block.mjs"
|
|
178
74
|
},
|
|
179
|
-
"./components/breadcrumbs": {
|
|
180
|
-
"types": "./components/breadcrumbs/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
182
|
-
},
|
|
183
75
|
"./components/button-loading": {
|
|
184
76
|
"types": "./components/button-loading/index.d.ts",
|
|
185
77
|
"default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
|
|
@@ -192,6 +84,10 @@
|
|
|
192
84
|
"types": "./components/calendar-range/index.d.ts",
|
|
193
85
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
194
86
|
},
|
|
87
|
+
"./components/breadcrumbs": {
|
|
88
|
+
"types": "./components/breadcrumbs/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
90
|
+
},
|
|
195
91
|
"./components/carousel": {
|
|
196
92
|
"types": "./components/carousel/index.d.ts",
|
|
197
93
|
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
@@ -356,17 +252,17 @@
|
|
|
356
252
|
"types": "./components/progress/index.d.ts",
|
|
357
253
|
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
358
254
|
},
|
|
359
|
-
"./components/
|
|
360
|
-
"types": "./components/
|
|
361
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
255
|
+
"./components/pulse": {
|
|
256
|
+
"types": "./components/pulse/index.d.ts",
|
|
257
|
+
"default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
|
|
362
258
|
},
|
|
363
259
|
"./components/push": {
|
|
364
260
|
"types": "./components/push/index.d.ts",
|
|
365
261
|
"default": "./fesm2022/taiga-ui-kit-components-push.mjs"
|
|
366
262
|
},
|
|
367
|
-
"./components/
|
|
368
|
-
"types": "./components/
|
|
369
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
263
|
+
"./components/radio": {
|
|
264
|
+
"types": "./components/radio/index.d.ts",
|
|
265
|
+
"default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
|
|
370
266
|
},
|
|
371
267
|
"./components/radio-list": {
|
|
372
268
|
"types": "./components/radio-list/index.d.ts",
|
|
@@ -388,14 +284,14 @@
|
|
|
388
284
|
"types": "./components/segmented/index.d.ts",
|
|
389
285
|
"default": "./fesm2022/taiga-ui-kit-components-segmented.mjs"
|
|
390
286
|
},
|
|
391
|
-
"./components/slider": {
|
|
392
|
-
"types": "./components/slider/index.d.ts",
|
|
393
|
-
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
394
|
-
},
|
|
395
287
|
"./components/select": {
|
|
396
288
|
"types": "./components/select/index.d.ts",
|
|
397
289
|
"default": "./fesm2022/taiga-ui-kit-components-select.mjs"
|
|
398
290
|
},
|
|
291
|
+
"./components/slider": {
|
|
292
|
+
"types": "./components/slider/index.d.ts",
|
|
293
|
+
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
294
|
+
},
|
|
399
295
|
"./components/status": {
|
|
400
296
|
"types": "./components/status/index.d.ts",
|
|
401
297
|
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
@@ -427,6 +323,110 @@
|
|
|
427
323
|
"./components/tree": {
|
|
428
324
|
"types": "./components/tree/index.d.ts",
|
|
429
325
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
326
|
+
},
|
|
327
|
+
"./directives/appearance-proxy": {
|
|
328
|
+
"types": "./directives/appearance-proxy/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
330
|
+
},
|
|
331
|
+
"./directives/button-group": {
|
|
332
|
+
"types": "./directives/button-group/index.d.ts",
|
|
333
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
334
|
+
},
|
|
335
|
+
"./directives/chevron": {
|
|
336
|
+
"types": "./directives/chevron/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
338
|
+
},
|
|
339
|
+
"./directives/connected": {
|
|
340
|
+
"types": "./directives/connected/index.d.ts",
|
|
341
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
342
|
+
},
|
|
343
|
+
"./directives/data-list-dropdown-manager": {
|
|
344
|
+
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
345
|
+
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
346
|
+
},
|
|
347
|
+
"./directives/button-select": {
|
|
348
|
+
"types": "./directives/button-select/index.d.ts",
|
|
349
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
350
|
+
},
|
|
351
|
+
"./directives/fade": {
|
|
352
|
+
"types": "./directives/fade/index.d.ts",
|
|
353
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
354
|
+
},
|
|
355
|
+
"./directives/fluid-typography": {
|
|
356
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
357
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
358
|
+
},
|
|
359
|
+
"./directives/highlight": {
|
|
360
|
+
"types": "./directives/highlight/index.d.ts",
|
|
361
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
362
|
+
},
|
|
363
|
+
"./directives/password": {
|
|
364
|
+
"types": "./directives/password/index.d.ts",
|
|
365
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
366
|
+
},
|
|
367
|
+
"./directives/present": {
|
|
368
|
+
"types": "./directives/present/index.d.ts",
|
|
369
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
370
|
+
},
|
|
371
|
+
"./directives/sensitive": {
|
|
372
|
+
"types": "./directives/sensitive/index.d.ts",
|
|
373
|
+
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
374
|
+
},
|
|
375
|
+
"./directives/shimmer": {
|
|
376
|
+
"types": "./directives/shimmer/index.d.ts",
|
|
377
|
+
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
378
|
+
},
|
|
379
|
+
"./directives/skeleton": {
|
|
380
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
381
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
382
|
+
},
|
|
383
|
+
"./directives/tooltip": {
|
|
384
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
385
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
386
|
+
},
|
|
387
|
+
"./directives/unfinished-validator": {
|
|
388
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
389
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
390
|
+
},
|
|
391
|
+
"./directives/unmask-handler": {
|
|
392
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
393
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
394
|
+
},
|
|
395
|
+
"./pipes/auto-color": {
|
|
396
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
397
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
398
|
+
},
|
|
399
|
+
"./pipes/emails": {
|
|
400
|
+
"types": "./pipes/emails/index.d.ts",
|
|
401
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
402
|
+
},
|
|
403
|
+
"./pipes/filter-by-input": {
|
|
404
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
405
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
406
|
+
},
|
|
407
|
+
"./pipes/flag": {
|
|
408
|
+
"types": "./pipes/flag/index.d.ts",
|
|
409
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
410
|
+
},
|
|
411
|
+
"./pipes/hide-selected": {
|
|
412
|
+
"types": "./pipes/hide-selected/index.d.ts",
|
|
413
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
414
|
+
},
|
|
415
|
+
"./pipes/initials": {
|
|
416
|
+
"types": "./pipes/initials/index.d.ts",
|
|
417
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
418
|
+
},
|
|
419
|
+
"./pipes/sort-countries": {
|
|
420
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
421
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
422
|
+
},
|
|
423
|
+
"./pipes/stringify": {
|
|
424
|
+
"types": "./pipes/stringify/index.d.ts",
|
|
425
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
426
|
+
},
|
|
427
|
+
"./pipes/stringify-content": {
|
|
428
|
+
"types": "./pipes/stringify-content/index.d.ts",
|
|
429
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
"peerDependencies": {
|
|
@@ -434,19 +434,19 @@
|
|
|
434
434
|
"@angular/core": ">=19.0.0",
|
|
435
435
|
"@angular/forms": ">=19.0.0",
|
|
436
436
|
"@angular/router": ">=19.0.0",
|
|
437
|
-
"@maskito/angular": "^5.0
|
|
438
|
-
"@maskito/core": "^5.0
|
|
439
|
-
"@maskito/kit": "^5.0
|
|
440
|
-
"@maskito/phone": "^5.0
|
|
441
|
-
"@ng-web-apis/common": "^5.0.
|
|
442
|
-
"@ng-web-apis/intersection-observer": "^5.0.
|
|
443
|
-
"@ng-web-apis/mutation-observer": "^5.0.
|
|
444
|
-
"@ng-web-apis/platform": "^5.0.
|
|
445
|
-
"@ng-web-apis/resize-observer": "^5.0.
|
|
446
|
-
"@taiga-ui/cdk": "^5.0.0-rc.
|
|
447
|
-
"@taiga-ui/core": "^5.0.0-rc.
|
|
448
|
-
"@taiga-ui/design-tokens": "~0.
|
|
449
|
-
"@taiga-ui/i18n": "^5.0.0-rc.
|
|
437
|
+
"@maskito/angular": "^5.1.0",
|
|
438
|
+
"@maskito/core": "^5.1.0",
|
|
439
|
+
"@maskito/kit": "^5.1.0",
|
|
440
|
+
"@maskito/phone": "^5.1.0",
|
|
441
|
+
"@ng-web-apis/common": "^5.0.3",
|
|
442
|
+
"@ng-web-apis/intersection-observer": "^5.0.3",
|
|
443
|
+
"@ng-web-apis/mutation-observer": "^5.0.3",
|
|
444
|
+
"@ng-web-apis/platform": "^5.0.3",
|
|
445
|
+
"@ng-web-apis/resize-observer": "^5.0.3",
|
|
446
|
+
"@taiga-ui/cdk": "^5.0.0-rc.2",
|
|
447
|
+
"@taiga-ui/core": "^5.0.0-rc.2",
|
|
448
|
+
"@taiga-ui/design-tokens": "~0.277.0",
|
|
449
|
+
"@taiga-ui/i18n": "^5.0.0-rc.2",
|
|
450
450
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
451
451
|
"rxjs": ">=7.0.0"
|
|
452
452
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* @see-also
|
|
17
17
|
* Icons, Appearance, Chip, Block
|
|
18
18
|
*/
|
|
19
|
-
[tuiBadge] {
|
|
19
|
+
[tuiBadge]:where(*&) {
|
|
20
20
|
--t-icon-size: 1rem;
|
|
21
21
|
--t-padding: 0 0.5rem;
|
|
22
22
|
--t-size: var(--tui-height-xs);
|
|
@@ -115,12 +115,12 @@
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
img[tuiBadge] {
|
|
118
|
+
img[tuiBadge]:where(*&) {
|
|
119
119
|
padding: 0;
|
|
120
120
|
inline-size: var(--t-size);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
tui-icon[tuiBadge]::before {
|
|
123
|
+
tui-icon[tuiBadge]:where(*&)::before {
|
|
124
124
|
.fullsize();
|
|
125
125
|
|
|
126
126
|
--t-margin: 0;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* @see-also
|
|
17
17
|
* Icons, Appearance, Badge, Block
|
|
18
18
|
*/
|
|
19
|
-
[tuiChip] {
|
|
19
|
+
[tuiChip]:where(*&) {
|
|
20
20
|
--t-gap: 0.125rem;
|
|
21
21
|
--t-margin: -0.125rem;
|
|
22
22
|
--t-icon-size: 1rem;
|
|
@@ -122,17 +122,9 @@
|
|
|
122
122
|
z-index: -1;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
&[tuiAppearance][data-appearance='negative'],
|
|
127
|
-
&[tuiAppearance][data-appearance='positive'],
|
|
128
|
-
&[tuiAppearance][data-appearance='warning'],
|
|
129
|
-
&[tuiAppearance][data-appearance='info'],
|
|
130
|
-
&[tuiAppearance][data-appearance='neutral'] {
|
|
131
|
-
color: var(--tui-text-primary);
|
|
132
|
-
}
|
|
133
125
|
}
|
|
134
126
|
|
|
135
|
-
input[tuiChip] {
|
|
127
|
+
input[tuiChip]:where(*&) {
|
|
136
128
|
.interactive({
|
|
137
129
|
cursor: text;
|
|
138
130
|
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
2
|
-
export interface TuiSliderOptions {
|
|
3
|
-
readonly size: TuiSizeS;
|
|
4
|
-
readonly trackColor: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const TUI_SLIDER_DEFAULT_OPTIONS: TuiSliderOptions;
|
|
7
|
-
export declare const TUI_SLIDER_OPTIONS: import("@angular/core").InjectionToken<TuiSliderOptions>, tuiSliderOptionsProvider: (item: Partial<TuiSliderOptions> | (() => Partial<TuiSliderOptions>)) => import("@angular/core").FactoryProvider;
|