@taiga-ui/core 4.95.0 → 4.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/button.directive.d.ts +2 -2
- package/directives/dropdown/dropdown-hover.directive.d.ts +0 -1
- package/esm2022/components/alert/alert.component.mjs +2 -2
- package/esm2022/components/button/button.directive.mjs +5 -5
- package/esm2022/components/data-list/data-list.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +2 -2
- package/esm2022/components/label/label.directive.mjs +3 -3
- package/esm2022/components/link/link.directive.mjs +3 -3
- package/esm2022/components/notification/notification.directive.mjs +3 -3
- package/esm2022/components/root/root.component.mjs +2 -2
- package/esm2022/components/spin-button/spin-button.component.mjs +1 -1
- package/esm2022/components/textfield/textfield-multi/textfield-multi.component.mjs +4 -4
- package/esm2022/components/textfield/textfield.component.mjs +4 -4
- package/esm2022/directives/appearance/appearance.directive.mjs +3 -3
- package/esm2022/directives/dropdown/dropdown-hover.directive.mjs +9 -22
- package/esm2022/directives/group/group.directive.mjs +3 -3
- package/esm2022/directives/icons/icons.directive.mjs +3 -3
- package/esm2022/directives/title/title.directive.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-alert.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-button.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-dialog.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-link.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-notification.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-root.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-spin-button.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +6 -6
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs +8 -21
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-title.mjs +3 -3
- package/package.json +69 -69
- package/styles/components/textfield.less +5 -1
- package/styles/variables/version.less +1 -1
|
@@ -6,11 +6,11 @@ import { tuiInjectIconResolver, tuiGetIconMode, TUI_ICON_START, TUI_ICON_END } f
|
|
|
6
6
|
|
|
7
7
|
class TuiIconsStyles {
|
|
8
8
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiIconsStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiIconsStyles, isStandalone: true, selector: "ng-component", exportAs: ["tui-icons-4.
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiIconsStyles, isStandalone: true, selector: "ng-component", exportAs: ["tui-icons-4.96.0"], ngImport: i0, template: '', isInline: true, styles: ["[tuiIconsV=\"4.96.0\"]{--t-icon-start: none;--t-icon-end: none}[tuiIconsV=\"4.96.0\"]:before,[tuiIconsV=\"4.96.0\"]:after{content:\"\";inline-size:1em;block-size:1em;line-height:1em;font-size:1.5rem;flex-shrink:0;box-sizing:content-box;background:currentColor}[tuiIconsV=\"4.96.0\"]:before{display:var(--t-icon-start, none);-webkit-mask:var(--t-icon-start) no-repeat center / contain padding-box;mask:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"]:after{display:var(--t-icon-end, none);-webkit-mask:var(--t-icon-end) no-repeat center / contain padding-box;mask:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-start=image]:before{-webkit-mask:none;mask:none;background:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-end=image]:after{-webkit-mask:none;mask:none;background:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-start=font]:before,[tuiIconsV=\"4.96.0\"][data-icon-end=font]:after{display:grid;-webkit-mask:none;mask:none;background:none;font:1.3em/1 var(--tui-font-icon, inherit);text-align:center;place-content:center;text-transform:none}[tuiIconsV=\"4.96.0\"][data-icon-start=font]:before{content:var(--t-icon-start)}[tuiIconsV=\"4.96.0\"][data-icon-end=font]:after{content:var(--t-icon-end)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiIconsStyles, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: `tui-icons-${TUI_VERSION}`, styles: ["[tuiIconsV=\"4.
|
|
13
|
+
args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: `tui-icons-${TUI_VERSION}`, styles: ["[tuiIconsV=\"4.96.0\"]{--t-icon-start: none;--t-icon-end: none}[tuiIconsV=\"4.96.0\"]:before,[tuiIconsV=\"4.96.0\"]:after{content:\"\";inline-size:1em;block-size:1em;line-height:1em;font-size:1.5rem;flex-shrink:0;box-sizing:content-box;background:currentColor}[tuiIconsV=\"4.96.0\"]:before{display:var(--t-icon-start, none);-webkit-mask:var(--t-icon-start) no-repeat center / contain padding-box;mask:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"]:after{display:var(--t-icon-end, none);-webkit-mask:var(--t-icon-end) no-repeat center / contain padding-box;mask:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-start=image]:before{-webkit-mask:none;mask:none;background:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-end=image]:after{-webkit-mask:none;mask:none;background:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.96.0\"][data-icon-start=font]:before,[tuiIconsV=\"4.96.0\"][data-icon-end=font]:after{display:grid;-webkit-mask:none;mask:none;background:none;font:1.3em/1 var(--tui-font-icon, inherit);text-align:center;place-content:center;text-transform:none}[tuiIconsV=\"4.96.0\"][data-icon-start=font]:before{content:var(--t-icon-start)}[tuiIconsV=\"4.96.0\"][data-icon-end=font]:after{content:var(--t-icon-end)}\n"] }]
|
|
14
14
|
}] });
|
|
15
15
|
class TuiIcons {
|
|
16
16
|
constructor() {
|
|
@@ -41,7 +41,7 @@ class TuiIcons {
|
|
|
41
41
|
: `url(${this.resolver(iconStr)})`;
|
|
42
42
|
}
|
|
43
43
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiIcons, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
44
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiIcons, isStandalone: true, inputs: { iconStartSetter: ["iconStart", "iconStartSetter"], iconEndSetter: ["iconEnd", "iconEndSetter"] }, host: { attributes: { "tuiIcons": "", "tuiIconsV": "4.
|
|
44
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiIcons, isStandalone: true, inputs: { iconStartSetter: ["iconStart", "iconStartSetter"], iconEndSetter: ["iconEnd", "iconEndSetter"] }, host: { attributes: { "tuiIcons": "", "tuiIconsV": "4.96.0" }, properties: { "style.--t-icon-start": "startResource()", "style.--t-icon-end": "endResource()", "attr.data-icon-start": "startMode()", "attr.data-icon-end": "endMode()" } }, ngImport: i0 }); }
|
|
45
45
|
}
|
|
46
46
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiIcons, decorators: [{
|
|
47
47
|
type: Directive,
|
|
@@ -5,13 +5,13 @@ import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
|
|
|
5
5
|
|
|
6
6
|
class TuiTitleStyles {
|
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiTitleStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiTitleStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-title" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiTitleV=\"4.
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiTitleStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-title" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiTitleV=\"4.96.0\"]{position:relative;display:flex;min-inline-size:0;flex-direction:column;text-align:start;gap:.25rem;margin:0;font:var(--tui-font-text-ui-m)}[tuiTitleV=\"4.96.0\"][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitleV=\"4.96.0\"][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitleV=\"4.96.0\"][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitleV=\"4.96.0\"][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.96.0\"][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitleV=\"4.96.0\"][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.96.0\"] h1,[tuiTitleV=\"4.96.0\"] h2,[tuiTitleV=\"4.96.0\"] h3,[tuiTitleV=\"4.96.0\"] h4,[tuiTitleV=\"4.96.0\"] h5,[tuiTitleV=\"4.96.0\"] h6{margin:0;font:inherit}[tuiSubtitle]{font:var(--tui-font-text-ui-s);margin:0}[tuiButton] [tuiTitleV=\"4.96.0\"]{margin-inline-end:auto}[tuiButton] [tuiTitleV=\"4.96.0\"] [tuiSubtitle]{color:var(--tui-text-secondary)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
9
9
|
}
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiTitleStyles, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
13
13
|
class: 'tui-title',
|
|
14
|
-
}, styles: ["[tuiTitleV=\"4.
|
|
14
|
+
}, styles: ["[tuiTitleV=\"4.96.0\"]{position:relative;display:flex;min-inline-size:0;flex-direction:column;text-align:start;gap:.25rem;margin:0;font:var(--tui-font-text-ui-m)}[tuiTitleV=\"4.96.0\"][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitleV=\"4.96.0\"][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitleV=\"4.96.0\"][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitleV=\"4.96.0\"][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.96.0\"][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitleV=\"4.96.0\"][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.96.0\"] h1,[tuiTitleV=\"4.96.0\"] h2,[tuiTitleV=\"4.96.0\"] h3,[tuiTitleV=\"4.96.0\"] h4,[tuiTitleV=\"4.96.0\"] h5,[tuiTitleV=\"4.96.0\"] h6{margin:0;font:inherit}[tuiSubtitle]{font:var(--tui-font-text-ui-s);margin:0}[tuiButton] [tuiTitleV=\"4.96.0\"]{margin-inline-end:auto}[tuiButton] [tuiTitleV=\"4.96.0\"] [tuiSubtitle]{color:var(--tui-text-secondary)}\n"] }]
|
|
15
15
|
}] });
|
|
16
16
|
class TuiTitle {
|
|
17
17
|
constructor() {
|
|
@@ -19,7 +19,7 @@ class TuiTitle {
|
|
|
19
19
|
this.size = '';
|
|
20
20
|
}
|
|
21
21
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiTitle, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
22
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiTitle, isStandalone: true, selector: "[tuiTitle]", inputs: { size: ["tuiTitle", "size"] }, host: { attributes: { "tuiTitle": "", "tuiTitleV": "4.
|
|
22
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiTitle, isStandalone: true, selector: "[tuiTitle]", inputs: { size: ["tuiTitle", "size"] }, host: { attributes: { "tuiTitle": "", "tuiTitleV": "4.96.0" }, properties: { "attr.data-size": "size || null" } }, ngImport: i0 }); }
|
|
23
23
|
}
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiTitle, decorators: [{
|
|
25
25
|
type: Directive,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.96.0",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"esm": "./esm2022/components/taiga-ui-core-components.mjs",
|
|
44
44
|
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./directives": {
|
|
47
|
-
"types": "./directives/index.d.ts",
|
|
48
|
-
"esm2022": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
49
|
-
"esm": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
50
|
-
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
51
|
-
},
|
|
52
46
|
"./pipes": {
|
|
53
47
|
"types": "./pipes/index.d.ts",
|
|
54
48
|
"esm2022": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
55
49
|
"esm": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
56
50
|
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
57
51
|
},
|
|
52
|
+
"./directives": {
|
|
53
|
+
"types": "./directives/index.d.ts",
|
|
54
|
+
"esm2022": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
55
|
+
"esm": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
56
|
+
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./services": {
|
|
59
59
|
"types": "./services/index.d.ts",
|
|
60
60
|
"esm2022": "./esm2022/services/taiga-ui-core-services.mjs",
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
"esm": "./esm2022/utils/taiga-ui-core-utils.mjs",
|
|
80
80
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./components/alert": {
|
|
83
|
-
"types": "./components/alert/index.d.ts",
|
|
84
|
-
"esm2022": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
85
|
-
"esm": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
86
|
-
"default": "./fesm2022/taiga-ui-core-components-alert.mjs"
|
|
87
|
-
},
|
|
88
82
|
"./components/button": {
|
|
89
83
|
"types": "./components/button/index.d.ts",
|
|
90
84
|
"esm2022": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
91
85
|
"esm": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
92
86
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
93
87
|
},
|
|
88
|
+
"./components/alert": {
|
|
89
|
+
"types": "./components/alert/index.d.ts",
|
|
90
|
+
"esm2022": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
91
|
+
"esm": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
92
|
+
"default": "./fesm2022/taiga-ui-core-components-alert.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./components/calendar": {
|
|
95
95
|
"types": "./components/calendar/index.d.ts",
|
|
96
96
|
"esm2022": "./esm2022/components/calendar/taiga-ui-core-components-calendar.mjs",
|
|
@@ -181,6 +181,60 @@
|
|
|
181
181
|
"esm": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
|
|
182
182
|
"default": "./fesm2022/taiga-ui-core-components-textfield.mjs"
|
|
183
183
|
},
|
|
184
|
+
"./pipes/auto-color": {
|
|
185
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
186
|
+
"esm2022": "./esm2022/pipes/auto-color/taiga-ui-core-pipes-auto-color.mjs",
|
|
187
|
+
"esm": "./esm2022/pipes/auto-color/taiga-ui-core-pipes-auto-color.mjs",
|
|
188
|
+
"default": "./fesm2022/taiga-ui-core-pipes-auto-color.mjs"
|
|
189
|
+
},
|
|
190
|
+
"./pipes/calendar-sheet": {
|
|
191
|
+
"types": "./pipes/calendar-sheet/index.d.ts",
|
|
192
|
+
"esm2022": "./esm2022/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.mjs",
|
|
193
|
+
"esm": "./esm2022/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.mjs",
|
|
194
|
+
"default": "./fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs"
|
|
195
|
+
},
|
|
196
|
+
"./pipes/fallback-src": {
|
|
197
|
+
"types": "./pipes/fallback-src/index.d.ts",
|
|
198
|
+
"esm2022": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs",
|
|
199
|
+
"esm": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs",
|
|
200
|
+
"default": "./fesm2022/taiga-ui-core-pipes-fallback-src.mjs"
|
|
201
|
+
},
|
|
202
|
+
"./pipes/flag": {
|
|
203
|
+
"types": "./pipes/flag/index.d.ts",
|
|
204
|
+
"esm2022": "./esm2022/pipes/flag/taiga-ui-core-pipes-flag.mjs",
|
|
205
|
+
"esm": "./esm2022/pipes/flag/taiga-ui-core-pipes-flag.mjs",
|
|
206
|
+
"default": "./fesm2022/taiga-ui-core-pipes-flag.mjs"
|
|
207
|
+
},
|
|
208
|
+
"./pipes/format-date": {
|
|
209
|
+
"types": "./pipes/format-date/index.d.ts",
|
|
210
|
+
"esm2022": "./esm2022/pipes/format-date/taiga-ui-core-pipes-format-date.mjs",
|
|
211
|
+
"esm": "./esm2022/pipes/format-date/taiga-ui-core-pipes-format-date.mjs",
|
|
212
|
+
"default": "./fesm2022/taiga-ui-core-pipes-format-date.mjs"
|
|
213
|
+
},
|
|
214
|
+
"./pipes/format-number": {
|
|
215
|
+
"types": "./pipes/format-number/index.d.ts",
|
|
216
|
+
"esm2022": "./esm2022/pipes/format-number/taiga-ui-core-pipes-format-number.mjs",
|
|
217
|
+
"esm": "./esm2022/pipes/format-number/taiga-ui-core-pipes-format-number.mjs",
|
|
218
|
+
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
219
|
+
},
|
|
220
|
+
"./pipes/initials": {
|
|
221
|
+
"types": "./pipes/initials/index.d.ts",
|
|
222
|
+
"esm2022": "./esm2022/pipes/initials/taiga-ui-core-pipes-initials.mjs",
|
|
223
|
+
"esm": "./esm2022/pipes/initials/taiga-ui-core-pipes-initials.mjs",
|
|
224
|
+
"default": "./fesm2022/taiga-ui-core-pipes-initials.mjs"
|
|
225
|
+
},
|
|
226
|
+
"./pipes/month": {
|
|
227
|
+
"types": "./pipes/month/index.d.ts",
|
|
228
|
+
"esm2022": "./esm2022/pipes/month/taiga-ui-core-pipes-month.mjs",
|
|
229
|
+
"esm": "./esm2022/pipes/month/taiga-ui-core-pipes-month.mjs",
|
|
230
|
+
"default": "./fesm2022/taiga-ui-core-pipes-month.mjs"
|
|
231
|
+
},
|
|
232
|
+
"./pipes/order-week-days": {
|
|
233
|
+
"types": "./pipes/order-week-days/index.d.ts",
|
|
234
|
+
"esm2022": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
|
|
235
|
+
"esm": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
|
|
236
|
+
"default": "./fesm2022/taiga-ui-core-pipes-order-week-days.mjs"
|
|
237
|
+
},
|
|
184
238
|
"./directives/appearance": {
|
|
185
239
|
"types": "./directives/appearance/index.d.ts",
|
|
186
240
|
"esm2022": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
|
|
@@ -247,60 +301,6 @@
|
|
|
247
301
|
"esm": "./esm2022/directives/title/taiga-ui-core-directives-title.mjs",
|
|
248
302
|
"default": "./fesm2022/taiga-ui-core-directives-title.mjs"
|
|
249
303
|
},
|
|
250
|
-
"./pipes/auto-color": {
|
|
251
|
-
"types": "./pipes/auto-color/index.d.ts",
|
|
252
|
-
"esm2022": "./esm2022/pipes/auto-color/taiga-ui-core-pipes-auto-color.mjs",
|
|
253
|
-
"esm": "./esm2022/pipes/auto-color/taiga-ui-core-pipes-auto-color.mjs",
|
|
254
|
-
"default": "./fesm2022/taiga-ui-core-pipes-auto-color.mjs"
|
|
255
|
-
},
|
|
256
|
-
"./pipes/calendar-sheet": {
|
|
257
|
-
"types": "./pipes/calendar-sheet/index.d.ts",
|
|
258
|
-
"esm2022": "./esm2022/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.mjs",
|
|
259
|
-
"esm": "./esm2022/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.mjs",
|
|
260
|
-
"default": "./fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs"
|
|
261
|
-
},
|
|
262
|
-
"./pipes/fallback-src": {
|
|
263
|
-
"types": "./pipes/fallback-src/index.d.ts",
|
|
264
|
-
"esm2022": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs",
|
|
265
|
-
"esm": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs",
|
|
266
|
-
"default": "./fesm2022/taiga-ui-core-pipes-fallback-src.mjs"
|
|
267
|
-
},
|
|
268
|
-
"./pipes/flag": {
|
|
269
|
-
"types": "./pipes/flag/index.d.ts",
|
|
270
|
-
"esm2022": "./esm2022/pipes/flag/taiga-ui-core-pipes-flag.mjs",
|
|
271
|
-
"esm": "./esm2022/pipes/flag/taiga-ui-core-pipes-flag.mjs",
|
|
272
|
-
"default": "./fesm2022/taiga-ui-core-pipes-flag.mjs"
|
|
273
|
-
},
|
|
274
|
-
"./pipes/format-date": {
|
|
275
|
-
"types": "./pipes/format-date/index.d.ts",
|
|
276
|
-
"esm2022": "./esm2022/pipes/format-date/taiga-ui-core-pipes-format-date.mjs",
|
|
277
|
-
"esm": "./esm2022/pipes/format-date/taiga-ui-core-pipes-format-date.mjs",
|
|
278
|
-
"default": "./fesm2022/taiga-ui-core-pipes-format-date.mjs"
|
|
279
|
-
},
|
|
280
|
-
"./pipes/format-number": {
|
|
281
|
-
"types": "./pipes/format-number/index.d.ts",
|
|
282
|
-
"esm2022": "./esm2022/pipes/format-number/taiga-ui-core-pipes-format-number.mjs",
|
|
283
|
-
"esm": "./esm2022/pipes/format-number/taiga-ui-core-pipes-format-number.mjs",
|
|
284
|
-
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
285
|
-
},
|
|
286
|
-
"./pipes/initials": {
|
|
287
|
-
"types": "./pipes/initials/index.d.ts",
|
|
288
|
-
"esm2022": "./esm2022/pipes/initials/taiga-ui-core-pipes-initials.mjs",
|
|
289
|
-
"esm": "./esm2022/pipes/initials/taiga-ui-core-pipes-initials.mjs",
|
|
290
|
-
"default": "./fesm2022/taiga-ui-core-pipes-initials.mjs"
|
|
291
|
-
},
|
|
292
|
-
"./pipes/month": {
|
|
293
|
-
"types": "./pipes/month/index.d.ts",
|
|
294
|
-
"esm2022": "./esm2022/pipes/month/taiga-ui-core-pipes-month.mjs",
|
|
295
|
-
"esm": "./esm2022/pipes/month/taiga-ui-core-pipes-month.mjs",
|
|
296
|
-
"default": "./fesm2022/taiga-ui-core-pipes-month.mjs"
|
|
297
|
-
},
|
|
298
|
-
"./pipes/order-week-days": {
|
|
299
|
-
"types": "./pipes/order-week-days/index.d.ts",
|
|
300
|
-
"esm2022": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
|
|
301
|
-
"esm": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
|
|
302
|
-
"default": "./fesm2022/taiga-ui-core-pipes-order-week-days.mjs"
|
|
303
|
-
},
|
|
304
304
|
"./utils/dom": {
|
|
305
305
|
"types": "./utils/dom/index.d.ts",
|
|
306
306
|
"esm2022": "./esm2022/utils/dom/taiga-ui-core-utils-dom.mjs",
|
|
@@ -329,9 +329,9 @@
|
|
|
329
329
|
"@angular/router": ">=16.0.0",
|
|
330
330
|
"@ng-web-apis/common": "^4.14.0",
|
|
331
331
|
"@ng-web-apis/mutation-observer": "^4.14.0",
|
|
332
|
-
"@taiga-ui/cdk": "4.
|
|
332
|
+
"@taiga-ui/cdk": "4.96.0",
|
|
333
333
|
"@taiga-ui/event-plugins": "^4.7.0",
|
|
334
|
-
"@taiga-ui/i18n": "4.
|
|
334
|
+
"@taiga-ui/i18n": "4.96.0",
|
|
335
335
|
"@taiga-ui/polymorpheus": "^4.10.0",
|
|
336
336
|
"rxjs": ">=7.0.0"
|
|
337
337
|
},
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
--t-label-font: var(--tui-font-text-s);
|
|
11
11
|
--t-end: ~'0rem';
|
|
12
12
|
--t-start: ~'0rem';
|
|
13
|
+
--t-space-end: ~'calc(var(--t-end, 0rem) + var(--t-side) + var(--t-padding))';
|
|
13
14
|
|
|
14
15
|
position: relative;
|
|
15
16
|
display: flex;
|
|
@@ -270,7 +271,7 @@
|
|
|
270
271
|
border-width: 0;
|
|
271
272
|
// StackBlitz changes "0rem" to "0" breaking calc
|
|
272
273
|
padding-inline-start: calc(var(--t-start, ~'0rem') + var(--t-padding));
|
|
273
|
-
padding-inline-end:
|
|
274
|
+
padding-inline-end: var(--t-space-end);
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
& > .t-template {
|
|
@@ -278,6 +279,9 @@
|
|
|
278
279
|
align-items: center;
|
|
279
280
|
border-radius: inherit;
|
|
280
281
|
color: var(--tui-text-primary);
|
|
282
|
+
overflow: hidden;
|
|
283
|
+
padding-inline-end: 0;
|
|
284
|
+
border-inline-end: var(--t-space-end) solid transparent;
|
|
281
285
|
}
|
|
282
286
|
|
|
283
287
|
&._with-template input:first-of-type,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@tui-version: '4.
|
|
1
|
+
@tui-version: '4.96.0';
|