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 1f8e1007fcd9b..c3267a2bea92a 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 0921da275a1d7..1f12637bf1c4c 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 b6d3aa1e74f44..c2b2018c0e926 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 297867915b8e9..9449b6f75f09f 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 8f80f89125991..0d981259f6dc5 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 08cc9685780c1..b1469fbb256f8 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 a680bc1b94bb7..04b1282adfe5f 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 a4a21b7b40389..a3b271b93f4bb 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 8016749bf9e02..f0b3395c6f0ba 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 221c8d7240ca3..6554556585644 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 66d4f5fc3d209..441563144a1f5 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 f092e72cf51ca..975bd7b04ff38 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 ad383f1153481..1f4a060c12a95 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 2aceffb768d4e..9b7b7af1d1e25 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 d759e7ed777d3..ab512ae25e464 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 7cc71df54143c..e27ce16d6a0d2 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 c01e287d93f6b..e39ac0dcad86c 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 583b002f3530a..38f7bca6ad2e0 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 c52b3f7df8ae2..2a037b0e21a3d 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 55fa16f89b922..d72d5801f8481 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 791d25d40c8eb..edcdedc0affb5 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 cf565ce65ecfe..564367bfdbc57 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 a6c61bcfb373a..cd858fd669dc2 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 68dc636482350..b869069b663ce 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 52007f02e8dc7..a47687a0c919d 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 dd7b74e4fba34..f2dd3ab5a8e9c 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 8c5d470d70966..0ab70af5b9274 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 a62aa60ada350..98e5729ed27a7 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 a809343254645..a285353f4d66d 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 f3a3b55e162fa..a5d8ca1ebceef 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 b7b0a30591074..e69e6eb55dea3 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 9bb12d4414619..cb812e1625a19 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 ba0a48eee8c6d..ceb5b0b428278 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 d03c1b29aa4de..77d9f72671ac4 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 67daed4bb4aab..d93ab027c0df3 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 12effeef923a8..5afa6d01c82ba 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 d78ce47ffff63..0bb7eb38ce6e9 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 6924718d2c533..90d1b863aec2a 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 a99306cd91510..1ff176e554dd1 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 66c89272d504b..aaf61608cc474 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 8fe11f6ee1560..ee6fecb13fe53 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 e204f41cc3cc0..9476e82d262b3 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 1e2e455e02a16..e47e1a95e88b9 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 e171e7edcd637..2920be982c38d 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 f04ed7e352fb4..b18fe56550058 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 658627784077c..d5b3a1ab6ca6e 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 996ebae274b24..fb0e826bf0818 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 5ac8b225fac6e..95515c1e9ed47 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 68acaabb0f16a..08477ddee091f 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 eb4cefe051149..60c7cd02f9eb7 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 b20326e15ce7c..7af4d0e346639 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 d2c3ed560297d..3fc119fd74d0f 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 a6e5d611c6c3a..1864303ce1876 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 30ff4af24d046..a039d5a3c9f85 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 429421dfe7402..ff268a3e8eb5b 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 1341af7cb2b24..8928aa265feb9 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 7513350d2c09e..81a9711bb6c8f 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 ccb0b60c88585..4f6fb7c5fbbe9 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 988fb7d674fdc..282dfbca5fcfa 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 882deb7a58b18..ff80b7200f09b 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 26fbee9a45d70..3a15ca4f05364 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 08068a3bc4119..10c572c19e90a 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 3b90581f19608..1916cf78cac33 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 2f989dde170e4..4675e89cd8788 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 453da80698350..995ba0190ca0e 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 4c9550e515129..0fdc1a41fb3c3 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 0f0d398a23f12..86c5330594505 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" > - + - + - + - + - + @@ -208,7 +208,7 @@ + />
  • @@ -217,7 +217,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 b90a32777970c..dd148366f0099 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 0a12fe6ed5330..927b2a5ccb1f9 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 e7e591b1770a7..9cba110674ae1 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 75094e00149e4..7b442302fcac3 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 c851e4cb5f00c..e4df8209f5f16 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 c87157c95c419..1f06a359c16a3 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 399333673fd90..9cb3bed386639 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 eaf75bc5fed59..14ae4174cce67 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 3c93cc27b5562..ac7ed8abffaf9 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 d4dce056d503c..ddc15b621f398 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 c73e5d628a62a..c7ab702fb8d25 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 ecb8c7f3af2a2..d70574ed6f869 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 fb8aff9c6aabe..0469f39590806 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 00f3c4f4fc1fc..b30feef93b292 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 520df2588a15a..32cbb6788c749 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 90b957a58f303..225dba69963cf 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 b34e64c103311..d2451f0999611 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 b927bd9aa341d..38805bcecbaee 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 edc6efebd4913..6d700510ae1eb 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 371219a52f19f..e0716c8b3c1b8 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 f8e481fc7856b..807dc76171242 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 39bc69d3bd7c3..c1b41e57098f4 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 65d04257f1adb..d7e0ddff1ac8d 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 86e178bb008e2..7af69709ffce7 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 ee084e7fe2e05..1803bbbe4f17f 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 43594ded52521..7c8ca1f7c420c 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 7272d3c1191a8..5b457945f1a20 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 795fdd52063eb..3533e7468360d 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 22a8983b5ea84..5e186bb81876c 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 a583b919ce8a5..825888fea3a02 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 c9a6fa8ce6f3f..01704020a6ab2 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 562b8069c8d27..bf73da3ac51fe 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 562b8069c8d27..bf73da3ac51fe 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 7b89b359beb9a..f58160e409f83 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 562b8069c8d27..bf73da3ac51fe 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 0839356d04f3e..ea692005a8774 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 64955b857ee6f..1091e6c6e1545 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 7e474bf9a0de8..e416d08669901 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 a0b8e6ac431c8..7b6dc0e38174a 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 c14ed25d9c815..4535e2656a2f9 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 c14ed25d9c815..4535e2656a2f9 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 04fbb65bee396..0be7d7dda45a6 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 209bb1ee03d88..554ab2f23e277 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 1b34619540955..c4307563065bd 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 235cfe9d810ec..9afa6f61958f7 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 46d27f744688d..a8960b3a987dd 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 2ce8af05f8eca..21c49e52badc2 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 f6b5f87acf6fb..3a9dae699c78d 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 634e920bd382e..f6dff448b152d 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 e2721c38d4958..e83772736d9ce 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 59f81f699c48b..26d207e465e22 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 25dec2d6be6ee..00451306f1551 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 31c267463b204..bab059bbb898f 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 b9c84031d2648..3b6e5a99d1f61 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 ef90beec40425..6bf27471099ea 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 2a6ff97f7e1c4..fdd6de77c5ad2 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 d01289b3ad772..8e6e604673b79 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 5b58ef2edcbc4..1e327534c6372 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 c8d30ee37838b..9d6f09a4126d8 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 f9dab15e3771e..54c239ebf75ba 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 018be56bba522..684f554688d94 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 59f227313aa27..1e2064a324c3b 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 5167e98373b29..5e8062424e072 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 b16dea1fb6583..7f52e228ef1c2 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 48c3f699bd675..7568f9fc56d50 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 c02069142cd86..9f95b9690d476 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 7d10da25dea6b..922eb3b875eb0 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 0cf697f2eb31d..e491da9d57133 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 124c100613d01..d11b73a6a1fc4 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" > - +
    @@ -86,7 +86,7 @@ + />
  • @@ -95,7 +95,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 52ccad5538cbd..0b9b630377a1e 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 48533489264f0..82ae3c88d8e22 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 f8be3c95787b4..acec8191310eb 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 c846c96c3c101..49a4ee5f56c63 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 7c5f8764204e6..5256a7a2cdaa6 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 b35ab74d4d3e4..1c64c584dd3bb 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 05005411d10d4..bec796e2f2e1d 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 53bf57c23e907..075ba760f5365 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 36742220cd41e..192eaafd373e1 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 bf1ead8b4dab1..963122254fdb5 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 13d14d6970313..8b543be1ed7b8 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 d0d1a1af78eba..f2a0673db77d3 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 c4faf77bd8db0..844ef5b1b957c 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 366704e49e6ee..aee086306149c 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 df02090e0c3e6..d8048de7a214f 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 556c21063e8d2..7bd5700f39a26 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 a0c6b8109fd16..8a6cc4c5ac7da 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 8ab8463d9a71f..6a0584a8c4b18 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 3426ce1cb15f8..e059ddf73ed42 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 3ac4e4d1a0532..1343097a4fdc6 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 ec0aa5f4a6d89..c6c2e7aa4661b 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 2f28a97ea1857..0916105e01dec 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 6a84ff9b1aad5..ccc9ff90d6743 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 d77d0c9db2d52..4cdc3d1bd9e2c 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 908368f02e02c..9d32e6ec171fd 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 5e3a92060e0e1..d55b857f58bfd 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 1c68794662d6c..eaf6955af9d3c 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 c52a533f36ec3..cd221c318c17a 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 4919e631500b5..eb64a836d9646 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 13cac60174dc2..49d5cd1bac70e 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 419b82c10c0a3..1edf709315e7d 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 edce0ca4b2c21..41b3855958bb2 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 94d349c767b5b..b2733453d4644 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 20d534f6b3390..3fdeb0a1f8e0f 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 595cb5297263f..8984b251a9af7 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 e69e8649cb240..252ce94df04a6 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 000ddc739b603..2a0c2f9d621af 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 6793df444b9d2..cd3c6ba5c2100 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 001214da47ebe..df3974a6af7a1 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 e706a7e346897..fbd3387173e0c 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 0fad2c702e72e..5eb14d770ce17 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 a9f508e0f4b72..f1d47360cd789 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 a285e95d785d0..046ab17c86f30 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 c36e8dc008867..a58e4c8851102 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 d80f5d612931b..3c6d982dbbf96 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 59e38b7ecfc2c..d2f3a98cb32d0 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 066ff48b26faa..387e0d3bea3b9 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 009f05d7e50a0..3c3f02d285050 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 a6ae6a03810c8..e865b416f8dc5 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 69260f8be2b59..8a01e7117d23b 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 0f2527eab2795..77e3f44ca147e 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 c946ccc503541..373201c790326 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 1d22483330309..2af83537f5912 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 c89a2bdfaa1d5..961dbc0eebfba 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 ca4d7287681f1..cbd83a4ce3416 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 2b10a08b3e269..97d5052254381 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 6dbc74306383a..40b3726403395 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 77eda0daed847..918cc82f8016e 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 0d45f11e08596..2036aa29ec66c 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 c7a8b7d6b55b6..aa21aaca7e1f4 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 a07b237701327..c628affaffcca 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 d12d0ff7e28b1..8a2dfae33df52 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 48563138d76a3..d38cbae2f3925 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 962a78c04dca8..d99241c518491 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 053294d856b38..19c0e9a2bd918 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 c0bd171d5f084..aed3fe76a13a1 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 e40f763679f96..c510f1dc332b4 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 5215cbab41f65..672e3d62cdf8a 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 43e2684a58ae3..e43ea1b140b32 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 79570854343b1..43c4b1a2da311 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 ab183fe2c37cb..4d6983e3c24de 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 4fc8c4f840e37..637a5be16e625 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 6031aa8e3e6ed..f78ab9344b09c 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 159ac8ee28d4a..f8ff101b9d997 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 6ebce6d86db40..1f4aa7bd71141 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 24e2f07041bb6..41323387466bf 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 0704baed98b99..ac1e779c2a07c 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 e1cf11f6f86e8..1fc9cb201f5d0 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 8649b43390829..cfa53fe87dfd6 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 3384a2daadefd..b91874e446be8 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 daa7938ce1ce9..f8a3bb4bd2cbd 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 20f9a62f246e6..2aac9a8789298 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 825f99e065f8a..532b86736d8df 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 ae12abbba688d..6b65b1301ea60 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 e4f9bfa89889d..28ddb1e4679d6 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 61fc68790a9e6..c74efa1d4f1d0 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 79e1cba7f72e4..55aced6fd9327 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 012a3e9703d74..c69b18aa23d9d 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 16ab9357ac1f9..4bfe9bab47d98 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 9af37d528bc5e..e5b5df33883ff 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 9d26df9a10a80..99256e6a39ac8 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 3a2d25ae40beb..c95a1bf76b560 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 3a2a79b50dcca..b105cdc9d6a5f 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 3e9ad04f58446..2a93d1c8fde87 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 b2968064c48ef..09aa8e790b639 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 7bf3dd8d449e4..53c419f8ee2b9 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 b5bbd77456479..6e06cba5ccc3d 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 649c8e3387ec4..195f1c15aa85f 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 e56ce75d22f64..5de9cd3aa6ed2 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 e775fd57d4d99..cc76cca398e5f 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 1ddf604ebe0eb..ea0f0e3a6a8d7 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 c1e9fc07e348c..287a51dae932e 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 636dfe004358c..61ce40f91f018 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 d20178f74b189..ae4565951a874 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 c7e1ba3f0b5aa..e98cb6d43ccdb 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 d9d2704667073..bda29ded31cc3 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 bf8090b4910a9..d5a4a1926dbde 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 a710448f3eab2..aced7268f8f92 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 e36e8d01fe1b8..939e8abfdb72d 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 2b9dac3c93b1b..5f477e24ef589 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 331267f792c78..12a69031c3054 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 f3feddc8a12de..f7844a6d0ba11 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 247df818c7bad..5555911eca77d 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 764d8d1dd5bfc..16ff43dc02fad 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 04335e9994cf7..3407c12e58fe6 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 2432e3c72d575..542b73b4e1105 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 633d8de014db5..3f20afb631b1d 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 08880c0c228da..50f49079a289d 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 65f1fccc415d9..dc38f90f03202 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 885f59a6980ef..d3a46e56afb60 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 07111f8e9680e..666ed39fe1885 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 d7df8e1518edb..e6913747c1d56 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 880a13f6a9104..1cb6fb08a80c3 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 2c5c6c9b1f1bd..5b13667379357 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 86a8903acbf1e..1a6a26c1e7a5f 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 dacd50b0c7d94..3ad6cafee6e5b 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 8b8633e57a089..afefa48109266 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 2d77b09676ff6..042258dee6ec6 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 e787456e650d0..e0f23556685de 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 ac6ed914e9673..9d8c0f3de1d53 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 3bb4575c4162d..0dbef0c168701 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 9f0f57d9f7231..948404d278c7c 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 9d33ac4a97ab9..7a0495d73bcf8 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 f5c73c91af445..741ec505a1fa4 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 6ab22138837cb..64c9e7dec9557 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 e8b3285edb8ee..d12c2ce9876b6 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 23003ba715e85..20915c0329c57 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 b3f709b3039e4..fd3bcd4d9c349 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 15e7fd8264768..a2bab3472325f 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 b8e96582fcea6..8fb80c151da58 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 d14bbe3169a2c..38536d6020971 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 fcb49247b4637..e55e2f9906f16 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 afeec1c294835..dd8e5c6a73a22 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 a6770775d7e12..56e2347f55a9e 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 4b7374eb123d6..5f2dc87df3122 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 90d421ef690e5..13bb407c881dd 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 976d03fad323a..d2e631768c629 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 52a6725119e4e..a194dcecd1f8d 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 7e55d81ef2c1a..afd53a1aa6f0c 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 ec9ee2e31308a..1c5b8c1459753 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 1460318c01ef7..810601463cd68 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 e299f5b4be448..a76851540d769 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 baf3f3d9b116a..8bcbc8c5077f3 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 84f3a1e224a8a..181cc9a2c23be 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 6044cd5a0d9ff..bf5b198878776 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 5fa602b4b8c7b..becb307181717 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 53bab49a4af62..496f50f11e430 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 70ad6dceda9ac..9196543e9274f 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 be8fdc5df2028..d7f2703ae321d 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 48e14d0e14760..9ccace33d3466 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 16482d9b503b0..e0478445f313d 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 65689d9e6a1b7..fbf19e00729ed 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 f92c45f485cca..d7fd5fd3aa99b 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 58b4518725bef..c9c3157531559 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 bb74153c4802c..a6d1f7a2f27cb 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 d61dbf2250f20..6d1bfefcaa6e7 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 cb918cb074a79..7ed67cb236197 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 58b4518725bef..c9c3157531559 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 d61dbf2250f20..6d1bfefcaa6e7 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 09813e5a293e5..6cd213b61e676 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 6e9981f9386c5..fc21f8bbc4d70 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 1440c9154011e..3862451bcad06 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 e30d085da98b3..48ca1f73909ab 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 e63bda30c4fc9..7d45698d8a3dc 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 ea2d0f5bd1e8d..1623332434ccb 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 2db585329eb13..4550630812fbf 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 39c883e5df10b..8d361d4a694d4 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 bac027c73ac54..bec592f3173b7 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 ddeddc0a5b776..18fabd12a84c5 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 55bf75a8289b1..3ceb517361681 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 8383c695fc7f9..5038fb5bbc0fa 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 1e97a3cb5d3eb..8c9b1fad299e9 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 5ceece8e95cdb..99fc19f82101e 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 e98d086f548cf..852d43211fc87 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 902d9051e1a04..e283af6bee988 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 39d48c65a0bee..c6740cbe71d22 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 ae34a44748126..b98c69dc35d7e 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 54312f9d3a3f0..07ecd4d09ddfe 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 fbab751614b9d..e5ca0d724bfe7 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 35a4776929184..ed2966ee7dfa3 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 bea2b059d2dd5..895137c1b1829 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 1423a8a200e5a..76750784270cd 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 6d57c19177179..1b296251b367a 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 ddf01b2df22f6..f9ea5011f5987 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 da48ec4b2c26e..5b560e1b36088 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 0f28c1734f909..3db26ad22f726 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 c54eaaa5678b6..f0e88d8f85a20 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 8a96ad6c3dc42..38f31ab022757 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 c497103883156..35f44b9dd7e66 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 1687f1ea6b9a0..81656a6ba5d8e 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 28763b559b418..8f87a8cbb3eb9 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 630e9682ab679..954c07a99f98a 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 5c3060c24cf05..a6e3d0dfece07 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 3b263391a69c2..cc2754c512c56 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 8c41e10f5b3d9..e4ef4bbb6bfab 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 4786c7447e446..995375fdc1caa 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 3e1b3ac5b1333..699e190184e4b 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 0375632ab07c3..dee7604d73aef 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 059531dcab245..48ec2c63d112b 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 6a870935f0f62..189004b0fa40b 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 46414f0a74845..72e5f322a056d 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 4a92c555cdf85..6b7dc691673ee 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/icon/examples/1/index.html b/projects/demo/src/modules/experimental/icon/examples/1/index.html index 24d96a58ab055..51b121ca2c1fe 100644 --- a/projects/demo/src/modules/experimental/icon/examples/1/index.html +++ b/projects/demo/src/modules/experimental/icon/examples/1/index.html @@ -1,4 +1,4 @@ +/> diff --git a/projects/demo/src/modules/experimental/icon/examples/2/index.html b/projects/demo/src/modules/experimental/icon/examples/2/index.html index b017dfacf148a..35085147b0e7a 100644 --- a/projects/demo/src/modules/experimental/icon/examples/2/index.html +++ b/projects/demo/src/modules/experimental/icon/examples/2/index.html @@ -1,12 +1,12 @@ +/> +/> +/> diff --git a/projects/demo/src/modules/experimental/icon/examples/3/index.html b/projects/demo/src/modules/experimental/icon/examples/3/index.html index 72311e12b977b..71c520c619853 100644 --- a/projects/demo/src/modules/experimental/icon/examples/3/index.html +++ b/projects/demo/src/modules/experimental/icon/examples/3/index.html @@ -3,4 +3,4 @@ icon="tuiIconInfoLarge" [style.background]="'pink'" [style.color]="'purple'" -> +/> diff --git a/projects/demo/src/modules/experimental/icon/icon.template.html b/projects/demo/src/modules/experimental/icon/icon.template.html index 3182f1059552e..0578c8a76586f 100644 --- a/projects/demo/src/modules/experimental/icon/icon.template.html +++ b/projects/demo/src/modules/experimental/icon/icon.template.html @@ -17,7 +17,7 @@ heading="Basic" [content]="example1" > - + - + - + @@ -46,7 +46,7 @@ + />
  • @@ -55,7 +55,7 @@ + />
  • diff --git a/projects/demo/src/modules/experimental/label/label.template.html b/projects/demo/src/modules/experimental/label/label.template.html index d04792cbf498a..ea72e43454e18 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 470dd9f2ed4cd..490d6a52476e0 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 7136c393abb29..fceb772c0126c 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 9ebe7dca68eab..aba3e851e6758 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 d290c92e7ab8b..2b711a5fbe0b9 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 7aa5a7d97d189..75d9757c43e2b 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 f10d150260bc9..820d9f3915804 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 272d87ceb2711..15d204901a831 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 878361386ad96..9bac7282ceda0 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 d22fe5f5ac3eb..73ad6ca000fa0 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 ec9ee2e31308a..1c5b8c1459753 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 8463d16af5db4..f79de71a72b3f 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 a3369e8b97324..c9a8d858cc97f 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 2b012dab7c287..a5e5f03dea769 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 f23d3c1566e0e..00ed80fcd5f0c 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 8dea76b7cbc29..3debcea519262 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 96a6e22027225..5c7dc3568ac0b 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 09314ec303702..ab0bd2960309d 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 50fe891162cf1..8611c6ac602c7 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 f08adca07e53d..cc9f3c3816a0b 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 8b12cd7048871..2ac902209d4f6 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 3406998ece499..cc82a8cd407cd 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 50f52e556b50c..3bc14535033bb 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 0b740b338a94c..1718bb6c94fac 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 f471637b9066c..798eeda78c972 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 4a492bb1439e6..d390e927d412d 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 5c1f56bb10581..f65ca4a75ed33 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 77097ac5f064f..6186ad6f09a00 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 6e4d7c5552276..389bdf3bba723 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 814094fbc51fb..39a9c84a688b8 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 d88250b23fa81..a7e99c84f06df 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 45f0f849dfa8d..1c02ea3104670 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 08a3d09ecfcb9..cb3661f0f9866 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)" - > + />