diff --git a/projects/addon-charts/components/arc-chart/arc-chart.template.html b/projects/addon-charts/components/arc-chart/arc-chart.template.html index 1f8e1007fcd9..c3267a2bea92 100644 --- a/projects/addon-charts/components/arc-chart/arc-chart.template.html +++ b/projects/addon-charts/components/arc-chart/arc-chart.template.html @@ -26,7 +26,7 @@
- +
diff --git a/projects/addon-charts/components/axes/axes.template.html b/projects/addon-charts/components/axes/axes.template.html index 0921da275a1d..1f12637bf1c4 100644 --- a/projects/addon-charts/components/axes/axes.template.html +++ b/projects/addon-charts/components/axes/axes.template.html @@ -70,7 +70,7 @@
- +
+ />
diff --git a/projects/addon-charts/components/bar-set/bar-set.template.html b/projects/addon-charts/components/bar-set/bar-set.template.html index b6d3aa1e74f4..c2b2018c0e92 100644 --- a/projects/addon-charts/components/bar-set/bar-set.template.html +++ b/projects/addon-charts/components/bar-set/bar-set.template.html @@ -3,7 +3,7 @@ *ngFor="let item of computedValue; let index = index" [ngTemplateOutlet]="bar" [ngTemplateOutletContext]="{$implicit: item, index: index, flexible: false}" - > + />
+ />
+ /> - + diff --git a/projects/addon-charts/components/legend-item/legend-item.template.html b/projects/addon-charts/components/legend-item/legend-item.template.html index 297867915b8e..9449b6f75f09 100644 --- a/projects/addon-charts/components/legend-item/legend-item.template.html +++ b/projects/addon-charts/components/legend-item/legend-item.template.html @@ -7,12 +7,12 @@ [pseudoHover]="active || null" >
- + {{ text }} - +
diff --git a/projects/addon-charts/components/line-days-chart/line-days-chart.template.html b/projects/addon-charts/components/line-days-chart/line-days-chart.template.html index 8f80f8912599..0d981259f6dc 100644 --- a/projects/addon-charts/components/line-days-chart/line-days-chart.template.html +++ b/projects/addon-charts/components/line-days-chart/line-days-chart.template.html @@ -12,7 +12,7 @@ [xStringify]="xStringify ? daysStringify : null" [y]="y" [yStringify]="yStringify" -> +/>
- +
@@ -10,6 +10,6 @@ [size]="size" [value]="value" (activeItemIndexChange)="onActiveItemIndexChange($event)" -> +/>
diff --git a/projects/addon-commerce/components/input-card-grouped/input-card-grouped.template.html b/projects/addon-commerce/components/input-card-grouped/input-card-grouped.template.html index 08cc9685780c..b1469fbb256f 100644 --- a/projects/addon-commerce/components/input-card-grouped/input-card-grouped.template.html +++ b/projects/addon-commerce/components/input-card-grouped/input-card-grouped.template.html @@ -149,7 +149,7 @@ automation-id="tui-input-card-grouped__icon" class="t-card" [src]="text" - > + /> + /> + /> diff --git a/projects/addon-commerce/components/input-card/input-card.template.html b/projects/addon-commerce/components/input-card/input-card.template.html index a680bc1b94bb..04b1282adfe5 100644 --- a/projects/addon-commerce/components/input-card/input-card.template.html +++ b/projects/addon-commerce/components/input-card/input-card.template.html @@ -15,15 +15,15 @@ (focusedChange)="onFocused($event)" (valueChange)="onValueChange($event)" > - + + /> + /> diff --git a/projects/addon-commerce/components/input-cvc/input-cvc.template.html b/projects/addon-commerce/components/input-cvc/input-cvc.template.html index a4a21b7b4038..a3b271b93f4b 100644 --- a/projects/addon-commerce/components/input-cvc/input-cvc.template.html +++ b/projects/addon-commerce/components/input-cvc/input-cvc.template.html @@ -14,7 +14,7 @@ (copy.prevent)="(0)" (focusedChange)="onFocused($event)" > - + - + diff --git a/projects/addon-commerce/components/thumbnail-card/thumbnail-card.template.html b/projects/addon-commerce/components/thumbnail-card/thumbnail-card.template.html index 8016749bf9e0..f0b3395c6f0b 100644 --- a/projects/addon-commerce/components/thumbnail-card/thumbnail-card.template.html +++ b/projects/addon-commerce/components/thumbnail-card/thumbnail-card.template.html @@ -3,12 +3,12 @@ *ngIf="hasBrandLogo" class="t-brand-logo" [src]="brandLogo" - > + /> {{ cardNumber }} + />
diff --git a/projects/addon-doc/components/code/code.template.html b/projects/addon-doc/components/code/code.template.html index 221c8d7240ca..655455658564 100644 --- a/projects/addon-doc/components/code/code.template.html +++ b/projects/addon-doc/components/code/code.template.html @@ -20,6 +20,6 @@ (click)="copy$.next()" > - + diff --git a/projects/addon-doc/components/copy/copy.template.html b/projects/addon-doc/components/copy/copy.template.html index 66d4f5fc3d20..441563144a1f 100644 --- a/projects/addon-doc/components/copy/copy.template.html +++ b/projects/addon-doc/components/copy/copy.template.html @@ -16,7 +16,7 @@ class="t-initial" [attr.data-text]="texts[0]" > - + {{ texts[1] }} diff --git a/projects/addon-doc/components/demo/demo.template.html b/projects/addon-doc/components/demo/demo.template.html index f092e72cf51c..975bd7b04ff3 100644 --- a/projects/addon-doc/components/demo/demo.template.html +++ b/projects/addon-doc/components/demo/demo.template.html @@ -25,7 +25,7 @@ + /> @@ -33,7 +33,7 @@ + />
- +
- + /> +
diff --git a/projects/addon-doc/components/documentation/documentation.template.html b/projects/addon-doc/components/documentation/documentation.template.html index ad383f115348..1f4a060c12a9 100644 --- a/projects/addon-doc/components/documentation/documentation.template.html +++ b/projects/addon-doc/components/documentation/documentation.template.html @@ -4,7 +4,7 @@ > {{ heading }} - + + /> + /> - + - + + /> diff --git a/projects/addon-table/components/table/th-group/th-group.template.html b/projects/addon-table/components/table/th-group/th-group.template.html index 2aceffb768d4..9b7b7af1d1e2 100644 --- a/projects/addon-table/components/table/th-group/th-group.template.html +++ b/projects/addon-table/components/table/th-group/th-group.template.html @@ -1,4 +1,4 @@ - + - + {{ table.change$ | async }} + /> - +
+ />
diff --git a/projects/core/components/button/button.template.html b/projects/core/components/button/button.template.html index d759e7ed777d..ab512ae25e46 100644 --- a/projects/core/components/button/button.template.html +++ b/projects/core/components/button/button.template.html @@ -1,4 +1,4 @@ - +
+ /> - + + /> + />
diff --git a/projects/core/components/calendar/calendar.template.html b/projects/core/components/calendar/calendar.template.html index 7cc71df54143..e27ce16d6a0d 100644 --- a/projects/core/components/calendar/calendar.template.html +++ b/projects/core/components/calendar/calendar.template.html @@ -10,7 +10,7 @@ [min]="computedMin" [value]="value" (yearClick)="onPickerYearClick($event)" - > + /> + /> + /> diff --git a/projects/core/components/data-list/data-list.template.html b/projects/core/components/data-list/data-list.template.html index c01e287d93f6..e39ac0dcad86 100644 --- a/projects/core/components/data-list/data-list.template.html +++ b/projects/core/components/data-list/data-list.template.html @@ -3,7 +3,7 @@ class="t-trap" (focusin)="onFocus($event, true)" > - +
- + + /> diff --git a/projects/core/components/dialog/dialogs.template.html b/projects/core/components/dialog/dialogs.template.html index 583b002f3530..38f7bca6ad2e 100644 --- a/projects/core/components/dialog/dialogs.template.html +++ b/projects/core/components/dialog/dialogs.template.html @@ -11,8 +11,8 @@ [attr.aria-labelledby]="item.id" [class.t-dialog_closing]="!dialogs.length" > - - + +
- + - +
diff --git a/projects/core/components/hints-host/hints-host.template.html b/projects/core/components/hints-host/hints-host.template.html index c52b3f7df8ae..2a037b0e21a3 100644 --- a/projects/core/components/hints-host/hints-host.template.html +++ b/projects/core/components/hints-host/hints-host.template.html @@ -4,5 +4,5 @@ @tuiParentAnimation [tuiActiveZoneParent]="hint.activeZone || null" > - +
diff --git a/projects/core/components/hosted-dropdown/hosted-dropdown.template.html b/projects/core/components/hosted-dropdown/hosted-dropdown.template.html index 55fa16f89b92..d72d5801f848 100644 --- a/projects/core/components/hosted-dropdown/hosted-dropdown.template.html +++ b/projects/core/components/hosted-dropdown/hosted-dropdown.template.html @@ -11,7 +11,7 @@ (tuiActiveZoneChange)="onActiveZone($event)" (tuiObscured)="onHostObscured($event)" > - + - + diff --git a/projects/core/components/link/link.template.html b/projects/core/components/link/link.template.html index 791d25d40c8e..edcdedc0affb 100644 --- a/projects/core/components/link/link.template.html +++ b/projects/core/components/link/link.template.html @@ -2,12 +2,12 @@ *ngIf="iconAlignLeft" class="t-icon t-icon_left" [src]="icon || ''" -> +/> - + +/> diff --git a/projects/core/components/loader/loader.template.html b/projects/core/components/loader/loader.template.html index cf565ce65ecf..564367bfdbc5 100644 --- a/projects/core/components/loader/loader.template.html +++ b/projects/core/components/loader/loader.template.html @@ -5,7 +5,7 @@ [class.t-content_loading]="loading" [disabled]="loading && !isApple" > - +
+ />
+ />
- +
diff --git a/projects/core/components/primitive-spin-button/primitive-spin-button.template.html b/projects/core/components/primitive-spin-button/primitive-spin-button.template.html index a6c61bcfb373..cd858fd669dc 100644 --- a/projects/core/components/primitive-spin-button/primitive-spin-button.template.html +++ b/projects/core/components/primitive-spin-button/primitive-spin-button.template.html @@ -12,7 +12,7 @@ (click)="onLeftClick()" > - +
diff --git a/projects/core/components/root/root.template.html b/projects/core/components/root/root.template.html index 68dc63648235..b869069b663c 100644 --- a/projects/core/components/root/root.template.html +++ b/projects/core/components/root/root.template.html @@ -1,18 +1,18 @@ - +/> +
- +
- - - - - + + + + +
- - - + + + diff --git a/projects/core/components/scrollbar/scrollbar.template.html b/projects/core/components/scrollbar/scrollbar.template.html index 52007f02e8dc..a47687a0c919 100644 --- a/projects/core/components/scrollbar/scrollbar.template.html +++ b/projects/core/components/scrollbar/scrollbar.template.html @@ -1,10 +1,10 @@ +/>
- +
diff --git a/projects/core/components/svg/svg.template.html b/projects/core/components/svg/svg.template.html index dd7b74e4fba3..f2dd3ab5a8e9 100644 --- a/projects/core/components/svg/svg.template.html +++ b/projects/core/components/svg/svg.template.html @@ -15,7 +15,7 @@ class="t-svg" (error)="onError()" > - +
diff --git a/projects/core/components/tooltip/tooltip.template.html b/projects/core/components/tooltip/tooltip.template.html index 8c5d470d7096..0ab70af5b927 100644 --- a/projects/core/components/tooltip/tooltip.template.html +++ b/projects/core/components/tooltip/tooltip.template.html @@ -16,5 +16,5 @@ + /> diff --git a/projects/core/internal/svg-defs-host/svg-defs-host.template.html b/projects/core/internal/svg-defs-host/svg-defs-host.template.html index a62aa60ada35..98e5729ed27a 100644 --- a/projects/core/internal/svg-defs-host/svg-defs-host.template.html +++ b/projects/core/internal/svg-defs-host/svg-defs-host.template.html @@ -7,12 +7,12 @@ + />
- + diff --git a/projects/demo/src/index.html b/projects/demo/src/index.html index a80934325464..cede8f7964d8 100644 --- a/projects/demo/src/index.html +++ b/projects/demo/src/index.html @@ -167,6 +167,8 @@ + + diff --git a/projects/demo/src/modules/animations/animations.template.html b/projects/demo/src/modules/animations/animations.template.html index f3a3b55e162f..a5d8ca1ebcee 100644 --- a/projects/demo/src/modules/animations/animations.template.html +++ b/projects/demo/src/modules/animations/animations.template.html @@ -30,7 +30,7 @@ heading="tuiHeightCollapse" [content]="heightCollapseExample" > - + - + - + - + - + - + diff --git a/projects/demo/src/modules/animations/examples/scale-in/index.html b/projects/demo/src/modules/animations/examples/scale-in/index.html index b7b0a3059107..e69e6eb55dea 100644 --- a/projects/demo/src/modules/animations/examples/scale-in/index.html +++ b/projects/demo/src/modules/animations/examples/scale-in/index.html @@ -12,6 +12,6 @@

TODO:

*ngIf="task.completed" src="tuiIconCheck" [@tuiScaleIn]="getAnimation(speed)" - > + /> diff --git a/projects/demo/src/modules/app/app.template.html b/projects/demo/src/modules/app/app.template.html index 9bb12d441461..cb812e1625a1 100644 --- a/projects/demo/src/modules/app/app.template.html +++ b/projects/demo/src/modules/app/app.template.html @@ -1,4 +1,4 @@ - + @@ -64,8 +64,8 @@ Language of components Version - - - + + + diff --git a/projects/demo/src/modules/app/customization/customization.template.html b/projects/demo/src/modules/app/customization/customization.template.html index ba0a48eee8c6..ceb5b0b42827 100644 --- a/projects/demo/src/modules/app/customization/customization.template.html +++ b/projects/demo/src/modules/app/customization/customization.template.html @@ -2,7 +2,7 @@ #demo [attr.style]="style" > - + + /> + />
@@ -46,7 +46,7 @@ [documentationPropertyType]="getType(variable)" [documentationPropertyValue]="getVariable(variable)" (documentationPropertyValueChange)="onModelChange(variable, $event)" - > + />
@@ -60,7 +60,7 @@ [documentationPropertyType]="getType(variable)" [documentationPropertyValue]="getVariable(variable)" (documentationPropertyValueChange)="onModelChange(variable, $event)" - > + /> diff --git a/projects/demo/src/modules/app/getting-started/getting-started.template.html b/projects/demo/src/modules/app/getting-started/getting-started.template.html index d03c1b29aa4d..77d9f72671ac 100644 --- a/projects/demo/src/modules/app/getting-started/getting-started.template.html +++ b/projects/demo/src/modules/app/getting-started/getting-started.template.html @@ -1,3 +1,3 @@ - + diff --git a/projects/demo/src/modules/app/home/home.template.html b/projects/demo/src/modules/app/home/home.template.html index 67daed4bb4aa..d93ab027c0df 100644 --- a/projects/demo/src/modules/app/home/home.template.html +++ b/projects/demo/src/modules/app/home/home.template.html @@ -25,11 +25,11 @@

Automatic install Taiga UI (recommended)

+ /> + />

Manual

Use this guide to install Taiga UI manually:

@@ -101,11 +101,11 @@

Manual

+ /> + />

Manual

- + @@ -177,12 +177,12 @@

Manual

+ /> + /> Also you can use not all styles from global, but only what you need partially import, for @@ -194,7 +194,7 @@

Manual

+ />
@@ -202,15 +202,15 @@

Manual

+ /> + /> + />

Modules

- + Taiga UI also has optional modules for dialogs and notifications. If you need these features, add @@ -250,7 +250,7 @@

Modules

+ />
@@ -258,7 +258,7 @@

Modules

+ />

Standalone

@@ -288,9 +288,9 @@

Standalone

+ /> - + Taiga UI also has optional modules for dialogs and notifications. If you need these features, add @@ -300,7 +300,7 @@

Standalone

+ />
@@ -308,7 +308,7 @@

Standalone

+ />

Standalone

+ /> + /> @@ -369,9 +369,9 @@

Update/migration Taiga UI

