@taiga-ui/core 4.4.0 → 4.4.1
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.
|
@@ -27,7 +27,7 @@ class TuiRoot {
|
|
|
27
27
|
inject(DOCUMENT).defaultView?.document.documentElement.setAttribute('data-tui-theme', inject(TUI_THEME).toLowerCase());
|
|
28
28
|
}
|
|
29
29
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiRoot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
30
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "4.4.
|
|
30
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "4.4.1" }, listeners: { "touchstart.passive.silent": "0" }, properties: { "style.--tui-duration.ms": "duration", "style.--tui-scroll-behavior": "reducedMotion ? \"auto\" : \"smooth\"", "class._mobile": "isMobileRes()" } }, hostDirectives: [{ directive: i1.TuiPlatform }], ngImport: i0, template: "<tui-scroll-controls\n *ngIf=\"scrollbars$ | async\"\n class=\"t-root-scrollbar\"\n/>\n<tui-dropdowns>\n <div class=\"t-root-content\">\n <ng-content />\n </div>\n <ng-content select=\"tuiOverContent\" />\n <tui-dialogs />\n <ng-content select=\"tuiOverDialogs\" />\n <tui-alerts />\n <ng-content select=\"tuiOverAlerts\" />\n</tui-dropdowns>\n<ng-content select=\"tuiOverDropdowns\" />\n<tui-hints />\n<ng-content select=\"tuiOverHints\" />\n", styles: ["@keyframes tuiPresent{to{content:\"\"}}@keyframes tuiSkeletonVibe{to{opacity:.5}}html[data-tui-theme],.tui-zero-scrollbar{scrollbar-width:none;-ms-overflow-style:none}html[data-tui-theme]::-webkit-scrollbar,.tui-zero-scrollbar::-webkit-scrollbar,html[data-tui-theme]::-webkit-scrollbar-thumb,.tui-zero-scrollbar::-webkit-scrollbar-thumb{display:none}body,input{margin:0}tui-root{position:relative;display:block;font:var(--tui-font-text-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}tui-root>.t-root-scrollbar{position:fixed;top:0;left:0;bottom:0;right:0;display:none;margin:0}[data-tui-theme] tui-root>.t-root-scrollbar{display:block}.t-root-content{position:relative;top:var(--t-root-top);height:100%;isolation:isolate}.t-root-content>*{--t-root-top: 0}[tuiDropdownButton][tuiDropdownButton]{display:none}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: TuiDropdowns, selector: "tui-dropdowns" }, { kind: "component", type: TuiDialogs, selector: "tui-dialogs" }, { kind: "component", type: TuiAlerts, selector: "tui-alerts" }, { kind: "component", type: TuiHints, selector: "tui-hints" }, { kind: "component", type: TuiScrollControls, selector: "tui-scroll-controls" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
31
31
|
}
|
|
32
32
|
export { TuiRoot };
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiRoot, decorators: [{
|
|
@@ -28,7 +28,7 @@ class TuiRoot {
|
|
|
28
28
|
inject(DOCUMENT).defaultView?.document.documentElement.setAttribute('data-tui-theme', inject(TUI_THEME).toLowerCase());
|
|
29
29
|
}
|
|
30
30
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiRoot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
31
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "4.4.
|
|
31
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiRoot, isStandalone: true, selector: "tui-root", host: { attributes: { "data-tui-version": "4.4.1" }, listeners: { "touchstart.passive.silent": "0" }, properties: { "style.--tui-duration.ms": "duration", "style.--tui-scroll-behavior": "reducedMotion ? \"auto\" : \"smooth\"", "class._mobile": "isMobileRes()" } }, hostDirectives: [{ directive: i1.TuiPlatform }], ngImport: i0, template: "<tui-scroll-controls\n *ngIf=\"scrollbars$ | async\"\n class=\"t-root-scrollbar\"\n/>\n<tui-dropdowns>\n <div class=\"t-root-content\">\n <ng-content />\n </div>\n <ng-content select=\"tuiOverContent\" />\n <tui-dialogs />\n <ng-content select=\"tuiOverDialogs\" />\n <tui-alerts />\n <ng-content select=\"tuiOverAlerts\" />\n</tui-dropdowns>\n<ng-content select=\"tuiOverDropdowns\" />\n<tui-hints />\n<ng-content select=\"tuiOverHints\" />\n", styles: ["@keyframes tuiPresent{to{content:\"\"}}@keyframes tuiSkeletonVibe{to{opacity:.5}}html[data-tui-theme],.tui-zero-scrollbar{scrollbar-width:none;-ms-overflow-style:none}html[data-tui-theme]::-webkit-scrollbar,.tui-zero-scrollbar::-webkit-scrollbar,html[data-tui-theme]::-webkit-scrollbar-thumb,.tui-zero-scrollbar::-webkit-scrollbar-thumb{display:none}body,input{margin:0}tui-root{position:relative;display:block;font:var(--tui-font-text-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}tui-root>.t-root-scrollbar{position:fixed;top:0;left:0;bottom:0;right:0;display:none;margin:0}[data-tui-theme] tui-root>.t-root-scrollbar{display:block}.t-root-content{position:relative;top:var(--t-root-top);height:100%;isolation:isolate}.t-root-content>*{--t-root-top: 0}[tuiDropdownButton][tuiDropdownButton]{display:none}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: TuiDropdowns, selector: "tui-dropdowns" }, { kind: "component", type: TuiDialogs, selector: "tui-dialogs" }, { kind: "component", type: TuiAlerts, selector: "tui-alerts" }, { kind: "component", type: TuiHints, selector: "tui-hints" }, { kind: "component", type: TuiScrollControls, selector: "tui-scroll-controls" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
32
32
|
}
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiRoot, decorators: [{
|
|
34
34
|
type: Component,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -31,18 +31,6 @@
|
|
|
31
31
|
"esm": "./esm2022/animations/taiga-ui-core-animations.mjs",
|
|
32
32
|
"default": "./fesm2022/taiga-ui-core-animations.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./directives": {
|
|
35
|
-
"types": "./directives/index.d.ts",
|
|
36
|
-
"esm2022": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
37
|
-
"esm": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
38
|
-
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
39
|
-
},
|
|
40
|
-
"./pipes": {
|
|
41
|
-
"types": "./pipes/index.d.ts",
|
|
42
|
-
"esm2022": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
43
|
-
"esm": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
44
|
-
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
45
|
-
},
|
|
46
34
|
"./classes": {
|
|
47
35
|
"types": "./classes/index.d.ts",
|
|
48
36
|
"esm2022": "./esm2022/classes/taiga-ui-core-classes.mjs",
|
|
@@ -55,6 +43,18 @@
|
|
|
55
43
|
"esm": "./esm2022/components/taiga-ui-core-components.mjs",
|
|
56
44
|
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
57
45
|
},
|
|
46
|
+
"./directives": {
|
|
47
|
+
"types": "./directives/index.d.ts",
|
|
48
|
+
"esm2022": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
49
|
+
"esm": "./esm2022/directives/taiga-ui-core-directives.mjs",
|
|
50
|
+
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
51
|
+
},
|
|
52
|
+
"./pipes": {
|
|
53
|
+
"types": "./pipes/index.d.ts",
|
|
54
|
+
"esm2022": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
55
|
+
"esm": "./esm2022/pipes/taiga-ui-core-pipes.mjs",
|
|
56
|
+
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./services": {
|
|
59
59
|
"types": "./services/index.d.ts",
|
|
60
60
|
"esm2022": "./esm2022/services/taiga-ui-core-services.mjs",
|
|
@@ -79,6 +79,102 @@
|
|
|
79
79
|
"esm": "./esm2022/utils/taiga-ui-core-utils.mjs",
|
|
80
80
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
81
81
|
},
|
|
82
|
+
"./components/alert": {
|
|
83
|
+
"types": "./components/alert/index.d.ts",
|
|
84
|
+
"esm2022": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
85
|
+
"esm": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
86
|
+
"default": "./fesm2022/taiga-ui-core-components-alert.mjs"
|
|
87
|
+
},
|
|
88
|
+
"./components/button": {
|
|
89
|
+
"types": "./components/button/index.d.ts",
|
|
90
|
+
"esm2022": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
91
|
+
"esm": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
92
|
+
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
93
|
+
},
|
|
94
|
+
"./components/calendar": {
|
|
95
|
+
"types": "./components/calendar/index.d.ts",
|
|
96
|
+
"esm2022": "./esm2022/components/calendar/taiga-ui-core-components-calendar.mjs",
|
|
97
|
+
"esm": "./esm2022/components/calendar/taiga-ui-core-components-calendar.mjs",
|
|
98
|
+
"default": "./fesm2022/taiga-ui-core-components-calendar.mjs"
|
|
99
|
+
},
|
|
100
|
+
"./components/data-list": {
|
|
101
|
+
"types": "./components/data-list/index.d.ts",
|
|
102
|
+
"esm2022": "./esm2022/components/data-list/taiga-ui-core-components-data-list.mjs",
|
|
103
|
+
"esm": "./esm2022/components/data-list/taiga-ui-core-components-data-list.mjs",
|
|
104
|
+
"default": "./fesm2022/taiga-ui-core-components-data-list.mjs"
|
|
105
|
+
},
|
|
106
|
+
"./components/dialog": {
|
|
107
|
+
"types": "./components/dialog/index.d.ts",
|
|
108
|
+
"esm2022": "./esm2022/components/dialog/taiga-ui-core-components-dialog.mjs",
|
|
109
|
+
"esm": "./esm2022/components/dialog/taiga-ui-core-components-dialog.mjs",
|
|
110
|
+
"default": "./fesm2022/taiga-ui-core-components-dialog.mjs"
|
|
111
|
+
},
|
|
112
|
+
"./components/error": {
|
|
113
|
+
"types": "./components/error/index.d.ts",
|
|
114
|
+
"esm2022": "./esm2022/components/error/taiga-ui-core-components-error.mjs",
|
|
115
|
+
"esm": "./esm2022/components/error/taiga-ui-core-components-error.mjs",
|
|
116
|
+
"default": "./fesm2022/taiga-ui-core-components-error.mjs"
|
|
117
|
+
},
|
|
118
|
+
"./components/expand": {
|
|
119
|
+
"types": "./components/expand/index.d.ts",
|
|
120
|
+
"esm2022": "./esm2022/components/expand/taiga-ui-core-components-expand.mjs",
|
|
121
|
+
"esm": "./esm2022/components/expand/taiga-ui-core-components-expand.mjs",
|
|
122
|
+
"default": "./fesm2022/taiga-ui-core-components-expand.mjs"
|
|
123
|
+
},
|
|
124
|
+
"./components/icon": {
|
|
125
|
+
"types": "./components/icon/index.d.ts",
|
|
126
|
+
"esm2022": "./esm2022/components/icon/taiga-ui-core-components-icon.mjs",
|
|
127
|
+
"esm": "./esm2022/components/icon/taiga-ui-core-components-icon.mjs",
|
|
128
|
+
"default": "./fesm2022/taiga-ui-core-components-icon.mjs"
|
|
129
|
+
},
|
|
130
|
+
"./components/label": {
|
|
131
|
+
"types": "./components/label/index.d.ts",
|
|
132
|
+
"esm2022": "./esm2022/components/label/taiga-ui-core-components-label.mjs",
|
|
133
|
+
"esm": "./esm2022/components/label/taiga-ui-core-components-label.mjs",
|
|
134
|
+
"default": "./fesm2022/taiga-ui-core-components-label.mjs"
|
|
135
|
+
},
|
|
136
|
+
"./components/link": {
|
|
137
|
+
"types": "./components/link/index.d.ts",
|
|
138
|
+
"esm2022": "./esm2022/components/link/taiga-ui-core-components-link.mjs",
|
|
139
|
+
"esm": "./esm2022/components/link/taiga-ui-core-components-link.mjs",
|
|
140
|
+
"default": "./fesm2022/taiga-ui-core-components-link.mjs"
|
|
141
|
+
},
|
|
142
|
+
"./components/loader": {
|
|
143
|
+
"types": "./components/loader/index.d.ts",
|
|
144
|
+
"esm2022": "./esm2022/components/loader/taiga-ui-core-components-loader.mjs",
|
|
145
|
+
"esm": "./esm2022/components/loader/taiga-ui-core-components-loader.mjs",
|
|
146
|
+
"default": "./fesm2022/taiga-ui-core-components-loader.mjs"
|
|
147
|
+
},
|
|
148
|
+
"./components/notification": {
|
|
149
|
+
"types": "./components/notification/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/components/notification/taiga-ui-core-components-notification.mjs",
|
|
151
|
+
"esm": "./esm2022/components/notification/taiga-ui-core-components-notification.mjs",
|
|
152
|
+
"default": "./fesm2022/taiga-ui-core-components-notification.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./components/root": {
|
|
155
|
+
"types": "./components/root/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/components/root/taiga-ui-core-components-root.mjs",
|
|
157
|
+
"esm": "./esm2022/components/root/taiga-ui-core-components-root.mjs",
|
|
158
|
+
"default": "./fesm2022/taiga-ui-core-components-root.mjs"
|
|
159
|
+
},
|
|
160
|
+
"./components/scrollbar": {
|
|
161
|
+
"types": "./components/scrollbar/index.d.ts",
|
|
162
|
+
"esm2022": "./esm2022/components/scrollbar/taiga-ui-core-components-scrollbar.mjs",
|
|
163
|
+
"esm": "./esm2022/components/scrollbar/taiga-ui-core-components-scrollbar.mjs",
|
|
164
|
+
"default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
|
|
165
|
+
},
|
|
166
|
+
"./components/spin-button": {
|
|
167
|
+
"types": "./components/spin-button/index.d.ts",
|
|
168
|
+
"esm2022": "./esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs",
|
|
169
|
+
"esm": "./esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs",
|
|
170
|
+
"default": "./fesm2022/taiga-ui-core-components-spin-button.mjs"
|
|
171
|
+
},
|
|
172
|
+
"./components/textfield": {
|
|
173
|
+
"types": "./components/textfield/index.d.ts",
|
|
174
|
+
"esm2022": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
|
|
175
|
+
"esm": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
|
|
176
|
+
"default": "./fesm2022/taiga-ui-core-components-textfield.mjs"
|
|
177
|
+
},
|
|
82
178
|
"./directives/appearance": {
|
|
83
179
|
"types": "./directives/appearance/index.d.ts",
|
|
84
180
|
"esm2022": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
|
|
@@ -187,102 +283,6 @@
|
|
|
187
283
|
"esm": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
|
|
188
284
|
"default": "./fesm2022/taiga-ui-core-pipes-order-week-days.mjs"
|
|
189
285
|
},
|
|
190
|
-
"./components/alert": {
|
|
191
|
-
"types": "./components/alert/index.d.ts",
|
|
192
|
-
"esm2022": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
193
|
-
"esm": "./esm2022/components/alert/taiga-ui-core-components-alert.mjs",
|
|
194
|
-
"default": "./fesm2022/taiga-ui-core-components-alert.mjs"
|
|
195
|
-
},
|
|
196
|
-
"./components/button": {
|
|
197
|
-
"types": "./components/button/index.d.ts",
|
|
198
|
-
"esm2022": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
199
|
-
"esm": "./esm2022/components/button/taiga-ui-core-components-button.mjs",
|
|
200
|
-
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
201
|
-
},
|
|
202
|
-
"./components/calendar": {
|
|
203
|
-
"types": "./components/calendar/index.d.ts",
|
|
204
|
-
"esm2022": "./esm2022/components/calendar/taiga-ui-core-components-calendar.mjs",
|
|
205
|
-
"esm": "./esm2022/components/calendar/taiga-ui-core-components-calendar.mjs",
|
|
206
|
-
"default": "./fesm2022/taiga-ui-core-components-calendar.mjs"
|
|
207
|
-
},
|
|
208
|
-
"./components/data-list": {
|
|
209
|
-
"types": "./components/data-list/index.d.ts",
|
|
210
|
-
"esm2022": "./esm2022/components/data-list/taiga-ui-core-components-data-list.mjs",
|
|
211
|
-
"esm": "./esm2022/components/data-list/taiga-ui-core-components-data-list.mjs",
|
|
212
|
-
"default": "./fesm2022/taiga-ui-core-components-data-list.mjs"
|
|
213
|
-
},
|
|
214
|
-
"./components/dialog": {
|
|
215
|
-
"types": "./components/dialog/index.d.ts",
|
|
216
|
-
"esm2022": "./esm2022/components/dialog/taiga-ui-core-components-dialog.mjs",
|
|
217
|
-
"esm": "./esm2022/components/dialog/taiga-ui-core-components-dialog.mjs",
|
|
218
|
-
"default": "./fesm2022/taiga-ui-core-components-dialog.mjs"
|
|
219
|
-
},
|
|
220
|
-
"./components/error": {
|
|
221
|
-
"types": "./components/error/index.d.ts",
|
|
222
|
-
"esm2022": "./esm2022/components/error/taiga-ui-core-components-error.mjs",
|
|
223
|
-
"esm": "./esm2022/components/error/taiga-ui-core-components-error.mjs",
|
|
224
|
-
"default": "./fesm2022/taiga-ui-core-components-error.mjs"
|
|
225
|
-
},
|
|
226
|
-
"./components/expand": {
|
|
227
|
-
"types": "./components/expand/index.d.ts",
|
|
228
|
-
"esm2022": "./esm2022/components/expand/taiga-ui-core-components-expand.mjs",
|
|
229
|
-
"esm": "./esm2022/components/expand/taiga-ui-core-components-expand.mjs",
|
|
230
|
-
"default": "./fesm2022/taiga-ui-core-components-expand.mjs"
|
|
231
|
-
},
|
|
232
|
-
"./components/icon": {
|
|
233
|
-
"types": "./components/icon/index.d.ts",
|
|
234
|
-
"esm2022": "./esm2022/components/icon/taiga-ui-core-components-icon.mjs",
|
|
235
|
-
"esm": "./esm2022/components/icon/taiga-ui-core-components-icon.mjs",
|
|
236
|
-
"default": "./fesm2022/taiga-ui-core-components-icon.mjs"
|
|
237
|
-
},
|
|
238
|
-
"./components/label": {
|
|
239
|
-
"types": "./components/label/index.d.ts",
|
|
240
|
-
"esm2022": "./esm2022/components/label/taiga-ui-core-components-label.mjs",
|
|
241
|
-
"esm": "./esm2022/components/label/taiga-ui-core-components-label.mjs",
|
|
242
|
-
"default": "./fesm2022/taiga-ui-core-components-label.mjs"
|
|
243
|
-
},
|
|
244
|
-
"./components/link": {
|
|
245
|
-
"types": "./components/link/index.d.ts",
|
|
246
|
-
"esm2022": "./esm2022/components/link/taiga-ui-core-components-link.mjs",
|
|
247
|
-
"esm": "./esm2022/components/link/taiga-ui-core-components-link.mjs",
|
|
248
|
-
"default": "./fesm2022/taiga-ui-core-components-link.mjs"
|
|
249
|
-
},
|
|
250
|
-
"./components/loader": {
|
|
251
|
-
"types": "./components/loader/index.d.ts",
|
|
252
|
-
"esm2022": "./esm2022/components/loader/taiga-ui-core-components-loader.mjs",
|
|
253
|
-
"esm": "./esm2022/components/loader/taiga-ui-core-components-loader.mjs",
|
|
254
|
-
"default": "./fesm2022/taiga-ui-core-components-loader.mjs"
|
|
255
|
-
},
|
|
256
|
-
"./components/notification": {
|
|
257
|
-
"types": "./components/notification/index.d.ts",
|
|
258
|
-
"esm2022": "./esm2022/components/notification/taiga-ui-core-components-notification.mjs",
|
|
259
|
-
"esm": "./esm2022/components/notification/taiga-ui-core-components-notification.mjs",
|
|
260
|
-
"default": "./fesm2022/taiga-ui-core-components-notification.mjs"
|
|
261
|
-
},
|
|
262
|
-
"./components/root": {
|
|
263
|
-
"types": "./components/root/index.d.ts",
|
|
264
|
-
"esm2022": "./esm2022/components/root/taiga-ui-core-components-root.mjs",
|
|
265
|
-
"esm": "./esm2022/components/root/taiga-ui-core-components-root.mjs",
|
|
266
|
-
"default": "./fesm2022/taiga-ui-core-components-root.mjs"
|
|
267
|
-
},
|
|
268
|
-
"./components/scrollbar": {
|
|
269
|
-
"types": "./components/scrollbar/index.d.ts",
|
|
270
|
-
"esm2022": "./esm2022/components/scrollbar/taiga-ui-core-components-scrollbar.mjs",
|
|
271
|
-
"esm": "./esm2022/components/scrollbar/taiga-ui-core-components-scrollbar.mjs",
|
|
272
|
-
"default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
|
|
273
|
-
},
|
|
274
|
-
"./components/spin-button": {
|
|
275
|
-
"types": "./components/spin-button/index.d.ts",
|
|
276
|
-
"esm2022": "./esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs",
|
|
277
|
-
"esm": "./esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs",
|
|
278
|
-
"default": "./fesm2022/taiga-ui-core-components-spin-button.mjs"
|
|
279
|
-
},
|
|
280
|
-
"./components/textfield": {
|
|
281
|
-
"types": "./components/textfield/index.d.ts",
|
|
282
|
-
"esm2022": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
|
|
283
|
-
"esm": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
|
|
284
|
-
"default": "./fesm2022/taiga-ui-core-components-textfield.mjs"
|
|
285
|
-
},
|
|
286
286
|
"./utils/dom": {
|
|
287
287
|
"types": "./utils/dom/index.d.ts",
|
|
288
288
|
"esm2022": "./esm2022/utils/dom/taiga-ui-core-utils-dom.mjs",
|
|
@@ -311,9 +311,9 @@
|
|
|
311
311
|
"@angular/router": ">=16.0.0",
|
|
312
312
|
"@ng-web-apis/common": "^4.2.1",
|
|
313
313
|
"@ng-web-apis/mutation-observer": "^4.2.1",
|
|
314
|
-
"@taiga-ui/cdk": "^4.4.
|
|
314
|
+
"@taiga-ui/cdk": "^4.4.1",
|
|
315
315
|
"@taiga-ui/event-plugins": "^4.0.1",
|
|
316
|
-
"@taiga-ui/i18n": "^4.4.
|
|
316
|
+
"@taiga-ui/i18n": "^4.4.1",
|
|
317
317
|
"@taiga-ui/polymorpheus": "^4.6.4",
|
|
318
318
|
"rxjs": ">=7.0.0"
|
|
319
319
|
},
|
|
@@ -322,6 +322,6 @@
|
|
|
322
322
|
"typings": "index.d.ts",
|
|
323
323
|
"sideEffects": false,
|
|
324
324
|
"dependencies": {
|
|
325
|
-
"tslib": "^2.
|
|
325
|
+
"tslib": "^2.7.0"
|
|
326
326
|
}
|
|
327
327
|
}
|