@taiga-ui/core 4.96.0 → 4.97.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 +1 -1
- package/directives/dropdown/dropdown-hover.directive.d.ts +1 -1
- package/esm2022/components/button/button.directive.mjs +2 -2
- package/esm2022/components/data-list/data-list.component.mjs +3 -3
- 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/textfield/textfield-multi/textfield-multi.component.mjs +3 -3
- package/esm2022/components/textfield/textfield.component.mjs +3 -3
- package/esm2022/directives/appearance/appearance.directive.mjs +3 -3
- package/esm2022/directives/dropdown/dropdown-hover.directive.mjs +6 -4
- package/esm2022/directives/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/directives/group/group.directive.mjs +3 -3
- package/esm2022/directives/hint/hint.component.mjs +2 -2
- package/esm2022/directives/icons/icons.directive.mjs +3 -3
- package/esm2022/directives/title/title.directive.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-data-list.mjs +3 -3
- 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-textfield.mjs +6 -6
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs +7 -5
- 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-hint.mjs +2 -2
- 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/variables/version.less +1 -1
|
@@ -538,7 +538,7 @@ class TuiHintComponent extends TuiHintBaseComponent {
|
|
|
538
538
|
*polymorpheusOutlet="content() as text; context: hint.context"
|
|
539
539
|
[innerHTML]="text"
|
|
540
540
|
></span>
|
|
541
|
-
`, isInline: true, styles: [":host{position:absolute;max-inline-size:min(
|
|
541
|
+
`, isInline: true, styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-text-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-text-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host[data-appearance=error]{background:var(--tui-status-negative)}:host[data-appearance=dark]{background:var(--tui-background-elevation-1);color:var(--tui-text-primary);box-shadow:var(--tui-shadow-small)}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}\n"], dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
542
542
|
}
|
|
543
543
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintComponent, decorators: [{
|
|
544
544
|
type: Component,
|
|
@@ -548,7 +548,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
548
548
|
*polymorpheusOutlet="content() as text; context: hint.context"
|
|
549
549
|
[innerHTML]="text"
|
|
550
550
|
></span>
|
|
551
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, providers: TUI_HINT_PROVIDERS, hostDirectives: [TuiAnimated], styles: [":host{position:absolute;max-inline-size:min(
|
|
551
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, providers: TUI_HINT_PROVIDERS, hostDirectives: [TuiAnimated], styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-text-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-text-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host[data-appearance=error]{background:var(--tui-status-negative)}:host[data-appearance=dark]{background:var(--tui-background-elevation-1);color:var(--tui-text-primary);box-shadow:var(--tui-shadow-small)}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}\n"] }]
|
|
552
552
|
}] });
|
|
553
553
|
|
|
554
554
|
class TuiHintDescribe extends TuiDriver {
|
|
@@ -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.97.0"], ngImport: i0, template: '', isInline: true, styles: ["[tuiIconsV=\"4.97.0\"]{--t-icon-start: none;--t-icon-end: none}[tuiIconsV=\"4.97.0\"]:before,[tuiIconsV=\"4.97.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.97.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.97.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.97.0\"][data-icon-start=image]:before{-webkit-mask:none;mask:none;background:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.97.0\"][data-icon-end=image]:after{-webkit-mask:none;mask:none;background:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.97.0\"][data-icon-start=font]:before,[tuiIconsV=\"4.97.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.97.0\"][data-icon-start=font]:before{content:var(--t-icon-start)}[tuiIconsV=\"4.97.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.97.0\"]{--t-icon-start: none;--t-icon-end: none}[tuiIconsV=\"4.97.0\"]:before,[tuiIconsV=\"4.97.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.97.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.97.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.97.0\"][data-icon-start=image]:before{-webkit-mask:none;mask:none;background:var(--t-icon-start) no-repeat center / contain padding-box}[tuiIconsV=\"4.97.0\"][data-icon-end=image]:after{-webkit-mask:none;mask:none;background:var(--t-icon-end) no-repeat center / contain padding-box}[tuiIconsV=\"4.97.0\"][data-icon-start=font]:before,[tuiIconsV=\"4.97.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.97.0\"][data-icon-start=font]:before{content:var(--t-icon-start)}[tuiIconsV=\"4.97.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.97.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.97.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.97.0\"][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitleV=\"4.97.0\"][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitleV=\"4.97.0\"][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitleV=\"4.97.0\"][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.97.0\"][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitleV=\"4.97.0\"][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.97.0\"] h1,[tuiTitleV=\"4.97.0\"] h2,[tuiTitleV=\"4.97.0\"] h3,[tuiTitleV=\"4.97.0\"] h4,[tuiTitleV=\"4.97.0\"] h5,[tuiTitleV=\"4.97.0\"] h6{margin:0;font:inherit}[tuiSubtitle]{font:var(--tui-font-text-ui-s);margin:0}[tuiButton] [tuiTitleV=\"4.97.0\"]{margin-inline-end:auto}[tuiButton] [tuiTitleV=\"4.97.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.97.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.97.0\"][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitleV=\"4.97.0\"][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitleV=\"4.97.0\"][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitleV=\"4.97.0\"][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.97.0\"][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitleV=\"4.97.0\"][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitleV=\"4.97.0\"] h1,[tuiTitleV=\"4.97.0\"] h2,[tuiTitleV=\"4.97.0\"] h3,[tuiTitleV=\"4.97.0\"] h4,[tuiTitleV=\"4.97.0\"] h5,[tuiTitleV=\"4.97.0\"] h6{margin:0;font:inherit}[tuiSubtitle]{font:var(--tui-font-text-ui-s);margin:0}[tuiButton] [tuiTitleV=\"4.97.0\"]{margin-inline-end:auto}[tuiButton] [tuiTitleV=\"4.97.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.97.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.97.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
|
-
"./pipes": {
|
|
47
|
-
"types": "./pipes/index.d.ts",
|
|
48
|
-
"esm2022": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
49
|
-
"esm": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
50
|
-
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
51
|
-
},
|
|
52
46
|
"./directives": {
|
|
53
47
|
"types": "./directives/index.d.ts",
|
|
54
48
|
"esm2022": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
55
49
|
"esm": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
56
50
|
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
57
51
|
},
|
|
52
|
+
"./pipes": {
|
|
53
|
+
"types": "./pipes/index.d.ts",
|
|
54
|
+
"esm2022": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
55
|
+
"esm": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
56
|
+
"default": "./fesm2022/taiga-ui-core-pipes.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/button": {
|
|
83
|
-
"types": "./components/button/index.d.ts",
|
|
84
|
-
"esm2022": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
85
|
-
"esm": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
86
|
-
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
87
|
-
},
|
|
88
82
|
"./components/alert": {
|
|
89
83
|
"types": "./components/alert/index.d.ts",
|
|
90
84
|
"esm2022": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
91
85
|
"esm": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
92
86
|
"default": "./fesm2022/taiga-ui-core-components-alert.mjs"
|
|
93
87
|
},
|
|
88
|
+
"./components/button": {
|
|
89
|
+
"types": "./components/button/index.d.ts",
|
|
90
|
+
"esm2022": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
91
|
+
"esm": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
92
|
+
"default": "./fesm2022/taiga-ui-core-components-button.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,60 +181,6 @@
|
|
|
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
|
-
},
|
|
238
184
|
"./directives/appearance": {
|
|
239
185
|
"types": "./directives/appearance/index.d.ts",
|
|
240
186
|
"esm2022": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
|
|
@@ -301,6 +247,60 @@
|
|
|
301
247
|
"esm": "./esm2022/directives/title/taiga-ui-core-directives-title.mjs",
|
|
302
248
|
"default": "./fesm2022/taiga-ui-core-directives-title.mjs"
|
|
303
249
|
},
|
|
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.97.0",
|
|
333
333
|
"@taiga-ui/event-plugins": "^4.7.0",
|
|
334
|
-
"@taiga-ui/i18n": "4.
|
|
334
|
+
"@taiga-ui/i18n": "4.97.0",
|
|
335
335
|
"@taiga-ui/polymorpheus": "^4.10.0",
|
|
336
336
|
"rxjs": ">=7.0.0"
|
|
337
337
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@tui-version: '4.
|
|
1
|
+
@tui-version: '4.97.0';
|