@taiga-ui/core 5.0.0-canary.c343ecb → 5.0.0-canary.cf66fed
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.18", ngImport: i0, type: TuiRoot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
36
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", 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.18", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "5.0.0-canary.cf66fed" }, 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.18", 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.cf66fed",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -30,6 +30,10 @@
|
|
|
30
30
|
"types": "./classes/index.d.ts",
|
|
31
31
|
"default": "./fesm2022/taiga-ui-core-classes.mjs"
|
|
32
32
|
},
|
|
33
|
+
"./components": {
|
|
34
|
+
"types": "./components/index.d.ts",
|
|
35
|
+
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
36
|
+
},
|
|
33
37
|
"./directives": {
|
|
34
38
|
"types": "./directives/index.d.ts",
|
|
35
39
|
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
@@ -38,10 +42,6 @@
|
|
|
38
42
|
"types": "./pipes/index.d.ts",
|
|
39
43
|
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
40
44
|
},
|
|
41
|
-
"./components": {
|
|
42
|
-
"types": "./components/index.d.ts",
|
|
43
|
-
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
44
|
-
},
|
|
45
45
|
"./portals": {
|
|
46
46
|
"types": "./portals/index.d.ts",
|
|
47
47
|
"default": "./fesm2022/taiga-ui-core-portals.mjs"
|
|
@@ -50,6 +50,10 @@
|
|
|
50
50
|
"types": "./services/index.d.ts",
|
|
51
51
|
"default": "./fesm2022/taiga-ui-core-services.mjs"
|
|
52
52
|
},
|
|
53
|
+
"./tokens": {
|
|
54
|
+
"types": "./tokens/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/taiga-ui-core-tokens.mjs"
|
|
56
|
+
},
|
|
53
57
|
"./types": {
|
|
54
58
|
"types": "./types/index.d.ts",
|
|
55
59
|
"default": "./fesm2022/taiga-ui-core-types.mjs"
|
|
@@ -58,42 +62,6 @@
|
|
|
58
62
|
"types": "./utils/index.d.ts",
|
|
59
63
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
60
64
|
},
|
|
61
|
-
"./tokens": {
|
|
62
|
-
"types": "./tokens/index.d.ts",
|
|
63
|
-
"default": "./fesm2022/taiga-ui-core-tokens.mjs"
|
|
64
|
-
},
|
|
65
|
-
"./directives/button-x": {
|
|
66
|
-
"types": "./directives/button-x/index.d.ts",
|
|
67
|
-
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
68
|
-
},
|
|
69
|
-
"./directives/appearance": {
|
|
70
|
-
"types": "./directives/appearance/index.d.ts",
|
|
71
|
-
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
72
|
-
},
|
|
73
|
-
"./directives/date-format": {
|
|
74
|
-
"types": "./directives/date-format/index.d.ts",
|
|
75
|
-
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
76
|
-
},
|
|
77
|
-
"./directives/group": {
|
|
78
|
-
"types": "./directives/group/index.d.ts",
|
|
79
|
-
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
80
|
-
},
|
|
81
|
-
"./directives/icons": {
|
|
82
|
-
"types": "./directives/icons/index.d.ts",
|
|
83
|
-
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
84
|
-
},
|
|
85
|
-
"./directives/items-handlers": {
|
|
86
|
-
"types": "./directives/items-handlers/index.d.ts",
|
|
87
|
-
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
88
|
-
},
|
|
89
|
-
"./directives/number-format": {
|
|
90
|
-
"types": "./directives/number-format/index.d.ts",
|
|
91
|
-
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
92
|
-
},
|
|
93
|
-
"./pipes/format-number": {
|
|
94
|
-
"types": "./pipes/format-number/index.d.ts",
|
|
95
|
-
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
96
|
-
},
|
|
97
65
|
"./components/button": {
|
|
98
66
|
"types": "./components/button/index.d.ts",
|
|
99
67
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
@@ -114,6 +82,10 @@
|
|
|
114
82
|
"types": "./components/error/index.d.ts",
|
|
115
83
|
"default": "./fesm2022/taiga-ui-core-components-error.mjs"
|
|
116
84
|
},
|
|
85
|
+
"./components/expand": {
|
|
86
|
+
"types": "./components/expand/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/taiga-ui-core-components-expand.mjs"
|
|
88
|
+
},
|
|
117
89
|
"./components/icon": {
|
|
118
90
|
"types": "./components/icon/index.d.ts",
|
|
119
91
|
"default": "./fesm2022/taiga-ui-core-components-icon.mjs"
|
|
@@ -122,10 +94,6 @@
|
|
|
122
94
|
"types": "./components/input/index.d.ts",
|
|
123
95
|
"default": "./fesm2022/taiga-ui-core-components-input.mjs"
|
|
124
96
|
},
|
|
125
|
-
"./components/expand": {
|
|
126
|
-
"types": "./components/expand/index.d.ts",
|
|
127
|
-
"default": "./fesm2022/taiga-ui-core-components-expand.mjs"
|
|
128
|
-
},
|
|
129
97
|
"./components/label": {
|
|
130
98
|
"types": "./components/label/index.d.ts",
|
|
131
99
|
"default": "./fesm2022/taiga-ui-core-components-label.mjs"
|
|
@@ -162,6 +130,38 @@
|
|
|
162
130
|
"types": "./components/title/index.d.ts",
|
|
163
131
|
"default": "./fesm2022/taiga-ui-core-components-title.mjs"
|
|
164
132
|
},
|
|
133
|
+
"./directives/appearance": {
|
|
134
|
+
"types": "./directives/appearance/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
136
|
+
},
|
|
137
|
+
"./directives/button-x": {
|
|
138
|
+
"types": "./directives/button-x/index.d.ts",
|
|
139
|
+
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
140
|
+
},
|
|
141
|
+
"./directives/date-format": {
|
|
142
|
+
"types": "./directives/date-format/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./directives/group": {
|
|
146
|
+
"types": "./directives/group/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
148
|
+
},
|
|
149
|
+
"./directives/icons": {
|
|
150
|
+
"types": "./directives/icons/index.d.ts",
|
|
151
|
+
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
152
|
+
},
|
|
153
|
+
"./directives/items-handlers": {
|
|
154
|
+
"types": "./directives/items-handlers/index.d.ts",
|
|
155
|
+
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
156
|
+
},
|
|
157
|
+
"./directives/number-format": {
|
|
158
|
+
"types": "./directives/number-format/index.d.ts",
|
|
159
|
+
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
160
|
+
},
|
|
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"
|