@taiga-ui/addon-mobile 4.27.1 → 4.28.0-canary.41bd6e7
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.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-mobile",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.28.0-canary.41bd6e7",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -33,12 +33,6 @@
|
|
|
33
33
|
"esm": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
34
34
|
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
35
35
|
},
|
|
36
|
-
"./services": {
|
|
37
|
-
"types": "./services/index.d.ts",
|
|
38
|
-
"esm2022": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
39
|
-
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
40
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
41
|
-
},
|
|
42
36
|
"./components/bottom-sheet": {
|
|
43
37
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
44
38
|
"esm2022": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
|
|
@@ -51,6 +45,12 @@
|
|
|
51
45
|
"esm": "./esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs",
|
|
52
46
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs"
|
|
53
47
|
},
|
|
48
|
+
"./services": {
|
|
49
|
+
"types": "./services/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
51
|
+
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
52
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
53
|
+
},
|
|
54
54
|
"./components/mobile-calendar-dropdown": {
|
|
55
55
|
"types": "./components/mobile-calendar-dropdown/index.d.ts",
|
|
56
56
|
"esm2022": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
|
|
@@ -99,18 +99,18 @@
|
|
|
99
99
|
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
100
100
|
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
101
101
|
},
|
|
102
|
-
"./directives/elastic-sticky": {
|
|
103
|
-
"types": "./directives/elastic-sticky/index.d.ts",
|
|
104
|
-
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
105
|
-
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
106
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
107
|
-
},
|
|
108
102
|
"./directives/responsive-dialog": {
|
|
109
103
|
"types": "./directives/responsive-dialog/index.d.ts",
|
|
110
104
|
"esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
111
105
|
"esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
112
106
|
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
113
107
|
},
|
|
108
|
+
"./directives/elastic-sticky": {
|
|
109
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
110
|
+
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
111
|
+
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
113
|
+
},
|
|
114
114
|
"./directives/ripple": {
|
|
115
115
|
"types": "./directives/ripple/index.d.ts",
|
|
116
116
|
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@angular/common": ">=16.0.0",
|
|
136
136
|
"@angular/core": ">=16.0.0",
|
|
137
137
|
"@ng-web-apis/common": "^4.11.1",
|
|
138
|
-
"@taiga-ui/cdk": "^4.
|
|
139
|
-
"@taiga-ui/core": "^4.
|
|
140
|
-
"@taiga-ui/kit": "^4.
|
|
141
|
-
"@taiga-ui/layout": "^4.
|
|
138
|
+
"@taiga-ui/cdk": "^4.28.0",
|
|
139
|
+
"@taiga-ui/core": "^4.28.0",
|
|
140
|
+
"@taiga-ui/kit": "^4.28.0",
|
|
141
|
+
"@taiga-ui/layout": "^4.28.0",
|
|
142
142
|
"@taiga-ui/polymorpheus": "^4.8.0",
|
|
143
143
|
"rxjs": ">=7.0.0"
|
|
144
144
|
},
|