@taiga-ui/core 5.0.0-canary.2e92594 → 5.0.0-canary.533701d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ class TuiRoot {
|
|
|
33
33
|
return this.doc.fullscreenElement === this.el || !this.child;
|
|
34
34
|
}
|
|
35
35
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiRoot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
36
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "5.0.0-canary.
|
|
36
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.17", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "5.0.0-canary.533701d" }, listeners: { "touchstart.passive.zoneless": "0", "document:fullscreenchange": "top.set(parent)" }, properties: { "style.--tui-duration.ms": "duration", "style.--tui-scroll-behavior": "reducedMotion ? \"auto\" : \"smooth\"", "class._mobile": "breakpoint() === \"mobile\"" } }, hostDirectives: [{ directive: i1.TuiPlatform }, { directive: i2.TuiVisualViewport }, { directive: i3.TuiFontSize }], ngImport: i0, template: "<div class=\"t-root-content\">\n <ng-content />\n</div>\n@if (top()) {\n @if (scrollbars) {\n <tui-scroll-controls class=\"t-root-scrollbar\" />\n }\n <tui-popups>\n <ng-content select=\"tuiOverContent\" />\n </tui-popups>\n}\n", styles: ["@keyframes tuiPresent{to{opacity:.99999}}@keyframes tuiFade{0%{opacity:0}}@keyframes tuiSlide{0%{transform:var(--tui-from, translateY(100%))}}@keyframes tuiScale{0%{transform:scale(var(--tui-scale, 0))}}@keyframes tuiCollapse{0%{grid-template-rows:0fr}to{grid-template-rows:1fr}}.tui-enter,.tui-leave{animation-duration:var(--tui-duration);animation-timing-function:ease-in-out;pointer-events:none}.tui-leave{animation-direction:reverse}\n", ".tui-zero-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.tui-zero-scrollbar::-webkit-scrollbar,.tui-zero-scrollbar::-webkit-scrollbar-thumb{display:none}body,input{margin:0}tui-root{position:relative;display:block;font:var(--tui-font-body-s);color:var(--tui-text-primary);flex:1;border-image:conic-gradient(var(--tui-background-base) 0 0) fill 0/0/0 0 100vh 0;-webkit-tap-highlight-color:transparent}:root{--tui-inline-start: left;--tui-inline-end: right;--tui-inline: 1}[dir=rtl]{--tui-inline-start: right;--tui-inline-end: left;--tui-inline: -1}tui-root>.t-root-scrollbar{position:fixed;z-index:0;inset:0}.t-root-content{position:relative;top:var(--t-root-top);block-size:100%;isolation:isolate}.t-root-content>*{--t-root-top: 0}[tuiDropdownButton][tuiDropdownButton]{display:none}\n"], dependencies: [{ kind: "component", type: TuiPopups, selector: "tui-popups" }, { kind: "component", type: TuiScrollControls, selector: "tui-scroll-controls" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
37
37
|
}
|
|
38
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiRoot, decorators: [{
|
|
39
39
|
type: Component,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.533701d",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"types": "./components/index.d.ts",
|
|
35
35
|
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
36
36
|
},
|
|
37
|
-
"./directives": {
|
|
38
|
-
"types": "./directives/index.d.ts",
|
|
39
|
-
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
40
|
-
},
|
|
41
37
|
"./pipes": {
|
|
42
38
|
"types": "./pipes/index.d.ts",
|
|
43
39
|
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
44
40
|
},
|
|
41
|
+
"./directives": {
|
|
42
|
+
"types": "./directives/index.d.ts",
|
|
43
|
+
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
44
|
+
},
|
|
45
45
|
"./portals": {
|
|
46
46
|
"types": "./portals/index.d.ts",
|
|
47
47
|
"default": "./fesm2022/taiga-ui-core-portals.mjs"
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"types": "./utils/index.d.ts",
|
|
63
63
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
64
64
|
},
|
|
65
|
-
"./components/button": {
|
|
66
|
-
"types": "./components/button/index.d.ts",
|
|
67
|
-
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
68
|
-
},
|
|
69
65
|
"./components/calendar": {
|
|
70
66
|
"types": "./components/calendar/index.d.ts",
|
|
71
67
|
"default": "./fesm2022/taiga-ui-core-components-calendar.mjs"
|
|
72
68
|
},
|
|
69
|
+
"./components/button": {
|
|
70
|
+
"types": "./components/button/index.d.ts",
|
|
71
|
+
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
72
|
+
},
|
|
73
73
|
"./components/cell": {
|
|
74
74
|
"types": "./components/cell/index.d.ts",
|
|
75
75
|
"default": "./fesm2022/taiga-ui-core-components-cell.mjs"
|
|
@@ -130,6 +130,10 @@
|
|
|
130
130
|
"types": "./components/title/index.d.ts",
|
|
131
131
|
"default": "./fesm2022/taiga-ui-core-components-title.mjs"
|
|
132
132
|
},
|
|
133
|
+
"./pipes/format-number": {
|
|
134
|
+
"types": "./pipes/format-number/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
136
|
+
},
|
|
133
137
|
"./directives/appearance": {
|
|
134
138
|
"types": "./directives/appearance/index.d.ts",
|
|
135
139
|
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
@@ -158,10 +162,6 @@
|
|
|
158
162
|
"types": "./directives/number-format/index.d.ts",
|
|
159
163
|
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
160
164
|
},
|
|
161
|
-
"./pipes/format-number": {
|
|
162
|
-
"types": "./pipes/format-number/index.d.ts",
|
|
163
|
-
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
164
|
-
},
|
|
165
165
|
"./portals/alert": {
|
|
166
166
|
"types": "./portals/alert/index.d.ts",
|
|
167
167
|
"default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
|
|
@@ -174,10 +174,6 @@
|
|
|
174
174
|
"types": "./portals/dropdown/index.d.ts",
|
|
175
175
|
"default": "./fesm2022/taiga-ui-core-portals-dropdown.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./portals/hint": {
|
|
178
|
-
"types": "./portals/hint/index.d.ts",
|
|
179
|
-
"default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
|
|
180
|
-
},
|
|
181
177
|
"./portals/modal": {
|
|
182
178
|
"types": "./portals/modal/index.d.ts",
|
|
183
179
|
"default": "./fesm2022/taiga-ui-core-portals-modal.mjs"
|
|
@@ -186,14 +182,18 @@
|
|
|
186
182
|
"types": "./portals/popup/index.d.ts",
|
|
187
183
|
"default": "./fesm2022/taiga-ui-core-portals-popup.mjs"
|
|
188
184
|
},
|
|
189
|
-
"./
|
|
190
|
-
"types": "./
|
|
191
|
-
"default": "./fesm2022/taiga-ui-core-
|
|
185
|
+
"./portals/hint": {
|
|
186
|
+
"types": "./portals/hint/index.d.ts",
|
|
187
|
+
"default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
|
|
192
188
|
},
|
|
193
189
|
"./utils/dom": {
|
|
194
190
|
"types": "./utils/dom/index.d.ts",
|
|
195
191
|
"default": "./fesm2022/taiga-ui-core-utils-dom.mjs"
|
|
196
192
|
},
|
|
193
|
+
"./utils/format": {
|
|
194
|
+
"types": "./utils/format/index.d.ts",
|
|
195
|
+
"default": "./fesm2022/taiga-ui-core-utils-format.mjs"
|
|
196
|
+
},
|
|
197
197
|
"./utils/miscellaneous": {
|
|
198
198
|
"types": "./utils/miscellaneous/index.d.ts",
|
|
199
199
|
"default": "./fesm2022/taiga-ui-core-utils-miscellaneous.mjs"
|
|
@@ -205,9 +205,9 @@
|
|
|
205
205
|
"@angular/forms": ">=19.0.0",
|
|
206
206
|
"@angular/platform-browser": ">=19.0.0",
|
|
207
207
|
"@angular/router": ">=19.0.0",
|
|
208
|
-
"@ng-web-apis/common": "^5.0.
|
|
209
|
-
"@ng-web-apis/mutation-observer": "^5.0.
|
|
210
|
-
"@ng-web-apis/platform": "^5.0.
|
|
208
|
+
"@ng-web-apis/common": "^5.0.2",
|
|
209
|
+
"@ng-web-apis/mutation-observer": "^5.0.2",
|
|
210
|
+
"@ng-web-apis/platform": "^5.0.2",
|
|
211
211
|
"@taiga-ui/cdk": "^5.0.0-rc.0",
|
|
212
212
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
213
213
|
"@taiga-ui/i18n": "^5.0.0-rc.0",
|