+ /> + /> diff --git a/projects/demo/src/modules/app/stackblitz/starter/stackblitz-starter.component.html b/projects/demo/src/modules/app/stackblitz/starter/stackblitz-starter.component.html index 12effeef923a..5afa6d01c82b 100644 --- a/projects/demo/src/modules/app/stackblitz/starter/stackblitz-starter.component.html +++ b/projects/demo/src/modules/app/stackblitz/starter/stackblitz-starter.component.html @@ -3,4 +3,4 @@ textContent="Stackblitz loading..." class="loader" [overlay]="true" -> +/> diff --git a/projects/demo/src/modules/app/version-manager/version-manager.template.html b/projects/demo/src/modules/app/version-manager/version-manager.template.html index d78ce47ffff6..0bb7eb38ce6e 100644 --- a/projects/demo/src/modules/app/version-manager/version-manager.template.html +++ b/projects/demo/src/modules/app/version-manager/version-manager.template.html @@ -3,7 +3,7 @@ [ngModel]="initialVersion" [valueContent]="'label' | tuiStringify | tuiStringifyContent" > - + - + - + @@ -31,7 +31,7 @@ [size]="size" [value]="value" [(activeItemIndex)]="activeItemIndex" - > + />
+ />
  • @@ -109,7 +109,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/arc-chart/examples/2/index.html b/projects/demo/src/modules/charts/arc-chart/examples/2/index.html index 6924718d2c53..90d1b863aec2 100644 --- a/projects/demo/src/modules/charts/arc-chart/examples/2/index.html +++ b/projects/demo/src/modules/charts/arc-chart/examples/2/index.html @@ -2,7 +2,7 @@ + /> - + - + new attribute has to be added to enable new behaviour. - + @@ -53,7 +53,7 @@ [horizontalLinesHandler]="horizontalLinesHandler" [verticalLines]="verticalLines" [verticalLinesHandler]="verticalLinesHandler" - > + />
    + />
  • @@ -193,7 +193,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/axes/examples/1/index.html b/projects/demo/src/modules/charts/axes/examples/1/index.html index a99306cd9151..1ff176e554dd 100644 --- a/projects/demo/src/modules/charts/axes/examples/1/index.html +++ b/projects/demo/src/modules/charts/axes/examples/1/index.html @@ -9,4 +9,4 @@ [horizontalLines]="2" [verticalLines]="3" [verticalLinesHandler]="verticalLinesHandler" -> +/> diff --git a/projects/demo/src/modules/charts/axes/examples/2/index.html b/projects/demo/src/modules/charts/axes/examples/2/index.html index 66c89272d504..aaf61608cc47 100644 --- a/projects/demo/src/modules/charts/axes/examples/2/index.html +++ b/projects/demo/src/modules/charts/axes/examples/2/index.html @@ -13,7 +13,7 @@ [max]="maxValue" [tuiHintContent]="hint" [value]="value" - > + /> + /> diff --git a/projects/demo/src/modules/charts/bar-chart/bar-chart.template.html b/projects/demo/src/modules/charts/bar-chart/bar-chart.template.html index 8fe11f6ee156..ee6fecb13fe5 100644 --- a/projects/demo/src/modules/charts/bar-chart/bar-chart.template.html +++ b/projects/demo/src/modules/charts/bar-chart/bar-chart.template.html @@ -20,7 +20,7 @@ heading="With axes" [content]="example1" > - + tuiHintContent - + @@ -51,7 +51,7 @@ [max]="max" [size]="size" [value]="value" - > + />
    + />
  • @@ -114,7 +114,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/bar-chart/examples/1/index.html b/projects/demo/src/modules/charts/bar-chart/examples/1/index.html index e204f41cc3cc..9476e82d262b 100644 --- a/projects/demo/src/modules/charts/bar-chart/examples/1/index.html +++ b/projects/demo/src/modules/charts/bar-chart/examples/1/index.html @@ -6,5 +6,5 @@ + /> diff --git a/projects/demo/src/modules/charts/bar-chart/examples/2/index.html b/projects/demo/src/modules/charts/bar-chart/examples/2/index.html index 1e2e455e02a1..e47e1a95e88b 100644 --- a/projects/demo/src/modules/charts/bar-chart/examples/2/index.html +++ b/projects/demo/src/modules/charts/bar-chart/examples/2/index.html @@ -9,7 +9,7 @@ [tuiHintAppearance]="appearance" [tuiHintContent]="hint" [value]="value" - > + /> + /> @@ -35,5 +35,5 @@ + /> diff --git a/projects/demo/src/modules/charts/bar-set/bar-set.template.html b/projects/demo/src/modules/charts/bar-set/bar-set.template.html index e171e7edcd63..2920be982c38 100644 --- a/projects/demo/src/modules/charts/bar-set/bar-set.template.html +++ b/projects/demo/src/modules/charts/bar-set/bar-set.template.html @@ -11,7 +11,7 @@ heading="Dynamic size" [content]="example1" > - + - + - + - + - + @@ -55,7 +55,7 @@ [collapsed]="collapsed" [size]="size" [value]="value" - > + /> + />
  • @@ -110,7 +110,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/bar-set/examples/1/index.html b/projects/demo/src/modules/charts/bar-set/examples/1/index.html index f04ed7e352fb..b18fe5655005 100644 --- a/projects/demo/src/modules/charts/bar-set/examples/1/index.html +++ b/projects/demo/src/modules/charts/bar-set/examples/1/index.html @@ -2,4 +2,4 @@ class="bars" [size]="null" [value]="value" -> +/> diff --git a/projects/demo/src/modules/charts/bar-set/examples/2/index.html b/projects/demo/src/modules/charts/bar-set/examples/2/index.html index 658627784077..d5b3a1ab6ca6 100644 --- a/projects/demo/src/modules/charts/bar-set/examples/2/index.html +++ b/projects/demo/src/modules/charts/bar-set/examples/2/index.html @@ -2,4 +2,4 @@ size="m" class="bars" [value]="value" -> +/> diff --git a/projects/demo/src/modules/charts/bar-set/examples/3/index.html b/projects/demo/src/modules/charts/bar-set/examples/3/index.html index 996ebae274b2..fb0e826bf081 100644 --- a/projects/demo/src/modules/charts/bar-set/examples/3/index.html +++ b/projects/demo/src/modules/charts/bar-set/examples/3/index.html @@ -1,4 +1,4 @@ +/> diff --git a/projects/demo/src/modules/charts/bar-set/examples/4/index.html b/projects/demo/src/modules/charts/bar-set/examples/4/index.html index 5ac8b225fac6..95515c1e9ed4 100644 --- a/projects/demo/src/modules/charts/bar-set/examples/4/index.html +++ b/projects/demo/src/modules/charts/bar-set/examples/4/index.html @@ -2,5 +2,5 @@ + /> diff --git a/projects/demo/src/modules/charts/bar/bar.template.html b/projects/demo/src/modules/charts/bar/bar.template.html index 68acaabb0f16..08477ddee091 100644 --- a/projects/demo/src/modules/charts/bar/bar.template.html +++ b/projects/demo/src/modules/charts/bar/bar.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + @@ -29,7 +29,7 @@ class="bar" [size]="size" [value]="value" - > + /> + />
  • @@ -74,7 +74,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/bar/examples/1/index.html b/projects/demo/src/modules/charts/bar/examples/1/index.html index eb4cefe05114..60c7cd02f9eb 100644 --- a/projects/demo/src/modules/charts/bar/examples/1/index.html +++ b/projects/demo/src/modules/charts/bar/examples/1/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/charts/bar/examples/2/index.html b/projects/demo/src/modules/charts/bar/examples/2/index.html index b20326e15ce7..7af4d0e34663 100644 --- a/projects/demo/src/modules/charts/bar/examples/2/index.html +++ b/projects/demo/src/modules/charts/bar/examples/2/index.html @@ -2,4 +2,4 @@ size="s" class="bar" [value]="value" -> +/> diff --git a/projects/demo/src/modules/charts/legend-item/examples/2/index.html b/projects/demo/src/modules/charts/legend-item/examples/2/index.html index d2c3ed560297..3fc119fd74d0 100644 --- a/projects/demo/src/modules/charts/legend-item/examples/2/index.html +++ b/projects/demo/src/modules/charts/legend-item/examples/2/index.html @@ -8,7 +8,7 @@ size="s" class="chart" [value]="value" - > + />
    + />
    diff --git a/projects/demo/src/modules/charts/legend-item/legend-item.template.html b/projects/demo/src/modules/charts/legend-item/legend-item.template.html index a6e5d611c6c3..1864303ce187 100644 --- a/projects/demo/src/modules/charts/legend-item/legend-item.template.html +++ b/projects/demo/src/modules/charts/legend-item/legend-item.template.html @@ -11,7 +11,7 @@ heading="With a ring chart" [content]="example1" > - + - + @@ -97,7 +97,7 @@ + />
  • @@ -106,7 +106,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/line-chart/examples/1/index.html b/projects/demo/src/modules/charts/line-chart/examples/1/index.html index 30ff4af24d04..a039d5a3c9f8 100644 --- a/projects/demo/src/modules/charts/line-chart/examples/1/index.html +++ b/projects/demo/src/modules/charts/line-chart/examples/1/index.html @@ -13,5 +13,5 @@ [xStringify]="stringify" [y]="0" [yStringify]="stringify" - > + /> diff --git a/projects/demo/src/modules/charts/line-chart/examples/2/index.html b/projects/demo/src/modules/charts/line-chart/examples/2/index.html index 429421dfe740..ff268a3e8eb5 100644 --- a/projects/demo/src/modules/charts/line-chart/examples/2/index.html +++ b/projects/demo/src/modules/charts/line-chart/examples/2/index.html @@ -11,5 +11,5 @@ [width]="400" [x]="0" [y]="0" - > + /> diff --git a/projects/demo/src/modules/charts/line-chart/examples/3/index.html b/projects/demo/src/modules/charts/line-chart/examples/3/index.html index 1341af7cb2b2..8928aa265feb 100644 --- a/projects/demo/src/modules/charts/line-chart/examples/3/index.html +++ b/projects/demo/src/modules/charts/line-chart/examples/3/index.html @@ -11,7 +11,7 @@ [width]="400" [x]="0" [y]="0" - > + /> + /> + /> diff --git a/projects/demo/src/modules/charts/line-chart/examples/4/index.html b/projects/demo/src/modules/charts/line-chart/examples/4/index.html index 7513350d2c09..81a9711bb6c8 100644 --- a/projects/demo/src/modules/charts/line-chart/examples/4/index.html +++ b/projects/demo/src/modules/charts/line-chart/examples/4/index.html @@ -10,7 +10,7 @@ [width]="400" [x]="0" [y]="0" - > + /> + /> + /> diff --git a/projects/demo/src/modules/charts/line-chart/line-chart.template.html b/projects/demo/src/modules/charts/line-chart/line-chart.template.html index ccb0b60c8858..4f6fb7c5fbbe 100644 --- a/projects/demo/src/modules/charts/line-chart/line-chart.template.html +++ b/projects/demo/src/modules/charts/line-chart/line-chart.template.html @@ -9,7 +9,7 @@ heading="Line" [content]="example1" > - + - + - + tuiHintContent - + - + @@ -74,7 +74,7 @@ [xStringify]="xStringify" [y]="y" [yStringify]="yStringify" - > + /> @@ -174,7 +174,7 @@ + />
  • @@ -183,7 +183,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/line-days-chart/examples/1/index.html b/projects/demo/src/modules/charts/line-days-chart/examples/1/index.html index 988fb7d674fd..282dfbca5fcf 100644 --- a/projects/demo/src/modules/charts/line-days-chart/examples/1/index.html +++ b/projects/demo/src/modules/charts/line-days-chart/examples/1/index.html @@ -19,5 +19,5 @@ [value]="value" [xStringify]="xStringify$ | async" [yStringify]="yStringify" - > + /> diff --git a/projects/demo/src/modules/charts/line-days-chart/examples/2/index.html b/projects/demo/src/modules/charts/line-days-chart/examples/2/index.html index 882deb7a58b1..ff80b7200f09 100644 --- a/projects/demo/src/modules/charts/line-days-chart/examples/2/index.html +++ b/projects/demo/src/modules/charts/line-days-chart/examples/2/index.html @@ -40,7 +40,7 @@ class="chart" [height]="200" [value]="chart | tuiFilter: filter : range" - > + />
    + /> diff --git a/projects/demo/src/modules/charts/line-days-chart/line-days-chart.template.html b/projects/demo/src/modules/charts/line-days-chart/line-days-chart.template.html index 26fbee9a45d7..3a15ca4f0536 100644 --- a/projects/demo/src/modules/charts/line-days-chart/line-days-chart.template.html +++ b/projects/demo/src/modules/charts/line-days-chart/line-days-chart.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + @@ -41,7 +41,7 @@ [xStringify]="xStringify" [y]="y" [yStringify]="yStringify" - > + /> @@ -131,7 +131,7 @@ + />
  • @@ -140,7 +140,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/pie-chart/examples/1/index.html b/projects/demo/src/modules/charts/pie-chart/examples/1/index.html index 08068a3bc411..10c572c19e90 100644 --- a/projects/demo/src/modules/charts/pie-chart/examples/1/index.html +++ b/projects/demo/src/modules/charts/pie-chart/examples/1/index.html @@ -3,25 +3,25 @@ size="xs" class="tui-space_right-4" [value]="value" - > + /> + /> + /> + /> + /> diff --git a/projects/demo/src/modules/charts/pie-chart/examples/2/index.html b/projects/demo/src/modules/charts/pie-chart/examples/2/index.html index 3b90581f1960..1916cf78cac3 100644 --- a/projects/demo/src/modules/charts/pie-chart/examples/2/index.html +++ b/projects/demo/src/modules/charts/pie-chart/examples/2/index.html @@ -1,7 +1,7 @@ +/> - + tuiHintContent - + @@ -39,7 +39,7 @@ [size]="size" [value]="value" [(activeItemIndex)]="activeItemIndex" - > + /> + />
  • @@ -93,7 +93,7 @@ + />
  • diff --git a/projects/demo/src/modules/charts/ring-chart/examples/1/index.html b/projects/demo/src/modules/charts/ring-chart/examples/1/index.html index 2f989dde170e..4675e89cd878 100644 --- a/projects/demo/src/modules/charts/ring-chart/examples/1/index.html +++ b/projects/demo/src/modules/charts/ring-chart/examples/1/index.html @@ -3,20 +3,20 @@ size="s" class="tui-space_right-4" [value]="value" - > + /> + /> + /> + /> diff --git a/projects/demo/src/modules/charts/ring-chart/ring-chart.template.html b/projects/demo/src/modules/charts/ring-chart/ring-chart.template.html index 453da8069835..995ba0190ca0 100644 --- a/projects/demo/src/modules/charts/ring-chart/ring-chart.template.html +++ b/projects/demo/src/modules/charts/ring-chart/ring-chart.template.html @@ -9,7 +9,7 @@ heading="sizes" [content]="example1" > - + - + @@ -28,7 +28,7 @@ [size]="size" [value]="value" [(activeItemIndex)]="activeItemIndex" - > + /> + />
  • @@ -82,7 +82,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/abstract/inherited-documentation/inherited-documentation.template.html b/projects/demo/src/modules/components/abstract/inherited-documentation/inherited-documentation.template.html index 4c9550e51512..0fdc1a41fb3c 100644 --- a/projects/demo/src/modules/components/abstract/inherited-documentation/inherited-documentation.template.html +++ b/projects/demo/src/modules/components/abstract/inherited-documentation/inherited-documentation.template.html @@ -1,7 +1,7 @@ - + - - + +
    Inherited from diff --git a/projects/demo/src/modules/components/accordion/accordion.template.html b/projects/demo/src/modules/components/accordion/accordion.template.html index be8cf64eb55b..bc40fc7c5154 100644 --- a/projects/demo/src/modules/components/accordion/accordion.template.html +++ b/projects/demo/src/modules/components/accordion/accordion.template.html @@ -13,7 +13,7 @@ heading="Basic" [content]="example1" > - + - + - + - + - + @@ -205,7 +205,7 @@ + />
  • @@ -214,7 +214,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/accordion/examples/2/index.html b/projects/demo/src/modules/components/accordion/examples/2/index.html index b90a32777970..dd148366f009 100644 --- a/projects/demo/src/modules/components/accordion/examples/2/index.html +++ b/projects/demo/src/modules/components/accordion/examples/2/index.html @@ -16,7 +16,7 @@ + />
    Get your money
    @@ -48,7 +48,7 @@

    Payment form

    + />
    + />
    Get your money back
    @@ -116,7 +116,7 @@

    Payment form

    + />
    Get your neighbor's money
    @@ -184,7 +184,7 @@

    Payment form

    + />
    diff --git a/projects/demo/src/modules/components/action/examples/4/index.html b/projects/demo/src/modules/components/action/examples/4/index.html index 0a12fe6ed533..927b2a5ccb1f 100644 --- a/projects/demo/src/modules/components/action/examples/4/index.html +++ b/projects/demo/src/modules/components/action/examples/4/index.html @@ -6,7 +6,7 @@ size="s" src="tuiIconThumbsUpLarge" class="tui-island__marker positive" - > + />

    Header

    Description

    @@ -22,7 +22,7 @@

    Header

    size="s" src="tuiIconThumbsDownLarge" class="tui-island__marker negative" - > + />

    Header

    Use "box-shadow: none"

    diff --git a/projects/demo/src/modules/components/action/examples/5/index.html b/projects/demo/src/modules/components/action/examples/5/index.html index e7e591b1770a..9cba110674ae 100644 --- a/projects/demo/src/modules/components/action/examples/5/index.html +++ b/projects/demo/src/modules/components/action/examples/5/index.html @@ -9,7 +9,7 @@ size="s" src="tuiIconAlignJustifyLarge" class="tui-island__marker" - > + />

    Header

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the diff --git a/projects/demo/src/modules/components/alert/alert.template.html b/projects/demo/src/modules/components/alert/alert.template.html index 75094e00149e..7b442302fcac 100644 --- a/projects/demo/src/modules/components/alert/alert.template.html +++ b/projects/demo/src/modules/components/alert/alert.template.html @@ -19,7 +19,7 @@ heading="Text" [content]="example1" > - + - + - + - + - + - + @@ -144,7 +144,7 @@ + />

  • @@ -183,7 +183,7 @@ + />
  • @@ -196,7 +196,7 @@ + />
  • @@ -211,7 +211,7 @@ + />
  • @@ -224,7 +224,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/alert/examples/5/custom-label/custom-label.template.html b/projects/demo/src/modules/components/alert/examples/5/custom-label/custom-label.template.html index c851e4cb5f00..e4df8209f5f1 100644 --- a/projects/demo/src/modules/components/alert/examples/5/custom-label/custom-label.template.html +++ b/projects/demo/src/modules/components/alert/examples/5/custom-label/custom-label.template.html @@ -1,4 +1,4 @@ diff --git a/projects/demo/src/modules/components/app-bar/app-bar.template.html b/projects/demo/src/modules/components/app-bar/app-bar.template.html index c87157c95c41..1f06a359c16a 100644 --- a/projects/demo/src/modules/components/app-bar/app-bar.template.html +++ b/projects/demo/src/modules/components/app-bar/app-bar.template.html @@ -11,7 +11,7 @@ heading="Variants" [content]="example1" > - + @@ -27,7 +27,7 @@ + />
  • @@ -36,7 +36,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/avatar/avatar.template.html b/projects/demo/src/modules/components/avatar/avatar.template.html index 399333673fd9..9cb3bed38663 100644 --- a/projects/demo/src/modules/components/avatar/avatar.template.html +++ b/projects/demo/src/modules/components/avatar/avatar.template.html @@ -13,7 +13,7 @@ This example requires import of TuiFallbackSrcPipe - + TuiFadeDirective - + - + TuiAvatarStackModule - + - + - + @@ -71,7 +71,7 @@ [round]="round" [size]="size" [src]="src" - > + /> + />
  • @@ -122,7 +122,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/avatar/examples/1/index.html b/projects/demo/src/modules/components/avatar/examples/1/index.html index eaf75bc5fed5..14ae4174cce6 100644 --- a/projects/demo/src/modules/components/avatar/examples/1/index.html +++ b/projects/demo/src/modules/components/avatar/examples/1/index.html @@ -1,8 +1,6 @@ - - - + + + 99+ diff --git a/projects/demo/src/modules/components/avatar/examples/2/index.html b/projects/demo/src/modules/components/avatar/examples/2/index.html index 3c93cc27b556..ac7ed8abffaf 100644 --- a/projects/demo/src/modules/components/avatar/examples/2/index.html +++ b/projects/demo/src/modules/components/avatar/examples/2/index.html @@ -1,12 +1,12 @@ +/> +/>
    Fading
    diff --git a/projects/demo/src/modules/components/avatar/examples/3/index.html b/projects/demo/src/modules/components/avatar/examples/3/index.html index d4dce056d503..ddc15b621f39 100644 --- a/projects/demo/src/modules/components/avatar/examples/3/index.html +++ b/projects/demo/src/modules/components/avatar/examples/3/index.html @@ -3,5 +3,5 @@ + />
    diff --git a/projects/demo/src/modules/components/avatar/examples/4/index.html b/projects/demo/src/modules/components/avatar/examples/4/index.html index c73e5d628a62..c7ab702fb8d2 100644 --- a/projects/demo/src/modules/components/avatar/examples/4/index.html +++ b/projects/demo/src/modules/components/avatar/examples/4/index.html @@ -9,7 +9,7 @@ [size]="size" [src]="name | tuiInitials" [style.background]="name | tuiAutoColor" - > + /> + diff --git a/projects/demo/src/modules/components/avatar/examples/6/index.html b/projects/demo/src/modules/components/avatar/examples/6/index.html index ecb8c7f3af2a..d70574ed6f86 100644 --- a/projects/demo/src/modules/components/avatar/examples/6/index.html +++ b/projects/demo/src/modules/components/avatar/examples/6/index.html @@ -1,29 +1,29 @@ + /> + /> + /> + /> + /> diff --git a/projects/demo/src/modules/components/badge-notification/badge-notification.template.html b/projects/demo/src/modules/components/badge-notification/badge-notification.template.html index fb8aff9c6aab..0469f3959080 100644 --- a/projects/demo/src/modules/components/badge-notification/badge-notification.template.html +++ b/projects/demo/src/modules/components/badge-notification/badge-notification.template.html @@ -14,7 +14,7 @@ heading="Basic" [content]="1 | tuiExample: 'html'" > - + - + @@ -55,7 +55,7 @@ + />
  • @@ -64,7 +64,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/badge-notification/examples/2/index.html b/projects/demo/src/modules/components/badge-notification/examples/2/index.html index 00f3c4f4fc1f..b30feef93b29 100644 --- a/projects/demo/src/modules/components/badge-notification/examples/2/index.html +++ b/projects/demo/src/modules/components/badge-notification/examples/2/index.html @@ -1,4 +1,4 @@ 10 11 12 - + diff --git a/projects/demo/src/modules/components/badge/badge.template.html b/projects/demo/src/modules/components/badge/badge.template.html index 520df2588a15..32cbb6788c74 100644 --- a/projects/demo/src/modules/components/badge/badge.template.html +++ b/projects/demo/src/modules/components/badge/badge.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="1 | tuiExample: 'html'" > - + - + - + - + - + - + @@ -96,7 +96,7 @@ orientation="horizontal" [items]="contentTypeVariants" [(ngModel)]="contentType" - > + /> + />
  • @@ -145,7 +145,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/badge/examples/3/index.html b/projects/demo/src/modules/components/badge/examples/3/index.html index 90b957a58f30..225dba69963c 100644 --- a/projects/demo/src/modules/components/badge/examples/3/index.html +++ b/projects/demo/src/modules/components/badge/examples/3/index.html @@ -43,7 +43,7 @@

    Icon only

    icon="tuiIconBox" size="xl" tuiBadge - > + /> Icon only size="l" tuiBadge class="tui-space_left-1" - > + /> Icon only size="m" tuiBadge class="tui-space_left-1" - > + /> Icon only size="s" tuiBadge class="tui-space_left-1" - > + />
    diff --git a/projects/demo/src/modules/components/badged-content/badged-content.template.html b/projects/demo/src/modules/components/badged-content/badged-content.template.html index b34e64c10331..d2451f099961 100644 --- a/projects/demo/src/modules/components/badged-content/badged-content.template.html +++ b/projects/demo/src/modules/components/badged-content/badged-content.template.html @@ -11,7 +11,7 @@ heading="basic" [content]="example1" > - + - + - + @@ -49,7 +49,7 @@ [src]=" 'https://avatars.githubusercontent.com/u/11832552' | tuiFallbackSrc: 'tuiIconUserLarge' | async " - > + /> @@ -73,7 +73,7 @@ + />
  • @@ -82,7 +82,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/badged-content/examples/1/index.html b/projects/demo/src/modules/components/badged-content/examples/1/index.html index b927bd9aa341..38805bcecbae 100644 --- a/projects/demo/src/modules/components/badged-content/examples/1/index.html +++ b/projects/demo/src/modules/components/badged-content/examples/1/index.html @@ -9,7 +9,7 @@ size="s" src="tuiIconUserLarge" [round]="false" - > + /> @@ -17,7 +17,7 @@ size="m" src="tuiIconUserLarge" [round]="false" - > + /> + /> + /> @@ -52,12 +52,12 @@ size="xl" src="tuiIconUserLarge" [round]="false" - > + /> + /> diff --git a/projects/demo/src/modules/components/badged-content/examples/2/index.html b/projects/demo/src/modules/components/badged-content/examples/2/index.html index edc6efebd491..6d700510ae1e 100644 --- a/projects/demo/src/modules/components/badged-content/examples/2/index.html +++ b/projects/demo/src/modules/components/badged-content/examples/2/index.html @@ -8,7 +8,7 @@ + /> @@ -18,11 +18,11 @@ size="m" tuiBadge tuiSlot="bottom" - > + /> + /> @@ -36,7 +36,7 @@ + /> @@ -49,5 +49,5 @@ + /> diff --git a/projects/demo/src/modules/components/badged-content/examples/3/index.html b/projects/demo/src/modules/components/badged-content/examples/3/index.html index 371219a52f19..e0716c8b3c1b 100644 --- a/projects/demo/src/modules/components/badged-content/examples/3/index.html +++ b/projects/demo/src/modules/components/badged-content/examples/3/index.html @@ -2,7 +2,7 @@ + /> Input text @@ -13,6 +13,6 @@ size="s" tuiBadge tuiSlot="bottom" - > + /> diff --git a/projects/demo/src/modules/components/block-status/block-status.template.html b/projects/demo/src/modules/components/block-status/block-status.template.html index f8e481fc7856..807dc7617124 100644 --- a/projects/demo/src/modules/components/block-status/block-status.template.html +++ b/projects/demo/src/modules/components/block-status/block-status.template.html @@ -12,7 +12,7 @@ [content]="example1" [fullsize]="true" > - + - + - + - + - + @@ -94,7 +94,7 @@

    Title

    + />
  • @@ -103,7 +103,7 @@

    Title

    + />
  • diff --git a/projects/demo/src/modules/components/block-status/examples/4/index.html b/projects/demo/src/modules/components/block-status/examples/4/index.html index 39bc69d3bd7c..c1b41e57098f 100644 --- a/projects/demo/src/modules/components/block-status/examples/4/index.html +++ b/projects/demo/src/modules/components/block-status/examples/4/index.html @@ -12,7 +12,7 @@ size="l" [src]="user | tuiInitials" [style.background]="user | tuiAutoColor" - > + />
    You can put other content instead of image using diff --git a/projects/demo/src/modules/components/block/block.template.html b/projects/demo/src/modules/components/block/block.template.html index 65d04257f1ad..d7e0ddff1ac8 100644 --- a/projects/demo/src/modules/components/block/block.template.html +++ b/projects/demo/src/modules/components/block/block.template.html @@ -14,7 +14,7 @@ heading="Sizes" [content]="1 | tuiExample: 'html'" > - + - + - + @@ -42,7 +42,7 @@ + />
  • @@ -51,7 +51,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/block/examples/3/index.html b/projects/demo/src/modules/components/block/examples/3/index.html index 86e178bb008e..7af69709ffce 100644 --- a/projects/demo/src/modules/components/block/examples/3/index.html +++ b/projects/demo/src/modules/components/block/examples/3/index.html @@ -1,6 +1,6 @@
    diff --git a/projects/demo/src/modules/components/breadcrumbs/breadcrumbs.template.html b/projects/demo/src/modules/components/breadcrumbs/breadcrumbs.template.html index ee084e7fe2e0..1803bbbe4f17 100644 --- a/projects/demo/src/modules/components/breadcrumbs/breadcrumbs.template.html +++ b/projects/demo/src/modules/components/breadcrumbs/breadcrumbs.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + @@ -63,7 +63,7 @@ + />
  • @@ -72,7 +72,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/button/button.template.html b/projects/demo/src/modules/components/button/button.template.html index 43594ded5252..7c8ca1f7c420 100644 --- a/projects/demo/src/modules/components/button/button.template.html +++ b/projects/demo/src/modules/components/button/button.template.html @@ -23,7 +23,7 @@ [content]="example1" [fullsize]="true" > - + Link cannot be disabled @@ -45,7 +45,7 @@ [content]="example2" [fullsize]="true" > - + - + - + - + - + @@ -123,7 +123,7 @@ class="tui-space_horizontal-2" [singleColor]="true" [(ngModel)]="iconButton" - > + /> tuiIconButton @@ -132,7 +132,7 @@ paymentSystem="maestro" size="s" class="card" - > + /> - + @@ -213,7 +213,7 @@ + />
  • @@ -222,7 +222,7 @@ + />
  • @@ -235,7 +235,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/button/examples/1/index.html b/projects/demo/src/modules/components/button/examples/1/index.html index 7272d3c1191a..5b457945f1a2 100644 --- a/projects/demo/src/modules/components/button/examples/1/index.html +++ b/projects/demo/src/modules/components/button/examples/1/index.html @@ -2,7 +2,7 @@ + />

    button[tuiButton]

    @@ -49,7 +49,7 @@

    button[tuiButton]

    + />

    button[tuiIconButton]

    @@ -89,7 +89,7 @@

    button[tuiIconButton]

    + />

    a[tuiButton]

    @@ -125,7 +125,7 @@

    a[tuiButton]

    [showLoader]="true" [style.height.px]="30" [style.width.px]="30" - > + />

    a[tuiIconButton]

    @@ -171,6 +171,6 @@

    a[tuiIconButton]

    [showLoader]="true" [style.height.px]="30" [style.width.px]="30" - > + />

    diff --git a/projects/demo/src/modules/components/calendar-month/calendar-month.template.html b/projects/demo/src/modules/components/calendar-month/calendar-month.template.html index 795fdd52063e..3533e7468360 100644 --- a/projects/demo/src/modules/components/calendar-month/calendar-month.template.html +++ b/projects/demo/src/modules/components/calendar-month/calendar-month.template.html @@ -19,7 +19,7 @@ heading="Basic" [content]="example1" > - + - + @@ -40,7 +40,7 @@ [value]="value" [year]="year" (monthClick)="documentationPropertyMonthClick.emitEvent($event)" - > + /> + />
  • @@ -122,7 +122,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/calendar-month/examples/1/index.html b/projects/demo/src/modules/components/calendar-month/examples/1/index.html index 22a8983b5ea8..5e186bb81876 100644 --- a/projects/demo/src/modules/components/calendar-month/examples/1/index.html +++ b/projects/demo/src/modules/components/calendar-month/examples/1/index.html @@ -2,6 +2,6 @@ [value]="value" (hoveredItemChange)="onMonthHovered($event)" (monthClick)="onMonthClick($event)" -> +/>

    Selected month: {{ value }}

    Hovered month: {{ hoveredMonth }}

    diff --git a/projects/demo/src/modules/components/calendar-month/examples/2/index.html b/projects/demo/src/modules/components/calendar-month/examples/2/index.html index a583b919ce8a..825888fea3a0 100644 --- a/projects/demo/src/modules/components/calendar-month/examples/2/index.html +++ b/projects/demo/src/modules/components/calendar-month/examples/2/index.html @@ -3,5 +3,5 @@ [min]="min" [value]="value" (monthClick)="onMonthClick($event)" -> +/>

    Selected range: {{ value }}

    diff --git a/projects/demo/src/modules/components/calendar-range/calendar-range.template.html b/projects/demo/src/modules/components/calendar-range/calendar-range.template.html index c9a6fa8ce6f3..01704020a6ab 100644 --- a/projects/demo/src/modules/components/calendar-range/calendar-range.template.html +++ b/projects/demo/src/modules/components/calendar-range/calendar-range.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + - + token to change start day of the week (Monday by default). - + @@ -63,7 +63,7 @@ [min]="min" [minLength]="minLength" (valueChange)="documentationPropertyRangeChange.emitEvent($event)" - > + /> + /> diff --git a/projects/demo/src/modules/components/calendar-range/examples/1/index.html b/projects/demo/src/modules/components/calendar-range/examples/1/index.html index 562b8069c8d2..bf73da3ac51f 100644 --- a/projects/demo/src/modules/components/calendar-range/examples/1/index.html +++ b/projects/demo/src/modules/components/calendar-range/examples/1/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar-range/examples/2/index.html b/projects/demo/src/modules/components/calendar-range/examples/2/index.html index 562b8069c8d2..bf73da3ac51f 100644 --- a/projects/demo/src/modules/components/calendar-range/examples/2/index.html +++ b/projects/demo/src/modules/components/calendar-range/examples/2/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar-range/examples/3/index.html b/projects/demo/src/modules/components/calendar-range/examples/3/index.html index 7b89b359beb9..f58160e409f8 100644 --- a/projects/demo/src/modules/components/calendar-range/examples/3/index.html +++ b/projects/demo/src/modules/components/calendar-range/examples/3/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar-range/examples/4/index.html b/projects/demo/src/modules/components/calendar-range/examples/4/index.html index 562b8069c8d2..bf73da3ac51f 100644 --- a/projects/demo/src/modules/components/calendar-range/examples/4/index.html +++ b/projects/demo/src/modules/components/calendar-range/examples/4/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar/calendar.template.html b/projects/demo/src/modules/components/calendar/calendar.template.html index 0839356d04f3..ea692005a877 100644 --- a/projects/demo/src/modules/components/calendar/calendar.template.html +++ b/projects/demo/src/modules/components/calendar/calendar.template.html @@ -26,7 +26,7 @@ heading="Basic" [content]="example1" > - + - + - + token to change start day of the week (Monday by default). - + - + - + - + @@ -111,7 +111,7 @@ [(hoveredItem)]="hoveredItem" [(month)]="month" (dayClick)="documentationPropertyDayClick.emitEvent($event)" - > + /> + />
  • @@ -235,7 +235,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/calendar/examples/1/index.html b/projects/demo/src/modules/components/calendar/examples/1/index.html index 64955b857ee6..1091e6c6e154 100644 --- a/projects/demo/src/modules/components/calendar/examples/1/index.html +++ b/projects/demo/src/modules/components/calendar/examples/1/index.html @@ -1,5 +1,5 @@ +/>
    Chosen date: {{ value }}
    diff --git a/projects/demo/src/modules/components/calendar/examples/2/index.html b/projects/demo/src/modules/components/calendar/examples/2/index.html index 7e474bf9a0de..e416d0866990 100644 --- a/projects/demo/src/modules/components/calendar/examples/2/index.html +++ b/projects/demo/src/modules/components/calendar/examples/2/index.html @@ -7,7 +7,7 @@ [(hoveredItem)]="hoveredItem" (dayClick)="onDayClick($event)" (monthChange)="onMonthChangeFirst($event)" - > + /> + /> + />
    Chosen dates: {{ value }}
    diff --git a/projects/demo/src/modules/components/calendar/examples/3/index.html b/projects/demo/src/modules/components/calendar/examples/3/index.html index a0b8e6ac431c..7b6dc0e38174 100644 --- a/projects/demo/src/modules/components/calendar/examples/3/index.html +++ b/projects/demo/src/modules/components/calendar/examples/3/index.html @@ -8,7 +8,7 @@ [(hoveredItem)]="hoveredItem" (dayClick)="onDayClick($event)" (monthChange)="onMonthChangeFirst($event)" - > + /> + /> + />
    Chosen dates: {{ value }}
    diff --git a/projects/demo/src/modules/components/calendar/examples/4/index.html b/projects/demo/src/modules/components/calendar/examples/4/index.html index c14ed25d9c81..4535e2656a2f 100644 --- a/projects/demo/src/modules/components/calendar/examples/4/index.html +++ b/projects/demo/src/modules/components/calendar/examples/4/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar/examples/5/index.html b/projects/demo/src/modules/components/calendar/examples/5/index.html index c14ed25d9c81..4535e2656a2f 100644 --- a/projects/demo/src/modules/components/calendar/examples/5/index.html +++ b/projects/demo/src/modules/components/calendar/examples/5/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/calendar/examples/6/index.html b/projects/demo/src/modules/components/calendar/examples/6/index.html index 04fbb65bee39..0be7d7dda45a 100644 --- a/projects/demo/src/modules/components/calendar/examples/6/index.html +++ b/projects/demo/src/modules/components/calendar/examples/6/index.html @@ -1,5 +1,5 @@ +/>
    Chosen dates: {{ value }}
    diff --git a/projects/demo/src/modules/components/calendar/examples/7/index.html b/projects/demo/src/modules/components/calendar/examples/7/index.html index 209bb1ee03d8..554ab2f23e27 100644 --- a/projects/demo/src/modules/components/calendar/examples/7/index.html +++ b/projects/demo/src/modules/components/calendar/examples/7/index.html @@ -2,5 +2,5 @@ initialView="year" [value]="value" (dayClick)="onDayClick($event)" ->
    +/>
    Chosen date: {{ value }}
    diff --git a/projects/demo/src/modules/components/carousel/carousel.template.html b/projects/demo/src/modules/components/carousel/carousel.template.html index 1b3461954095..c4307563065b 100644 --- a/projects/demo/src/modules/components/carousel/carousel.template.html +++ b/projects/demo/src/modules/components/carousel/carousel.template.html @@ -31,7 +31,7 @@ heading="Single" [content]="example1" > - + - + - + - + - + @@ -156,7 +156,7 @@ + />
  • @@ -165,7 +165,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/carousel/examples/1/index.html b/projects/demo/src/modules/components/carousel/examples/1/index.html index 235cfe9d810e..9afa6f61958f 100644 --- a/projects/demo/src/modules/components/carousel/examples/1/index.html +++ b/projects/demo/src/modules/components/carousel/examples/1/index.html @@ -20,4 +20,4 @@

    {{ item }}

    class="pagination" [length]="items.length" [(index)]="index" -> +/> diff --git a/projects/demo/src/modules/components/carousel/examples/3/index.html b/projects/demo/src/modules/components/carousel/examples/3/index.html index 46d27f744688..a8960b3a987d 100644 --- a/projects/demo/src/modules/components/carousel/examples/3/index.html +++ b/projects/demo/src/modules/components/carousel/examples/3/index.html @@ -39,7 +39,7 @@

    Monty Python and the Holy Grail

    - + Failed to load + />

    diff --git a/projects/demo/src/modules/components/carousel/examples/4/index.html b/projects/demo/src/modules/components/carousel/examples/4/index.html index 2ce8af05f8ec..21c49e52badc 100644 --- a/projects/demo/src/modules/components/carousel/examples/4/index.html +++ b/projects/demo/src/modules/components/carousel/examples/4/index.html @@ -71,7 +71,7 @@

    Buttons

    class="tui-space_top-4" [length]="3" [(index)]="index" - > + />
    @@ -270,7 +270,7 @@ A template for custom view of selected value
    - +
      @@ -284,7 +284,7 @@ + />

      See samples to learn more about working with @@ -305,7 +305,7 @@ + />

    1. @@ -314,7 +314,7 @@ + />
    diff --git a/projects/demo/src/modules/components/combo-box/examples/1/index.html b/projects/demo/src/modules/components/combo-box/examples/1/index.html index f6b5f87acf6f..3a9dae699c78 100644 --- a/projects/demo/src/modules/components/combo-box/examples/1/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/1/index.html @@ -18,7 +18,7 @@ *tuiDataList [itemContent]="content" [items]="items" - > + /> + /> + /> @@ -65,7 +65,7 @@ size="xs" class="avatar" [src]="data.avatarUrl || (data.toString() | tuiInitials)" - > + />
    {{ data }}
    diff --git a/projects/demo/src/modules/components/combo-box/examples/2/index.html b/projects/demo/src/modules/components/combo-box/examples/2/index.html index 634e920bd382..f6dff448b152 100644 --- a/projects/demo/src/modules/components/combo-box/examples/2/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/2/index.html @@ -45,7 +45,7 @@ - + diff --git a/projects/demo/src/modules/components/combo-box/examples/3/index.html b/projects/demo/src/modules/components/combo-box/examples/3/index.html index e2721c38d495..e83772736d9c 100644 --- a/projects/demo/src/modules/components/combo-box/examples/3/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/3/index.html @@ -7,5 +7,5 @@ + /> diff --git a/projects/demo/src/modules/components/combo-box/examples/4/index.html b/projects/demo/src/modules/components/combo-box/examples/4/index.html index 59f81f699c48..26d207e465e2 100644 --- a/projects/demo/src/modules/components/combo-box/examples/4/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/4/index.html @@ -11,5 +11,5 @@ *tuiDataList [itemContent]="stringify | tuiStringifyContent" [items]="items | tuiFilterByInputWith: stringify" - > + /> diff --git a/projects/demo/src/modules/components/combo-box/examples/6/index.html b/projects/demo/src/modules/components/combo-box/examples/6/index.html index 25dec2d6be6e..00451306f155 100644 --- a/projects/demo/src/modules/components/combo-box/examples/6/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/6/index.html @@ -12,6 +12,6 @@ + /> diff --git a/projects/demo/src/modules/components/combo-box/examples/8/index.html b/projects/demo/src/modules/components/combo-box/examples/8/index.html index 31c267463b20..bab059bbb898 100644 --- a/projects/demo/src/modules/components/combo-box/examples/8/index.html +++ b/projects/demo/src/modules/components/combo-box/examples/8/index.html @@ -7,6 +7,6 @@ *tuiDataList [itemContent]="stringify | tuiStringifyContent" [items]="items | tuiFilterByInputWith: stringify" - > + />

    Selected value: {{ control.value | json }}

    diff --git a/projects/demo/src/modules/components/data-list-wrapper/data-list-wrapper.template.html b/projects/demo/src/modules/components/data-list-wrapper/data-list-wrapper.template.html index b9c84031d264..3b6e5a99d1f6 100644 --- a/projects/demo/src/modules/components/data-list-wrapper/data-list-wrapper.template.html +++ b/projects/demo/src/modules/components/data-list-wrapper/data-list-wrapper.template.html @@ -16,7 +16,7 @@ heading="Disables items that start with T" [content]="example1" > - + - + - + @@ -99,7 +99,7 @@

    DataListWrapper

    + />
  • @@ -108,7 +108,7 @@

    DataListWrapper

    + />
  • diff --git a/projects/demo/src/modules/components/data-list-wrapper/examples/1/index.html b/projects/demo/src/modules/components/data-list-wrapper/examples/1/index.html index ef90beec4042..6bf27471099e 100644 --- a/projects/demo/src/modules/components/data-list-wrapper/examples/1/index.html +++ b/projects/demo/src/modules/components/data-list-wrapper/examples/1/index.html @@ -7,5 +7,5 @@ size="xs" [disabledItemHandler]="disabledItemHandler" [items]="items | tuiFilterByInput" - > + /> diff --git a/projects/demo/src/modules/components/data-list-wrapper/examples/2/index.html b/projects/demo/src/modules/components/data-list-wrapper/examples/2/index.html index 2a6ff97f7e1c..fdd6de77c5ad 100644 --- a/projects/demo/src/modules/components/data-list-wrapper/examples/2/index.html +++ b/projects/demo/src/modules/components/data-list-wrapper/examples/2/index.html @@ -11,6 +11,6 @@ *tuiDataList [itemContent]="stringify | tuiStringifyContent" [items]="items | tuiFilterByInputWith: stringify" - > + /> diff --git a/projects/demo/src/modules/components/data-list-wrapper/examples/3/index.html b/projects/demo/src/modules/components/data-list-wrapper/examples/3/index.html index d01289b3ad77..8e6e604673b7 100644 --- a/projects/demo/src/modules/components/data-list-wrapper/examples/3/index.html +++ b/projects/demo/src/modules/components/data-list-wrapper/examples/3/index.html @@ -5,5 +5,5 @@ *tuiDataList [items]="items" [labels]="labels" - > + /> diff --git a/projects/demo/src/modules/components/data-list/data-list.template.html b/projects/demo/src/modules/components/data-list/data-list.template.html index 5b58ef2edcbc..1e327534c637 100644 --- a/projects/demo/src/modules/components/data-list/data-list.template.html +++ b/projects/demo/src/modules/components/data-list/data-list.template.html @@ -14,7 +14,7 @@ heading="Custom list" [content]="example4" > - + TuiArrowModule if you need a rotated arrow - + TuiDataListDropdownManagerModule for nested menus - + TuiMultiSelectModule - + TuiDataListDropdownManagerModule for nested menus - + - + @@ -150,7 +150,7 @@

    Option

    + />
  • @@ -159,7 +159,7 @@

    Option

    + />
  • diff --git a/projects/demo/src/modules/components/data-list/examples/1/index.html b/projects/demo/src/modules/components/data-list/examples/1/index.html index c8d30ee37838..9d6f09a4126d 100644 --- a/projects/demo/src/modules/components/data-list/examples/1/index.html +++ b/projects/demo/src/modules/components/data-list/examples/1/index.html @@ -26,7 +26,7 @@ + />
    diff --git a/projects/demo/src/modules/components/data-list/examples/4/index.html b/projects/demo/src/modules/components/data-list/examples/4/index.html index f9dab15e3771..54c239ebf75b 100644 --- a/projects/demo/src/modules/components/data-list/examples/4/index.html +++ b/projects/demo/src/modules/components/data-list/examples/4/index.html @@ -8,5 +8,5 @@ + /> diff --git a/projects/demo/src/modules/components/data-list/examples/5/index.html b/projects/demo/src/modules/components/data-list/examples/5/index.html index 018be56bba52..684f554688d9 100644 --- a/projects/demo/src/modules/components/data-list/examples/5/index.html +++ b/projects/demo/src/modules/components/data-list/examples/5/index.html @@ -102,7 +102,7 @@ [value]="dateValue" (dayClick)="onDayClick($event)" (mousedown.silent.prevent)="(0)" - > + /> diff --git a/projects/demo/src/modules/components/dialog/dialog.template.html b/projects/demo/src/modules/components/dialog/dialog.template.html index 59f227313aa2..1e2064a324c3 100644 --- a/projects/demo/src/modules/components/dialog/dialog.template.html +++ b/projects/demo/src/modules/components/dialog/dialog.template.html @@ -23,7 +23,7 @@ token if you need to close dialog with from a stream. For example, this way you can close dialogs by logout:

    - +

    @@ -32,7 +32,7 @@ heading="Dialog from string" [content]="example1" > - + - + - + - + - + - + - + - + - + - +
    @@ -272,7 +272,7 @@

    Template can be customized

    + />
  • @@ -316,7 +316,7 @@

    Template can be customized

    + />
  • @@ -332,7 +332,7 @@

    Template can be customized

    + />
  • diff --git a/projects/demo/src/modules/components/dialog/examples/2/dialog-example/dialog-example.template.html b/projects/demo/src/modules/components/dialog/examples/2/dialog-example/dialog-example.template.html index 5167e98373b2..5e8062424e07 100644 --- a/projects/demo/src/modules/components/dialog/examples/2/dialog-example/dialog-example.template.html +++ b/projects/demo/src/modules/components/dialog/examples/2/dialog-example/dialog-example.template.html @@ -21,7 +21,7 @@ + /> Long mobile dialog with filters + />

    Card payment

    diff --git a/projects/demo/src/modules/components/dialog/examples/9/index.html b/projects/demo/src/modules/components/dialog/examples/9/index.html index b16dea1fb658..7f52e228ef1c 100644 --- a/projects/demo/src/modules/components/dialog/examples/9/index.html +++ b/projects/demo/src/modules/components/dialog/examples/9/index.html @@ -22,9 +22,9 @@ (click)="payByCard()" >
    - - - + + +
    Pay diff --git a/projects/demo/src/modules/components/dialog/examples/9/pay-modal/pay-modal.component.html b/projects/demo/src/modules/components/dialog/examples/9/pay-modal/pay-modal.component.html index 48c3f699bd67..7568f9fc56d5 100644 --- a/projects/demo/src/modules/components/dialog/examples/9/pay-modal/pay-modal.component.html +++ b/projects/demo/src/modules/components/dialog/examples/9/pay-modal/pay-modal.component.html @@ -21,7 +21,7 @@

    Pay by card

    ? 'tuiIconVisa' : 'tuiIconMir' " - > + />
    {{ card.firstSix }}****{{ card.lastFour }} @@ -66,7 +66,7 @@

    Pay by card

    [cardValidator]="cardValidator" [class.without-date]="paymentMode === PAYMENT_MODE.BySavedCard" [tuiTextfieldCleaner]="paymentMode === PAYMENT_MODE.ByNewCard" - > + />
    diff --git a/projects/demo/src/modules/components/elastic-container/elastic-container.template.html b/projects/demo/src/modules/components/elastic-container/elastic-container.template.html index c02069142cd8..9f95b9690d47 100644 --- a/projects/demo/src/modules/components/elastic-container/elastic-container.template.html +++ b/projects/demo/src/modules/components/elastic-container/elastic-container.template.html @@ -11,7 +11,7 @@ heading="Show more" [content]="example1" > - + - + - + - + @@ -51,7 +51,7 @@ + />
  • @@ -60,7 +60,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/error/error.template.html b/projects/demo/src/modules/components/error/error.template.html index 7d10da25dea6..922eb3b875eb 100644 --- a/projects/demo/src/modules/components/error/error.template.html +++ b/projects/demo/src/modules/components/error/error.template.html @@ -21,13 +21,13 @@ heading="Basic" [content]="example1" > - + - + @@ -64,7 +64,7 @@ + />
  • @@ -73,7 +73,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/error/examples/1/index.html b/projects/demo/src/modules/components/error/examples/1/index.html index 0cf697f2eb31..e491da9d5713 100644 --- a/projects/demo/src/modules/components/error/examples/1/index.html +++ b/projects/demo/src/modules/components/error/examples/1/index.html @@ -1,2 +1,2 @@ Show - + diff --git a/projects/demo/src/modules/components/expand/expand.template.html b/projects/demo/src/modules/components/expand/expand.template.html index 5885fc54b442..04b5b736e9e4 100644 --- a/projects/demo/src/modules/components/expand/expand.template.html +++ b/projects/demo/src/modules/components/expand/expand.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - +
    @@ -85,7 +85,7 @@ + />
  • @@ -94,7 +94,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/filter/examples/1/index.html b/projects/demo/src/modules/components/filter/examples/1/index.html index 52ccad5538cb..0b9b630377a1 100644 --- a/projects/demo/src/modules/components/filter/examples/1/index.html +++ b/projects/demo/src/modules/components/filter/examples/1/index.html @@ -4,7 +4,7 @@ size="s" [disabledItemHandler]="disabledItemHandler" [items]="items" - > + />
    Form value: {{ form.value | json }}
    diff --git a/projects/demo/src/modules/components/filter/examples/2/index.html b/projects/demo/src/modules/components/filter/examples/2/index.html index 48533489264f..82ae3c88d8e2 100644 --- a/projects/demo/src/modules/components/filter/examples/2/index.html +++ b/projects/demo/src/modules/components/filter/examples/2/index.html @@ -5,7 +5,7 @@ [content]="content" [identityMatcher]="identityMatcher" [items]="items" - > + /> + /> + />
    Form value: {{ form.value | json }}
    diff --git a/projects/demo/src/modules/components/filter/examples/4/index.html b/projects/demo/src/modules/components/filter/examples/4/index.html index f8be3c95787b..acec8191310e 100644 --- a/projects/demo/src/modules/components/filter/examples/4/index.html +++ b/projects/demo/src/modules/components/filter/examples/4/index.html @@ -17,5 +17,5 @@ [items]="items" [ngModel]="model$ | async" (ngModelChange)="onModelChange($event)" - > + />
    diff --git a/projects/demo/src/modules/components/filter/filter.template.html b/projects/demo/src/modules/components/filter/filter.template.html index c846c96c3c10..49a4ee5f56c6 100644 --- a/projects/demo/src/modules/components/filter/filter.template.html +++ b/projects/demo/src/modules/components/filter/filter.template.html @@ -14,7 +14,7 @@ heading="Basic" [content]="example1" > - + - + - + - +
    @@ -53,7 +53,7 @@ [items]="items" [size]="size" (toggledItem)="documentationPropertyToggledItem.emitEvent($event)" - > + /> @@ -140,7 +140,7 @@ + />
  • @@ -149,7 +149,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/group/examples/1/index.html b/projects/demo/src/modules/components/group/examples/1/index.html index 7c5f8764204e..5256a7a2cdaa 100644 --- a/projects/demo/src/modules/components/group/examples/1/index.html +++ b/projects/demo/src/modules/components/group/examples/1/index.html @@ -21,7 +21,7 @@ + />
    + /> + />
    + />
    diff --git a/projects/demo/src/modules/components/group/group.template.html b/projects/demo/src/modules/components/group/group.template.html index b35ab74d4d3e..1c64c584dd3b 100644 --- a/projects/demo/src/modules/components/group/group.template.html +++ b/projects/demo/src/modules/components/group/group.template.html @@ -46,7 +46,7 @@ [content]="example1" [fullsize]="true" > - + - + - + - + @@ -161,7 +161,7 @@ + />
  • @@ -170,7 +170,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/hosted-dropdown/examples/2/index.html b/projects/demo/src/modules/components/hosted-dropdown/examples/2/index.html index 05005411d10d..bec796e2f2e1 100644 --- a/projects/demo/src/modules/components/hosted-dropdown/examples/2/index.html +++ b/projects/demo/src/modules/components/hosted-dropdown/examples/2/index.html @@ -26,7 +26,7 @@ src="tuiIconChevronDown" class="icon" [class.icon_rotated]="open" - > + /> @@ -48,7 +48,7 @@ + /> diff --git a/projects/demo/src/modules/components/hosted-dropdown/examples/4/index.html b/projects/demo/src/modules/components/hosted-dropdown/examples/4/index.html index 53bf57c23e90..075ba760f536 100644 --- a/projects/demo/src/modules/components/hosted-dropdown/examples/4/index.html +++ b/projects/demo/src/modules/components/hosted-dropdown/examples/4/index.html @@ -18,7 +18,7 @@ formControlName="control" tuiMultiSelectGroup [items]="items" - > + />
    A header + />
    @@ -55,7 +55,7 @@

    A header

    + />
    @@ -63,7 +63,7 @@

    A header

    + />
    A header + />
    @@ -96,7 +96,7 @@

    A header

    + />
    @@ -108,7 +108,7 @@

    A header

    + /> A header + />
    Input phone + />

    Header

    @@ -220,7 +220,7 @@

    Header

    *tuiDataList [itemContent]="accountContent" [items]="accounts" - > + /> @@ -238,7 +238,7 @@

    Header

    *tuiDataList [itemContent]="accountContent" [items]="accounts" - > + /> diff --git a/projects/demo/src/modules/markup/form/form.template.html b/projects/demo/src/modules/markup/form/form.template.html index 36742220cd41..192eaafd373e 100644 --- a/projects/demo/src/modules/markup/form/form.template.html +++ b/projects/demo/src/modules/markup/form/form.template.html @@ -1,6 +1,6 @@ - +
    Use global @@ -90,7 +90,7 @@ heading="Basic" [content]="example1" > - + diff --git a/projects/demo/src/modules/markup/lists/lists.template.html b/projects/demo/src/modules/markup/lists/lists.template.html index bf1ead8b4dab..963122254fdb 100644 --- a/projects/demo/src/modules/markup/lists/lists.template.html +++ b/projects/demo/src/modules/markup/lists/lists.template.html @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + - + diff --git a/projects/demo/src/modules/markup/skeleton/examples/1/index.html b/projects/demo/src/modules/markup/skeleton/examples/1/index.html index 13d14d697031..8b543be1ed7b 100644 --- a/projects/demo/src/modules/markup/skeleton/examples/1/index.html +++ b/projects/demo/src/modules/markup/skeleton/examples/1/index.html @@ -25,7 +25,7 @@ tuiTextfieldSize="s" class="radius-option" [(ngModel)]="radius" - > + />
    @@ -50,7 +50,7 @@ size="l" [class.tui-skeleton_light]="lightMode" [class.tui-skeleton]="skeletonVisible" - > + />
    diff --git a/projects/demo/src/modules/markup/skeleton/skeleton.template.html b/projects/demo/src/modules/markup/skeleton/skeleton.template.html index d0d1a1af78eb..f2a0673db77d 100644 --- a/projects/demo/src/modules/markup/skeleton/skeleton.template.html +++ b/projects/demo/src/modules/markup/skeleton/skeleton.template.html @@ -1,6 +1,6 @@ - +

    @@ -50,7 +50,7 @@ [content]="example1" [fullsize]="true" > - + - + diff --git a/projects/demo/src/modules/markup/spaces/spaces.template.html b/projects/demo/src/modules/markup/spaces/spaces.template.html index c4faf77bd8db..844ef5b1b957 100644 --- a/projects/demo/src/modules/markup/spaces/spaces.template.html +++ b/projects/demo/src/modules/markup/spaces/spaces.template.html @@ -1,6 +1,6 @@ - +

    You can use global classes or LESS mixins to make (n multiples 4px) margins @@ -21,7 +21,7 @@ + />

    Mixin also gets a direction and a value ( @@ -34,7 +34,7 @@ heading="Classes" [content]="example1" > - + - + diff --git a/projects/demo/src/modules/markup/tables/examples/1/index.html b/projects/demo/src/modules/markup/tables/examples/1/index.html index 366704e49e6e..aee086306149 100644 --- a/projects/demo/src/modules/markup/tables/examples/1/index.html +++ b/projects/demo/src/modules/markup/tables/examples/1/index.html @@ -2,7 +2,7 @@

    diff --git a/projects/demo/src/modules/markup/tables/tables.template.html b/projects/demo/src/modules/markup/tables/tables.template.html index df02090e0c3e..d8048de7a214 100644 --- a/projects/demo/src/modules/markup/tables/tables.template.html +++ b/projects/demo/src/modules/markup/tables/tables.template.html @@ -6,7 +6,7 @@ class to add Taiga styles to a table - + An advanced separate @@ -134,7 +134,7 @@

    Modifiers

    [content]="example1" [fullsize]="true" > - + diff --git a/projects/demo/src/modules/pipes/amount/amount.template.html b/projects/demo/src/modules/pipes/amount/amount.template.html index 556c21063e8d..7bd5700f39a2 100644 --- a/projects/demo/src/modules/pipes/amount/amount.template.html +++ b/projects/demo/src/modules/pipes/amount/amount.template.html @@ -22,7 +22,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -50,7 +50,7 @@ + />
  • @@ -59,7 +59,7 @@ + />
  • diff --git a/projects/demo/src/modules/pipes/currency/currency.template.html b/projects/demo/src/modules/pipes/currency/currency.template.html index a0c6b8109fd1..8a6cc4c5ac7d 100644 --- a/projects/demo/src/modules/pipes/currency/currency.template.html +++ b/projects/demo/src/modules/pipes/currency/currency.template.html @@ -16,14 +16,14 @@ heading="Basic" [content]="example1" > - + - + @@ -63,7 +63,7 @@ + />
  • @@ -72,7 +72,7 @@ + />
  • diff --git a/projects/demo/src/modules/pipes/field-error/examples/1/index.html b/projects/demo/src/modules/pipes/field-error/examples/1/index.html index 8ab8463d9a71..6a0584a8c4b1 100644 --- a/projects/demo/src/modules/pipes/field-error/examples/1/index.html +++ b/projects/demo/src/modules/pipes/field-error/examples/1/index.html @@ -14,7 +14,7 @@ + />

    @@ -72,5 +72,5 @@

    Below is an error for the entire form:

    - + diff --git a/projects/demo/src/modules/pipes/field-error/examples/2/index.html b/projects/demo/src/modules/pipes/field-error/examples/2/index.html index 3426ce1cb15f..e059ddf73ed4 100644 --- a/projects/demo/src/modules/pipes/field-error/examples/2/index.html +++ b/projects/demo/src/modules/pipes/field-error/examples/2/index.html @@ -14,7 +14,7 @@ + /> + /> diff --git a/projects/demo/src/modules/pipes/field-error/examples/3/index.html b/projects/demo/src/modules/pipes/field-error/examples/3/index.html index 3ac4e4d1a053..1343097a4fdc 100644 --- a/projects/demo/src/modules/pipes/field-error/examples/3/index.html +++ b/projects/demo/src/modules/pipes/field-error/examples/3/index.html @@ -7,7 +7,7 @@ formControlName="testValue1" tuiTextfieldSize="m" [tuiTextfieldLabelOutside]="true" - > + /> Secret number must contain @@ -18,7 +18,7 @@ + />
    diff --git a/projects/demo/src/modules/tables/table/table.template.html b/projects/demo/src/modules/tables/table/table.template.html index ec0aa5f4a6d8..c6c2e7aa4661 100644 --- a/projects/demo/src/modules/tables/table/table.template.html +++ b/projects/demo/src/modules/tables/table/table.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + - + - + . - + - + @@ -268,7 +268,7 @@

    *tuiCell="key"

    + />
  • @@ -277,7 +277,7 @@

    *tuiCell="key"

    + />
  • diff --git a/projects/demo/src/modules/utils/browser/browser.template.html b/projects/demo/src/modules/utils/browser/browser.template.html index 2f28a97ea185..0916105e01de 100644 --- a/projects/demo/src/modules/utils/browser/browser.template.html +++ b/projects/demo/src/modules/utils/browser/browser.template.html @@ -11,7 +11,7 @@ heading="Browser detection" [content]="example1" > - + @@ -23,7 +23,7 @@ + /> diff --git a/projects/demo/src/modules/utils/dom/dom.template.html b/projects/demo/src/modules/utils/dom/dom.template.html index 6a84ff9b1aad..ccc9ff90d674 100644 --- a/projects/demo/src/modules/utils/dom/dom.template.html +++ b/projects/demo/src/modules/utils/dom/dom.template.html @@ -27,7 +27,7 @@ + /> diff --git a/projects/demo/src/modules/utils/format/examples/2/index.html b/projects/demo/src/modules/utils/format/examples/2/index.html index d77d0c9db2d5..4cdc3d1bd9e2 100644 --- a/projects/demo/src/modules/utils/format/examples/2/index.html +++ b/projects/demo/src/modules/utils/format/examples/2/index.html @@ -10,7 +10,7 @@ + /> diff --git a/projects/demo/src/modules/utils/format/format.template.html b/projects/demo/src/modules/utils/format/format.template.html index 908368f02e02..9d32e6ec171f 100644 --- a/projects/demo/src/modules/utils/format/format.template.html +++ b/projects/demo/src/modules/utils/format/format.template.html @@ -12,7 +12,7 @@ heading="px" [content]="example1" > - + - + - + - + - + @@ -60,7 +60,7 @@ + /> diff --git a/projects/demo/src/modules/utils/math/math.template.html b/projects/demo/src/modules/utils/math/math.template.html index 5e3a92060e0e..d55b857f58bf 100644 --- a/projects/demo/src/modules/utils/math/math.template.html +++ b/projects/demo/src/modules/utils/math/math.template.html @@ -12,7 +12,7 @@ heading="round" [content]="example1" > - + - + - + - + - + @@ -60,7 +60,7 @@ + /> diff --git a/projects/demo/src/modules/utils/miscellaneous/examples/4/index.html b/projects/demo/src/modules/utils/miscellaneous/examples/4/index.html index 1c68794662d6..eaf6955af9d3 100644 --- a/projects/demo/src/modules/utils/miscellaneous/examples/4/index.html +++ b/projects/demo/src/modules/utils/miscellaneous/examples/4/index.html @@ -10,7 +10,7 @@ + /> diff --git a/projects/demo/src/modules/utils/miscellaneous/examples/5/index.html b/projects/demo/src/modules/utils/miscellaneous/examples/5/index.html index c52a533f36ec..cd221c318c17 100644 --- a/projects/demo/src/modules/utils/miscellaneous/examples/5/index.html +++ b/projects/demo/src/modules/utils/miscellaneous/examples/5/index.html @@ -10,7 +10,7 @@ + /> diff --git a/projects/demo/src/modules/utils/miscellaneous/examples/6/index.html b/projects/demo/src/modules/utils/miscellaneous/examples/6/index.html index 4919e631500b..eb64a836d964 100644 --- a/projects/demo/src/modules/utils/miscellaneous/examples/6/index.html +++ b/projects/demo/src/modules/utils/miscellaneous/examples/6/index.html @@ -5,7 +5,7 @@ + />

    @@ -15,7 +15,7 @@ + />

    @@ -24,7 +24,7 @@ + />

    @@ -33,7 +33,7 @@ + />

    diff --git a/projects/demo/src/modules/utils/miscellaneous/miscellaneous.template.html b/projects/demo/src/modules/utils/miscellaneous/miscellaneous.template.html index 13cac60174dc..49d5cd1bac70 100644 --- a/projects/demo/src/modules/utils/miscellaneous/miscellaneous.template.html +++ b/projects/demo/src/modules/utils/miscellaneous/miscellaneous.template.html @@ -12,7 +12,7 @@ heading="assert" [content]="example1" > - + - + - + - + - + @@ -60,7 +60,7 @@ + /> diff --git a/projects/demo/src/modules/utils/pure/pure.template.html b/projects/demo/src/modules/utils/pure/pure.template.html index 419b82c10c0a..1edf709315e7 100644 --- a/projects/demo/src/modules/utils/pure/pure.template.html +++ b/projects/demo/src/modules/utils/pure/pure.template.html @@ -21,7 +21,7 @@ heading="Getter" [content]="example1" > - + - + @@ -45,7 +45,7 @@ + /> diff --git a/projects/demo/src/modules/utils/tokens/examples/9/index.html b/projects/demo/src/modules/utils/tokens/examples/9/index.html index edce0ca4b2c2..41b3855958bb 100644 --- a/projects/demo/src/modules/utils/tokens/examples/9/index.html +++ b/projects/demo/src/modules/utils/tokens/examples/9/index.html @@ -4,7 +4,7 @@ injection token to change start day of the week (Monday by default).

    - +

    This token can customize the following components:

    diff --git a/projects/demo/src/modules/utils/tokens/tokens.template.html b/projects/demo/src/modules/utils/tokens/tokens.template.html index 94d349c767b5..b2733453d464 100644 --- a/projects/demo/src/modules/utils/tokens/tokens.template.html +++ b/projects/demo/src/modules/utils/tokens/tokens.template.html @@ -10,7 +10,7 @@ [content]="example1" [fullsize]="true" > - + - + - + - + - + - + - + - + - + diff --git a/projects/experimental/components/button/button.template.html b/projects/experimental/components/button/button.template.html index 20d534f6b339..3fdeb0a1f8e0 100644 --- a/projects/experimental/components/button/button.template.html +++ b/projects/experimental/components/button/button.template.html @@ -1,4 +1,4 @@ - + +/> diff --git a/projects/experimental/components/rating/rating.template.html b/projects/experimental/components/rating/rating.template.html index 595cb5297263..8984b251a9af 100644 --- a/projects/experimental/components/rating/rating.template.html +++ b/projects/experimental/components/rating/rating.template.html @@ -11,13 +11,13 @@ [class.t-icon_fraction]="isFraction(index)" [icon]="src.toString()" [style.--t-cut.%]="100 - getCut(index)" - > + /> + /> - - - + + + + - + - + diff --git a/projects/experimental/components/thumbnail-card/thumbnail-card.template.html b/projects/experimental/components/thumbnail-card/thumbnail-card.template.html index e69e8649cb24..252ce94df04a 100644 --- a/projects/experimental/components/thumbnail-card/thumbnail-card.template.html +++ b/projects/experimental/components/thumbnail-card/thumbnail-card.template.html @@ -6,7 +6,7 @@ + />
    + />
    - + + /> - +
    + /> - + diff --git a/projects/kit/components/accordion/accordion.template.html b/projects/kit/components/accordion/accordion.template.html index 000ddc739b60..2a0c2f9d621a 100644 --- a/projects/kit/components/accordion/accordion.template.html +++ b/projects/kit/components/accordion/accordion.template.html @@ -8,5 +8,5 @@ [collapsed]="true" [rounded]="rounded" > - + diff --git a/projects/kit/components/action/action.template.html b/projects/kit/components/action/action.template.html index 6793df444b9d..cd3c6ba5c210 100644 --- a/projects/kit/components/action/action.template.html +++ b/projects/kit/components/action/action.template.html @@ -1,7 +1,7 @@ - + +/> diff --git a/projects/kit/components/arrow/arrow.template.html b/projects/kit/components/arrow/arrow.template.html index 001214da47eb..df3974a6af7a 100644 --- a/projects/kit/components/arrow/arrow.template.html +++ b/projects/kit/components/arrow/arrow.template.html @@ -1,5 +1,5 @@ - +/> + diff --git a/projects/kit/components/avatar/avatar.template.html b/projects/kit/components/avatar/avatar.template.html index e706a7e34689..fbd3387173e0 100644 --- a/projects/kit/components/avatar/avatar.template.html +++ b/projects/kit/components/avatar/avatar.template.html @@ -7,6 +7,6 @@ /> {{ value }} - + diff --git a/projects/kit/components/badged-content/badged-content.template.html b/projects/kit/components/badged-content/badged-content.template.html index 0fad2c702e72..5eb14d770ce1 100644 --- a/projects/kit/components/badged-content/badged-content.template.html +++ b/projects/kit/components/badged-content/badged-content.template.html @@ -1,4 +1,4 @@ - +
    - +
    - +
    @@ -18,8 +18,8 @@ [style.--t-badge-height.px]="badgeBottom.offsetHeight" (waResizeObserver)="(0)" > - +
    - +
    diff --git a/projects/kit/components/breadcrumbs/breadcrumbs.template.html b/projects/kit/components/breadcrumbs/breadcrumbs.template.html index a9f508e0f4b7..f1d47360cd78 100644 --- a/projects/kit/components/breadcrumbs/breadcrumbs.template.html +++ b/projects/kit/components/breadcrumbs/breadcrumbs.template.html @@ -1,9 +1,9 @@ - + - + + /> diff --git a/projects/kit/components/calendar-month/calendar-month.template.html b/projects/kit/components/calendar-month/calendar-month.template.html index a285e95d785d..046ab17c86f3 100644 --- a/projects/kit/components/calendar-month/calendar-month.template.html +++ b/projects/kit/components/calendar-month/calendar-month.template.html @@ -8,7 +8,7 @@ [min]="computedMin" [value]="value" (yearClick)="onPickerYearClick($event)" - > + /> +/>
    + /> + />
    diff --git a/projects/kit/components/carousel/carousel.template.html b/projects/kit/components/carousel/carousel.template.html index c36e8dc00886..a58e4c885110 100644 --- a/projects/kit/components/carousel/carousel.template.html +++ b/projects/kit/components/carousel/carousel.template.html @@ -1,4 +1,4 @@ - +
    - +
    diff --git a/projects/kit/components/checkbox-labeled/checkbox-labeled.template.html b/projects/kit/components/checkbox-labeled/checkbox-labeled.template.html index d80f5d612931..3c6d982dbbf9 100644 --- a/projects/kit/components/checkbox-labeled/checkbox-labeled.template.html +++ b/projects/kit/components/checkbox-labeled/checkbox-labeled.template.html @@ -11,11 +11,11 @@ [size]="size" [(ngModel)]="value" (focusedChange)="onFocused($event)" - > + />
    - +
    diff --git a/projects/kit/components/combo-box/combo-box.template.html b/projects/kit/components/combo-box/combo-box.template.html index 59e38b7ecfc2..d2f3a98cb32d 100644 --- a/projects/kit/components/combo-box/combo-box.template.html +++ b/projects/kit/components/combo-box/combo-box.template.html @@ -21,11 +21,11 @@ (keydown.enter)="onFieldKeyDownEnter($event)" (valueChange)="onValueChange($event)" > - + + />
    - +
    diff --git a/projects/kit/components/data-list-wrapper/data-list-group-wrapper.template.html b/projects/kit/components/data-list-wrapper/data-list-group-wrapper.template.html index 066ff48b26fa..387e0d3bea3b 100644 --- a/projects/kit/components/data-list-wrapper/data-list-group-wrapper.template.html +++ b/projects/kit/components/data-list-wrapper/data-list-group-wrapper.template.html @@ -25,5 +25,5 @@ - + diff --git a/projects/kit/components/data-list-wrapper/data-list-wrapper.template.html b/projects/kit/components/data-list-wrapper/data-list-wrapper.template.html index 009f05d7e50a..3c3f02d28505 100644 --- a/projects/kit/components/data-list-wrapper/data-list-wrapper.template.html +++ b/projects/kit/components/data-list-wrapper/data-list-wrapper.template.html @@ -25,5 +25,5 @@ + />
    diff --git a/projects/kit/components/elastic-container/elastic-container.component.html b/projects/kit/components/elastic-container/elastic-container.component.html index a6ae6a03810c..e865b416f8dc 100644 --- a/projects/kit/components/elastic-container/elastic-container.component.html +++ b/projects/kit/components/elastic-container/elastic-container.component.html @@ -5,5 +5,5 @@ (transitionstart.silent)="onAnimation($any($event).propertyName, 1)" (tuiElasticContainer)="height = $event" > - + diff --git a/projects/kit/components/files/file/file.template.html b/projects/kit/components/files/file/file.template.html index 69260f8be2b5..8a01e7117d23 100644 --- a/projects/kit/components/files/file/file.template.html +++ b/projects/kit/components/files/file/file.template.html @@ -25,7 +25,7 @@ {{ text }}
    - +
    - + - + diff --git a/projects/kit/components/input-password/input-password.template.html b/projects/kit/components/input-password/input-password.template.html index 0f2527eab279..77e3f44ca147 100644 --- a/projects/kit/components/input-password/input-password.template.html +++ b/projects/kit/components/input-password/input-password.template.html @@ -12,11 +12,11 @@ [(value)]="value" (focusedChange)="onFocused($event)" > - + + /> + /> + /> - + - + diff --git a/projects/kit/components/input-phone/input-phone.template.html b/projects/kit/components/input-phone/input-phone.template.html index c946ccc50354..373201c79032 100644 --- a/projects/kit/components/input-phone/input-phone.template.html +++ b/projects/kit/components/input-phone/input-phone.template.html @@ -20,10 +20,10 @@ [(value)]="nativeValue" (valueChange)="onValueChange($event)" > - + + /> diff --git a/projects/kit/components/input-range/input-range.template.html b/projects/kit/components/input-range/input-range.template.html index 1d2248333030..2af83537f591 100644 --- a/projects/kit/components/input-range/input-range.template.html +++ b/projects/kit/components/input-range/input-range.template.html @@ -26,7 +26,7 @@ (keydown.arrowUp)="changeByStep($event, [1, 0])" (ngModelChange)="onInputLeft($event)" > - +
    + />
    diff --git a/projects/kit/components/input-slider/input-slider.template.html b/projects/kit/components/input-slider/input-slider.template.html index c89a2bdfaa1d..961dbc0eebfb 100644 --- a/projects/kit/components/input-slider/input-slider.template.html +++ b/projects/kit/components/input-slider/input-slider.template.html @@ -17,7 +17,7 @@ (keydown.arrowUp.prevent)="onVerticalArrowKeyDown(1)" (ngModelChange)="safelyUpdateValue($event)" > - +
    + + />
    @@ -37,7 +37,7 @@ class="t-placeholder" [class.t-placeholder_raised]="placeholderRaised" > - +
    + />
    - +
    - +
    + /> + />
    + />
    @@ -154,7 +154,7 @@ + />
    diff --git a/projects/kit/components/input-time/input-time.template.html b/projects/kit/components/input-time/input-time.template.html index ca4d7287681f..cbd83a4ce341 100644 --- a/projects/kit/components/input-time/input-time.template.html +++ b/projects/kit/components/input-time/input-time.template.html @@ -25,7 +25,7 @@ (keydown.arrowUp)="onArrowUp($event)" (valueChange)="onValueChange($event)" > - + + /> - + + /> @@ -35,7 +35,7 @@ [value]="value === null ? null : (value | tuiToYear)" (mousedown.prevent.silent)="(0)" (yearClick)="onYearClick($event)" - > + /> diff --git a/projects/kit/components/input/input.template.html b/projects/kit/components/input/input.template.html index 2b10a08b3e26..97d505225438 100644 --- a/projects/kit/components/input/input.template.html +++ b/projects/kit/components/input/input.template.html @@ -18,10 +18,10 @@ [value]="value" (valueChange)="onValueChange($event)" > - + + /> diff --git a/projects/kit/components/island/island.template.html b/projects/kit/components/island/island.template.html index 6dbc74306383..40b372640339 100644 --- a/projects/kit/components/island/island.template.html +++ b/projects/kit/components/island/island.template.html @@ -1 +1 @@ - + diff --git a/projects/kit/components/items-with-more/items-with-more.template.html b/projects/kit/components/items-with-more/items-with-more.template.html index 77eda0daed84..918cc82f8016 100644 --- a/projects/kit/components/items-with-more/items-with-more.template.html +++ b/projects/kit/components/items-with-more/items-with-more.template.html @@ -1,11 +1,11 @@ - +
    - +
    + />
    diff --git a/projects/kit/components/marker-icon/marker-icon.template.html b/projects/kit/components/marker-icon/marker-icon.template.html index 0d45f11e0859..2036aa29ec66 100644 --- a/projects/kit/components/marker-icon/marker-icon.template.html +++ b/projects/kit/components/marker-icon/marker-icon.template.html @@ -1,4 +1,4 @@ +/> diff --git a/projects/kit/components/multi-select-option/multi-select-option.template.html b/projects/kit/components/multi-select-option/multi-select-option.template.html index c7a8b7d6b55b..aa21aaca7e1f 100644 --- a/projects/kit/components/multi-select-option/multi-select-option.template.html +++ b/projects/kit/components/multi-select-option/multi-select-option.template.html @@ -2,5 +2,5 @@ class="t-checkbox" [size]="size" [value]="selected$ | async" -> - +/> + diff --git a/projects/kit/components/multi-select/multi-select-group/multi-select-group.template.html b/projects/kit/components/multi-select/multi-select-group/multi-select-group.template.html index a07b23770132..c628affaffcc 100644 --- a/projects/kit/components/multi-select/multi-select-group/multi-select-group.template.html +++ b/projects/kit/components/multi-select/multi-select-group/multi-select-group.template.html @@ -14,4 +14,4 @@ {{ (multiSelectTexts$ | async)?.[value ? 'none' : 'all'] }} - + diff --git a/projects/kit/components/multi-select/multi-select.template.html b/projects/kit/components/multi-select/multi-select.template.html index d12d0ff7e28b..8a2dfae33df5 100644 --- a/projects/kit/components/multi-select/multi-select.template.html +++ b/projects/kit/components/multi-select/multi-select.template.html @@ -31,18 +31,18 @@ (ngModelChange)="onInput($event)" (searchChange)="onSearch($event)" > - + + /> + />
    + +/> + +/> +
    - +
    - +
    @@ -74,13 +74,13 @@ appearance="icon" tuiWrapper [src]="src" - > + /> + /> + /> + />
    + />
    diff --git a/projects/kit/components/tiles/tile.template.html b/projects/kit/components/tiles/tile.template.html index 48563138d76a..d38cbae2f392 100644 --- a/projects/kit/components/tiles/tile.template.html +++ b/projects/kit/components/tiles/tile.template.html @@ -3,5 +3,5 @@ class="t-wrapper" (transitionend.self)="onTransitionEnd()" > - + diff --git a/projects/kit/components/toggle/toggle.template.html b/projects/kit/components/toggle/toggle.template.html index 962a78c04dca..d99241c51849 100644 --- a/projects/kit/components/toggle/toggle.template.html +++ b/projects/kit/components/toggle/toggle.template.html @@ -15,7 +15,7 @@ [inheritColor]="true" [showLoader]="value" [size]="loaderSize" - > + /> + />
    + /> + /> - + diff --git a/projects/kit/components/tree/components/tree-item/tree-item.template.html b/projects/kit/components/tree/components/tree-item/tree-item.template.html index 053294d856b3..19c0e9a2bd91 100644 --- a/projects/kit/components/tree/components/tree-item/tree-item.template.html +++ b/projects/kit/components/tree/components/tree-item/tree-item.template.html @@ -1,5 +1,5 @@ - + {{ text }} @@ -11,8 +11,8 @@ [expanded]="expanded$ | async" >
    - - + +
    - + diff --git a/projects/kit/components/tree/components/tree/tree.template.html b/projects/kit/components/tree/components/tree/tree.template.html index c0bd171d5f08..aed3fe76a13a 100644 --- a/projects/kit/components/tree/components/tree/tree.template.html +++ b/projects/kit/components/tree/components/tree/tree.template.html @@ -13,5 +13,5 @@ [content]="content" [trackBy]="trackBy" [value]="child" - > + /> diff --git a/projects/kit/internal/primitive-calendar-range/primitive-calendar-range.template.html b/projects/kit/internal/primitive-calendar-range/primitive-calendar-range.template.html index e40f763679f9..c510f1dc332b 100644 --- a/projects/kit/internal/primitive-calendar-range/primitive-calendar-range.template.html +++ b/projects/kit/internal/primitive-calendar-range/primitive-calendar-range.template.html @@ -10,7 +10,7 @@ [(hoveredItem)]="hoveredItem" (dayClick)="onDayClick($event)" (monthChange)="onSectionFirstViewedMonth($event)" -> +/> +/> diff --git a/projects/layout/components/block-status/block-status.template.html b/projects/layout/components/block-status/block-status.template.html index 5215cbab41f6..672e3d62cdf8 100644 --- a/projects/layout/components/block-status/block-status.template.html +++ b/projects/layout/components/block-status/block-status.template.html @@ -1,13 +1,13 @@
    - +
    - +
    - +
    - +
    @@ -97,7 +97,7 @@ *tuiDataList [itemContent]="selectContent" [items]="propertyConnector.documentationPropertyValues" - > + /> + /> + />
    + /> + /> + />
    @@ -105,7 +105,7 @@ automation-id="tui-doc-example" class="t-demo" > - +
    diff --git a/projects/addon-doc/components/internal/header/header.template.html b/projects/addon-doc/components/internal/header/header.template.html index 43e2684a58ae..e43ea1b140b3 100644 --- a/projects/addon-doc/components/internal/header/header.template.html +++ b/projects/addon-doc/components/internal/header/header.template.html @@ -11,7 +11,7 @@ + /> - + diff --git a/projects/addon-doc/components/language-switcher/language-switcher.component.html b/projects/addon-doc/components/language-switcher/language-switcher.component.html index 79570854343b..43c4b1a2da31 100644 --- a/projects/addon-doc/components/language-switcher/language-switcher.component.html +++ b/projects/addon-doc/components/language-switcher/language-switcher.component.html @@ -1,5 +1,5 @@ - + - + - + - + - + - + diff --git a/projects/addon-doc/components/navigation/navigation.template.html b/projects/addon-doc/components/navigation/navigation.template.html index ab183fe2c37c..4d6983e3c24d 100644 --- a/projects/addon-doc/components/navigation/navigation.template.html +++ b/projects/addon-doc/components/navigation/navigation.template.html @@ -29,7 +29,7 @@ *polymorpheusOutlet="item.icon as icon" class="t-icon" [src]="icon" - > + /> @@ -60,7 +60,7 @@ *ngFor="let item of items[index]; index as subIndex" [ngTemplateOutlet]="pages" [ngTemplateOutletContext]="{item: item, index: index * 100 + subIndex}" - > + /> @@ -70,7 +70,7 @@ *ngFor="let item of itemsWithoutSections; let index = index" [ngTemplateOutlet]="pages" [ngTemplateOutletContext]="{item: item, index: items.length - 1 + index}" - > + /> + /> @@ -114,13 +114,13 @@ class="t-chevron" [class.t-chevron_active]="!!openPagesGroupsArr[index]" [src]="icons.more" - > + /> {{ item.title }} + /> + /> @@ -154,4 +154,4 @@ - + diff --git a/projects/addon-doc/components/page/page.template.html b/projects/addon-doc/components/page/page.template.html index 4fc8c4f840e3..637a5be16e62 100644 --- a/projects/addon-doc/components/page/page.template.html +++ b/projects/addon-doc/components/page/page.template.html @@ -6,14 +6,14 @@

    status="custom" value="deprecated" class="t-tag t-tag_deprecated" - > + /> + />

    [package]="package" [path]="path" [type]="type" - > + />
    - + + /> + />
    diff --git a/projects/addon-mobile/components/app-bar/app-bar-back.template.html b/projects/addon-mobile/components/app-bar/app-bar-back.template.html index 6031aa8e3e6e..f78ab9344b09 100644 --- a/projects/addon-mobile/components/app-bar/app-bar-back.template.html +++ b/projects/addon-mobile/components/app-bar/app-bar-back.template.html @@ -9,4 +9,4 @@ fill="currentColor" /> - + diff --git a/projects/addon-mobile/components/app-bar/app-bar.template.html b/projects/addon-mobile/components/app-bar/app-bar.template.html index 159ac8ee28d4..f8ff101b9d99 100644 --- a/projects/addon-mobile/components/app-bar/app-bar.template.html +++ b/projects/addon-mobile/components/app-bar/app-bar.template.html @@ -2,17 +2,17 @@ #side class="t-left" > - +
    - +
    - +
    diff --git a/projects/addon-mobile/components/mobile-calendar-dialog/mobile-calendar-dialog.template.html b/projects/addon-mobile/components/mobile-calendar-dialog/mobile-calendar-dialog.template.html index 6ebce6d86db4..1f4aa7bd7114 100644 --- a/projects/addon-mobile/components/mobile-calendar-dialog/mobile-calendar-dialog.template.html +++ b/projects/addon-mobile/components/mobile-calendar-dialog/mobile-calendar-dialog.template.html @@ -6,4 +6,4 @@ [single]="single" (cancel)="context.$implicit.complete()" (confirm)="context.completeWith($event)" -> +/> diff --git a/projects/addon-mobile/components/mobile-calendar/mobile-calendar.template.html b/projects/addon-mobile/components/mobile-calendar/mobile-calendar.template.html index 24e2f07041bb..41323387466b 100644 --- a/projects/addon-mobile/components/mobile-calendar/mobile-calendar.template.html +++ b/projects/addon-mobile/components/mobile-calendar/mobile-calendar.template.html @@ -80,6 +80,6 @@

    {{ month | tuiMonth | async }}

    [month]="month" [value]="value" (dayClick)="onDayClick($event)" - > + /> diff --git a/projects/addon-mobile/components/pull-to-refresh/loader-android/loader-android.template.html b/projects/addon-mobile/components/pull-to-refresh/loader-android/loader-android.template.html index 0704baed98b9..ac1e779c2a07 100644 --- a/projects/addon-mobile/components/pull-to-refresh/loader-android/loader-android.template.html +++ b/projects/addon-mobile/components/pull-to-refresh/loader-android/loader-android.template.html @@ -34,5 +34,5 @@ size="s" class="t-loader" [inheritColor]="true" - > + />
    diff --git a/projects/addon-mobile/components/pull-to-refresh/loader-ios/loader-ios.template.html b/projects/addon-mobile/components/pull-to-refresh/loader-ios/loader-ios.template.html index e1cf11f6f86e..1fc9cb201f5d 100644 --- a/projects/addon-mobile/components/pull-to-refresh/loader-ios/loader-ios.template.html +++ b/projects/addon-mobile/components/pull-to-refresh/loader-ios/loader-ios.template.html @@ -28,7 +28,7 @@ repeatCount="indefinite" values="1;0" [attr.begin]="calculateAnimationBegin(index)" - > + /> diff --git a/projects/addon-mobile/components/pull-to-refresh/pull-to-refresh.template.html b/projects/addon-mobile/components/pull-to-refresh/pull-to-refresh.template.html index 8649b4339082..cfa53fe87dfd 100644 --- a/projects/addon-mobile/components/pull-to-refresh/pull-to-refresh.template.html +++ b/projects/addon-mobile/components/pull-to-refresh/pull-to-refresh.template.html @@ -1,9 +1,9 @@ - +
    - +
    diff --git a/projects/addon-mobile/components/sheet/components/sheet-bar/sheet-bar.template.html b/projects/addon-mobile/components/sheet/components/sheet-bar/sheet-bar.template.html index 3384a2daadef..b91874e446be 100644 --- a/projects/addon-mobile/components/sheet/components/sheet-bar/sheet-bar.template.html +++ b/projects/addon-mobile/components/sheet/components/sheet-bar/sheet-bar.template.html @@ -3,7 +3,7 @@ class="t-bar" [ngStyle]="{transform: 'rotate(-' + deg + 'deg)'}" > - +
    - + diff --git a/projects/addon-mobile/components/sheet/components/sheets-host/sheets-host.template.html b/projects/addon-mobile/components/sheet/components/sheets-host/sheets-host.template.html index daa7938ce1ce..f8a3bb4bd2cb 100644 --- a/projects/addon-mobile/components/sheet/components/sheets-host/sheets-host.template.html +++ b/projects/addon-mobile/components/sheet/components/sheets-host/sheets-host.template.html @@ -17,7 +17,7 @@ [item]="item" [style.height.px]="((height$ | async) || 0) - item.offset" (close)="close(item)" - > + />
    - +
    - +
    diff --git a/projects/addon-mobile/components/tab-bar/tab-bar-item.template.html b/projects/addon-mobile/components/tab-bar/tab-bar-item.template.html index 20f9a62f246e..2aac9a878929 100644 --- a/projects/addon-mobile/components/tab-bar/tab-bar-item.template.html +++ b/projects/addon-mobile/components/tab-bar/tab-bar-item.template.html @@ -1,7 +1,7 @@ +/> - + diff --git a/projects/addon-mobile/components/tab-bar/tab-bar.template.html b/projects/addon-mobile/components/tab-bar/tab-bar.template.html index 825f99e065f8..532b86736d8d 100644 --- a/projects/addon-mobile/components/tab-bar/tab-bar.template.html +++ b/projects/addon-mobile/components/tab-bar/tab-bar.template.html @@ -1,4 +1,4 @@ - +
    - +
    - +
    - +
    - +
    @@ -51,6 +51,6 @@ [value]="(zoom$ | async) || 1" (reset)="reset()" (valueChange)="setZoom($event)" - > + /> diff --git a/projects/addon-table/components/reorder/reorder.template.html b/projects/addon-table/components/reorder/reorder.template.html index ae12abbba688..6b65b1301ea6 100644 --- a/projects/addon-table/components/reorder/reorder.template.html +++ b/projects/addon-table/components/reorder/reorder.template.html @@ -14,7 +14,7 @@ + /> {{ item }}
    diff --git a/projects/demo/src/modules/components/input/examples/7/index.html b/projects/demo/src/modules/components/input/examples/7/index.html index e4f9bfa89889..28ddb1e4679d 100644 --- a/projects/demo/src/modules/components/input/examples/7/index.html +++ b/projects/demo/src/modules/components/input/examples/7/index.html @@ -10,5 +10,5 @@ + /> diff --git a/projects/demo/src/modules/components/input/input.template.html b/projects/demo/src/modules/components/input/input.template.html index 61fc68790a9e..c74efa1d4f1d 100644 --- a/projects/demo/src/modules/components/input/input.template.html +++ b/projects/demo/src/modules/components/input/input.template.html @@ -123,7 +123,7 @@ Textfield directive as shown below - + - + - + TuiUnmaskHandlerModule allows to store value without mask in form control @@ -162,7 +162,7 @@ heading="Autocomplete with dropdown" [content]="example4" > - + - + - + - + - + - + - + @@ -295,7 +295,7 @@ to set it) - + + />
  • @@ -336,7 +336,7 @@ + />
  • @@ -345,7 +345,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/island/examples/2/index.html b/projects/demo/src/modules/components/island/examples/2/index.html index 79e1cba7f72e..55aced6fd932 100644 --- a/projects/demo/src/modules/components/island/examples/2/index.html +++ b/projects/demo/src/modules/components/island/examples/2/index.html @@ -8,7 +8,7 @@ + />
    diff --git a/projects/demo/src/modules/components/island/examples/3/index.html b/projects/demo/src/modules/components/island/examples/3/index.html index 012a3e9703d7..c69b18aa23d9 100644 --- a/projects/demo/src/modules/components/island/examples/3/index.html +++ b/projects/demo/src/modules/components/island/examples/3/index.html @@ -39,7 +39,7 @@

    Title!

    + />
    Islands show information in rounded block with a border
    - + .tui-island : @@ -68,7 +68,7 @@ [content]="example1" [fullsize]="true" > - + - + - + @@ -161,7 +161,7 @@

    Some heading

    + />
  • @@ -170,7 +170,7 @@

    Some heading

    + />
  • diff --git a/projects/demo/src/modules/components/items-with-more/examples/1/index.html b/projects/demo/src/modules/components/items-with-more/examples/1/index.html index 16ab9357ac1f..4bfe9bab47d9 100644 --- a/projects/demo/src/modules/components/items-with-more/examples/1/index.html +++ b/projects/demo/src/modules/components/items-with-more/examples/1/index.html @@ -5,7 +5,7 @@ size="m" class="tui-space_right-1" [value]="item" - > + /> + /> diff --git a/projects/demo/src/modules/components/items-with-more/items-with-more.template.html b/projects/demo/src/modules/components/items-with-more/items-with-more.template.html index 9af37d528bc5..e5b5df33883f 100644 --- a/projects/demo/src/modules/components/items-with-more/items-with-more.template.html +++ b/projects/demo/src/modules/components/items-with-more/items-with-more.template.html @@ -15,7 +15,7 @@ Resize the screen to see extra items disappear - + - + @@ -39,7 +39,7 @@ *tuiItem class="tui-space_right-2" [value]="item" - > + /> and now for something completely different! @@ -84,7 +84,7 @@ + />
  • @@ -93,7 +93,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/label/examples/1/index.html b/projects/demo/src/modules/components/label/examples/1/index.html index 9d26df9a10a8..99256e6a39ac 100644 --- a/projects/demo/src/modules/components/label/examples/1/index.html +++ b/projects/demo/src/modules/components/label/examples/1/index.html @@ -15,6 +15,6 @@ content="I am a tooltip that is ready for Screen Readers" describeId="uniqueId" direction="top-right" - > + /> diff --git a/projects/demo/src/modules/components/label/label.template.html b/projects/demo/src/modules/components/label/label.template.html index 3a2d25ae40be..c95a1bf76b56 100644 --- a/projects/demo/src/modules/components/label/label.template.html +++ b/projects/demo/src/modules/components/label/label.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -37,7 +37,7 @@ Label is a template - + + />
  • @@ -73,7 +73,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/line-clamp/examples/1/index.html b/projects/demo/src/modules/components/line-clamp/examples/1/index.html index 3a2a79b50dcc..b105cdc9d6a5 100644 --- a/projects/demo/src/modules/components/line-clamp/examples/1/index.html +++ b/projects/demo/src/modules/components/line-clamp/examples/1/index.html @@ -3,7 +3,7 @@ [content]="daenerys" [lineHeight]="20" [linesLimit]="2" - > + />
    Use @@ -15,7 +15,7 @@ [content]="mormont" [lineHeight]="20" [linesLimit]="1" - > + />
    @@ -38,7 +38,7 @@ [content]="value" [lineHeight]="20" [linesLimit]="1" - > + />
    diff --git a/projects/demo/src/modules/components/line-clamp/examples/2/index.html b/projects/demo/src/modules/components/line-clamp/examples/2/index.html index 3e9ad04f5844..2a93d1c8fde8 100644 --- a/projects/demo/src/modules/components/line-clamp/examples/2/index.html +++ b/projects/demo/src/modules/components/line-clamp/examples/2/index.html @@ -6,7 +6,7 @@ content="Daenerys of the House Targaryen, the First of Her Name, The Unburnt, Queen of the Andals, the Rhoynar and the First Men, Queen of Meereen, Khaleesi of the Great Grass Sea, Protector of the Realm, Lady Regent of the Seven Kingdoms, Breaker of Chains and Mother of Dragons" class="clamp" [linesLimit]="linesLimit" - > + /> diff --git a/projects/demo/src/modules/components/line-clamp/examples/5/index.html b/projects/demo/src/modules/components/line-clamp/examples/5/index.html index b2968064c48e..09aa8e790b63 100644 --- a/projects/demo/src/modules/components/line-clamp/examples/5/index.html +++ b/projects/demo/src/modules/components/line-clamp/examples/5/index.html @@ -4,7 +4,7 @@ + />

    2. Do not use `tui-line-clamp`, use `text-overflow: ellipsis` instead.

    diff --git a/projects/demo/src/modules/components/line-clamp/line-clamp.template.html b/projects/demo/src/modules/components/line-clamp/line-clamp.template.html index 7bf3dd8d449e..53c419f8ee2b 100644 --- a/projects/demo/src/modules/components/line-clamp/line-clamp.template.html +++ b/projects/demo/src/modules/components/line-clamp/line-clamp.template.html @@ -11,7 +11,7 @@ heading="Styles change" [content]="example1" > - + - + - + - + - + @@ -55,7 +55,7 @@ [linesLimit]="linesLimit" [style.maxWidth.px]="maxWidth" (overflownChange)="documentationPropertyOverflownChange.emitEvent($event)" - > + /> Lorem ipsum
    @@ -128,7 +128,7 @@ + />
  • @@ -137,7 +137,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/link/link.template.html b/projects/demo/src/modules/components/link/link.template.html index b5bbd7745647..6e06cba5ccc3 100644 --- a/projects/demo/src/modules/components/link/link.template.html +++ b/projects/demo/src/modules/components/link/link.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + - + - + @@ -144,7 +144,7 @@ + />
  • @@ -153,7 +153,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/loader/examples/5/index.html b/projects/demo/src/modules/components/loader/examples/5/index.html index 649c8e3387ec..195f1c15aa85 100644 --- a/projects/demo/src/modules/components/loader/examples/5/index.html +++ b/projects/demo/src/modules/components/loader/examples/5/index.html @@ -1,3 +1,3 @@ - - - + + + diff --git a/projects/demo/src/modules/components/loader/loader.template.html b/projects/demo/src/modules/components/loader/loader.template.html index e56ce75d22f6..5de9cd3aa6ed 100644 --- a/projects/demo/src/modules/components/loader/loader.template.html +++ b/projects/demo/src/modules/components/loader/loader.template.html @@ -9,7 +9,7 @@ heading="Button with loader" [content]="example1" > - + - + - + - + --tui-thickness to customize width of the circle stroke. By default, it is 1/12 of diameter. - + @@ -147,7 +147,7 @@ + />
  • @@ -156,7 +156,7 @@ + />
  • @@ -169,7 +169,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/mobile-calendar/examples/2/index.html b/projects/demo/src/modules/components/mobile-calendar/examples/2/index.html index e775fd57d4d9..cc76cca398e5 100644 --- a/projects/demo/src/modules/components/mobile-calendar/examples/2/index.html +++ b/projects/demo/src/modules/components/mobile-calendar/examples/2/index.html @@ -3,5 +3,5 @@ [max]="max" [min]="min" [single]="false" - > + /> diff --git a/projects/demo/src/modules/components/mobile-calendar/examples/3/index.html b/projects/demo/src/modules/components/mobile-calendar/examples/3/index.html index 1ddf604ebe0e..ea0f0e3a6a8d 100644 --- a/projects/demo/src/modules/components/mobile-calendar/examples/3/index.html +++ b/projects/demo/src/modules/components/mobile-calendar/examples/3/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/mobile-calendar/mobile-calendar.template.html b/projects/demo/src/modules/components/mobile-calendar/mobile-calendar.template.html index c1e9fc07e348..287a51dae932 100644 --- a/projects/demo/src/modules/components/mobile-calendar/mobile-calendar.template.html +++ b/projects/demo/src/modules/components/mobile-calendar/mobile-calendar.template.html @@ -37,7 +37,7 @@ heading="Custom dropdown" [content]="example1" > - + - + token to change start day of the week (Monday by default). - + - + - + @@ -95,7 +95,7 @@ [single]="single" (cancel)="documentationPropertyCancel.emitEvent($event)" (confirm)="documentationPropertyConfirm.emitEvent($event)" - > + /> @@ -169,7 +169,7 @@ + />
  • @@ -186,7 +186,7 @@ + />
  • @@ -195,7 +195,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/mobile-dialog/mobile-dialog.template.html b/projects/demo/src/modules/components/mobile-dialog/mobile-dialog.template.html index 636dfe004358..61ce40f91f01 100644 --- a/projects/demo/src/modules/components/mobile-dialog/mobile-dialog.template.html +++ b/projects/demo/src/modules/components/mobile-dialog/mobile-dialog.template.html @@ -13,7 +13,7 @@ heading="Basic" [content]="example1" > - + @@ -25,7 +25,7 @@ + /> diff --git a/projects/demo/src/modules/components/mobile-themes/examples/1/index.html b/projects/demo/src/modules/components/mobile-themes/examples/1/index.html index d20178f74b18..ae4565951a87 100644 --- a/projects/demo/src/modules/components/mobile-themes/examples/1/index.html +++ b/projects/demo/src/modules/components/mobile-themes/examples/1/index.html @@ -1,4 +1,4 @@ - +

    Button:

    diff --git a/projects/demo/src/modules/components/mobile-themes/examples/2/index.html b/projects/demo/src/modules/components/mobile-themes/examples/2/index.html index c7e1ba3f0b5a..e98cb6d43ccd 100644 --- a/projects/demo/src/modules/components/mobile-themes/examples/2/index.html +++ b/projects/demo/src/modules/components/mobile-themes/examples/2/index.html @@ -1,4 +1,4 @@ - +

    Button:

    diff --git a/projects/demo/src/modules/components/mobile-themes/mobile-themes.template.html b/projects/demo/src/modules/components/mobile-themes/mobile-themes.template.html index d9d270466707..bda29ded31cc 100644 --- a/projects/demo/src/modules/components/mobile-themes/mobile-themes.template.html +++ b/projects/demo/src/modules/components/mobile-themes/mobile-themes.template.html @@ -17,7 +17,7 @@ heading="Android" [content]="example1" > - + @@ -35,7 +35,7 @@ heading="IOS" [content]="example2" > - + diff --git a/projects/demo/src/modules/components/multi-select/examples/1/index.html b/projects/demo/src/modules/components/multi-select/examples/1/index.html index bf8090b4910a..d5a4a1926dbd 100644 --- a/projects/demo/src/modules/components/multi-select/examples/1/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/1/index.html @@ -11,5 +11,5 @@ *tuiDataList tuiMultiSelectGroup [items]="filter(search)" - > + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/11/index.html b/projects/demo/src/modules/components/multi-select/examples/11/index.html index a710448f3eab..aced7268f8f9 100644 --- a/projects/demo/src/modules/components/multi-select/examples/11/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/11/index.html @@ -7,7 +7,7 @@ *tuiDataList tuiMultiSelectGroup [items]="items" - > + /> + /> + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/2/index.html b/projects/demo/src/modules/components/multi-select/examples/2/index.html index e36e8d01fe1b..939e8abfdb72 100644 --- a/projects/demo/src/modules/components/multi-select/examples/2/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/2/index.html @@ -13,7 +13,7 @@ *tuiDataList [itemContent]="itemContent" [items]="items | tuiHideSelected" - > + /> @@ -26,7 +26,7 @@ size="xs" class="avatar" [src]="data.avatarUrl || (data.toString() | tuiInitials)" - > + /> {{ data }} diff --git a/projects/demo/src/modules/components/multi-select/examples/3/index.html b/projects/demo/src/modules/components/multi-select/examples/3/index.html index 2b9dac3c93b1..5f477e24ef58 100644 --- a/projects/demo/src/modules/components/multi-select/examples/3/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/3/index.html @@ -58,6 +58,6 @@ tuiMultiSelectGroup [itemContent]="stringify" [items]="items" - > + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/4/index.html b/projects/demo/src/modules/components/multi-select/examples/4/index.html index 331267f792c7..12a69031c305 100644 --- a/projects/demo/src/modules/components/multi-select/examples/4/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/4/index.html @@ -10,5 +10,5 @@ tuiMultiSelectGroup [itemContent]="(stringify$ | async)!" [items]="items" - > + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/6/index.html b/projects/demo/src/modules/components/multi-select/examples/6/index.html index f3feddc8a12d..f7844a6d0ba1 100644 --- a/projects/demo/src/modules/components/multi-select/examples/6/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/6/index.html @@ -7,5 +7,5 @@ + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/8/index.html b/projects/demo/src/modules/components/multi-select/examples/8/index.html index 247df818c7ba..5555911eca77 100644 --- a/projects/demo/src/modules/components/multi-select/examples/8/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/8/index.html @@ -11,7 +11,7 @@ *tuiDataList tuiMultiSelectGroup [items]="items" - > + /> + /> diff --git a/projects/demo/src/modules/components/multi-select/examples/9/index.html b/projects/demo/src/modules/components/multi-select/examples/9/index.html index 764d8d1dd5bf..16ff43dc02fa 100644 --- a/projects/demo/src/modules/components/multi-select/examples/9/index.html +++ b/projects/demo/src/modules/components/multi-select/examples/9/index.html @@ -50,7 +50,7 @@ *tuiDataList tuiMultiSelectGroup [items]="items" - > + /> diff --git a/projects/demo/src/modules/components/multi-select/multi-select.template.html b/projects/demo/src/modules/components/multi-select/multi-select.template.html index 04335e9994cf..3407c12e58fe 100644 --- a/projects/demo/src/modules/components/multi-select/multi-select.template.html +++ b/projects/demo/src/modules/components/multi-select/multi-select.template.html @@ -14,7 +14,7 @@ heading="String array" [content]="example1" > - + - + - + - + - + - + . - + - + - + - + - + @@ -157,7 +157,7 @@ tuiMultiSelectGroup [disabledItemHandler]="disabledItemHandler" [items]="items" - > + /> @@ -272,7 +272,7 @@ Placeholder
    - + @@ -287,7 +287,7 @@ + />

    See samples to learn more about working with @@ -308,7 +308,7 @@ + />

  • @@ -317,7 +317,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/notification/examples/1/index.html b/projects/demo/src/modules/components/notification/examples/1/index.html index 2432e3c72d57..542b73b4e110 100644 --- a/projects/demo/src/modules/components/notification/examples/1/index.html +++ b/projects/demo/src/modules/components/notification/examples/1/index.html @@ -21,7 +21,7 @@ tuiHintAppearance="onDark" tuiHintDirection="right" [tuiHint]="tooltip" - > + /> Hello world diff --git a/projects/demo/src/modules/components/notification/notification.template.html b/projects/demo/src/modules/components/notification/notification.template.html index 633d8de014db..3f20afb631b1 100644 --- a/projects/demo/src/modules/components/notification/notification.template.html +++ b/projects/demo/src/modules/components/notification/notification.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -93,7 +93,7 @@ + />
  • @@ -102,7 +102,7 @@ + />
  • @@ -115,7 +115,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/pagination/examples/1/index.html b/projects/demo/src/modules/components/pagination/examples/1/index.html index 08880c0c228d..50f49079a289 100644 --- a/projects/demo/src/modules/components/pagination/examples/1/index.html +++ b/projects/demo/src/modules/components/pagination/examples/1/index.html @@ -6,7 +6,7 @@ [tuiTextfieldCustomContent]="inputCustomContent" [tuiTextfieldLabelOutside]="true" [(ngModel)]="index" -> +/> index @@ -14,4 +14,4 @@ [index]="index" [length]="length" (indexChange)="goToPage($event)" -> +/> diff --git a/projects/demo/src/modules/components/pagination/examples/2/index.html b/projects/demo/src/modules/components/pagination/examples/2/index.html index 65f1fccc415d..dc38f90f0320 100644 --- a/projects/demo/src/modules/components/pagination/examples/2/index.html +++ b/projects/demo/src/modules/components/pagination/examples/2/index.html @@ -6,7 +6,7 @@ [tuiTextfieldCustomContent]="inputCustomContent" [tuiTextfieldLabelOutside]="true" [(ngModel)]="activePadding" -> +/> activePadding @@ -14,4 +14,4 @@ [activePadding]="activePadding" [index]="10" [length]="64" -> +/> diff --git a/projects/demo/src/modules/components/pagination/examples/3/index.html b/projects/demo/src/modules/components/pagination/examples/3/index.html index 885f59a6980e..d3a46e56afb6 100644 --- a/projects/demo/src/modules/components/pagination/examples/3/index.html +++ b/projects/demo/src/modules/components/pagination/examples/3/index.html @@ -6,7 +6,7 @@ [tuiTextfieldCustomContent]="inputCustomContent" [tuiTextfieldLabelOutside]="true" [(ngModel)]="sidePadding" -> +/> sidePadding @@ -14,4 +14,4 @@ [index]="10" [length]="64" [sidePadding]="sidePadding" -> +/> diff --git a/projects/demo/src/modules/components/pagination/examples/4/index.html b/projects/demo/src/modules/components/pagination/examples/4/index.html index 07111f8e9680..666ed39fe188 100644 --- a/projects/demo/src/modules/components/pagination/examples/4/index.html +++ b/projects/demo/src/modules/components/pagination/examples/4/index.html @@ -1,7 +1,7 @@ +/> - + - + - + - + @@ -48,7 +48,7 @@ [sidePadding]="sidePadding" [size]="size" [(index)]="index" - > + /> + />
  • @@ -123,7 +123,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/pdf-viewer/examples/2/pdf-content.component.html b/projects/demo/src/modules/components/pdf-viewer/examples/2/pdf-content.component.html index d7df8e1518ed..e6913747c1d5 100644 --- a/projects/demo/src/modules/components/pdf-viewer/examples/2/pdf-content.component.html +++ b/projects/demo/src/modules/components/pdf-viewer/examples/2/pdf-content.component.html @@ -5,5 +5,5 @@ > - + diff --git a/projects/demo/src/modules/components/pdf-viewer/pdf-viewer.template.html b/projects/demo/src/modules/components/pdf-viewer/pdf-viewer.template.html index 880a13f6a910..1cb6fb08a80c 100644 --- a/projects/demo/src/modules/components/pdf-viewer/pdf-viewer.template.html +++ b/projects/demo/src/modules/components/pdf-viewer/pdf-viewer.template.html @@ -20,7 +20,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -48,7 +48,7 @@ + /> diff --git a/projects/demo/src/modules/components/preview/examples/1/index.html b/projects/demo/src/modules/components/preview/examples/1/index.html index 2c5c6c9b1f1b..5b1366737935 100644 --- a/projects/demo/src/modules/components/preview/examples/1/index.html +++ b/projects/demo/src/modules/components/preview/examples/1/index.html @@ -22,7 +22,7 @@ + /> diff --git a/projects/demo/src/modules/components/select/examples/5/index.html b/projects/demo/src/modules/components/select/examples/5/index.html index 86a8903acbf1..1a6a26c1e7a5 100644 --- a/projects/demo/src/modules/components/select/examples/5/index.html +++ b/projects/demo/src/modules/components/select/examples/5/index.html @@ -16,6 +16,6 @@ - + diff --git a/projects/demo/src/modules/components/select/examples/6/index.html b/projects/demo/src/modules/components/select/examples/6/index.html index dacd50b0c7d9..3ad6cafee6e5 100644 --- a/projects/demo/src/modules/components/select/examples/6/index.html +++ b/projects/demo/src/modules/components/select/examples/6/index.html @@ -9,7 +9,7 @@ [disabledItemHandler]="disabledItemHandler" [itemContent]="content" [items]="items" - > + /> + />
    {{ data }}
    diff --git a/projects/demo/src/modules/components/select/examples/9/account/my-account.component.html b/projects/demo/src/modules/components/select/examples/9/account/my-account.component.html index 8b8633e57a08..afefa4810926 100644 --- a/projects/demo/src/modules/components/select/examples/9/account/my-account.component.html +++ b/projects/demo/src/modules/components/select/examples/9/account/my-account.component.html @@ -4,7 +4,7 @@ size="xs" class="icon-content" [src]="src" - > + /> {{ account.name }} diff --git a/projects/demo/src/modules/components/select/examples/9/index.html b/projects/demo/src/modules/components/select/examples/9/index.html index 2d77b09676ff..042258dee6ec 100644 --- a/projects/demo/src/modules/components/select/examples/9/index.html +++ b/projects/demo/src/modules/components/select/examples/9/index.html @@ -12,7 +12,7 @@ tuiOption [value]="item" > - + @@ -32,7 +32,7 @@ tuiOption [value]="item" > - + @@ -43,5 +43,5 @@ #value let-account > - + diff --git a/projects/demo/src/modules/components/select/select.template.html b/projects/demo/src/modules/components/select/select.template.html index e787456e650d..e0f23556685d 100644 --- a/projects/demo/src/modules/components/select/select.template.html +++ b/projects/demo/src/modules/components/select/select.template.html @@ -21,7 +21,7 @@ Textfield directive as shown below - + - + - + - + - + - + - + . - + - + - + tuiSelect directive as shown below - + @@ -164,7 +164,7 @@ + /> @@ -176,7 +176,7 @@ + />
    {{ item }}
    @@ -229,7 +229,7 @@ A template for custom view of selected value - + @@ -244,7 +244,7 @@ + />

    See samples to learn more about working with @@ -265,7 +265,7 @@ + />

  • @@ -274,7 +274,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/sheet-dialog/examples/4/index.html b/projects/demo/src/modules/components/sheet-dialog/examples/4/index.html index ac6ed914e967..9d8c0f3de1d5 100644 --- a/projects/demo/src/modules/components/sheet-dialog/examples/4/index.html +++ b/projects/demo/src/modules/components/sheet-dialog/examples/4/index.html @@ -34,7 +34,7 @@ size="s" [src]="user | tuiInitials" [style.background]="user | tuiAutoColor" - > + /> {{ user }}
    diff --git a/projects/demo/src/modules/components/sheet-dialog/sheet-dialog.template.html b/projects/demo/src/modules/components/sheet-dialog/sheet-dialog.template.html index 3bb4575c4162..0dbef0c16870 100644 --- a/projects/demo/src/modules/components/sheet-dialog/sheet-dialog.template.html +++ b/projects/demo/src/modules/components/sheet-dialog/sheet-dialog.template.html @@ -18,7 +18,7 @@ heading="String" [content]="example1" > - + - + - + - + @@ -136,7 +136,7 @@ + /> diff --git a/projects/demo/src/modules/components/sheet/sheet.template.html b/projects/demo/src/modules/components/sheet/sheet.template.html index 9f0f57d9f723..948404d278c7 100644 --- a/projects/demo/src/modules/components/sheet/sheet.template.html +++ b/projects/demo/src/modules/components/sheet/sheet.template.html @@ -30,7 +30,7 @@ heading="String" [content]="example1" > - + - + Note SheetHeading @@ -51,7 +51,7 @@ heading="Advanced" [content]="example3" > - + - + Using - + - + @@ -194,7 +194,7 @@

    Karl Gambolputty

    + />
  • @@ -207,7 +207,7 @@

    Karl Gambolputty

    + />
  • diff --git a/projects/demo/src/modules/components/slider/slider.component.html b/projects/demo/src/modules/components/slider/slider.component.html index 9d33ac4a97ab..7a0495d73bcf 100644 --- a/projects/demo/src/modules/components/slider/slider.component.html +++ b/projects/demo/src/modules/components/slider/slider.component.html @@ -37,7 +37,7 @@ heading="Sizes" [content]="example1" > - + - + - + - +
    anchor points of non-uniform format between value and position
    - +
    tuiSliderThumbLabel for positioning any content so it slides alongside the thumb. - + @@ -219,7 +219,7 @@ + />
  • @@ -234,7 +234,7 @@ + />
  • @@ -243,7 +243,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/stepper/stepper.template.html b/projects/demo/src/modules/components/stepper/stepper.template.html index f5c73c91af44..741ec505a1fa 100644 --- a/projects/demo/src/modules/components/stepper/stepper.template.html +++ b/projects/demo/src/modules/components/stepper/stepper.template.html @@ -12,7 +12,7 @@ [content]="example1" [fullsize]="true" > - + - + - + @@ -104,7 +104,7 @@ + />
  • @@ -113,7 +113,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/swipe-action/examples/1/index.html b/projects/demo/src/modules/components/swipe-action/examples/1/index.html index 6ab22138837c..64c9e7dec955 100644 --- a/projects/demo/src/modules/components/swipe-action/examples/1/index.html +++ b/projects/demo/src/modules/components/swipe-action/examples/1/index.html @@ -7,7 +7,7 @@ + />
    {{ 10000 | tuiAmount: 'USD' | async }}
    Dollar account
    @@ -44,7 +44,7 @@ + />
    {{ 23000 | tuiAmount: 'EUR' | async }}
    Goal
    @@ -71,7 +71,7 @@ + />
    {{ 5000 | tuiAmount: 'EUR' | async }}
    Vacations
    diff --git a/projects/demo/src/modules/components/swipe-action/examples/2/index.html b/projects/demo/src/modules/components/swipe-action/examples/2/index.html index e8b3285edb8e..d12c2ce9876b 100644 --- a/projects/demo/src/modules/components/swipe-action/examples/2/index.html +++ b/projects/demo/src/modules/components/swipe-action/examples/2/index.html @@ -4,7 +4,7 @@ tuiSurface class="blur" > - +

    Alex Inkin

    diff --git a/projects/demo/src/modules/components/tabs/examples/2/index.html b/projects/demo/src/modules/components/tabs/examples/2/index.html index 23003ba715e8..20915c0329c5 100644 --- a/projects/demo/src/modules/components/tabs/examples/2/index.html +++ b/projects/demo/src/modules/components/tabs/examples/2/index.html @@ -10,7 +10,7 @@ + /> {{ item.text }} diff --git a/projects/demo/src/modules/components/tabs/examples/3/index.html b/projects/demo/src/modules/components/tabs/examples/3/index.html index b3f709b3039e..fd3bcd4d9c34 100644 --- a/projects/demo/src/modules/components/tabs/examples/3/index.html +++ b/projects/demo/src/modules/components/tabs/examples/3/index.html @@ -6,7 +6,7 @@ + /> Maps diff --git a/projects/demo/src/modules/components/tabs/examples/4/index.html b/projects/demo/src/modules/components/tabs/examples/4/index.html index 15e7fd826476..a2bab3472325 100644 --- a/projects/demo/src/modules/components/tabs/examples/4/index.html +++ b/projects/demo/src/modules/components/tabs/examples/4/index.html @@ -10,7 +10,7 @@ + /> Maps diff --git a/projects/demo/src/modules/components/tabs/examples/5/index.html b/projects/demo/src/modules/components/tabs/examples/5/index.html index b8e96582fcea..8fb80c151da5 100644 --- a/projects/demo/src/modules/components/tabs/examples/5/index.html +++ b/projects/demo/src/modules/components/tabs/examples/5/index.html @@ -33,7 +33,7 @@

    Monty Python

    src="tuiIconChevronDown" class="icon" [class.icon_rotated]="hosted.open" - > + /> @@ -57,5 +57,5 @@

    Monty Python

    - + diff --git a/projects/demo/src/modules/components/tabs/examples/6/index.html b/projects/demo/src/modules/components/tabs/examples/6/index.html index d14bbe3169a2..38536d602097 100644 --- a/projects/demo/src/modules/components/tabs/examples/6/index.html +++ b/projects/demo/src/modules/components/tabs/examples/6/index.html @@ -12,7 +12,7 @@ *ngIf="!last" src="tuiIconChevronRight" class="separator" - > + /> + /> diff --git a/projects/demo/src/modules/components/tabs/tabs.template.html b/projects/demo/src/modules/components/tabs/tabs.template.html index fcb49247b463..e55e2f9906f1 100644 --- a/projects/demo/src/modules/components/tabs/tabs.template.html +++ b/projects/demo/src/modules/components/tabs/tabs.template.html @@ -27,7 +27,7 @@ heading="Desktop" [content]="example3" > - + - + - + - + - + - + - + - + - + @@ -184,7 +184,7 @@ + />
  • @@ -193,7 +193,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/tag/examples/1/index.html b/projects/demo/src/modules/components/tag/examples/1/index.html index afeec1c29483..dd8e5c6a73a2 100644 --- a/projects/demo/src/modules/components/tag/examples/1/index.html +++ b/projects/demo/src/modules/components/tag/examples/1/index.html @@ -1,14 +1,14 @@ +/> +/> +/> diff --git a/projects/demo/src/modules/components/tag/examples/2/index.html b/projects/demo/src/modules/components/tag/examples/2/index.html index a6770775d7e1..56e2347f55a9 100644 --- a/projects/demo/src/modules/components/tag/examples/2/index.html +++ b/projects/demo/src/modules/components/tag/examples/2/index.html @@ -4,13 +4,13 @@ class="tag" [hoverable]="true" [value]="tag" - > + /> + />
    + />
    + />
    @@ -41,5 +41,5 @@ class="tag support-{{ index + 1 }}" [hoverable]="true" [value]="tag" - > + />
    diff --git a/projects/demo/src/modules/components/tag/examples/4/index.html b/projects/demo/src/modules/components/tag/examples/4/index.html index 4b7374eb123d..5f2dc87df312 100644 --- a/projects/demo/src/modules/components/tag/examples/4/index.html +++ b/projects/demo/src/modules/components/tag/examples/4/index.html @@ -9,7 +9,7 @@ [removable]="true" [value]="tag" (edited)="handleTagEdited($event, index)" - > + />
    All tags were removed. But Taiga UI is still an awesome UI-kit library ;) diff --git a/projects/demo/src/modules/components/tag/examples/5/index.html b/projects/demo/src/modules/components/tag/examples/5/index.html index 90d421ef690e..13bb407c881d 100644 --- a/projects/demo/src/modules/components/tag/examples/5/index.html +++ b/projects/demo/src/modules/components/tag/examples/5/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/tag/examples/6/index.html b/projects/demo/src/modules/components/tag/examples/6/index.html index 976d03fad323..d2e631768c62 100644 --- a/projects/demo/src/modules/components/tag/examples/6/index.html +++ b/projects/demo/src/modules/components/tag/examples/6/index.html @@ -1,7 +1,7 @@ +/>
    - + + />
    @@ -24,24 +24,24 @@ formControlName="testValue5" size="l" [showIcons]="true" - > + /> + />
    + /> + />
    diff --git a/projects/demo/src/modules/components/toggle/examples/2/index.html b/projects/demo/src/modules/components/toggle/examples/2/index.html index 52a6725119e4..a194dcecd1f8 100644 --- a/projects/demo/src/modules/components/toggle/examples/2/index.html +++ b/projects/demo/src/modules/components/toggle/examples/2/index.html @@ -1,10 +1,10 @@
    - + + />
    diff --git a/projects/demo/src/modules/components/toggle/toggle.template.html b/projects/demo/src/modules/components/toggle/toggle.template.html index 7e55d81ef2c1..afd53a1aa6f0 100644 --- a/projects/demo/src/modules/components/toggle/toggle.template.html +++ b/projects/demo/src/modules/components/toggle/toggle.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="example1" > - + - + @@ -34,7 +34,7 @@ [showLoader]="showLoader" [singleColor]="singleColor" [size]="size" - > + /> - + @@ -95,7 +95,7 @@ + />
  • @@ -110,7 +110,7 @@ + />
  • @@ -119,7 +119,7 @@ + />
  • @@ -132,7 +132,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/tooltip/examples/1/index.html b/projects/demo/src/modules/components/tooltip/examples/1/index.html index ec9ee2e31308..1c5b8c145975 100644 --- a/projects/demo/src/modules/components/tooltip/examples/1/index.html +++ b/projects/demo/src/modules/components/tooltip/examples/1/index.html @@ -2,7 +2,7 @@ +/>

    ...or any custom HTML or logic with PolymorpheusContent @@ -11,13 +11,13 @@ +/>

    Example of wrapping tooltip + />

    diff --git a/projects/demo/src/modules/components/tooltip/examples/3/index.html b/projects/demo/src/modules/components/tooltip/examples/3/index.html index 1460318c01ef..810601463cd6 100644 --- a/projects/demo/src/modules/components/tooltip/examples/3/index.html +++ b/projects/demo/src/modules/components/tooltip/examples/3/index.html @@ -4,28 +4,28 @@ tuiTextfieldSize="m" class="input" [tuiTextfieldLabelOutside]="true" -> +/> +/> +/> +/> +/> +/> diff --git a/projects/demo/src/modules/components/tooltip/examples/4/index.html b/projects/demo/src/modules/components/tooltip/examples/4/index.html index e299f5b4be44..a76851540d76 100644 --- a/projects/demo/src/modules/components/tooltip/examples/4/index.html +++ b/projects/demo/src/modules/components/tooltip/examples/4/index.html @@ -1,2 +1,2 @@

    Modified icon

    - + diff --git a/projects/demo/src/modules/components/tooltip/tooltip.template.html b/projects/demo/src/modules/components/tooltip/tooltip.template.html index baf3f3d9b116..8bcbc8c5077f 100644 --- a/projects/demo/src/modules/components/tooltip/tooltip.template.html +++ b/projects/demo/src/modules/components/tooltip/tooltip.template.html @@ -11,28 +11,28 @@ heading="Basic" [content]="example1" > - + - + - + - +
    @@ -45,7 +45,7 @@ [direction]="direction" [hideDelay]="hideDelay" [showDelay]="showDelay" - > + /> + />
  • @@ -128,7 +128,7 @@ + />
  • diff --git a/projects/demo/src/modules/components/tree/examples/2/index.html b/projects/demo/src/modules/components/tree/examples/2/index.html index 84f3a1e224a8..181cc9a2c23b 100644 --- a/projects/demo/src/modules/components/tree/examples/2/index.html +++ b/projects/demo/src/modules/components/tree/examples/2/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/components/tree/examples/3/index.html b/projects/demo/src/modules/components/tree/examples/3/index.html index 6044cd5a0d9f..bf5b19887877 100644 --- a/projects/demo/src/modules/components/tree/examples/3/index.html +++ b/projects/demo/src/modules/components/tree/examples/3/index.html @@ -3,7 +3,7 @@ [content]="content" [tuiTreeController]="true" [value]="data" -> +/> + /> {{ value.text }} diff --git a/projects/demo/src/modules/components/tree/examples/4/index.html b/projects/demo/src/modules/components/tree/examples/4/index.html index 5fa602b4b8c7..becb30718171 100644 --- a/projects/demo/src/modules/components/tree/examples/4/index.html +++ b/projects/demo/src/modules/components/tree/examples/4/index.html @@ -4,7 +4,7 @@ [map]="map" [tuiTreeController]="false" [value]="data" -> +/> +/> +/> +/>
    + /> {{ item.text }} diff --git a/projects/demo/src/modules/components/tree/tree.template.html b/projects/demo/src/modules/components/tree/tree.template.html index 53bab49a4af6..496f50f11e43 100644 --- a/projects/demo/src/modules/components/tree/tree.template.html +++ b/projects/demo/src/modules/components/tree/tree.template.html @@ -11,7 +11,7 @@ heading="Manual" [content]="example1" > - + - + - + - + - + - + - + @@ -87,17 +87,17 @@ documentationPropertyMode="input" documentationPropertyName="childrenHandler" documentationPropertyType="TuiHandler" - > + /> + /> + /> + />
  • @@ -185,7 +185,7 @@ + />
  • diff --git a/projects/demo/src/modules/customization/dialogs/dialogs.template.html b/projects/demo/src/modules/customization/dialogs/dialogs.template.html index 70ad6dceda9a..9196543e9274 100644 --- a/projects/demo/src/modules/customization/dialogs/dialogs.template.html +++ b/projects/demo/src/modules/customization/dialogs/dialogs.template.html @@ -9,6 +9,6 @@ heading="Custom dialog" [content]="example1" > - + diff --git a/projects/demo/src/modules/customization/dialogs/examples/1/index.html b/projects/demo/src/modules/customization/dialogs/examples/1/index.html index be8fdc5df202..d7f2703ae321 100644 --- a/projects/demo/src/modules/customization/dialogs/examples/1/index.html +++ b/projects/demo/src/modules/customization/dialogs/examples/1/index.html @@ -11,7 +11,7 @@ size="l" src="assets/images/choose.png" class="tui-space_right-2" - > + /> «Choose wisely» @@ -20,7 +20,7 @@ + /> «You chose poorly» @@ -30,6 +30,6 @@ + /> diff --git a/projects/demo/src/modules/customization/i18n/i18n.template.html b/projects/demo/src/modules/customization/i18n/i18n.template.html index 48e14d0e1476..9ccace33d346 100644 --- a/projects/demo/src/modules/customization/i18n/i18n.template.html +++ b/projects/demo/src/modules/customization/i18n/i18n.template.html @@ -1,13 +1,13 @@ - + + /> CLI's esbuild-based build system known potential files.

    - +
    diff --git a/projects/demo/src/modules/customization/portals/examples/1/index.html b/projects/demo/src/modules/customization/portals/examples/1/index.html index 16482d9b503b..e0478445f313 100644 --- a/projects/demo/src/modules/customization/portals/examples/1/index.html +++ b/projects/demo/src/modules/customization/portals/examples/1/index.html @@ -27,7 +27,7 @@ + /> diff --git a/projects/demo/src/modules/customization/portals/examples/1/portal/custom-host.template.html b/projects/demo/src/modules/customization/portals/examples/1/portal/custom-host.template.html index 65689d9e6a1b..fbf19e00729e 100644 --- a/projects/demo/src/modules/customization/portals/examples/1/portal/custom-host.template.html +++ b/projects/demo/src/modules/customization/portals/examples/1/portal/custom-host.template.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/customization/portals/portals.template.html b/projects/demo/src/modules/customization/portals/portals.template.html index f92c45f485cc..d7fd5fd3aa99 100644 --- a/projects/demo/src/modules/customization/portals/portals.template.html +++ b/projects/demo/src/modules/customization/portals/portals.template.html @@ -10,7 +10,7 @@ heading="Custom portals" [content]="example1" > - + @@ -25,7 +25,7 @@ + />
  • @@ -37,7 +37,7 @@ + />
  • @@ -45,7 +45,7 @@ + />
  • diff --git a/projects/demo/src/modules/customization/routable/eager/examples/1/index.html b/projects/demo/src/modules/customization/routable/eager/examples/1/index.html index 58b4518725be..c9c315753155 100644 --- a/projects/demo/src/modules/customization/routable/eager/examples/1/index.html +++ b/projects/demo/src/modules/customization/routable/eager/examples/1/index.html @@ -5,4 +5,4 @@ Open dialog - + diff --git a/projects/demo/src/modules/customization/routable/eager/examples/2/index.html b/projects/demo/src/modules/customization/routable/eager/examples/2/index.html index bb74153c4802..a6d1f7a2f27c 100644 --- a/projects/demo/src/modules/customization/routable/eager/examples/2/index.html +++ b/projects/demo/src/modules/customization/routable/eager/examples/2/index.html @@ -11,4 +11,4 @@ Open dialog - + diff --git a/projects/demo/src/modules/customization/routable/eager/examples/3/index.html b/projects/demo/src/modules/customization/routable/eager/examples/3/index.html index d61dbf2250f2..6d1bfefcaa6e 100644 --- a/projects/demo/src/modules/customization/routable/eager/examples/3/index.html +++ b/projects/demo/src/modules/customization/routable/eager/examples/3/index.html @@ -9,7 +9,7 @@ + />
  • @@ -21,6 +21,6 @@ + />
  • diff --git a/projects/demo/src/modules/customization/routable/eager/routable-dialog.template.html b/projects/demo/src/modules/customization/routable/eager/routable-dialog.template.html index cb918cb074a7..7ed67cb23619 100644 --- a/projects/demo/src/modules/customization/routable/eager/routable-dialog.template.html +++ b/projects/demo/src/modules/customization/routable/eager/routable-dialog.template.html @@ -5,7 +5,7 @@ heading="Eager loading dialog" [content]="example1" > - + @@ -15,11 +15,11 @@ heading="Named outlet" [content]="example2" > - + - + diff --git a/projects/demo/src/modules/customization/routable/lazy/examples/1/index.html b/projects/demo/src/modules/customization/routable/lazy/examples/1/index.html index 58b4518725be..c9c315753155 100644 --- a/projects/demo/src/modules/customization/routable/lazy/examples/1/index.html +++ b/projects/demo/src/modules/customization/routable/lazy/examples/1/index.html @@ -5,4 +5,4 @@ Open dialog - + diff --git a/projects/demo/src/modules/customization/routable/lazy/examples/2/index.html b/projects/demo/src/modules/customization/routable/lazy/examples/2/index.html index d61dbf2250f2..6d1bfefcaa6e 100644 --- a/projects/demo/src/modules/customization/routable/lazy/examples/2/index.html +++ b/projects/demo/src/modules/customization/routable/lazy/examples/2/index.html @@ -9,7 +9,7 @@ + />
  • @@ -21,6 +21,6 @@ + />
  • diff --git a/projects/demo/src/modules/customization/routable/lazy/lazy-routable-dialog.template.html b/projects/demo/src/modules/customization/routable/lazy/lazy-routable-dialog.template.html index 09813e5a293e..6cd213b61e67 100644 --- a/projects/demo/src/modules/customization/routable/lazy/lazy-routable-dialog.template.html +++ b/projects/demo/src/modules/customization/routable/lazy/lazy-routable-dialog.template.html @@ -5,11 +5,11 @@ heading="Lazy loading dialog" [content]="example1" > - + - + diff --git a/projects/demo/src/modules/customization/variables/variables.template.html b/projects/demo/src/modules/customization/variables/variables.template.html index 6e9981f9386c..fc21f8bbc4d7 100644 --- a/projects/demo/src/modules/customization/variables/variables.template.html +++ b/projects/demo/src/modules/customization/variables/variables.template.html @@ -45,6 +45,6 @@ heading="Override example" [content]="example1" > - + diff --git a/projects/demo/src/modules/customization/viewport/viewport.template.html b/projects/demo/src/modules/customization/viewport/viewport.template.html index 1440c9154011..3862451bcad0 100644 --- a/projects/demo/src/modules/customization/viewport/viewport.template.html +++ b/projects/demo/src/modules/customization/viewport/viewport.template.html @@ -18,7 +18,7 @@ [content]="example1" [fullsize]="true" > - + - + - + diff --git a/projects/demo/src/modules/customization/wrapper/wrapper.template.html b/projects/demo/src/modules/customization/wrapper/wrapper.template.html index e30d085da98b..48ca1f73909a 100644 --- a/projects/demo/src/modules/customization/wrapper/wrapper.template.html +++ b/projects/demo/src/modules/customization/wrapper/wrapper.template.html @@ -42,6 +42,6 @@ heading="Imitate material" [content]="example1" > - + diff --git a/projects/demo/src/modules/cypress/cypress.template.html b/projects/demo/src/modules/cypress/cypress.template.html index e63bda30c4fc..7d45698d8a3d 100644 --- a/projects/demo/src/modules/cypress/cypress.template.html +++ b/projects/demo/src/modules/cypress/cypress.template.html @@ -9,5 +9,5 @@ + /> diff --git a/projects/demo/src/modules/directives/active-zone/active-zone.template.html b/projects/demo/src/modules/directives/active-zone/active-zone.template.html index ea2d0f5bd1e8..1623332434cc 100644 --- a/projects/demo/src/modules/directives/active-zone/active-zone.template.html +++ b/projects/demo/src/modules/directives/active-zone/active-zone.template.html @@ -14,7 +14,7 @@ heading="Composite zone" [content]="example1" > - + @@ -30,7 +30,7 @@ + />
  • @@ -39,12 +39,12 @@ + /> + />
  • diff --git a/projects/demo/src/modules/directives/appearance/appearance.template.html b/projects/demo/src/modules/directives/appearance/appearance.template.html index 2db585329eb1..4550630812fb 100644 --- a/projects/demo/src/modules/directives/appearance/appearance.template.html +++ b/projects/demo/src/modules/directives/appearance/appearance.template.html @@ -12,7 +12,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -84,7 +84,7 @@ + />
  • @@ -93,7 +93,7 @@ + />
  • diff --git a/projects/demo/src/modules/directives/auto-focus/auto-focus.template.html b/projects/demo/src/modules/directives/auto-focus/auto-focus.template.html index 39c883e5df10..8d361d4a694d 100644 --- a/projects/demo/src/modules/directives/auto-focus/auto-focus.template.html +++ b/projects/demo/src/modules/directives/auto-focus/auto-focus.template.html @@ -14,7 +14,7 @@ heading="Basic" [content]="example1" > - + + />
  • @@ -71,7 +71,7 @@ + />
  • @@ -80,7 +80,7 @@ + />
  • diff --git a/projects/demo/src/modules/directives/copy-processor/copy-processor.template.html b/projects/demo/src/modules/directives/copy-processor/copy-processor.template.html index bac027c73ac5..bec592f3173b 100644 --- a/projects/demo/src/modules/directives/copy-processor/copy-processor.template.html +++ b/projects/demo/src/modules/directives/copy-processor/copy-processor.template.html @@ -11,7 +11,7 @@ heading="Usage" [content]="example1" > - +
    @@ -27,7 +27,7 @@ + />
  • @@ -36,7 +36,7 @@ + />
  • diff --git a/projects/demo/src/modules/directives/dropdown-context/dropdown-context.component.html b/projects/demo/src/modules/directives/dropdown-context/dropdown-context.component.html index ddeddc0a5b77..18fabd12a84c 100644 --- a/projects/demo/src/modules/directives/dropdown-context/dropdown-context.component.html +++ b/projects/demo/src/modules/directives/dropdown-context/dropdown-context.component.html @@ -33,7 +33,7 @@

    To close dropdown:

    heading="Basic" [content]="exampleBasic" > - + To close dropdown: [content]="exampleContextMenu" [fullsize]="true" > - + To close dropdown: heading="Report mistake form" [content]="exampleReportMistakeForm" > - + @@ -71,7 +71,7 @@

    To close dropdown:

    Hello there!

    - + @@ -86,7 +86,7 @@

    To close dropdown:

    + />
  • @@ -95,7 +95,7 @@

    To close dropdown:

    + />
  • diff --git a/projects/demo/src/modules/directives/dropdown-context/examples/2/index.html b/projects/demo/src/modules/directives/dropdown-context/examples/2/index.html index 55bf75a8289b..3ceb51736168 100644 --- a/projects/demo/src/modules/directives/dropdown-context/examples/2/index.html +++ b/projects/demo/src/modules/directives/dropdown-context/examples/2/index.html @@ -39,7 +39,7 @@ + /> @@ -31,7 +31,7 @@ + /> diff --git a/projects/demo/src/modules/directives/dropdown-open/examples/4/index.html b/projects/demo/src/modules/directives/dropdown-open/examples/4/index.html index 8383c695fc7f..5038fb5bbc0f 100644 --- a/projects/demo/src/modules/directives/dropdown-open/examples/4/index.html +++ b/projects/demo/src/modules/directives/dropdown-open/examples/4/index.html @@ -15,7 +15,7 @@ formControlName="control" tuiMultiSelectGroup [items]="items" - > + /> @@ -23,12 +23,12 @@ tuiSurface="elevated" > @@ -38,7 +38,7 @@ tuiSurface="elevated" > diff --git a/projects/demo/src/modules/experimental/button-group/examples/2/index.html b/projects/demo/src/modules/experimental/button-group/examples/2/index.html index 1e97a3cb5d3e..8c9b1fad299e 100644 --- a/projects/demo/src/modules/experimental/button-group/examples/2/index.html +++ b/projects/demo/src/modules/experimental/button-group/examples/2/index.html @@ -3,17 +3,17 @@ tuiSurface="flat" > @@ -23,12 +23,12 @@ tuiSurface="flat" > @@ -38,7 +38,7 @@ tuiSurface="flat" > diff --git a/projects/demo/src/modules/experimental/button-group/examples/3/index.html b/projects/demo/src/modules/experimental/button-group/examples/3/index.html index 5ceece8e95cd..99fc19f82101 100644 --- a/projects/demo/src/modules/experimental/button-group/examples/3/index.html +++ b/projects/demo/src/modules/experimental/button-group/examples/3/index.html @@ -3,17 +3,17 @@ tuiSurface="dark" > @@ -23,12 +23,12 @@ tuiSurface="dark" > @@ -38,7 +38,7 @@ tuiSurface="dark" > diff --git a/projects/demo/src/modules/experimental/button-vertical/button-vertical.template.html b/projects/demo/src/modules/experimental/button-vertical/button-vertical.template.html index e98d086f548c..852d43211fc8 100644 --- a/projects/demo/src/modules/experimental/button-vertical/button-vertical.template.html +++ b/projects/demo/src/modules/experimental/button-vertical/button-vertical.template.html @@ -17,7 +17,7 @@ heading="Basic" [content]="example1" > - + - + @@ -79,7 +79,7 @@ + />
  • @@ -88,7 +88,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/button-vertical/examples/1/index.html b/projects/demo/src/modules/experimental/button-vertical/examples/1/index.html index 902d9051e1a0..e283af6bee98 100644 --- a/projects/demo/src/modules/experimental/button-vertical/examples/1/index.html +++ b/projects/demo/src/modules/experimental/button-vertical/examples/1/index.html @@ -6,7 +6,7 @@ + /> Alex Inkin diff --git a/projects/demo/src/modules/experimental/button/button.template.html b/projects/demo/src/modules/experimental/button/button.template.html index 39d48c65a0be..c6740cbe71d2 100644 --- a/projects/demo/src/modules/experimental/button/button.template.html +++ b/projects/demo/src/modules/experimental/button/button.template.html @@ -17,7 +17,7 @@ heading="Sizes" [content]="example1" > - + - + - + loading for a11y indication - + - + @@ -127,7 +127,7 @@ + />
  • @@ -136,7 +136,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/button/examples/3/index.html b/projects/demo/src/modules/experimental/button/examples/3/index.html index ae34a4474812..b98c69dc35d7 100644 --- a/projects/demo/src/modules/experimental/button/examples/3/index.html +++ b/projects/demo/src/modules/experimental/button/examples/3/index.html @@ -5,7 +5,7 @@ + /> Alex Inkin @@ -17,7 +17,7 @@ + /> Users diff --git a/projects/demo/src/modules/experimental/card-large/card-large.template.html b/projects/demo/src/modules/experimental/card-large/card-large.template.html index 54312f9d3a3f..07ecd4d09ddf 100644 --- a/projects/demo/src/modules/experimental/card-large/card-large.template.html +++ b/projects/demo/src/modules/experimental/card-large/card-large.template.html @@ -9,7 +9,7 @@ heading="Basic" [content]="1 | tuiExample" > - + - + - + - + - + - + - + - + - + - + - + - + @@ -111,7 +111,7 @@ + />
  • @@ -120,7 +120,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/card-large/examples/2/index.html b/projects/demo/src/modules/experimental/card-large/examples/2/index.html index fbab751614b9..e5ca0d724bfe 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/2/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/2/index.html @@ -15,7 +15,7 @@

    + /> @@ -49,7 +49,7 @@

    + /> diff --git a/projects/demo/src/modules/experimental/card-large/examples/3/index.html b/projects/demo/src/modules/experimental/card-large/examples/3/index.html index 35a477692918..ed2966ee7dfa 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/3/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/3/index.html @@ -12,7 +12,7 @@

    + /> @@ -24,7 +24,7 @@

    + />
    Title
    Description
    @@ -43,7 +43,7 @@

    Title

    + /> @@ -58,7 +58,7 @@

    Title

    + /> diff --git a/projects/demo/src/modules/experimental/card-large/examples/4/index.html b/projects/demo/src/modules/experimental/card-large/examples/4/index.html index bea2b059d2dd..895137c1b182 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/4/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/4/index.html @@ -18,7 +18,7 @@

    + />

    Title diff --git a/projects/demo/src/modules/experimental/card-large/examples/5/index.html b/projects/demo/src/modules/experimental/card-large/examples/5/index.html index 1423a8a200e5..76750784270c 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/5/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/5/index.html @@ -16,7 +16,7 @@

    + />
    Title
    Description
    diff --git a/projects/demo/src/modules/experimental/card-large/examples/6/index.html b/projects/demo/src/modules/experimental/card-large/examples/6/index.html index 6d57c1917717..1b296251b367 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/6/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/6/index.html @@ -17,7 +17,7 @@

    + />
    Title
    Description
    diff --git a/projects/demo/src/modules/experimental/card-large/examples/7/index.html b/projects/demo/src/modules/experimental/card-large/examples/7/index.html index ddf01b2df22f..f9ea5011f598 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/7/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/7/index.html @@ -19,7 +19,7 @@

    + />
    Title @@ -29,7 +29,7 @@

    + /> diff --git a/projects/demo/src/modules/experimental/card-large/examples/8/index.html b/projects/demo/src/modules/experimental/card-large/examples/8/index.html index da48ec4b2c26..5b560e1b3608 100644 --- a/projects/demo/src/modules/experimental/card-large/examples/8/index.html +++ b/projects/demo/src/modules/experimental/card-large/examples/8/index.html @@ -10,7 +10,7 @@

    Title

    + />
    Title
    Description
    diff --git a/projects/demo/src/modules/experimental/card-medium/card-medium.template.html b/projects/demo/src/modules/experimental/card-medium/card-medium.template.html index 0f28c1734f90..3db26ad22f72 100644 --- a/projects/demo/src/modules/experimental/card-medium/card-medium.template.html +++ b/projects/demo/src/modules/experimental/card-medium/card-medium.template.html @@ -9,7 +9,7 @@ heading="Avatar and text" [content]="example1" > - + - + - + - + - + - + - + @@ -69,7 +69,7 @@ + />
  • @@ -78,7 +78,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/card-medium/examples/1/index.html b/projects/demo/src/modules/experimental/card-medium/examples/1/index.html index c54eaaa5678b..f0e88d8f85a2 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/1/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/1/index.html @@ -5,7 +5,7 @@ + />

    Title diff --git a/projects/demo/src/modules/experimental/card-medium/examples/2/index.html b/projects/demo/src/modules/experimental/card-medium/examples/2/index.html index 8a96ad6c3dc4..38f31ab02275 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/2/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/2/index.html @@ -5,7 +5,7 @@ + />

    Title @@ -25,5 +25,5 @@

    + />

    diff --git a/projects/demo/src/modules/experimental/card-medium/examples/3/index.html b/projects/demo/src/modules/experimental/card-medium/examples/3/index.html index c49710388315..35f44b9dd7e6 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/3/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/3/index.html @@ -6,7 +6,7 @@ appearance="custom" class="badge" > - + 10 % @@ -29,7 +29,7 @@

    appearance="custom" class="badge" > - + 10 %

    diff --git a/projects/demo/src/modules/experimental/card-medium/examples/4/index.html b/projects/demo/src/modules/experimental/card-medium/examples/4/index.html index 1687f1ea6b9a..81656a6ba5d8 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/4/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/4/index.html @@ -8,7 +8,7 @@ size="s" [src]="url | tuiFallbackSrc: 'tuiIconUserLarge' | async" [style.background]="url | tuiAutoColor" - > + />

    @@ -32,6 +32,6 @@

    size="s" [src]="url | tuiFallbackSrc: 'tuiIconUserLarge' | async" [style.background]="url | tuiAutoColor" - > + />

    diff --git a/projects/demo/src/modules/experimental/card-medium/examples/5/index.html b/projects/demo/src/modules/experimental/card-medium/examples/5/index.html index 28763b559b41..8f87a8cbb3eb 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/5/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/5/index.html @@ -12,7 +12,7 @@

    appearance="custom" class="badge" > - + 10 %

    @@ -28,7 +28,7 @@

    Flights

    appearance="custom" class="badge" > - + 10 %
    diff --git a/projects/demo/src/modules/experimental/card-medium/examples/7/index.html b/projects/demo/src/modules/experimental/card-medium/examples/7/index.html index 630e9682ab67..954c07a99f98 100644 --- a/projects/demo/src/modules/experimental/card-medium/examples/7/index.html +++ b/projects/demo/src/modules/experimental/card-medium/examples/7/index.html @@ -3,7 +3,7 @@ tuiSurface class="card" > - +
    - +
    - + - + - + - + - + - + - + @@ -75,7 +75,7 @@ + />
  • @@ -84,7 +84,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/cell/examples/1/index.html b/projects/demo/src/modules/experimental/cell/examples/1/index.html index 5c3060c24cf0..a6e3d0dfece0 100644 --- a/projects/demo/src/modules/experimental/cell/examples/1/index.html +++ b/projects/demo/src/modules/experimental/cell/examples/1/index.html @@ -5,7 +5,7 @@ + />
    Title
    Description
    diff --git a/projects/demo/src/modules/experimental/cell/examples/2/index.html b/projects/demo/src/modules/experimental/cell/examples/2/index.html index 3b263391a69c..cc2754c512c5 100644 --- a/projects/demo/src/modules/experimental/cell/examples/2/index.html +++ b/projects/demo/src/modules/experimental/cell/examples/2/index.html @@ -6,11 +6,11 @@ size="s" tuiBadge tuiSlot="top" - > + /> + />
    + /> + />
    Allow outgoing
    - + /> +
    - +
    - +
    Salary
    + />
    Long title in a cell will wrap to multiple lines and so will the subtitle
    + />
    @@ -43,7 +43,7 @@ + />
    Flex shrink is set to 70-30 by default
    - +
    + />
    + />
    Main account
    USD
    diff --git a/projects/demo/src/modules/experimental/cell/examples/6/index.html b/projects/demo/src/modules/experimental/cell/examples/6/index.html index 8c41e10f5b3d..e4ef4bbb6bfa 100644 --- a/projects/demo/src/modules/experimental/cell/examples/6/index.html +++ b/projects/demo/src/modules/experimental/cell/examples/6/index.html @@ -29,7 +29,7 @@ + />
    diff --git a/projects/demo/src/modules/experimental/cell/examples/7/index.html b/projects/demo/src/modules/experimental/cell/examples/7/index.html index 4786c7447e44..995375fdc1ca 100644 --- a/projects/demo/src/modules/experimental/cell/examples/7/index.html +++ b/projects/demo/src/modules/experimental/cell/examples/7/index.html @@ -15,7 +15,7 @@

    Inside a block

    + /> {{ item.title }} {{ item.subtitle }} @@ -33,7 +33,7 @@

    Inside a block

    *tuiDataList [itemContent]="content" [items]="items" - > + /> Inside a block

    + /> {{ item.title }} {{ item.subtitle }} diff --git a/projects/demo/src/modules/experimental/checkbox/checkbox.template.html b/projects/demo/src/modules/experimental/checkbox/checkbox.template.html index 3e1b3ac5b133..699e190184e4 100644 --- a/projects/demo/src/modules/experimental/checkbox/checkbox.template.html +++ b/projects/demo/src/modules/experimental/checkbox/checkbox.template.html @@ -22,7 +22,7 @@ --tui-accent CSS variable to customize color of native control emulation - + @@ -34,7 +34,7 @@ + />
  • @@ -43,7 +43,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/chip/chip.template.html b/projects/demo/src/modules/experimental/chip/chip.template.html index 0375632ab07c..dee7604d73ae 100644 --- a/projects/demo/src/modules/experimental/chip/chip.template.html +++ b/projects/demo/src/modules/experimental/chip/chip.template.html @@ -17,7 +17,7 @@ heading="Basic" [content]="example1" > - + - + - + - + @@ -53,7 +53,7 @@ + />
  • @@ -62,7 +62,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/chip/examples/2/index.html b/projects/demo/src/modules/experimental/chip/examples/2/index.html index 059531dcab24..48ec2c63d112 100644 --- a/projects/demo/src/modules/experimental/chip/examples/2/index.html +++ b/projects/demo/src/modules/experimental/chip/examples/2/index.html @@ -54,7 +54,7 @@ + /> Avatar diff --git a/projects/demo/src/modules/experimental/chip/examples/4/index.html b/projects/demo/src/modules/experimental/chip/examples/4/index.html index 6a870935f0f6..189004b0fa40 100644 --- a/projects/demo/src/modules/experimental/chip/examples/4/index.html +++ b/projects/demo/src/modules/experimental/chip/examples/4/index.html @@ -17,7 +17,7 @@ + /> - + - + @@ -34,7 +34,7 @@ + /> + />
  • @@ -75,7 +75,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/header/examples/2/index.html b/projects/demo/src/modules/experimental/header/examples/2/index.html index 46414f0a7484..72e5f322a056 100644 --- a/projects/demo/src/modules/experimental/header/examples/2/index.html +++ b/projects/demo/src/modules/experimental/header/examples/2/index.html @@ -8,11 +8,11 @@
    1 - + + />

    @@ -33,7 +33,7 @@

    1 - + Title - +
    Subtitle
    diff --git a/projects/demo/src/modules/experimental/header/header.template.html b/projects/demo/src/modules/experimental/header/header.template.html index 4a92c555cdf8..6b7dc691673e 100644 --- a/projects/demo/src/modules/experimental/header/header.template.html +++ b/projects/demo/src/modules/experimental/header/header.template.html @@ -16,7 +16,7 @@ heading="Sizes" [content]="example1" > - + - + - + @@ -44,7 +44,7 @@ + />
  • @@ -53,7 +53,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/label/label.template.html b/projects/demo/src/modules/experimental/label/label.template.html index d04792cbf498..ea72e43454e1 100644 --- a/projects/demo/src/modules/experimental/label/label.template.html +++ b/projects/demo/src/modules/experimental/label/label.template.html @@ -11,7 +11,7 @@ heading="Basic" [content]="1 | tuiExample: 'html'" > - + - + - + - + @@ -43,6 +43,6 @@ + /> diff --git a/projects/demo/src/modules/experimental/navigation/examples/1/index.html b/projects/demo/src/modules/experimental/navigation/examples/1/index.html index 470dd9f2ed4c..490d6a52476e 100644 --- a/projects/demo/src/modules/experimental/navigation/examples/1/index.html +++ b/projects/demo/src/modules/experimental/navigation/examples/1/index.html @@ -7,7 +7,7 @@ Menu - + A very very long product name Test @@ -27,7 +27,7 @@ icon="tuiIconCheck" [style.font-size.em]="1" [style.margin-left.rem]="0.5" - > + /> @@ -46,7 +46,7 @@ tuiIconButton > Notifications - + - +
    - + component for that. - + 0.125rem instead. - + - + - + - + @@ -150,7 +150,7 @@ heading="Examples" [content]="example7" > - + @@ -162,7 +162,7 @@ + />
  • @@ -171,7 +171,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/textfield/examples/1/index.html b/projects/demo/src/modules/experimental/textfield/examples/1/index.html index 7136c393abb2..fceb772c0126 100644 --- a/projects/demo/src/modules/experimental/textfield/examples/1/index.html +++ b/projects/demo/src/modules/experimental/textfield/examples/1/index.html @@ -8,8 +8,8 @@ tuiTextfield [(ngModel)]="value" /> - - + + @@ -41,6 +41,6 @@ [placeholder]="s.focused ? 'I am placeholder' : 'I am a label'" [(ngModel)]="value" /> - - + + diff --git a/projects/demo/src/modules/experimental/textfield/examples/2/index.html b/projects/demo/src/modules/experimental/textfield/examples/2/index.html index 9ebe7dca68ea..aba3e851e675 100644 --- a/projects/demo/src/modules/experimental/textfield/examples/2/index.html +++ b/projects/demo/src/modules/experimental/textfield/examples/2/index.html @@ -5,7 +5,7 @@ [disabled]="true" [(ngModel)]="value" /> - + @@ -15,7 +15,7 @@ [readOnly]="true" [(ngModel)]="value" /> - + @@ -25,5 +25,5 @@ [invalid]="true" [(ngModel)]="value" /> - + diff --git a/projects/demo/src/modules/experimental/textfield/examples/3/index.html b/projects/demo/src/modules/experimental/textfield/examples/3/index.html index d290c92e7ab8..2b711a5fbe0b 100644 --- a/projects/demo/src/modules/experimental/textfield/examples/3/index.html +++ b/projects/demo/src/modules/experimental/textfield/examples/3/index.html @@ -9,9 +9,9 @@ tuiTextfield [(ngModel)]="value" /> - + - + @@ -26,8 +26,8 @@ tuiTextfield [(ngModel)]="value" > - + - + diff --git a/projects/demo/src/modules/experimental/textfield/textfield.template.html b/projects/demo/src/modules/experimental/textfield/textfield.template.html index 7aa5a7d97d18..75d9757c43e2 100644 --- a/projects/demo/src/modules/experimental/textfield/textfield.template.html +++ b/projects/demo/src/modules/experimental/textfield/textfield.template.html @@ -15,7 +15,7 @@ heading="Size" [content]="example1" > - + - + - + @@ -43,7 +43,7 @@ + />
  • @@ -52,7 +52,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/thumbnail-card/thumbnail-card.template.html b/projects/demo/src/modules/experimental/thumbnail-card/thumbnail-card.template.html index f10d150260bc..820d9f391580 100644 --- a/projects/demo/src/modules/experimental/thumbnail-card/thumbnail-card.template.html +++ b/projects/demo/src/modules/experimental/thumbnail-card/thumbnail-card.template.html @@ -11,7 +11,7 @@ heading="Sizes" [content]="example1" > - + - + - + @@ -89,7 +89,7 @@ + />
  • @@ -98,7 +98,7 @@ + />
  • @@ -113,7 +113,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/title/examples/3/index.html b/projects/demo/src/modules/experimental/title/examples/3/index.html index 272d87ceb271..15d204901a83 100644 --- a/projects/demo/src/modules/experimental/title/examples/3/index.html +++ b/projects/demo/src/modules/experimental/title/examples/3/index.html @@ -28,7 +28,7 @@

    + />
    Alex Inkin
    Available
    diff --git a/projects/demo/src/modules/experimental/title/title.template.html b/projects/demo/src/modules/experimental/title/title.template.html index 878361386ad9..9bac7282ceda 100644 --- a/projects/demo/src/modules/experimental/title/title.template.html +++ b/projects/demo/src/modules/experimental/title/title.template.html @@ -17,7 +17,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -45,7 +45,7 @@ + />
  • @@ -54,7 +54,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/toggle/toggle.template.html b/projects/demo/src/modules/experimental/toggle/toggle.template.html index d22fe5f5ac3e..73ad6ca000fa 100644 --- a/projects/demo/src/modules/experimental/toggle/toggle.template.html +++ b/projects/demo/src/modules/experimental/toggle/toggle.template.html @@ -22,7 +22,7 @@ --tui-accent CSS variable to customize color of native control emulation - + @@ -34,7 +34,7 @@ + />
  • @@ -43,7 +43,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/tooltip/examples/1/index.html b/projects/demo/src/modules/experimental/tooltip/examples/1/index.html index ec9ee2e31308..1c5b8c145975 100644 --- a/projects/demo/src/modules/experimental/tooltip/examples/1/index.html +++ b/projects/demo/src/modules/experimental/tooltip/examples/1/index.html @@ -2,7 +2,7 @@ +/>

    ...or any custom HTML or logic with PolymorpheusContent @@ -11,13 +11,13 @@ +/>

    Example of wrapping tooltip + />

    diff --git a/projects/demo/src/modules/experimental/tooltip/examples/2/index.html b/projects/demo/src/modules/experimental/tooltip/examples/2/index.html index 8463d16af5db..f79de71a72b3 100644 --- a/projects/demo/src/modules/experimental/tooltip/examples/2/index.html +++ b/projects/demo/src/modules/experimental/tooltip/examples/2/index.html @@ -5,11 +5,11 @@ class="input" [tuiTextfieldLabelOutside]="true" [(ngModel)]="value" -> +/> +/> +/> diff --git a/projects/demo/src/modules/experimental/tooltip/examples/3/index.html b/projects/demo/src/modules/experimental/tooltip/examples/3/index.html index a3369e8b9732..c9a8d858cc97 100644 --- a/projects/demo/src/modules/experimental/tooltip/examples/3/index.html +++ b/projects/demo/src/modules/experimental/tooltip/examples/3/index.html @@ -1,5 +1,5 @@

    Icon can be changed using DI options

    - +

    Icon color can be changed using @@ -9,4 +9,4 @@ +/> diff --git a/projects/demo/src/modules/experimental/tooltip/tooltip.template.html b/projects/demo/src/modules/experimental/tooltip/tooltip.template.html index 2b012dab7c28..a5e5f03dea76 100644 --- a/projects/demo/src/modules/experimental/tooltip/tooltip.template.html +++ b/projects/demo/src/modules/experimental/tooltip/tooltip.template.html @@ -17,21 +17,21 @@ heading="Basic" [content]="example1" > - + - + - + @@ -44,7 +44,7 @@ [direction]="direction" [hideDelay]="hideDelay" [showDelay]="showDelay" - > + /> + />

  • @@ -123,7 +123,7 @@ + />
  • diff --git a/projects/demo/src/modules/icons/customization/examples/1/index.html b/projects/demo/src/modules/icons/customization/examples/1/index.html index f23d3c1566e0..00ed80fcd5f0 100644 --- a/projects/demo/src/modules/icons/customization/examples/1/index.html +++ b/projects/demo/src/modules/icons/customization/examples/1/index.html @@ -4,12 +4,12 @@ + /> + />
    @@ -18,10 +18,10 @@ + /> + />
    diff --git a/projects/demo/src/modules/icons/customization/examples/2/index.html b/projects/demo/src/modules/icons/customization/examples/2/index.html index 8dea76b7cbc2..3debcea51926 100644 --- a/projects/demo/src/modules/icons/customization/examples/2/index.html +++ b/projects/demo/src/modules/icons/customization/examples/2/index.html @@ -2,17 +2,17 @@ + />

    + />

    + />

    diff --git a/projects/demo/src/modules/icons/customization/icons-customization.template.html b/projects/demo/src/modules/icons/customization/icons-customization.template.html index 96a6e2202722..5c7dc3568ac0 100644 --- a/projects/demo/src/modules/icons/customization/icons-customization.template.html +++ b/projects/demo/src/modules/icons/customization/icons-customization.template.html @@ -6,7 +6,7 @@ heading="Custom names" [content]="example1" > - + - + diff --git a/projects/demo/src/modules/icons/icons-bundled/examples/1/index.html b/projects/demo/src/modules/icons/icons-bundled/examples/1/index.html index 09314ec30370..ab0bd2960309 100644 --- a/projects/demo/src/modules/icons/icons-bundled/examples/1/index.html +++ b/projects/demo/src/modules/icons/icons-bundled/examples/1/index.html @@ -2,40 +2,40 @@

    Named icon from ShadowDOM

    +/>

    Custom named icon

    + />

    Named icon

    + />

    Source code

    - +
    + />

    External link

    + />

    External segment link

    + />
    diff --git a/projects/demo/src/modules/icons/icons-bundled/icons-bundled.template.html b/projects/demo/src/modules/icons/icons-bundled/icons-bundled.template.html index 50fe891162cf..8611c6ac602c 100644 --- a/projects/demo/src/modules/icons/icons-bundled/icons-bundled.template.html +++ b/projects/demo/src/modules/icons/icons-bundled/icons-bundled.template.html @@ -9,7 +9,7 @@ + />

    Sanitizer

    @@ -65,14 +65,14 @@

    + /> - + diff --git a/projects/demo/src/modules/icons/icons-group/icons-group.template.html b/projects/demo/src/modules/icons/icons-group/icons-group.template.html index f08adca07e53..cc9f3c3816a0 100644 --- a/projects/demo/src/modules/icons/icons-group/icons-group.template.html +++ b/projects/demo/src/modules/icons/icons-group/icons-group.template.html @@ -10,7 +10,7 @@

    Search by name

    Input icon name to highlight - + @@ -48,7 +48,7 @@

    copyPath: copyPath, entry: {isIntersecting: false} }" - > + />

    diff --git a/projects/demo/src/modules/icons/icons-mapping/examples/3/index.html b/projects/demo/src/modules/icons/icons-mapping/examples/3/index.html index 8b12cd704887..2ac902209d4f 100644 --- a/projects/demo/src/modules/icons/icons-mapping/examples/3/index.html +++ b/projects/demo/src/modules/icons/icons-mapping/examples/3/index.html @@ -18,8 +18,8 @@
    non gradient icon: - +
    gradient icon: - + diff --git a/projects/demo/src/modules/icons/icons-mapping/icons-mapping.template.html b/projects/demo/src/modules/icons/icons-mapping/icons-mapping.template.html index 3406998ece49..cc82a8cd407c 100644 --- a/projects/demo/src/modules/icons/icons-mapping/icons-mapping.template.html +++ b/projects/demo/src/modules/icons/icons-mapping/icons-mapping.template.html @@ -48,7 +48,7 @@ heading="Material icons" [content]="example1" > - + - + DI options
    + /> diff --git a/projects/demo/src/modules/icons/icons.template.html b/projects/demo/src/modules/icons/icons.template.html index de224e5ed38d..2d0d8be78bd3 100644 --- a/projects/demo/src/modules/icons/icons.template.html +++ b/projects/demo/src/modules/icons/icons.template.html @@ -72,7 +72,7 @@ + /> @@ -107,7 +107,7 @@ + />
  • @@ -116,7 +116,7 @@ + />
  • diff --git a/projects/demo/src/modules/icons/marker-icon/examples/1/index.html b/projects/demo/src/modules/icons/marker-icon/examples/1/index.html index 0b740b338a94..1718bb6c94fa 100644 --- a/projects/demo/src/modules/icons/marker-icon/examples/1/index.html +++ b/projects/demo/src/modules/icons/marker-icon/examples/1/index.html @@ -1 +1 @@ - + diff --git a/projects/demo/src/modules/icons/marker-icon/examples/2/index.html b/projects/demo/src/modules/icons/marker-icon/examples/2/index.html index f471637b9066..798eeda78c97 100644 --- a/projects/demo/src/modules/icons/marker-icon/examples/2/index.html +++ b/projects/demo/src/modules/icons/marker-icon/examples/2/index.html @@ -1,7 +1,7 @@ +/> +/> +/> +/> +/>
    + />
    +/> diff --git a/projects/demo/src/modules/icons/marker-icon/examples/3/index.html b/projects/demo/src/modules/icons/marker-icon/examples/3/index.html index 4a492bb1439e..d390e927d412 100644 --- a/projects/demo/src/modules/icons/marker-icon/examples/3/index.html +++ b/projects/demo/src/modules/icons/marker-icon/examples/3/index.html @@ -4,46 +4,46 @@ size="xxs" src="tuiIconBellLarge" class="tui-space_right-2" -> +/> +/> +/> +/> +/> +/> +/> diff --git a/projects/demo/src/modules/icons/marker-icon/marker-icon.template.html b/projects/demo/src/modules/icons/marker-icon/marker-icon.template.html index 5c1f56bb1058..f65ca4a75ed3 100644 --- a/projects/demo/src/modules/icons/marker-icon/marker-icon.template.html +++ b/projects/demo/src/modules/icons/marker-icon/marker-icon.template.html @@ -16,7 +16,7 @@ heading="Basic" [content]="example1" > - + - + new attribute has to be added to enable new sizes. - + @@ -55,7 +55,7 @@ [mode]="mode" [size]="size" [src]="selectedIcon" - > + /> + />
  • @@ -115,7 +115,7 @@ + />
  • diff --git a/projects/demo/src/modules/info/testing/disable-animation/disable-animation.template.html b/projects/demo/src/modules/info/testing/disable-animation/disable-animation.template.html index 77097ac5f064..6186ad6f09a0 100644 --- a/projects/demo/src/modules/info/testing/disable-animation/disable-animation.template.html +++ b/projects/demo/src/modules/info/testing/disable-animation/disable-animation.template.html @@ -52,9 +52,9 @@ + /> + /> diff --git a/projects/demo/src/modules/info/testing/jest/jest.template.html b/projects/demo/src/modules/info/testing/jest/jest.template.html index 6e4d7c555227..389bdf3bba72 100644 --- a/projects/demo/src/modules/info/testing/jest/jest.template.html +++ b/projects/demo/src/modules/info/testing/jest/jest.template.html @@ -51,12 +51,12 @@

    + /> or + />
  • Create the file @@ -74,7 +74,7 @@

    + />

  • diff --git a/projects/demo/src/modules/markup/breakpoints/breakpoints.template.html b/projects/demo/src/modules/markup/breakpoints/breakpoints.template.html index 814094fbc51f..39a9c84a688b 100644 --- a/projects/demo/src/modules/markup/breakpoints/breakpoints.template.html +++ b/projects/demo/src/modules/markup/breakpoints/breakpoints.template.html @@ -51,7 +51,7 @@ heading="Usage" [content]="example1" > - + @@ -63,7 +63,7 @@ + />
  • @@ -72,7 +72,7 @@ + />
  • diff --git a/projects/demo/src/modules/markup/colors/colors.template.html b/projects/demo/src/modules/markup/colors/colors.template.html index d88250b23fa8..a7e99c84f06d 100644 --- a/projects/demo/src/modules/markup/colors/colors.template.html +++ b/projects/demo/src/modules/markup/colors/colors.template.html @@ -38,6 +38,6 @@ + /> diff --git a/projects/demo/src/modules/markup/colors/table/table.template.html b/projects/demo/src/modules/markup/colors/table/table.template.html index 45f0f849dfa8..1c02ea310467 100644 --- a/projects/demo/src/modules/markup/colors/table/table.template.html +++ b/projects/demo/src/modules/markup/colors/table/table.template.html @@ -1,4 +1,4 @@ - +

    - + Title Author Purchase - + + /> + /> + /> + /> + /> + /> + /> + /> + /> + /> + /> Star Wars diff --git a/projects/demo/src/modules/tables/table/examples/4/index.html b/projects/demo/src/modules/tables/table/examples/4/index.html index 08a3d09ecfcb..cb3661f0f986 100644 --- a/projects/demo/src/modules/tables/table/examples/4/index.html +++ b/projects/demo/src/modules/tables/table/examples/4/index.html @@ -31,7 +31,7 @@ [enabled]="enabled" [(items)]="initial" (enabledChange)="onEnabled($event)" - > + />

    @@ -114,7 +114,7 @@ [total]="(total$ | async) || 0" (pageChange)="onPage($event)" (sizeChange)="onSize($event)" - > + />